html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}

body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

b,
strong {
    font-weight: bold;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: 0.5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5),
        inset 0 15px 17px rgba(255, 255, 255, 0.5),
        inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5),
        inset 0 15px 17px rgba(255, 255, 255, 0.5),
        inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    -webkit-appearance: button;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    padding: 0.6em 1em 0.4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8),
        inset 0 15px 17px rgba(255, 255, 255, 0.8),
        inset 0 -5px 12px rgba(0, 0, 0, 0.02);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8),
        inset 0 15px 17px rgba(255, 255, 255, 0.8),
        inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5),
        inset 0 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5),
        inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}

textarea {
    overflow: auto;
    padding-left: 3px;
    vertical-align: top;
    width: 100%;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

.widget_search .search-submit {
    display: none;
}

.byline,
.updated {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

.comment-content a {
    word-wrap: break-word;
}

.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

.infinity-end.neverending .site-footer {
    display: block;
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

embed,
iframe,
object {
    max-width: 100%;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.gallery {
    margin-bottom: 0;
    margin-left: -20px;
}

.gallery-item {
    display: inline-block;
    margin: 0;
    padding: 20px;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-item img,
.gallery-item img.attachment-thumbnail {
    background: #efefef;
    border: 5px solid #efefef;
    margin-bottom: 0;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    background: #efefef;
    color: #494e53;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px 15px 15px;
    text-align: left;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        -ms-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        -ms-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        -ms-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        -ms-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        -ms-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        -ms-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        -ms-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        -ms-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -ms-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        -ms-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        -ms-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        -ms-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        -ms-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        -ms-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        -ms-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        -ms-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        -ms-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        -ms-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}

@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        -ms-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        -ms-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        -ms-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        -ms-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        -ms-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        -ms-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -ms-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        -ms-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        -ms-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        -ms-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        -ms-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        -ms-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        -ms-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        -ms-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        -ms-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        -ms-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        -ms-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        -ms-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        -ms-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        -ms-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        -ms-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        -ms-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        -ms-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        -ms-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        -ms-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        -ms-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -ms-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -ms-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        -ms-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        -ms-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        -ms-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        -ms-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        -ms-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        -ms-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -ms-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -190deg);
        -ms-transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -170deg);
        -ms-transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        -ms-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        -ms-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        -ms-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -ms-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -ms-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        -ms-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        -ms-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -ms-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        -ms-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        -ms-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        -ms-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        -ms-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    100% {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    100% {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

article.resources .post-content-wrapper {
    width: 100%;
}

.related-resources li {
    width: 100%;
    clear: both;
    margin-left: -20px;
}

.related-resources li:not(:first-child) h3 {
    margin-top: 0;
}

.single-lesson.resources .hero.hero-full-width {
}

p.lead {
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-weight: 100;
    border-bottom: 1px solid #e8e7e6;
}

p.lead.no-border {
    border: none !important;
    margin-bottom: 10px !important;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

@media only screen and (min-width: 1500px) {
    html {
        font-size: 70%;
    }
}

body {
    color: #030101;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "futura-pt", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin: 0;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #030101;
    text-decoration: none;
}

ul {
    padding: 0;
}

.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "futura-pt-condensed", Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-style: normal;
    line-height: 1.25;
    margin: 0;
    text-transform: uppercase;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

h1.centered {
    color: #fff;
    font-size: 55px;
    font-size: 5.5rem;
    line-height: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70%;
}

.search h1.page-title {
    color: #a0a0a0;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 500;
    font-style: normal;
}

.search h1.page-title span {
    color: #030101;
    text-transform: none;
}

p {
    color: #030101;
    font-family: "futura-pt", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 15px;
}

@media only screen and (max-width: 670px) {
    p {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

address {
    font-style: normal;
}

table {
    text-align: left;
}

table th {
    font-style: normal;
    font-weight: normal;
}

.entry-header {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
    .entry-header {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

h1.entry-title {
    color: #2f2923;
    font-size: 50px;
    font-size: 5rem;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 12px;
    text-transform: none;
}

h1.entry-title a:hover {
    color: #98280e;
}

.entry-meta {
    color: #868486;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.entry-meta .ss-icon {
    font-size: 12px;
    font-size: 1.2rem;
}

.entry-meta span {
    margin-right: 20px;
}

.entry-content h2,
.entry-content h3 {
    color: #2f2923;
    font-family: "futura-pt-condensed", Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 12px;
    margin-top: 30px;
    text-transform: none;
}

@media only screen and (max-width: 768px) {
    .entry-content h2,
    .entry-content h3 {
        margin-top: 20px;
    }
}

.entry-content h2 {
    font-size: 42px;
    font-size: 4.2rem;
}

@media only screen and (max-width: 768px) {
    .entry-content h2 {
        font-size: 36px;
        font-size: 3.6rem;
    }
}

.entry-content h3 {
    font-size: 30px;
    font-size: 3rem;
}

.entry-content p {
    color: #837f7f;
    font-size: 18px;
    font-size: 1.8rem;
}

.entry-content p a {
    font-weight: "futura-pt", Arial, Helvetica, sans-serif;
    font-style: normal;
    /* color: #211640; */
    text-decoration: none;
}

.entry-content p a:hover {
    color: #4b3565;
    text-decoration: underline;
}

.entry-content ul {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 20px;
}

.entry-content ul li {
    color: #837f7f;
    font-weight: 500;
    font-style: normal;
}

.entry-content ul li ul {
    margin-left: 20px;
    list-style-type: circle;
}

.entry-content strong {
    color: #5a5a5a;
}

.hyphenate {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

@media only screen and (max-width: 768px) {
    .page,
    .post {
        overflow: hidden;
    }
}

.page article {
    float: left;
    position: relative;
    z-index: 99;
}

.btn {
    background-color: #cc2f16;
    color: #fff;
    display: inline-block;
    font-family: "futura-pt-condensed", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1;
    overflow: hidden;
    padding: 15px 20px;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    -webkit-transform: perspective(100px) translateZ(0);
    transform: perspective(100px) translateZ(0);
    -webkit-transition: all 250ms cubic-bezier(0.4, -0.115, 0.18, 1.43);
    -o-transition: all 250ms cubic-bezier(0.4, -0.115, 0.18, 1.43);
    transition: all 250ms cubic-bezier(0.4, -0.115, 0.18, 1.43);
    vertical-align: middle;
    white-space: nowrap;
    z-index: 99;
}

@media only screen and (max-width: 768px) {
    .btn {
        font-size: 24px;
        font-size: 2.4rem;
    }
}

.btn:before {
    -webkit-transition: all 250ms cubic-bezier(0.4, -0.115, 0.18, 1.43);
    -o-transition: all 250ms cubic-bezier(0.4, -0.115, 0.18, 1.43);
    transition: all 250ms cubic-bezier(0.4, -0.115, 0.18, 1.43);
    content: "";
    position: absolute;
    z-index: -1;
    top: -100%;
    left: -50%;
    width: 200%;
    height: 300%;
    background-color: #cc2f16;
    background-image: url(img/textures/red.jpg);
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: 120px 120px;
    -webkit-backface-visibility: hidden;
}

.btn:after {
    -webkit-transition: all 250ms cubic-bezier(0.4, -0.115, 0.18, 1.43);
    -o-transition: all 250ms cubic-bezier(0.4, -0.115, 0.18, 1.43);
    transition: all 250ms cubic-bezier(0.4, -0.115, 0.18, 1.43);
    content: attr(title);
    position: absolute;
    width: 120%;
    height: 120%;
    top: -10%;
    left: -10%;
    color: #fff;
    line-height: 3.8;
    text-align: center;
    -webkit-transform: perspective(100px) translateZ(-10px);
    transform: perspective(100px) translateZ(-10px);
    background-color: transparent;
}

.btn:hover {
    -webkit-transform: perspective(100px) translateZ(0);
    transform: perspective(100px) translateZ(0);
}

.btn:hover:before {
    -webkit-transform: perspective(100px) rotateZ(10deg) translateZ(-5px);
    transform: perspective(100px) rotateZ(10deg) translateZ(-5px);
}

.btn:hover:after {
    -webkit-transform: perspective(100px) translateZ(0);
    transform: perspective(100px) translateZ(0);
    background-color: rgba(0, 0, 0, 0.1);
}

.btn-small {
    background: #803612;
    color: #f9eccb;
    display: inline-block;
    font-family: "futura-pt-condensed", Arial, Helvetica, sans-serif;
    font-weight: 500;
    padding: 4px 10px 4px 10px;
}

.btn-small:hover {
    background: #963f15;
}

.hero {
    background-color: #030101;
    background-size: cover;
    float: left;
    height: 800px;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .hero {
        height: 550px;
    }
}

@media only screen and (max-width: 768px) {
    .hero {
        margin-top: 0;
    }
}

@media only screen and (max-width: 670px) {
    .hero {
        margin: 0;
        margin-bottom: 20px;
    }
}

.hero h1,
.hero p {
    color: #fff;
}

.hero h1 {
    font-family: "futura-pt-condensed", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 72px;
    font-size: 7.2rem;
    line-height: 1;
}

@media only screen and (max-width: 670px) {
    .hero h1 {
        font-size: 40px;
        font-size: 4rem;
    }
}

.hero.hero-full-width {
    height: 650px;
    margin-top: -200px;
    position: relative;
}

.hero.hero-full-width h1 {
    font-weight: 800;
    text-align: center;
    text-shadow: 1px 0 1px rgba(0, 0, 0, 0.75);
}

.hero.hero-full-width h1.centered {
    top: 65%;
}

.hours tr {
    display: block;
    float: left;
    width: 100%;
}

.hours th,
.hours td {
    display: inline-block;
    float: left;
}

.hours th {
    width: 40%;
}

@media only screen and (max-width: 768px) {
    .hours th {
        width: 50%;
    }
}

.hours td {
    width: 60%;
}

@media only screen and (max-width: 768px) {
    .hours td {
        width: 50%;
    }
}

.hours .closed {
    margin-top: 20px;
}

@media only screen and (max-width: 768px) {
    .hours .closed td {
        width: 100%;
    }
}

.admission table {
    margin-bottom: 40px;
}

.admission tr {
    display: block;
    margin-bottom: 10px;
}

.admission th,
.admission td {
    padding-right: 20px;
    vertical-align: top;
    line-height: 1;
}

.sidebar .category,
.sidebar .category a {
    color: #98280e;
    font-size: 24px;
    font-size: 2.4rem;
    font-family: "futura-pt-condensed", Arial, Helvetica, sans-serif;
    font-family: 500;
    text-transform: uppercase;
}

.featured-subpage {
    display: block;
    float: left;
    margin: 0;
    width: 50%;
}

@media only screen and (max-width: 670px) {
    .featured-subpage {
        margin-bottom: 20px;
        width: 100%;
    }
}

.featured-subpage img {
    display: block;
    height: auto;
    margin-bottom: 20px;
}

.featured-subpage h2 {
    color: #675a58;
    font-family: "futura-pt-condensed", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 30px;
    font-size: 3rem;
    text-transform: none;
}

.featured-subpage .btn {
    background: #cf5d23;
}

.featured-subpage a:hover .btn {
    background: #e06a2e;
}

.related-posts {
    display: block;
    float: left;
    padding-bottom: 30px;
    width: 100%;
}

@media only screen and (max-width: 670px) {
    .related-posts {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.related-posts h2 {
    color: #98280e;
    font-family: "futura-pt-condensed", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 40px !important;
    font-size: 4rem !important;
    margin-bottom: 20px;
}

.related-posts h3 {
    font-size: 32px;
    font-size: 3.2rem;
    font-family: "futura-pt-condensed", Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 15px;
    text-transform: none;
}

@media only screen and (max-width: 1024px) {
    .related-posts h3 {
        font-size: 28px;
        font-size: 2.8rem;
        margin-bottom: 10px;
    }
}

.related-posts h3 a:hover {
    color: #98280e;
}

.related-posts li {
    display: inline;
    float: left;
    padding-right: 30px;
}

@media only screen and (max-width: 670px) {
    .related-posts li {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100% !important;
    }
}

.related-posts .post-categories li {
    width: auto;
}

.related-posts .post-categories li a {
    color: #675a58;
    font-family: "futura-pt-condensed", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 20px;
    font-size: 2rem;
    text-transform: uppercase;
    width: 100%;
}

.related-posts .post-categories li a:hover {
    color: #98280e;
}

@media only screen and (max-width: 1024px) {
    .related-posts .entry-meta span {
        font-size: 15px;
        font-size: 1.5rem;
        margin-right: 15px;
    }
}

.entry-content {
    padding-right: 40px;
}

@media only screen and (max-width: 1024px) {
    .entry-content {
        padding-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .entry-content {
        padding: 20px;
    }
}

@media only screen and (max-width: 670px) {
    .entry-content {
        padding: 0;
    }
}

.entry-content img {
    display: block;
    height: auto;
    margin-bottom: 30px;
    max-width: 100%;
}

@media only screen and (max-width: 350px) {
    .entry-content img.full-width-mobile {
        width: 100% !important;
    }
}

@media only screen and (max-width: 768px) {
    .entry-content img {
        margin-bottom: 20px;
    }
}

.entry-content img.alignleft,
.entry-content img.alignright {
    display: inline;
    width: auto;
}

.product {
    display: inline-block;
    float: left;
    font-family: "futura-pt-condensed", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 24px;
    font-size: 2.4rem;
}

.product h2 {
    color: #98280e;
    font-family: "futura-pt-condensed", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 40px !important;
    font-size: 4rem !important;
    margin-bottom: 20px;
}

.product .product-img {
    display: block;
    height: 225px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.product .product-img:hover img {
    opacity: 0.75;
}

.product .product-img img {
    height: auto;
    max-width: 100%;
    width: 100%;
}

.product span,
.product h2 {
    display: block;
}

.product .product-price {
    color: #cc2f16;
}

@media only screen and (max-width: 768px) {
    .product-wrapper {
        width: 100%;
        background: #efefef;
        float: left;
        padding: 20px;
    }

    .product .product-img {
        float: right;
        height: auto;
        width: 40%;
    }

    .product-details {
        float: left;
        width: 60%;
        padding-right: 30px;
    }
}

.next-previous {
    display: block;
    float: left;
    overflow: hidden;
    width: 100%;
}

.adj-post {
    display: inline;
    float: left;
    overflow: hidden;
    padding-top: 20px;
    position: relative;
    width: 50%;
}

.adj-post .title-block {
    background: #030101;
    padding: 9px 15px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: background 0.1s cubic-bezier(0.56, 0.51, 0.6, 0.54);
    -o-transition: background 0.1s cubic-bezier(0.56, 0.51, 0.6, 0.54);
    transition: background 0.1s cubic-bezier(0.56, 0.51, 0.6, 0.54);
    z-index: 2;
}

.adj-post .title-block h3,
.adj-post .title-block h4 {
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: 0;
    margin-bottom: 0;
}

.adj-post .title-block .ss-icon {
    font-size: 15px;
    font-size: 1.5rem;
}

.adj-post h3 {
    color: #fff;
    font-size: 42px;
    font-size: 4.2rem;
    padding: 0 75px;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-shadow: 0 0 10px #222;
    width: 100%;
    z-index: 2;
}

.adj-post img {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.56, 0.51, 0.6, 0.54);
    -o-transition: all 0.3s cubic-bezier(0.56, 0.51, 0.6, 0.54);
    transition: all 0.3s cubic-bezier(0.56, 0.51, 0.6, 0.54);
    z-index: 1;
}

.adj-post:hover .title-block {
    background: #c04343;
}

.adj-post:hover img {
    -webkit-transform: scale(1.0125);
    -ms-transform: scale(1.0125);
    transform: scale(1.0125);
}

.header,
.wrapper {
    display: block;
    margin: 0 auto;
    max-width: 1400px;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .header,
    .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 670px) {
    .header,
    .wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

.interior .wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
    .interior .wrapper {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 670px) {
    .interior .wrapper {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.row {
    display: block;
    float: left;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    width: 100%;
}

.content {
    float: left;
    overflow: hidden;
    width: 70%;
    z-index: 5;
}

.content.full-width {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .content.full-width {
        padding: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .content {
        width: 100%;
    }
}

@media only screen and (max-width: 670px) {
    .content {
        padding: 20px;
    }
}

.sidebar {
    float: left;
    overflow: hidden;
    padding-left: 30px;
    width: 30%;
}

@media only screen and (max-width: 1024px) {
    .sidebar {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .sidebar {
        display: none;
    }
}

.featured-subpage-wrapper {
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

#footer {
    padding: 0;
}

.header {
    display: block;
    height: 200px;
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
    position: relative;
    top: 0;
    z-index: 99;
}

@media only screen and (max-width: 1024px) {
    .header {
        height: auto;
        padding: 0;
    }
}

.search .header {
    height: 120px;
}

.nav,
.mobile-nav {
    background: #fff;
    color: #393517;
    display: block;
    height: auto;
    width: 100%;
    position: relative;
    z-index: 5;
}

.nav ul,
.mobile-nav ul {
    display: inline-block;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav ul li,
.mobile-nav ul li {
    display: inline-block;
    float: left;
}

.nav ul li a,
.mobile-nav ul li a {
    display: block;
    text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
    .nav {
        display: block;
    }
}

.main-links {
    position: relative;
    width: 70%;
    z-index: 3;
}

@media only screen and (max-width: 1024px) {
    .main-links {
        width: 100%;
    }
}

.main-links li {
    display: inline-block;
    float: left;
    height: 120px;
    padding: 0;
    position: relative;
    overflow: hidden;
    width: 25%;
}

@media only screen and (max-width: 1024px) {
    .main-links li {
        height: 90px;
    }
}

@media only screen and (max-width: 1024px) {
    .main-links li {
        height: 100px;
    }
}

@media only screen and (max-width: 670px) {
    .main-links li {
        height: auto;
        width: 33.3333%;
    }
}

.main-links li.brand img {
    display: block;
    margin: 0 auto;
    height: auto;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .main-links li.brand img {
        max-width: 175px;
    }
}

@media only screen and (max-width: 1024px) {
    .main-links li.brand a {
        padding: 12px;
    }
}

@media only screen and (max-width: 670px) {
    .main-links li.brand {
        height: auto;
        text-align: center;
        width: 100%;
    }

    .main-links li.brand a {
        display: block;
        padding: 10px 20px;
        width: 100%;
    }

    .main-links li.brand img {
        max-width: 120px;
    }
}

.main-links li a {
    height: auto;
    font-family: "Ostrich Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 64px;
    font-size: 6.4rem;
    line-height: 1;
    padding: 20px;
    -webkit-transition: all 0.1s cubic-bezier(0.1, 0.1, 0.41, 0.68);
    -o-transition: all 0.1s cubic-bezier(0.1, 0.1, 0.41, 0.68);
    transition: all 0.1s cubic-bezier(0.1, 0.1, 0.41, 0.68);
    height: 100%;
    width: 100%;
}

@media all and (max-width: 1200px) {
    .main-links li a {
        font-size: 60px;
        font-size: 6rem;
    }
}

@media all and (max-width: 1150px) {
    .main-links li a {
        font-size: 50px;
        font-size: 5rem;
    }
}

@media only screen and (max-width: 670px) {
    .main-links li a {
        font-family: "futura-pt-condensed", Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-size: 24px;
        text-align: center;
    }
}

.main-links li a .subtitle {
    display: block;
    font-family: "futura-pt-condensed", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 0;
}

@media only screen and (max-width: 670px) {
    .main-links li a .subtitle {
        display: none;
    }
}

.main-links li a .ss-icon {
    display: none;
    font-size: 18px;
    font-size: 1.8rem;
    position: absolute;
    top: 110px;
    left: 48%;
}

.main-links li a {
    overflow: hidden;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: perspective(100px) translateZ(0);
    transform: perspective(100px) translateZ(0);
    -webkit-transition: all 250ms cubic-bezier(0.4, -0.115, 0.18, 1.43);
    -o-transition: all 250ms cubic-bezier(0.4, -0.115, 0.18, 1.43);
    transition: all 250ms cubic-bezier(0.4, -0.115, 0.18, 1.43);
    vertical-align: middle;
    white-space: nowrap;
    -webkit-backface-visibility: hidden;
}

.main-links li a:before {
    -webkit-transition: all 250ms cubic-bezier(0.4, -0.115, 0.18, 1.43);
    -o-transition: all 250ms cubic-bezier(0.4, -0.115, 0.18, 1.43);
    transition: all 250ms cubic-bezier(0.4, -0.115, 0.18, 1.43);
    content: "";
    position: absolute;
    z-index: -5;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background-color: #cc2f16;
    background-image: url(img/textures/red.jpg);
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: 120px 120px;
    -webkit-backface-visibility: hidden;
}

.main-links li a:after {
    -webkit-transition: all 250ms cubic-bezier(0.4, -0.115, 0.18, 1.43);
    -o-transition: all 250ms cubic-bezier(0.4, -0.115, 0.18, 1.43);
    transition: all 250ms cubic-bezier(0.4, -0.115, 0.18, 1.43);
    content: attr(title);
    position: absolute;
    width: 120%;
    height: 120%;
    top: -10%;
    left: -10%;
    color: #fff;
    line-height: 3.8;
    text-align: center;
    -webkit-transform: perspective(100px) translateZ(-10px);
    transform: perspective(100px) translateZ(-10px);
    -webkit-transform: rotate(30deg) translateZ(-10px);
    transform: rotate(30deg) translateZ(-10px);
    z-index: -1;
    background-color: transparent;
    -webkit-backface-visibility: hidden;
}

.main-links li a:hover {
    -webkit-transform: perspective(100px) translateZ(0);
    transform: perspective(100px) translateZ(0);
}

.main-links li a:hover:before {
    -webkit-transform: perspective(100px) rotateZ(10deg) translateZ(-5px);
    transform: perspective(100px) rotateZ(10deg) translateZ(-5px);
}

.main-links li a:hover:after {
    -webkit-transform: perspective(100px) translateZ(0);
    transform: perspective(100px) translateZ(0);
    background-color: rgba(0, 0, 0, 0.1);
}

.main-links li a.brand {
    background-color: #eff2ef;
}

.main-links li a.brand:before {
    background-color: #fff;
    background-image: url(img/bg-nav-brand.jpg);
}

.main-links li a.museum {
    background-color: #f7e15f;
}

.main-links li a.museum:before {
    background-color: #f7e15f;
    background-image: url(img/textures/yellow.jpg);
}

.main-links li a.story {
    background-color: #eba95c;
}

.main-links li a.story:before {
    background-color: #eba95c;
    background-image: url(img/textures/orange.jpg);
}

.main-links li a.rebirth {
    background-color: #d5713e;
}

.main-links li a.rebirth:before {
    background-color: #d5713e;
    background-image: url(img/textures/orange-dark.jpg);
}

.secondary-links {
    position: relative;
    z-index: 3;
    width: 30%;
}

@media only screen and (max-width: 1024px) {
    .secondary-links {
        width: 70%;
    }
}

@media only screen and (max-width: 670px) {
    .secondary-links {
        width: 100%;
    }
}

.secondary-links li {
    height: 60px;
    width: 28%;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .secondary-links li {
        height: auto;
        width: 33.3333%;
    }
}

.secondary-links li a {
    background: #2f2923;
    color: #dbb04d;
    font-family: "futura-pt-condensed", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 24px;
    font-size: 2.4rem;
    height: 60px;
    line-height: 0.75;
    padding: 20px 0;
    text-align: center;
    -webkit-transition: all 0.1s cubic-bezier(0.1, 0.1, 0.41, 0.68);
    -o-transition: all 0.1s cubic-bezier(0.1, 0.1, 0.41, 0.68);
    transition: all 0.1s cubic-bezier(0.1, 0.1, 0.41, 0.68);
    width: 100%;
}

.secondary-links li a:hover {
    background: #4c4339;
    color: #e4c377;
}

.secondary-links li#search {
    background: #030101;
    color: #a9976f;
    font-size: 24px;
    font-size: 2.4rem;
    padding-top: 15px;
    text-align: center;
    width: 16%;
}

.secondary-links li#search:hover {
    background: #888580;
    color: #030101;
    cursor: pointer;
}

.secondary-links li#search:active {
    background: #94928d;
}

.secondary-links li#search.on {
    background: #888580;
    color: #4e4b46;
}

@media only screen and (max-width: 1024px) {
    .secondary-links li#search {
        display: none;
    }
}

.shop-link {
    position: relative;
    width: 30%;
    z-index: 1;
}

@media only screen and (max-width: 670px) {
    .shop-link {
        display: none !important;
    }
}

.shop-link li {
    height: 60px;
    width: 100%;
    text-align: center;
}

.shop-link #tickets .btn {
    background-color: #a93913;
    color: #f8ab89;
    display: block;
    font-family: "Ostrich Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 40px;
    font-size: 4rem;
    height: 60px;
    line-height: 1;
    padding: 15px;
    -webkit-transition: all 0.1s cubic-bezier(0.1, 0.1, 0.41, 0.68);
    -o-transition: all 0.1s cubic-bezier(0.1, 0.1, 0.41, 0.68);
    transition: all 0.1s cubic-bezier(0.1, 0.1, 0.41, 0.68);
    width: 100%;
}

.shop-link #tickets .btn:before {
    background-color: #a93913;
    background-image: url(img/textures/red-alt.jpg);
}

.shop-link #tickets .btn:hover {
    color: #fff;
    -webkit-transform: perspective(100px) translateZ(0);
    transform: perspective(100px) translateZ(0);
}

@media only screen and (max-width: 1024px) {
    .shop-link #tickets .btn {
        font-size: 30px;
        font-size: 3rem;
    }
}

.page-museum .main-links a.museum .ss-icon,
.page-collection .main-links a.museum .ss-icon,
.page-membership .main-links a.museum .ss-icon,
.page-rentals .main-links a.museum .ss-icon,
.page-memphis .main-links a.museum .ss-icon,
.page-educators .main-links a.museum .ss-icon {
    display: block;
    color: #271c2f;
}

.page-history .main-links a.story .ss-icon {
    display: block;
    color: #271c2f;
}

.page-rebirth .main-links a.rebirth .ss-icon,
.page-about-stax .main-links a.rebirth .ss-icon,
.page-get-involved .main-links a.rebirth .ss-icon,
.page-soulsville-foundation .main-links a.rebirth .ss-icon {
    display: block;
    color: #271c2f;
}

.blog .secondary-links #news a {
    background: #4c4339;
    color: #fff;
}

.page-events .secondary-links #events a,
.single-event .secondary-links #events a {
    background: #4c4339;
    color: #fff;
}

.mobile-nav {
    display: none;
}

@media only screen and (max-width: 670px) {
    .mobile-nav .main-links {
        position: relative;
        width: 100%;
        z-index: 4;
    }
}

@media only screen and (max-width: 768px) {
    .mobile-nav .main-links li {
        height: auto;
    }
}

@media only screen and (max-width: 670px) {
    .mobile-nav .main-links li {
        height: auto;
        width: 25%;
    }
}

.mobile-nav .main-links li.brand {
    padding: 0;
}

.mobile-nav .main-links li.brand a {
    padding: 0;
}

.mobile-nav .main-links li.brand img {
    padding: 18px 10px;
    width: 150px;
}

@media only screen and (max-width: 670px) {
    .mobile-nav .main-links li.brand {
        height: auto;
        width: 100%;
    }
}

.mobile-nav .main-links li.more {
    background: #2f2923;
    display: none;
}

@media only screen and (max-width: 670px) {
    .mobile-nav .main-links li.more {
        display: inline-block;
    }
}

.mobile-nav .main-links li.more a {
    color: #ccc;
}

.mobile-nav .main-links a {
    font-size: 45px;
    font-size: 4.5rem;
    text-align: center;
    padding: 29px 20px;
}

@media only screen and (max-width: 768px) {
    .mobile-nav .main-links a {
        font-family: "futura-pt-condensed", Arial, Helvetica, sans-serif;
        font-size: 32px;
        font-size: 3.2rem;
        font-weight: 500;
    }
}

@media only screen and (max-width: 670px) {
    .mobile-nav .main-links a {
        font-size: 30px;
        font-size: 3rem;
        font-family: "futura-pt-condensed", Arial, Helvetica, sans-serif;
        font-weight: 500;
    }
}

@media only screen and (max-width: 500px) {
    .mobile-nav .main-links a {
        font-size: 24px;
        font-size: 2.4rem;
        padding: 10px;
    }
}

@media only screen and (max-width: 670px) {
    .mobile-nav .secondary-links {
        display: none !important;
    }
}

.mobile-nav .secondary-links li {
    border-right: 2px solid #030101;
    width: 33.3333%;
}

@media only screen and (max-width: 1024px) {
    .mobile-nav .secondary-links li {
        height: 45px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 670px) {
    .mobile-nav .secondary-links li {
        width: 33%;
    }
}

.mobile-nav .secondary-links li.search {
    background: #030101;
    border-right: none;
    color: #a9976f;
    padding: 13px;
    text-align: left;
    width: 100%;
}

.mobile-nav .secondary-links li a {
    font-size: 22px;
    font-size: 2.2rem;
    height: 45px;
}

@media only screen and (max-width: 1024px) {
    .mobile-nav .secondary-links li a {
        padding-top: 12px;
    }
}

.toTop {
    background: #98280e;
    color: #fff;
    font-family: "futura-pt-condensed", Arial, Helvetica, sans-serif;
    font-weight: 500;
    height: 50px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 50px;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    -o-transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    position: fixed;
    top: 0;
    right: 20px;
    z-index: 999999;
}

.header.stuck {
    -webkit-transform: translateY(-95%);
    -ms-transform: translateY(-95%);
    transform: translateY(-95%);
    position: fixed;
}

.toTop.show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#search-field {
    background: #888580;
    position: absolute;
    right: 0;
    width: 30%;
    height: 60px;
    overflow: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    -o-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    -webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    z-index: 2;
}

@media only screen and (max-width: 1024px) {
    #search-field {
        height: 45px;
        -webkit-transform: translateY(45px);
        -ms-transform: translateY(45px);
        transform: translateY(45px);
    }
}

@media only screen and (max-width: 670px) {
    #search-field {
        display: none;
    }
}

#search-field.open-search {
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
}

#search-field .search-form {
    display: inline-block;
    width: 85%;
    height: 60px;
}

@media only screen and (max-width: 1024px) {
    #search-field .search-form {
        height: 45px;
    }
}

#search-field label {
    display: inline;
    float: left;
    width: 100%;
}

#search-field input[type="search"] {
    background: #888580;
    border: none;
    border-radius: 0;
    color: #030101;
    font-family: "futura-pt", Arial, Helvetica, sans-serif;
    font-weight: 500;
    height: 60px;
    padding: 0 20px;
    -webkit-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    width: 90%;
}

#search-field input[type="search"]:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

#search-field input[type="search"]:active {
    background: #94928d;
}

@media only screen and (max-width: 1024px) {
    #search-field input[type="search"] {
        height: 45px;
    }
}

#search-field input[type="submit"] {
    display: none;
}

#search-field .close-search {
    background: #030101;
    color: #868486;
    float: left;
    font-size: 14px;
    font-size: 1.4rem;
    height: 60px;
    padding-top: 20px;
    text-align: center;
    width: 15%;
}

#search-field .close-search:hover {
    color: #a9976f;
    cursor: pointer;
}

@media only screen and (max-width: 1024px) {
    #search-field .close-search {
        height: 45px;
        padding-top: 12px;
    }
}

#search-field ::-webkit-input-placeholder {
    color: #302d28;
    font-family: "futura-pt", Arial, Helvetica, sans-serif;
    font-weight: 500;
}

#search-field :-moz-placeholder {
    color: #302d28;
    font-family: "futura-pt", Arial, Helvetica, sans-serif;
    font-weight: 500;
}

#search-field ::-moz-placeholder {
    color: #302d28;
    font-family: "futura-pt", Arial, Helvetica, sans-serif;
    font-weight: 500;
}

#search-field :-ms-input-placeholder {
    color: #302d28;
    font-family: "futura-pt", Arial, Helvetica, sans-serif;
    font-weight: 500;
}

.sub-nav {
    background: #271c2f;
    display: block;
    float: left;
    height: 75px;
    margin: 0 auto;
    max-width: 1400px;
    overflow: hidden;
    padding: 15px;
    position: relative;
    width: 100%;
    z-index: 2;
}

@media only screen and (max-width: 1024px) {
    .sub-nav {
        height: auto;
    }
}

.sub-nav li {
    display: inline;
    height: auto;
    float: left;
    width: auto;
}

@media only screen and (max-width: 500px) {
    .sub-nav li {
        text-align: center;
        width: 100%;
    }
}

.sub-nav li a {
    background: transparent;
    color: #f7e15f;
    display: block;
    font-family: "futura-pt-condensed", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 800;
    height: auto;
    padding: 7px 15px 8px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.sub-nav li a:hover {
    color: #fcf3c0;
}

@media only screen and (max-width: 1024px) {
    .sub-nav li a {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.sub-nav #menu-museum-menu li.menu-item:last-of-type {
    float: right;
}

.sub-nav #menu-museum-menu li.menu-item:last-of-type:hover {
    background: #271c2f;
}

@media only screen and (max-width: 768px) {
    .sub-nav #menu-museum-menu li.menu-item:last-of-type {
        float: left;
    }
}

.sub-nav #menu-museum-menu li.menu-item:last-of-type a {
    color: #eba95c;
}

.sub-nav #menu-museum-menu li.menu-item:last-of-type a:hover {
    color: #fff;
}

.sub-nav #menu-item-205,
.sub-nav #menu-item-219,
.sub-nav #menu-item-516 {
    float: right;
}

.sub-nav #menu-item-205:hover,
.sub-nav #menu-item-219:hover,
.sub-nav #menu-item-516:hover {
    background: #271c2f;
}

@media only screen and (max-width: 768px) {
    .sub-nav #menu-item-205,
    .sub-nav #menu-item-219,
    .sub-nav #menu-item-516 {
        float: left;
    }
}

.sub-nav #menu-item-205 a,
.sub-nav #menu-item-219 a,
.sub-nav #menu-item-516 a {
    color: #eba95c;
}

.sub-nav #menu-item-205 a:hover,
.sub-nav #menu-item-219 a:hover {
    color: #d27045;
}

.page-resources .sub-nav li.current-menu-item#menu-item-516 a {
    background: #eba95c;
    color: #271c2f;
}

.page-history .sub-nav li a,
.timeline .sub-nav li a {
    color: #eba95c;
}

.page-history .sub-nav li a:hover,
.timeline .sub-nav li a:hover {
    color: #f1c189;
}

.page-rebirth .sub-nav li a,
.page-about-stax-museum .sub-nav li a,
.page-get-involved .sub-nav li a,
.page-soulsville-foundation .sub-nav li a {
    color: #d5713e;
}

.page-rebirth .sub-nav li a:hover,
.page-about-stax-museum .sub-nav li a:hover,
.page-get-involved .sub-nav li a:hover,
.page-soulsville-foundation .sub-nav li a:hover {
    color: #de9068;
}

.x {
    /* color:#cfb783; */
}

.blog .sub-nav li a:hover,
.events .sub-nav li a:hover,
.tag .sub-nav li a:hover,
.category .sub-nav li a:hover,
.archive .sub-nav li a:hover,
.single .sub-nav li a:hover,
.page-events .sub-nav li a:hover {
    color: #fff;
}

.page-collection .sub-nav li.current-menu-item a,
.page-membership .sub-nav li.current-menu-item a,
.page-rentals .sub-nav li.current-menu-item a,
.page-memphis .sub-nav li.current-menu-item a,
.page-groups .sub-nav li.current-menu-item a,
.page-educators .sub-nav li.current-menu-item a {
    background: #f7e15f;
    color: #271c2f;
}

.page-collection .sub-nav li.current-menu-item a:hover,
.page-membership .sub-nav li.current-menu-item a:hover,
.page-rentals .sub-nav li.current-menu-item a:hover,
.page-memphis .sub-nav li.current-menu-item a:hover,
.page-groups .sub-nav li.current-menu-item a:hover,
.page-educators .sub-nav li.current-menu-item a:hover {
    color: #271c2f;
}

.page-history li.current-menu-item a,
.timeline li.current-menu-item a {
    background: #eba95c;
    color: #271c2f;
}

.page-history li.current-menu-item a:hover,
.timeline li.current-menu-item a:hover {
    color: #271c2f;
}

.page-resources .sub-nav li.current-menu-item a {
    background: #fff;
    color: #271c2f;
}

.page-soulsville-foundation .sub-nav li.current-menu-item a,
.page-get-involved .sub-nav li.current-menu-item a {
    background: #d5713e;
    color: #271c2f;
}

.page-soulsville-foundation .sub-nav li.current-menu-item a:hover,
.page-get-involved .sub-nav li.current-menu-item a:hover {
    color: #271c2f;
}

.page-about-stax-museum .sub-nav li.current-menu-item a {
    background: #d5713e;
    color: #271c2f;
}

.page-about-stax-museum .sub-nav li.current-menu-item a:hover {
    color: #271c2f;
}

.blog .sub-nav li.current-menu-item a,
.category .sub-nav li.current-menu-item a,
.events .sub-nav li.current-menu-item a,
.tag .sub-nav li.current-menu-item a,
.page-events .sub-nav li.current-menu-item a {
    background: #cfb783;
    color: #271c2f !important;
}

.blog .sub-nav li.current-menu-item a:hover,
.category .sub-nav li.current-menu-item a:hover,
.events .sub-nav li.current-menu-item a:hover,
.tag .sub-nav li.current-menu-item a:hover,
.page-events .sub-nav li.current-menu-item a:hover {
    color: #271c2f;
}

.sidebar {
    color: #675a58;
    font-size: 16px;
    font-size: 1.6rem;
}

.sidebar .sidebar-wrapper {
    background: #f8f7f7;
    overflow: hidden;
    padding: 30px;
}

@media only screen and (max-width: 670px) {
    .sidebar .sidebar-wrapper {
        padding: 20px;
    }
}

.sidebar h2 {
    color: #030101;
    font-size: 42px;
    font-size: 4.2rem;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
    .sidebar h2 {
        font-size: 28px;
        font-size: 2.8rem;
        margin-bottom: 10px;
    }
}

.sidebar h3 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 12px;
    text-transform: none;
}

@media only screen and (max-width: 1024px) {
    .sidebar h3 {
        font-size: 20px;
        font-size: 2rem;
    }
}

.sidebar h4 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 12px;
}

.sidebar address {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 20px;
}

.sidebar ul {
    display: block;
    list-style-type: none;
    float: left;
    margin: 0;
}

.sidebar ul li {
    display: inline-block;
    float: left;
    width: 50%;
}

.sidebar img {
    height: auto;
    width: 100%;
}

.sidebar .btn {
    display: block;
    margin-top: 30px;
    width: 100%;
}

.sidebar .location a,
.sidebar .sidebar-photo-request a {
    color: #cc2f16;
    display: inline-block;
    font-family: "futura-pt-condensed", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 800;
    border-bottom: 3px solid #cc2f16;
    margin-right: 15px;
    margin-bottom: 10px;
    white-space: nowrap;
}

.sidebar .location a:hover,
.sidebar .sidebar-photo-request a:hover {
    color: #98280e;
    border-bottom: 3px solid #98280e;
}

.sidebar .hours,
.sidebar .admission {
    margin-top: 30px;
}

.sidebar .holidays {
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}

@media only screen and (max-width: 1024px) {
    .sidebar .holidays ul li {
        width: 100%;
    }
}

.sidebar .free-tuesdays {
    background: #5e9d21;
    padding: 30px;
    margin: 0 -30px;
    color: #fff;
}

.sidebar .free-tuesdays h4,
.sidebar .free-tuesdays h5 {
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: none;
}

.sidebar .free-tuesdays h5 {
    font-size: 20px;
    font-size: 2rem;
    font-family: "futura-pt", Arial, Helvetica, sans-serif;
    font-weight: 500;
}

.sidebar .free-tuesdays p {
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.1;
}

.sidebar .not-allowed {
    margin-top: 30px;
    margin-bottom: 30px;
}

.sidebar .not-allowed span {
    color: #cc2f16;
    display: block;
    float: left;
    font-family: "futura-pt-condensed", Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 20px;
    font-size: 2rem;
    width: 100%;
}

.sidebar .not-allowed i {
    font-size: 1.2rem;
}

.sidebar .not-allowed p {
    color: #675a58;
    margin-top: 0;
    line-height: 1.1;
}

#blog-sidebar .sidebar-wrapper {
    /* background:#fff; */ /* padding:0; */
}

#blog-sidebar .widget {
    background: #f8f7f7;
    display: block;
    height: auto;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 30px;
    width: 100%;
}

#blog-sidebar .widget-title {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: none;
}

#blog-sidebar ul li {
    width: 100%;
}

#blog-sidebar ul li a {
    color: #675a58;
}

#blog-sidebar #search-2 {
    padding: 10px 30px 3px;
}

#blog-sidebar #search-2:before {
    background: url(img/search.png) no-repeat;
    background-position: 50% 55%;
    background-size: 65% auto;
    content: " ";
    display: block;
    float: left;
    height: 30px;
    width: 10%;
}

#blog-sidebar #search-2 .search-form {
    display: inline-block;
    width: 90%;
}

#blog-sidebar #search-2 label {
    display: inline;
    float: left;
    width: 95%;
}

#blog-sidebar #search-2 input[type="search"] {
    background: transparent;
    color: #222;
    border: none;
    border-radius: 0;
    font-family: "futura-pt", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 500;
    padding: 0;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    width: 100%;
}

#blog-sidebar #search-2 input[type="search"]:focus {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

#blog-sidebar #search-2 ::-webkit-input-placeholder {
    color: #8f8993;
    font-family: "futura-pt-condensed", Arial, Helvetica, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

#blog-sidebar #search-2 :-moz-placeholder {
    color: #8f8993;
    font-family: "futura-pt-condensed", Arial, Helvetica, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

#blog-sidebar #search-2 ::-moz-placeholder {
    color: #8f8993;
    font-family: "futura-pt-condensed", Arial, Helvetica, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

#blog-sidebar #search-2 :-ms-input-placeholder {
    color: #8f8993;
    font-family: "futura-pt-condensed", Arial, Helvetica, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

.sidebar-photo-request {
    margin-top: 20px;
}

.sidebar-photo-request p {
    color: #675a58;
}

.sidebar-photo-request .btn {
    background: url(img/bg-btn-orange.jpg) repeat;
}

#footer {
    background: #3a2c4a;
    color: #fff;
    display: block;
    height: auto;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 999;
}

@media only screen and (max-width: 1024px) {
    #footer {
        margin-top: 0;
    }
}

#footer .row {
    display: block;
    float: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    width: 100%;
    max-width: 1400px;
}

#footer .landmark.row {
    max-width: none;
}

@media only screen and (max-width: 670px) {
    #footer .row {
        padding: 0;
    }
}

#footer .column {
    display: inline;
    float: left;
    height: 580px;
    padding: 40px;
}

@media (max-width: 1500px) {
    #footer .column {
        height: 640px;
        padding: 30px;
    }
}

@media only screen and (min-width: 1500px) {
    #footer .column {
        height: 700px;
        padding: 30px;
    }
}

@media (max-width: 900px) {
    #footer .column {
        height: 690px;
    }
}

@media only screen and (max-width: 768px) {
    #footer .column {
        padding: 20px;
    }
}

@media only screen and (max-width: 670px) {
    #footer .column {
        height: auto !important;
    }
}

#footer .btn.btn-small {
    background-color: #d5713e;
    color: #4b3565;
    padding: 10px 20px;
    font-size: 30px;
    font-size: 3rem;
    text-transform: uppercase;
}

#footer .btn.btn-small:before {
    background-color: #d5713e;
    background-image: url(img/textures/orange.jpg);
}

@media only screen and (max-width: 670px) {
    #footer .btn.btn-small {
        margin-bottom: 20px;
    }
}

#footer .btn.btn-small .ss-icon {
    font-size: 2rem;
}

#footer h4 {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 20px;
    line-height: 1.1;
}

#footer h5 {
    font-size: 40px;
    font-size: 4rem;
    font-family: "futura-pt-condensed", Arial, Helvetica, sans-serif;
    font-weight: 800;
}

@media only screen and (max-width: 1024px) {
    #footer h5 {
        font-size: 30px;
        font-size: 3rem;
    }
}

@media only screen and (max-width: 670px) {
    #footer h5 {
        font-size: 24px;
        font-size: 2.4rem;
    }
}

#footer table {
    border-spacing: 0;
    display: block;
    font-family: "futura-pt", Arial, Helvetica, sans-serif;
    font-weight: 500;
    text-align: left;
}

#footer .footer-top {
    background: #3a2c4a;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRiMzU2NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ2JSIgc3RvcC1jb2xvcj0iIzRiMzU2NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzVlNGE3NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZTRhNzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(
        left,
        #4b3565 0%,
        #4b3565 46%,
        #5e4a75 51%,
        #5e4a76 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0%, #4b3565),
        color-stop(46%, #4b3565),
        color-stop(51%, #5e4a75),
        color-stop(100%, #5e4a76)
    );
    background: -webkit-linear-gradient(
        left,
        #4b3565 0%,
        #4b3565 46%,
        #5e4a75 51%,
        #5e4a76 100%
    );
    background: -o-linear-gradient(
        left,
        #4b3565 0%,
        #4b3565 46%,
        #5e4a75 51%,
        #5e4a76 100%
    );
    background: -ms-linear-gradient(
        left,
        #4b3565 0%,
        #4b3565 46%,
        #5e4a75 51%,
        #5e4a76 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#4b3565),
        color-stop(46%, #4b3565),
        color-stop(51%, #5e4a75),
        to(#5e4a76)
    );
    background: linear-gradient(
        to right,
        #4b3565 0%,
        #4b3565 46%,
        #5e4a75 51%,
        #5e4a76 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b3565', endColorstr='#5e4a76', GradientType=1);
}

@media only screen and (max-width: 768px) {
    #footer .footer-top {
        background: #4b3565;
    }
}

#footer .footer-mid {
    background: #3a2c4a;
}

#footer .footer-btm {
    background: #3a2c4a;
}

#footer .contact {
    background: #4b3565;
    width: 30%;
}

@media only screen and (max-width: 1024px) {
    #footer .contact {
        width: 33%;
    }
}

@media only screen and (max-width: 870px) {
    #footer .contact {
        height: 560px;
        width: 50%;
    }
}

@media only screen and (max-width: 670px) {
    #footer .contact {
        width: 100%;
    }
}

#footer .contact .logo {
    height: auto;
    width: 75%;
}

@media only screen and (max-width: 1024px) {
    #footer .contact .logo {
        width: 50%;
    }
}

@media only screen and (max-width: 768px) {
    #footer .contact .logo {
        width: 70%;
    }
}

@media only screen and (max-width: 670px) {
    #footer .contact .logo {
        width: 33%;
    }
}

#footer .hours {
    background: #56426f;
    width: 25%;
}

#footer .admission {
    background: #5e4a76;
    width: 45%;
}

#footer address,
#footer .phone {
    margin-top: 20px;
}

#footer .contact-links .btn {
    margin: 20px 0 0;
}

@media only screen and (max-width: 670px) {
    #footer .contact-links .btn {
        margin: 10px 0 0;
    }
}

#footer .contact-links .directions {
    margin-right: 20px;
}

@media only screen and (max-width: 670px) {
    #footer .contact-links .directions {
        margin-right: 10px;
    }
}

#footer address {
    font-family: "futura-pt", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2;
}

@media only screen and (max-width: 1024px) {
    #footer address {
        font-size: 20px;
        font-size: 2rem;
    }
}

@media only screen and (max-width: 768px) {
    #footer address {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

#footer .contact-number {
    display: block;
    float: left;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
    #footer .contact-number {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    #footer .contact-number {
        margin-bottom: 0;
    }
}

#footer .contact-number .label {
    display: block;
    float: left;
    font-family: "futura-pt", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 20px;
    font-size: 2rem;
    line-height: 0.2;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    #footer .contact-number .label {
        line-height: 1.45;
        width: auto;
    }

    #footer .contact-number .label:after {
        content: ": ";
    }
}

#footer .contact-number a[href^="tel"] {
    color: #fff;
    text-decoration: none;
}

#footer .contact-number .number {
    color: #fff;
    display: block;
    float: left;
    font-family: "futura-pt-condensed", Arial, Helvetica, sans-serif;
    font-weight: 800;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    #footer .contact-number .number {
        font-size: 20px !important;
        font-size: 2rem !important;
        margin-left: 10px;
        width: auto;
    }
}

#footer .phone .number {
    font-size: 30px;
    font-size: 3rem;
}

@media only screen and (max-width: 670px) {
    #footer .phone .number {
        font-size: 24px;
        font-size: 2.4rem;
    }
}

#footer .fax .number,
#footer .toll-free .number {
    font-size: 24px;
    font-size: 2.4rem;
}

#footer .social {
    display: block;
    float: left;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    #footer .social {
        margin-top: 10px;
    }
}

#footer .social a {
    background: url(img/social.png) no-repeat;
    display: inline-block;
    height: 50px;
    margin-right: 10px;
    width: 50px;
}

@media only screen and (max-width: 768px) {
    #footer .social a {
        background-size: 60px auto;
        height: 30px;
        margin-right: 3px;
        width: 30px;
    }
}

#footer .social a.facebook {
    background-position: top left;
}

#footer .social a.twitter {
    background-position: top right;
}

#footer .social a:hover.facebook {
    background-position: bottom left;
}

#footer .social a:hover.twitter {
    background-position: bottom right;
}

@media only screen and (max-width: 1024px) {
    #footer .hours {
        width: 33%;
        height: 820px;
    }
}

@media only screen and (max-width: 870px) {
    #footer .hours {
        height: 560px;
        width: 50%;
    }
}

@media only screen and (max-width: 670px) {
    #footer .hours {
        width: 100%;
    }

    #footer .hours table {
        display: inline-block;
        float: left;
        width: 50%;
    }

    #footer .hours tr.closed {
        margin-top: 0;
    }
}

#footer .hours tr.closed th,
#footer .hours tr.closed td {
    width: 100%;
}

@media only screen and (max-width: 500px) {
    #footer #open-table {
        margin-bottom: 30px;
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    #footer #closed-table {
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    #footer .admission {
        height: auto;
        width: 33%;
    }
}

@media only screen and (max-width: 870px) {
    #footer .admission {
        width: 100%;
    }
}

#footer .admission .btn.btn-small:first-of-type {
    margin-right: 20px;
}

#footer .admission .btn.btn-small:last-of-type {
    background-color: #f7e15f;
}

#footer .admission .btn.btn-small:last-of-type:before {
    background-color: #f7e15f;
    background-image: url(img/textures/yellow.jpg);
}

#footer #mc-signup {
    display: block;
    float: left;
    margin-top: 40px;
    margin-bottom: 40px;
}

#footer #mc-signup a {
    display: block;
}

#footer #mc-signup a h4 {
    color: #fff;
}

#footer #CDSWIDCOE {
    margin: 0;
    clear: both;
}

#footer .footer-nav {
    overflow: hidden;
    padding: 40px;
}

@media only screen and (max-width: 768px) {
    #footer .footer-nav {
        padding: 20px;
    }
}

@media only screen and (max-width: 670px) {
    #footer .footer-nav {
        padding: 20px;
    }
}

#footer .footer-nav .footer-nav-column {
    display: inline-block;
    float: left;
    width: 20%;
}

@media only screen and (max-width: 670px) {
    #footer .footer-nav .footer-nav-column {
        width: 100%;
    }
}

#footer .footer-nav h5 {
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    #footer .footer-nav h5 {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 670px) {
    #footer .footer-nav h5 {
        width: 100%;
    }
}

#footer .footer-nav ul {
    display: inline-block;
    float: left;
    list-style-type: none;
    width: 100%;
}

@media only screen and (max-width: 670px) {
    #footer .footer-nav ul {
        margin-top: 0;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 400px) {
    #footer .footer-nav ul {
        width: 100%;
    }
}

#footer .footer-nav li {
    font-family: "futura-pt", Arial, Helvetica, sans-serif;
    font-weight: 500;
}

@media only screen and (max-width: 670px) {
    #footer .footer-nav li {
        display: inline-block;
        float: left;
        width: 50%;
    }
}

#footer .footer-nav a {
    color: #e3daee;
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
}

#footer .footer-nav a:hover {
    color: #fff;
    text-decoration: underline;
}

#footer .footer-nav li.current-menu-item a {
    background: none;
    color: #f7e15f;
}

#footer .footer-nav li.current-menu-item a:hover {
    color: #fff;
}

#footer .landmark-column {
    display: inline;
    height: 500px;
    float: left;
    text-align: center;
    width: 33.3333%;
}

#footer .landmark-column:first-of-type {
    background: url(img/bg-soulsville-foundation2.jpg) no-repeat;
    background-size: cover;
}

#footer .landmark-column:nth-of-type(2) {
    background: url(img/bg-soulsville2.jpg) no-repeat;
    background-size: cover;
}

#footer .landmark-column:last-of-type {
    background: url(img/bg-music-academy2.jpg) no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 768px) {
    #footer .landmark-column {
        height: 400px;
    }
}

@media only screen and (max-width: 670px) {
    #footer .landmark-column {
        height: 200px;
    }
}

#footer .landmark-brand {
    display: block;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.35s 0s cubic-bezier(0.1, 0.1, 0.41, 0.68);
    -o-transition: all 0.35s 0s cubic-bezier(0.1, 0.1, 0.41, 0.68);
    transition: all 0.35s 0s cubic-bezier(0.1, 0.1, 0.41, 0.68);
}

#footer .landmark-brand:hover {
    background: none;
    background: rgba(255, 255, 255, 0.1);
}

#footer .landmark-brand:hover img {
    margin-top: -8px;
}

#footer .landmark-brand img {
    -webkit-transition: all 0.35s 0s cubic-bezier(0.1, 0.1, 0.41, 0.68);
    -o-transition: all 0.35s 0s cubic-bezier(0.1, 0.1, 0.41, 0.68);
    transition: all 0.35s 0s cubic-bezier(0.1, 0.1, 0.41, 0.68);
    max-width: 250px;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    #footer .landmark-brand img {
        width: 65%;
    }
}

@media only screen and (max-width: 670px) {
    #footer .landmark-brand img {
        display: block;
        margin: 0 auto;
        width: 85%;
    }
}

.copyright {
    background: #030101;
    display: block;
    font-size: 11px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
}

.copyright span {
    display: block;
}

.footer-donate {
    background: #cc2f16;
    display: block;
    float: left;
    font-family: "futura-pt-condensed", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 40px;
    font-size: 4rem;
    padding: 35px 20px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .footer-donate {
        font-size: 30px;
        font-size: 3rem;
    }
}

@media only screen and (max-width: 768px) {
    .footer-donate {
        padding-top: 0;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 670px) {
    .footer-donate {
        font-size: 24px;
        font-size: 2.4rem;
        padding-top: 20px;
        padding-bottom: 30px;
    }
}

.footer-donate span {
    position: relative;
    bottom: -25px;
}

@media only screen and (max-width: 670px) {
    .footer-donate span {
        display: none;
    }
}

.footer-donate .btn {
    margin-left: 10px;
    padding: 12px 20px 10px;
    top: -5px;
}

.footer-donate .btn:before {
    background-image: url(img/textures/red-dk.jpg);
}

@media only screen and (max-width: 1080px) {
    .footer-donate .btn {
        display: block;
        top: auto;
        margin: 30px auto 0;
        width: 250px;
    }
}

@media only screen and (max-width: 768px) {
    .footer-donate .btn {
        display: block;
        margin: 20px auto 0;
        width: 200px;
    }
}

@media only screen and (max-width: 670px) {
    .footer-donate .btn {
        margin-top: 10px;
    }
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: perspective(100px) translateZ(0);
        transform: perspective(100px) translateZ(0);
    }

    to {
        -webkit-transform: perspective(120px) translateZ(10px);
        transform: perspective(120px) translateZ(10px);
    }
}

@keyframes zoom {
    from {
        -webkit-transform: perspective(100px) translateZ(0);
        transform: perspective(100px) translateZ(0);
    }

    to {
        -webkit-transform: perspective(120px) translateZ(10px);
        transform: perspective(120px) translateZ(10px);
    }
}

@-webkit-keyframes fade-in {
    from {
        opacity: 0;
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-webkit-keyframes fade-in-out {
    0%,
    100% {
        opacity: 0;
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    15% {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    85% {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    95% {
        -webkit-transform: scale(5, 5);
        transform: scale(5, 5);
    }
}

@keyframes fade-in-out {
    0%,
    100% {
        opacity: 0;
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    15% {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    85% {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    95% {
        -webkit-transform: scale(5, 5);
        transform: scale(5, 5);
    }
}

.page-home #footer {
    margin-top: 15px;
}

@media only screen and (max-width: 670px) {
    .page-home #footer {
        margin-top: 0;
    }
}

#plan {
    background: url("img/bg-home-hero.jpg") no-repeat #030101;
    background-size: cover;
    color: #fff;
    display: block;
    margin-top: -200px;
    min-height: 700px;
    max-height: 800px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    #plan {
        min-height: 560px;
        margin-top: -90px;
    }
}

@media only screen and (max-width: 768px) {
    #plan {
        min-height: 500px;
        height: 500px;
        margin-top: -110px;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 670px) {
    #plan {
        height: 450px;
        margin-top: 0;
        margin-bottom: 0;
        max-height: 450px;
        min-height: 0;
        padding-top: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 500px) {
    #plan {
        height: 330px;
        max-height: 330px;
    }
}

#plan .btn {
    font-size: 32px;
    font-size: 3.2rem;
    font-family: "Ostrich Sans";
    font-weight: 700;
    padding: 20px 25px 15px;
    -webkit-animation: zoom 0.25s both 4.5s;
    animation: zoom 0.25s both 4.5s;
}

@media only screen and (max-width: 500px) {
    #plan .btn {
        font-size: 2.4rem;
    }
}

.hero-text {
    margin-top: 185px;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .hero-text {
        margin-top: 140px;
    }
}

@media only screen and (max-width: 670px) {
    .hero-text {
        margin-top: 30px;
    }
}

#headline {
    height: 320px;
    overflow: visible;
    position: relative;
    text-shadow: 1px 1px 0 #927f94;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    #headline {
        height: 250px;
    }
}

@media only screen and (max-width: 670px) {
    #headline {
        height: auto;
        margin-bottom: 20px;
    }
}

#headline span {
    display: block;
    position: absolute;
    text-align: center;
    opacity: 0;
    -webkit-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    width: 100%;
}

@media only screen and (max-width: 670px) {
    #headline span {
        display: initial;
        position: relative;
        opacity: 1;
    }

    #headline span.move {
        -webkit-animation: none !important;
        animation: none !important;
    }
}

#headline span i {
    display: none;
}

@media only screen and (max-width: 670px) {
    #headline span i {
        display: initial;
        font-style: normal;
    }
}

#headline .line-1 {
    font-size: 100px;
    line-height: 100px;
    height: 100px;
    top: 0;
}

@media only screen and (max-width: 1024px) {
    #headline .line-1 {
        font-size: 60px;
        line-height: 60px;
        height: 60px;
    }
}

@media only screen and (max-width: 670px) {
    #headline .line-1 {
        height: auto;
        top: auto;
        line-height: 1;
        display: block;
        width: 100%;
    }
}

#headline .line-1.word-1.move {
    -webkit-animation: fade-in 0.25s cubic-bezier(0.71, 0.55, 0.62, 1.57)
        forwards;
    animation: fade-in 0.25s cubic-bezier(0.71, 0.55, 0.62, 1.57) forwards;
}

#headline .line-2 {
    font-size: 250px;
    height: 250px;
    line-height: 250px;
    top: 60px;
}

@media only screen and (max-width: 1024px) {
    #headline .line-2 {
        font-size: 200px;
        line-height: 200px;
        height: 200px;
        top: 35px;
    }
}

@media only screen and (max-width: 670px) {
    #headline .line-2 {
        font-size: 60px;
        line-height: 1;
        height: auto;
        top: auto;
    }
}

#headline .line-2.word-1.move {
    -webkit-animation: fade-in-out 1.5s ease-in-out forwards 0.5s;
    animation: fade-in-out 1.5s ease-in-out forwards 0.5s;
}

#headline .line-2.word-2.move {
    -webkit-animation: fade-in-out 1.5s ease-in-out forwards 1.75s;
    animation: fade-in-out 1.5s ease-in-out forwards 1.75s;
}

#headline .line-2.word-3.move {
    -webkit-animation: fade-in 0.75s ease-in-out forwards 3.25s;
    animation: fade-in 0.75s ease-in-out forwards 3.25s;
}

.featured-event {
    font-family: "futura-pt-condensed", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 40px;
    font-size: 4rem;
    padding: 20px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .featured-event {
        font-size: 35px;
        font-size: 3.5rem;
        padding: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .featured-event {
        font-size: 24px;
        font-size: 2.4rem;
        padding: 10px 10px 20px;
    }
}

@media only screen and (max-width: 670px) {
    .featured-event {
        font-size: 18px;
        font-size: 1.8rem;
        padding-top: 0;
        margin: 0 auto;
        width: 90%;
    }
}

.featured-event span {
    color: #cc2f16;
}

.featured-event .btn-small {
    display: inline-block;
    margin-left: 20px;
    margin-top: -15px;
    position: relative;
    top: -4px;
}

@media only screen and (max-width: 1024px) {
    .featured-event .btn-small {
        display: block;
        margin: 0 auto;
        top: 0;
        width: 200px;
    }
}

@media only screen and (max-width: 768px) {
    .featured-event .btn-small {
        font-size: 24px;
        font-size: 2.4rem;
    }
}

@media only screen and (max-width: 670px) {
    .featured-event .btn-small {
        font-size: 18px;
        font-size: 1.8rem;
        margin-top: 8px;
    }
}

.featured-content {
    background: #030101;
    float: left;
    height: 800px;
    margin-top: 40px;
    margin-bottom: 40px;
    overflow: hidden;
    width: 48%;
}

@media only screen and (max-width: 1024px) {
    .featured-content {
        height: auto;
    }
}

@media only screen and (max-width: 768px) {
    .featured-content {
        margin-top: 20px;
        margin-bottom: 20px;
        width: 100%;
    }
}

@media only screen and (max-width: 670px) {
    .featured-content {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.featured-content h3 {
    color: #fff;
    font-size: 48px;
    font-family: "futura-pt-condensed", Arial, Helvetica, sans-serif;
    font-weight: 500;
}

@media only screen and (max-width: 670px) {
    .featured-content h3 {
        font-size: 36px;
    }
}

.featured-content a:hover img {
    opacity: 0.75;
}

.featured-content img {
    display: block;
    height: 450px;
    width: auto;
    -webkit-transition: all 0.3s cubic-bezier(0.56, 0.51, 0.6, 0.54);
    -o-transition: all 0.3s cubic-bezier(0.56, 0.51, 0.6, 0.54);
    transition: all 0.3s cubic-bezier(0.56, 0.51, 0.6, 0.54);
}

@media only screen and (max-width: 1024px) {
    .featured-content img {
        height: auto;
        width: 100%;
    }
}

#story {
    margin-right: 2%;
}

@media only screen and (max-width: 768px) {
    #story {
        margin-right: 0;
    }
}

#story .text-box {
    background: #0f3a38;
}

#story .btn {
    background-color: #d5713e;
}

#story .btn:before {
    background-color: #d5713e;
    background-image: url(img/textures/orange.jpg);
}

#exhibits {
    margin-left: 2%;
}

@media only screen and (max-width: 768px) {
    #exhibits {
        margin-left: 0;
    }
}

#exhibits .text-box {
    background: #211640;
}

#exhibits .btn {
    background-color: #f7e15f;
    color: #2f2923;
}

#exhibits .btn:before {
    background-color: #f7e15f;
    background-image: url(img/textures/yellow.jpg);
}

.text-box {
    display: block;
    height: 350px;
    padding: 40px;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .text-box {
        height: 420px;
    }
}

@media only screen and (max-width: 768px) {
    .text-box {
        height: auto;
    }
}

@media only screen and (max-width: 670px) {
    .text-box {
        padding: 20px;
    }
}

.text-box p {
    color: #fff;
    margin-bottom: 25px;
}

.sponsors {
    display: block;
    float: left;
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
}

.sponsors h4 {
    display: block;
    float: left;
    font-weight: 500;
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
}

@media only screen and (max-width: 670px) {
    .sponsors h4 {
        margin-bottom: 20px;
    }
}

.sponsor-logo {
    display: inline-block;
    width: auto;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: middle;
}

.sponsor-logo img {
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    max-width: 100%;
}

.sponsor-logo:hover img {
    opacity: 0.75;
}

#headline .ie-headline {
    height: auto;
    margin-bottom: 20px;
    overflow: visible;
    position: relative;
    text-shadow: 1px 1px 0 #927f94;
    width: 100%;
}

#headline .ie-headline span {
    display: inline;
    position: relative;
    -webkit-animation: none !important;
    animation: none !important;
    font-size: 80px;
}

@media only screen and (max-width: 1024px) {
    #headline .ie-headline span {
        font-size: 60px;
    }
}

#headline .ie-headline span i {
    display: inline;
    font-style: normal;
}

#headline .ie-headline span.line-1 {
    line-height: 1;
    display: block;
    width: 100%;
    height: auto;
    top: auto;
    width: 100%;
    text-align: center;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    font-size: 60px;
}

#headline .ie-headline span.line-1.word-1.move {
    -webkit-animation: none;
    animation: none;
}

#headline .ie-headline span.line-2 {
    display: initial !important;
    height: auto;
    line-height: 1;
    top: auto;
    width: auto;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    font-size: 100px;
}

@media only screen and (max-width: 1024px) {
    #headline .ie-headline span.line-2 {
        font-size: 60px;
    }
}

#headline .ie-headline span.line-2.word-1.move {
    -webkit-animation: none;
    animation: none;
    display: initial !important;
}

#headline .ie-headline span.line-2.word-2.move {
    -webkit-animation: none;
    animation: none;
    display: initial !important;
}

#headline .ie-headline span.line-2.word-3.move {
    -webkit-animation: none;
    animation: none;
    display: initial !important;
}

.page-museum article {
    padding-right: 0;
}

.page-museum .content {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.page-museum p {
    color: #675a58;
}

.page-museum article.feature {
    float: left;
    height: 620px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

@media (max-width: 1200px) {
    .page-museum article.feature {
        height: auto;
    }
}

@media only screen and (max-width: 670px) {
    .page-museum article.feature {
        margin-bottom: 20px;
    }
}

.page-museum article.feature .feature-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    overflow: hidden;
    width: 500px;
}

@media (max-width: 1200px) {
    .page-museum article.feature .feature-img {
        line-height: 0;
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        height: 420px;
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .page-museum article.feature .feature-img {
        height: auto;
    }
}

.page-museum article.feature .feature-img img {
    height: auto;
    margin-bottom: 0;
    width: 100%;
}

.page-museum article.feature .summary {
    background: url(img/textures/yellow.jpg);
    float: left;
    height: 620px;
    padding: 30px;
    padding-left: 530px;
    width: 100%;
}

@media (max-width: 1200px) {
    .page-museum article.feature .summary {
        height: auto;
        padding-left: 30px;
        width: 100%;
    }
}

@media only screen and (max-width: 670px) {
    .page-museum article.feature .summary {
        padding: 20px;
    }
}

.page-museum article.feature .summary h1 {
    font-family: "futura-pt-condensed", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 50px;
    font-size: 5rem;
    line-height: 1;
    margin-top: 1.4rem;
    text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
    .page-museum article.feature .summary h1 {
        font-size: 40px;
        font-size: 4rem;
    }
}

@media only screen and (max-width: 670px) {
    .page-museum article.feature .summary h1 {
        font-size: 36px;
        font-size: 3.6rem;
    }
}

.page-museum article.feature .summary p {
    color: #675a58;
}

.page-museum article.feature .summary .btn {
    margin-top: 30px;
}

.page-museum article.feature .summary .category,
.page-museum article.feature .summary .category a {
    color: #d5713e;
    font-family: "futura-pt-condensed", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 22px;
    font-size: 2.2rem;
    text-transform: uppercase;
}

.page-museum .feature-link:hover .btn {
    background: #e06a2e !important;
}


.page-museum .banner-wrapper {
    display: block;
    float: left;
    margin-top: 100px;
    position: relative;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .page-museum .banner-wrapper {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 670px) {
    .page-museum .banner-wrapper {
        margin-top: 40px;
        padding: 0;
    }
}

.page-museum .banner {
    background: url(img/bg-membership.jpg) no-repeat top right #a93913;
    background-size: cover;
    display: block;
    padding: 60px;
    overflow: hidden;
    -webkit-transition: all 0.1s cubic-bezier(0.1, 0.1, 0.41, 0.68);
    -o-transition: all 0.1s cubic-bezier(0.1, 0.1, 0.41, 0.68);
    transition: all 0.1s cubic-bezier(0.1, 0.1, 0.41, 0.68);
}

@media only screen and (max-width: 768px) {
    .page-museum .banner {
        padding: 40px;
    }
}

@media only screen and (max-width: 670px) {
    .page-museum .banner {
        padding: 20px;
    }
}

.page-museum .banner-content {
    display: block;
    float: left;
    width: 70%;
}

@media only screen and (max-width: 670px) {
    .page-museum .banner-content {
        width: 100%;
    }
}

.page-museum .banner-content h3 {
    color: #fff;
    font-size: 72px;
    font-size: 7.2rem;
    font-family: "futura-pt-condensed", Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 1;
}

@media only screen and (max-width: 768px) {
    .page-museum .banner-content h3 {
        font-size: 48px;
        font-size: 4.8rem;
    }
}

.page-museum .banner-content p {
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
}

.page-museum .banner-content .btn:before {
    background-image: url(img/textures/red-dk.jpg);
}

.page-museum .content-area {
    display: block;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
}

.page-museum .featured-subpage {
    flex-basis: calc(50% - 32px);
}

@media only screen and (max-width: 768px) {
    .page-museum .featured-subpage {
        flex-basis: 100%;
    }
}

.page-museum .featured-subpage img{
    width: 100%;
}

.page-history .hero {
    background: #5b515f;
    height: 650px;
    position: absolute;
    top: 0;
    margin-top: 0;
}

.page-history .hero span {
    display: block;
    height: 100%;
    width: 100%;
    opacity: 0.3;
}

.page-history .intro {
    background: url(img/bg-yellow.jpg) repeat #f7e15f;
    float: left;
    left: 25px;
    padding: 40px 100px 40px 40px;
    position: relative;
    width: 60%;
}

.page-history h2 {
    font-family: "futura-pt-condensed", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 60px;
    font-size: 6rem;
    margin-bottom: 15px;
}

.page-history .intro-img {
    float: left;
    height: auto;
    margin-top: 40px;
    overflow: hidden;
    text-align: center;
    width: 40%;
    position: relative;
    left: -25px;
}

.page-history .intro-img img {
    height: auto;
    width: 100%;
}

.page-history ul.story-links {
    margin-top: 40px;
}

.page-history ul.story-links li {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 98%;
}

.page-history ul.story-links li:hover {
    width: 100%;
}

.page-history ul.story-links li:first-of-type a.btn {
    background: url(img/bg-btn-red.jpg) #cc2f16;
}

.page-history ul.story-links li:first-of-type a.btn:hover {
    background: #c32e16;
}

.page-history ul.story-links li:first-of-type span {
    background-color: #ac2913;
}

.page-history ul.story-links li:nth-of-type(2) a.btn {
    background: url(img/bg-btn-red-alt.jpg) #cc2f16;
}

.page-history ul.story-links li:nth-of-type(2) a.btn:hover {
    background: #983422;
}

.page-history ul.story-links li:nth-of-type(2) span {
    background-color: #7e3427;
}

.page-history ul.story-links li:last-of-type a.btn {
    background: url(img/bg-btn-orange.jpg) #d5713e;
}

.page-history ul.story-links li:last-of-type a.btn:hover {
    background: #e07900;
}

.page-history ul.story-links li:last-of-type span {
    background-color: #b46614;
}

.page-history ul.story-links li a {
    text-align: left;
    width: 100%;
}

.page-history ul.story-links li span {
    border-radius: 40px;
    display: inline-block;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.4;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
}

.page-history ul.story-links li i {
    display: inline-block;
    font-size: 28px;
    font-size: 2.8rem;
    float: right;
    margin-top: 7px;
}

.page-history .related-posts {
    left: 25px;
    position: relative;
}

.page-history .related-posts li {
    width: 33.3333%;
}

.page-history .related-posts li ul.post-categories > li {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .page-collection #content .row {
        padding: 0;
    }
}

.page-collection h2 {
    font-family: "futura-pt-condensed", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 60px;
    font-size: 6rem;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1024px) {
    .page-collection h2 {
        font-size: 40px;
        font-size: 4rem;
    }
}

@media only screen and (max-width: 670px) {
    .page-collection h2 {
        font-size: 32px;
        font-size: 3.2rem;
    }
}

@media only screen and (max-width: 1024px) {
    .page-collection .row {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 670px) {
    .page-collection .row {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .page-collection .row:first-of-type {
        margin-top: 0;
    }
}

.page-collection .row:nth-of-type(even) h2 {
    color: #f5eaac;
}

.page-collection .row:nth-of-type(even) p {
    color: #fff;
}

.page-collection .row:nth-of-type(even) .collection-copy {
    background: url(img/textures/big-brown.jpg) repeat #393517;
    margin-top: 0;
    left: 40px;
}

@media only screen and (max-width: 768px) {
    .page-collection .row:nth-of-type(even) .collection-copy {
        left: auto;
    }
}

.page-collection .row:nth-of-type(even) .collection-img {
    margin-top: 40px;
}

@media only screen and (max-width: 768px) {
    .page-collection .row:nth-of-type(even) .collection-img {
        margin-top: 0;
    }
}

.page-collection .row:nth-of-type(odd) .collection-copy {
    margin-top: 40px;
    left: -40px;
}

@media only screen and (max-width: 1024px) {
    .page-collection .row:nth-of-type(odd) .collection-copy {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .page-collection .row:nth-of-type(odd) .collection-copy {
        left: 0;
        margin-top: 0;
    }
}

@media only screen and (max-width: 670px) {
    .page-collection .row:nth-of-type(odd) .collection-copy {
        margin-bottom: 0;
    }
}

.page-collection .row:nth-of-type(odd) .collection-img {
    margin-top: 0;
}

.page-collection .related-posts {
    position: relative;
    margin-top: 40px;
    width: 66.6666%;
}

@media only screen and (max-width: 768px) {
    .page-collection .related-posts {
        margin-top: 0;
        width: 100%;
    }
}

.page-collection .related-posts h2 {
    color: #98280e !important;
}

.page-collection .related-posts .related-post {
    width: 50%;
}

@media only screen and (max-width: 768px) {
    .page-collection .related-posts .related-post {
        width: 100%;
    }
}

.page-collection .product {
    margin-top: 40px;
    width: 25%;
}

@media only screen and (max-width: 768px) {
    .page-collection .product {
        margin-top: 30px;
        float: left;
        width: 100%;
    }
}

.collection-img img {
    height: auto;
    width: 100%;
}

.collection-copy {
    background: url(img/textures/big-yellow.jpg) repeat #f7e15f;
    float: left;
    height: 350px;
    padding: 40px;
    position: relative;
    width: 50%;
    z-index: 5;
}

@media only screen and (max-width: 1024px) {
    .collection-copy {
        height: auto;
    }
}

@media only screen and (max-width: 768px) {
    .collection-copy {
        padding: 20px;
        width: 100%;
    }
}

.collection-img {
    float: left;
    height: 450px;
    overflow: hidden;
    position: relative;
    width: 50%;
    z-index: 1;
}

@media only screen and (max-width: 1024px) {
    .collection-img {
        height: auto;
        line-height: 0;
    }
}

@media only screen and (max-width: 768px) {
    .collection-img {
        width: 100%;
    }
}

#collection-cta {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
}

#collection-cta h3 {
    font-size: 48px;
    font-size: 4.8rem;
    font-weight: 500;
    margin-bottom: 20px;
}

#collection-cta .btn {
    font-size: 36px;
    font-size: 3.6rem;
}

.blog .blog-feature,
.single .blog-feature,
.category .blog-feature,
.archive .blog-feature,
.tag .blog-feature,
.search-results .blog-feature {
    display: block;
    float: left;
    max-height: 400px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 5;
}

@media only screen and (max-width: 1024px) {
    .blog .blog-feature,
    .single .blog-feature,
    .category .blog-feature,
    .archive .blog-feature,
    .tag .blog-feature,
    .search-results .blog-feature {
        height: auto;
    }
}

.blog .blog-feature img,
.single .blog-feature img,
.category .blog-feature img,
.archive .blog-feature img,
.tag .blog-feature img,
.search-results .blog-feature img {
    float: left;
    height: auto;
    width: 100%;
}

.blog .post,
.blog .event,
.single .post,
.single .event,
.category .post,
.category .event,
.archive .post,
.archive .event,
.tag .post,
.tag .event,
.search-results .post,
.search-results .event {
    float: right;
    position: relative;
    width: 100%;
    z-index: 99;
    margin-bottom: 60px;
}

@media only screen and (max-width: 1024px) {
    .blog .post,
    .blog .event,
    .single .post,
    .single .event,
    .category .post,
    .category .event,
    .archive .post,
    .archive .event,
    .tag .post,
    .tag .event,
    .search-results .post,
    .search-results .event {
        margin-bottom: 30px;
        width: 100%;
    }
}

@media only screen and (max-width: 670px) {
    .blog .post,
    .blog .event,
    .single .post,
    .single .event,
    .category .post,
    .category .event,
    .archive .post,
    .archive .event,
    .tag .post,
    .tag .event,
    .search-results .post,
    .search-results .event {
        margin-bottom: 20px;
    }
}

.blog .post-categories li a,
.single .post-categories li a,
.category .post-categories li a,
.archive .post-categories li a,
.tag .post-categories li a,
.search-results .post-categories li a {
    color: #868486;
    font-family: "futura-pt-condensed", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 22px;
    font-size: 2.2rem;
    text-transform: uppercase;
}

.blog .more-link,
.single .more-link,
.category .more-link,
.archive .more-link,
.tag .more-link,
.search-results .more-link {
    color: #98280e;
    display: block;
    margin-top: 12px;
}

.blog .more-link:hover,
.single .more-link:hover,
.category .more-link:hover,
.archive .more-link:hover,
.tag .more-link:hover,
.search-results .more-link:hover {
    color: #cc2f16;
}

.blog .more-link .ss-icon,
.single .more-link .ss-icon,
.category .more-link .ss-icon,
.archive .more-link .ss-icon,
.tag .more-link .ss-icon,
.search-results .more-link .ss-icon {
    font-size: 12px;
}

.post-image {
    display: block;
    float: left;
    height: auto;
    overflow: hidden;
    padding: 0 30px 0 0;
    width: 30%;
}

@media only screen and (max-width: 670px) {
    .post-image {
        width: 15%;
    }
}

@media only screen and (max-width: 500px) {
    .post-image {
        display: none;
    }
}

.post-image img {
    display: block;
    height: auto;
    width: 100%;
}

.post-content-wrapper {
    display: block;
    float: left;
    padding: 0 30px 0 0;
    width: 70%;
}

@media only screen and (max-width: 670px) {
    .post-content-wrapper {
        width: 85%;
    }
}

@media only screen and (max-width: 500px) {
    .post-content-wrapper {
        padding: 0;
        width: 100%;
    }
}

.post-content-wrapper .entry-header {
    margin-top: 0;
}

.single .entry-header .post-categories li a {
    color: #98280e;
}

.single .post-tags {
    color: #d5713e;
}

.single .post-tags a {
    color: #d5713e;
}

.single .post-tags .ss-icon {
    font-size: 12px;
    font-size: 1.2rem;
    margin-right: 5px;
}

.entry-footer {
    background: #fff;
    margin-top: 40px;
}

.category .page-header h1,
.archive .page-header h1,
.tag .page-header h1 {
    background: url(img/textures/big-orange-dark.jpg);
    display: block;
    color: #fff;
    font-family: "Ostrich Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 40px;
    font-size: 4rem;
    padding: 40px 40px 35px;
    width: 100%;
}

.category article,
.archive article,
.tag article {
    border-bottom: 2px solid #f8f7f7;
    margin: 30px 0;
    padding-bottom: 60px;
}

@media only screen and (max-width: 1024px) {
    .category article,
    .archive article,
    .tag article {
        margin: 15px 0;
        padding-bottom: 30px;
    }
}

.tag .page-header h1 {
    background: url(img/textures/big-brown.jpg);
}

.wp-pagenavi {
    display: block;
    float: right;
    padding: 30px;
    position: relative;
    text-align: center;
    width: 70%;
}

.wp-pagenavi .current {
    color: #837f7f;
    margin-left: 2px;
    margin-right: 2px;
}

.wp-pagenavi a {
    color: #98280e;
    text-decoration: underline;
}

.wp-pagenavi a:hover {
    color: #cc2f16;
}

.wp-pagenavi a.page {
    margin-left: 2px;
    margin-right: 2px;
}

.wp-pagenavi a.nextpostslink {
    right: 30px;
}

.wp-pagenavi a.previouspostslink {
    left: 30px;
}

.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
    background: #98280e;
    color: #fff;
    padding: 10px 12px 11px;
    text-decoration: none;
    position: absolute;
    top: 22px;
}

.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi a.previouspostslink:hover {
    background: #cc2f16;
}

.search .post {
    padding: 0;
}

.search hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #f0eded;
    margin: 1em 0;
    padding: 0;
}

.search article.page {
    float: right;
    position: relative;
    width: 100%;
    z-index: 99;
    margin-bottom: 60px;
}

@media only screen and (max-width: 1024px) {
    .search article.page {
        margin-bottom: 30px;
        width: 100%;
    }
}

@media only screen and (max-width: 670px) {
    .search article.page {
        margin-bottom: 20px;
    }
}

.search-results .page-header {
    margin-bottom: 20px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-rebirth .sidebar {
    margin-top: 10px;
}

.page-rebirth .product {
    width: 100%;
}

.page-rebirth .featured-subpage {
    margin-bottom: 30px;
    min-height: 500px;
}

@media only screen and (max-width: 500px) {
    .page-rebirth .featured-subpage {
        margin-bottom: 50px;
        min-height: 0;
    }

    .page-rebirth .featured-subpage:last-of-type {
        margin-bottom: 0;
    }
}

.page-rebirth .featured-subpage:nth-of-type(odd) {
    padding-right: 15px;
}

@media only screen and (max-width: 670px) {
    .page-rebirth .featured-subpage:nth-of-type(odd) {
        padding-right: 0;
    }
}

.page-rebirth .featured-subpage:nth-of-type(even) {
    padding-left: 15px;
}

@media only screen and (max-width: 670px) {
    .page-rebirth .featured-subpage:nth-of-type(even) {
        padding-left: 0;
    }
}

ul.rebirth-nav {
    display: block;
    margin-bottom: 30px;
}

ul.rebirth-nav li {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}

ul.rebirth-nav li a {
    background: url(img/textures/big-orange-dark.jpg) repeat #a93913;
    color: #fff;
    display: block;
    font-size: 40px;
    font-size: 4rem;
    font-family: "futura-pt-condensed", Arial, Helvetica, sans-serif;
    font-weight: 800;
    line-height: 1;
    padding: 25px 30px;
    text-shadow: 1px 0 1px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

ul.rebirth-nav li a:hover {
    background: #a93913;
    text-shadow: 1px 0 1px rgba(0, 0, 0, 0.25);
}

ul.rebirth-nav li .ss-icon {
    color: #fff;
    position: absolute;
    right: 30px;
    top: 55%;
    font-size: 30px;
    font-size: 3rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.page-events #content h1 {
    font-family: "futura-pt", Arial, Helvetica, sans-serif;
    font-size: 60px;
    font-size: 6rem;
    font-weight: 500;
    margin-bottom: 40px;
    text-transform: none;
}

.event-wrapper {
    display: block;
    float: left;
    margin-bottom: 40px;
    position: relative;
    width: 100%;
}

.event-tickets {
    background: #ddd;
    float: left;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 235px;
}

@media only screen and (max-width: 1024px) {
    .event-tickets {
        left: auto;
        right: 0;
    }
}

@media only screen and (max-width: 670px) {
    .event-tickets {
        margin-bottom: 20px;
        right: auto;
        position: relative;
        width: 100%;
    }
}

.event-tickets img {
    display: block;
    height: auto;
    margin-bottom: 0;
    width: 100%;
}

.event-tickets h3 {
    color: #85827f;
    font-size: 40px;
    font-size: 4rem;
    padding-top: 60px;
    padding-bottom: 60px;
}

.event-tickets h3.event-calendar {
    border-top: 30px solid #85827f;
    border-right: 5px solid #85827f;
    border-bottom: 5px solid #85827f;
    border-left: 5px solid #85827f;
}

.event-info {
    float: left;
    padding: 15px 30px 30px 265px;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .event-info {
        padding-left: 15px;
        width: 90%;
    }
}

@media only screen and (max-width: 670px) {
    .event-info {
        border-bottom: 2px solid #868486;
        width: 100%;
        padding: 0 0 30px;
    }
}

.event-info h2 {
    color: #a93913;
    font-family: "futura-pt-condensed", Arial, Helvetica, sans-serif;
    font-size: 46px;
    font-size: 4.6rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: none;
    -webkit-transition: all 0.125s ease-in-out;
    -o-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out;
}

@media only screen and (max-width: 670px) {
    .event-info h2 {
        font-size: 3.6rem;
    }
}

.event-info h3 {
    font-size: 28px;
    font-size: 2.8rem;
    text-transform: none;
}

@media only screen and (max-width: 670px) {
    .event-info h3 {
        font-size: 2.4rem;
    }
}

.event-info ul {
    display: block;
    float: left;
    margin-top: 10px;
    width: 100%;
}

.event-info ul li {
    color: #979491;
    display: block;
    float: left;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
    width: 100%;
}

.event-info ul li span {
    display: block;
    float: left;
    width: 90%;
    margin: 0;
}

.event-info ul li .ss-icon {
    font-size: 18px;
    font-size: 1.8rem;
    position: relative;
    top: 5px;
    width: 10%;
}

.event-info .event-info-left {
    display: inline;
    float: left;
    width: 40%;
}

@media only screen and (max-width: 670px) {
    .event-info .event-info-left {
        width: 100%;
    }
}

.event-info .event-info-right {
    display: inline;
    float: left;
    width: 60%;
}

@media only screen and (max-width: 670px) {
    .event-info .event-info-right {
        width: 100%;
    }
}

.event-link {
    color: #675a58;
    font-size: 24px;
    font-size: 2.4rem;
    -webkit-transition: all 0.125s ease-in-out;
    -o-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out;
    text-decoration: underline;
}

@media only screen and (max-width: 670px) {
    .event-link {
        display: block;
        margin-top: 15px;
        width: 100%;
    }
}

a.tickets {
    background: url("img/textures/red.jpg") repeat #cc2f16;
    color: #fff;
    display: block;
    font-family: "futura-pt-condensed", Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 32px;
    font-size: 3.2rem;
    margin-top: -5px;
    padding: 20px;
    text-align: center;
    width: 100%;
}

.event-info:hover h2 {
    color: #7a1f00;
}

.event-info:hover h2 .event-link {
    color: #7a1f00;
}

.single-event .event-info {
    background: #efefef;
    padding: 20px 30px 15px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.single-event .event-info h3 {
    color: #030101;
}

.single-event a.tickets {
    display: inline-block;
    margin-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
    width: auto;
}

@media only screen and (max-width: 1024px) {
    .page-events #blog-sidebar {
        display: none;
    }

    .page-events .content {
        width: 100%;
    }
}

#membership-levels {
    display: block;
    float: left;
    list-style-type: none;
    margin: 40px 0 40px -15px;
    padding: 0;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    #membership-levels {
        margin-top: 10px;
        margin-bottom: 20px;
        margin-left: 0;
    }
}

#membership-levels li {
    display: inline;
    float: left;
    padding: 20px 15px;
    position: relative;
    width: 25%;
}

@media only screen and (max-width: 1024px) {
    #membership-levels li {
        width: 50%;
    }
}

@media only screen and (max-width: 500px) {
    #membership-levels li {
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0;
        width: 100%;
    }
}

#membership-levels li strong {
    font-weight: 800;
}

#membership-levels li a {
    cursor: pointer;
    display: block;
    float: left;
    position: relative;
    width: 100%;
    -webkit-transition: all 0.2s cubic-bezier(0.56, 0.51, 0.6, 0.54);
    -o-transition: all 0.2s cubic-bezier(0.56, 0.51, 0.6, 0.54);
    transition: all 0.2s cubic-bezier(0.56, 0.51, 0.6, 0.54);
}

#membership-levels li ul {
    display: block;
    float: left;
    margin: 0;
    padding: 20px 0 60px;
}

@media only screen and (max-width: 1024px) {
    #membership-levels li ul {
        padding: 15px 0;
    }
}

#membership-levels li ul li {
    display: block;
    float: left;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    padding: 5px 15px;
    width: 100%;
}

@media only screen and (max-width: 500px) {
    #membership-levels li ul li {
        margin: 0;
    }
}

#membership-levels li .btn {
    background: url(img/textures/red.jpg) repeat #cc2f16;
    -webkit-backface-visibility: none;
    -webkit-transition: all 0.1s cubic-bezier(0.56, 0.51, 0.6, 0.54);
    -o-transition: all 0.1s cubic-bezier(0.56, 0.51, 0.6, 0.54);
    transition: all 0.1s cubic-bezier(0.56, 0.51, 0.6, 0.54);
}

#membership-levels li .btn:hover {
    background: url(img/textures/red-hover.jpg) #98280e;
    text-shadow: 1px 0 1px rgba(0, 0, 0, 0.75);
}

.membership-name {
    color: #fff;
    display: block;
    float: left;
    font-family: "futura-pt-condensed", Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 24px;
    font-size: 2.4rem;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .membership-name {
        padding: 10px 15px;
        text-align: left;
    }
}

.membership-benefits {
    display: block;
    float: left;
    font-family: "futura-pt-condensed", Arial, Helvetica, sans-serif;
    font-weight: 500;
    text-align: center;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .membership-benefits {
        text-align: left;
    }
}

.membership-link {
    display: block;
    float: left;
    position: absolute;
    left: 50%;
    bottom: -22%;
    -webkit-transform: translate(-50%, -55%);
    -ms-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
    width: 75%;
}

@media only screen and (max-width: 1024px) {
    .membership-link {
        position: relative;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100%;
    }
}

.membership-link span {
    display: block;
    font-weight: 800;
    text-transform: none;
    width: 100%;
}

.membership-level-1 .membership-name {
    background: #571e79;
}

.membership-level-1 .membership-benefits {
    background: #ddd2e4;
}

.membership-level-2 .membership-name {
    background: #939297;
}

.membership-level-2 .membership-benefits {
    background: #e9e9ea;
}

.membership-level-3 .membership-name {
    background: #fae24e;
    color: #030101;
}

.membership-level-3 .membership-benefits {
    background: #fdf6ca;
}

.membership-level-4 .membership-name {
    background: #2d292a;
}

.membership-level-4 .membership-benefits {
    background: #d5d4d4;
}

.international-membership {
    padding-right: 30px;
}

@media only screen and (max-width: 768px) {
    .international-membership {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 500px) {
    .international-membership {
        padding: 0;
    }
}

.international-membership .membership-name {
    background: #972816;
}

.international-membership .membership-benefits {
    background: #ead4d0;
    padding: 60px;
    text-align: left;
}

@media only screen and (max-width: 1024px) {
    .international-membership .membership-benefits {
        padding: 20px;
    }
}

.international-membership .membership-benefits h3 {
    font-weight: 800;
    font-size: 20px;
    font-size: 2rem;
    margin-top: 0;
}

.international-membership .membership-benefits .btn {
    font-weight: 800;
    text-transform: none;
}

.international-membership .membership-benefits .btn:hover {
    background: url(img/textures/red-hover.jpg) #98280e;
    text-shadow: 1px 0 1px rgba(0, 0, 0, 0.75);
}

.international-intro {
    display: inline;
    float: left;
    padding-right: 5%;
    width: 70%;
}

@media only screen and (max-width: 1024px) {
    .international-intro {
        padding-right: 3%;
    }
}

@media only screen and (max-width: 500px) {
    .international-intro {
        padding: 0;
        width: 100%;
    }
}

.international-pricing {
    display: inline;
    float: left;
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    width: 25%;
}

@media only screen and (max-width: 500px) {
    .international-pricing {
        width: 100%;
    }
}

.international-pricing .btn {
    background: url(img/textures/red.jpg) repeat #cc2f16;
    font-weight: 500;
    width: 75%;
}

.sidebar .membership-overview {
    margin-top: 20px;
}

.sidebar .membership-overview ul {
    margin-top: 10px;
}

.sidebar .membership-overview ul li {
    color: #7b747f;
    display: block;
    font-size: 20px;
    font-size: 2rem;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .sidebar .membership-overview ul li {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.sidebar .membership-overview ul li .ss-icon {
    display: inline-block;
    float: left;
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 10px;
    width: 7%;
}

@media only screen and (max-width: 1024px) {
    .sidebar .membership-overview ul li .ss-icon {
        margin-top: 5px;
    }
}

.sidebar .membership-overview ul li span {
    display: inline-block;
    float: left;
    width: 80%;
}

img.alignright {
    width: auto;
}

.page-resources h1.entry-title {
    text-transform: uppercase;
}

#lessons-list {
    margin-left: -20px;
}

#lessons-list li {
    display: inline;
    float: left;
    width: 50%;
}

#lessons-list li h3 {
    font-size: 32px;
    font-size: 3.2rem;
    text-transform: none;
}

#lessons-list li img {
    height: auto;
    width: 100%;
    -webkit-transition: all 0.125s cubic-bezier(0.56, 0.51, 0.6, 0.54);
    -o-transition: all 0.125s cubic-bezier(0.56, 0.51, 0.6, 0.54);
    transition: all 0.125s cubic-bezier(0.56, 0.51, 0.6, 0.54);
}

#lessons-list li a {
    display: block;
    padding: 20px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

#lessons-list li a:hover img {
    -webkit-transform: scale(1.0125);
    -ms-transform: scale(1.0125);
    transform: scale(1.0125);
}

#lessons-list li a:hover h3 {
    text-shadow: 0 0 12px #181818;
}

.download-btn {
    background: #d86541;
    display: block;
    color: #fff;
    float: left;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 30px;
    width: 60%;
    -webkit-transition: all 0.125s ease-in-out;
    -o-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out;
}

@media only screen and (max-width: 670px) {
    .download-btn {
        padding: 20px;
    }
}

.download-btn span {
    display: block;
    float: left;
    line-height: 1;
    overflow: hidden;
    width: 100%;
}

@media only screen and (max-width: 670px) {
    .download-btn span {
        line-height: 1.2;
    }
}

.download-btn span.download-icon {
    width: 15%;
}

.download-meta {
    display: block;
    float: left;
    padding: 15px;
    width: 85%;
}

.download-icon {
    background: url(img/download-icon.png) no-repeat;
    height: 80px;
    position: relative;
}

.download-icon .ss-icon {
    color: #d86541;
    position: absolute;
    top: 32px;
    left: 25%;
    -webkit-transition: all 0.125s cubic-bezier(0.56, 0.51, 0.6, 0.54);
    -o-transition: all 0.125s cubic-bezier(0.56, 0.51, 0.6, 0.54);
    transition: all 0.125s cubic-bezier(0.56, 0.51, 0.6, 0.54);
}

@media only screen and (max-width: 670px) {
    .download-icon .ss-icon {
        top: 35px;
        left: 35%;
    }
}

.download-title {
    font-family: "futura-pt-condensed", Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-size: 3.2rem;
}

@media only screen and (max-width: 670px) {
    .download-title {
        font-size: 24px;
        font-size: 2.4rem;
    }
}

.download-btn:hover {
    background: #e46b46;
}

.download-btn:hover .download-icon .ss-icon {
    top: 36px;
}

.download-btn:active {
    background: #f87a54;
}

.download-btn:active .download-icon .ss-icon {
    top: 40px;
}

.single-lesson .hero {
    min-height: 560px;
    max-height: 800px;
}

.single-lesson .hero .row {
    position: absolute;
    top: 50%;
    text-align: center;
}

.single-lesson .hero h1 {
    font-size: 48px;
    font-size: 4.8rem;
    font-weight: 500;
    text-shadow: 0 0 10px #222;
}

@media only screen and (max-width: 768px) {
    .single-lesson .hero h1 {
        font-size: 30px;
        font-size: 3rem;
    }
}

.single-lesson .hero h2 {
    color: #fff;
    font-size: 100px;
    font-size: 10rem;
    font-family: "Ostrich Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-shadow: 0 0 10px #222;
}

@media only screen and (max-width: 768px) {
    .single-lesson .hero h2 {
        font-size: 42px;
        font-size: 4.2rem;
    }
}

.single-lesson h3 {
    font-size: 42px;
    font-size: 4.2rem;
}

@media only screen and (max-width: 768px) {
    .single-lesson h3 {
        font-size: 30px;
        font-size: 3rem;
    }
}

.single-lesson .title-block {
    text-align: center;
}

@media only screen and (max-width: 670px) {
    .single-lesson .title-block {
        width: 65%;
    }
}

@media only screen and (max-width: 500px) {
    .single-lesson .title-block {
        display: block;
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .single-lesson .adj-post {
        width: 100%;
    }
}

@media only screen and (max-width: 670px) {
    .single-lesson .gallery-columns-3 .gallery-item {
        max-width: 50% !important;
    }
}

#blog-sidebar .resources.widget {
    background: #d86541;
}

#blog-sidebar .resources.widget h4 {
    color: #7c3725;
}

#blog-sidebar .resources.widget .download-btn {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
}

#blog-sidebar .resources.widget .download-btn:hover {
    background: #d86541;
}

#blog-sidebar .resources.widget .download-btn:hover .download-meta {
    text-shadow: 1px 0 1px rgba(0, 0, 0, 0.25);
}

#blog-sidebar .resources.widget .download-btn:hover .download-icon .ss-icon {
    top: 23px;
}

#blog-sidebar .resources.widget .download-icon {
    background-size: contain;
    width: 12%;
}

#blog-sidebar .resources.widget .download-icon .ss-icon {
    top: 20px;
}

#blog-sidebar .resources.widget .download-meta {
    padding-top: 0;
    padding-left: 20px;
}

#blog-sidebar .resources.widget .download-title {
    font-size: 24px;
    font-size: 2.4rem;
}

#content .gform_wrapper {
    border: 3px solid #efefef;
    display: block;
    float: left;
    margin: 0;
    margin-top: 20px;
    max-width: none;
    padding: 10px 35px 35px;
    width: auto;
}

#content .gform_wrapper form {
    display: block;
    float: left;
    width: auto;
}

#content .gform_wrapper input[type="text"],
#content .gform_wrapper input[type="tel"],
#content .gform_wrapper input[type="email"],
#content .gform_wrapper select {
    border: 1px solid #e1e1e1;
    border-radius: 0;
    font-size: 20px !important;
    padding: 3px 8px;
    -webkit-transition: all 0.125s ease-in-out;
    -o-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out;
    width: 100%;
    -webkit-appearance: none;
}

#content .gform_wrapper input[type="text"]:focus,
#content .gform_wrapper input[type="tel"]:focus,
#content .gform_wrapper input[type="email"]:focus,
#content .gform_wrapper select:focus {
    border: 1px solid #b1b1b1;
}

.gform_wrapper input[type="submit"] {
    background: url(img/textures/orange-alt.jpg) repeat #cf600f;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    color: #fff;
    display: inline;
    float: left;
    font-family: "futura-pt-condensed", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    font-size: 2.4rem;
    font-size: 1.5em !important;
    letter-spacing: 1px;
    padding: 15px 40px 17px;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-appearance: none;
    -webkit-transition: all 0.125s ease-in-out;
    -o-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out;
}

#content .gform_wrapper input[type="submit"]:hover {
    opacity: 0.75;
}

#content .gform_wrapper input[type="submit"]:active {
    background: #ef7822;
}

#content .gform_wrapper .gfield_error {
    background-color: transparent;
    border-top: none;
    border-bottom: none;
    padding: 0 !important;
    margin: 0 !important;
}

#content .gform_wrapper .gfield_error input[type="text"],
#content .gform_wrapper .gfield_error input[type="tel"],
#content .gform_wrapper .gfield_error input[type="email"] {
    border: 2px solid #98280e;
}

#content .gform_wrapper .gfield_error .gfield_description.validation_message {
    background: #98280e;
    color: #fff;
    float: left;
    font-family: "futura-pt", Arial, Helvetica, sans-serif;
    font-size: 0.75em !important;
    font-weight: 500;
    margin-top: 0;
    padding: 5px !important;
    text-transform: uppercase;
    width: 47%;
}

#content .gform_wrapper .gfield_error .ginput_container {
    max-width: 100%;
}

#content .gform_wrapper div.validation_error {
    color: #98280e;
    font-weight: normal;
    margin-bottom: 0;
}

#content .gform_wrapper img {
    height: auto;
    width: auto !important;
}

#content .gform_wrapper .top_label .gfield_label {
    font-weight: normal !important;
}

#content .gform_wrapper .gfield_required {
    display: none;
}

#content .gform_wrapper form li {
    clear: none;
    display: inline-block;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

#content .gform_wrapper form li .ginput_container {
    width: 50%;
}

#content .gform_wrapper form li.event-details-select label,
#content .gform_wrapper form li.event-details-guests label,
#content .gform_wrapper form li.event-details-date label,
#content .gform_wrapper form li.event-details-time label {
    float: left;
    margin-right: 10px;
}

#content .gform_wrapper form li.event-details-select .ginput_container,
#content .gform_wrapper form li.event-details-guests .ginput_container,
#content .gform_wrapper form li.event-details-date .ginput_container,
#content .gform_wrapper form li.event-details-time .ginput_container {
    float: left;
}

#content .gform_wrapper form li.event-details-guests .ginput_container {
    width: 25%;
}

#content
    .gform_wrapper
    form
    li.event-details-guests
    .ginput_container
    input[type="text"] {
    width: 35%;
}

#content .gform_wrapper form li.event-details-date .datepicker {
    width: 45% !important;
}

#content
    .gform_wrapper
    form
    li.event-details-time
    .gfield_time_hour.ginput_container,
#content
    .gform_wrapper
    form
    li.event-details-time
    .gfield_time_minute.ginput_container,
#content
    .gform_wrapper
    form
    li.event-details-time
    .gfield_time_ampm.ginput_container {
    width: 10%;
}

#content
    .gform_wrapper
    form
    li.event-details-time
    .gfield_time_hour.ginput_container
    label,
#content
    .gform_wrapper
    form
    li.event-details-time
    .gfield_time_minute.ginput_container
    label,
#content
    .gform_wrapper
    form
    li.event-details-time
    .gfield_time_ampm.ginput_container
    label {
    float: none;
}

#content .gform_wrapper label {
    color: #675a58;
}

#content .gform_wrapper .gfield_time_hour ginput_container input[type="text"] {
    width: auto;
}

#content .gform_wrapper form select {
    border: none;
    border-radius: 2px !important;
    -webkit-appearance: menulist !important;
    margin-top: 3px !important;
}

.gform_wrapper .gfield_time_ampm select {
    width: auto !important;
}

.staff-headline {
    color: #271c2f;
    display: block;
    font-size: 36px;
    font-size: 3.6rem;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}

.staff {
    display: block;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-left: 0 !important;
    width: 100%;
}

.staff li.staff-member:nth-of-type(1),
.staff li.staff-member:nth-of-type(2) {
    border-top: 4px solid #f8f7f7;
}

.staff li.staff-member:nth-of-type(even) {
    border-right: 4px solid #f8f7f7;
}

.staff li.staff-member:nth-of-type(odd) {
    border-left: 4px solid #f8f7f7;
}

li.staff-member {
    border: 2px solid #f8f7f7;
    display: inline-block;
    float: left;
    height: 250px;
    padding: 30px;
    width: 50%;
}

@media only screen and (max-width: 670px) {
    li.staff-member {
        border: 4px solid #f8f7f7 !important;
        height: auto;
        margin-bottom: 10px;
        padding: 20px;
        width: 100%;
    }
}

.staff-name,
.staff-title {
    font-weight: 500;
    text-transform: none;
}

.staff-name {
    color: #271c2f;
    font-size: 36px;
    font-size: 3.6rem;
}

.staff-title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1;
    margin-bottom: 12px;
}

.staff-phone,
.staff-email {
    display: block;
    font-family: "futura-pt-condensed", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 20px;
    font-size: 2rem;
    width: 100%;
}

.staff-phone:hover,
.staff-email:hover {
    text-decoration: none !important;
}

.staff-phone .ss-icon,
.staff-email .ss-icon {
    font-size: 15px;
    font-size: 1.5rem;
}

.gform_wrapper .ginput_container_number div.instruction {
    display: none;
}


#categories-2 .cat-item-2,
#categories-2 .cat-item-11,
#categories-2 .cat-item-40,
#categories-2 .cat-item-1,
#categories-2 .cat-item-37
{
  display: none;
}

/* Gallery Page */
.page-id-6170 .wrapper {
  max-width: 1600px;
}

.page-virtual-tour .sub-nav li.current-menu-item a {
    background: #f7e15f;
    color: #271c2f;
}

.ngg-imagebrowser.default-view img {
    max-height: 90vh;
}

.ngg-imagebrowser h3 {
    max-width: none;
}

.ngg-imagebrowser.default-view {
    margin: 0 auto !important;
}

.page-home .sub-nav {
	display: none;
}
.page-soul-mobile .sub-nav li a{
	color: #d5713e;
}
.page-soul-mobile .sub-nav li.current-menu-item a{
	background: #d5713e;
	color: #271c2f;
}

/* target google ads rogue img */
img[src="https://pubads.g.doubleclick.net/activity;xsp=4958339"] {
    display: none;
}