@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}.meridian-popup-overlay {
z-index: 999999995;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba( 255, 255, 255, 0.62 );
display: none;
}
.meridian-popup {
z-index: 999999995;
max-width: 740px;
margin: 0 auto;
background: #fff;
box-shadow: 0 0 59px rgba( 0, 0, 0, 0.2 );
position: relative;
}
.meridian-popup-banner {
overflow: hidden;
}
.meridian-popup-main {
padding: 38px 80px 50px 80px;
}
.meridian-popup-title {
text-align: center;
font-size: 28px;
color: #21201f;
line-height: 1.2;
margin-bottom: 22px;
}
.meridian-popup-subtitle {
text-align: center;
font-size: 17px;
line-height: 27px;
color: #716e6a;
margin-bottom: 34px;
}
.meridian-popup-content {
padding: 0 38px;
}
.meridian-popup-content-after {
text-align: center;
font-size: 15px;
line-height: 1;
color: #959595;
text-decoration: underline;
margin-top: 30px;
}
.meridian-popup-close {
position: absolute;
right: -16px;
top: -16px;
width: 32px;
line-height: 32px;
border-radius: 50%;
background: #fff;
font-family: "Lato";
font-size: 12px;
color: #000;
text-align: center;
cursor: pointer;
} .meridian-popup-content {
position: relative;
}
.meridian-popup-content input[type="text"],
.meridian-popup-content input[type="email"] {
background: #f5f5f5;
border: 0;
display: inline-block;
line-height: 60px;
color: #666666;
font-size: 17px;
font-family: "Vollkorn";
padding: 0;
width: 100%;
border-radius: 0;
padding: 0 30px;
}
.meridian-popup-content input[type="submit"] {
position: absolute;
top: 0;
right: 0;
border: 0;
display: inline-block;
line-height: 60px;
color: #fff;
font-size: 15px;
font-family: "Lato";
font-weight: 900;
background: #e86059;
padding: 0 25px;
margin: 0;
border-radius: 0;
text-transform: uppercase;
}.meridian-promo-bar {
z-index: 99999998;
position: absolute;
top: 0;
left: 0;
right: 0;
text-align: center;
background: #eee;
display: none;
}
.meridian-promo-bar-sticky-enabled {
position: fixed;
}
.meridian-promo-bar-text {
display: inline-block;
}
.meridian-promo-bar-button {
display: inline-block;
margin-left: 30px;
background: #e86059;
color: #fff;
padding: 0 10px;
}
.meridian-promo-bar-close {
position: absolute;
right: 20px;
top: 8px;
cursor: pointer;
}
 .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;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-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 {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
from {
-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);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
from {
-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);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
from {
-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(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
from {
-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(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
from, to {
-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 {
from, to {
-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);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.headShake {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-name: headShake;
animation-name: headShake;
}
@-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);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@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);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .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);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .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);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
from {
-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);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
from {
-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);
}
to {
-webkit-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
@keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .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(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .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(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
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);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
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);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
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);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
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);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
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);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
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);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
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);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
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);
}
to {
-webkit-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(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-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);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@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);
}
to {
opacity: 0;
-webkit-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);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-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);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-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);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@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);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
from {
-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(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
from {
-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(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-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-animation-timing-function: ease-in;
animation-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);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-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-animation-timing-function: ease-in;
animation-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);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-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-animation-timing-function: ease-in;
animation-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);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-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-animation-timing-function: ease-in;
animation-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);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
from {
-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;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
from {
-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;
}
to {
-webkit-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-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
from {
-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;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
from {
-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;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
from {
-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;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes lightSpeedIn {
from {
-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;
}
to {
-webkit-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 {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-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 {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-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 {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-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 {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-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 {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-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 {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-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 {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-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 {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-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 {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-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 {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-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;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@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;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
from {
opacity: 1;
}
to {
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 {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-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 {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .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.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .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.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-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(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-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(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .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.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .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.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}img,legend{border:0}legend,td,th{padding:0}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}table{border-collapse:collapse;border-spacing:0}
html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; }
.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley {border: none;margin-bottom: 0;margin-top: 0;padding: 0;}embed,iframe,object {max-width: 100%;}.widget select { max-width: 100%; }  body,
button,
input,
select,
textarea {
color: #716e6a;
font-size: 16px;
font-weight: 400;
font-family: "Vollkorn", sans-serif;
line-height: 1.43;
}
h1, h2, h3, h4, h5, h6 {
clear: both;
margin: 0;
padding: 0;
margin-bottom: 25px;
font-family: "Vollkorn";
color: #1f1f1f;
line-height: 1.45;
font-weight: normal;
}
.font-family-3 {
font-family: "Lato", sans-serif;
}
h1 {
font-size: 35px;
}
h2 {
font-size: 31px;
}
h3 {
font-size: 27px;
}
h4 {
font-size: 24px;
}
h5 {
font-size: 21px;
}
h6 {
font-size: 18px;
}
p {
margin: 0;
margin-bottom: 25px;
}
p:last-child {
margin: 0;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
font-size: 20px;
line-height: 1.65;
background-image: url(//fitgress.com/wp-content/themes/meridian-recipes/images/blockquote.png);
background-repeat: no-repeat;
background-position: 15px 0;
padding: 13px 41px;
text-align: center;
}
blockquote p:last-child {
margin: 0;
}
address {
margin-bottom: 25px
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
line-height: 1.6;
margin-bottom: 25px;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
}
small {
font-size: 75%;
} body {
background: #fff;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
quotes: "" "";
}
hr {
background-color: #eee;
border: 0;
height: 1px;
margin-bottom: 25px;
}
ul,
ol {
margin: 0;
margin-bottom: 25px;
padding: 0 0 0 15px;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 15px;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto;
max-width: 100%;
}
table {
margin-bottom: 25px;
width: 100%;
line-height: 1;
}
table thead {
background: #67c1a5;
color: #fff;
text-align: left;
}
table td,
table th {
padding: 10px 14px;
text-align: left;
}
table tbody th {
background: #6dcdaf;
color: #fff;
}
table tbody th a {
color: inherit;
}
.text-align-center {
text-align: center;
}
.text-align-left {
text-align: left;
}
.text-align-right {
text-align: right;
}
.position-relative {
position: relative;
}
.position-absolute {
position: absolute;
}
body.mt-admin-bar-hover #mtst-panel {
z-index: 99999;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
background: #3e94c0;
border: 0;
color: #fff;
font-family: "Lato";
font-size: 12px;
font-weight: bold;
line-height: 48px;
letter-spacing: 2px;
text-transform: uppercase;
padding: 0 24px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}
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 {
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
.select2-container--default .select2-selection--single,
textarea {
background: rgb(239, 239, 239);
border: 0;
border-radius: 3px;
color: #4d4d4d;
font-size: 13px;
font-weight: 500;
line-height: 1.4;
padding: 15px;
max-width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus {
color: #4d4d4d;
}
textarea {
width: 100%;
} a {
text-decoration: none;
color: #3e94c0;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .sticky {
}
.bypostauthor {
}
.alignleft {
display: inline;
float: left;
margin-right: 40px;
}
.alignright {
display: inline;
float: right;
margin-left: 40px;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .wp-caption {
margin-top: 40px;
margin-bottom: 40px;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
-moz-box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.15 );
-webkit-box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.15 );
box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.15 );
}
.wp-caption .wp-caption-text {
font-size: 14px;
line-height: 24px;
margin: 0;
padding: 0 10%;
margin-top: 20px;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.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 {
display: block;
} .hidden {
display: none;
}
.float-left {
float: left;
}
.float-right {
float: right;
}
.float-none {
float: none;
}
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.clear { clear: both; } .animate-on-load {
opacity: 0 !important;
transform: translateY( -25px ) !important;
}
.animate-on-load.loaded {
transition: all .8s;
opacity: 1 !important;
transform: translateY( 0px ) !important;
}
.animate-on-viewport {
opacity: 0 !important;
transform: translateY( -25px ) !important;
}
.animate-on-viewport.in-viewport {
transition: all .8s;
opacity: 1 !important;
transform: translateY( 0px ) !important;
}
.owl-item.animate-on-viewport.in-viewport {
opacity: 0.25 !important;
}
.owl-item.carousel-item-visible.animate-on-viewport.in-viewport {
opacity: 1 !important;
}
.show-on-viewport {
opacity: 0 !important;
}
.show-on-viewport.in-viewport {
transition: all .8s;
opacity: 0.25 !important;
} .wrapper {
max-width: 1254px;
margin: 0 auto;
} .col {
display: block;
float: left;
margin-right: 2.76%;
}
body.rtl .col {
float: right;
margin-left: 2.76%;
margin-right: 0;
}
.col-1 { width: 5.803%; }
.col-2 { width: 14.36%; }
.col-3 { width: 22.93%; }
.col-4 { width: 31.49%; }
.col-5 { width: 40.05%; }
.col-6 { width: 48.62%; }
.col-7 { width: 57.18%; }
.col-8 { width: 65.74%; }
.col-9 { width: 74.31%; }
.col-10 { width: 82.87%; }
.col-11 { width: 91.43%; }
.col-12 { width: 100%; } .col-8 .col {
margin-right: 4.21%;
}
.col-8 .col-1 { width: 4.474%; }
.col-8 .col-2 { width: 13.15%; }
.col-8 .col-3 { width: 21.84%; }
.col-8 .col-4 { width: 30.52%; }
.col-8 .col-5 { width: 39.21%; }
.col-8 .col-6 { width: 47.89%; }
.col-8 .col-7 { width: 56.57%; }
.col-8 .col-8 { width: 65.26%; }
.col-8 .col-9 { width: 73.94%; }
.col-8 .col-10 { width: 82.63%; }
.col-8 .col-11 { width: 91.31%; }
.col-8 .col-12 { width: 100%; } .col-last {
margin-right: 0 !important;
}
body.rtl .col-last {
margin-left: 0 !important;
}
.col-first {
clear: both;
}
.no-col-spacing .col { margin: 0; }
.no-col-spacing .col-1 { width: 8.33333%; }
.no-col-spacing .col-2 { width: 16.66666%; }
.no-col-spacing .col-3 { width: 25%; }
.no-col-spacing .col-4 { width: 33.33333%; }
.no-col-spacing .col-5 { width: 41.66666%; }
.no-col-spacing .col-6 { width: 50%; }
.no-col-spacing .col-7 { width: 58.33333%; }
.no-col-spacing .col-8 { width: 66.66666%; }
.no-col-spacing .col-9 { width: 75%; }
.no-col-spacing .col-10 { width: 83.33333%; }
.no-col-spacing .col-11 { width: 91.66666%; }
.no-col-spacing .col-12 { width: 100%; } #header {
position: relative;
padding-top: 35px;
}
#header.header-absolute {
padding-top: 0;
}
#header.header-absolute #header-inner {
position: absolute;
top: 35px;
left: 0;
right: 0;
}
.header-posts .wrapper {
position: relative;
}
.header-posts .carousel-nav-circle-prev,
.header-posts .carousel-nav-circle-next {
top: 60px;
}
.featured-5 .carousel-nav-circle-prev,
.featured-5 .carousel-nav-circle-next {
top: 60px;
} #header-left {
float: left;
width: 33.3%;
margin-top: 13px;
}
.header-search {
position: relative;
max-width: 238px;
}
.header-search form {
}
.header-search input[type="text"] {
display: inline-block;
border-radius: 0;
margin: 0;
padding: 0 20px;
border: 0;
padding-top: 2px;
line-height: 48px;
background: #f3f7f9;
font-size: 13px;
color: #739eb3;
outline: none;
width: 100%;
}
#header.header-absolute .header-search input[type="text"] {
background: transparent;
border-bottom: 2px solid rgba( 255, 255, 255, 0.5 );
padding: 0;
color: #fff;
}
.header-search input[type="text"]::-webkit-input-placeholder {
color: #739eb3;
}
.header-search input[type="text"]:-moz-placeholder { color: #739eb3;  
}
.header-search input[type="text"]::-moz-placeholder { color: #739eb3;  
}
.header-search input[type="text"]:-ms-input-placeholder {  
color: #739eb3;  
}
#header.header-absolute .header-search input[type="text"]::-webkit-input-placeholder {
color: #fff;
}
#header.header-absolute .header-search input[type="text"]:-moz-placeholder { color: #fff;  
}
#header.header-absolute .header-search input[type="text"]::-moz-placeholder { color: #fff;  
}
#header.header-absolute .header-search input[type="text"]:-ms-input-placeholder {  
color: #fff;  
}
.header-search-icon {
line-height: 1;
position: absolute;
right: 20px;
top: 18px;
color: #93b7c9;
font-size: 11px;
}
#header.header-absolute .header-search-icon {
color: #fff;
right: 0;
} #header-middle {
float: left;
width: 33.3%;
}
#logo {
position: relative;
line-height: 0;
text-align: center;
}
#logo a,
#logo img {
display: inline-block;
} #header-right {
float: right;
width: 33.3%;
text-align: right;
margin-top: 15px;
}
.header-social {
font-size: 0;
position: relative;
}
.header-social a,
.header-search-mobile-nav-hook {
display: inline-block;
line-height: 24px; color: #3e94c0;
font-size: 13px;
margin-left: 15px;
vertical-align: middle;
}
#header.header-absolute .header-social a {
color: #52addc;
}
.header-social a:first-child {
margin-left: 0;
}
.header-social a.header-search-hook-show {
margin: 0;
} .header-social a {
position: relative;
overflow: hidden;
} .header-social-span-2 {
position: absolute;
top: 4px;
left: 0;
right: 0;
bottom: 0;
transition: transform .2s;
transform: translateY( 105% );
}
.header-social a:hover .header-social-span-2 {
transform: translateY( 0% );
} .header-social-span-1 {
transition: all .4s;
display: inline-block;
opacity: 1;
}
.header-social a:hover .header-social-span-1 {
transform: translateY( -80% );	
opacity: 0;
} .header-account {
font-size: 0;
margin-top: 6px;
}
.header-account a {
display: inline-block;
vertical-align: middle;
color: #222;
font-size: 12px;
font-weight: bold;
line-height: 1;
letter-spacing: 1px;
padding: 0;
text-transform: uppercase;
}
#header.header-absolute .header-account a {
color: #fff;
}
.header-account-separator {
vertical-align: middle;
display: inline-block;
line-height: 10px;
height: 10px;
width: 1px;
margin: 0 10px;
border-left: 1px solid #656464;
}
#header.header-absolute .header-account-separator {
border-color: #fff;
} #navigation {
z-index: 99998;
margin-bottom: 15px;
}
#navigation.is-sticky {
background: #fff;
border-bottom: 1px solid #e8e8e8;
position: fixed;
top: 0;
left: 0;
width: 100%;
}
body.nav-is-sticky #header {
margin-top: 77px;
}
body.nav-is-sticky #header.header-absolute {
margin-top: 0;
}
#header.header-absolute #navigation.is-sticky {
background: #222;
border-bottom: 1px solid rgba( 0, 0, 0, 0.05 );
}
#navigation ul,
#navigation li {
list-style-type: none;
margin: 0;
padding: 0;
}
#navigation .menu {
text-align: center;
} #navigation .menu > li {
display: inline-block;
position: relative;
z-index: 99998;
margin-left: 33px;
} #navigation .menu > li:first-child {
margin-left: 0 !important;
} #navigation .menu a .fa {
display: inline-block;
color: #222;
font-size: 9px;
height: 13px;
margin-left: 8px;
vertical-align: text-bottom;
}
#header.header-absolute #navigation .menu a .fa {
color: #ddd;
} #navigation .menu > li > a {
display: inline-block;
text-decoration: none;
vertical-align: middle;
color: #222222;
font-size: 12px;
font-weight: bold;
line-height: 24px;
letter-spacing: 2px;
padding: 0;
margin: 19px 0;
text-transform: uppercase;
}
#navigation.is_stuck .menu > li > a {
margin: 10px 0;
} #header.header-absolute #navigation .menu > li > a {
color: #fff;
} #navigation .menu > li > a:hover {
color: #3e94c0;
}
#header.header-absolute #navigation .menu > li > a:hover {
color: #82c8ec;
} #navigation .menu > li.current-menu-item > a {
color: #3e94c0;
}
#header.header-absolute #navigation .menu > li.current-menu-item > a,
#header.header-absolute #navigation .menu > li.current-menu-ancestor > a {
color: #82c8ec;	
} #navigation .menu ul {	
background: rgba( 0, 0, 0, 0.8 );
border: 1px solid rgba( 0, 0, 0, 0.5 );
visibility: hidden;
opacity: 0;
position: absolute;
top: 100%;
left: -25px; text-align: left;
padding: 10px 0;
-webkit-transition: .5s opacity;
-moz-transition: .5s opacity;
transition: .5s opacity;
} #navigation .menu ul li {
position: relative;
display: block;
white-space: nowrap;
margin: 0;
padding: 0 25px; } #navigation .menu ul li a {		
display: block;
line-height: 1;
text-decoration: none;
color: rgba( 255, 255, 255, 0.7 );
font-size: 12px;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
line-height: 21px;
border-bottom: 1px solid rgba( 255, 255, 255, 0.1 ); padding-top: 8px;
padding-bottom: 8px;
text-transform: uppercase;
} #navigation .menu ul li:last-child a {
border-bottom: 0 !important;
} #navigation .menu ul li a:hover {
color: #fff;
} #navigation .menu ul li.current-menu-item > a {
color: #fff;
} #navigation .menu ul ul {
left: 100%;
margin-left: 0;
top: -11px; } #navigation .menu li:hover > ul {
visibility: visible;
opacity: 1;
} #mobile-navigation {
display: none;
text-align: center;
position: relative;
margin-bottom: 20px;
padding: 20px 0 20px 0;
color: #222;
font-size: 12px;
font-weight: bold;
line-height: 1;
letter-spacing: 1px;
text-transform: uppercase;
}
#mobile-navigation.is_stuck {
z-index: 9999;
background: #fff;
}
#header.header-absolute #mobile-navigation {
color: #fff;
}
#mobile-navigation .fa {
margin-right: 10px;
}
#mobile-navigation {
margin-bottom: 15px;
}
.header-mobile-nav-hook {
cursor: pointer;
}
.header-mobile-search-hook {
cursor: pointer;
}
.header-mobile-nav-hook.active .fa:before,
.header-mobile-search-hook.active .fa:before {
content: "\f00d";
}
.header-mobile-search {
margin-top: 15px;
display: none;
}
.header-mobile-search.active {
display: block;
}
#mobile-navigation .fa {
cursor: pointer;
}
#mobile-navigation-menu {
display: none;
background: #f6f6f6;
margin-top: 20px;
text-align: left;
}
#mobile-navigation.active #mobile-navigation-menu {
display: block;
}
#mobile-navigation ul,
#mobile-navigation li {
list-style-type: none;
margin: 0;
padding: 0;
} #mobile-navigation .menu li {
display: block;
position: relative;
border-bottom: 1px solid #ddd;
}
#mobile-navigation .menu li:last-child {
border-bottom: 0;
} #mobile-navigation .menu a .fa {
display: inline-block;
color: rgb(165, 165, 165);
font-size: 7px;
margin-left: 10px;
vertical-align: middle;
} #mobile-navigation .menu li > a {
display: block;
text-decoration: none;
color: #222;
font-size: 12px;
font-weight: bold;
line-height: 42px;
padding: 0;
} #mobile-navigation .menu li > a:hover {
color: #232323;
} #mobile-navigation .menu li.current-menu-item > a {
color: #232323;				
} #mobile-navigation .menu ul {	
border-top: 1px solid #ddd;
padding-left: 10px;
display: none;
} #mobile-navigation li.expand > ul {
display: block;
} #mobile-navigation .menu ul li {	
border-bottom-width: 1px;
position: relative;
} #mobile-navigation li .fa {
display: block;
position: absolute;
right: 0;
top: 0;
line-height: 44px;
width: 30px;
height: 44px;
text-align: center;
cursor: pointer;
color: #000;
}
#mobile-navigation li ul .fa {
height: 32px;
line-height: 32px;
} #mobile-navigation li.expand > .fa:before {
content: "\f068";
} #mobile-navigation .menu ul li > a {	
font-size: 12px;
line-height: 32px;
} #featured {
padding-bottom: 25px;
}
.slider-nav-item:first-child img {
box-shadow:inset 0px 0px 0px 10px #f4b747;
}
.slider-nav-item img {
display: block;
}
#featured-cover {
padding: 240px 0 160px 0;
margin-bottom: -70px;
position: relative;
background-position: center;
background-size: cover;
text-align: center;
}
.featured-cover-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba( 49, 49, 49, 0.75 );
}
#featured-cover .wrapper {
position: relative;
}
.featured-post-title {
font-size: 60px;
line-height: 1.2;
color: #fff;
padding: 0 185px;
font-style: italic;
}
.featured-post-title a {
color: inherit;
} #featured-cover .post-meta-date {
color: #ebdac2;
}
#featured-cover .post-meta-shares-count,
#featured-cover .post-meta-preparation-time,
#featured-cover .post-meta-views,
#featured-cover .post-meta-servings {
color: #82c8ec;
} .featured-post-read-more {
margin-top: 40px;
display: inline-block;
font-size: 0;
line-height: 0;
position: relative;
}
.featured-post-read-more a {
position: relative;
display: inline-block;
line-height: 48px;
padding: 0 20px;
background: #fff;
color: #000;
font-size: 12px;
font-weight: bold;
letter-spacing: 2px;
text-transform: uppercase;
}
.featured-post-read-more-outline {
display: inline-block;
position: absolute;
top: 5px;
left: 5px;
right: -4px;
bottom: -4px;
border: 1px solid #fac564;
} .featured-1 .wrapper {
position: relative;
}
.featured-1 .post-s2-title {
font-size: 20px;
padding: 0 10px;
margin-bottom: 10px;
}
.featured-1 .carousel-nav-circle-prev,
.featured-1 .carousel-nav-circle-next {
top: 150px;
margin-top: 0;
} .featured-2 .post-s2 {
margin-bottom: 0;
} .featured-3 {
}
.featured-3 .post-s4 {
margin: 0;
}
.featured-3 .post-s4-main {
text-align: center;
padding: 0 40px;
}
.featured-3 .post-s4-title {
border: 0;
padding-bottom: 0;
margin-bottom: 22px;
font-size: 33px;
line-height: 1.18;
}
.featured-3-primary .post-s4-main {
}
.featured-3-primary .post-s4-cats {
margin-bottom: 30px;
}
.featured-3-primary .post-s4-title {
font-size: 46px;
line-height: 1.18;
}
.featured-3-primary .post-s4-read-more {
display: inline-block;
} .featured-4 {
overflow: hidden;
-webkit-touch-callout: none;
-webkit-user-select: none;  
-khtml-user-select: none; 
-moz-user-select: none; 
-ms-user-select: none;
user-select: none; 
}
.featured-4 .wrapper {
position: relative;
}
.featured-4 .carousel,
.featured-4 .owl-wrapper-outer {
overflow: visible !important;
}
.featured-4 .post-s4-cats {
margin-bottom: 30px;
}
.featured-4 .post-s4-title {
font-size: 40px;
line-height: 1.16;
} .featured-5 .wrapper {
position: relative;
}
.featured-5 .carousel-nav-arrow-prev,
.featured-5 .carousel-nav-arrow-next {
top: 60px;
} .carousel-wrapper {
position: relative;
}
.carousel {
display: none;
}
.carousel-item,
.no-col-spacing .carousel-item {
width: auto;
margin: 0 !important;
}
.carousel-wrapper .owl-theme .owl-controls .owl-page span {
border-radius: 0;
width: 36px;
height: 2px;
margin: 0 3px;
background: #4d9e91;
opacity: 0.3;
}
.carousel-nav-prev,
.carousel-nav-next {
display: block;
text-align: center;
font-size: 18px;
line-height: 55px;
width: 55px;
border-radius: 50%;
color: #686868;
background: #f5f5f5;
position: absolute;
top: 50%;
margin-top: -27px;
cursor: pointer;
}
.carousel-nav-prev {
right: 100%;
margin-right: 40px;
}
.carousel-nav-next {
left: 100%;
margin-left: 40px;
} .carousel-nav-circle-prev,
.carousel-nav-circle-next {
display: block;
text-align: center;
font-size: 18px;
line-height: 55px;
width: 55px;
border-radius: 50%;
color: #686868;
background: #fff;
position: absolute;
top: 50%;
margin-top: -27px;
cursor: pointer;
}
.carousel-nav-circle-prev {
right: 100%;
margin-right: -27px;
}
.carousel-nav-circle-next {
left: 100%;
margin-left: -27px;
} .carousel-nav-arrow-prev,
.carousel-nav-arrow-next {
display: block;
text-align: center;
font-size: 18px;
line-height: 1;
width: auto;
color: #686868;
position: absolute;
top: 50%;
margin-top: -10px;
cursor: pointer;
}
.carousel-nav-arrow-prev {
right: 100%;
margin-right: 30px;
}
.carousel-nav-arrow-next {
left: 100%;
margin-left: 30px;
} .carousel-nav-overlay-prev,
.carousel-nav-overlay-next {
cursor: pointer;
position: absolute;
top: 0;
bottom: 0;
display: block;
opacity: 0;
width: 1000px;
}
.carousel-nav-overlay-prev {
right: 100%;
}
.carousel-nav-overlay-next {
left: 100%;
}  #main {
padding: 50px 0;
position: relative;
z-index: 2;
} body.archive #main,
body.search-results #main {
padding-top: 30px;
}
body.page-template-template-homepage-php #main,
body.page-template-default #main,
body.page-template-template-page-sidebar #main {
padding: 0;
background: #fff;
} #content {
}
.white-wrapper {
padding: 50px 55px;
background: #fff;
border: 1px solid #dbdbdb;
border-top: 7px solid #6dcdaf;
}
.white-wrapper-no-border {
padding: 30px 35px;
background: #fff;
border: 1px solid #dbdbdb;
}
.button.primary,
.button.secondary,
.button.transparent {
position: relative;
display: inline-block;
}
.button span {
display: inline-block;
background: #b188c5;
color: #fff;
font-size: 11px;
font-weight: 900;
font-family: "Lato", sans-serif;
line-height: 1;
letter-spacing: 2px;
padding: 14px 17px;
text-transform: uppercase;
}
.button.medium span {
padding: 19px 17px;
}
.button.secondary span {
background: #67cbac;
}
.button.transparent {
border: 2px solid #fff;
}
.button.transparent span {
background: transparent;
padding-top: 12px;
padding-bottom: 12px;
}
.button.transparent.medium span {
padding-top: 17px;
padding-bottom: 17px;
}
.button {
position: relative;
overflow: hidden;
} .button-span-2 {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
transition: transform .4s;
transform: translateY( 100% );
}
.button:hover .button-span-2 {
transform: translateY( 0% );
}
.button-span-1 {
transition: transform .4s;
}
.button:hover .button-span-1 {
transition: transform .6s;
transform: translateY( -80% );	
}
.button .button-span-2 {
background: #9874a9;
}
.button.secondary .button-span-2 {
background: #55b397;
}
.button.transparent .button-span-2 {
background: #fff;
color: #444;
} .section-heading {
margin: 0;
padding: 0;
color: #303030;
border-bottom: 2px solid #deedf4;
font-size: 12px;
font-weight: bold;
letter-spacing: 2px;
line-height: 1.36;
margin-bottom: 30px;
padding-bottom: 15px;
text-transform: uppercase;
}
body a.social-link-twitter {
background-color: #55acee;
color: #fff;
}
body a.social-link-facebook {
background-color: #3b5998;
color: #fff;
}
body a.social-link-youtube {
background-color: #cd201f;
color: #fff;
}
body a.social-link-vimeo {
background-color: #1ab7ea;
color: #fff;
}
body a.social-link-tumblr {
background-color: #35465c;
color: #fff;
}
body a.social-link-pinterest {
background-color: #bd081c;
color: #fff;
}
body a.social-link-linkedin {
background-color: #0077b5;
color: #fff;
}
body a.social-link-instagram {
background-color: #004879;
color: #fff;
}
body a.social-link-github {
background-color: #4183c4;
color: #fff;
}
body a.social-link-google-plus {
background-color: #dc4e41;
color: #fff;
}
body a.social-link-dribbble {
background-color: #ea4c89;
color: #fff;
}
body a.social-link-dropbox {
background-color: #007ee5;
color: #fff;
}
body a.social-link-flickr {
background-color: #0063dc;
color: #fff;
}
body a.social-link-foursquare {
background-color: #f94877;
color: #fff;
}
body a.social-link-behance {
background-color: #1769ff;
color: #fff;
}
body a.social-link-vine {
background-color: #00b488;
color: #fff;
}
body a.social-link-rss {
background-color: #f26522;
color: #fff;
}
body a.social-link-email {
background-color: #ef7583;
color: #fff;
} .section-title {
border-bottom: 2px solid #fff6e5;
margin-bottom: 29px;
}
.section-title span,
.section-title a {
background: #fff6e5;
display: inline-block;
line-height: 46px;
padding: 0 22px;
color: #000;
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
letter-spacing: 2px;
}
.section-title span small {
font-size: inherit;
line-height: inherit;
text-transform: none;
}
.section-title > small.results-count {
display: inline-block;
margin-left: 10px;
font-size: 13px;
padding-top: 14px;
}
.section-title-tabs .inactive {
background: transparent;
cursor: pointer;
}
.category-description {
margin-bottom: 30px;
}
.module-wrapper {
padding: 25px 0;
} .post-meta {
font-size: 0;
line-height: 0;
} .post-meta-author {
display: inline-block;
font-family: "Vollkorn", serif;
font-size: 14px;
line-height: 14px;
font-style: italic;
} .post-meta-date {
display: inline-block;
font-size: 12px;
font-weight: bold;
letter-spacing: 1px;
line-height: 14px;
color: #3e94c0;
text-transform: uppercase;
} .post-meta-cats {
display: inline-block;
font-size: 12px;
font-weight: bold;
letter-spacing: 1px;
line-height: 14px;
color: #3e94c0;
text-transform: uppercase;
} .post-meta-comments {
display: inline-block;
font-size: 12px;
font-weight: bold;
letter-spacing: 1px;
line-height: 14px;
color: #3e94c0;
text-transform: uppercase;
} .post-meta-time-ago {
display: inline-block;
font-size: 10px;
font-weight: bold;
letter-spacing: 1px;
line-height: 14px;
color: #3e94c0;
text-transform: uppercase;
} .post-meta-shares-count {
cursor: pointer;
display: inline-block;		
font-size: 11px;
color: #3e94c0;
font-weight: bold;
letter-spacing: 1px;
line-height: 14px;
text-transform: uppercase;
}
.post-meta-shares-count a {
margin-left: 20px;
color: inherit;
}
.post-meta-shares-count a:first-child {
margin-left: 0;
}
.post-meta-shares-count .fa {
margin-right: 6px;
font-size: 14px;
} .post-meta-servings {
color: #3e94c0;
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
line-height: 25px;
}
.post-meta-servings .fa {
font-size: 14px;
line-height: inherit;
margin-right: 2px;
}
.post-meta-servings-text {
margin-left: 5px;
letter-spacing: 2px;
} .post-meta-preparation-time,
.post-meta-views {
color: #3e94c0;
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
line-height: 25px;
}
.post-meta-preparation-time .fa,
.post-meta-views .fa {
font-size: 14px;
line-height: inherit;
margin-right: 2px;
}
.post-meta-preparation-time-text,
.post-meta-views-text {
margin-left: 5px;
letter-spacing: 2px;
} .post-meta-separator {
display: inline-block;
width: 2px;
height: 2px;
background: #a6a6a6;
margin: 3px 10px;
}
.post-meta-separator-clean {
display: inline-block;
width: 1px;
height: 1px;
margin: 3px 13px;
} .post-s1 {
margin-bottom: 30px;
}
body.archive #content .post-s1 {
margin-bottom: 55px;
} .post-s1-thumb {
margin-bottom: 30px;
}
.post-s1-thumb a,
.post-s1-thumb img {
display: block;
} .post-s1-title {
padding: 0;
margin: 0;
margin-bottom: 13px;
font-size: 22px;
line-height: 1.36;
color: #21201f;
}
.post-s1-title a {
display: block;
color: inherit;
} .post-s1-excerpt {
margin-bottom: 20px;
} .post-s2 {
margin-bottom: 30px;
} .post-s2-thumb {
position: relative;
margin-bottom: 25px;
}
.post-s2-thumb a,
.post-s2-thumb img {
display: block;
} .post-s2-thumb-cats {
position: absolute;
bottom: 0;
left: 0;
right: 0;
text-align: center;
}
.post-s2-thumb-cats a {
background: #fff;
display: inline-block;
line-height: 30px;
color: #3e94c0;
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 2px;
padding: 0 25px;
}
.post-s2-thumb-cats a {
display: none;
}
.post-s2-thumb-cats a:first-child {
display: inline-block;
} .post-s2-main {
text-align: center;
} .post-s2-title {
padding: 0 10px;
margin: 0;
margin-bottom: 10px;
font-size: 17px;
line-height: 1.45;
color: #21201f;
}
.post-s2-title a {
color: inherit;
} .post-s3 {
margin-bottom: 40px;
clear: both;
}
body.search .post-s3 {
border-bottom: 1px dashed #ccc;
padding-bottom: 30px;
margin-bottom: 30px;
} .post-s3-thumb {
float: left;
margin-right: 40px;
}
.post-s3-thumb a,
.post-s3-thumb img {
display: block;
} .post-s3-main {
overflow: hidden;
padding-top: 15px;
}
.post-s3-no-thumb .post-s3-main {
padding-top: 0;
} .post-s3-title {
padding: 0;
margin: 0;
margin-bottom: 15px;
font-size: 26px;
line-height: 1.24;
color: #21201f;
}
.post-s3-title a {
display: block;
color: inherit;
} .post-s3-excerpt {
margin-bottom: 27px;
} .post-s4 {
margin-bottom: 40px;
position: relative;
} .post-s4-thumb {
position: relative;
}
.post-s4-thumb a,
.post-s4-thumb img {
display: block;
}
.post-s4-thumb-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba( 49, 49, 49, 0.55 );
} .post-s4-main {
text-align: left;
padding: 40px;
position: absolute;
top: auto;
left: 0;
bottom: 0;
right: 0;
}
.post-s4-center .post-s4-main {
padding: 0 85px;
} .post-s4-cats {
margin-bottom: 25px;
}
.post-s4-cats a {
background: #f4b747;
color: #fff;
display: inline-block;
font-size: 10px;
font-weight: bold;
line-height: 25px;
letter-spacing: 2px;
padding: 0 10px;
border-radius: 30px;
text-transform: uppercase;
}
.post-s4-cats a {
display: none;
}
.post-s4-cats a:first-child {
display: inline-block;
} .post-s4-title {
color: #fff;
font-style: italic;
font-size: 35px;
line-height: 1.12;
border-bottom: 1px solid rgba( 255, 255, 255, 0.35 );
margin-bottom: 28px;
padding-bottom: 24px;
}
.post-s4-title a {
display: block;
color: inherit;
} .post-s4 .post-meta-date {
color: #ebdac2;
}
.post-s4 .post-meta-shares-count,
.post-s4 .post-meta-author a,
.post-s4 .post-meta-time-ago,
.post-s4 .post-meta-preparation-time,
.post-s4 .post-meta-views,
.post-s4 .post-meta-servings {
color: #82c8ec;
} .post-s4-read-more {
margin-top: 40px;
display: none;
font-size: 0;
line-height: 0;
position: relative;
}
.post-s4-read-more a {
position: relative;
display: inline-block;
line-height: 48px;
padding: 0 20px;
background: #fff;
color: #000;
font-size: 12px;
font-weight: bold;
letter-spacing: 2px;
text-transform: uppercase;
}
.post-s4-read-more-outline {
display: inline-block;
position: absolute;
top: 5px;
left: 5px;
right: -4px;
bottom: -4px;
border: 1px solid #fac564;
} .post-s5 {
margin-bottom: 50px;
} .post-s5-thumb {
margin-bottom: 20px;
}
.post-s5-thumb a,
.post-s5-thumb img {
display: block;
} .post-s5-meta {
border-bottom: 1px dashed #e2e2e2;
padding-bottom: 16px;
margin-bottom: 24px;
} .post-s5-title {
padding: 0;
margin: 0;
margin-bottom: 13px;
font-size: 20px;
line-height: 1.35;
color: #21201f;
}
.post-s5-title a {
display: block;
color: inherit;
} .post-s5-excerpt {
} .post-s5 .post-meta-time-ago {
color: #a7a7a7;
} .post-s6 {
margin-bottom: 30px;
} .post-s6-thumb {
float: left;
margin-right: 25px;
max-width: 87px;
}
.post-s6-thumb a,
.post-s6-thumb img {
display: block;
} .post-s6-main {
overflow: hidden;
padding-top: 10px;
} .post-s6-title {
padding: 0;
margin: 0;
margin-bottom: 5px;
font-size: 16px;
line-height: 1.44;
color: #21201f;
}
.post-s6-title a {
display: block;
color: inherit;
} .post-s7 {
} .post-s7-thumb,
.post-s7-fake-thumb {
margin-bottom: 13px;
}
.header-posts .post-s7 {
width: 100%;
}
.post-s7-thumb a,
.post-s7-thumb img,
.post-s7-fake-thumb a {
display: block;
width: 100%;
}
.post-s7-fake-thumb {
height: 119px;
background: #f8f8f8;
position: relative;
}
.post-s7-fake-thumb a {
display: block;
top: 0;
right: 0;
left: 0;
bottom: 0;
position: absolute;
} .post-s7-main {
padding-right: 20px;
} .post-s7-title {
padding: 0;
margin: 0;
font-size: 14px;
line-height: 1.25;
color: #21201f;
}
.post-s7-title a {
display: block;
color: inherit;
} .module-1 {
}
.module-1 .post-s1-main {
text-align: center;
padding: 0 35px;
}
.module-1 .post-s1-title {
font-size: 28px;
}
.module-1 .post-s1-excerpt {
margin-bottom: 30px;
} .module-1 .post-s1:last-child,
.module-1 .post-s2:last-child {
margin-bottom: 0;
} .module-2 {
position: relative;
} .module-3-heading {
display: inline-block;
border-bottom: 2px solid #fff1e5;
font-size: 33px;
line-height: 1.2;
margin: 0;
padding: 0;
text-transform: uppercase;
letter-spacing: 4px;
margin-bottom: 15px;
margin-top: 15px;
padding-bottom: 12px;
}
.module-3 .post-s6 {
margin-bottom: 20px;
}
.module-3 .post-s6-thumb {
display: none;
}
.module-3 .post-s6-main {
padding-right: 110px;
}
.module-3 .post-s6-title {
font-size: 17px;
line-height: 1.36;
} .module-3 .post-s1,
.module-3 .post-s6:last-child {
margin-bottom: 0;
}  .module-4 .post-s1,
.module-4 .post-s6:last-child {
margin-bottom: 0;
} .module-5 {
} .module-5 .module-posts-listing {
margin-bottom: -40px;
overflow: hidden;
} .module-6 {
}
.module-6 .post-s1 {
border-bottom: 1px dashed #ccc;
padding-bottom: 30px;
margin-bottom: 30px;
}
.module-6-button {
display: block;
background: #4b9bc4;
color: #fff;
line-height: 48px;
text-align: center;
font-weight: bold;
font-size: 12px;
letter-spacing: 2px;
text-transform: uppercase;
} .module-7 {
} .module-7 .module-posts-listing {
margin-bottom: -40px;
overflow: hidden;
} .module-8 {
}
.module-8 .post-s1 {
margin-bottom: 45px;
} .module-8 .module-posts-listing {
margin-bottom: -60px;
overflow: hidden;
} .module-9 {
position: relative;
}
.module-9 .post-s4-main {
top: 0;
}
.module-9 .post-s4-main-inner {
position: absolute;
bottom: 40px;
left: 40px;
right: 40px;
}
.module-9 .post-s4-title {
font-size: 44px;
font-style: italic;
border: 0;
padding-bottom: 0;
margin-bottom: 12px;
}
.module-9 .post-s4-thumb-overlay {		
background: -moz-linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(41,41,41,0.55) 100%);
background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(41,41,41,0.55) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(41,41,41,0.55) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#663b3b3b',GradientType=0 ); } .module-10 {
}
.module-10 .post-s4-title {
font-size: 40px;
} .module-11 {
}
.module-11 .post-s4-title {
font-size: 40px;
} .module-11 .post-s3:last-child {
margin-bottom: 0;
} .module-12 {
}
.module-12 .post-s4:first-child .post-s4-title {
font-size: 40px;
} .module-12 .module-posts-listing {
margin-bottom: -40px;
overflow: hidden;
} .module-13 {
} .module-13 .module-posts-listing {
margin-bottom: -30px;
overflow: hidden;
} .module-14 {
position: relative;
}
.module-14 .post-s4-main {
text-align: center;
padding-left: 40px;
padding-right: 40px;
}
.module-14 .post-s4-title {
border: 0;
padding-bottom: 0;
margin-bottom: 22px;
} .module-15 {
}
.module-15 .post-s4 {
margin: 0;
}
.module-15 .post-s4-main {
text-align: center;
padding-right: 40px;
padding-left: 40px;
}
.module-15 .post-s4-title {
border: 0;
padding-bottom: 0;
margin-bottom: 22px;
font-size: 33px;
line-height: 1.18;
}
.module-15-primary .post-s4-main {
padding: 0 85px;
}
.module-15-primary .post-s4-cats {
margin-bottom: 30px;
}
.module-15-primary .post-s4-title {
font-size: 46px;
line-height: 1.18;
}
.module-15-primary .post-s4-read-more {
display: inline-block;
} .module-16-wrapper {
overflow: hidden;
}
.module-16-wrapper .wrapper {
position: relative;
}
.module-16-wrapper .carousel,
.module-16-wrapper .owl-wrapper-outer {
overflow: visible !important;
}
.module-16 .post-s4-cats {
margin-bottom: 30px;
}
.module-16 .post-s4-title {
font-size: 40px;
line-height: 1.16;
} .promo-boxes {
}
.promo-box {
background: #000;
padding: 95px 30px;
text-align: center;
background-size: cover;
position: relative;
}
.promo-box-overlay {
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
background: rgba( 49, 49, 49, 0.45 );
}
.promo-box-main {
position: relative;
}
.promo-box-title {
font-size: 40px;
line-height: 1;
color: #fff;
margin: 0;
padding: 0;
}
.promo-box-subtitle {
font-size: 12px;
line-height: 1;
color: #fff;
margin-bottom: 12px;
text-transform: uppercase;
letter-spacing: 2px;
}
.promo-box-link {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
} .module-subscribe-wrapper {
background-position: center;
background-size: cover;
position: relative;
}
.module-subscribe-wrapper.module-subscribe-style-full_width {
padding: 77px 0;
background: #000;
}
.subscribe {
text-align: center;
background-size: cover;
}
.module-subscribe-style-wrapped .subscribe {
background: #000;
background-position: center;
background-size: cover;
padding: 65px 50px;
}
.subscribe-title {
font-weight: bold;
font-style: italic;
font-size: 34px;
line-height: 1;
color: #fff;
margin: 0 0 32px 0;
}
.subscribe-subtitle {
font-size: 16px;
line-height: 1;
color: #fff;
text-decoration: underline;
}
.subscribe-main {
max-width: 650px;
margin: 0 auto;
margin-bottom: 25px;
position: relative;
}
.subscribe-main .wysija-paragraph {
margin-bottom: 18px;
}
.subscribe-main .widget_wysija_cont {
position: relative;
}
.subscribe-main .wysija-paragraph label {
display: none;
}
.subscribe-main input[type="text"].wysija-input,
.subscribe-main input[type="email"].wysija-input,
.subscribe-main input[type="text"],
.subscribe-main input[type="email"],
.subscribe-main .tnp-subscription-minimal input.tnp-email {
background: #fff;
border: 0;
display: inline-block;
line-height: 57px;
color: #949494;
font-size: 15px;
padding: 0;
width: 100%;
border-radius: 0;
padding: 0 20px;
}
.subscribe-main .tnp-subscription-minimal input.tnp-email {
max-width: none;
}
.subscribe-main input[type="submit"].wysija-submit,
.subscribe-main input[type="submit"],
.subscribe-main input[type="button"],
.subscribe-main .tnp-subscription input[type="submit"],
.subscribe-main .tnp-subscription-minimal input[type="submit"],
.subscribe-main button {
position: absolute;
top: 0;
right: 0;
border: 0;
display: inline-block;
line-height: 57px;
color: #fff;
font-size: 17px;
font-weight: 900;
background: #fac564;
padding: 0 22px;
margin: 0;
border-radius: 0;
text-transform: none;
width: auto;
}
.subscribe-main.multiple-fields input[type="submit"].wysija-submit,
.subscribe-main.multiple-fields input[type="submit"],
.subscribe-main.multiple-fields input[type="button"],
.subscribe-main .tnp-subscription input[type="submit"],
.subscribe-main.multiple-fields button {
position: relative;
top: auto;
right: auto;
} .subscribe-main ._form-branding,
.subscribe-main ._form-label {
display: none;
} .module-search-wrapper {
background-size: cover;
position: relative;
}
.module-search-wrapper.module-search-style-full_width {
padding: 77px 0;
}
.module-search-overlay {
position: absolute;
background: rgba( 49, 49, 49, 0.70 );
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.module-search {
background-size: cover;
position: relative;
}
.module-search-style-wrapped .module-search {
padding: 77px;
}
.module-search-main {
position: relative;
}
.module-search-col-1 {
float: left;
width: 35%;
margin-right: 7%;
font-size: 39px;
color: #fff;
font-style: italic;
line-height: 1.2;
}
.module-search-style-wrapped  .module-search-col-1 {
font-size: 32px;
width: 30%;
margin-right: 5%;
}
.module-search-col-2 {
float: left;
width: 29%;
margin-right: 7%;
position: relative;
margin-top: 14px;
}
.module-search-style-wrapped  .module-search-col-2 {
width: 30%;
margin-right: 5%;
margin-top: 10px;
}
.module-search-col-2 input[type="text"] {
width: 100%;
line-height: 57px;
padding: 0 120px 0 25px;
border-radius: 0;
font-size: 18px;
background: #fff;
}
.module-search-col-2 input[type="submit"] {
position: absolute;
right: 0;
top: 0;
line-height: 57px;
padding: 0 28px;
background: #fac564;
border-radius: 0;
color: #fff;
font-size: 18px;
font-weight: 900;
text-transform: none;
letter-spacing: 0;
}
.module-search-col-3 {
float: left;
width: 22%;
}
.module-search-style-wrapped  .module-search-col-3 {
width: 30%;
}
.module-search-col-3 strong {
display: block;
color: #fff;
font-style: italic;
font-size: 15px;
line-height: 1;
margin-bottom: 16px;
}
.module-search-col-3 a {
border-bottom-width: 1px;
border-bottom-style: solid;
color: #fac564;
display: inline-block;
font-size: 14px;
line-height: 1;
margin-right: 20px;
margin-bottom: 8px;
padding-bottom: 1px;
}
.module-search-after-title,
.module-search-after-form,
.module-search-after-categories {
font-style: normal;
font-weight: normal;
font-size: 16px;
color: #fff;
margin-top: 20px;
}
.module-search-after-title a,
.module-search-after-form a,
.module-search-after-categories a {
color: #fac564;
border: 0;
font-size: inherit;
} .posts-listing-order-by {
margin-bottom: 20px;
}
.posts-listing-order-by a {
display: inline-block;
line-height: 40px;
padding: 0 14px;
border-radius: 0;
background: transparent;
border: 1px solid #ddd;
color: inherit;
font-size: 14px;
font-weight: 600;
margin-right: 10px;
}
.posts-listing-order-by a:last-child {
margin-right: 0;
}
.posts-listing-order-by a.active {
color: #fff;
background: #3e94c0;
border-color: #3e94c0;
}
.blog-posts-listing-inner {
margin-bottom: -30px;
}
.blog-post {
margin-bottom: 30px;
box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
}
.blog-post-thumb {
}
.blog-post-thumb a,
.blog-post-thumb img {
display: block;
}
.blog-post-main {
padding: 40px;
border: 1px solid #d5d5d5;
background: #fff;
}
.blog-post-meta {
line-height: 24px;
text-transform: uppercase;
font-weight: bold;
color: #adadad;
margin-bottom: 25px;
}
.blog-post-meta-date {
margin-right: 15px;
}
.blog-post-meta-cats {
}
.blog-post-meta-cats a {
border-radius: 2px;
padding: 0 8px;
padding-top: 2px;
margin-right: 5px;
background: #67cbac;
color: #fff;
font-size: 11px;
display: inline-block;
}
.blog-post-title {
margin-bottom: 20px;
}
.blog-post-title h2 {
margin: 0;
font-size: 27px;
}
.blog-post-title h2 a {
color: inherit;
}
.blog-post-excerpt {
margin-bottom: 23px;
}
.blog-post-read-more {
}
.blog-post-tags {
margin-top: 25px;
font-size: 13px;
}
.blog-post-tags a {
font-weight: bold;
}
.pagination {
margin-top: 50px;
}
.module-wrapper .pagination {
margin-top: 0;
}
.module-11-wrapper .pagination,
.module-10-wrapper .pagination {
margin-top: 40px;
}
.pagination.pagination-type-numbered {
text-align: center;
}
.pagination ul,
.pagination li {
margin: 0;
padding: 0;
list-style-type: none;
}
.pagination.pagination-type-numbered li {
display: inline-block;
margin: 0 5px;
}
.pagination-load-more a,
.pagination.pagination-type-numbered li a {
background: #3e94c0;
color: #fff;
font-size: 11px;
font-weight: 900;
line-height: 1;
letter-spacing: 2px;
padding: 18px 12px;
display: block;
cursor: pointer;
text-align: center;
text-transform: uppercase;
}
.pagination-load-more.inactive a,
.pagination.pagination-type-numbered li a {
background-color: #e4e4e4;
color: #979797;
}
.pagination.pagination-type-numbered li.active a {
background: #3e94c0;
color: #fff;
}
.pagination-load-more .fa {
margin-right: 10px;
} .blog-posts-alt {
}
.blog-post-alt {
}
.blog-post-alt-thumb {
}	
.blog-post-alt-thumb a,
.blog-post-alt-thumb img {
display: block;
}
.blog-post-alt-main {
background: #fff;
padding: 40px;
}
.blog-post-alt-meta {
color: #999999;
font-size: 13px;
line-height: 1;
margin-bottom: 15px;
}
.blog-post-alt-title {
margin-bottom: 20px;
}
.blog-post-alt-title h2 {
margin: 0;
padding: 0;
font-size: 17px;
font-weight: 300;
line-height: 1.76;
}
.blog-post-alt-title h2 a {
color: inherit;
}
.blog-post-alt-comments-count {
color: #999;
font-size: 12px;
line-height: 1;
}
.blog-post-alt-comments-count a {
color: inherit;
}
.blog-post-alt-comments-count .fa {
margin-right: 9px;
color: #232323;
} .recipe-post-single {
}
.recipe-post-single-heading,
.blog-post-single-heading {
margin: 0;
padding: 0;
color: #303030;
border-bottom: 2px solid #deedf4;
font-size: 12px;
font-weight: bold;
letter-spacing: 2px;
line-height: 1.36;
margin-bottom: 15px;
padding-bottom: 15px;
text-transform: uppercase;
}
.recipe-post-single-top,
.blog-post-single-top {
margin: 0;
padding: 0;
color: #3e94c0;
border-bottom: 2px solid #deedf4;
font-size: 12px;
font-weight: bold;
letter-spacing: 2px;
line-height: 1.36;
margin-bottom: 35px;
padding-bottom: 15px;
text-transform: uppercase;
}
.recipe-post-single-top-item,
.blog-post-single-top-item {
display: inline-block;
margin-right: 15px;
cursor: pointer;
}
.recipe-post-single-top-item .fa,
.blog-post-single-top-item .fa {
font-size: 14px;
margin-right: 2px;
} .recipe-post-single-top-bookmark {
position: relative;
}
.recipe-post-single-bookmark-tooltip {
visibility: hidden;
opacity: 0;
position: absolute;
bottom: 100%;
left: 0;
padding-bottom: 0;
-webkit-transition: opacity .2s, padding .2s;
-moz-transition: opacity .2s, padding .2s;
transition: opacity .2s, padding .2s;
}
.recipe-post-single-top-bookmark:hover .recipe-post-single-bookmark-tooltip {
visibility: visible;
padding-bottom: 10px;
opacity: 1;
}
.recipe-post-single-bookmark-tooltip-inner {
background: #fff;
white-space: nowrap;
box-shadow: 0 0 59px rgba( 0, 0, 0, 0.2 );
font-size: 0;
line-height: 0;
}
.recipe-post-single-bookmark-tooltip-text {
display: inline-block;
padding: 0 20px;
letter-spacing: 2px;
font-size: 12px;
line-height: 55px;
cursor: default;
}
.recipe-post-single-bookmark-tooltip-action {
display: inline-block;
background: #f4b747;
padding: 0 20px;
color: #fff;
font-size: 12px;
line-height: 55px;
}
.recipe-post-single-bookmark-tooltip-action a {
color: #fff;
letter-spacing: 2px;
}
.recipe-post-single-bookmark-tooltip-action .fa {
cursor: pointer;
display: inline-block;
padding: 0 2px;
margin: 0;
} .recipe-post-single-rating {
position: relative;
}
.recipe-post-single-rating .fa {
padding: 0 1px;
}
.recipe-post-single-rating-rate {
visibility: hidden;
opacity: 0;
position: absolute;
bottom: 100%;
left: 0;
padding-bottom: 0;
-webkit-transition: opacity .2s, padding .2s;
-moz-transition: opacity .2s, padding .2s;
transition: opacity .2s, padding .2s;
}
.recipe-post-single-top-rate {
position: relative;
}
.recipe-post-single-top-rate:hover .recipe-post-single-rating-rate {
visibility: visible;
padding-bottom: 10px;
opacity: 1;
}
.recipe-post-single-rating-rate-inner {
background: #fff;
white-space: nowrap;
box-shadow: 0 0 59px rgba( 0, 0, 0, 0.2 );
font-size: 0;
line-height: 0;
}
.recipe-post-single-rating-rate-text {
display: inline-block;
padding: 0 20px;
letter-spacing: 2px;
font-size: 12px;
line-height: 55px;
cursor: default;
}
.recipe-post-single-rating-rate-action {
display: inline-block;
background: #f4b747;
padding: 0 20px;
color: #fff;
font-size: 12px;
line-height: 55px;
}
.recipe-post-single-rating-rate-action a {
color: #fff;
letter-spacing: 2px;
}
.recipe-post-single-rating-rate-action .fa {
cursor: pointer;
display: inline-block;
padding: 0 2px;
margin: 0;
}
.recipe-post-single-rating-rate-action .fa.active:before {
content: "\f005";
}
.recipe-post-single-thumb-print {
display: none;
}
.recipe-post-single-title,
.blog-post-single-title {
font-size: 37px;
line-height: 1.2;
color: #21201f;
margin-bottom: 14px;
}
.blog-post-single-title {
margin-bottom: 10px;
}
.recipe-post-single-content,
.blog-post-single-content {
margin-bottom: 25px;
}
.recipe-post-single-meta,
.blog-post-single-meta {
margin-bottom: 40px;
color: #3e94c0;
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
line-height: 25px;
}
.recipe-post-single-meta .fa,
.blog-post-single-meta .fa {
font-size: 14px;
line-height: inherit;
margin-right: 2px;
}
.recipe-post-single-meta-item-rate {
position: relative;
}
.recipe-post-meta-item-text,
.blog-post-single-meta-item-text {
margin-left: 5px;
letter-spacing: 2px;
}
.recipe-post-single-meta-item,
.blog-post-single-meta-item {
display: inline-block;
margin-right: 15px;
} .recipe-post-single-tags,
.blog-post-single-cats {
float: left;
}
.recipe-post-single-tags a,
.blog-post-single-cats a {
display: inline-block;
line-height: 25px;
padding: 0 12px;
background: #f4b747;
color: #fff;
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
border-radius: 30px;
letter-spacing: 2px;
margin-right: 10px;
}
.recipe-post-single-thumb,
.blog-post-single-thumb {
margin-bottom: 30px;
}
.recipe-post-single-thumb img,
.blog-post-single-thumb img {
width: 100%;
}
.recipe-post-single-ingredients {
}
.recipe-post-single-ingredient {
color: #3f3d3b;
border-bottom: 1px dashed #cccccc;
padding: 12px 0;
}
.recipe-post-single-ingredient:last-child {
border-bottom: 0;
}
.recipe-post-single-ingredients .recipe-post-single-heading {
margin-top: 30px;
}
.recipe-post-single-instructions {
}
.recipe-post-single-extra-layout-separate_rows .recipe-post-single-instructions-container {
margin-top: 30px;
}
.recipe-post-single-instruction {
color: #3f3d3b;
padding: 25px 30px;
overflow: hidden;
}
.recipe-post-single-instruction:nth-child(odd) {
background: #fff6e5;
}
.recipe-post-single-instruction-num {
display: block;
float: left;
width: 38px;
line-height: 38px;
text-align: center;
border-radius: 50%;
background: #3e94c0;
color: #fff;
font-size: 13px;
font-weight: 900;
margin-right: 20px;
}
.recipe-post-single-instruction-text {
overflow: hidden;
}
.recipe-post-single-instruction-image {
margin-top: 20px;
}
.recipe-post-single-nutrition {
margin-top: 40px;
overflow: hidden;
}
.recipe-post-single-nutrition-item {
border: 1px solid #deedf4;
text-align: center;
margin-bottom: 10px;
padding: 10px;
}
.recipe-post-single-nutrition-item:nth-child(6n) {
margin-right: 0;
}
.recipe-post-single-nutrition-item-title {
display: block;
margin-bottom: 6px;
padding-bottom: 6px;
border-bottom: 1px solid #deedf4;
text-transform: uppercase;
font-size: 12px;
color: #303030;
}
.recipe-post-single-nutrition-item-amount {
display: block;
color: #303030;
}
.recipe-post-single-custom-content-after,
.recipe-post-single-ingredients-after-global {
margin-top: 40px;
}
.blog-post-single-top-meta {
margin-bottom: 30px;
overflow: hidden;
}
.blog-post-single-tags {
float: left;
margin-right: 15px;
}
.blog-post-single-tags a {
display: inline-block;
line-height: 25px;
padding: 0 12px;
background: #f4b747;
color: #fff;
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
border-radius: 30px;
letter-spacing: 2px;
margin-right: 10px;
}
.blog-post-single-date {
float: left;
}
.blog-post-single-date .post-meta-date,
.blog-post-single-date .post-meta-time-ago {
line-height: 25px;
font-size: 11px;
}
.blog-post-single-author {
float: left;
margin-left: 15px;
line-height: 25px;
text-transform: uppercase;
font-size: 11px;
font-weight: bold;
letter-spacing: 1px;		
}
.blog-post-single-views {
float: left;
margin-left: 15px;
line-height: 25px;
text-transform: uppercase;
font-size: 11px;
font-weight: bold;
letter-spacing: 1px;
}
.recipe-terms-secondary,
.blog-post-terms-secondary {
margin-top: 30px;
}
.blog-post-terms-secondary {
margin-bottom: 30px;
}
.recipe-terms-secondary span,
.blog-post-terms-secondary span {
display: inline-block;			
margin-right: 10px;
}
.recipe-terms-secondary a,
.blog-post-terms-secondary a {
display: inline-block;
line-height: 25px;
padding: 0 12px;
background: #f4b747;
color: #fff;
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
border-radius: 30px;
letter-spacing: 2px;
margin-right: 10px;
}
.recipe-post-single-share {
margin-top: 30px;
margin-bottom: 30px;
} .blog-post-single-excerpt {
margin-bottom: 30px;
color: #2d2d2d;
font-size: 16px;
font-weight: 300;
line-height: 1.7;
}
.blog-post-single-meta {
border: 1px solid #ddd;
border-width: 1px 0 0 0;
padding: 30px 0;
}
.blog-post-single-meta-info {
float: left;
font-size: 12px;
line-height: 35px;
}
.blog-post-single-meta-info a {
}
.blog-post-single-meta-info .avatar {
border-radius: 50%;
margin-right: 11px;
vertical-align: middle;
}
.blog-post-single-meta-info-author {
}
.blog-post-single-meta-info-cats {
}
.blog-post-single-meta-social {
float: right;
line-height: 32px;
}
.blog-post-single-meta-social .blog-post-share,
.blog-post-single-meta-social .blog-post-share a {
line-height: inherit;
}
.blog-post-single-meta-social .blog-post-share {
margin: 0;
}
.blog-post-share a {
color: #999;
font-size: 12px;
line-height: 15px;
margin-right: 15px;
}
.blog-post-share a:last-child {
margin-right: 0;
}
.blog-post-share a .fa {
color: #232323;
font-size: 13px;
margin-right: 8px;
}
.styled-list {
font-family: "Lato";
}
.styled-list ol {
margin: 0;
padding: 0;
list-style-type: none;
margin-bottom: 25px;
}
.styled-list ol li {
font-weight: 300;
font-size: 18px;
margin-bottom: 10px;
}
.styled-list ol li:last-child {
margin-bottom: 0;
}
.styled-list-num {
display: inline-block;
line-height: 34px;
width: 34px;
text-align: center;
border-radius: 50%;
background: #ed6260;
color: #fff;
margin-right: 22px;
font-size: 15px;
font-weight: bold;
} .user-profile-bookmarked-recipes,
.user-profile-bookmarked-blog-posts {
margin-bottom: 40px;
}
.user-profile-button {
display: inline-block;
padding: 0 20px;
background: #4b9bc4;
color: #fff;
line-height: 48px;
text-align: center;
font-weight: bold;
font-size: 12px;
letter-spacing: 2px;
text-transform: uppercase;
} .related-posts {
}
.related-posts-tab {
display: none;
}
.related-posts-tab.active {
display: block;
} .about-author {
border: 2px solid #fff6e5;
margin-top: 50px;
padding: 40px;
}
body.archive .about-author {
margin-top: 30px;
margin-bottom: 30px;
}
.about-author-sidebar {
float: left;
margin-right: 40px;
}
.about-author-avatar {
overflow: hidden;
float: left;
margin-right: 15px;
}
.about-author-avatar img {
border-radius: 50%;
}
.about-author-sidebar-main {
float: left;
margin-top: 17px;
}
.about-author-name {
display: block;
color: #7c7c7c;
font-size: 16px;
line-height: 1;
margin-bottom: 10px;
}
.about-author-name a {
font-weight: 600;
}
.about-author-date {
display: block;
font-size: 11px;
color: #949494;
line-height: 1;
text-transform: uppercase;
}
.about-author-main {
overflow: hidden;
}
.about-author-bio {
margin-bottom: 25px;
font-size: 15px;
line-height: 21px;
}
.about-author-social {
font-size: 0;
line-height: 0;
}
.about-author-social a {
color: #232323;
font-size: 13px;
margin-right: 17px;
background: #3e94c0;
color: #fff;
line-height: 35px;
width: 35px;
display: inline-block;
margin-right: 15px;
text-align: center;
} .comments-area {
margin-top: 50px;
}
.comments-area ul,
.comments-area ol,
.comments-area li {
margin: 0; 
padding: 0;
list-style-type: none;
}
.comment {
}
.comment-inner {
border: 2px solid #fff6e5;
padding: 40px;
margin-bottom: 25px;
}
.comment-author-avatar {
float: left;
margin-right: 15px;
width: 30px;
}
.comment-author-avatar img {
border-radius: 50%;
display: block;
}
.comment-info {
margin-bottom: 15px;
}
.comment-meta {
float: left;
}
.comment-meta-author {
display: block;
margin-bottom: 3px !important;
color: #232323;
font-size: 11px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
}
.comment-meta-date {
display: block;
font-size: 11px;
color: #949494;
line-height: 1;
text-transform: uppercase;
}
.comment-reply {
float: right;
}
.comment-reply a {
text-transform: uppercase;
line-height: 30px;
display: inline-block;
padding: 0 4px;
letter-spacing: 2px;
font-size: 11px;
font-weight: 900;
}
.comment-main {
}
.comment .children {
margin-left: 80px;
}
.comments-no-comments {
margin-bottom: 20px;
}
.comment-respond {
border: 2px solid #fff6e5;
padding: 40px;
}
.comment-reply-title {
margin: 0;
padding: 0;
color: #232323;
font-size: 13px;
font-weight: 700;
line-height: 11px;
letter-spacing: 2px;
margin-bottom: 20px;
text-transform: uppercase;
}
.comment-respond .logged-in-as,
.comment-notes {
font-size: 15px;
}
.comment-form-comment {
font-size: 0;
line-height: 0;
margin: 0;
}
.comment-form-name,
.comment-form-email,
.comment-form-website {
margin-top: 20px;
font-size: 0;
line-height: 0;
}
.comment-respond input[type="text"],
.comment-respond textarea {
background: #fff;
border: 1px solid #fff6e5;
}
.comment-respond textarea {
height: 140px;
}
.comment-respond .form-submit {
clear: both;
padding-top: 20px;
margin-bottom: 0;
} .wpcf7 {
font-size: 13px;
color: #8f8f8f;
line-height: 35px;	
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="password"],
.wpcf7 input[type="search"],
.wpcf7 textarea {
background: #f5f5f5;
margin-top: 6px;
width: 50%;
}
.wpcf7 textarea {
width: 100%;
}
.wpcf7 p {
margin-bottom: 12px;
}
.wpcf7 input[type="submit"] {
display: inline-block;
background: #3e94c0;
color: #fff;
font-size: 11px;
font-weight: 900;
line-height: 1;
letter-spacing: 2px;
padding: 14px 17px;
text-transform: uppercase;
border-radius: 0;
} #sidebar {
}
#sidebar .widget,
.sidebar .widget {
margin-bottom: 40px;
}
#sidebar .widget:last-child,
.sidebar .widget:last-child {
margin-bottom: 0;
}
.module-wrapper .widget:last-child {
margin-bottom: 30px;
}
#sidebar .widget-title,
.sidebar .widget-title {
margin: 0;
padding: 0;
color: #303030;
border-bottom: 2px solid #deedf4;
font-size: 12px;
font-weight: bold;
letter-spacing: 2px;
line-height: 1.36;
margin-bottom: 30px;
padding-bottom: 15px;
text-transform: uppercase;
}
.widget-title {
font-family: "Lato", sans-serif;
}
body.archive #sidebar .widget-title,
body.search-results #sidebar .widget-title,
body.page-template-template-user-profile #sidebar .widget-title,
body.page-template-template-page-sidebar #sidebar .widget-title,
.sidebar .widget-title {
padding: 16px 0;
} .widget {
} .about-author-widget {
text-align: center;
position: relative;
border: 4px solid #deedf4;
padding: 25px;
}
#panel .about-author-widget {
padding: 15px;
}
.about-author-image {
margin-bottom: 30px;
}
#panel .about-author-image {
margin-bottom: 20px;
}
.about-author-image img {
display: block;
width: 100%;
}
.about-author-widget-info {
}
.about-author-widget-name {
font-size: 18px;
line-height: 23px;
color: #21201f;
margin-bottom: 10px;
}
#panel .about-author-widget-name {
font-size: 15px;
margin-bottom: 5px;
}
.about-author-widget-text {
font-size: 15px;
line-height: 21px;
}
#panel .about-author-widget-text {
font-size: 13px;
line-height: 17px;
}
.about-author-signature-image {
margin-bottom: 15px;
margin-top: 10px;
font-size: 0;
line-height: 0;
text-align: center;
}
.about-author-signature-image img {
display: inline-block;
} .instagram-widget-images {
overflow: hidden;
}
.instagram-widget-image {
float: left;
width: 25%;
}
.instagram-widget-image img {
display: block;
} .posts-list-widget {
position: relative;
}
.posts-list-widget .post-s6:last-child {
margin-bottom: 0;
}
.posts-list-widget .post-s2-title {
font-size: 20px;
line-height: 1.2;
padding: 0 35px;
margin-bottom: 15px;
}
.posts-list-widget .post-s4 .post-meta-date {
display: none;
}
.posts-list-widget .post-s4 .post-meta {
text-align: right;
}
.posts-list-widget .carousel-nav-prev,
.posts-list-widget .carousel-nav-next {
top: auto;
bottom: auto;
right: auto;
left: auto;
margin: 0;
padding: 0;
color: #fff;
line-height: 1;
font-size: 20px;
}
.posts-list-widget .carousel-nav-prev {
bottom: 42px;
left: 40px;
}
.posts-list-widget .carousel-nav-next {
bottom: 42px;
left: 63px;
}
.posts-list-widget .carousel-nav-prev,
.posts-list-widget .carousel-nav-next {
background: none;
width: auto;
line-height: 1;
} .social-widget {
font-size: 0;
line-height: 0;
margin-bottom: -15px;
}
.social-widget-link {
position: relative;
display: inline-block;
margin-right: 15px;
margin-bottom: 15px;
}
.social-widget-link-outline {
display: inline-block;
position: absolute;
top: 5px;
left: 5px;
right: -4px;
bottom: -4px;
border: 1px solid #fac564;
}
.social-widget a {
position: relative;
display: inline-block;
font-size: 14px;
background: #d0e9e6;
color: #8a9a96;
line-height: 37px;
width: 37px;
text-align: center;
}
#panel .social-widget a:nth-child(5n) {
margin-right: 0;
} .search-widget {
padding: 38px 40px 31px 40px;
background: #222;
background-size: cover;
}
.search-widget-inner {
}
.search-widget-heading {
color: #fff;
margin: 0;
padding: 0;
margin-bottom: 20px;
font-size: 22px;
font-weight: normal;
line-height: 1.2;
}
.search-widget-form {
position: relative;
}
.search-widget-form input[type="text"] {
width: 100%;
line-height: 45px;
padding: 0 100px 0 20px;
border-radius: 0;
font-size: 14px;
background: #fff;
}
.search-widget-form input[type="submit"] {
position: absolute;
right: 0;
top: 0;
line-height: 45px;
padding: 0 20px;
background: #fac564;
border-radius: 0;
color: #fff;
font-size: 14px;
font-weight: 900;
text-transform: none;
}
.search-widget-categories {
margin-top: 38px;
}
.search-widget-categories strong {
display: block;
color: #fff;
font-style: italic;
font-size: 15px;
line-height: 1;
margin-bottom: 16px;
}
.search-widget-categories a {
border-bottom-width: 1px;
border-bottom-style: solid;
color: #fac564;
display: inline-block;
font-size: 14px;
line-height: 1;
margin-right: 20px;
margin-bottom: 8px;
padding-bottom: 1px;
}
.search-widget-append {
color: #fff;
margin-top: 15px;
} .subscribe-widget {
padding: 34px 40px;
text-align: center;
background: #fac564;
background-size: cover;
}
.subscribe-widget-inner {
}
.subscribe-widget h4 {
font-size: 22px;
line-height: 30px;
color: #fff;
font-weight: bold;
font-style: italic;
margin-bottom: 23px;
}
.subscribe-widget h5 {
font-size: 14px;
line-height: 1.2;
font-weight: normal;
color: #fff;
text-decoration: underline;
margin-bottom: 0;
}
.subscribe-widget-form {
position: relative;
margin-bottom: 18px;
}
.subscribe-widget .wysija-paragraph {
}
.subscribe-widget .widget_wysija_cont {
position: relative;
}
.subscribe-widget .wysija-paragraph label {
display: none;
}
.subscribe-widget label {
display: none !important;
}
.subscribe-widget input[type="text"].wysija-input,
.subscribe-widget input[type="email"].wysija-input,
.subscribe-widget input[type="text"],
.subscribe-widget input[type="email"],
.subscribe-widget input[type="email"],
.subscribe-widget .tnp-subscription-minimal input.tnp-email {
background: #fff;
border: 0;
display: inline-block;
line-height: 45px;
color: #949494;
font-size: 14px;
padding: 0;
width: 100%;
border-radius: 0;
padding: 0 20px;
}
.subscribe-widget input[type="submit"].wysija-submit,
.subscribe-widget input[type="submit"],
.subscribe-widget input[type="button"],
.subscribe-widget .tnp-subscription input[type="submit"],
.subscribe-widget .tnp-subscription-minimal input[type="submit"],
.subscribe-widget button {
position: absolute;
top: 0;
right: 0;
border: 0;
display: inline-block;
line-height: 45px;
color: #fff;
font-size: 14px;
font-weight: 900;
background: #dcad58;
padding: 0 22px;
margin: 0;
border-radius: 0;
text-transform: none;
width: auto;
}
.subscribe-widget.multiple-fields input[type="submit"].wysija-submit,
.subscribe-widget.multiple-fields input[type="submit"],
.subscribe-widget.multiple-fields input[type="button"],
.subscribe-widget.multiple-fields .tnp-subscription input[type="submit"],
.subscribe-widget.multiple-fields button {
position: relative;
top: auto;
right: auto;
}
.widget_wysija_cont .allmsgs .updated {
border: 0;
margin: 0;
padding: 0;
background: transparent;
color: inherit;
font-size: 15px;
}
.widget_wysija_cont .allmsgs {
border: 0;
margin-bottom: 10px;
background: #5eb9aa;
color: #fff;
padding: 10px;
} .subscribe-widget-form ._form-branding {
display: none;
} .widget .tagcloud {
font-size: 0;
line-height: 0;
}
.widget .tagcloud a {
display: inline-block;
line-height: 25px;
padding: 0 12px;
background: #f4b747;
color: #fff;
font-size: 10px !important;
font-weight: bold !important;
font-family: "Lato";
text-transform: uppercase;
border-radius: 30px;
margin-right: 10px;
margin-bottom: 10px;
letter-spacing: 2px;
} #footer {
margin-top: 40px;
} #footer-posts {
padding-bottom: 50px;
position: relative;
} #footer-widgets {
padding: 53px 0;
background: #f5f8fa;
}
#footer-widgets .widget {
color: #3f3d3b;
font-size: 16px;
line-height: 1.43;
margin-top: 50px;
}
#footer-widgets .widget:first-child {
margin-top: 0;
}
#footer-widgets .widget-title {
margin: 0;
padding: 0;
color: #303030;
border-bottom: 2px solid #deedf4;
font-size: 12px;
font-weight: bold;
letter-spacing: 2px;
line-height: 1.36;
margin-bottom: 30px;
padding-bottom: 15px;
text-transform: uppercase;
} #footer-instagram {
overflow: hidden;
}
#footer-instagram a {
width: 8.333333333333333%;
display: block;
float: left;
}
#footer-instagram a img {
display: block;
width: 100%;
} #footer-bottom {
} #footer-copyright {
float: left;
color: #434343;
font-size: 11px;
line-height: 70px; letter-spacing: 2px;
text-transform: uppercase;
} #footer-navigation {
float: right;
}
#footer-navigation ul,
#footer-navigation li {
margin: 0;
padding: 0;
list-style-type: none;
font-size: 0;
line-height: 0;
}
#footer-navigation li {
display: inline-block;
margin-right: 20px;
}
#footer-navigation li:last-child {
margin-left: 0;
}
#footer-navigation li a {
color: #434343;
font-size: 11px;
font-weight: normal;
line-height: 70px; letter-spacing: 2px;
text-transform: uppercase;
} .side-panel {
width: 50px;
position: fixed;
top: 0;
left: 0;
bottom: 0;
border-right: 1px dashed #ccc;
background: #fff;
z-index: 99999;
}
.side-panel-inner {
padding: 0 20px;
position: absolute;
bottom: -50px;
left: 0;
line-height: 50px;
width: 100vh;
text-align: right;
font-size: 11px;
color: #434343;
letter-spacing: 2px;
-ms-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
transform-origin: 0% 0%;
text-transform: uppercase;
}
body.admin-bar .side-panel-inner {
bottom: -82px;
}
.side-panel-right {
float: right;
}
.side-panel-left {
float: left;
}
.side-panel-left ul,
.side-panel-left li {
margin: 0;
list-style-type: none;
padding: 0;
}
.side-panel-left li {
display: inline-block;
margin-right: 20px;
}
.side-panel-left a {
color: inherit;
} .meridian-promo-bar {
font-family: "Lato";
font-size: 11px !important;
letter-spacing: 2px;
line-height: 26px;
padding: 8px 0;
}
.meridian-promo-bar-button {
display: inline-block;
font-weight: 900;
letter-spacing: 2px;
}
.meridian-promo-bar-close {
color: #4b4b4b;
font-size: 14px;
font-family: "Lato";
font-weight: 300;
} .cookmode-overlay {
z-index: 999999998;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: none;
background: rgba( 255, 255, 255, 0.62 );
}
.cookmode {
display: none;
opacity: 0;
z-index: 999999999;
position: absolute;
top: 70px;
left: 140px;
right: 140px;
background: #fff;
padding: 85px 150px;
box-shadow: 0 0 59px rgba( 0, 0, 0, 0.2 );
}
.cookmode-main {
text-align: center;
}
.cookmode .recipe-post-single-top {
float: left;
margin-bottom: 53px;
}
.cookmode .recipe-post-single-top-cook-mode {
display: none;
}
.cookmode .recipe-post-single-title {
font-size: 46px;
margin-bottom: 30px;
}
.cookmode .recipe-post-single-content {
font-size: 18px;
line-height: 1.5;
padding: 0 15%;
margin-bottom: 35px;
}
.cookmode .recipe-post-single-meta {
margin-bottom: 57px;
}
.cookmode .recipe-post-single-tags {
float: none;
}
.cookmode .recipe-post-single-extra  {
text-align: left;
}
.cookmode .recipe-post-single-ingredient {
font-size: 17px;
}
.cookmode .recipe-post-single-instructions {
font-size: 17px;
}
.cookmode-bottom {
margin-top: 40px;
}
.cookmode-close {
position: absolute;
top: 85px;
right: 150px;
font-size: 12px;
font-weight: bold;
display: block;
color: #3e94c0;
border-bottom: 2px solid #deedf4;
letter-spacing: 2px;
padding-bottom: 15px;
text-transform: uppercase;
cursor: pointer;
} .share-post-overlay {
z-index: 999999998;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: none;
background: rgba( 255, 255, 255, 0.62 );
}
.share-post {
z-index: 999999999;
position: relative;
background: #fff;
margin: 0 auto;
max-width: 740px;
box-shadow: 0 0 59px rgba( 0, 0, 0, 0.2 );
}
.share-post-inner {
padding: 30px;
}
.share-post-info {
overflow: hidden;
margin-bottom: 40px;
}
.share-post-info-thumb {
width: 167px;
float: left;
margin-right: 50px;
}
.share-post-info-main {
overflow: hidden;
}
.share-post-info-title {
color: #21201f;
font-size: 28px;
line-height: 1.2;
margin-bottom: 10px;
}
.share-post-info-excerpt {
}
.share-post-info-extra {
margin-top: 14px;
}
.share-post-info-extra .recipe-post-single-meta {
margin: 0;
}
.share-post-actions {
font-size: 0;
line-height: 0;
}
.share-post-actions a {
display: inline-block;
width: 40px;
line-height: 40px;
background: #eee;
color: #aaa;
text-align: center;
font-size: 12px;
font-weight: bold;
letter-spacing: 2px;
text-transform: uppercase;
margin-right: 15px;
}
.share-post-actions a:last-child {
margin-right: 0;
}
.share-post-actions a.share-post-action-facebook,
.share-post-actions a.share-post-action-pinterest {
width: auto;
padding: 0 19px;
}
.recipe-post-single-share .share-post-actions a.share-post-action-facebook,
.recipe-post-single-share .share-post-actions a.share-post-action-pinterest {
width: 40px;
padding: 0;
}
.share-post-actions a.share-post-action-facebook {
background: #e6eaf6;
color: #3b5998;
}
.share-post-actions a.share-post-action-pinterest {
background: #f9e1e0;
color: #d63b4c;
}
.share-post-actions a.share-post-action-twitter {
background: #e1f1fc;
color: #55acee;
}
.share-post-actions a.share-post-action-google-plus {
background: #fce0dc;
color: #dc4e41;
}
.share-post-actions a.share-post-action-email {
background: #fcedd1;
color: #f4b747;
}
.share-post-actions a.share-post-action-linkedin {
background: #d9f2ff;
color: #0077b5;
}
.share-post-actions a.share-post-action-facebook .fa,
.share-post-actions a.share-post-action-pinterest .fa {
margin-right: 9px;
}
.recipe-post-single-share .share-post-actions a.share-post-action-facebook .fa,
.recipe-post-single-share .share-post-actions a.share-post-action-pinterest .fa {
margin-right: 0;
}
.share-post-actions a .fa {
font-size: 14px;
}
.share-post-close {
position: absolute;
right: -16px;
top: -16px;
width: 32px;
line-height: 32px;
border-radius: 50%;
background: #fff;
font-size: 12px;
color: #000;
text-align: center;
cursor: pointer;
} .back-to-top {
position: fixed;
bottom: 20px;
right: 20px;
width: 40px;
height: 40px;
line-height: 40px;
background: #3e94c0;
color: #fff;
text-align: center;
font-size: 20px;
z-index: 99999;
cursor: pointer;
opacity: 0;
transition: opacity .3s;
}
.back-to-top-visible {
opacity: 1;
}
.back-to-top a {
color: inherit;
}  @media only screen and ( min-width: 1401px ) and ( max-width: 1500px )  {
body .wrapper {
max-width: 1184px;
} body .module-search-col-1 {
font-size: 34px;
}
body .module-search-style-wrapped .module-search-col-1 {
font-size: 27px;
} body .featured-1 .carousel-nav-circle-prev, 
body .featured-1 .carousel-nav-circle-next {
top: 141px;
}
.header-posts .carousel-nav-circle-prev, 
.header-posts .carousel-nav-circle-next {
top: 56px;
}
.featured-5 .carousel-nav-circle-prev, 
.featured-5 .carousel-nav-circle-next {
top: 56px;
}
} @media only screen and ( min-width: 1024px ) and ( max-width: 1400px )  {
body .wrapper {
max-width: 884px;
} body .header-search {
max-width: 200px;
} .post-meta-separator-clean {
margin-left: 6px;
margin-right: 6px;
} body .featured-1 .carousel-nav-circle-prev, 
body .featured-1 .carousel-nav-circle-next {
top: 98px;
} body .featured-post-title {
font-size: 40px;
} body .featured-3-primary .post-s4-main,
body .featured-3-secondary .post-s4-main {
padding-left: 20px;
padding-right: 20px;
}
body .featured-3-primary .post-s4-title {
font-size: 37px;
}
body .featured-3-secondary .post-s4-title {
font-size: 28px
} body .featured-4 .post-s4-title {
font-size: 25px;
} .header-posts .carousel-nav-circle-prev, 
.header-posts .carousel-nav-circle-next {
top: 42px;
}
.featured-5 .carousel-nav-circle-prev, 
.featured-5 .carousel-nav-circle-next {
top: 42px;
} body .post-s2-title {
padding: 0;
} body .post-s3-thumb {
max-width: 40%;
}
body .post-s3-main {
padding-top: 0;
} body .post-s4-title,
body .module-10 .post-s4-title,
body .module-11 .post-s4-title,
body .module-12 .post-s4:first-child .post-s4-title,
body .module-15-primary .post-s4-title,
body .module-15 .post-s4-title,
body .module-16 .post-s4-title {
font-size: 25px;
} body .module-3 .post-s6-main {
padding-right: 0;
}
body .post-s6-main {
padding: 0;
}
body .post-s6-thumb {
max-width: 50px;
} body .module-3-heading {
font-size: 20px;
} body .recipe-post-single-tags, 
body .blog-post-single-cats {
float: none;
display: block;
margin-bottom: 20px;
} body .subscribe-widget {
padding: 20px;
}
body .search-widget-form input[type="text"] {
padding-right: 20px;
}
body .subscribe-widget input[type="submit"].wysija-submit,
body .subscribe-widget input[type="submit"],
body .subscribe-widget input[type="button"],
body .subscribe-widget .tnp-subscription input[type="submit"],
body .subscribe-widget .tnp-subscription-minimal input[type="submit"] {
position: relative;
top: auto;
left: auto;
right: auto;
bottom: auto;
width: 100%;
margin-bottom: 15px;
}
body .search-widget-form input[type="submit"] {
position: relative;
top: auto;
left: auto;
right: auto;
bottom: auto;
width: 100%;
margin-top: 20px;
} body .promo-box {
padding: 80px 20px;
}
body .promo-box-title {
font-size: 30px;
} body .subscribe-title {
font-size: 28px;
} body .module-search-col-1 {
font-size: 32px;
}
body .module-search-style-wrapped .module-search {
padding: 20px;
}
body .module-search-style-wrapped .module-search-col-1 {
font-size: 27px;
}
body .module-search-col-2 {
margin-top: 0;
}
body .module-search-style-wrapped .module-search-col-2 {
margin-top: 0;
}
body .module-search-col-2 input[type="text"] {
padding: 0 20px;
}
body .module-search-col-2 input[type="submit"] {
position: relative;
left: auto;
top: auto;
right: auto;
bottom: auto;
width: 100%;
line-height: 50px;
} .posts-list-widget .carousel-nav-prev,
.posts-list-widget .carousel-nav-next {
bottom: auto;
top: 30px;
} body .cookmode .recipe-post-single-content {
padding: 0;
}
body .cookmode {
left: 50px;
right: 50px;
padding-left: 80px;
padding-right: 80px;
}
body .cookmode-close {
right: 80px;
}
} @media only screen and ( min-width: 768px ) and ( max-width: 1023px ) {
body .wrapper {
max-width: 748px;
}
body .side-panel {
display: none;
} body .header-search {
max-width: 160px;
}
body .post-meta-separator-clean {
margin-left: 8px;
margin-right: 8px;
}
#header {
margin-top: 0 !important;
} body #navigation {
display: none;
}
body #mobile-navigation {
display: block;
} body .featured-1 .post-s2-title {
font-size: 15px;
} body .featured-1 .carousel-nav-circle-prev, 
body .featured-1 .carousel-nav-circle-next {
top: 78px;
} body .featured-post-title {
font-size: 40px;
padding: 0 85px;
} body .featured-3-primary .post-s4-main,
body .featured-3-secondary .post-s4-main {
padding-left: 15px;
padding-right: 15px;
}
body .featured-3-primary .post-s4-title {
font-size: 28px;
}
body .featured-3-secondary .post-s4-title {
font-size: 22px;
} body .featured-4 .post-s4-title {
font-size: 25px;
} .header-posts .carousel-nav-circle-prev, 
.header-posts .carousel-nav-circle-next {
top: 36px;
}
.featured-5 .carousel-nav-circle-prev, 
.featured-5 .carousel-nav-circle-next {
top: 36px;
} body .module-1 .post-s1-main {
padding: 0;
}
body .module-1 .post-s1-title {
font-size: 22px;
} body .post-s2-thumb-cats {
display: none;
}
body .post-s2-title {
padding: 0;
font-size: 16px;
}
body .post-s2 .post-meta-shares-count,
body .post-s2 .post-meta-separator:nth-child(4) {
display: none;
} body .post-s3-thumb {
max-width: 33%;
margin-right: 30px;
}
body .post-s3-main {
padding-top: 0;
}
body .post-s3-title {
font-size: 22px;
margin-bottom: 10px;
}
body .post-s3-excerpt {
margin-bottom: 10px;
} body .module-15-primary .post-s4-main {
padding: 30px;
}
body .post-s4-title,
body .module-10 .post-s4-title,
body .module-11 .post-s4-title,
body .module-12 .post-s4:first-child .post-s4-title,
body .module-15-primary .post-s4-title,
body .module-15 .post-s4-title,
body .module-16 .post-s4-title {
font-size: 22px;
margin-bottom: 15px;
padding-bottom: 15px;
line-height: 1.3;
}
body .module-14 .post-s4-title {
margin-bottom: 15px;
padding-bottom: 0;
}
body .post-s4-main {
padding: 20px;
}
body .post-s4-cats {
margin-bottom: 15px;
}
body .module-15-primary .post-s4-read-more {
display: none;
} body .post-s5 .post-meta-shares-count,
body .post-s5 .post-meta-separator:nth-child(4) {
display: none;
} body .post-s6 {
margin-bottom: 20px;
}
body .module-3 .post-s6-main {
padding: 0;
}
body .post-s6-thumb {
display: none;
} body .module-3-heading {
font-size: 16px;
} body .module-6-button {
font-size: 9px;
} body .promo-box {
padding: 80px 20px;
}
body .promo-box-title {
font-size: 30px;
} body .subscribe-title {
font-size: 25px;
} body .module-search-col-1 {
font-size: 32px;
}
body .module-search-style-wrapped .module-search {
padding: 20px;
}
body .module-search-style-wrapped .module-search-col-1 {
font-size: 27px;
}
body .module-search-col-2 {
margin-top: 0;
}
body .module-search-style-wrapped .module-search-col-2 {
margin-top: 0;
}
body .module-search-col-2 input[type="text"] {
padding: 0 20px;
}
body .module-search-col-2 input[type="submit"] {
position: relative;
left: auto;
top: auto;
right: auto;
bottom: auto;
width: 100%;
line-height: 50px;
} body .recipe-post-single-top,
body .blog-post-single-top {
line-height: 2;
}
body .recipe-post-single-title, 
body .blog-post-single-title {
font-size: 30px;
}
body .recipe-post-single-tags, 
body .blog-post-single-cats {
float: none;
display: block;
margin-bottom: 20px;
}
body .col-8 .col-2.recipe-post-single-nutrition-item {
width: 30.52%;
}
body .recipe-post-single-nutrition-item:nth-child(3n) {
margin-right: 0;
} body .posts-list-widget .carousel-nav-prev,
body .posts-list-widget .carousel-nav-next {
bottom: auto;
top: 20px;
}
body .posts-list-widget .carousel-nav-prev {
left: 20px;
}
body .posts-list-widget .carousel-nav-next {
left: 43px;
} body .search-widget {
padding: 20px;
}
body .search-widget-form input[type="text"] {
padding: 0 10px;
}
body .search-widget-form input[type="submit"] {
position: relative;
top: auto;
left: auto;
right: auto;
bottom: auto;
width: 100%;
margin-top: 20px;
} body .subscribe-widget {
padding: 20px;
}
body .subscribe-widget input[type="text"] {
padding: 0 10px;
}
body .subscribe-widget .wysija-paragraph {
margin-bottom: 0;
}
body .subscribe-widget input[type="submit"].wysija-submit,
body .subscribe-widget input[type="submit"],
body .subscribe-widget input[type="button"],
body .subscribe-widget .tnp-subscription input[type="submit"],
body .subscribe-widget .tnp-subscription-minimal input[type="submit"] {
position: relative;
top: auto;
left: auto;
right: auto;
bottom: auto;
width: 100%;
margin-bottom: 15px;
}
body .subscribe-widget h4 {
font-size: 19px;
line-height: 26px;
} body .cookmode .recipe-post-single-content {
padding: 0;
}
body .cookmode {
left: 50px;
right: 50px;
padding-left: 40px;
padding-right: 40px;
}
body .cookmode-close {
right: 50px;
}
body .recipe-post-single-top-print {
display: none;
}
body .cookmode .recipe-post-single-title {
font-size: 32px;
}
body #footer-instagram a {
width: 16.66666666666667%;
}
} @media only screen and ( max-width: 767px ) {
#page {
overflow-x: hidden;
}
.sidebar {
margin-top: 30px;
} body #header-left {
display: none;
}
body #header-middle,
body #header-right {
float: none;
max-width: none;
width: auto;
}
body #header-right {
text-align: center;
}
#header {
margin-top: 0 !important;
} body #navigation {
display: none;
}
body #mobile-navigation {
display: block;
} .side-panel {
display: none;
} body .col {
margin-right: 0;
width: 100% !important;
} body .featured-post-title {
font-size: 40px;
padding: 0;
}
body .featured-2 .post-s2 {
margin-bottom: 30px;
}
body .featured-2 .post-s2:last-child {
margin-bottom: 0;
} body .featured-3-primary .post-s4-main,
body .featured-3-secondary .post-s4-main {
padding-left: 15px;
padding-right: 15px;
}
body .featured-3-primary .post-s4-title {
font-size: 28px;
}
body .featured-3-secondary .post-s4-title {
font-size: 22px;
}
body .featured-3-primary .post-s4-read-more {
display: none;
} body .featured-4 .post-s4-title {
font-size: 25px;
} body .post-s3-thumb {
max-width: 40%;
margin-right: 30px;
}
body .post-s3-main {
padding: 0;
}
body .post-s3-title {
font-size: 20px;
margin-bottom: 15px;
}
body .post-s3-excerpt {
display: none;
}  body .post-s4-title,
body .module-10 .post-s4-title,
body .module-11 .post-s4-title,
body .module-12 .post-s4:first-child .post-s4-title,
body .module-15-primary .post-s4-title,
body .module-15 .post-s4-title,
body .module-16 .post-s4-title {
font-size: 25px; } body .module-1-left,
body .module-1-middle {
margin-bottom: 30px;
}
body .module-1 .post-s1-main {
padding: 0;
} body .module-2 .carousel-nav-prev,
body .module-2 .carousel-nav-next {
background: #fff;
margin-right: -30px;
top: 135px;
}
body .module-2 .carousel-nav-next {
margin-left: -30px;
} body .module-3-heading {
font-size: 27px;
}
body .module-3-left {
margin-bottom: 30px;
}
body .module-3-right .post-s1 {
margin-bottom: 30px;
}
body .module-3-right .post-s1:last-child {
margin-bottom: 0;
}
body .module-3 .post-s6-thumb {
display: block;
}
body .module-3 .post-s6-main {
padding: 0;
} body .module-4-left {
margin-bottom: 30px;
} body .module-6-left {
margin-bottom: 30px;
} body .module-9 .post-s4-title {
font-size: 25px;
} body .promo-box {
margin-bottom: 30px;
} body .subscribe-title {
font-size: 20px;
line-height: 1.5;
}
body .subscribe-main input[type="submit"].wysija-submit,
body .subscribe-main .subscribe-main .tnp-subscription input[type="submit"], 
body .subscribe-main .subscribe-main .tnp-subscription-minimal input[type="submit"] {
position: relative;
top: auto;
left: auto;
right: auto;
bottom: auto;
width: 100%;
}
body .module-subscribe-style-wrapped .subscribe {
padding: 30px;
} body .module-search-col-1,
body .module-search-col-2,
body .module-search-col-3,
body .module-search-style-wrapped .module-search-col-1,
body .module-search-style-wrapped .module-search-col-2,
body .module-search-style-wrapped .module-search-col-3 {
width: 100%;
float: none;
margin: 0 0 30px 0;
}
body .module-search-col-3,
body .module-search-style-wrapped .module-search-col-3 {
margin-bottom: 0;
}
body .module-search-col-1 {
font-size: 25px;
}
body .module-search-style-wrapped .module-search {
padding: 20px;
}
body .module-search-style-wrapped .module-search-col-1 {
font-size: 25px;
}
body .module-search-col-2 {
margin-top: 0;
}
body .module-search-style-wrapped .module-search-col-2 {
margin-top: 0;
}
body .module-search-col-2 input[type="text"] {
padding: 0 20px;
}
body .module-search-col-2 input[type="submit"] {
position: relative;
left: auto;
top: auto;
right: auto;
bottom: auto;
width: 100%;
line-height: 50px;
} body .posts-listing-order-by a {
line-height: 35px;
padding: 0 8px;
font-size: 12px;
margin-right: 6px;
}
body .posts-listing-order-by a:last-child {
margin-right: 0;
}
body .alignleft,
body .alignright,
body .aligncenter {
display: block;
float: none;
margin-bottom: 10px;
}
body .about-author-avatar {
display: none;
}
body #sidebar {
margin-top: 40px;
}
body .recipe-post-single-top, 
body .blog-post-single-top {
line-height: 2.3;
}
body .recipe-post-single-title, 
body .blog-post-single-title {
font-size: 25px;
}
body .recipe-post-single-tags, 
body .blog-post-single-cats {
float: none;
display: block;
margin-bottom: 20px;
}
body .recipe-post-single-tags a, 
body .blog-post-single-cats a {
margin-bottom: 5px;
}
body .recipe-post-single-ingredients {
margin-bottom: 30px;
} body .posts-list-widget .carousel-nav-prev,
body .posts-list-widget .carousel-nav-next {
bottom: 18px;
}
body .posts-list-widget .carousel-nav-prev {
left: 20px;
}
body .posts-list-widget .carousel-nav-next {
left: 43px;
} body #footer-posts {
padding-bottom: 30px;
}
body #footer-widgets .widget {
margin-bottom: 30px;
}
body #footer-widgets .footer-widgets-3 .widget:last-child {
margin-bottom: 0 !important;
}
body #footer-bottom {
padding: 30px 0;
}
body #footer-copyright,
body #footer-navigation {
float: none;
line-height: 1.2;
}
body #footer-copyright {
margin-bottom: 20px;
}
body #footer-navigation li a {
line-height: 1.6;
} body .meridian-popup {
margin-top: 0 !important;
}
body .meridian-popup-close {
right: 10px;
top: 10px;
background: #e86059;
color: #fff;
} body .meridian-promo-bar {
line-height: 1.6;
}
body .meridian-promo-bar-button {
margin-top: 7px;
}
body .meridian-promo-bar {
padding: 8px 36px;
} body .recipe-post-single-top-cook-mode {
display: none;
}
body .cookmode-overlay,
body .cookmode {
display: none !important;
} body .share-post {
margin-top: 0 !important;
}
body .share-post-info-thumb {
display: none;
}
body .share-post-action-text {
display: none;
}
body .share-post-actions a.share-post-action-facebook .fa, 
body .share-post-actions a.share-post-action-pinterest .fa {
margin-right: 0;
}
body .share-post-actions a.share-post-action-facebook, 
body .share-post-actions a.share-post-action-pinterest {
padding: 0 13px;
}
body .share-post-close {
right: 10px;
top: 10px;
background: #e86059;
color: #fff;
}
body #footer-instagram a {
width: 25%;
}
} @media only screen and ( min-width: 480px ) and ( max-width: 767px ) {
body .wrapper {
max-width: 420px;
}
body .meridian-popup-main {
padding: 30px;
} body .featured-1 .carousel-nav-circle-prev, 
body .featured-1 .carousel-nav-circle-next {
top: 211px;
} .header-posts .carousel-nav-circle-prev, 
.header-posts .carousel-nav-circle-next {
top: 121px;
}
.featured-5 .carousel-nav-circle-prev, 
.featured-5 .carousel-nav-circle-next {
top: 121px;
}
.section-title-tabs span, .section-title-tabs a {
padding: 0 15px;
}
} @media only screen and ( max-width: 479px ) {
body .wrapper {
max-width: 90%;
} body .featured-1 .carousel-nav-circle-prev, 
body .featured-1 .carousel-nav-circle-next {
top: 145px;
} body .featured-post-title {
font-size: 30px;
padding: 0;
} .header-posts .carousel-nav-circle-prev, 
.header-posts .carousel-nav-circle-next {
top: 88px;
}
.featured-5 .carousel-nav-circle-prev, 
.featured-5 .carousel-nav-circle-next {
top: 88px;
} body .post-s3-thumb {
max-width: 25%;
margin-right: 15px;
} body .module-14 .post-s4-main,
body .module-15 .post-s4-main {
padding: 15px;
}
body .module-14 .post-s4-title,
body .module-15 .post-s4-title {
margin-bottom: 0;
}
body .module-14 .post-s4-meta,
body .module-15 .post-s4-meta {
display: none;
}
body .module-15-primary .post-s4-read-more {
margin-top: 20px;
} body .module-2 .carousel-nav-prev,
body .module-2 .carousel-nav-next {
top: 100px;
} body .post-s4-cats {
display: none;
}
body .module-9 .post-s4-meta {
display: none;
} body .module-11 .post-s4-title,
body .module-12 .post-s4:first-child .post-s4-title {
margin: 0;
padding: 0;
border: 0;
}
body .module-11 .post-s4-meta,
body .module-12 .post-s4:first-child .post-s4-meta {
display: none;
} body .promo-box-title {
font-size: 30px;
} body .subscribe-widget {
padding: 20px;
} body .meridian-popup-main {
padding: 20px;
}
body .meridian-popup-title {
font-size: 22px;
}
body .meridian-popup-content input[type="submit"].wysija-submit {
position: relative;
top: auto;
left: auto;
right: auto;
bottom: auto;
width: 100%;
line-height: 40px;
}
body #footer-instagram a {
width: 25%;
}
.share-post-actions a {
margin-right: 9px;
}
.section-title-tabs span, .section-title-tabs a {
padding: 0 15px;
} .recipe-post-single-top {
position: relative;
}
.recipe-post-single-top-bookmark {
position: static;
}
.recipe-post-single-bookmark-tooltip {
left: 0 !important;
width: 100%;
}
.recipe-post-single-bookmark-tooltip-inner {
text-align: center;
white-space: normal;
}
.recipe-post-single-bookmark-tooltip-text {
display: block;
line-height: 1.7;
padding: 15px 5px;
}
.recipe-post-single-bookmark-tooltip-action {
display: block;
}
}
#mtst-panel {
left: 50px;
}.archive-description-bm {margin-bottom:30px;padding:20px 30px 20px 30px;background-color:#f5f8fa;color:#739eb3;}.archive-description-bm {margin-bottom:30px;padding:20px 30px 20px 30px;background-color:#f5f8fa;color:#739eb3;}@font-face {
font-family: 'FontAwesome';
src: url(//fitgress.com/wp-content/themes/meridian-recipes/css/fonts/font-awesome/fontawesome-webfont.eot?v=4.5.0);
src: url(//fitgress.com/wp-content/themes/meridian-recipes/css/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.5.0) format('embedded-opentype'), url(//fitgress.com/wp-content/themes/meridian-recipes/css/fonts/font-awesome/fontawesome-webfont.woff2?v=4.5.0) format('woff2'), url(//fitgress.com/wp-content/themes/meridian-recipes/css/fonts/font-awesome/fontawesome-webfont.woff?v=4.5.0) format('woff'), url(//fitgress.com/wp-content/themes/meridian-recipes/css/fonts/font-awesome/fontawesome-webfont.ttf?v=4.5.0) format('truetype'), url(//fitgress.com/wp-content/themes/meridian-recipes/css/fonts/font-awesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left {
margin-right: .3em;
}
.fa.fa-pull-right {
margin-left: .3em;
} .pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #ffffff;
} .fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-star:before {
content: "\f005";
}
.fa-star-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-power-off:before {
content: "\f011";
}
.fa-signal:before {
content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
content: "\f013";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-home:before {
content: "\f015";
}
.fa-file-o:before {
content: "\f016";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-road:before {
content: "\f018";
}
.fa-download:before {
content: "\f019";
}
.fa-arrow-circle-o-down:before {
content: "\f01a";
}
.fa-arrow-circle-o-up:before {
content: "\f01b";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-play-circle-o:before {
content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}
.fa-refresh:before {
content: "\f021";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-lock:before {
content: "\f023";
}
.fa-flag:before {
content: "\f024";
}
.fa-headphones:before {
content: "\f025";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-print:before {
content: "\f02f";
}
.fa-camera:before {
content: "\f030";
}
.fa-font:before {
content: "\f031";
}
.fa-bold:before {
content: "\f032";
}
.fa-italic:before {
content: "\f033";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-right:before {
content: "\f038";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-list:before {
content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "\f03e";
}
.fa-pencil:before {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-arrows:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}
.fa-expand:before {
content: "\f065";
}
.fa-compress:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-arrows-v:before {
content: "\f07d";
}
.fa-arrows-h:before {
content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-star-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-slack:before {
content: "\f198";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-openid:before {
content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-google:before {
content: "\f1a0";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-language:before {
content: "\f1ab";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-building:before {
content: "\f1ad";
}
.fa-child:before {
content: "\f1ae";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-spoon:before {
content: "\f1b1";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-database:before {
content: "\f1c0";
}
.fa-file-pdf-o:before {
content: "\f1c1";
}
.fa-file-word-o:before {
content: "\f1c2";
}
.fa-file-excel-o:before {
content: "\f1c3";
}
.fa-file-powerpoint-o:before {
content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8";
}
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
.fa-circle-thin:before {
content: "\f1db";
}
.fa-header:before {
content: "\f1dc";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-sliders:before {
content: "\f1de";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-bomb:before {
content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "\f1e3";
}
.fa-tty:before {
content: "\f1e4";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-plug:before {
content: "\f1e6";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-newspaper-o:before {
content: "\f1ea";
}
.fa-wifi:before {
content: "\f1eb";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bell-slash-o:before {
content: "\f1f7";
}
.fa-trash:before {
content: "\f1f8";
}
.fa-copyright:before {
content: "\f1f9";
}
.fa-at:before {
content: "\f1fa";
}
.fa-eyedropper:before {
content: "\f1fb";
}
.fa-paint-brush:before {
content: "\f1fc";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-area-chart:before {
content: "\f1fe";
}
.fa-pie-chart:before {
content: "\f200";
}
.fa-line-chart:before {
content: "\f201";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-toggle-off:before {
content: "\f204";
}
.fa-toggle-on:before {
content: "\f205";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-bus:before {
content: "\f207";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-angellist:before {
content: "\f209";
}
.fa-cc:before {
content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "\f20b";
}
.fa-meanpath:before {
content: "\f20c";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-connectdevelop:before {
content: "\f20e";
}
.fa-dashcube:before {
content: "\f210";
}
.fa-forumbee:before {
content: "\f211";
}
.fa-leanpub:before {
content: "\f212";
}
.fa-sellsy:before {
content: "\f213";
}
.fa-shirtsinbulk:before {
content: "\f214";
}
.fa-simplybuilt:before {
content: "\f215";
}
.fa-skyatlas:before {
content: "\f216";
}
.fa-cart-plus:before {
content: "\f217";
}
.fa-cart-arrow-down:before {
content: "\f218";
}
.fa-diamond:before {
content: "\f219";
}
.fa-ship:before {
content: "\f21a";
}
.fa-user-secret:before {
content: "\f21b";
}
.fa-motorcycle:before {
content: "\f21c";
}
.fa-street-view:before {
content: "\f21d";
}
.fa-heartbeat:before {
content: "\f21e";
}
.fa-venus:before {
content: "\f221";
}
.fa-mars:before {
content: "\f222";
}
.fa-mercury:before {
content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
content: "\f224";
}
.fa-transgender-alt:before {
content: "\f225";
}
.fa-venus-double:before {
content: "\f226";
}
.fa-mars-double:before {
content: "\f227";
}
.fa-venus-mars:before {
content: "\f228";
}
.fa-mars-stroke:before {
content: "\f229";
}
.fa-mars-stroke-v:before {
content: "\f22a";
}
.fa-mars-stroke-h:before {
content: "\f22b";
}
.fa-neuter:before {
content: "\f22c";
}
.fa-genderless:before {
content: "\f22d";
}
.fa-facebook-official:before {
content: "\f230";
}
.fa-pinterest-p:before {
content: "\f231";
}
.fa-whatsapp:before {
content: "\f232";
}
.fa-server:before {
content: "\f233";
}
.fa-user-plus:before {
content: "\f234";
}
.fa-user-times:before {
content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
content: "\f236";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-train:before {
content: "\f238";
}
.fa-subway:before {
content: "\f239";
}
.fa-medium:before {
content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
content: "\f23b";
}
.fa-optin-monster:before {
content: "\f23c";
}
.fa-opencart:before {
content: "\f23d";
}
.fa-expeditedssl:before {
content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: "\f244";
}
.fa-mouse-pointer:before {
content: "\f245";
}
.fa-i-cursor:before {
content: "\f246";
}
.fa-object-group:before {
content: "\f247";
}
.fa-object-ungroup:before {
content: "\f248";
}
.fa-sticky-note:before {
content: "\f249";
}
.fa-sticky-note-o:before {
content: "\f24a";
}
.fa-cc-jcb:before {
content: "\f24b";
}
.fa-cc-diners-club:before {
content: "\f24c";
}
.fa-clone:before {
content: "\f24d";
}
.fa-balance-scale:before {
content: "\f24e";
}
.fa-hourglass-o:before {
content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "\f253";
}
.fa-hourglass:before {
content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: "\f256";
}
.fa-hand-scissors-o:before {
content: "\f257";
}
.fa-hand-lizard-o:before {
content: "\f258";
}
.fa-hand-spock-o:before {
content: "\f259";
}
.fa-hand-pointer-o:before {
content: "\f25a";
}
.fa-hand-peace-o:before {
content: "\f25b";
}
.fa-trademark:before {
content: "\f25c";
}
.fa-registered:before {
content: "\f25d";
}
.fa-creative-commons:before {
content: "\f25e";
}
.fa-gg:before {
content: "\f260";
}
.fa-gg-circle:before {
content: "\f261";
}
.fa-tripadvisor:before {
content: "\f262";
}
.fa-odnoklassniki:before {
content: "\f263";
}
.fa-odnoklassniki-square:before {
content: "\f264";
}
.fa-get-pocket:before {
content: "\f265";
}
.fa-wikipedia-w:before {
content: "\f266";
}
.fa-safari:before {
content: "\f267";
}
.fa-chrome:before {
content: "\f268";
}
.fa-firefox:before {
content: "\f269";
}
.fa-opera:before {
content: "\f26a";
}
.fa-internet-explorer:before {
content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
content: "\f26c";
}
.fa-contao:before {
content: "\f26d";
}
.fa-500px:before {
content: "\f26e";
}
.fa-amazon:before {
content: "\f270";
}
.fa-calendar-plus-o:before {
content: "\f271";
}
.fa-calendar-minus-o:before {
content: "\f272";
}
.fa-calendar-times-o:before {
content: "\f273";
}
.fa-calendar-check-o:before {
content: "\f274";
}
.fa-industry:before {
content: "\f275";
}
.fa-map-pin:before {
content: "\f276";
}
.fa-map-signs:before {
content: "\f277";
}
.fa-map-o:before {
content: "\f278";
}
.fa-map:before {
content: "\f279";
}
.fa-commenting:before {
content: "\f27a";
}
.fa-commenting-o:before {
content: "\f27b";
}
.fa-houzz:before {
content: "\f27c";
}
.fa-vimeo:before {
content: "\f27d";
}
.fa-black-tie:before {
content: "\f27e";
}
.fa-fonticons:before {
content: "\f280";
}
.fa-reddit-alien:before {
content: "\f281";
}
.fa-edge:before {
content: "\f282";
}
.fa-credit-card-alt:before {
content: "\f283";
}
.fa-codiepie:before {
content: "\f284";
}
.fa-modx:before {
content: "\f285";
}
.fa-fort-awesome:before {
content: "\f286";
}
.fa-usb:before {
content: "\f287";
}
.fa-product-hunt:before {
content: "\f288";
}
.fa-mixcloud:before {
content: "\f289";
}
.fa-scribd:before {
content: "\f28a";
}
.fa-pause-circle:before {
content: "\f28b";
}
.fa-pause-circle-o:before {
content: "\f28c";
}
.fa-stop-circle:before {
content: "\f28d";
}
.fa-stop-circle-o:before {
content: "\f28e";
}
.fa-shopping-bag:before {
content: "\f290";
}
.fa-shopping-basket:before {
content: "\f291";
}
.fa-hashtag:before {
content: "\f292";
}
.fa-bluetooth:before {
content: "\f293";
}
.fa-bluetooth-b:before {
content: "\f294";
}
.fa-percent:before {
content: "\f295";
}.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel,.owl-carousel .owl-wrapper{display:none;position:relative}.owl-carousel{width:100%;-ms-touch-action:pan-y}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height .5s ease-in-out;-moz-transition:height .5s ease-in-out;-ms-transition:height .5s ease-in-out;-o-transition:height .5s ease-in-out;transition:height .5s ease-in-out}.owl-carousel .owl-item{float:left}.owl-controls .owl-buttons div,.owl-controls .owl-page{cursor:pointer}.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-theme .owl-controls{margin-top:10px;text-align:center}.owl-theme .owl-controls .owl-buttons div{color:#FFF;display:inline-block;zoom:1;margin:5px;padding:3px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background:#869791;filter:Alpha(Opacity=50);opacity:.5}.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none}.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1}.owl-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;margin:5px 7px;filter:Alpha(Opacity=50);opacity:.5;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#869791}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1}.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-item.loading{min-height:150px}.owl-origin{-webkit-perspective:1200px;-webkit-perspective-origin-x:50%;-webkit-perspective-origin-y:50%;-moz-perspective:1200px;-moz-perspective-origin-x:50%;-moz-perspective-origin-y:50%;perspective:1200px}.owl-fade-out{z-index:10;-webkit-animation:fadeOut .7s both ease;-moz-animation:fadeOut .7s both ease;animation:fadeOut .7s both ease}.owl-fade-in{-webkit-animation:fadeIn .7s both ease;-moz-animation:fadeIn .7s both ease;animation:fadeIn .7s both ease}.owl-backSlide-out{-webkit-animation:backSlideOut 1s both ease;-moz-animation:backSlideOut 1s both ease;animation:backSlideOut 1s both ease}.owl-backSlide-in{-webkit-animation:backSlideIn 1s both ease;-moz-animation:backSlideIn 1s both ease;animation:backSlideIn 1s both ease}.owl-goDown-out{-webkit-animation:scaleToFade .7s ease both;-moz-animation:scaleToFade .7s ease both;animation:scaleToFade .7s ease both}.owl-goDown-in{-webkit-animation:goDown .6s ease both;-moz-animation:goDown .6s ease both;animation:goDown .6s ease both}.owl-fadeUp-in{-webkit-animation:scaleUpFrom .5s ease both;-moz-animation:scaleUpFrom .5s ease both;animation:scaleUpFrom .5s ease both}.owl-fadeUp-out{-webkit-animation:scaleUpTo .5s ease both;-moz-animation:scaleUpTo .5s ease both;animation:scaleUpTo .5s ease both}@-webkit-keyframes empty{0%{opacity:1}}@-moz-keyframes empty{0%{opacity:1}}@keyframes empty{0%{opacity:1}}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-moz-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes backSlideOut{25%{opacity:.5;-webkit-transform:translateZ(-500px)}100%,75%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(-200%)}}@-moz-keyframes backSlideOut{25%{opacity:.5;-moz-transform:translateZ(-500px)}100%,75%{opacity:.5;-moz-transform:translateZ(-500px) translateX(-200%)}}@keyframes backSlideOut{25%{opacity:.5;transform:translateZ(-500px)}100%,75%{opacity:.5;transform:translateZ(-500px) translateX(-200%)}}@-webkit-keyframes backSlideIn{0%,25%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;-webkit-transform:translateZ(-500px)}100%{opacity:1;-webkit-transform:translateZ(0) translateX(0)}}@-moz-keyframes backSlideIn{0%,25%{opacity:.5;-moz-transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;-moz-transform:translateZ(-500px)}100%{opacity:1;-moz-transform:translateZ(0) translateX(0)}}@keyframes backSlideIn{0%,25%{opacity:.5;transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;transform:translateZ(-500px)}100%{opacity:1;transform:translateZ(0) translateX(0)}}@-webkit-keyframes scaleToFade{to{opacity:0;-webkit-transform:scale(.8)}}@-moz-keyframes scaleToFade{to{opacity:0;-moz-transform:scale(.8)}}@keyframes scaleToFade{to{opacity:0;transform:scale(.8)}}@-webkit-keyframes goDown{from{-webkit-transform:translateY(-100%)}}@-moz-keyframes goDown{from{-moz-transform:translateY(-100%)}}@keyframes goDown{from{transform:translateY(-100%)}}@-webkit-keyframes scaleUpFrom{from{opacity:0;-webkit-transform:scale(1.5)}}@-moz-keyframes scaleUpFrom{from{opacity:0;-moz-transform:scale(1.5)}}@keyframes scaleUpFrom{from{opacity:0;transform:scale(1.5)}}@-webkit-keyframes scaleUpTo{to{opacity:0;-webkit-transform:scale(1.5)}}@-moz-keyframes scaleUpTo{to{opacity:0;-moz-transform:scale(1.5)}}@keyframes scaleUpTo{to{opacity:0;transform:scale(1.5)}} .mfp-bg,.mfp-wrap{position:fixed;left:0;top:0}.mfp-bg,.mfp-container,.mfp-wrap{height:100%;width:100%}.mfp-container:before,.mfp-figure:after{content:''}.mfp-bg{z-index:1000042;overflow:hidden;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{z-index:1000043;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1000045}.mfp-close,.mfp-preloader{text-align:center;position:absolute}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;top:50%;width:auto;margin-top:-.8em;left:8px;right:8px;z-index:1000044}.mfp-preloader a{color:#CCC}.mfp-close,.mfp-preloader a:hover{color:#FFF}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1000046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;right:0;top:0;text-decoration:none;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-figure,img.mfp-img{line-height:0}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1;filter:alpha(opacity=100)}.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow .mfp-a,.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow .mfp-b,.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right .mfp-b,.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-image-holder .mfp-content,img.mfp-img{max-width:100%}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}.mfp-figure:after,img.mfp-img{width:auto;height:auto;display:block}img.mfp-img{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure:after{position:absolute;left:0;top:40px;bottom:40px;right:0;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}