@charset "UTF-8";

 .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
@-webkit-keyframes bounce {
0%, 20%, 53%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-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-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-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-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-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 {
0%, 20%, 53%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-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-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-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-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-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;
-ms-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
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 swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.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);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
0% {
-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);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
0% {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
0% {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-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);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-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);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounceInDown {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-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);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-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);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-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);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInLeft {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-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);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-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);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-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);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-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, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-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, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.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);
}
100% {
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);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
100% {
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);
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
100% {
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);
}
100% {
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);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
0% {opacity: 1;}
100% {opacity: 0;}
}
@keyframes fadeOut {
0% {opacity: 1;}
100% {opacity: 0;}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
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;
}
100% {
-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 {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-animation-duration: .75s;
animation-duration: .75s;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes lightSpeedIn {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
0% {
opacity: 1;
}
100% {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
0% {
opacity: 1;
}
100% {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
0% {
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 {
0% {
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 {
0% {
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 {
0% {
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 {
0% {
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 {
0% {
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 {
0% {
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 {
0% {
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 {
0% {
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 {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
100% {
opacity: 0;
}
}
@keyframes zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
100% {
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);
}
100% {
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);
}
100% {
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);
}
100% {
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);
}
100% {
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);
}
100% {
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);
}
100% {
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);
}
100% {
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);
}
100% {
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 {
0% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
visibility: visible;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInDown {
0% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
visibility: visible;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
0% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
visibility: visible;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInLeft {
0% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
visibility: visible;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
0% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
visibility: visible;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInRight {
0% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
visibility: visible;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
0% {
-webkit-transform: translateY(100%);
transform: translateY(100%);
visibility: visible;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInUp {
0% {
-webkit-transform: translateY(100%);
transform: translateY(100%);
visibility: visible;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
visibility: hidden;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
}
@keyframes slideOutDown {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
visibility: hidden;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
visibility: hidden;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
visibility: hidden;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
visibility: hidden;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
@keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
visibility: hidden;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
visibility: hidden;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
@keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
visibility: hidden;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}.aps-each-icon{
display:inline-block;
position:relative;
}
.aps-each-icon a{
display:block;
position:relative;
z-index:555;
border-bottom:none !important;
}
.aps-each-icon img{
-webkit-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
}
.aps-each-icon a:hover img{
opacity:1 !important;
}
.aps-each-icon .aps-icon-tooltip{
font-size:10px;
line-height:1;
padding:5px;
border-radius:4px;
position:absolute;
width:auto;
z-index:777;
white-space:nowrap;
}
.aps-group-horizontal .aps-each-icon:first-child{
margin-left:0 !important;
}
.aps-each-icon .aps-icon-tooltip-top{
top:-25px;
left:50%;
margin-top:0 !important;
}
.aps-each-icon .aps-icon-tooltip-top:before{
content:"";
position:absolute;
border-left:5px solid transparent !important;
border-right:5px solid transparent !important;
border-top-width: 5px;
border-top-style:solid;
margin-left:-5px;
bottom:-5px;
left:50%;
z-index:555;
}
.aps-each-icon .aps-icon-tooltip-right{
left:115%;
top:50%;
margin-left:0 !important;
}
.aps-each-icon .aps-icon-tooltip-right:before{
content:"";
position:absolute;
border-top:5px solid transparent !important;
border-bottom:5px solid transparent !important;
border-right-width: 5px;
border-right-style:solid;
margin-top:-5px;
top:50%;
left:-5px;
z-index:555;
}
.aps-each-icon .aps-icon-tooltip-bottom{
bottom:-25px;
left:50%;
margin-top:0 !important;
}
.aps-each-icon .aps-icon-tooltip-bottom:before{
content:"";
position:absolute;
border-left:5px solid transparent !important;
border-right:5px solid transparent !important;
border-bottom-width: 5px;
border-bottom-style:solid;
margin-left:-5px;
top:-5px;
left:50%;
z-index:555;
}
.aps-each-icon .aps-icon-tooltip-left{
right:115%;
top:50%;
margin-left:0px !important;
}
.aps-each-icon .aps-icon-tooltip-left:before{
content:"";
position:absolute;
border-top:5px solid transparent !important;
border-bottom:5px solid transparent !important;
border-left-width: 5px;
border-left-style:solid;
margin-top:-5px;
top:50%;
right:-5px;
z-index:555;
}
.aps-social-icon-wrapper:before,
.aps-social-icon-wrapper:after{
content:"";
display:table;
}
.aps-social-icon-wrapper:after{
clear:both;
}
.aps-social-icon-wrapper .aps-group-vertical{
float:left;
text-align:center;
}
@media (max-width:768px){
.aps-social-icon-wrapper .aps-group-vertical{
float:none;
}
}.yui3-cssreset html{color:#000;background:#FFF}.yui3-cssreset body,.yui3-cssreset div,.yui3-cssreset dl,.yui3-cssreset dt,.yui3-cssreset dd,.yui3-cssreset ul,.yui3-cssreset ol,.yui3-cssreset li,.yui3-cssreset h1,.yui3-cssreset h2,.yui3-cssreset h3,.yui3-cssreset h4,.yui3-cssreset h5,.yui3-cssreset h6,.yui3-cssreset pre,.yui3-cssreset code,.yui3-cssreset form,.yui3-cssreset fieldset,.yui3-cssreset legend,.yui3-cssreset input,.yui3-cssreset textarea,.yui3-cssreset p,.yui3-cssreset blockquote,.yui3-cssreset th,.yui3-cssreset td{margin:0;padding:0}.yui3-cssreset table{border-collapse:collapse;border-spacing:0}.yui3-cssreset fieldset,.yui3-cssreset img{border:0}.yui3-cssreset address,.yui3-cssreset caption,.yui3-cssreset cite,.yui3-cssreset code,.yui3-cssreset dfn,.yui3-cssreset em,.yui3-cssreset strong,.yui3-cssreset th,.yui3-cssreset var{font-style:normal;font-weight:normal}.yui3-cssreset ol,.yui3-cssreset ul{list-style:none}.yui3-cssreset caption,.yui3-cssreset th{text-align:left}.yui3-cssreset h1,.yui3-cssreset h2,.yui3-cssreset h3,.yui3-cssreset h4,.yui3-cssreset h5,.yui3-cssreset h6{font-size:100%;font-weight:normal}.yui3-cssreset q:before,.yui3-cssreset q:after{content:''}.yui3-cssreset abbr,.yui3-cssreset acronym{border:0;font-variant:normal}.yui3-cssreset sup{vertical-align:text-top}.yui3-cssreset sub{vertical-align:text-bottom}.yui3-cssreset input,.yui3-cssreset textarea,.yui3-cssreset select{font-family:inherit;font-size:inherit;font-weight:inherit}.yui3-cssreset input,.yui3-cssreset textarea,.yui3-cssreset select{*font-size:100%}.yui3-cssreset legend{color:#000}#yui3-css-stamp.cssreset-context{display:none} .uni-form{margin:0;padding:0}.uni-form *{box-sizing:border-box}.uni-form fieldset{border:0;margin:0;padding:0}.uni-form .ctrl-holder,.uni-form .button-holder{clear:both}.uni-form:after,.uni-form .button-holder:after,.uni-form .ctrl-holder:after{content:".";display:block;height:0;line-height:0;font-size:0;clear:both;min-height:0;visibility:hidden}.uni-form label,.uni-form button{cursor:pointer}.uni-form .ctrl-holder>label,.uni-form .ctrl-holder>.label{display:block;margin:0;padding:0}.uni-form label em,.uni-form .label em{float:left;width:.75em;margin:0 0 0 -.75em;font-style:inherit;font-weight:inherit}.uni-form .input-text,.uni-form .input-file,.uni-form .input-select,.uni-form select,.uni-form textarea{float:left;width:67%;margin:0}.uni-form label+.input-text,.uni-form label+.input-file,.uni-form label+.input-select,.uni-form label+select,.uni-form label+textarea{margin-top:.5em}.uni-form .form-hint{float:right;width:33%;margin:0}.uni-form .ctrl-holder>ul{float:left;width:67%;margin:0;padding:0 3% 0 0}.uni-form .ctrl-holder>ul+.form-hint{margin-top:.5em}.uni-form .ctrl-holder>ul li{margin:.5em 0;list-style:none}.uni-form ul.alternate li{display:inline-block;margin:.5em 0 0}.uni-form ul.columns-2 li{width:49%}.uni-form ul.columns-3 li{width:32%}.uni-form ul .input-text,.uni-form ul .input-select,.uni-form ul select,.uni-form ul.alternate .input-text,.uni-form ul.alternate .input-select,.uni-form ul.alternate select{display:inline-block;float:none;width:98%}.uni-form .inline-labels .ctrl-holder>label,.uni-form .inline-labels .ctrl-holder>.label{float:left;position:relative;width:33%;padding-right:3%}.uni-form .inline-labels .input-text,.uni-form .inline-labels .input-file,.uni-form .inline-labels .input-select,.uni-form .inline-labels select,.uni-form .inline-labels textarea{float:left;width:67%;margin:0}.uni-form .inline-labels .form-hint{clear:both;float:none;width:auto;margin-left:33%;padding-top:.5em}.uni-form .inline-labels .ctrl-holder>ul{float:left;width:67%;margin:0;padding:0}.uni-form .inline-labels .ctrl-holder>ul li{margin:0}.uni-form .inline-labels .ctrl-holder>ul li+li{margin-top:.5em}.uni-form .inline-labels .ctrl-holder>ul label{float:none;display:block;width:100%}.uni-form .inline-labels .ctrl-holder>ul .input-text,.uni-form .inline-labels .ctrl-holder>ul .input-select,.uni-form .inline-labels .ctrl-holder>ul .input-file,.uni-form .inline-labels .ctrl-holder>ul select,.uni-form .inline-labels .ctrl-holder>ul textarea{float:none;display:block;width:100%}.uni-form .inline-labels .ctrl-holder>ul.alternate li{margin-top:0}.uni-form .inline-labels .ctrl-holder>ul.alternate .input-text,.uni-form .inline-labels .ctrl-holder>ul.alternate .input-select,.uni-form .inline-labels .ctrl-holder>ul.alternate .input-file,.uni-form .inline-labels .ctrl-holder>ul.alternate select,.uni-form .inline-labels .ctrl-holder>ul.alternate textarea{width:98%}.uni-form .inline-labels .no-label ul{margin-left:33%}.uni-form .small{width:30%!important}.uni-form .medium{width:45%!important}.uni-form .large{}.uni-form .auto{width:auto!important;height:auto!important}.uni-form .small,.uni-form .medium,.uni-form .auto{margin-right:4px}.uni-form .read-only-label{display:block;margin:0;font-size:1em;font-weight:700}.uni-form .read-only{margin:.5em 0 0}.uni-form .read-only .choice-label{color:#777;text-transform:uppercase;font-size:.8em;letter-spacing:.15em}.uni-form .inline-labels .read-only-label{float:left;position:relative;width:33%;margin:0;padding-right:3%}.uni-form .inline-labels .read-only{float:right;width:67%;margin:0}.uni-form .inline-labels .read-only+.read-only{margin-top:.5em}.uni-form{margin:1.5em 0;padding-top:1px}.uni-form .input-text,.uni-form .input-file,.uni-form .input-select,.uni-form select,.uni-form textarea{width:65%}.uni-form .form-hint{width:33%}.uni-form .ctrl-holder>ul{width:67%}.uni-form .inline-labels .ctrl-holder>label,.uni-form .inline-labels .ctrl-holder>.label{width:33%;padding-right:3%}.uni-form .inline-labels .input-text,.uni-form .inline-labels .input-file,.uni-form .inline-labels .input-select,.uni-form .inline-labels select,.uni-form .inline-labels textarea{width:67%}.uni-form .inline-labels .form-hint{margin-left:33%}.uni-form .inline-labels .ctrl-holder>ul{width:67%}.uni-form .inline-labels .no-label ul{margin-left:33%}.uni-form .uni-form-title{margin:1.5em 0;font-weight:700;font-size:1.25em}.uni-form .ctrl-holder{padding:1em 1em 1.5em;border:1px solid #efefef;border-width:1px 0 0}.uni-form .inline-labels .ctrl-holder{padding:1.5em 1em}.uni-form fieldset .ctrl-holder:last-child{border-bottom-width:1px}.uni-form .ctrl-holder.focused{background:#fffcdf}.uni-form .button-holder{background:#efefef;margin-top:1.5em;padding:1.5em;border-radius:4px}.uni-form .action-primary{padding:1em 2em;line-height:1;background:#254a86;border:1px solid #163362;font-size:12px;font-weight:700;color:#fff;border-radius:4px;text-shadow:-1px -1px 0 rgba(0,0,0,.25)}.uni-form .action-primary:focus,.uni-form .action-primary:hover{background:#2b58a1}.uni-form .action-primary:active{background:#1d3c6d;box-shadow:0 1px 3px rgba(0,0,0,.5) inset}.uni-form .action-secondary{float:right;color:#999}.uni-form button.action-secondary,.uni-form input[type=submit].action-secondary{background:transparent;border:0;color:#999;margin:1em 0 0;padding:0}.uni-form .inline-labels label em,.uni-form .inline-labels .label em{font-style:inherit;font-weight:inherit}.uni-form .input-text,.uni-form textarea{padding:5px;border:1px solid #aaa;background:#fff;border-radius:2px;-webkit-box-shadow:1px 1px 3px rgba(0,0,0,.15) inset;box-shadow:1px 1px 3px rgba(0,0,0,.15) inset}.uni-form .input-text:focus,.uni-form textarea:focus{border-color:#343434}.uni-form textarea{height:12em}.uni-form .ctrl-holder>ul label{margin-top:.35em;font-size:.85em}.uni-form .form-hint{padding-top:.3em;font-size:.85em;color:#999}.uni-form .ctrl-holder.focused .form-hint{color:#343434}.uni-form #errorMsg{background:#ffdfdf;border:1px solid #f3afb5;margin:1.5em 0;padding:0 1.5em;border-radius:4px}.uni-form #errorMsg h3{margin:1em 0 0}.uni-form #errorMsg ol{margin:1.5em 0;padding:0}.uni-form #errorMsg li{list-style:none;margin:0 0 4px;padding:7px;background:#f6bec1;position:relative;font-size:.85em;border-radius:3px}.uni-form .ctrl-holder.error,.uni-form .ctrl-holder.focused.error{background:#ffdfdf;border-color:#f3afb5}.uni-form .ctrl-holder.error input.error,.uni-form .ctrl-holder.error select.error,.uni-form .ctrl-holder.error textarea.error{color:#af4c4c;margin:0 0 6px;padding:4px;border:1px solid #c55f68}.uni-form #okMsg{background:#e1f4cd;border:1px solid #b6cda4;margin:0 0 1.5em;padding:1.5em;text-align:center;border-radius:4px}.uni-form #okMsg p{margin:0}
.sk-circle{margin:40px auto;width:40px;height:40px;position:relative}.sk-circle .sk-child{width:100%;height:100%;position:absolute;left:0;top:0}.sk-circle .sk-child:before{content:'';display:block;margin:0 auto;width:15%;height:15%;background-color:#333;border-radius:100%;-webkit-animation:sk-circleBounceDelay 1.2s infinite ease-in-out both;animation:sk-circleBounceDelay 1.2s infinite ease-in-out both}.sk-circle .sk-circle2{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.sk-circle .sk-circle3{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}.sk-circle .sk-circle4{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sk-circle .sk-circle5{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.sk-circle .sk-circle6{-webkit-transform:rotate(150deg);-ms-transform:rotate(150deg);transform:rotate(150deg)}.sk-circle .sk-circle7{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sk-circle .sk-circle8{-webkit-transform:rotate(210deg);-ms-transform:rotate(210deg);transform:rotate(210deg)}.sk-circle .sk-circle9{-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg)}.sk-circle .sk-circle10{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.sk-circle .sk-circle11{-webkit-transform:rotate(300deg);-ms-transform:rotate(300deg);transform:rotate(300deg)}.sk-circle .sk-circle12{-webkit-transform:rotate(330deg);-ms-transform:rotate(330deg);transform:rotate(330deg)}.sk-circle .sk-circle2:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-circle .sk-circle3:before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-circle .sk-circle4:before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-circle .sk-circle5:before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.sk-circle .sk-circle6:before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-circle .sk-circle7:before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.sk-circle .sk-circle8:before{-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-circle .sk-circle9:before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.sk-circle .sk-circle10:before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.sk-circle .sk-circle11:before{-webkit-animation-delay:-.2s;animation-delay:-.2s}.sk-circle .sk-circle12:before{-webkit-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes sk-circleBounceDelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-circleBounceDelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}
.smform-grid {
width : 100%;
max-width : 1200px;
margin-top: 25px;
clear: both;
}
.smform-gridrow:before, .smform-gridrow:after {
content: "";
display: table;
clear: both;
}
[class*='smformcol-'] {
float: left; 
min-height: 1px; 
width: 16.66%; padding: 12px; 
background-color: #FFDCDC;
}
.smformcol-1{ width: 16.66%; }
.smformcol-2{ width: 33.33%; }
.smformcol-3{ width: 50%;    }
.smformcol-4{ width: 66.66%; }
.smformcol-5{ width: 83.33%; }
.smformcol-6{ width: 100%;   }
.smform-grid-outline, .smform-grid-outline * {
outline: 1px solid #F6A1A1;
}
.smform-multipage-steps-cont {
padding-bottom: 25px;
}
.smform-multipage-steps * {
box-sizing: border-box;
}
.smform-multipage-steps {
padding: 0;
list-style-type: none;
font-family: arial;
font-size: 12px;
clear: both;
line-height: 1em;
margin: 0 -1px;
text-align: center;
}
.smform-multipage-steps li {
float: left;
padding: 10px 30px 10px 40px;
background: #555;
color: #fff;
position: relative;
border-top: 1px solid #666;
border-bottom: 1px solid #666;
width: 32%;
margin: 0 1px;
margin-bottom: 25px;
}
.smform-multipage-steps li:before {
content: '';
border-left: 16px solid #fff;
border-top: 16px solid transparent;
border-bottom: 16px solid transparent;
position: absolute;
top: 0;
left: 0;
}
.smform-multipage-steps li:after {
content: '';
border-left: 16px solid #555;
border-top: 16px solid transparent;
border-bottom: 16px solid transparent;
position: absolute;
top: 0;
left: 100%;
z-index: 20;
}
.smform-multipage-steps li.active {
background: #333;
}
.smform-multipage-steps li.active:after {
border-left-color: #333;
}
.smform {
font-size: 16.5px;
color: #333;
}
.smform input[type="text"], .smform input[type="email"], .smform input[type="url"], .smform input[type="password"], .smform input[type="search"], .smform textarea, .smform input[type="number"] {
padding: 0.5278em;
}
.smform button,.smform input,.smform select,.smform textarea {  font-size: 16px;
}
.smform input:focus,.smform select:focus,.smform textarea:focus { }
.smform-fieldcont .smform-controltextarea {
height: 12em;
}
.smform legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 16px;
line-height: inherit;
color: #333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
.smform legend .smform-title, .smform legend .smsection-title{
font-weight: bolder;
font-size: 24px;
margin-top: 20px;
margin-bottom: 10px;
}
.smform legend .smform-description p, .smform legend .smsection-description p{
line-height: 1.6;
margin: 0 0 10px;
}
.smform-labelhidden {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0,0,0,0);
border: 0;
}
.smform-field-sizesmall {
width: 30% !important;
}
.smform-field-sizemedium {
width: 50% !important;
}
.smform-field-sizelarge {
width: 100% !important;
}
.smform-fieldcont {
margin-bottom: 25px !important;
}
.smform-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.smform-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.smform-field-label.required:after {
content: "*";
color: red;
}
.smform-field-label {
cursor: pointer; display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: 700;
}
.smform-submitbtn-cont input{
margin-top: 15px;
}
.smInlineForm span {
float: left;
margin: 0;
margin-right: 5px;
}
.smInlineForm label {
margin: 0;
padding: 0;
}
.smInlineForm.smInlineFormDate span{
width: 63px;
}
.smInlineFormAddress span {
margin-bottom: 15px !important;
}
.smFormAddressMargin{ margin-bottom: 15px !important; }
.smform-fieldcont[data-rule="enabled"] {
display: none;
}
.smform-ajax-spinner{
display: inline-block;
margin-left: 20px !important;
}
.smform-ajax-spinner .sk-circle{
display: none;
}
.smform-ajax-msg {
display: none;
padding: 15px !important;
margin-bottom: 20px !important;
border: 1px solid transparent;
border-radius: 4px;
color: #3c763d;
background-color: #dff0d8;
border: 1px solid #d6e9c6;
margin-top: 20px !important;
line-height: 1.6;
text-align: justify;
}
.smform-errors-cont {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
display: none;
margin-top: 15px !important;
margin-bottom: 15px !important;
padding: 15px !important;
}
.smform-error-field-label {
font-weight: bold !important;
}
.smform-labelposleft .smform-controllabelpos, .smform-labelposleft .smFormInlineFormCont {
display: inline-block !important;
}
.smform-labelposleft .smform-field-label {
margin-bottom: 0;
vertical-align: middle;
margin-right: 10px !important;
width: 150px;
}
.smform-labelposleft .smform-controllabelpos-radio {
display: inline !important;
margin-right: 10px !important;
}
.smform-controllabelpos-radio { border: 0px; box-shadow: none; }
.smform-fieldcont label.error { color: red; }
.smform-fieldconttextarea textarea { height: 220px; }
.smform-labelpostop .smform-pull-left {
clear: both;
display: inline-block !important;
overflow: hidden;
width: 45%;
}
.smform-labelpostop .smform-pull-left input[type="text"], .smform-labelpostop .smform-pull-left input[type="email"], .smform-labelpostop .smform-pull-left input[type="url"], .smform-labelpostop .smform-pull-left input[type="password"], .smform-labelpostop .smform-pull-left input[type="search"], .smform-labelpostop .smform-pull-left textarea, .smform-labelpostop .smform-pull-left input[type="number"] {
width: 92% !important;
}
.smform-labelpostop .smform-pull-right {
clear: both;
display: inline-block !important;
overflow: hidden;
width: 45%;
float: right !important;
}
.smform-labelpostop .smform-pull-right input[type="text"], .smform-labelpostop .smform-pull-right input[type="email"], .smform-labelpostop .smform-pull-right input[type="url"], .smform-labelpostop .smform-pull-right input[type="password"], .smform-labelpostop .smform-pull-right input[type="search"], .smform-labelpostop .smform-pull-right textarea, .smform-labelpostop .smform-pull-right input[type="number"] {
width: 92% !important;
}
.smform-labelpostop .smform-layout-col1 {
clear: both;
display: inline-block !important;
overflow: hidden;
width: 30%;
vertical-align:top
}
.smform-labelpostop .smform-layout-col1 input[type="text"], .smform-labelpostop .smform-layout-col1 input[type="email"], .smform-labelpostop .smform-layout-col1 input[type="url"], .smform-labelpostop .smform-layout-col1 input[type="password"], .smform-labelpostop .smform-layout-col1 input[type="search"], .smform-labelpostop .smform-layout-col1 textarea, .smform-labelpostop .smform-layout-col1 input[type="number"] {
width: 92% !important;
}
.smform-labelpostop .smform-layout-col2 {
clear: both;
display: inline-block !important;
overflow: hidden;
width: 30%;
vertical-align:top
}
.smform-labelpostop .smform-layout-col2 input[type="text"], .smform-labelpostop .smform-layout-col2 input[type="email"], .smform-labelpostop .smform-layout-col2 input[type="url"], .smform-labelpostop .smform-layout-col2 input[type="password"], .smform-labelpostop .smform-layout-col2 input[type="search"], .smform-labelpostop .smform-layout-col2 textarea, .smform-labelpostop .smform-layout-col2 input[type="number"] {
width: 92% !important;
}
.smform-labelpostop .smform-layout-col3 {
clear: both;
display: inline-block !important;
overflow: hidden;
width: 30%;
vertical-align:top
}
.smform-labelpostop .smform-layout-col3 input[type="text"], .smform-labelpostop .smform-layout-col3 input[type="email"], .smform-labelpostop .smform-layout-col3 input[type="url"], .smform-labelpostop .smform-layout-col3 input[type="password"], .smform-labelpostop .smform-layout-col3 input[type="search"], .smform-labelpostop .smform-layout-col3 textarea, .smform-labelpostop .smform-layout-col3 input[type="number"] {
width: 92% !important;
}
.smform-labelpostop .smform-multicol-checkbox .smform-checkbox-cont, .smform-labelpostop .smform-multicol-radio .smform-radio-cont {
height: 25%;
-webkit-columns: 10em 3;
-moz-columns: 10em 3;
columns: 10em 3;
-webkit-column-fill: auto;
-moz-column-fill: auto;
column-fill: auto;
}
.smform-labelpostop .smform-multicol-radio .smform-radio-cont .radio {
display: inline-block;
}
.smform-fieldcont { clear: both; }
.smform-labelposleft .smform-fix-inline-label-pos .smform-field-label {
float: left;
}
.smform-labelposleft .smform-fieldcontname.smform-fix-inline-label-pos .smFormInlineFormCont{
width: 70% !important;
}
.smform-labelposleft .smform-fieldcontaddress.smform-fix-inline-label-pos .smFormInlineFormCont{
width: 70%;
}
.smform-text-align-center.smform-fieldcontcustomText {
text-align: center;
}@font-face {
font-family: 'gobold';
font-style: normal;
src: url(//www.diaryofaminecraftzombie.com/wp-content/uploads/useanyfont/160329052930GoBold.eot);
src: local('gobold'), url(//www.diaryofaminecraftzombie.com/wp-content/uploads/useanyfont/160329052930GoBold.eot) format('embedded-opentype'), url(//www.diaryofaminecraftzombie.com/wp-content/uploads/useanyfont/160329052930GoBold.woff) format('woff');
}
.gobold{font-family: 'gobold' !important;}div.logooos_container {
display:block;
}
div.logooos {
display:block;
margin:0px;
padding:0px;
width:100%;
line-height:0px !important;
font-size:0px;
}
div.logooos div.logooos_item {
position:relative !important;
display: none;
width: 25%;
height:200px;
background-color: #fff;
overflow:hidden;
outline:none;
z-index:1;
-webkit-transition: box-shadow 0.5s, border-color 0.5s;
-moz-transition: box-shadow 0.5s, border-color 0.5s;
-o-transition: box-shadow 0.5s, border-color 0.5s;
-ms-transition: box-shadow 0.5s, border-color 0.5s;
transition: box-shadow 0.5s, border-color 0.5s;
}
div.logooos div.logooos_item.logooos_loading a {
background-image:url(/wp-content/plugins/wp_logooos_plugin/images/logooos_loader.gif) !important;
-webkit-background-size: auto !important;
-moz-background-size: auto !important;
background-size: auto !important;
}
div.logooos div.logooos_item a {
display:block;
width:100%;
height:100%;
position:relative;
margin:0px;
padding:0px;
outline:none;
text-align: center;
color:transparent !important;
background-repeat:no-repeat;
background-position:center center;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
-ms-transition: none;
transition: none;
}
div.logooos div.logooos_item a:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
visibility:hidden;
}
div.logooos div.logooos_item a .logooos_effectspan {
display:block;
width:100%;
height:100%;
position:absolute;
top:0px;
left:0px;
z-index:5;
margin:-3px;
padding:3px;
-webkit-transition: box-shadow 0.5s;
-moz-transition: box-shadow 0.5s;
-o-transition: box-shadow 0.5s;
-ms-transition: box-shadow 0.5s;
transition: box-shadow 0.5s;
}
div.logooos div.logooos_item a img{
padding:0px;
margin:0px;
float:none;
display:inline-block;
vertical-align:middle;
border:none;
-webkit-box-shadow: none;
box-shadow: none;
box-shadow: none \0/IE9; -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
div.logooos div.logooos_item.logooos_loading img {
display:none;
} div.logooos.logooos_border div.logooos_item {
border: 1px solid #DCDCDC;
margin: 0px -1px -1px 0px;
}
div.logooos.logooos_no_border div.logooos_item {
border: 1px solid transparent;
margin: 0px -1px -1px 0px;
} div.logooos.logooos_no_radius div.logooos_item,
div.logooos.logooos_no_radius div.logooos_item a .logooos_effectspan { 
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
div.logooos.logooos_small_radius div.logooos_item {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
div.logooos.logooos_small_radius div.logooos_item a ,
div.logooos.logooos_small_radius div.logooos_item a .logooos_effectspan {
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
}
div.logooos.logooos_medium_radius div.logooos_item {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
div.logooos.logooos_medium_radius div.logooos_item a ,
div.logooos.logooos_medium_radius div.logooos_item a .logooos_effectspan{
-webkit-border-radius: 16px;
-moz-border-radius: 16px;
border-radius: 16px;
}
div.logooos.logooos_large_radius div.logooos_item {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
div.logooos.logooos_large_radius div.logooos_item a ,
div.logooos.logooos_large_radius div.logooos_item a .logooos_effectspan {
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
} div.logooos.effect1 div.logooos_item:hover,
div.logooos.effect3 div.logooos_item:hover {
position:relative;
z-index:2;
} div.logooos.logooos_grayscale div.logooos_item a {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); filter: gray; -webkit-filter: grayscale(100%); }
div.logooos.logooos_grayscale div.logooos_item:hover a {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
-webkit-filter: grayscale(0%);
} a.logooos_next,
a.logooos_prev {
display:block;
width:27px;
height:27px;
position:absolute;
outline: none !important;
z-index:10;
background-repeat:no-repeat;
background-color:#FFFFFF;
border:1px solid #dcdcdc;
-webkit-border-radius: 10%;
-moz-border-radius: 10%;
border-radius: 10%;
-webkit-transition: background-position .3s;
-moz-transition: background-position .3s;
-o-transition: background-position .3s;
-ms-transition: background-position .3s;
transition: background-position .3s;
}
a.logooos_next {
right:0px;
background-image:url(/wp-content/plugins/wp_logooos_plugin/images/next.png);
background-position:right top;
}
a.logooos_next:hover {
background-position:left top;
}
a.logooos_prev {
left:0px;
background-image:url(/wp-content/plugins/wp_logooos_plugin/images/prev.png);
background-position:left top;
}
a.logooos_prev:hover {
background-position:right top;
}  a.logooos_next.logooos_lightgrayarrows {
background-position:right top;
}
a.logooos_next.logooos_lightgrayarrows:hover {
background-position:left top;
}
a.logooos_prev.logooos_lightgrayarrows {
background-position:left top;
}
a.logooos_prev.logooos_lightgrayarrows:hover {
background-position:right top;
} a.logooos_next.logooos_darkgrayarrows {
background-position:right center;
}
a.logooos_next.logooos_darkgrayarrows:hover {
background-position:left center;
}
a.logooos_prev.logooos_darkgrayarrows {
background-position:left center;
}
a.logooos_prev.logooos_darkgrayarrows:hover {
background-position:right center;
} a.logooos_next.logooos_whitearrows {
background-position:right bottom;
}
a.logooos_next.logooos_whitearrows:hover {
background-position:left bottom;
}
a.logooos_prev.logooos_whitearrows {
background-position:left bottom;
}
a.logooos_prev.logooos_whitearrows:hover {
background-position:right bottom;
} div.logooos.logooos_list div.logooos_item {
float:left;
width:180px;
z-index:10;
}
div.logooos.logooos_list div.logooos_textcontainer {
line-height:1.8;
color:#777777;
margin-bottom:30px;
min-height:120px;
}
div.logooos.logooos_list div.logooos_textcontainer.logooos_withoutMinHeight {
min-height:0px !important;
padding-bottom:0px !important;
}
div.logooos.logooos_list.logooos_listborder div.logooos_textcontainer {
padding-bottom:30px;
border-bottom:1px dashed #DCDCDC;
}
div.logooos.logooos_list.logooos_listborder div.logooos_textcontainer:last-child {
padding-bottom:0px;
margin-bottom:0px;
border-bottom-style:none;
border-bottom-width:0px;
}
div.logooos.logooos_list div.logooos_textcontainer div.logooos_title {
font-weight:bold;
font-size:15px;
margin-bottom:10px;
margin-left:210px;
}
div.logooos.logooos_list div.logooos_textcontainer div.logooos_text {
font-size:12px;
margin-left:210px;
}
div.logooos.logooos_list div.logooos_textcontainer div.logooos_text p {
margin-top:20px;
padding-top:0px;
margin-bottom:0px;
padding-bottom:0px;
}
div.logooos.logooos_list div.logooos_textcontainer div.logooos_text p:first-child {
margin-top:0px;
padding-top:0px;
}
div.logooos.logooos_list div.logooos_textcontainer div.logooos_text a.logooos_morelink {
color:#999999;
text-decoration:none;
margin-top:20px;
display:inline-block;
}
div.logooos.logooos_list div.logooos_textcontainer div.logooos_text a.logooos_morelink:hover {
text-decoration:underline;
cursor:pointer;
}
div.logooos.logooos_list div.logooos_detailsarea {
margin-bottom:30px;
} div.logooos_tooltip {
position:absolute;
text-align:center;
max-width:200px;
z-index:1000;
}
div.logooos_tooltip span.logooos_tooltipText {
font-size:12px;
font-family:Tahoma;
color:#ffffff;
background-color: #666666;
padding: 5px 15px;
margin:10px 0px 10px 0px;
display:inline-block;
position:relative;
line-height:1.8;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
div.logooos_tooltip span.logooos_tooltipText span.logooos_tooltipArrow {
position:absolute;
background-image:url(/wp-content/plugins/wp_logooos_plugin/images/arrow.png);
background-repeat:no-repeat;
display:block;
width:100%;
height:7px;
left:0px;
margin:-1px 0px;
padding:1px 0px;
} .logooos_showdetails .logooos_item:hover {
cursor:pointer;
}
.logooos_detailsarea {
display:none;
position:relative;
margin:-1px -1px -1px 0px;
}
.logooos_grid .logooos_detailsarea {
margin:0px -1px -1px 0px;
}
.logooos_list .logooos_detailsarea {
margin:0px;
}
.logooos_detailsarea .logooos_detailsarea_container {
padding:30px;
color:#777777;
line-height:1.8;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.logooos_detailsarea .logooos_detailsarea_closeBtn {
position:absolute;
top:30px;
right:30px;
outline:none;
}
.logooos_detailsarea .logooos_detailsarea_container .logooos_detailsarea_img {
width:200px;
height:130px;
background-repeat: no-repeat;
background-position: center center;
float:left;
}
.logooos_detailsarea .logooos_detailsarea_container .logooos_detailsarea_title {
font-size:15px;
font-weight: bold;
margin:0px 0px 10px 230px;
}
.logooos_detailsarea .logooos_detailsarea_container .logooos_detailsarea_text {
font-size:13px;
margin-left:230px;
}
.logooos_detailsarea .logooos_detailsarea_container .logooos_detailsarea_text p {
font-family:inherit;
font-size:inherit;
color:inherit;
}
.logooos_detailsarea .logooos_detailsarea_container p:last-child {
margin-bottom:0px;
} .logooos_detailsarea.logooos_withoutLogo .logooos_detailsarea_container .logooos_detailsarea_title {
margin:0px 0px 10px 0px;
}
.logooos_detailsarea.logooos_withoutLogo .logooos_detailsarea_container .logooos_detailsarea_text {
margin-left:0px;
}
.logooos_detailsarea.logooos_withoutLogo .logooos_detailsarea_container .logooos_detailsarea_img {
display:none;
} div.logooos_detailsarea.logooos_no_radius div.logooos_detailsarea_container,
div.logooos_detailsarea.logooos_no_radius div.logooos_detailsarea_img { 
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
div.logooos_detailsarea.logooos_small_radius div.logooos_detailsarea_container,
div.logooos_detailsarea.logooos_small_radius div.logooos_detailsarea_img {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
div.logooos_detailsarea.logooos_medium_radius div.logooos_detailsarea_container,
div.logooos_detailsarea.logooos_medium_radius div.logooos_detailsarea_img {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
div.logooos_detailsarea.logooos_large_radius div.logooos_detailsarea_container,
div.logooos_detailsarea.logooos_large_radius div.logooos_detailsarea_img {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
} .logooos_detailsarea.logooos_small_width .logooos_detailsarea_container .logooos_detailsarea_img {
width:auto;
float:none;
margin-bottom:30px;
margin-top:45px;
}
.logooos_detailsarea.logooos_small_width .logooos_detailsarea_container .logooos_detailsarea_title {
margin:0px 0px 10px 0px;
padding-top:0px !important;
}
.logooos_detailsarea.logooos_small_width .logooos_detailsarea_container .logooos_detailsarea_text {
margin-left:0px;
}  @media (max-width: 1024px), (max-device-width: 1024px) {
a.logooos_next {
display:block !important;
}
a.logooos_prev {
display:block !important;
}
}.mc4wp-form input[name^=_mc4wp_honey]{display:none!important}.mc4wp-form-theme{margin:1em 0}.mc4wp-form-theme label,.mc4wp-form-theme input{box-sizing:border-box;cursor:auto;vertical-align:baseline;width:auto;height:auto;line-height:normal;display:block}.mc4wp-form-theme label:after,.mc4wp-form-theme input:after{content:"";clear:both;display:table}.mc4wp-form-theme label{margin-bottom:6px;font-weight:700;display:block}.mc4wp-form-theme input[type=text],.mc4wp-form-theme input[type=email],.mc4wp-form-theme input[type=tel],.mc4wp-form-theme input[type=url],.mc4wp-form-theme input[type=date],.mc4wp-form-theme textarea,.mc4wp-form-theme select{vertical-align:middle;text-shadow:none;background:#fff;border:1px solid #ccc;border-radius:2px;outline:0;width:100%;max-width:480px;height:auto;min-height:32px;padding:8px 16px;line-height:1.42857;color:#555!important}.mc4wp-form-theme textarea{height:auto}.mc4wp-form-theme input[readonly],.mc4wp-form-theme input[disabled]{background-color:#eee}.mc4wp-form-theme input[type=number]{min-width:40px}.mc4wp-form-theme input[type=checkbox],.mc4wp-form-theme input[type=radio]{border:0;width:13px;height:13px;margin:0 6px 0 0;padding:0;display:inline-block;position:relative}.mc4wp-form-theme input[type=checkbox]{-webkit-appearance:checkbox;-moz-appearance:checkbox;appearance:checkbox}.mc4wp-form-theme input[type=radio]{-webkit-appearance:radio;-moz-appearance:radio;appearance:radio}.mc4wp-form-theme button,.mc4wp-form-theme input[type=submit],.mc4wp-form-theme input[type=button]{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:center;white-space:nowrap;vertical-align:middle;user-select:none;text-shadow:none;filter:none;background:0 0;border:1px solid #0000;border-radius:2px;width:auto;height:auto;padding:8px 16px;font-weight:400;line-height:1.42857;display:inline-block}.mc4wp-form-theme button:hover,.mc4wp-form-theme input[type=submit]:hover,.mc4wp-form-theme input[type=button]:hover,.mc4wp-form-theme button:focus,.mc4wp-form-theme input[type=submit]:focus,.mc4wp-form-theme input[type=button]:focus{color:#333;background:0 0;outline:0;text-decoration:none}.mc4wp-form-theme label>span,.mc4wp-form-theme li>label{font-weight:400}.mc4wp-alert{color:#c09853;clear:both}.mc4wp-success{color:#468847}.mc4wp-notice{color:#3a87ad}.mc4wp-error{color:#cd5c5c}.rtl .mc4wp-form-theme input[type=checkbox],.rtl .mc4wp-form-theme input[type=radio]{margin:0 0 0 6px}.mc4wp-form-theme-dark button,.mc4wp-form-theme-dark input[type=submit],.mc4wp-form-theme-dark input[type=button]{border-color:#1e1e1e;color:#fff!important;background-color:#444!important}.mc4wp-form-theme-dark button:hover,.mc4wp-form-theme-dark input[type=submit]:hover,.mc4wp-form-theme-dark input[type=button]:hover,.mc4wp-form-theme-dark button:focus,.mc4wp-form-theme-dark input[type=submit]:focus,.mc4wp-form-theme-dark input[type=button]:focus{border-color:#000;color:#fff!important;background-color:#1e1e1e!important}.mc4wp-form-theme-dark input[type=text]:focus,.mc4wp-form-theme-dark input[type=email]:focus,.mc4wp-form-theme-dark input[type=tel]:focus,.mc4wp-form-theme-dark input[type=url]:focus,.mc4wp-form-theme-dark input[type=date]:focus,.mc4wp-form-theme-dark textarea:focus,.mc4wp-form-theme-dark select:focus{border-color:#6a6a6a}.mc4wp-form-theme-light button,.mc4wp-form-theme-light input[type=submit],.mc4wp-form-theme-light input[type=button]{border-color:#d9d9d9;color:#000!important;background-color:#fff!important}.mc4wp-form-theme-light button:hover,.mc4wp-form-theme-light input[type=submit]:hover,.mc4wp-form-theme-light input[type=button]:hover,.mc4wp-form-theme-light button:focus,.mc4wp-form-theme-light input[type=submit]:focus,.mc4wp-form-theme-light input[type=button]:focus{border-color:#b3b3b3;color:#000!important;background-color:#d9d9d9!important}.mc4wp-form-theme-light input[type=text]:focus,.mc4wp-form-theme-light input[type=email]:focus,.mc4wp-form-theme-light input[type=tel]:focus,.mc4wp-form-theme-light input[type=url]:focus,.mc4wp-form-theme-light input[type=date]:focus,.mc4wp-form-theme-light textarea:focus,.mc4wp-form-theme-light select:focus{border-color:#d9d9d9}.mc4wp-form-theme-red button,.mc4wp-form-theme-red input[type=submit],.mc4wp-form-theme-red input[type=button]{border-color:#b52b27;color:#fff!important;background-color:#d9534f!important}.mc4wp-form-theme-red button:hover,.mc4wp-form-theme-red input[type=submit]:hover,.mc4wp-form-theme-red input[type=button]:hover,.mc4wp-form-theme-red button:focus,.mc4wp-form-theme-red input[type=submit]:focus,.mc4wp-form-theme-red input[type=button]:focus{border-color:#761c19;color:#fff!important;background-color:#b52b27!important}.mc4wp-form-theme-red input[type=text]:focus,.mc4wp-form-theme-red input[type=email]:focus,.mc4wp-form-theme-red input[type=tel]:focus,.mc4wp-form-theme-red input[type=url]:focus,.mc4wp-form-theme-red input[type=date]:focus,.mc4wp-form-theme-red textarea:focus,.mc4wp-form-theme-red select:focus{border-color:#e7908e}.mc4wp-form-theme-blue button,.mc4wp-form-theme-blue input[type=submit],.mc4wp-form-theme-blue input[type=button]{border-color:#2a6496;color:#fff!important;background-color:#428bca!important}.mc4wp-form-theme-blue button:hover,.mc4wp-form-theme-blue input[type=submit]:hover,.mc4wp-form-theme-blue input[type=button]:hover,.mc4wp-form-theme-blue button:focus,.mc4wp-form-theme-blue input[type=submit]:focus,.mc4wp-form-theme-blue input[type=button]:focus{border-color:#193c5a;color:#fff!important;background-color:#2a6496!important}.mc4wp-form-theme-blue input[type=text]:focus,.mc4wp-form-theme-blue input[type=email]:focus,.mc4wp-form-theme-blue input[type=tel]:focus,.mc4wp-form-theme-blue input[type=url]:focus,.mc4wp-form-theme-blue input[type=date]:focus,.mc4wp-form-theme-blue textarea:focus,.mc4wp-form-theme-blue select:focus{border-color:#7eb0db}.mc4wp-form-theme-green button,.mc4wp-form-theme-green input[type=submit],.mc4wp-form-theme-green input[type=button]{border-color:#3d8b3d;color:#fff!important;background-color:#5cb85c!important}.mc4wp-form-theme-green button:hover,.mc4wp-form-theme-green input[type=submit]:hover,.mc4wp-form-theme-green input[type=button]:hover,.mc4wp-form-theme-green button:focus,.mc4wp-form-theme-green input[type=submit]:focus,.mc4wp-form-theme-green input[type=button]:focus{border-color:#255625;color:#fff!important;background-color:#3d8b3d!important}.mc4wp-form-theme-green input[type=text]:focus,.mc4wp-form-theme-green input[type=email]:focus,.mc4wp-form-theme-green input[type=tel]:focus,.mc4wp-form-theme-green input[type=url]:focus,.mc4wp-form-theme-green input[type=date]:focus,.mc4wp-form-theme-green textarea:focus,.mc4wp-form-theme-green select:focus{border-color:#91cf91}.mbt-book {
clear: both;
padding-bottom: 10px;
font-family: Helvetica, sans-serif
}
.mbt-book .mbt-book-right {
float: left;
width: 75%;
}
.mbt-book .mbt-affiliate-disclaimer,
.mbt-book .mbt-affiliate-disclaimer a {
color: gray;
font-size: 10px;
font-style: italic;
}
.mbt-book .mbt-affiliate-disclaimer {
padding: 10px 0px;
clear: both;
}   .mbt-breadcrumbs {
padding: 0px 0px 10px 0px;
color: #666;
font-family: Helvetica, sans-serif;
}
.mbt-breadcrumbs a {
color: #666;
text-decoration: none;
border: none;
}
.mbt-breadcrumbs a:hover {
color: #333;
text-decoration: underline;
border: none;
}   .mbt-book .mbt-book-images {
float: left;
width: 25%;
}
.mbt-book .mbt-book-images .mbt-book-image {
width: 100%;
border-radius: 0px;
box-shadow: none;
border: none;
background: transparent;
padding: 0;
margin: 0;
}   .mbt-book .mbt-book-title {
clear: none;
margin: 0 0 0 33px;
padding: 0;
color: #484949;
font-size: 25px;
font-weight: bold;
line-height: 1.3;
background: none;
}
.mbt-book .mbt-book-title a {
color: #484949;
font-size: 25px;
font-weight: bold;
text-decoration: none;
border: none;
}
.mbt-book .mbt-book-title a:hover {
color: #484949;
font-size: 25px;
font-weight: bold;
text-decoration: underline;
border: none;
}   .mbt-book .mbt-book-price {
margin: 10px 0px 10px 33px;
font-size: 16px;
font-weight: bold;
color: #484949;
}
.mbt-book .mbt-book-price .mbt-old-price  {
text-decoration: line-through;
color: #AEAEAE;
margin-right: 10px;
}
.mbt-book .mbt-book-price .mbt-new-price  {
color: #484949;
}   .mbt-book .mbt-book-meta {
font-size: 14px;
line-height: 1.5;
margin-left: 33px;
}
.mbt-book .mbt-book-meta .mbt-meta-title {
font-weight: bold;
}
.mbt-book .mbt-book-meta a {
font-weight: 600;
}   .mbt-book .mbt-book-blurb {
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
background: white;
border: 1px solid #E0E2E2;
font-size: 14px;
color: #484949;
line-height: 21px;
margin: 10px 0px 0px 10px;
padding: 15px 23px;
min-height: 50px;
}
.mbt-book .mbt-book-blurb a {
color: #484949;
font-weight: 600;
text-decoration: none;
}
.mbt-book .mbt-book-blurb a:hover {
text-decoration: underline;
}
.mbt-book a.mbt-book-sample {
font-family: Helvetica, sans-serif;
font-weight: bold;
font-size: 14px;
line-height: 14px;
vertical-align: middle;
color: white;
text-align: center;
text-decoration: none;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
border: 1px solid #345873;
border-radius: 5px;
background-color: #36738d;
background-image: -moz-linear-gradient(top,  #36738d 0%, #2f5a79 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#36738d), color-stop(100%,#2f5a79));
background-image: -webkit-linear-gradient(top,  #36738d 0%,#2f5a79 100%);
background-image: -o-linear-gradient(top,  #36738d 0%,#2f5a79 100%);
background-image: -ms-linear-gradient(top,  #36738d 0%,#2f5a79 100%);
background-image: linear-gradient(to bottom,  #36738d 0%,#2f5a79 100%);
-webkit-box-shadow: inset 1px 1px 0 rgba(141,184,211,0.7);
box-shadow: inset 1px 1px 0 rgba(141,184,211,0.7);
display: inline-block;
margin: 0;
margin-top: 10px;
padding: 6px 15px;
min-width: 70px;
}   .mbt-book .mbt-book-buybuttons {
margin: 15px 0px 0px 20px;
}
.mbt-book .mbt-book-buybuttons .mbt-book-buybutton {
width: auto;
float: left;
clear: none;
padding: 5px 10px 0px 0px;
vertical-align: top;
}
.mbt-book .mbt-book-buybuttons .mbt-book-buybutton a {
vertical-align: top;
}
.mbt-book .mbt-book-buybuttons .mbt-book-buybutton img {
background: transparent;
border: none;
height: auto;
width: auto;
border-radius: 0px;
box-shadow: none;
vertical-align: bottom;
padding: 0;
margin: 0;
opacity: 1;
}
.mbt-book .mbt-book-buybuttons-textonly {
clear: both;
padding: 15px 0px 0px 0px;
}
.mbt-book .mbt-book-buybuttons-textonly h3  {
margin: 0px;
padding: 0px;
}
.mbt-book .mbt-book-buybuttons-textonly ul {
list-style-position: inside;
list-style-type: disc;
margin: 5px 0 5px 0;
padding: 0 0 0 10px
}
.mbt-book .mbt-book-buybuttons-textonly ul li {
list-style-position: inside;
list-style-type: disc;
background: none;
padding: 0;
margin: 0;
}
.mbt-book .mbt-book-buybuttons-textonly ul li a {
vertical-align: middle;
font-size: 15px;
line-height: 15px;
}   .mbt-book .mbt-book-overview {
width: 100%;
clear: both;
float: left;
border-top: 1px solid #E0E2E2;
padding-top: 20px;
margin-top: 25px;
font-size: 14px;
line-height: 21px;
}
.mbt-book .mbt-book-overview .mbt-book-overview-title {
margin: 0;
padding: 0;
padding-bottom: 15px;
font-size: 25px;
color: black;
font-weight: normal;
line-height: 1.3;
letter-spacing: 0;
text-transform: none;
}   .mbt-book .mbt-book-socialmedia-bar {
clear: both;
padding-top: 10px;
}
.mbt-book .mbt-book-socialmedia-badges {
float: right;
padding-left: 5px;
}   .mbt-book .mbt-book-series {
font-size: 13px;
background: #F8F8F8;
border: 1px solid #E1E3E3;
border-radius: 2px;
margin: 15px 10px 5px 10px;
padding: 15px 0px 15px 20px;
}
.mbt-book .mbt-book-series .mbt-book-series-title {
font-size: 16px;
font-weight: bold;
color: #484949;
}
.mbt-book .mbt-book-series .mbt-book {
display: inline-block;
padding: 15px 20px 5px 0px;
margin: 0px;
text-align: center;
float: left;
clear: none;
border: none;
height: 175px;
width: 120px;
overflow: hidden;
box-sizing: content-box;
}
.mbt-book .mbt-book-series .mbt-book .mbt-book-title {
font-size: 14px;
font-weight: bold;
clear: both;
padding: 0px;
margin: 0px;
width: 120px;
height: 55px;
overflow: hidden;
}
.mbt-book .mbt-book-series .mbt-book .mbt-book-title a {
font-size: 14px;
font-weight: bold;
}
.mbt-book .mbt-book-series .mbt-book .mbt-book-title a:hover {
font-size: 14px;
font-weight: bold;
}
.mbt-book .mbt-book-series .mbt-book .mbt-book-images {
margin: 10px;
}
.mbt-book .mbt-book-series .mbt-book .mbt-book-images a {
border: none;
}   .mbt-book #mbt_kindle_instant_preview_box {
margin: 15px 10px 5px 10px;
width: 100%;
height: 300px;
}   .mbt-book .mbt-find-bookstore {
font-size: 13px;
background: #F8F8F8;
border: 1px solid #E1E3E3;
border-radius: 2px;
margin: 15px 10px 5px 10px;
padding: 15px 20px;
text-align: center;
}
.mbt-book .mbt-find-bookstore .mbt-find-bookstore-title {
font-size: 16px;
font-weight: bold;
color: #484949;
padding-bottom: 10px;
}
.mbt-book .mbt-find-bookstore input {
padding: 4px 6px;
margin: 3px;
vertical-align: baseline;
width: auto;
display: inline-block;
}   .mbt-book #goodreads-widget {
font-family: georgia, serif;
background-color: white;
margin-top: 30px;
padding: 20px;
clear: both;
}
.mbt-book #goodreads-widget h1 {
font-weight:normal;
font-size: 16px;
border-bottom: 1px solid #BBB596;
margin-bottom: 0;
margin: 0px;
padding: 0px;
background: 0px;
}
.mbt-book #goodreads-widget a {
text-decoration: none;
border: none;
color:#660;
margin: 0px;
padding: 0px;
background: 0px;
}
.mbt-book #goodreads-widget a:hover { text-decoration: underline; }
.mbt-book #goodreads-widget a:active {
color:#660;
}
.mbt-book #gr_footer {
width: 100%;
border-top: 1px solid #BBB596;
text-align: right;
}
.mbt-book #goodreads-widget .gr_branding{
color: #382110;
font-size: 11px;
text-decoration: none;
font-family: verdana, arial, helvetica, sans-serif;
}
.mbt-book #goodreads-widget iframe {
width: 100%;
}   .mbt-book-archive-header .mbt-book-archive-image {
float: left;
width: 15%;
padding: 0 24px 25px 0;
border-radius: 0px;
box-shadow: none;
border: none;
background: transparent;
margin: 0;
}
.mbt-book-archive-header .mbt-book-archive-title {
clear: none;
width: 75%;
float: left;
padding: 0px 0px 15px 0px;
margin: 0px;
background: transparent;
color: #484949;
font-size: 30px;
font-weight: normal;
line-height: 1.3;
}
.mbt-book-archive-header .mbt-book-archive-description {
clear: none;
width: 75%;
float: left;
font-size: 14px;
line-height: 1.5;
padding: 0px 0px 25px 0px;
position: relative;
}
.mbt-book-archive {
clear: both;
}
.mbt-book-archive .mbt-book {
margin-bottom: 40px;
border-bottom: 1px solid #E0E2E2;
}
.mbt-book-archive-pagination {
clear: both;
text-align: center;
}
.mbt-book-archive-pagination a,
.mbt-book-archive-pagination a:link,
.mbt-book-archive-pagination a:visited,
.mbt-book-archive-pagination a:hover {
font-family: Helvetica, sans-serif;
font-weight: bold;
font-size: 14px;
line-height: 14px;
vertical-align: middle;
color: white;
text-align: center;
text-decoration: none;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
border: 1px solid #345873;
border-radius: 5px;
background-color: #36738d;
background-image: -moz-linear-gradient(top,  #36738d 0%, #2f5a79 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#36738d), color-stop(100%,#2f5a79));
background-image: -webkit-linear-gradient(top,  #36738d 0%,#2f5a79 100%);
background-image: -o-linear-gradient(top,  #36738d 0%,#2f5a79 100%);
background-image: -ms-linear-gradient(top,  #36738d 0%,#2f5a79 100%);
background-image: linear-gradient(to bottom,  #36738d 0%,#2f5a79 100%);
-webkit-box-shadow: inset 1px 1px 0 rgba(141,184,211,0.7);
box-shadow: inset 1px 1px 0 rgba(141,184,211,0.7);
display: inline-block;
margin: 0px 5px 0px 0px;
padding: 6px 8px;
}
.mbt-book-archive-pagination a:hover {
text-decoration: underline;
}
.mbt-book-archive-pagination span {
font-family: Helvetica, sans-serif;
font-weight: bold;
font-size: 14px;
line-height: 14px;
vertical-align: middle;
color: #214756;
text-align: center;
text-decoration: none;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
display: inline-block;
margin: 0px 5px 0px 0px;
padding: 6px 8px;
}
.mbt-book-archive-pagination .mbt-book-archive-pagination-next {
margin-left: 5px;
padding: 6px 15px;
}
.mbt-book-archive-pagination .mbt-book-archive-pagination-previous {
margin-right: 10px;
padding: 6px 15px;
}
@media only screen and (max-width: 600px) {
.mbt-book .mbt-book-images {
float: none;
margin: auto;
margin-bottom: 15px;
width: 40%;
}
.mbt-book .mbt-book-right {
float: none;
width: 100%;
}
}   .mbt-featured-book-widget {
padding: 6px;
padding-bottom: 0px;
text-align: center;
}
.mbt-featured-book-widget .mbt-featured-book-widget-book {
padding-bottom: 30px;
}
.mbt-featured-book-widget .mbt-book-title {
margin: 0 5px 15px 0;
text-align: center;
}
.mbt-featured-book-widget .mbt-book-title a {
color: inherit;
text-decoration: none;
font-size: 18px;
border: none;
}
.mbt-featured-book-widget .mbt-book-title a:hover {
color: inherit;
text-decoration: underline;
font-size: 18px;
border: none;
}
.mbt-featured-book-widget .mbt-book-images {
padding-bottom: 10px;
}
.mbt-featured-book-widget .mbt-book-images a {
border: none;
}
.mbt-featured-book-widget .mbt-book-images .mbt-book-image {
width: 60%;
margin: 0;
border-radius: 0px;
box-shadow: none;
border: none;
background: transparent;
padding: 0;
}
.mbt-featured-book-widget .mbt-book-images .mbt-book-image.medium {
width: 45%;
}
.mbt-featured-book-widget .mbt-book-images .mbt-book-image.small {
width: 30%;
}
.mbt-featured-book-widget .mbt-book-blurb {
font-size: 14px;
text-align: left;
margin: 0;
padding: 0 0 10px 0;
background: none;
border: none;
}
.mbt-featured-book-widget .mbt-book-blurb .mbt-read-more {
display: block;
padding-top: 10px;
text-align: right;
}
.mbt-featured-book-widget .mbt-book-buybuttons {
display: inline-block;
text-align: center;
padding: 0;
margin: 0;
}
.mbt-featured-book-widget .mbt-book-buybuttons .mbt-book-buybutton  {
width: auto;
float: none;
clear: both;
display: inline-block;
padding: 5px 10px 0px 0px;
}
.mbt-featured-book-widget .mbt-book-buybuttons .mbt-book-buybutton img {
background: transparent;
border: none;
height: auto;
width: auto;
border-radius: 0px;
box-shadow: none;
vertical-align: bottom;
padding: 0;
margin: 0;
}   .mbt-taxonomy-listing .mbt-taxonomy {
clear: both;
font-family: Helvetica, sans-serif;
margin-bottom: 20px;
}
.mbt-taxonomy-listing .mbt-taxonomy .mbt-taxonomy-title {
clear: none;
margin: 0 0 0 10px;
padding: 0;
color: #484949;
font-size: 25px;
font-weight: bold;
line-height: 1.3;
background: none;
}
.mbt-taxonomy-listing .mbt-taxonomy .mbt-taxonomy-title a {
color: #484949;
font-size: 25px;
font-weight: bold;
text-decoration: none;
border: none;
}
.mbt-taxonomy-listing .mbt-taxonomy .mbt-taxonomy-title a:hover {
color: #484949;
font-size: 25px;
font-weight: bold;
text-decoration: underline;
border: none;
}
.mbt-taxonomy-listing .mbt-taxonomy .mbt-taxonomy-image {
float: left;
width: 25%;
}
.mbt-taxonomy-listing .mbt-taxonomy .mbt-taxonomy-image img {
width: 100%;
border-radius: 0px;
box-shadow: none;
border: none;
background: transparent;
padding: 0;
margin: 0;
}
.mbt-taxonomy-listing .mbt-taxonomy .mbt-taxonomy-description {
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
background: white;
border: 1px solid #E0E2E2;
font-size: 14px;
color: #484949;
line-height: 21px;
margin: 5px 0px 0px 10px;
padding: 10px 15px;
}
.mbt-taxonomy-listing .mbt-taxonomy .mbt-taxonomy-right {
float: left;
width: 75%;
}
.mbt-taxonomy-list.bar {
border: 1px solid #DFDFDF;
background-color: #F9F9F9;
border-radius: 5px;
color: #333;
margin: 10px 0px;
}
.mbt-taxonomy-list.bar li {
float: left;
list-style: none;
padding: 4px 7px;
margin: 0px;
background: none;
}   body.mybooktable .post-meta,
body.mybooktable .post-info,
body.mybooktable .post-meta {
display: none;
}
body.mybooktable .entry-meta,
body.mybooktable .entry-info,
body.mybooktable .entry-meta {
display: none;
}   .mbt-shadowbox-inline,
.mbt-shadowbox-iframe {
cursor: pointer;
}
.mbt-shadowbox .mbt-shadowbox-title {
font-size: 16px;
font-weight: bold;
color: #484949;
text-align: center;
background: #C0C0C0;
padding: 12px 0px;
}
.mbt-buybuttons-shadowbox .mbt-book {
display: block;
clear: none;
padding: 0;
margin: 0 170px 0 0;
}
.mbt-buybuttons-shadowbox .mbt-book .mbt-book-buybuttons {
margin: 0;
float: left;
padding: 5px 20px 15px 20px;
box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;
}
.mbt-buybuttons-shadowbox .mbt-book-image {
width: 150px;
padding: 10px;
float: right;
}
.mbt-buybuttons-shadowbox .mbt-find-bookstore {
font-size: 13px;
background: #C0C0C0;
margin: 0;
padding: 15px 20px;
text-align: center;
}
.mbt-buybuttons-shadowbox .mbt-find-bookstore .mbt-find-bookstore-title {
font-size: 16px;
font-weight: bold;
color: #484949;
padding-bottom: 10px;
}
.mbt-buybuttons-shadowbox .mbt-find-bookstore input {
padding: 4px 6px;
margin: 3px;
vertical-align: baseline;
width: auto;
}
@media only screen and (max-width: 660px) {
.mbt-buybuttons-shadowbox {
text-align: center;
}
.mbt-buybuttons-shadowbox .mbt-book {
margin: 0;
}
.mbt-buybuttons-shadowbox .mbt-book .mbt-book-buybuttons {
box-sizing: border-box !important;
padding: 5px 15px 15px 15px;
width: 100% !important;
text-align: center;
}
.mbt-buybuttons-shadowbox .mbt-book .mbt-book-buybuttons .mbt-book-buybutton {
float: none;
}
.mbt-buybuttons-shadowbox .mbt-book .mbt-book-buybuttons .mbt-book-buybuttons-textonly {
float: none;
}
.mbt-buybuttons-shadowbox .mbt-book-image {
box-sizing: border-box !important;
padding: 15px;
width: 50% !important;
float: none;
}
}
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; outline: none; border: none; box-shadow: none;}
#cboxWrapper {max-width:none; background: white; border: 4px solid #525252;}
#cboxOverlay{position:fixed; width:100%; height:100%; background: rgba(0,0,0,0.5);}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:hidden;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#cboxWrapper, #colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
#cboxClose{
display: inline-block;
background: url(/wp-content/plugins/mybooktable/images/close.png) no-repeat;
width:27px;
height:27px;
vertical-align: bottom;
position: absolute;
right: -13px;
top: -13px;
padding: 0;
margin: 0;
color: transparent;
font-size: 0;
border: 0;
outline: none;
box-shadow: none;
}.cycloneslider-template-dark{
position:relative;
margin-bottom: 30px;
outline: none;
}
.cycloneslider-template-dark .cycloneslider-slides{
position:relative;
overflow:hidden;
}
.cycloneslider-template-dark .cycloneslider-slide{
text-align: center;
width: 100%; display: none; background: #fff; }
.cycloneslider-template-dark .cycle-slide{
display: block; }
.cycloneslider-template-dark div[data-cycle-dynamic-height="off"] .cycloneslider-slide-image{
height: 100%; }
.cycloneslider-template-dark .cycloneslider-slide:first-child, .cycloneslider-template-dark .cycle-sentinel + .cycloneslider-slide{ display: block;
}
.cycloneslider-template-dark .cycloneslider-slide img{
display:block;
margin:0 auto;
padding:0;
max-width:100%;
border:0;
}
.cycloneslider-template-dark.cycloneslider-width-full .cycloneslider-slide img{
width:100%;
}
.cycloneslider-template-dark .cycloneslider-slide iframe, .cycloneslider-template-dark .cycloneslider-slide object,
.cycloneslider-template-dark .cycloneslider-slide embed {
position: absolute;
left: 0;
top: 0;
width: 100% !important; height: 100% !important; }
.cycloneslider-template-dark .cycloneslider-slide-youtube,
.cycloneslider-template-dark .cycloneslider-slide-vimeo{
background: #000;
}
.cycloneslider-template-dark .cycloneslider-slide-custom{
min-height: 100%;
}
.cycloneslider-template-dark div[data-cycle-dynamic-height="on"] .cycloneslider-slide-custom {
min-height: 100px; }
.cycloneslider-template-dark .cycloneslider-slide-testimonial{
font-style: italic;
}
.cycloneslider-template-dark .cycloneslider-slide-testimonial blockquote{
margin-bottom: 0;
}
.cycloneslider-template-dark .cycloneslider-slide-testimonial p{
margin: 0;
}
.cycloneslider-template-dark .cycloneslider-slide-testimonial .cycloneslider-testimonial-author{
text-align: right;
font-style: normal;
}
.rtl .cycloneslider-template-dark .cycloneslider-slide-testimonial .cycloneslider-testimonial-author{
text-align: left;
}
.cycloneslider-template-dark .cycloneslider-slide-testimonial .cycloneslider-testimonial-author a{
text-decoration: none;
} .cycloneslider-template-dark .cycloneslider-prev,
.cycloneslider-template-dark .cycloneslider-next,
.cycloneslider-template-dark .cycloneslider-pager span {
cursor:pointer;
}
.cycloneslider-template-dark .cycloneslider-prev,
.cycloneslider-template-dark .cycloneslider-next{
position:absolute;
top:50%;
z-index:501;
display: block;
margin-top:-15px;
width:30px;
height:30px;
background: #000;
opacity: 0.6;
-webkit-transition: all 0.5s ;
-moz-transition: all 0.5s ;
-ms-transition: all 0.5s ;
-o-transition: all 0.5s ;
transition: all 0.5s ;
}
.cycloneslider-template-dark .cycloneslider-prev:hover,
.cycloneslider-template-dark .cycloneslider-next:hover{
opacity: 1;
}
.cycloneslider-template-dark .cycloneslider-prev.disabled,
.cycloneslider-template-dark .cycloneslider-next.disabled{
display: none;
}
.cycloneslider-template-dark .arrow{
position: absolute;
top: 50%;
left: 50%;
margin-top: -6px;
width: 0;
height: 0;
}
.cycloneslider-template-dark .cycloneslider-prev{
left:0;
}
.rtl .cycloneslider-template-dark .cycloneslider-prev{
left:auto;
right:0;
}
.cycloneslider-template-dark .cycloneslider-prev .arrow{
margin-left: -4px;
border-top: 6px solid transparent;
border-right: 6px solid #fff;
border-bottom: 6px solid transparent;
}
.rtl .cycloneslider-template-dark .cycloneslider-prev .arrow{
margin-left: -2px;
border: 0;
border-top: 6px solid transparent;
border-left: 6px solid #fff;
border-bottom: 6px solid transparent;
}
.cycloneslider-template-dark .cycloneslider-next{
right:0;
}
.rtl .cycloneslider-template-dark .cycloneslider-next{
right:auto;
left:0;
}
.cycloneslider-template-dark .cycloneslider-next .arrow{
margin-left: -2px;
border-top: 6px solid transparent;
border-left: 6px solid #fff;
border-bottom: 6px solid transparent;
}
.rtl .cycloneslider-template-dark .cycloneslider-next .arrow{
margin-left: -4px;
border: 0;
border-top: 6px solid transparent;
border-right: 6px solid #fff;
border-bottom: 6px solid transparent;
} .cycloneslider-template-dark .cycloneslider-pager{
position:absolute;
bottom:-22px;
left:0;
z-index:100;
width: 100%;
height: 12px;
text-align: center;
}
.cycloneslider-template-dark .cycloneslider-pager span {
display: inline-block;
margin: 0 4px;
width: 12px;
height: 12px;
background: #333;
vertical-align: top;
font-size: 0;
line-height: 0;
-webkit-box-shadow: 1px 1px 2px 0px #000;
box-shadow: 1px 1px 2px 0px #000;
}
.ie7 .cycloneslider-template-dark .cycloneslider-pager span{
zoom: 1; *display: inline; }
.cycloneslider-template-dark .cycloneslider-pager span.cycle-pager-active {
background-color: #ccc;
} .cycloneslider-template-dark .cycloneslider-caption{
position:absolute;
top:0;
left:0;
z-index:500;
max-width:60%;
margin: 15% 30px;
text-align: left;
}
.rtl .cycloneslider-template-dark .cycloneslider-caption{
text-align: right;
left: auto;
right:0;
}
.cycloneslider-template-dark .cycloneslider-caption-title,
.cycloneslider-template-dark .cycloneslider-caption-description,
.cycloneslider-template-dark .cycloneslider-caption-more{
display: none;
float: left;
clear: both;
margin-bottom:1px;
background: #000;
padding:10px;
opacity: 0.8;
}
.rtl .cycloneslider-template-dark .cycloneslider-caption-title,
.rtl .cycloneslider-template-dark .cycloneslider-caption-description,
.rtl .cycloneslider-template-dark .cycloneslider-caption-more{
float: right;
}
.cycloneslider-template-dark .cycloneslider-caption-title{
color:#fff;
opacity: 0.7;
font-size:24px;
line-height:1.2;
}
.cycloneslider-template-dark .cycloneslider-caption-description{
color:#FC3;
font-size:12px;
line-height:1.5;
}
.cycloneslider-template-dark .cycloneslider-caption-more{
color:#fff;
font-size:10px;
text-decoration: none;
text-transform: uppercase;
line-height:1.5;
}
.cycloneslider-template-dark .cycloneslider-caption-more:hover{
color: #FC3;
} @media (max-width: 960px) {
.cycloneslider-template-dark .cycloneslider-caption{
max-width: 100%;
}
}
@media (max-width: 480px) {
.cycloneslider-template-dark .cycloneslider-caption{
display: none;
}
}.cycloneslider-template-default{
position:relative;
}
.cycloneslider-template-default .cycloneslider-slides{
position:relative;
overflow:hidden;
}
.cycloneslider-template-default .cycloneslider-slide{
text-align: center;
width: 100%; display: none; }
.cycloneslider-template-default div[data-cycle-dynamic-height="off"] .cycloneslider-slide-image{
height: 100%; }
.cycloneslider-template-default .cycloneslider-slide:first-child, .cycloneslider-template-default .cycle-sentinel + .cycloneslider-slide{ display: block;
}
.cycloneslider-template-default .cycloneslider-slide img{
display:block;
margin:0 auto;
padding:0;
max-width:100%;
border:0;
}
.cycloneslider-template-default.cycloneslider-width-full .cycloneslider-slide img{
width:100%;
}
.cycloneslider-template-default .cycloneslider-slide iframe, .cycloneslider-template-default .cycloneslider-slide object,
.cycloneslider-template-default .cycloneslider-slide embed {
position: absolute;
left: 0;
top: 0;
width: 100% !important; height: 100% !important; }
.cycloneslider-template-default .cycloneslider-slide-youtube,
.cycloneslider-template-default .cycloneslider-slide-vimeo{
background: #000;
}
.cycloneslider-template-default .cycloneslider-slide-custom{
min-height: 100%;
background: #fff;
}
.cycloneslider-template-default div[data-cycle-dynamic-height="on"] .cycloneslider-slide-custom{
min-height: 100px; } .cycloneslider-template-default .cycloneslider-prev,
.cycloneslider-template-default .cycloneslider-next,
.cycloneslider-template-default .cycloneslider-pager span {
cursor:pointer;
}
.cycloneslider-template-default .cycloneslider-prev,
.cycloneslider-template-default .cycloneslider-next{
position:absolute;
top:50%;
z-index:501;
display: block;
margin-top:-22px;
width:26px;
height:44px;
background: url(/wp-content/plugins/cyclone-slider/templates/default/images/sprite-arrows.png) no-repeat;
opacity: 0;
-webkit-transition: all 0.5s ;
-moz-transition: all 0.5s ;
-ms-transition: all 0.5s ;
-o-transition: all 0.5s ;
transition: all 0.5s ;
}
.cycloneslider-template-default .cycloneslider-prev{
left:10px;
background-position:0 0;
}
.rtl .cycloneslider-template-default .cycloneslider-prev{
left:auto;
right:10px;
background-position:-29px 0;
}
.cycloneslider-template-default .cycloneslider-next{
right:10px;
background-position:-29px 0;
}
.rtl .cycloneslider-template-default .cycloneslider-next{
right:auto;
left:10px;
background-position:0 0;
}
.cycloneslider-template-default:hover .cycloneslider-prev,
.cycloneslider-template-default:hover .cycloneslider-next{
opacity: 0.4;
}
.cycloneslider-template-default .cycloneslider-prev:hover,
.cycloneslider-template-default .cycloneslider-next:hover{
opacity: 1;
}
.cycloneslider-template-default .cycloneslider-prev.disabled,
.cycloneslider-template-default .cycloneslider-next.disabled{
display: none;
} .cycloneslider-template-default .cycloneslider-pager{
position:absolute;
z-index:200;
top:20px;
right:20px;
}
.rtl .cycloneslider-template-default .cycloneslider-pager{
right: auto;
left:20px;
}
.cycloneslider-template-default .cycloneslider-pager span {
display: inline-block;
margin: 0 3px;
width: 12px;
height: 12px;
border-radius: 6px;
background: #333;
vertical-align: top;
font-size: 0;
line-height: 0;
}
.ie7 .cycloneslider-template-default .cycloneslider-pager span{
zoom: 1; *display: inline; }
.cycloneslider-template-default .cycloneslider-pager span.cycle-pager-active {
background-color: #ccc;
} .cycloneslider-template-default .cycloneslider-caption{
position:absolute;
left:0;
bottom:0;
width:100%;
z-index:99;
background: url(/wp-content/plugins/cyclone-slider/templates/default/images/bg-caption.png);
color:#fff;
text-align: left;
}
.rtl .cycloneslider-template-default .cycloneslider-caption{
text-align: right;
}
.cycloneslider-template-default .cycloneslider-caption-title{
padding:10px 20px 5px 20px;
font-size:22px;
line-height:1;
margin-bottom:0;
}
.cycloneslider-template-default .cycloneslider-caption-description{
padding:0 20px 15px 20px;
line-height:1.5;
font-size:12px;
}.cycloneslider-template-standard{
position:relative;
margin-bottom: 30px;
outline: none;
}
.cycloneslider-template-standard .cycloneslider-slides{
position:relative;
overflow:hidden;
}
.cycloneslider-template-standard .cycloneslider-slide{
text-align: center;
width: 100%; display: none; background: #fff; }
.cycloneslider-template-standard .cycle-slide{
display: block; }
.cycloneslider-template-standard div[data-cycle-hide-non-active="false"] .cycloneslider-slide{
opacity: 0; }
.cycloneslider-template-standard div[data-cycle-dynamic-height="off"] .cycloneslider-slide-image{
height: 100%; }
.cycloneslider-template-standard .cycloneslider-slide:first-child, .cycloneslider-template-standard .cycle-sentinel + .cycloneslider-slide{ display: block;
}
.cycloneslider-template-standard .cycloneslider-slide img{
display:block;
margin:0 auto;
padding:0;
max-width:100%;
border:0;
}
.cycloneslider-template-standard.cycloneslider-width-full .cycloneslider-slide img{
width:100%;
}
.cycloneslider-template-standard .cycloneslider-slide iframe, .cycloneslider-template-standard .cycloneslider-slide object,
.cycloneslider-template-standard .cycloneslider-slide embed {
position: absolute;
left: 0;
top: 0;
width: 100% !important; height: 100% !important; }
.cycloneslider-template-standard .cycloneslider-slide-youtube,
.cycloneslider-template-standard .cycloneslider-slide-vimeo{
background: #000;
}
.cycloneslider-template-standard .cycloneslider-slide-custom {
min-height: 100%;
}
.cycloneslider-template-standard div[data-cycle-dynamic-height="on"] .cycloneslider-slide-custom{
min-height: 100px; }
.cycloneslider-template-standard .cycloneslider-slide-testimonial{
font-style: italic;
}
.cycloneslider-template-standard .cycloneslider-slide-testimonial blockquote{
margin-bottom: 0;
}
.cycloneslider-template-standard .cycloneslider-slide-testimonial p{
margin: 0;
}
.cycloneslider-template-standard .cycloneslider-slide-testimonial .cycloneslider-testimonial-author{
text-align: right;
font-style: normal;
}
.rtl .cycloneslider-template-standard .cycloneslider-slide-testimonial .cycloneslider-testimonial-author{
text-align: left;
}
.cycloneslider-template-standard .cycloneslider-slide-testimonial .cycloneslider-testimonial-author a{
text-decoration: none;
} .cycloneslider-template-standard .cycloneslider-prev,
.cycloneslider-template-standard .cycloneslider-next,
.cycloneslider-template-standard .cycloneslider-pager span {
cursor:pointer;
}
.cycloneslider-template-standard .cycloneslider-prev,
.cycloneslider-template-standard .cycloneslider-next{
position:absolute;
top:50%;
z-index:501;
display: block;
margin-top:-12px;
width:24px;
height:24px;
border-radius: 40px;
background: #fefefe;
opacity: 0;
-webkit-transition: all 0.5s ;
-moz-transition: all 0.5s ;
-ms-transition: all 0.5s ;
-o-transition: all 0.5s ;
transition: all 0.5s ;
-webkit-box-shadow: 1px 1px 2px 0px #333333;
box-shadow: 1px 1px 2px 0px #333333;
}
.cycloneslider-template-standard:hover .cycloneslider-prev,
.cycloneslider-template-standard:hover .cycloneslider-next{
opacity: 0.4;
}
.cycloneslider-template-standard .cycloneslider-prev:hover,
.cycloneslider-template-standard .cycloneslider-next:hover{
opacity: 1;
}
.cycloneslider-template-standard .cycloneslider-prev.disabled,
.cycloneslider-template-standard .cycloneslider-next.disabled{
display: none;
}
.cycloneslider-template-standard .arrow{
position: absolute;
top: 50%;
left: 50%;
margin-top: -6px;
width: 0;
height: 0;
}
.cycloneslider-template-standard .cycloneslider-prev{
left:10px;
}
.rtl .cycloneslider-template-standard .cycloneslider-prev{
left:auto;
right:10px;
}
.cycloneslider-template-standard .cycloneslider-prev .arrow{
margin-left: -4px;
border-top: 6px solid transparent;
border-right: 6px solid #333;
border-bottom: 6px solid transparent;
}
.rtl .cycloneslider-template-standard .cycloneslider-prev .arrow{
margin-left: -2px;
border: 0;
border-top: 6px solid transparent;
border-left: 6px solid #333;
border-bottom: 6px solid transparent;
}
.cycloneslider-template-standard .cycloneslider-next{
right:10px;
}
.rtl .cycloneslider-template-standard .cycloneslider-next{
right:auto;
left:10px;
}
.cycloneslider-template-standard .cycloneslider-next .arrow{
margin-left: -2px;
border-top: 6px solid transparent;
border-left: 6px solid #333;
border-bottom: 6px solid transparent;
}
.rtl .cycloneslider-template-standard .cycloneslider-next .arrow{
margin-left: -4px;
border: 0;
border-top: 6px solid transparent;
border-right: 6px solid #333;
border-bottom: 6px solid transparent;
} .cycloneslider-template-standard .cycloneslider-pager{
position:absolute;
bottom:-22px;
left:0;
z-index:100;
width: 100%;
height: 12px;
text-align: center;
}
.cycloneslider-template-standard .cycloneslider-pager span {
display: inline-block;
margin: 0 3px;
width: 12px;
height: 12px;
border-radius: 6px;
background: #333;
vertical-align: top;
font-size: 0;
line-height: 0;
-webkit-box-shadow: 1px 1px 2px 0px #333333;
box-shadow: 1px 1px 2px 0px #333333;
}
.ie7 .cycloneslider-template-standard .cycloneslider-pager span{
zoom: 1; *display: inline; }
.cycloneslider-template-standard .cycloneslider-pager span.cycle-pager-active {
background-color: #ccc;
} .cycloneslider-template-standard .cycloneslider-caption{
position:absolute;
bottom:0;
left:0;
z-index:500;
width:100%;
background: #222;
color:#fff;
opacity: 0.7;
text-align: left;
}
.rtl .cycloneslider-template-standard .cycloneslider-caption{
text-align: right;
}
.cycloneslider-template-standard .cycloneslider-caption-title{
margin-bottom:0;
padding:10px 20px 5px 20px;
font-size:22px;
line-height:1;
}
.cycloneslider-template-standard .cycloneslider-caption-description{
padding:0 20px 15px 20px;
font-size:12px;
line-height:1.5;
} .mfp-title span {
line-height: 1.8;
}
.mfp-title small {
line-height: 1.3;
}.cycloneslider-template-thumbnails{
position:relative;
}
.cycloneslider-template-thumbnails .cycloneslider-slides{
position:relative;
overflow:hidden;
}
.cycloneslider-template-thumbnails .cycloneslider-slide{
text-align: center;
width: 100%; display: none; background: #fff; }
.cycloneslider-template-thumbnails .cycle-slide{
display: block; }
.cycloneslider-template-thumbnails div[data-cycle-dynamic-height="off"] .cycloneslider-slide-image{
height: 100%; }
.cycloneslider-template-thumbnails .cycloneslider-slide:first-child, .cycloneslider-template-thumbnails .cycle-sentinel + .cycloneslider-slide{ display: block;
}
.cycloneslider-template-thumbnails .cycloneslider-slide img{
display:block;
margin:0 auto;
padding:0;
max-width:100%;
border:0;
}
.cycloneslider-template-thumbnails.cycloneslider-width-full .cycloneslider-slide img{
width:100%;
}
.cycloneslider-template-thumbnails .cycloneslider-slide iframe, .cycloneslider-template-thumbnails .cycloneslider-slide object,
.cycloneslider-template-thumbnails .cycloneslider-slide embed {
position: absolute;
left: 0;
top: 0;
width: 100% !important; height: 100% !important; }
.cycloneslider-template-thumbnails .cycloneslider-slide-youtube,
.cycloneslider-template-thumbnails .cycloneslider-slide-vimeo{
background: #000;
}
.cycloneslider-template-thumbnails .cycloneslider-slide-custom{
min-height: 100%;
}
.cycloneslider-template-thumbnails div[data-cycle-dynamic-height="on"] .cycloneslider-slide-custom{
min-height: 100px; } .cycloneslider-template-thumbnails .cycloneslider-prev,
.cycloneslider-template-thumbnails .cycloneslider-next,
.cycloneslider-template-thumbnails .cycloneslider-pager span {
cursor:pointer;
}
.cycloneslider-template-thumbnails .cycloneslider-prev,
.cycloneslider-template-thumbnails .cycloneslider-next{
position:absolute;
top:50%;
z-index:501;
display: block;
margin-top:-22px;
width:26px;
height:44px;
background: url(/wp-content/plugins/cyclone-slider/templates/thumbnails/images/sprite-arrows.png) no-repeat;
opacity: 0;
-webkit-transition: all 0.5s ;
-moz-transition: all 0.5s ;
-ms-transition: all 0.5s ;
-o-transition: all 0.5s ;
transition: all 0.5s ;
}
.cycloneslider-template-thumbnails .cycloneslider-prev{
left:10px;
background-position:0 0;
}
.rtl .cycloneslider-template-thumbnails .cycloneslider-prev{
left:auto;
right:10px;
background-position:-29px 0;
}
.cycloneslider-template-thumbnails .cycloneslider-next{
right:10px;
background-position:-29px 0;
}
.rtl .cycloneslider-template-thumbnails .cycloneslider-next{
right:auto;
left:10px;
background-position:0 0;
}
.cycloneslider-template-thumbnails:hover .cycloneslider-prev,
.cycloneslider-template-thumbnails:hover .cycloneslider-next{
opacity: 0.4;
}
.cycloneslider-template-thumbnails .cycloneslider-prev:hover,
.cycloneslider-template-thumbnails .cycloneslider-next:hover{
opacity: 1;
}
.cycloneslider-template-thumbnails .cycloneslider-prev.disabled,
.cycloneslider-template-thumbnails .cycloneslider-next.disabled{
display: none;
} .cycloneslider-template-thumbnails .cycloneslider-caption{
position:absolute;
left:0;
bottom:0;
width:100%;
z-index:99;
background: url(/wp-content/plugins/cyclone-slider/templates/thumbnails/images/bg-caption.png);
color:#fff;
text-align: left;
}
.rtl .cycloneslider-template-thumbnails .cycloneslider-caption{
text-align: right;
}
.cycloneslider-template-thumbnails .cycloneslider-caption-title{
padding:10px 20px 5px 20px;
font-size:22px;
line-height:1;
margin-bottom:0;
}
.cycloneslider-template-thumbnails .cycloneslider-caption-description{
padding:0 20px 15px 20px;
line-height:1.5;
font-size:12px;
} .cycloneslider-template-thumbnails.cycloneslider-thumbnails{
margin: 0;
padding:15px 0;
text-align:center;
}
.cycloneslider-template-thumbnails.cycloneslider-thumbnails ul{
margin: 0;
padding: 0;
list-style: none;
}
.cycloneslider-template-thumbnails.cycloneslider-thumbnails li{
list-style:none inside;
display:inline-block;
min-width:40px;
height:40px;
margin:5px;
padding: 0;
border:2px solid #ccc;
cursor:pointer;
vertical-align:top;
box-sizing: content-box;
overflow: hidden;
}
.ie7 .cycloneslider-template-thumbnails.cycloneslider-thumbnails li{
zoom: 1; *display: inline; }
.cycloneslider-template-thumbnails.cycloneslider-thumbnails li.current{
border-color:#333;
}
.cycloneslider-template-thumbnails.cycloneslider-thumbnails .thumb-custom{
background:#fefefe;
height:100%;
font-size:9px;
color:#BBBBBB;
}
.cycloneslider-template-thumbnails.cycloneslider-thumbnails img{
border-radius:0;
}
.ie8 .cycloneslider-template-thumbnails.cycloneslider-thumbnails img{
width: 40px;
}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:thin dotted}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}mark{background:#ff0;color:#000}p,pre{margin:.4em 0 .4em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:75%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure,form{margin:0}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}p{-webkit-hyphens:auto;-epub-hyphens:auto;-moz-hyphens:auto;hyphens:auto}b,strong,.strong{font-weight:bold}dfn,em,.em{font-style:italic}small,.small{font-size:75%}ul,ol{padding:0;list-style-type:none}dd{margin:0}.sidebar ul,.sidebar ol,.commentlist{list-style:none}.clearfix{zoom:1}.clearfix:before,.clearfix:after{content:"";display:table}.clearfix:after{clear:both}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.image-replacement{text-indent:100%;white-space:nowrap;overflow:hidden}span.amp{font-family:Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif;font-style:italic}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.alert{margin:10px;padding:5px 18px;border:1px solid}.alert-help{margin:10px;padding:5px 18px;border:1px solid;border-color:#e8dc59;background:#ebe16f}.alert-info{margin:10px;padding:5px 18px;border:1px solid;border-color:#bfe4f4;background:#d5edf8}.alert-error{margin:10px;padding:5px 18px;border:1px solid;border-color:#f8cdce;background:#fbe3e4}.alert-success{margin:10px;padding:5px 18px;border:1px solid;border-color:#deeaae;background:#e6efc2}.button,.button:visited{padding:10px 18px;display:inline-block;font-size:16px;text-decoration:none;cursor:pointer;margin-bottom:20px;line-height:21px;border:none;background-image:none;float:right;margin-top:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:6px;-webkit-border-bottom-left-radius:6px;-webkit-border-top-left-radius:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topleft:0;border-top-right-radius:0;border-bottom-right-radius:6px;border-bottom-left-radius:6px;border-top-left-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.button:hover,.button:visited:hover,.button:focus,.button:visited:focus{margin-top:1px;margin-bottom:19px}.button:active,.button:visited:active{margin-top:4px;margin-bottom:16px}.blue-button,.blue-button:visited{border:2px solid #273441;padding:8px 16px;color:#273441;display:inline-block;font-size:16px;text-decoration:none;cursor:pointer;margin-bottom:20px;line-height:21px;background-color:#fff;background-image:none;margin-top:0;float:right;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.blue-button:hover,.blue-button:visited:hover,.blue-button:focus,.blue-button:visited:focus{margin-top:2px;color:#fff;background-color:#273441}.blue-button:active,.blue-button:visited:active{margin-top:6px}#search{float:right}#search input[type="text"]{border:1px solid #d1d1d1;color:#bebebe;width:180px;padding:6px 15px 6px 35px;text-shadow:0 2px 3px rgba(0,0,0,0.1);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.15) inset;-moz-box-shadow:0 1px 3px rgba(0,0,0,0.15) inset;box-shadow:0 1px 3px rgba(0,0,0,0.15) inset;-webkit-transition:all .7s ease 0s;-moz-transition:all .7s ease 0s;-o-transition:all .7s ease 0s;transition:all .7s ease 0s}body{font-size:100%;line-height:1.5;margin:0}article,#inner-footer{padding:0 2%}p{word-wrap:break-word}.creepy-main-border,.creepy-3d-border{display:block;width:100%;height:8px;position:relative;clear:both;z-index:0;padding:0 !important}.creepy-main-border .border-right,.creepy-3d-border .border-right,.creepy-main-border .border-left,.creepy-3d-border .border-left{height:8px;width:8px;display:block;position:absolute;position:top right}.creepy-main-border .border-right,.creepy-3d-border .border-right{right:0;top:0}.creepy-main-border .border-left,.creepy-3d-border .border-left{left:0;top:0}.creepy-main-border .border-middle,.creepy-3d-border .border-middle{width:100%;padding:0 7px;height:8px;display:block;-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,0.4);-moz-box-shadow:0 10px 20px 0 rgba(0,0,0,0.4);box-shadow:0 10px 20px 0 rgba(0,0,0,0.4)}.creepy-main-border .border-middle span,.creepy-3d-border .border-middle span{position:absolute top center;width:100%;height:8px;display:block}.error404 article{margin:50px 0 30px 0}.error404 article #search{float:left;margin:16px 0 0 0}.wrap{width:100%;margin:0 auto;padding:0 8px}.full-width{width:100%;padding:0 8px}a,a:visited{text-decoration:none}a.excerpt-read-more:hover,a:visited.excerpt-read-more:hover{text-decoration:underline}.excerpt-read-more{font-style:italic}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5{text-rendering:optimizelegibility;word-wrap:break-word}h1 a,.h1 a,h2 a,.h2 a,h3 a,.h3 a,h4 a,.h4 a,h5 a,.h5 a{text-decoration:none}h1,.h1{font-weight:lighter}.header #inner-header{padding:0}.header #logo{text-align:center;font-size:28px}.top-nav ul{margin:0}nav{display:block}.right{float:right;margin-left:1em}.ico-caret-down{background:url(/wp-content/themes/magicraft/library/images/menu-down.png) no-repeat center center;background-size:20px}.ico-caret-up{background:url(/wp-content/themes/magicraft/library/images/menu-down.png) no-repeat center center;background-size:20px}.menu-wrapper{position:relative;z-index:10;font-size:1em;text-transform:uppercase;padding:0}.menu-wrapper nav[role="navigation"]{margin:0;padding-left:0;list-style:none;text-align:center}.menu-wrapper ul.nav>li{position:relative;padding:0;display:inline-block}.menu-wrapper ul.nav,.menu-wrapper a.menu-link{margin:0}.menu-wrapper a.menu-link{display:none;padding:.7em 0}.menu-wrapper a{display:block;position:relative;padding:.7em 0;margin:0;text-decoration:none;font-weight:bold}.menu-wrapper a:hover{transition:all .5s}.menu-wrapper .nav>.current-menu-item>a,.menu-wrapper .nav>.current-menu-ancestor>a{position:relative;z-index:12;border-bottom:1px solid transparent}.menu-wrapper .nav>.current-menu-item>a:after,.menu-wrapper .nav>.current-menu-ancestor>a:after{top:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-width:5px;left:50%;margin-left:-5px}.menu-wrapper .sub-menu{margin:0 0 0 0;position:absolute;max-height:0;overflow:hidden;list-style:none outside none;text-align:left;text-transform:none}.menu-wrapper .sub-menu li{width:100%;display:block}.menu-wrapper .sub-menu a{width:100%;margin:0;white-space:nowrap;line-height:1.8em;border:none;font-weight:normal}.menu-wrapper .sub-menu li:last-child{padding-bottom:.26em}.menu-wrapper li:hover .sub-menu{max-height:60em;transition:max-height .5s}.onecol,.twocol,.threecol,.fourcol,.fivecol,.sixcol,.sevencol,.eightcol,.ninecol,.tencol,.elevencol,.twelvecol{width:100%}#content{margin-bottom:26px}.archive-title{padding-left:2%}.page{padding-bottom:30px}.byline span,.byline time{margin:4px 20px 4px 0;display:inline-block}.entry-content blockquote{font-family:"Georgia","Cambria","Times New Roman",serif;font-size:22px}.entry-content dd{margin-left:0;font-size:.9em;margin-bottom:1.5em}.entry-content img{margin:0 0 1.5em 0;max-width:100%;height:auto}.entry-content video,.entry-content object{max-width:100%;height:auto}.entry-content .wp-smiley{margin:0}.wp-caption{max-width:100%}.wp-caption img{max-width:100%;margin-bottom:0;width:100%}article{padding-top:8px;margin:0}article img.magicraft-single-thumb{max-width:100%}article .article-header{text-align:center}article .article-header h1{margin:.5em 0}article .article-header .byline{margin:0 0 .4em 0;font-size:12px}article .article-img{width:100%;text-align:center}article .article-img img{max-width:100%}.page-numbers{text-align:center}.page-numbers li{display:inline-block}.page-numbers li a{display:block;text-decoration:none;position:relative;padding:0 6px}.page-numbers li.bpn-current{position:relative}.page-numbers li.bpn-prev-link a,.page-numbers li.bpn-next-link a{padding:0}.wp-prev-next .prev-link{float:left}.wp-prev-next .next-link{float:right}#comments{font-weight:normal;margin-bottom:0}.commentlist img{max-width:100%}.commentlist iframe{max-width:100% !important}.commentlist li{position:relative;clear:both;overflow:hidden;list-style-type:none;margin-bottom:0;padding:.7335em 10px}.commentlist li:last-child{margin-bottom:0}.commentlist li article{margin-left:68px;background-color:#efefef}.commentlist li ul.children{margin:0}.commentlist li[class*=depth-]{margin-top:1.1em}.commentlist li.depth-1{margin-left:0;margin-top:0}.commentlist li:not(.depth-1){margin-right:-20px;margin-left:0;margin-top:0;padding:.7335em 20px 0 .7335em}.commentlist .vcard{margin-left:0}.commentlist .vcard time{float:right}.commentlist .vcard time a{text-decoration:none}.commentlist .vcard img.avatar{position:absolute;left:10px;padding:2px}.commentlist .comment_content{margin-left:8px}.commentlist .comment_content p{margin:.7335em 0 1.5em;line-height:1.5em;word-wrap:break-word}.commentlist .comment-reply-link{text-decoration:none;float:right;padding:4px 8px;margin-bottom:10px;opacity:.7;font-size:1em}.commentlist .comment-reply-link:hover,.commentlist .comment-reply-link:focus{opacity:1}.respond-form{margin:1.5em 0}.respond-form form{margin:.75em 0;width:100%}.respond-form form li{list-style-type:none;clear:both;margin-bottom:.7335em}.respond-form form li label,.respond-form form li small{display:none}.respond-form form input[type=text],.respond-form form input[type=email],.respond-form form input[type=url],.respond-form form textarea{padding:6px 8px;background:#efefef;border:2px solid #cecece;line-height:1.5em;resize:none;width:100%}.respond-form form input[type=text]:focus,.respond-form form input[type=email]:focus,.respond-form form input[type=url]:focus,.respond-form form textarea:focus{background:#fff}.respond-form form input[type=text]:invalid,.respond-form form input[type=email]:invalid,.respond-form form input[type=url]:invalid,.respond-form form textarea:invalid{outline:none;border-color:#fbc2c4;background-color:#f6e7eb;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none}.respond-form form input[type=text],.respond-form form input[type=email],.respond-form form input[type=url]{max-width:354px;min-width:200px}.respond-form form textarea{min-height:96px;margin-bottom:12px}#comment-form-title{margin:0 0 .2em 0;font-weight:normal}#allowed_tags{margin:1.5em 10px .7335em 0}.nocomments{margin:0 20px 1.1em}#minecraftsv-status .btn{margin-top:8px;width:86%;height:61px;text-align:center;padding-top:20px;padding-left:24px;font-size:14px;border:none;font-weight:bold}.widget_wp_sidebarlogin .sidebar_login_links{padding-left:16px}.widget_wp_sidebarlogin .sidebar_login_links li{border-bottom:none;padding-bottom:0}.widget_wp_sidebarlogin .sidebar_login_links .dashboard-link{padding-top:0}.widget_wp_sidebarlogin .avatar_container img{padding:0;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.widget_wp_sidebarlogin .button-primary{margin-top:12px;min-width:180px;height:61px;text-align:center;padding-top:0;padding-left:24px;font-size:14px;border:none;font-weight:bold}.widget_loginwithajaxwidget #lwa_wp-submit{text-align:center;padding:8px 12px;border:none}.mcserver-solo-online,.mcserver-solo-offline{height:83px;text-align:center;padding-top:14px}.mcserver-multi-online,.mcserver-multi-offline{height:65px;text-align:center;padding-top:14px}.widgettitle{margin:0 0 14px 0}.widgettitle .inner-title{padding:12px}.widget{word-wrap:break-word;margin:0 0 14px 0}.widget .inner-widget{padding-bottom:28px}.widget .inner-widget img{max-width:100%}.widget .inner-widget>ul,.widget .inner-widget>p,.widget .inner-widget>a,.widget .inner-widget>div,.widget .inner-widget>form,.widget .inner-widget>input,.widget .inner-widget>textarea,.widget .inner-widget>nav,.widget .inner-widget>section,.widget .inner-widget>article,.widget .inner-widget>button,.widget .inner-widget>select,.widget .inner-widget>span{margin:0 16px}.widget .inner-widget>table{padding:0 16px}.widget ul li{margin:0 0;padding:6px 0}.widget #search{width:100%;height:100%;margin:0}.widget #search input[type="text"]{border:none;color:#757575;width:92%;margin:4%;padding:6% 4%;text-shadow:0;-webkit-box-shadow:0;-moz-box-shadow:0;box-shadow:0}.widget #search input[type="text"] input::-webkit-input-placeholder{color:#f00}.widget #search input[type="text"] input:-moz-placeholder{color:#f00}.widget #search input[type="text"] textarea::-webkit-input-placeholder{color:#f00}.widget #search input[type="text"] textarea:-moz-placeholder{color:#f00}.widget #search input[type="text"]:focus{width:92%}.widget_search .inner-widget{padding-bottom:0}.widget_mcsolo_server_status .mcserver-solo-online,.widget_mcsolo_server_status .mcserver-solo-offline{margin-bottom:0}.widget_mcsolo_server_status p{font-size:15px;font-weight:400}.widget_mcsolo_server_status .mcsolo-shortdescription{font-size:13px}.widget_mcsolo_server_status .mcplayers-solo{font-size:16px}.widget_mcmulti_server_status .mcserver-multi-online,.widget_mcmulti_server_status .mcserver-multi-offline{margin-bottom:0;font-size:14px;font-weight:normal;text-align:center;padding:8px 0}.widget_mcmulti_server_status .mcserver-multi-online span,.widget_mcmulti_server_status .mcserver-multi-offline span{padding-left:14px}.widget_mcmulti_server_status .mccreepy-server-list h5{display:inline-block;font-size:16px;font-weight:normal;float:left;margin:12px 0 10px 0}.widget_mcmulti_server_status .mccreepy-server-list .mcplayers-multi{display:inline-block;float:right;font-size:14px;margin:14px 0 10px 0}.widget_mcmulti_server_status .mccreepy-server-list .mcplayers-multi .mcserver-online,.widget_mcmulti_server_status .mccreepy-server-list .mcplayers-multi .mcserver-offline{display:inline-block;width:13px;height:17px;margin:0 0 -2px 6px}.widget_mcmulti_server_status .mccreepy-server-list .mcip-multi{clear:both;margin:0;background:url(/wp-content/themes/magicraft/library/images/world-cube.png) no-repeat center left;background-size:15px;padding-left:28px;font-size:13px}.footer{clear:both;margin-bottom:40px}.footer #inner-footer{padding:0 2%}.footer #inner-footer a:hover{text-decoration:underline}.footer #inner-footer .widget_archive ul li,.footer #inner-footer .widget_meta ul li,.footer #inner-footer .widget_nav_menu ul li,.footer #inner-footer .widget_categories ul li{margin:0 0;padding:0;padding-bottom:0}.footer #inner-footer .widget_archive ul li a,.footer #inner-footer .widget_meta ul li a,.footer #inner-footer .widget_nav_menu ul li a,.footer #inner-footer .widget_categories ul li a{width:100%;padding:8px 0;display:inline-block}.footer #inner-footer .widget_archive ul li a:hover,.footer #inner-footer .widget_meta ul li a:hover,.footer #inner-footer .widget_nav_menu ul li a:hover,.footer #inner-footer .widget_categories ul li a:hover{text-decoration:none}.footer .footer-bottom{padding:0 2%;padding-bottom:12px;text-align:center}#main{margin:0 0 20px 0}#main a{text-decoration:underline}#main a:hover{text-decoration:none}#main h1 a,#main h2 a,#main h3 a,#main h4 a,#main h5 a,#main h6 a{text-decoration:none}#main .inner-bg{padding:8px}#main>.inner-bg{padding-bottom:24px}#main ul{list-style-type:square;margin-left:24px}#main ol{margin-left:24px;list-style-type:decimal}#main #comment-nav ul,#main .commentlist ol,#main .commentlist{margin-left:0;list-style-type:none}#main .slider ul,#main .slider ol{margin-left:0;list-style-type:none}.slider{max-height:363px !important}.one-slide{position:relative;display:block;height:363px;width:100%}.one-slide .slide{position:absolute;width:100%}.slider-wrap{margin:0 0 26px 0;max-height:375px}.slider-wrap .inner-bg{padding:8px}.mcplayers-solo{padding-left:40px}.mcplayers-solo span{padding-left:24px}.mcip-solo{padding-left:40px}.mcplayers-solo,.mcversion-solo,.mcip-solo{border-bottom:1px solid #d7d7d7;line-height:50px}.mcsolo-shortdescription{padding-top:14px;line-height:20px}.vcard .author,.vcard .comment-number{padding-left:22px;margin-right:20px}.vcard .time-posted{margin-right:20px}.creepy{font-size:14px;clear:both;margin:12px 0}.copyright{margin:12px 0}.slider{position:relative;width:100%;height:440px;overflow:hidden}.slides{height:100%;margin:0;overflow:hidden;*zoom:1;-webkit-backface-visibility:hidden;-webkit-transform-style:preserve-3d}.slide{height:100%;float:left;clear:none;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover}.slider__arrows{display:none}.slider__arrows-item{position:absolute;display:block;margin-bottom:-20px;padding:20px}.slider__arrows-item--right{bottom:50%;right:30px}.slider__arrows-item--left{bottom:50%;left:30px}.slider__nav{position:absolute;bottom:30px}.slider__nav-item{width:12px;height:12px;float:left;clear:none;display:block;margin:0 5px;background:#bebebe}.slider__nav-item:hover{background:#fff}.slider__nav-item--current{background:#fff !important}.slider-content{text-align:center}.slider-content h1{margin:160px 0 .5em 0}.slider-content p{margin:0}@media screen and (max-width:768px){.js .menu-wrapper nav[role=navigation]{overflow:hidden;max-height:0}.js .menu-wrapper nav[role=navigation].active{max-height:1136px;transition:max-height .5s ease-out}.nav li ul.sub-menu .sub-menu{background:none}.menu-wrapper a.menu-link{display:block;width:auto;text-align:right;padding:22px 30px 22px 10px;border:none;margin:0}.menu-wrapper a.menu-link.active .ico-caret-down{background:url(/wp-content/themes/magicraft/library/images/menu-close.png) no-repeat center center;background-size:20px}.menu-wrapper a.menu-link .ico-caret-down{position:absolute;top:24px;left:24px;display:block;height:20px;width:20px;background:url(/wp-content/themes/magicraft/library/images/menu-burger.png) no-repeat center center;background-size:20px}.menu-wrapper ul.nav li{display:block;border:none}.menu-wrapper ul.nav li .sub-menu a{border-bottom:none}.menu-wrapper .nav>li{padding:0;border:none}.menu-wrapper .nav a{padding:.6em 0;margin:0 3em;border:none}.menu-wrapper .nav a:hover{background:none}.menu-wrapper .nav .rightalign{float:none}.menu-wrapper li+li a:before{content:""}.menu-wrapper li:hover .sub-menu{max-height:0;transition:none}.menu-wrapper .sub-menu{box-sizing:border-box;-moz-box-sizing:border-box;background:none;padding-left:8px;margin-top:0;display:block;width:100%}.menu-wrapper .sub-menu li,.menu-wrapper .sub-menu li a{margin:0;display:block;width:100%}.menu-wrapper .sub-menu a{padding-left:.8em}.menu-wrapper .sub-menu li:last-child{padding:0}.menu-wrapper .sub-menu li:last-child a{border:none}.menu-wrapper .nav .has-subnav{position:relative}.menu-wrapper li .sub-menu.active{max-height:960px;overflow:visible;position:relative;z-index:9;transition:max-height .5s ease-out}.menu-wrapper .toggle-link{height:40px;width:48px;display:block;position:absolute;right:0;z-index:200;font-size:0;cursor:pointer;speak:none;-webkit-font-smoothing:antialiased;background:url(/wp-content/themes/magicraft/library/images/menu-down.png) no-repeat center center;background-size:20px}.menu-wrapper .toggle-link:hover{transition:all .2s;background:url(/wp-content/themes/magicraft/library/images/menu-down.png) no-repeat center center;background-size:20px}.menu-wrapper .toggle-link.active{background:url(/wp-content/themes/magicraft/library/images/menu-up.png) no-repeat center center;background-size:20px}}@media only screen and (min-width:481px){.entry-content .alignleft,.entry-content img.alignleft{margin-right:1.5em;display:inline;float:left}.entry-content .alignright,.entry-content img.alignright{margin-left:1.5em;display:inline;float:right}.entry-content .aligncenter,.entry-content img.aligncenter{margin-right:auto;margin-left:auto;display:block;clear:both}}@media only screen and (min-width:768px){.onecol{width:5.80110497%}.twocol{width:14.36464088%}.threecol{width:24.52817679%}.fourcol{width:31.49171271%}.fivecol{width:40.05524862%}.sixcol{width:48.61878453%}.sevencol{width:57.18232044%}.eightcol{width:65.74585635%}.ninecol{width:74.30939226%}.tencol{width:82.87292817%}.elevencol{width:91.43646408%}.twelvecol{width:99.99999999%}.onecol,.twocol,.threecol,.fourcol,.fivecol,.sixcol,.sevencol,.eightcol,.ninecol,.tencol,.elevencol,.twelvecol{float:left}.first{margin-left:0}.last{float:right}.wrap{max-width:982px}.full-width{padding:8px 8px 8px 8px}.float-r{float:right}.menu-wrapper a{padding:22px 14px;font-size:16px}.menu-wrapper .sub-menu{z-index:100;min-width:200px}.menu-wrapper .sub-menu li .sub-menu{display:none;overflow:hidden;position:absolute;top:0;left:100%}.menu-wrapper .sub-menu li:hover .sub-menu{overflow:visible;display:block}.menu-wrapper .sub-menu a{padding:12px}.menu-wrapper .sub-menu li:last-child{padding-bottom:.26em}.menu-wrapper li:hover>.sub-menu{overflow:visible;display:block}.menu-wrapper li .sub-menu>li .sub-menu{display:none;overflow:hidden;position:absolute;top:0;left:100%}.menu-wrapper li .sub-menu>li:hover .sub-menu{overflow:visible;display:block}.nav li{float:left;position:relative}.single article{margin-top:12px}.single article .article-header h1{margin:.6em 0 .2em 0}article{margin:12px 0 0 0}article .article-header{text-align:left}article .article-header h1{margin:0 0 .2em 0}article .article-header .byline{margin:0 0 .4em 0;font-size:12px}article .article-img{padding-top:10px;width:34%;float:left;text-align:left;display:inline-block}article .article-img img{max-width:100%}article .article-post{width:62%;float:right;text-align:left;display:inline-block}#sidebar1 .widget_mcsolo_server_status.widget-first>.inner-widget{margin-top:0;min-height:379px}.widgettitle{padding-bottom:.75em}.widget ul li{margin-bottom:0;padding-bottom:.75em}#inner-footer{padding:0 .5%}#inner-footer .widget{padding:12px 24px 12px 24px}#inner-footer .threecol{width:24.95%}#inner-footer .fourcol{width:33.3%}#inner-footer .sixcol{width:49.9%}#inner-footer .twelvecol{width:100%}.creepy{clear:none;float:right;display:inline-block}.copyright{float:left;display:inline-block}}@media only screen and (min-width:980px){#comment-form-elements li{width:49%;padding-right:6%;clear:none;float:left;display:inline-block}.full-width{padding:8px 8px 8px 8px}.full-width .sidebar .widget{width:100%;display:inline-block;float:none;margin:0 0 14px 0}}@media only screen and (min-width:768px) and (max-width:980px){.full-width .ninecol{width:100%}.full-width .sidebar{width:100%}.full-width .sidebar .widget{width:48.5%;float:left}.full-width .sidebar .widget:nth-child(2n){margin:0 0 14px 1.4%}.full-width .sidebar .widget:nth-child(2n+1){clear:left;margin:0 1.4% 14px 0}}@media print{*{background:transparent !important;color:#000 !important;text-shadow:none !important;filter:none !important;-ms-filter:none !important}a,a:visited{color:#444 !important;text-decoration:underline}a:after,a:visited:after{content:" (" attr(href) ")"}a abbr[title]:after,a:visited abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.sidebar,.page-navigation,.wp-prev-next,.respond-form,nav{display:none}}