html {
-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
* {
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}  article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
} audio,
canvas,
progress,
video {
display: inline-block; vertical-align: baseline; } audio:not([controls]) {
display: none;
height: 0;
} [hidden],
template {
display: none;
}  a {
background-color: transparent;
} a:active,
a:hover {
outline: 0;
}  abbr[title] {
border-bottom: 1px dotted;
} b,
strong {
font-weight: bold;
} dfn {
font-style: italic;
}  mark {
color: #7fecff;
background: none;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}  img {
border: 0;
} svg:not(:root) {
overflow: hidden;
}  figure {
margin: 1em 40px;
} hr {
box-sizing: content-box;
height: 0;
} pre {
overflow: auto;
} code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}   button,
input,
optgroup,
select,
textarea {
color: inherit; font: inherit; margin: 0; } button {
overflow: visible;
} button,
select {
text-transform: none;
} button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button; cursor: pointer; } button[disabled],
html input[disabled] {
cursor: default;
} button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
} input {
line-height: normal;
} input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
} input[type="search"] {
-webkit-appearance: textfield; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: .35em .625em .75em;
} legend {
border: 0; padding: 0;
text-align: center;
display: inline-block;
width: auto;
padding: 0 10px !important; } textarea {
overflow: auto;
} optgroup {
font-weight: bold;
}  table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounce {
from,
20%,
53%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
@keyframes bounce {
from,
20%,
53%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
from,
50%,
to {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
@keyframes flash {
from,
50%,
to {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
from,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
from,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.headShake {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-name: headShake;
animation-name: headShake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%,
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%,
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
from,
11.1%,
to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
@keyframes jello {
from,
11.1%,
to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes bounceIn {
from,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
from,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInLeft {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
50%,
55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
50%,
55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%,
60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%,
80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%,
60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%,
80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
@keyframes pespectiveZ {
from {
visibility: hidden;
-webkit-transform: perspective(500px) translateZ(100px);
transform: perspective(500px) translateZ(100px);
}
to {
visibility: visible;
-webkit-transform: perspective(500px) translateZ(0);
transform: perspective(500px) translateZ(0);
}
}
.pespectiveZ {
-webkit-animation-name: pespectiveZ;
animation-name: pespectiveZ;
}
.delay1s {
-webkit-animation-delay: 1s;
-moz-animation-delay: 1s;
-o-animation-delay: 1s;
animation-delay: 1s;
}
.delay2s {
-webkit-animation-delay: 2s;
-moz-animation-delay: 2s;
-o-animation-delay: 2s;
animation-delay: 2s;
}
.delay3s {
-webkit-animation-delay: 3s;
-moz-animation-delay: 3s;
-o-animation-delay: 3s;
animation-delay: 3s;
}
@font-face {
font-family: 'icomoon';
src:  url(//www.forsuperrich.com/wp-content/themes/fsr/fonts/icomoon/icomoon.eot?c0jr0q);
src:  url(//www.forsuperrich.com/wp-content/themes/fsr/fonts/icomoon/icomoon.eot?c0jr0q#iefix) format('embedded-opentype'),
url(//www.forsuperrich.com/wp-content/themes/fsr/fonts/icomoon/icomoon.ttf?c0jr0q) format('truetype'),
url(//www.forsuperrich.com/wp-content/themes/fsr/fonts/icomoon/icomoon.woff?c0jr0q) format('woff'),
url(//www.forsuperrich.com/wp-content/themes/fsr/fonts/icomoon/icomoon.svg?c0jr0q#icomoon) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"], [class*=" icon-"] { font-family: 'icomoon' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-filter:before {
content: "\e90e";
}
.icon-insta:before {
content: "\e90a";
}
.icon-menu:before {
content: "\e908";
}
.icon-share2:before {
content: "\ea82";
}
.icon-tiktok:before {
content: "\e90b";
}
.icon-x:before {
content: "\e90c";
}
.icon-youtube:before {
content: "\e90d";
color: #c0945c;
}
.icon-check:before {
content: "\e909";
color: #c0945c;
}
.icon-Address:before {
content: "\e900";
color: #c1945d;
}
.icon-Flash1:before {
content: "\e901";
color: #efefef;
}
.icon-Flash2:before {
content: "\e902";
color: #efefef;
}
.icon-Home-icon:before {
content: "\e903";
color: #c1945d;
}
.icon-login:before {
content: "\e904";
color: #c1945d;
}
.icon-Mail:before {
content: "\e905";
color: #ae8b4e;
}
.icon-Phone:before {
content: "\e906";
color: #ae8b4e;
}
.icon-Quotes:before {
content: "\e907";
color: #ae8b4e;
}
body {
font-family: 'Hind', sans-serif;
}
mark{
color: #ae8b4e;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #fff;
}
h1:not(.subtitle),
h2:not(.subtitle),
h3:not(.subtitle),
h4:not(.subtitle),
h5:not(.subtitle),
h6:not(.subtitle) {
text-transform: uppercase;
}
h1.color-title,
h2.color-title,
h3.color-title,
h4.color-title,
h5.color-title,
h6.color-title,
.h1.color-title,
.h2.color-title,
.h3.color-title,
.h4.color-title,
.h5.color-title,
.h6.color-title {
color: #ae8b4e !important;
}
h1 {
font-size: 50px;
letter-spacing: 3px;
}
h2{
font-size: 30px;
}
h3 {
font-size: 20px;
}
h4 {
font-size: 18px;
}
h5{
font-size: 17px;
}
h6 {
font-size: 16px;
}
img {
max-width: 100%;
height: auto;
}
.img-full-w img {
width: 100%;
height: auto;
}
.img-cover img {
width: 100%;
height: 100%;
object-fit: cover;
}
ul {
list-style: none;
}
p,
ul li,
ol li {
color: #030304;
font-size: 14px;
}
p a,
ul li a,
ol li a {
color: inherit;
}
a:hover {
text-decoration: none;
color: #ae8b4e;
}
table a{
color: #ae8b4e;
}
table a:hover{
text-decoration: underline;
}
html{
overflow-x: hidden;
overflow-y: auto;
}
.p-t{
padding-top: 50px;
}
.btn {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
text-transform: uppercase;
border-color: #ae8b4e;
background: none;
color: #fff;
}
.btn:not(.dropdown-toggle):hover,
.btn:not(.dropdown-toggle):focus,
.btn:not(.dropdown-toggle):active,
.btn:not(.dropdown-toggle).hovered {
-webkit-box-shadow: none !important;
box-shadow: none !important;
background: #ae8b4e !important;
border-color: #ae8b4e !important;
}
.btn.with-icon {
text-transform: none;
overflow: hidden;
min-width: 200px;
}
.btn.with-icon .icon {
color: #fff;
float: left;
font-size: 20px;
}
.btn.with-icon:hover .icon,
.btn.with-icon:focus .icon,
.btn.with-icon:active .icon,
.btn.with-icon.hovered .icon {
color: #ae8b4e;
}
.btn.with-icon .text {
float: right;
}
.btn-primary {
border-width: 3px;
min-width: 250px;
font-size: 16px;
letter-spacing: 1px;
padding: 12px 10px;
}
.btn-small {
font-size: 13px;
border-width: 1px;
min-width: 155px;
padding: 5px 7px;
}
.btn.color-btn {
color: #ae8b4e !important;
}
.btn.color-btn:hover,
.btn.color-btn:focus,
.btn.color-btn:active,
.btn.color-btn.hovered {
color: #fff !important;
}
.btn.bg-color {
color: #fff;
background: #ae8b4e;
}
.btn.bg-color:hover,
.btn.bg-color:focus,
.btn.bg-color:active,
.btn.bg-color.hovered {
color: #ae8b4e !important;
background: transparent !important;
}
button:focus {
outline: none;
}
.checkbox-wrap{
margin: 10px 0;
}
.checkbox-wrap label{
margin-bottom: 0;
padding-left: 10px;
}
.symbol-dollar {
font-family: 'Raleway', sans-serif !important;
font-style: inherit;
}
.section-text {
font-size: 17px;
}
.section-text .smaller-width{
max-width: 820px;
width: 80%;
}
.section-text .text-with-logo-bg {
padding-top: 30px;
padding-bottom: 30px;
background: url(//www.forsuperrich.com/wp-content/themes/fsr/images/logo-bg-gold.png) no-repeat center center;
background-size: 70% auto;
}
.section-text h1:not(.subtitle):not(.gray-title),
.section-text h2:not(.subtitle):not(.gray-title),
.section-text h3:not(.subtitle):not(.gray-title),
.section-text h4:not(.subtitle):not(.gray-title),
.section-text h5:not(.subtitle):not(.gray-title),
.section-text h6:not(.subtitle):not(.gray-title) {
color: #ae8b4e;
margin-bottom: 1.4em;
}
.section-text h1.subtitle,
.section-text h2.subtitle,
.section-text h3.subtitle,
.section-text h4.subtitle,
.section-text h5.subtitle,
.section-text h6.subtitle {
color: #858585;
margin-bottom: 1.1em;
}
.section-text h1 {
font-size: 2.4em;
}
.section-text h2 {
font-size: 2.2em;
}
.section-text h3 {
font-size: 1.9em;
}
.section-text h4 {
font-size: 1.6em;
}
.section-text h5 {
font-size: 1.3em;
}
.section-text h6 {
font-size: 1em;
}
.section-text .section-title{
font-size: 1.6em;
}
.section-text .woocommerce-MyAccount-content h1{
font-size: 1.8em;
}
.section-text .woocommerce-MyAccount-content h2{
font-size: 1.6em;
}
.section-text .woocommerce-MyAccount-content h3{
font-size: 1.4em;
}
.section-text .woocommerce-MyAccount-content h4{
font-size: 1.2em;
}
.section-text .woocommerce-MyAccount-content h5{
font-size: 1em;
}
.section-text .woocommerce-MyAccount-content h6{
font-size: 0.8em;
}
.section-text .gray-title{
color: #858585;
}
.section-text p,
.section-text ul li,
.section-text ol li {
font-size: 1em;
line-height: 1.4em;
color: #858585;
margin-bottom: 1.4em;
}
.section-text .text-bigger p,
.section-text .text-bigger ul li,
.section-text .text-bigger ol li {
font-size: 1.2em !important;
}
.section-text .text-medium p,
.section-text .text-medium ul li,
.section-text .text-medium ol li {
font-size: 1.1em !important;
}
.section-text .color-text * {
color: #ae8b4e !important;
}
.section-text .list-disc ul {
list-style: disc;
}
.section-text .list-uppercase ul li {
text-transform: uppercase;
font-size: 0.8em;
}
.section-text .list-checkmark li {
padding-left: 28px;
position: relative;
margin-bottom: 1.75em;
}
.section-text .list-checkmark li:before {
content: "\e909";
font-family: 'icomoon';
font-size: 21px;
color: #ae8b4e;
position: absolute;
left: 0;
top: -5px;
}
.section-text .text-white *:not(.color-title) {
color: #fff !important;
}
.section-text .bg-box {
padding: 50px 60px;
}
.section-text .bg-box.bg-gold {
background: #ae8b4e;
}
.section-text .bg-box.bg-dark {
background: #030304 !important;
}
.section-text .bg-box.bg-gray {
background: #515151 !important;
}
.section-text .bg-box.bg-map {
background: #101010 url(//www.forsuperrich.com/wp-content/themes/fsr/images/map-bg.png) center center no-repeat;
}
.section-text .two-cols {
margin-left: -30px;
margin-right: -30px;
}
.section-text .two-cols .col-md-6 {
padding-right: 30px;
padding-left: 30px;
}
.section-text .package-price-box {
padding: 0 100px;
}
.section-text  .woocommerce-MyAccount-navigation .package-price-box {
padding: 0;
}
.section-text .package-price-box .package .content-wrap {
border: 3px solid transparent;
}
.section-text .package-price-box .package .content {
padding: 3px 20px 20px;
background: url(//www.forsuperrich.com/wp-content/themes/fsr/images/logo-bg-gold-light.png) no-repeat center center;
background-size: 80% auto;
}
.section-text .package-price-box .package .price {
display: block;
margin: 0 auto -74px auto;
line-height: 122px;
width: 148px;
height: 148px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background: #fff;
border: 8px solid transparent;
font-size: 46px;
position: relative;
z-index: 2;
}
.section-text .woocommerce-MyAccount-navigation  .package-price-box .package .price{
margin-bottom:-45px;
line-height: 84px;
width: 90px;
height: 90px;
border-width: 4px;
font-size: 30px;
}
.section-text .package-price-box .package .price .cur{
display: block;
position: absolute;
bottom: 14px;
font-size: 20px;
line-height: 20px;
left: 0;
right: 0;
}
.section-text .woocommerce-MyAccount-navigation  .package-price-box .package .price .cur{
bottom: 8px;
font-size: 14px;
line-height: 14px;
}
.section-text .package-price-box .package .title {
padding: 77px 0 20px 0;
color: #fff;
letter-spacing: 3px;
}
.section-text .woocommerce-MyAccount-navigation  .package-price-box .package .title {
padding: 50px 0 10px 0;
font-size: 18px;
}
.section-text .package-price-box .package .period {
margin: 0 auto 20px auto;
padding-bottom: 28px;
border-bottom: 1px solid #ae8b4e;
text-transform: uppercase;
max-width: 195px;
font-size: 1.1em;
letter-spacing: 0.5px;
}
.section-text .woocommerce-MyAccount-navigation  .package-price-box .package .period {
font-size: 12px;
border-bottom: 0;
padding-bottom: 0;
}
.section-text .package-price-box .package .values-list li {
margin-bottom: 1em;
}
.section-text .package-price-box .package .values-list li span:not(.symbol-dollar) {
display: block;
font-size: 0.7em;
}
.section-text .package-price-box .package.silver *:not(.btn):not(.title) {
color: #9e9f9f !important;
}
.section-text .package-price-box .package.silver .price,
.section-text .package-price-box .package.silver .content-wrap,
.section-text .package-price-box .package.silver .btn {
border-color: #9e9f9f;
}
.section-text .package-price-box .package.silver .btn {
background: #9e9f9f;
}
.section-text .woocommerce-MyAccount-navigation .package-price-box .package .btn{
min-width: 50px;
white-space: normal;
}
.section-text .package-price-box .package.silver .btn:hover {
background: transparent !important;
color: #9e9f9f !important;
border-color: #9e9f9f !important;
}
.section-text .package-price-box .package.silver .title {
background: #9e9f9f;
}
.section-text .package-price-box .package.gold *:not(.btn):not(.title) {
color: #ae8b4e !important;
}
.section-text .package-price-box .package.gold .price,
.section-text .package-price-box .package.gold .content-wrap {
border-color: #ae8b4e;
}
.section-text .package-price-box .package.gold .title {
background: #ae8b4e;
}
.section-text:not(.indent-none) {
padding: 50px 0;
}
.font-bold * {
font-weight: 900 !important;
}
.font-w-500 * {
font-weight: 500 !important;
}
.b-t {
border-top: 1px solid #ae8b4e;
}
.m-b-60 {
margin-bottom: 60px !important;
}
.m-b-40 {
margin-bottom: 40px !important;
}
#main-slider .carousel-item {
-webkit-transition: -webkit-transform 1s, opacity 0.5s;
transition: transform 1s, opacity 0.5s;
}
#main-slider .carousel-item,
#main-slider .active.carousel-item-left,
#main-slider .active.carousel-item-right {
opacity: 0;
-webkit-transform: perspective(1000px) translateZ(0) !important;
-ms-transform: perspective(1000px) translateZ(0) !important;
transform: perspective(1000px) translateZ(0) !important;
}
#main-slider .carousel-item.active,
#main-slider .carousel-item-next.carousel-item-left,
#main-slider .carousel-item-prev.carousel-item-right {
opacity: 1;
-webkit-transform: perspective(1000px) translateZ(70px) !important;
-ms-transform: perspective(1000px) translateZ(70px) !important;
transform: perspective(1000px) translateZ(70px) !important;
}
#main-slider .carousel-item .item-text {
position: absolute;
left: 0;
right: 0; bottom: 10%;
}
#main-slider .carousel-item .item-text * {
color: #fff;
}
#main-slider .carousel-item .item-text .slide-title {
font-size: 56px;
letter-spacing: 3px;
font-family: 'Raleway', sans-serif; margin-bottom: 15px;
}
#main-slider .carousel-item .item-text .subtitle {
letter-spacing: 2px;
font-size: 22px;
}
#main-slider .carousel-item .item-text .btn { margin: 15px 0;
width: 170px;
min-width: 170px;
padding: 7px 10px;
border-width: 1px;
}
#main-slider .carousel-control-next,
#main-slider .carousel-control-prev {
width: 40px;
height: 40px;
bottom: auto;
top: 50%;
margin-top: -20px;
font-size: 40px;
opacity: 1;
}
#main-slider .carousel-control-next span,
#main-slider .carousel-control-prev span {
color: #fff;
}
#main-slider .carousel-control-next:hover span,
#main-slider .carousel-control-prev:hover span {
color: #ae8b4e;
}
#main-slider .carousel-control-prev {
left: 24px;
}
#main-slider .carousel-control-next {
right: 24px;
}
#main-slider .carousel-indicators {
bottom: 34px;
margin-bottom: 0;
}
#main-slider .carousel-indicators li {
width: 8px;
height: 8px;
}
.quote-block {
margin-top: 80px;
margin-bottom: 74px;
padding-left: 80px;
padding-right: 80px;
}
.quote-block .logo {
width: 20%;
}
.quote-block .logo img {
width: 100%;
max-width: 114px;
}
.quote-block .text {
width: 80%;
}
.quote-block .text p {
line-height: 2.6em;
}
.quote-block .title {
font-weight: 700;
position: relative;
padding-top: 30px;
padding-bottom: 10px;
font-size: 16px;
display: inline-block;
margin-bottom: 0;
}
.quote-block .title:before {
font-family: 'icomoon';
content: '\e907';
font-size: 53px;
color: #d7c4a5;
position: absolute;
bottom: 0;
}
.quote-block.logo-left .logo {
padding-right: 30px;
}
.quote-block.logo-left .title {
padding-left: 82px;
}
.quote-block.logo-left .title:before {
left: 0;
}
.quote-block.logo-right .logo {
padding-left: 30px;
}
.quote-block.logo-right .title {
padding-right: 82px;
}
.quote-block.logo-right .title:before {
right: 0;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.categories-list .row {
margin: 0;
}
.categories-list .cat-item {
position: relative;
height: 550px;
padding: 0;
}
.categories-list .cat-item:before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0, 0, 0, 0.55);
-webkit-transition: 0.5s all ease;
-moz-transition: 0.5s all ease;
transition: 0.5s all ease;
}
.categories-list .cat-item:hover {
cursor: pointer;
}
.categories-list .cat-item:hover .btn,
.categories-list .cat-item:focus .btn,
.categories-list .cat-item.hovered .btn  {
background: #ae8b4e;
}
.categories-list .cat-item:hover:before,
.categories-list .cat-item:focus:before,
.categories-list .cat-item.hovered:before {
background: rgba(0, 0, 0, 0.2);
}
.categories-list .cat-item .cat-name {
padding: 0 15px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: #fff;
position: absolute;
top: 39%;
left: 0;
right: 0;
z-index: 2;
font-size: 28px;
letter-spacing: 1.5px;
text-shadow: 1px 1px 3px #000000;
}
.categories-list .cat-item .cat-name a {
color: inherit;
}
.categories-list .cat-item .btn {
width: 250px;
position: absolute;
bottom: 54px;
left: 50%;
margin-left: -125px;
z-index: 2;
}
.bottom-banner {
background-size: cover;
background-repeat: no-repeat;
background-position: center bottom;
padding: 170px 20px 90px 20px;
}
.bottom-banner .container {
max-width: 840px;
}
.bottom-banner .banner-title {
font-size: 40px;
letter-spacing: 4px;
margin-bottom: 16px;
}
.bottom-banner .banner-subtitle {
font-weight: 700;
font-size: 24px;
}
.bottom-banner p {
color: #fff;
font-size: 21px;
margin: 43px 0;
line-height: 1.7em;
}
.bottom-banner p.text-small {
font-size: 18px;
}
.bottom-banner .btn-primary {
font-size: 19px;
letter-spacing: 1.5px;
}
.mobile_menu_wrap {
height: calc(100vh - 66px);
position: absolute;
top: 66px;
width: 100%;
z-index: 999;
background: rgba(0,0,0,.8);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
transform: scale(1, 0);
-webkit-transform: scale(1, 0);
-webkit-transition: -webkit-transform 0.5s ease;
transition: transform 0.5s ease;
pointer-events: none;
}
.mobile_menu_wrap.active{
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
pointer-events: auto;
}
.mobile_menu_wrap .mobile_menu {
list-style: none;
padding: 20px;
}
.mobile_menu_wrap .mobile_menu  li {
margin-bottom: 3px;
text-align: right;
font-size: 20px;
-webkit-transform: scale(1.5) translateY(-30px);
transform: scale(1.5) translateY(-30px);
opacity: 0;
-webkit-transition: opacity .6s cubic-bezier(.4,.01,.165,.99),-webkit-transform .5s cubic-bezier(.4,.01,.165,.99);
transition: transform .5s cubic-bezier(.4,.01,.165,.99),opacity .6s cubic-bezier(.4,.01,.165,.99),-webkit-transform .5s cubic-bezier(.4,.01,.165,.99);
}
.mobile_menu_wrap.active .mobile_menu  li {
-webkit-transform: scale(1) translateY(0);
transform: scale(1) translateY(0);
opacity: 1;
}
.mobile_menu_wrap.active .mobile_menu  li:nth-child(1) {
-webkit-transition-delay: .27s;
transition-delay: .27s;
}
.mobile_menu_wrap.active .mobile_menu  li:nth-child(2) {
-webkit-transition-delay: .34s;
transition-delay: .34s;
}
.mobile_menu_wrap.active .mobile_menu  li:nth-child(3) {
-webkit-transition-delay: .41s;
transition-delay: .41s;
}
.mobile_menu_wrap.active .mobile_menu  li:nth-child(4) {
-webkit-transition-delay: .48s;
transition-delay: .48s;
}
.mobile_menu_wrap.active .mobile_menu  li:nth-child(5) {
-webkit-transition-delay: .53s;
transition-delay: .53s;
}
.mobile_menu_wrap.active .mobile_menu  li:nth-child(6) {
-webkit-transition-delay: .6s;
transition-delay: .6s;
}
.mobile_menu_wrap.active .mobile_menu  li:nth-child(7) {
-webkit-transition-delay: .67s;
transition-delay: .67s;
}
.mobile_menu_wrap.active .mobile_menu  li:nth-child(8) {
-webkit-transition-delay: .73s;
transition-delay: .73s;
}
.mobile_menu_wrap .mobile_menu  li a {
color: #fff;
letter-spacing: 2px;
text-transform: uppercase;
padding: 5px;
display: inline-block;
}
.mobile_menu_wrap .mobile_menu .nav-link [class^="icon-"], .mobile_menu_wrap .mobile_menu .nav-link [class*=" icon-"] {
font-size: 20px;
display: inline-block;
vertical-align: middle;
}
.mobile_menu_wrap .mobile_menu  li:hover > a,
.mobile_menu_wrap .mobile_menu  li.active > a,
.mobile_menu_wrap .mobile_menu  li:hover > .drop-link a,
.mobile_menu_wrap .mobile_menu  li.active > .drop-link a,
.mobile_menu_wrap .mobile_menu li:hover > .drop-link label[for="check-drop"],
.mobile_menu_wrap .mobile_menu li.active > .drop-link label[for="check-drop"] {
color: #ae8b4e;
}
.header-over .header {
margin-bottom: -83px;
background: transparent;
-webkit-transition: background .5s ease;
transition: background .5s ease;
}
.header-over .header.bg-mob{
background: rgba(0,0,0,.8);
-webkit-transition: background .5s ease;
transition: background .5s ease;
}
.header {
height: 83px;
background: #030304;
z-index: 100;
position: relative;
}
.header .logo {
margin: 0;
width: 235px;
max-width: 22%;
font-size: 0;
}
.header .logo a{
padding: 0;
}
.header .navbar {
padding: 10px 0;
position: relative;
}
.header .navbar .navbar-toggler {
width: 40px;
padding: 5px;
}
.header .navbar .navbar-toggler .line {
height: 2px;
background: #fff;
margin: 4px 0;
display: block;
}
.header .navbar .navbar-toggler:focus {
outline: none;
}
.header .navbar .navbar-toggler:focus .line {
background: #ae8b4e;
}
.header .navbar .navbar-nav {
width: 37%;
}
.header .navbar .navbar-nav .nav-link {
text-transform: uppercase;
color: #fff;
font-size: 14px;
padding: 5px;
}
.header .navbar .navbar-nav .nav-link:hover,
.header .navbar .navbar-nav .nav-link.active,
.header .navbar .navbar-nav .nav-link.login {
color: #ae8b4e;
}
.header .navbar .navbar-nav .nav-link.login [class^="icon-"],
.header .navbar .navbar-nav .nav-link.login [class*=" icon-"] {
margin-left: 10px;
}
.header .navbar .navbar-nav .nav-link [class^="icon-"],
.header .navbar .navbar-nav .nav-link [class*=" icon-"] {
font-size: 20px;
display: inline-block;
vertical-align: middle;
}
.header .burger-container {
position: absolute;
right: 5px;
height: 40px;
width: 45px;
cursor: pointer;
-webkit-transform: rotate(0);
transform: rotate(0);
-webkit-transition: all .3s cubic-bezier(.4,.01,.165,.99);
transition: all .3s cubic-bezier(.4,.01,.165,.99);
}
.header .burger-container.active {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.header .burger-container .burger {
width: 45px;
height: 40px;
position: relative;
display: block;
margin: 0 auto;
padding: 13px 2px 13px 2px;
}
.header .burger-container .burger .bar {
width: 100%;
height: 1px;
display: block;
position: relative;
background: #ae8b4e;
margin: 0 0 0 auto;
}
.header  .burger-container .burger .bar.bar-top {
-webkit-transform: translateY(0) rotate(0);
transform: translateY(0) rotate(0);
}
.header  .burger-container .burger .bar.bar-mdl {
-webkit-transform: translateY(5px) rotate(0);
transform: translateY(5px) rotate(0);
opacity: 1;
width: 85%;
}
.header .burger-container .burger .bar.bar-btm {
-webkit-transform: translateY(10px) rotate(0);
transform: translateY(10px) rotate(0);
width: 70%;
}
.header .burger-container.active .burger .bar {
-webkit-transition: -webkit-transform .4s cubic-bezier(.4,.01,.165,.99);
transition: -webkit-transform .4s cubic-bezier(.4,.01,.165,.99);
transition: transform .4s cubic-bezier(.4,.01,.165,.99);
transition: transform .4s cubic-bezier(.4,.01,.165,.99),-webkit-transform .4s cubic-bezier(.4,.01,.165,.99);
-webkit-transition-delay: .2s;
transition-delay: .2s;
width: 100% !important;
}
.header .burger-container.active .burger .bar.bar-top {
-webkit-transform: translateY(5px) rotate(45deg);
transform: translateY(5px) rotate(45deg);
}
.header .burger-container.active .burger .bar.bar-mdl {
-webkit-transform: translateY(3px) rotate(-45deg);
transform: translateY(3px) rotate(-45deg);
}
.header .burger-container.active .burger .bar.bar-btm {
opacity: 0;
}
.footer {
background: #030304;
padding-top: 108px;
}
.footer  .container{
padding-right: 40px;
padding-left: 40px;
}
.footer  > .container {
background: url(//www.forsuperrich.com/wp-content/themes/fsr/images/logo-bg.png) no-repeat right top 100px;
background-size: 83% auto;
}
.footer .footer-logo img {
width: 100%;
max-width: 136px;
}
.footer .footer-logo a{
display: inline-block;
}
.footer .list-with-icons-box {
border-bottom: 1px solid #ae8b4e;
padding-bottom: 50px;
}
.footer .list-with-icons-box ul {
margin-bottom: 50px;
}
.footer .list-with-icons-box ul li {
padding-top: 23px;
padding-bottom: 8px;
}
.footer .list-with-icons-box ul li:not(:last-child) {
border-right: 2px solid #ae8b4e;
}
.footer .list-with-icons-box ul li .icon {
font-size: 31px;
margin-bottom: 18px;
display: inline-block;
}
.footer .list-with-icons-box ul li .title {
font-size: 16px;
letter-spacing: 0.7px;
margin-bottom: 3px;
}
.footer .list-with-icons-box ul li a,
.footer .list-with-icons-box ul li p {
color: #c5c5c5;
font-size: 12px;
font-style: italic;
letter-spacing: 0.7px;
}
.footer .list-with-icons-box ul li a:hover {
color: #fff;
}
.footer .links-in-columns-box {
padding: 25px 0 10px 0;
}
.footer .links-in-columns-box .group-title {
display: inline-block;
border-bottom: 2px solid #ae8b4e;
padding: 0 22px 9px 0;
font-size: 19px;
margin: 18px 0 20px 0;
}
.footer .links-in-columns-box .col-title {
font-size: 12px;
margin: 17px 0 43px 0;
font-weight: 700;
}
.footer .links-in-columns-box ul li {
margin-bottom: 9px;
}
.footer .links-in-columns-box ul li a {
font-size: 12px;
font-style: italic;
color: #858585;
padding: 5px;
-webkit-transition: 0.5s color ease;
-moz-transition: 0.5s color ease;
transition: 0.5s color ease;
font-weight: 700;
letter-spacing: 0.7px;
}
.footer .links-in-columns-box ul li a:hover {
color: #fff;
}
.footer .links-in-columns-box .site-links ul li {
margin-bottom: 7px;
}
.footer .links-in-columns-box .site-links ul li a {
text-transform: uppercase;
font-style: normal;
color: #c0c0c0;
font-size: 10px;
font-weight: 400;
}
.footer .links-in-columns-box .site-links ul li a:hover {
color: #fff;
}
.footer .links-in-columns-box .bottom-text {
margin: 48px 0 40px 0;
}
.footer .links-in-columns-box .bottom-text h6 {
margin-bottom: 16px;
}
.footer .links-in-columns-box .bottom-text p {
color: #8d8d8d;
font-size: 11px;
font-weight: 600;
}
.footer .bottom-menu {
border-top: 2px solid #ae8b4e;
padding: 17px 0;
}
.footer .bottom-menu ul {
margin-bottom: 0;
}
.footer .bottom-menu ul li {
display: inline-block;
vertical-align: middle;
margin-right: 20px;
}
.footer .bottom-menu ul li a {
text-transform: uppercase;
color: #ae8b4e;
font-style: italic;
font-size: 11px;
letter-spacing: 0.5px;
-webkit-transition: 0.5s all ease;
-moz-transition: 0.5s all ease;
transition: 0.5s all ease;
}
.footer .bottom-menu ul li a:hover {
color: #fff;
}
.footer .bottom-menu ul li a [class*="icon-"] {
-webkit-transition: 0.5s all ease;
-moz-transition: 0.5s all ease;
transition: 0.5s all ease;
}
.footer .bottom-menu ul li a:hover [class*="icon-"] {
color: #fff;
}
.footer .bottom-menu .container {
max-width: 1340px;
}
.footer .bottom-menu .copy {
color: #ae8b4e;
font-size: 12px;
font-weight: 600;
letter-spacing: 1px;
margin-bottom: 0;
}
.main-filter-box {
background: #030304;
padding: 30px 0;
margin-top: -1px;
z-index: 200;
position: relative;
}
.check-form-input {
display: none;
}
.check-form-label,
.filter-title {
color: #ae8b4e;
text-transform: uppercase;
font-size: 13px;
letter-spacing: 2.5px;
margin: 0 27px 0 0;
white-space: nowrap;
}
.check-form-label {
display: none;
text-align: center;
margin: 0 0 10px;
}
.check-form-label .icon-filter {
display: inline-block;
vertical-align: top;
}
.main-filter-box form .form-group {
margin: 0;
padding: 0 13px;
border-left: 1px solid #ae8b4e;
width: 29%;
max-width: 29%;
}
.main-filter-box form .form-group .group-item:not(select) {
margin: 0 4%;
width: 42% !important;
position: relative;
}
.main-filter-box form .form-group .group-item .bootstrap-select,
.main-filter-box form .form-group .group-item.wide:not(select) {
width: 100% !important;
}
.main-filter-box form .form-group .text-item {
padding-top: 9px !important;
}
.main-filter-box form .form-group .visib-onchange-group .bootstrap-select:not(:first-child),
.main-filter-box form .form-group .visib-onchange-group .com-soon {
display: none;
}
.main-filter-box form .form-group .visib-onchange-group .com-soon * {
color: #858585;
margin-bottom: 0;
font-size: 18px;
letter-spacing: 2px;
padding-top: 7px;
line-height: 1.4em;
}
.main-filter-box form .submit {
padding: 8px 7px;
min-width: 117px;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
width: 137px;
}
.bootstrap-select > .dropdown-toggle,
.main-filter-box .form-group .text-item {
background: #161515;
border: none;
text-transform: uppercase;
font-size: 12px;
padding: 9px 22px 9px 10px;
position: relative; color: #fff;
}
.bootstrap-select.lightcolor > .dropdown-toggle {
background: #fff;
color: #ae8b4e;
border: 1px solid #ae8b4e;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder { color: #fff;
}
.bootstrap-select.lightcolor > .dropdown-toggle.bs-placeholder {
color: #ae8b4e;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle:hover {
color: #fff;
}
.bootstrap-select.lightcolor > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select.lightcolor > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select.lightcolor > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select.lightcolor > .dropdown-toggle:hover {
color: #030304;
}
.bootstrap-select .dropdown-toggle::after,
.dropup .dropdown-toggle::after {
border-width: 5px;
margin-left: 1px;
vertical-align: 7px;
}
.bootstrap-select .dropdown-toggle::after {
border-top-color: #ae8b4e;
margin-left: 0 !important;
vertical-align: baseline !important;
}
.dropup .dropdown-toggle::after {
border-bottom-color: #ae8b4e;
}
.bootstrap-select .dropdown-toggle:focus {
outline: none !important;
box-shadow: none;
}
.bootstrap-select .dropdown-menu {
max-width: 100%;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background: none;
}
.bootstrap-select ul.dropdown-menu {
padding: 3px 10px !important;
background: rgba(22, 21, 21, 0.93);
}
.bootstrap-select ul.dropdown-menu li:not(:first-child) {
border-top: 1px solid #ae8b4e;
}
.bootstrap-select ul.dropdown-menu li.disabled + li,
.bootstrap-select ul.dropdown-menu li.hidden + li,
.bootstrap-select ul.dropdown-menu li.selected:nth-last-child(1)+li,
.bootstrap-select ul.dropdown-menu li.disabled + li.selected + li,
.bootstrap-select ul.dropdown-menu li:first-child+li:last-child{
border-top: 0;
}
.bootstrap-select ul.dropdown-menu li.selected {
display: none;
}
.bootstrap-select ul.dropdown-menu li {
padding: 5px 0 2px 0;
text-align: center;
margin: 0;
}
.bootstrap-select ul.dropdown-menu li a {
padding: 6px 10px 8px 10px;
color: #fff;
display: block;
line-height: 1em;
font-size: 13px;
letter-spacing: 0.5px;
text-transform: uppercase;
}
.bootstrap-select ul.dropdown-menu li.disabled {
display: none;
}
.bootstrap-select ul.dropdown-menu li:hover a { color: #b7b7b7;
}
.bootstrap-select.lightcolor ul.dropdown-menu {
background: #fff;
border: 1px solid #ae8b4e;
}
.bootstrap-select.lightcolor ul.dropdown-menu li a {
color: #ae8b4e;
}
.bootstrap-select.lightcolor ul.dropdown-menu li:hover a {
color: #030304;
}
.bootstrap-select .dropdown-menu.open .dropdown-menu {
display: block;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
text-overflow: ellipsis;
vertical-align: middle;
padding-top: 2px;
}
.bootstrap-select .bs-caret{
position: absolute;
width: 11px;
height: 6px;
right: 8px;
top: 50%;
margin-top: -3px;
text-align: center;
}
.bootstrap-select .bs-caret .caret{
position: absolute;
top: 0;
right: 0;
margin-top: 0;
vertical-align: middle;
}
.category-main-banner {
height: 300px;
background: #030304;
position: relative;
}
.category-main-banner .text-box {
padding: 83px 20px 20px 8%;
}
.category-main-banner .text-box .text {
max-width: 665px;
}
.category-main-banner .text-box .text p {
letter-spacing: 1px;
line-height: 1.8em;
}
.category-main-banner .text-box .text * {
margin: 0;
color: #6c6c6c;
}
.category-main-banner .img-box {
position: relative;
}
.category-main-banner .img-box:before {
content: '';
width: 80px;
top: 0;
left: 0;
bottom: 0;
position: absolute;
z-index: 2;
background: -moz-linear-gradient(left, #030304 0%, rgba(3, 3, 4, 0) 100%); background: -webkit-linear-gradient(left, #030304 0%, rgba(3, 3, 4, 0) 100%); background: linear-gradient(to right, #030304 0%, rgba(3, 3, 4, 0) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#030304', endColorstr='#00030304', GradientType=1); }
.category-main-banner .img-box img{
height: 300px;
}
.breadcrumbs {
margin: 11px 0;
}
.breadcrumbs li,
.breadcrumbs li *,
.breadcrumbs li:not(:last-child):after{
display: inline-block;
vertical-align: middle;
}
.breadcrumbs li {
text-transform: uppercase;
font-size: 9px;
letter-spacing: 0.5px;
color: #454545;
}
.breadcrumbs li:not(:last-child):after {
content: '> ';
color: #a6a6a6; margin: 0 5px;
}
.breadcrumbs li a {
color: #a6a6a6;
}
.breadcrumbs li a:hover {
color: #454545;
}
.breadcrumbs li span{
padding-left: 5px;
}
.section-title {
font-size: 20px;
letter-spacing: 4px;
}
.category-items-list {
margin-top: 1rem;
margin-bottom: 1rem;
}
.category-items-list .item {
margin-bottom: 50px;
}
.category-items-list .item .img {
height: 250px;
background: #858585;
margin-bottom: 6px;
}
.category-items-list .item .content * {
font-size: 16px;
line-height: 1.3em;
margin-bottom: 0;
}
.category-items-list .item .model {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: #030304;
font-weight: 600;
margin-bottom: 2px;
text-transform: none;
margin-right: 5px;
}
.category-items-list .item .model .year {
padding-right: 8px;
font-size: 1.1em;
}
.category-items-list .item .price {
color: #ae8b4e;
letter-spacing: 0.5px;
}
.category-items-list .item .vote i{
font-size: 24px;
line-height: 1em;
display: inline-block;
vertical-align: middle;
font-style: normal;
}
.category-items-list .item .location {
color: #858585;
}
.category-items-list .item .location .flag {
display: inline-block;
width: 29px;
height: 17px;
margin-left: 8px;
}
.category-items-list .item .top-text .item-links-list{
max-width: 130px;
white-space: nowrap;
text-align: right;
margin-bottom: 6px;
}
.category-items-list .item .top-text .item-links-list a{
display: inline-block;
vertical-align: middle;
margin-left: 5px;
}
.category-items-list .item .top-text .item-links-list a:hover,
.category-items-list .item .vote:hover{
color: #030304;
}
.category-items-list .item .top-text .item-links-list .insta-link{
max-width: 100px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.category-items-list .item .top-text .item-links-list .insta-link:before{
padding-right: 3px;
}
.category-items-list .item .top-text .item-links-list .icon-share2:before{
padding-right: 5px;
}
.category-items-list .item .top-text .item-links-list .icon-share2 span{
font-family: 'Hind', sans-serif;
}
.one-item-row .category-items-list .item .img{
height: 600px;
min-height: 500px;
overflow: hidden;
}
.pagination-wrap {
margin: 0px 0px 60px;
}
.pagination-wrap span,
.pagination-wrap a {
display: inline-block;
vertical-align: middle;
margin: 6px;
font-size: 14px;
letter-spacing: 0.5px;
padding: 5px 11px 3px 11px;
background: #030304;
color: #ae8b4e;
text-transform: uppercase;
-webkit-transition: 0.5s all ease;
-moz-transition: 0.5s all ease;
transition: 0.5s all ease;
}
.pagination-wrap .current,
.pagination-wrap a:hover {
background: #ae8b4e;
color: #fff;
}
.pagination-wrap .prev,
.pagination-wrap .next {
width: 90px;
border: 1px solid #ae8b4e;
position: relative;
}
.pagination-wrap .prev:before,
.pagination-wrap .next:before {
content: '';
width: 0;
height: 0;
border: 5px solid transparent;
position: absolute;
top: 50%;
margin-top: -6px;
}
.pagination-wrap .prev {
padding-left: 18px;
}
.pagination-wrap .prev:before {
left: 2px;
border-right-color: #ae8b4e;
}
.pagination-wrap .prev:hover:before {
border-right-color: #fff;
}
.pagination-wrap .next {
padding-right: 18px;
}
.pagination-wrap .next:before {
right: 2px;
border-left-color: #ae8b4e;
}
.pagination-wrap .next:hover:before {
border-left-color: #fff;
}
.brand-banner {
background: #030304; padding: 12px 0;
}
.brand-banner .container-fluid {
padding: 0 11%;
}
.brand-banner .brand-logo {
max-width: 160px;
text-align: center;
}
.brand-banner .brand-logo img{
max-height: 120px;
width: auto;
display: inline-block;
}
.brand-banner .banner-text {
max-width: 560px;
padding: 0 20px;
}
.brand-banner .banner-text .title {
color: #4d4d4d;
margin-bottom: 13px;
font-size: 18px;
}
.brand-banner .collapse-text {
overflow: hidden;
margin-bottom: 10px;
}
.brand-banner .collapse-text * {
color: #7d7d7d;
font-size: 12px;
line-height: 1.3em;
}
.brand-banner .collapse-btn {
display: none;
width: 0;
height: 0;
border: 10px solid transparent;
border-top-color: #ae8b4e;
-webkit-transition: 0.5s all ease;
-moz-transition: 0.5s all ease;
transition: 0.5s all ease;
}
.brand-banner .collapse-btn:hover {
cursor: pointer;
border-top-color: #c7ae82;
}
.brand-banner .collapse-btn.active {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.lightbox-wrap .head-info {
margin: 17px 0;
}
.lightbox-wrap .head-info * {
font-size: 34px;
text-transform: none;
letter-spacing: 1px;
line-height: 1.3;
}
.lightbox-wrap .head-info .product-title {
color: #030304;
}
.lightbox-wrap .head-info .product-title .year {
padding-right: 7px;
}
.lightbox-wrap .head-info .product-price {
color: #ae8b4e;
}
.lightbox-wrap #lightbox-links .primary a {
height: 600px;
display: block;
}
.lightbox-wrap #lightbox-links .preview-links-wrap {
margin: 14px -7px 14px -7px;
position: relative;
overflow: hidden;
}
.lightbox-wrap #lightbox-links .preview-links-wrap .preview-links a {
width: 33.33%;
height: 210px;
float: left;
padding: 0 7px;
}
.lightbox-wrap #lightbox-links .preview-links-wrap .slide-nav {
position: absolute;
top: 50%;
margin-top: -20px;
width: 40px;
height: 40px;
font-size: 40px;
line-height: 40px;
color: #fff;
text-align: center;
z-index: 10;
display: none;
}
.lightbox-wrap #lightbox-links .preview-links-wrap .slide-nav span {
color: inherit;
}
.lightbox-wrap #lightbox-links .preview-links-wrap .slide-nav:hover {
color: #ae8b4e;
cursor: pointer;
}
.lightbox-wrap #lightbox-links .preview-links-wrap .slide-nav.prev {
left: 7px;
}
.lightbox-wrap #lightbox-links .preview-links-wrap .slide-nav.next {
right: 7px;
}
.lightbox-wrap #lightbox-links .preview-links-wrap .slide-nav.disabled {
color: #858585;
}
.single-product-details .price-box {
margin: 44px 0;
}
.single-product-details .price-box .price {
font-size: 40px;
letter-spacing: 1px;
margin-bottom: 15px;
color: #030304;
text-transform: none;
}
.single-product-details .price-box .currency-converter .converted-currency,
.single-product-details .price-box .currency-converter .currency-dropdown {
display: inline-block;
vertical-align: middle;
margin: 0 5px;
}
.single-product-details .price-box .currency-converter .converted-currency p {
margin-bottom: 0;
font-size: 24px;
letter-spacing: 1px;
color: #858585;
}
.single-product-details .price-box .currency-converter .converted-currency p .currency {
padding-left: 10px;
}
.single-product-details .details-box {
margin-bottom: 50px;
}
.single-product-details .details-box .bg-dark {
background: #030304 !important;
margin-bottom: 30px;
}
.single-product-details .details-box .group-title {
font-size: 22px;
}
.single-product-details .details-box .col-left {
padding-right: 7px;
flex: 0 1 67%;
}
.single-product-details .details-box .col-right {
padding-left: 7px;
flex: 0 1 33%;
}
.single-product-details .details-box .details-list-wrap .list-title {
padding: 30px 20px 29px 56px;
margin: 0;
border-bottom: 1px solid #ae8b4e;
}
.single-product-details .details-box .details-list-wrap .details-list li {
padding: 8px 10px 5px 56px;
background: #14141b;
margin-bottom: 7px;
color: #858585;
}
.single-product-details .details-box .details-list-wrap .details-list li:last-child {
margin-bottom: 0px;
}
.single-product-details .details-box .details-list-wrap .details-list li .caption {
text-transform: uppercase;
flex: 0 0 50%;
font-size: 18px;
padding-right: 10px;
}
.single-product-details .details-box .inquiry-form {
padding: 30px 20px 20px 20px;
}
.single-product-details .details-box .description .description-title {
font-size: 28px;
}
.single-product-details .details-box .description p {
color: #030304;
font-weight: 600;
font-size: 16px;
}
.single-product-details .details-box .description p a {
color: inherit;
}
.single-product-details .details-box .description p a:hover {
color: #ae8b4e;
}
.single-product-details .details-box .sale-by-box {
padding: 15px 20px 20px 20px;
background: #f4f4f4;
}
.single-product-details .details-box .sale-by-box .sale-by-title {
margin-bottom: 22px;
}
.single-product-details .details-box .sale-by-box .seller {
font-size: 26px;
color: #030304;
margin-bottom: 30px;
}
.single-product-details .details-box .sale-by-box .seller a{
color: inherit;
}
.single-product-details .details-box .sale-by-box .seller a:hover{
color: #ae8b4e;
}
.single-product-details .details-box .sale-by-box p {
color: #9f9f9f;
font-weight: 500;
font-size: 18px;
margin-bottom: 23px;
}
.single-product-details .details-box .sale-by-box p a {
color: inherit;
}
.single-product-details .details-box .sale-by-box p a:hover {
color: #ae8b4e;
}
.single-product-details .details-box .sale-by-box .seller-page-link {
text-transform: uppercase;
display: inline-block;
padding-right: 20px;
position: relative;
} .single-product-details .details-box .sale-by-box .btn {
display: block;
width: 100%;
}
.single-product-details .details-list{
margin-bottom: 20px;
padding-bottom: 7px;
}
.inquiry-form .form-title {
margin-bottom: 15px;
}
.inquiry-form .form-group {
margin-bottom: 38px;
}
.inquiry-form .form-group label {
flex: 0 1 33%;
margin: 0;
}
.inquiry-form .form-group .form-control {
flex: 0 1 67%;
}
.inquiry-form label {
padding: 0 10px 0 5px;
font-size: 12px;
color: #858585;
}
.inquiry-form .form-control {
-webkit-border-radius: 0;
border-radius: 0;
background: transparent;
border-color: transparent;
border-bottom-color: #ae8b4e;
color: #fff;
font-size: 12px;
padding: 6px 5px 3px 5px;
line-height: 1.2em;
height: 25.4px;
}
.inquiry-form .form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
background: rgba(255, 255, 255, 0.1);
}
.inquiry-form .form-control::-webkit-input-placeholder {
color: #858585 !important;
}
.inquiry-form .form-control::-moz-placeholder {
opacity: 1;
color: #858585 !important;
}
.inquiry-form .form-control:-moz-placeholder {
color: #858585 !important;
}
.inquiry-form .form-control:-ms-input-placeholder {
color: #858585 !important;
}
.inquiry-form .form-control.placeholder {
color: #858585 !important;
}
.inquiry-form textarea.form-control {
height: 211px;
resize: none;
border-color: #ae8b4e;
}
.inquiry-form .btn:not(.dropdown-toggle) {
width: 100%;
min-width: 100%;
margin-top: 9px;
padding-top: 4px;
padding-bottom: 4px;
}
.inquiry-form-modal .modal-dialog {
max-width: 630px;
}
.inquiry-form-modal .modal-content {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border: none;
background: #f6f6f6;
}
.inquiry-form-modal .modal-header {
border-bottom: none;
padding: 30px 30px 0 30px;
}
.inquiry-form-modal .modal-header .close {
color: #858585;
}
.inquiry-form-modal .modal-header .close:hover {
color: #030304;
}
.inquiry-form-modal .modal-body {
padding: 15px 30px;
}
.inquiry-form-modal .p-top {
padding-top: 23px;
}
.inquiry-form-modal .inquiry-form textarea.form-control {
height: 115px;
}
.inquiry-form-modal .inquiry-form .btn {
margin-top: 28px;
}
.inquiry-form-modal .inquiry-form .row {
margin: 0 -7px;
}
.inquiry-form-modal .inquiry-form .row .col-sm-6 {
padding-left: 7px;
padding-right: 7px;
}
.modal .inquiry-form .form-control {
color: #030304;
}
.inquiry-form-modal .inquiry-form .form-control:focus {
background: #e6e6e6;
}
.inquiry-form-modal .inquiry-form .form-group {
margin-bottom: 34px;
}
.brand-banner .collapse-text{
-webkit-box-shadow: inset 0px -7px 16px 0px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px -7px 16px 0px rgba(0,0,0,0.75);
box-shadow: inset 0px -7px 16px 0px rgba(0,0,0,0.75);
}
section.with-img{
position: relative;
background: #030304;
min-height: 700px;
}
section.with-img .img-cover{
position: absolute;
left: 0;
right: 0;
}
section.with-img .container{
position: relative;
z-index: 2;
padding-top: 50px;
padding-bottom: 50px;
}
section.with-img .section-title{
margin-bottom: 60px;
}
.fsr-contact-form{
max-width: 520px;
margin: 30px auto;
}
.fsr-contact-form form{
margin: 50px 0;
}
.fsr-contact-form p,
.fsr-contact-form label{
color: #858585;
}
.fsr-contact-form p span{
color: #ae8b4e;
}
.fsr-contact-form textarea.form-control{
border-color: transparent;
background: #121212;
height: 270px;
}
.fsr-contact-form .bootstrap-select{
min-width: 270px;
margin: 20px auto !important;
display: block !important;
width: 270px !important;
}
.fsr-contact-form .bootstrap-select > .dropdown-toggle,
.fsr-contact-form .bootstrap-select ul.dropdown-menu li a{
text-transform: none;
}
.fsr-contact-form .bootstrap-select .btn{
min-width: 100% !important;
}
.fsr-contact-form .bootstrap-select ul.dropdown-menu{
background: #1e1d1d;
}
.fsr-contact-form  .bootstrap-select ul.dropdown-menu li{
border-bottom: none;
}
.fsr-contact-form  .bootstrap-select ul.dropdown-menu li.hidden{
display: none;
}
.fsr-contact-form .btn{
width: auto !important;
min-width: 200px !important;
}
.fsr-contact-form .btn-holder{
margin-top: 65px;
}
.fsr-contact-form form .form-group {
position: relative;
margin-left: 40px;
margin-right: 40px;
}
.fsr-contact-form form .form-group label {
color: #858585;
position: absolute;
pointer-events: none;
left: 0;
top: 0;
height: 20px;
line-height: 20px;
font-weight: normal;
-webkit-transition: 0.2s ease all;
-moz-transition: 0.2s ease all;
transition: 0.2s ease all;
}
.fsr-contact-form form .form-group label span{
color: #ae8b4e;
}
.fsr-contact-form form .form-group .form-control:focus ~ label,
.fsr-contact-form form .form-group .form-control:valid ~ label,
.fsr-contact-form form .form-group .form-control[readonly] ~ label {
top: -20px;
margin-top: 0;
}
.single-product-details .details-box .phone-box{
background: #161515;
padding: 25px;
}
.single-product-details .details-box .phone-box .icon{
font-size: 26px;
margin-bottom: 23px;
color: #ae8b4e;
}
.single-product-details .details-box .phone-box >.text{
text-transform: uppercase;
font-size: 16px;
color: #ae8b4e;
letter-spacing: 0.7px;
}
.single-product-details .details-box .phone-box a{
width: 100%;
}
.single-product-details .details-box .description .head-box{
margin-bottom: 46px;
}
.single-product-details .details-box .description .head-box .btn-share{
border-width: 1px;
text-align: left;
overflow: hidden;
padding: 10px 40px 6px 20px;
min-width: 214px;
position: relative;
}
.single-product-details .details-box .description .head-box .btn-share .icon{
height: 20px;
line-height: 20px;
margin-top: -10px;
position: absolute;
right: 15px;
top: 50%;
}
.single-product-details .details-box .description .head-box .btn-share:hover .icon{
color: #fff;
}
.text-with-triangle{
color: #ae8b4e;
text-transform: uppercase;
position: relative;
padding-bottom: 30px;
text-align: center;
}
.text-with-triangle:after{
content: '';
width: 0;
height: 0;
border: 15px solid transparent;
border-top-color: #ae8b4e;
position: absolute;
bottom: 0;
left: 50%;
margin-left: -15px;
}
.login-form{
max-width: 270px;
margin: 20px auto;
}
.login-form form.login{
border: none;
margin: 0;
}
.login-form form.login .form-control{
text-align: center;
font-size: 14px;
margin-bottom: 10px;
}
.login-form form.login .lost_password a{
font-style: italic;
color: #797979;
font-size: 12px;
}
.login-form form.login .lost_password a:hover{
color: #ae8a4f;
}
.login-form form.login .btn{
width: 190px;
min-width: 190px;
display: block;
margin: 0 auto 15px auto;
}
.registration{
margin-top: 80px;
max-width: 830px;
}
.registration .color-gray{
color: #797979;
}
.registration form .form-group{
margin-left: 0;
margin-right: 0;
}
.registration .bootstrap-select{
margin: 0 !important;
width: 100% !important;
min-width: 100% !important;
}
.registration textarea.form-control{
height: 150px;
}
.registration  .bootstrap-select > .dropdown-toggle{
padding: 3px 22px 1px 10px;
}
.registration input[type="checkbox"]{
margin: 3px 0;
}
.registration input[type="checkbox"]+label{
font-style: italic;
}
.color-link{
color: #ae8a4f;
font-size: 12px;
}
.color-link:hover{
color: #fff;
} .acf-fields > .acf-field{
border: none;
}
.acf-field input[type="text"],
.acf-field input[type="number"],
.acf-field textarea,
.woocommerce-MyAccount-content form .form-row input.input-text,
.woocommerce-MyAccount-content  form .form-row textarea{
padding: 1px 7px;
}
.acf-field input[type="text"],
.acf-field input[type="url"],
.acf-field input[type="number"],
.page-template-add-ad .select2-container--default .select2-selection--single,
.acf-field select,
.acf-field textarea,
.woocommerce-MyAccount-content  form .form-row input.input-text,
.woocommerce-MyAccount-content  form .form-row textarea{
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border: 1px solid #999;
resize: none;
}
.page-template-add-ad .acf-form-submit .button,
.woocommerce-MyAccount-content  #respond input#submit,
.woocommerce-MyAccount-content  a.button,
.woocommerce-MyAccount-content  button.button,
.woocommerce-MyAccount-content  input.button{
color: #ae8b4e;
font-size: 16px;
line-height: 1em;
border: 1px solid #ae8b4e;
width: 155px;
padding: 8px 7px 6px 7px;
margin: 20px auto;
display: block;
background: none;
font-weight: 400;
text-transform: uppercase;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
text-align: center;
}
.page-template-add-ad .acf-form-submit .button:hover,
.woocommerce-MyAccount-content  #respond input#submit:hover,
.woocommerce-MyAccount-content  a.button:hover,
.woocommerce-MyAccount-content  button.button:hover,
.woocommerce-MyAccount-content  input.button:hover{
background-color: #ae8b4e;
color: #fff;
}
.woocommerce-MyAccount-content form fieldset{
margin: 30px 0;
}
.page-template-add-ad .tabs-wrap{
max-width: 530px;
margin: 20px auto;
}
.page-template-add-ad .tabs-wrap .tab-content{
padding: 10px 30px;
}
.page-template-add-ad .acf-basic-uploader{
font-size: 14px;
}
.acf-field .acf-label label{
font-weight: 400;
text-align: left;
color: #999;
font-size: 14px;
}
.acf-field-select .dropdown-menu,
.acf-gallery-toolbar .dropdown-menu{
padding: 0;
margin: -1px 0 0 0;
}
.acf-field-select .bootstrap-select,
.acf-gallery-toolbar .bootstrap-select{
width: 100% !important;
min-width: 185px;
}
.acf-field-select .bootstrap-select > .dropdown-toggle,
.acf-gallery-toolbar .bootstrap-select > .dropdown-toggle{
background: none;
border: 1px solid #999;
padding: 4px 22px 4px 7px;
font-size: 1rem;
color: #444;
}
.acf-field-select .dropdown-toggle::after,
.acf-gallery-toolbar .dropdown-toggle::after{
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
width: 0;
right: 6px;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
}
.acf-field-select .bootstrap-select ul.dropdown-menu,
.acf-gallery-toolbar .bootstrap-select ul.dropdown-menu{
padding: 0 !important;
background: #e6e8e9;
border: 1px solid #999 !important;
}
.select2-results__options{
background: #e6e8e9;
}
.acf-field-select .bootstrap-select ul.dropdown-menu li:not(:first-child),
.acf-gallery-toolbar .bootstrap-select ul.dropdown-menu li:not(:first-child){
border-top-color:#999;
}
.select2-results__options li{
border-top: 1px solid #999;
}
.acf-field-select .bootstrap-select ul.dropdown-menu li a,
.acf-field-select .bootstrap-select > .dropdown-toggle,
.acf-gallery-toolbar .bootstrap-select ul.dropdown-menu li a,
.acf-gallery-toolbar .bootstrap-select > .dropdown-toggle,
.select2-results__options li{
text-transform: none;
font-family: 'Hind', sans-serif;
letter-spacing: 0;
line-height: 1em;
}
.acf-field-select .bootstrap-select ul.dropdown-menu li a,
.acf-gallery-toolbar .bootstrap-select ul.dropdown-menu li a,
.select2-results__options li{
font-size: 0.8rem;
color: #999;
text-align: left;
}
.acf-field-select .bootstrap-select > .dropdown-toggle:hover,
.acf-field-select .bootstrap-select ul.dropdown-menu li:hover a,
.acf-gallery-toolbar .bootstrap-select > .dropdown-toggle:hover,
.acf-gallery-toolbar .bootstrap-select ul.dropdown-menu li:hover a{
color: #444;
}
.select2-results__options li{
padding: 4px 10px 6px 10px;
}
.select2-results__options li:hover,
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected]
{
color: #444 !important;
background: none !important;
}
.select2-dropdown{
border-radius: 0 !important;
}
.category-items-section .btns-wrap .section-title{
margin-bottom: 0;
padding: 0 10px;
text-align: center;
}
.flag-840, .flag-fifa-usa, .flag-ioc-usa, .flag-us, .flag-usa {
background-image: url(//www.forsuperrich.com/wp-content/themes/fsr/flags/usa.jpg) !important;
}
.woocommerce-checkout-payment{
text-align: left;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.woocommerce-checkout-payment .payment_methods,
.woocommerce-checkout-payment .place-order{
width: 50%;
margin-bottom: 0 !important;
padding-left: 12px !important;
padding-right: 12px !important;
}
.woocommerce-checkout-payment .payment_methods{
border-bottom: 0 !important;
}
.woocommerce-checkout-review-order-table tr td,
.woocommerce-checkout-review-order-table tr th{
width: 50%;
}
.media-frame-title *,
.upload-instructions{
color: #000;
}
#edit-user-block{
background: #030304;
padding: 10px;
-webkit-transition: 0.6s all ease;
-moz-transition: 0.6s all ease;
transition: 0.6 all ease;
width: 150px;
height: 50px;
text-align: center;
}
#edit-user-block .text{
font-size: 18px;
line-height: 30px;
color: #ae8b4e;
text-transform: uppercase;
}
#edit-user-block a,
#edit-user-block .text{
-webkit-transition: 0.4s margin-left ease;
-moz-transition: 0.4s margin-left ease;
transition: 0.4s margin-left ease;
}
#edit-user-block a,
#edit-user-block:hover .text {
margin-left: -300px;
}
#edit-user-block a:nth-of-type(1){
margin-top: -30px;
}
#edit-user-block a{
display: block;
width: 180px;
}
#edit-user-block a:not(:last-child){
margin-bottom: 10px;
}
#edit-user-block:hover{
width: 200px;
height: auto;
}
#edit-user-block:hover a{
margin-left: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation >ul{
margin-bottom: 43px;
}
.cookie-policy{
position: fixed;
bottom: 0;
width: 100%;
z-index: 9999;
background: rgba(0,0,0, 0.7);
padding: 10px 50px;
text-align: center;
}
.cookie-policy .close{
font-weight: 300;
font-size: 16px;
color: #ae8b4e !important;
opacity: 1;
text-shadow: none;
position: absolute;
width: 25px;
height: 25px;
padding-top: 5px;
right: 15px;
top: 5px;
}
.cookie-policy p{
color: #858585;
font-size: 11px;
margin: 0;
}
.cookie-policy a{
color: #ae8b4e;
}
.cookie-policy a:hover,
.cookie-policy .close:hover{
color: #fff;
}
.fancybox-navigation .fancybox-button{
background: transparent;
color: #fff;
}
.fancybox-navigation .fancybox-button div{
width: 46px;
height: 46px;
border: 3px solid #fff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
opacity: .5;
font-size: 66px;
line-height: 39px;
text-align: center;
padding: 0 !important;
}
.fancybox-navigation .fancybox-button:hover div{
opacity: 1;
}
.fancybox-navigation .fancybox-button div svg{
display: none;
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_right div:before{
content: '\203A';
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_left div:before{
content: '\2039';
}
.fancybox-navigation .fancybox-button--arrow_left {
padding: 28px 17px 28px 6px !important;
}
.fancybox-navigation .fancybox-button--arrow_right {
padding: 28px 6px 28px 17px !important;
}
.fancybox-thumbs__list a:before{
border-color: #ae8b4e !important;
}
body.page-template-ambassador .category-main-banner{
height: 200px;
}
body.page-template-ambassador .category-main-banner .text-box{
padding-top: 43px;
}
body.page-template-ambassador .category-main-banner .img-box{
padding-top: 20px;
}
body.page-template-ambassador .category-main-banner .img-box img{
object-fit: contain;
height: 180px;
}
body.page-template-ambassador .category-main-banner .img-box:before{
display: none;
}
.category-items-list .item  .people-slider + .content,
.category-items-list .item  .people-slider {
max-width: 350px;
margin: 0 auto;
}
.category-items-list  .people-slider .carousel-item.img{
height: 350px !important;
}
.category-items-list  .people-slider .carousel-control-next,
.category-items-list  .people-slider .carousel-control-prev{
width: 30px;
height: 30px;
background: #f7f4f4;
top: 50%;
margin-top: -15px;
}
.partners-section {
padding: 30px 0 10px;
}
.partners-section .partners-row {
flex-wrap: wrap;
margin: 0 -15px;
}
.partners-section .img-box {
width: 25%;
padding: 0 15px;
margin-bottom: 20px;
}
.partners-section .img-box img {
display: block;
}
.blog-section {
padding: 40px 0;
line-height: 1.4;
}
.blog-section .container {
max-width: 700px;
} .blog-post {
padding-bottom: 20px;
border-bottom: 2px solid #ab8453;
margin-bottom: 20px;
}
.blog-post .h2 {
color: #000105;
text-transform: none;
letter-spacing: 0;
font-weight: 400;
}
.blog-post .h2 a {
color: #000105;
}
.blog-post .h2 a:hover {
color: #ab8453;
}
.blog-post .title {
display: block;
color: #ab8453;
font-size: 18px;
font-weight: 400;
margin-bottom: 31px;
}
.blog-post .visual-block {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 250px;
margin-bottom: 15px;
display: block;
}
.blog-post .btn {
background-color: #ab8453;
font-size: 19px;
color: #fff;
padding: 0px 12px;
text-transform: none;
min-width: 0;
}
.blog-post .btn:hover {
background-color: #fff !important;
color: #ab8453 !important;
}
@media (min-width: 768px) {
.partners-section .img-box {
width: 9%;
} .blog-post .h2 {
font-size: 33px;
margin-bottom: 22px;
}
.blog-post .visual-block {
height: 377px;
}
.blog-post p {
font-size: 18px;
margin-bottom: 21px;
}
.blog-post {
padding-bottom: 40px;
margin-bottom: 65px;
}
}
@media (min-width: 1200px) { .bootstrap-select > .dropdown-toggle,
.main-filter-box .form-group .text-item {
letter-spacing: 1.5px;
}
.section-text .text-with-logo-bg {
background-size: 645px auto;
min-height: 665px;
}
.section-text .bg-box.bg-map {
min-height: 600px;
}
.blueimp-gallery > .slides > .slide > .slide-content {
height: 100%;
}
}
@media (min-width: 1280px) {
.width-for-filter {
padding-left: 164px;
padding-right: 164px;
}
}
@media (min-width: 1920px){
.cookie-policy .close{
width: 50px;
height: 36px;
padding-top: 0;
top: 0;
}
}
@media (max-width: 1200px) {
.main-filter-box form label {
margin: 0  0 20px 0;
}
.footer .bottom-menu .d-flex,
.main-filter-box form{
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.main-filter-box form .form-group{
border: none;
width: 100%;
margin-bottom: 20px;
max-width: 700px;
}
#main-slider .carousel-item .item-text .slide-title{
letter-spacing: 1px;
}
.categories-list .cat-item {
height: 440px;
}
.section-text .package-price-box {
padding: 0;
}
}
@media (max-width: 991px){
#main-slider .carousel-item .item-text .slide-title{
font-size: 40px;  }
#main-slider .carousel-item .item-text .subtitle{
font-size: 18px;
}
.header .logo{
max-width: 80%;
width: 230px;
}
.header .navbar{
padding: 10px 40px;
-webkit-box-pack: center!important;
-ms-flex-pack: center!important;
justify-content: center!important;
}
.quote-block .title:before{
font-size: 40px;
}
.quote-block {
margin-top: 40px;
margin-bottom: 35px;
padding-left: 40px;
padding-right: 40px;
}
.quote-block .title{
padding-bottom: 0;
}
.quote-block.logo-left .title {
padding-left: 62px;
}
.quote-block.logo-right .title {
padding-right: 49px;
}
.quote-block .text p{
line-height: 1.6em;
max-height: none;
}
.categories-list .row{
max-width: 650px;
margin: 0 auto;
}
.single-product-details .details-box,
.categories-list .row{
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.footer .bottom-menu ul {
padding: 0;
margin-bottom: 10px;
}
.bottom-banner{
padding: 100px 20px 60px 20px;
}
.bottom-banner .banner-title{
font-size: 34px;
}
.bottom-banner .banner-subtitle{
font-size: 20px;
}
.bottom-banner p{
font-size: 18px;
margin: 30px 0;
}
.bottom-banner p.text-small {
font-size: 16px;
}
.bottom-banner .btn-primary{
font-size: 17px;
}
.btn-primary{
min-width: 225px;
}
.footer {
padding-top: 50px;
}
.footer .footer-logo{
text-align: center;
margin-bottom: 40px;
}
.footer .bottom-menu .d-flex{
align-items: flex-start !important;
}
.brand-banner .container-fluid {
padding: 0 4%;
}
.lightbox-wrap .head-info *{
font-size: 28px;
}
.lightbox-wrap #lightbox-links .preview-links-wrap .preview-links a{
height: 150px;
}
.lightbox-wrap #lightbox-links .primary a{
height: 400px;
}
.single-product-details .price-box .price{
font-size: 30px;
}
.single-product-details .price-box .currency-converter .converted-currency p{
font-size: 20px;
}
.single-product-details .details-box .col-left,
.single-product-details .details-box .col-right{
padding: 0;
flex: 0 1 100%;
}
.single-product-details .details-box .col-left{
margin-bottom: 30px;
}
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
float: none;
width: 100%;
padding: 0 15px;
}
.one-item-row .category-items-list .item .img{
height: 500px;
min-height: 400px;
}
.check-form-label {
display: block;
padding: 10px 0 0 0;
}
.filter-title {
display: none;
}
.main-filter-box .container-fluid {
display: none;
}
.check-form-input:checked ~ .container-fluid {
display: block;
}
}
@media (max-width: 767px){
h1 {
font-size: 35px;
letter-spacing: 3px;
}
h2{
font-size: 25px;
}
.section-text {
font-size: 14px;
}
#main-slider .carousel-item .item-text .slide-title {
font-size: 30px;
max-width: 75%;
margin: 0 auto 15px auto;
}
#main-slider .carousel-item .item-text .subtitle {
font-size: 16px;
padding: 0 20px;
}
#main-slider .carousel-control-next, #main-slider .carousel-control-prev{
font-size: 26px;
}
#main-slider .carousel-control-next {
right: 10px;
}
#main-slider .carousel-control-prev {
left: 10px;
}
.quote-block,
.category-main-banner,
.brand-banner .container-fluid,
.category-items-section .btns-wrap {
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.quote-block.logo-right{
-webkit-flex-direction: column-reverse;
-moz-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.quote-block .logo{
padding: 0 !important;
width: 90px;
}
.quote-block .text {
width: 100%;
}
.bottom-banner .banner-title {
font-size: 28px;
}
.bottom-banner .banner-subtitle {
font-size: 17px;
}
.bottom-banner p {
font-size: 16px;
}
.bottom-banner p.text-small {
font-size: 14px;
}
.footer .list-with-icons-box ul li:not(:last-child){
border-right: none;
border-bottom: 2px solid #ae8b4e;
}
.footer .container {
padding-right: 15px;
padding-left: 15px;
}
.footer .bottom-menu ul li{
display: block;
margin: 0 0 10px 0;
}
.category-main-banner .text-box .text *{
color: #fff;
}
body.page-template-ambassador .category-main-banner .text-box .text *{
text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
.category-main-banner .text-box {
height: 100%;
padding-left: 30px;
padding-right: 30px;
z-index: 2;
animation: none;
}
.category-main-banner .img-box{
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
animation: none;
}
.category-main-banner .img-box:before{
display: none;
}
.category-items-list .item{
margin: 0 auto 40px auto;
max-width: 500px;
}
.brand-banner .banner-text .title{
display: none;
}
.brand-banner .brand-logo{
margin-bottom: 10px;
}
.lightbox-wrap #lightbox-links .primary a {
height: 300px;
}
.lightbox-wrap #lightbox-links .preview-links-wrap .preview-links a {
height: 110px;
}
.single-product-details .details-box .details-list-wrap .details-list li .caption{
font-size: 14px;
}
.single-product-details .details-box .description .description-title {
font-size: 24px;
}
.category-items-section .btns-wrap .section-title {
margin: 40px 0;
}
.categories-list .cat-item {
height: 500px;
}
.section-text .package-price-box .package{
margin-bottom: 40px;
}
.one-item-row .category-items-list .item .img{
height: 400px;
min-height: 300px;
}
.cookie-policy{
padding: 30px 15px 10px 15px;
}
.section-text p a{
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
display: inline-block;
vertical-align: middle;
}
.footer .links-in-columns-box .location-block a {
font-size: 18px;
padding: 2px;
}
.main-filter-box {
padding: 0 0 10px 0;
}
}
@media (max-width: 576px){
.section-text h1 {
font-size: 2em;
}
.section-text h2 {
font-size: 1.8em;
}
.section-text h3 {
font-size: 1.6em;
}
.section-text h4 {
font-size: 1.4em;
}
.section-text h5 {
font-size: 1.2em;
}
.main-filter-box form .form-group,
.lightbox-wrap .head-info,
.single-product-details .details-box .description .head-box{
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.single-product-details .details-box .description .head-box{
-moz-box-align: flex-start !important;
align-items: flex-start !important;
}
.main-filter-box form .form-group{
margin-bottom: 0;
}
.main-filter-box form .form-group .group-item:not(select){
margin: 0 0 20px 0;
width: 100% !important;
}
#main-slider .carousel-item .item-text .slide-title {
font-size: 24px;
max-width: 81%;
letter-spacing: 1px;
}
#main-slider .carousel-item .item-text .subtitle {
font-size: 14px;
padding: 0;
letter-spacing: 0.5px;
}
#main-slider .carousel-control-next,
#main-slider .carousel-control-prev {
width: 30px;
}
.quote-block .title:before {
font-size: 18px;
}
.quote-block.logo-left .title {
padding-left: 30px;
}
.quote-block.logo-right .title {
padding-right: 30px;
}
.quote-block .title{
font-size: 12px;
}
.quote-block{
padding: 0 20px;
}
.bottom-banner {
padding: 60px 20px 40px 20px;
}
.bottom-banner .banner-title {
font-size: 24px;
}
.bottom-banner .banner-title {
font-size: 24px;
}
.bottom-banner p {
font-size: 16px;
line-height: 1.3em;
}
.bottom-banner p.text-small {
font-size: 14px;
}
.category-items-list .item .content *{
font-size: 14px;
}
.pagination-wrap .prev, .pagination-wrap .next{
width: 65px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.pagination-wrap .prev:before{
left: -2px;
}
.pagination-wrap .next:before{
right: -2px;
}
.pagination-wrap .prev {
padding-left: 11px;
padding-right: 5px;
}
.pagination-wrap .next {
padding-right: 11px;
padding-left: 5px;
}
.lightbox-wrap #lightbox-links .preview-links-wrap .preview-links a {
height: 60px;
}
.lightbox-wrap #lightbox-links .preview-links-wrap .slide-nav{
margin-top: -15px;
width: 30px;
height: 30px;
font-size: 30px;
line-height: 30px;
}
.lightbox-wrap .head-info * {
font-size: 20px;
}
.single-product-details .price-box .price {
font-size: 24px;
}
.single-product-details .price-box .currency-converter .converted-currency p {
font-size: 14px;
}
.single-product-details .price-box .currency-converter .converted-currency{
display: block;
margin-bottom: 20px;
}
.single-product-details .details-box .group-title {
font-size: 18px;
}
.single-product-details .details-box .details-list-wrap .list-title{
padding: 20px 20px 20px 25px;
}
.single-product-details .details-box .details-list-wrap .details-list li{
padding-left: 25px;
}
.single-product-details .details-box .details-list-wrap .details-list li .caption {
font-size: 12px;
}
.single-product-details .details-box .sale-by-box .seller{
font-size: 20px;
}
.single-product-details .details-box .sale-by-box p{
font-size: 16px;
}
.fsr-contact-form:not(.registration) form .form-group{
margin-left: 20px;
margin-right: 20px;
}
.fsr-contact-form .bootstrap-select{
width: 90% !important;
min-width: 200px;
}
.section-text .text-with-logo-bg{
padding-top: 0;
}
.acf-fields > .acf-field {
width: 100% !important;
}
.acf-field[data-width] + .acf-field[data-width] {
border-left: none;
}
.page-template-add-ad .tabs-wrap .tab-content {
padding: 0;
}
.page-template-add-ad .acf-basic-uploader {
font-size: 11px;
}
.woocommerce form .form-row label {
line-height: 1.2;
}
.category-main-banner .text-box .text p{
line-height: 1.5em;
}
.fsr-contact-form .btn-holder {
margin-top: 35px;
}
.section-text .smaller-width{
width: 100%;
}
.m-b-60 {
margin-bottom: 35px !important;
}
.m-b-40 {
margin-bottom: 25px !important;
}
.section-text .bg-box {
padding: 30px 20px;
}
.one-item-row .category-items-list .item .img{
height: 300px;
min-height: 200px;
}
.section-text  .alignleft,
.section-text .alignright	{
float: none !important;
margin: 0 0 20px 0 !important;
}
body.page-template-ambassador .category-main-banner .img-box img {
height: 130px;
}
}
@media (max-width: 1280px) and (min-width: 1200px) {
.category-items-list .item .img {
height: 280px;
}
}
@media(min-width: 1451px){
.category-items-list .item .img {
height: 300px;
}
}
@media(min-width: 1650px){
.category-items-list .item .img {
height: 350px;
}
} .page-template-home-v2 .container {
max-width: 1700px;
padding: 0 20px;
}
.page-template-home-v2 .container.quote-block {
max-width: 1000px;
}
.page-template-home-v2 .partners-section .container {
max-width: 1400px;
padding: 0;
}
.page-template-home-v2 .section {
border-bottom: 1px solid #ae8b4e;
position: relative;
padding: 30px 0;
}
.page-template-home-v2 h2 {
color: #ae8b4e;
text-align: center;
margin: 0 0 30px;
}
.page-template-home-v2 h3,
.page-template-home-v2 .h3 {
display: block;
font-size: 18px;
font-weight: normal;
color: #585b5c;
text-transform: none;
margin: 0;
transition: color .2s ease-in-out;
}
.page-template-home-v2 a.h3:hover {
color: #ae8b4e;
}
.page-template-home-v2 .price {
display: block;
font-size: 18px;
line-height: 1.2;
font-weight: normal;
color: #ae8b4e;
}
.page-template-home-v2 figure {
margin: 0;
}
.page-template-home-v2 .flex-box,
.blog-box {
display: flex;
flex-wrap: wrap;
column-gap: 40px;
row-gap: 40px;
}
.page-template-home-v2 .flex-box .half {
width: calc((100% - 40px)/2);
}
.page-template-home-v2 .flex-box .third {
width: calc((100% - 80px)/3);
}
.page-template-home-v2 .flex-box .fourth {
width: calc((100% - 120px)/4);
}
.page-template-home-v2 .basic-button {
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
width: 150px;
height: 35px;
font-size: 16px;
font-weight: normal;
color: #fff;
letter-spacing: 1.5px;
text-transform: uppercase;
background-color: #ae8b4e;
border: 3px solid #ae8b4e;
outline: 0 none;
border-radius: 0;
cursor: pointer;
padding: 0 10px;
position: relative;
transition: all .2s ease-in-out;
}
.link-img {
display: block;
overflow: hidden;
}
.link-img:hover img {
transform: scale(1.05);
}
.link-img img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: 50% 0;
transition: transform .3s ease-in-out;
}
.page-template-home-v2 .basic-button:hover {
color: #ae8b4e;
background-color: transparent;
}
.page-template-home-v2 #main-slider .carousel-item .item-text {
bottom: 120px;
}
.page-template-home-v2 #main-slider .carousel-item .item-text .slide-title {
max-width: 900px;
margin: 0 auto;
}
.page-template-home-v2 #main-slider .carousel-control-next,
.page-template-home-v2 #main-slider .carousel-control-prev {
font-size: 60px;
opacity: .5;
}
.page-template-home-v2 .carousel-control-next:focus,
.page-template-home-v2 .carousel-control-next:hover,
.page-template-home-v2 .carousel-control-prev:focus,
.page-template-home-v2 .carousel-control-prev:hover {
opacity: 1;
}
.page-template-home-v2 #main-slider .carousel-control-prev {
left: 50px;
}
.page-template-home-v2 #main-slider .carousel-control-next {
right: 50px;
}
.page-template-home-v2 #main-slider .carousel-indicators {
bottom: 50px;
column-gap: 15px;
}
.page-template-home-v2 #main-slider .carousel-indicators li {
width: 15px;
height: 15px;
margin: 0;
cursor: pointer;
}
.page-template-home-v2 .partners-section .partners-row {
row-gap: 20px;
}
.page-template-home-v2 .partners-section .img-box {
margin: 0;
}
.page-template-home-v2 .publication-box {
flex-wrap: wrap;
column-gap: 30px;
row-gap: 30px;
}
.page-template-home-v2 .publication-section .publication-logo {
height: 40px;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto 20px;
}
.page-template-home-v2 .publication-section .publication-logo img {
max-height: 100%;
}
.page-template-home-v2 .publication-section .link-img {
height: 300px;
margin: 0 0 20px;
}
.page-template-home-v2 .products-box {
align-items: flex-start;
}
.page-template-home-v2 .products-box a:hover .product-img img {
transform: scale(1.05);
}
.page-template-home-v2 .products-box .product-img {
height: 340px;
overflow: hidden;
border: 5px solid #ae8b4e;
margin: 0 0 20px;
}
.page-template-home-v2 .products-box .product-img img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform .3s ease-in-out;
}
.page-template-home-v2 .products-box .product-info {
display: flex;
align-items: flex-start;
justify-content: space-between;
column-gap: 20px;
}
.page-template-home-v2 .main-blog-section {
line-height: 1.4;
}
.page-template-home-v2 .main-blog-section .half {
display: flex;
column-gap: 10px;
row-gap: 10px;
}
.page-template-home-v2 .main-blog-section .link-img {
width: calc(55% - 5px);
height: 280px;
}
.page-template-home-v2 .main-blog-section .blog-info {
width: calc(45% - 5px);
display: flex;
flex-direction: column;
background-color: #ededed;
padding: 20px;
}
.page-template-home-v2 .main-blog-section .h3 {
color: #ae8b4e;
}
.category-date {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
column-gap: 10px;
row-gap: 10px;
font-style: italic;
margin: 0 0 20px;
}
.category-date li {
font-size: 10px;
position: relative;
padding-left: 6px;
}
.category-date li:before {
content: '';
width: 3px;
height: 3px;
background-color: #030304;
border-radius: 50%;
position: absolute;
top: 5px;
left: 0;
}
.page-template-home-v2 .main-blog-section .blog-text {
flex-grow: 1;
display: flex;
flex-direction: column;
}
.page-template-home-v2 .main-blog-section p {
margin: 0;
}
.page-template-home-v2 .more-link {
display: inline-block;
vertical-align: top;
font-style: italic;
color: #030304;
position: relative;
padding-left: 14px;
margin-top: auto;
}
.page-template-home-v2 .more-link:hover {
text-decoration: underline;
}
.page-template-home-v2 .more-link:before {
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 6px 5px 0 5px;
border-color: #030304 transparent transparent transparent;
position: absolute;
top: 9px;
left: 0;
}
.page-template-home-v2 .instagram-section {
border-bottom: none;
}
.page-template-home-v2 .main-blog-section .basic-button,
.page-template-home-v2 .instagram-section .basic-button {
position: absolute;
top: 30px;
right: 0;
}
.page-template-home-v2 .instagram-section .flex-box {
column-gap: 20px;
row-gap: 20px;
}
.page-template-home-v2 .instagram-section .link-img {
width: calc((100% - 100px)/6);
height: 250px;
}
.blog-section {
padding: 30px 0;
}
.blog-section .container {
max-width: 1700px;
padding: 0 20px;
}
.blog-section h1 {
width: 150px;
height: 150px;
display: flex;
justify-content: center;
align-items: center;
font-size: 30px;
color: #ae8b4e;
text-align: center;
background: url(https://www.forsuperrich.com/wp-content/uploads/2024/02/2024-02-09-17.15.36.jpg) center no-repeat;
background-size: contain;
margin: 0 auto 40px;
}
.blog-section .blog-menu {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: flex-start;
column-gap: 20px;
row-gap: 20px;
text-align: center;
text-transform: uppercase;
margin: 0 0 40px;
}
.blog-section .blog-menu li {
display: flex;
align-items: flex-start;
column-gap: 20px;
font-size: 24px;
}
.blog-section .blog-menu li.active a {
color: #ae8b4e;
}
.blog-section .blog-menu li:not(:last-of-type):after {
content: '|';
}
.blog-section .pagination-wrap {
margin: 70px 0 0;
}
.blog-single .container {
max-width: 800px;
}
.blog-single h1 {
width: auto !important;
height: auto !important;
background: none;
}
.blog-single h2,
.blog-single h3,
.blog-single h4,
.blog-single h5,
.blog-single h6 {
color: #000;
}
.blog-box .blog-post {
width: calc((100% - 120px)/4);
display: flex;
flex-direction: column;
align-items: flex-start;
border-bottom-width: 1px;
padding: 0 0 40px;
margin: 0;
}
.blog-box .link-img {
width: 100%;
height: 240px;
margin: 0 0 10px;
}
.blog-box .link-img img {
object-position: center;
}
.blog-box .category-date {
column-gap: 15px;
text-transform: uppercase;
margin: 0 0 5px;
}
.blog-box .category-date li {
font-size: 12px;
color: #585b5c;
padding-left: 8px;
}
.blog-box .category-date li:before {
width: 4px;
height: 4px;
top: 5px;
}
.blog-box .h3 {
min-height: 43px;
display: block;
font-size: 18px;
font-weight: 600;
text-transform: uppercase;
margin: 0;
}
.blog-box .blog-post p {
min-height: 78px;
font-size: 14px;
margin: 0 0 10px;
}
.blog-box .blog-post .btn {
margin-top: auto;
}
.header .navbar .navbar-nav {
width: 39%;
flex-wrap: wrap;
}
.header .navbar {
flex-wrap: nowrap;
}
.mobile_menu_wrap {
height: auto;
min-height: calc(100vh - 80px);
overflow-y: auto;
top: 80px;
}
.mobile_menu_wrap .mobile_menu li {
font-size: 18px;
}
.mobile_menu_wrap .mobile_menu li .nav-link.login {
color: #ae8b4e;
}
.mobile_menu_wrap.active .mobile_menu li:nth-child(9) {
-webkit-transition-delay: .8s;
transition-delay: .8s;
}
.mobile_menu_wrap.active .mobile_menu li:nth-child(10) {
-webkit-transition-delay: .87s;
transition-delay: .87s;
}
.mobile_menu_wrap.active .mobile_menu li:nth-child(11) {
-webkit-transition-delay: .94s;
transition-delay: .94s;
}
.mobile_menu_wrap.active .mobile_menu li:nth-child(12) {
-webkit-transition-delay: 1.01s;
transition-delay: 1.01s;
}
.mobile_menu_wrap.active .mobile_menu li:nth-child(13) {
-webkit-transition-delay: 1.08s;
transition-delay: 1.08s;
}
.footer {
background: #030304 url(//www.forsuperrich.com/wp-content/themes/fsr/images/logo-bg.png) no-repeat right top 100px;
background-size: 80% auto;
padding-top: 50px;
}
.footer > .container {
max-width: 1700px;
background: none;
padding: 0 20px;
}
.footer .narrow-container,
.footer .bottom-menu .container {
max-width: 1400px;
padding: 0 20px;
}
.footer h3 {
color: #ae8b4e;
text-align: center;
margin: 0 0 20px;
}
.footer .h4 {
display: inline-block;
vertical-align: top;
font-size: 16px;
color: #ae8b4e;
text-transform: uppercase;
margin: 0 0 10px;
}
.footer a.h4:hover {
text-decoration: underline;
}
.footer-brands {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
column-gap: 20px;
row-gap: 20px;
font-style: italic;
padding: 30px 0 0;
margin: 0 0 50px;
}
.footer-brands .box {
width: calc((100% - 100px)/6);
}
.footer-brands ul {
margin: 0;
}
.footer-brands li {
font-size: 16px;
}
.footer-brands a {
color: #b7b7b7;
transition: color .2s ease-in-out;
}
.footer-brands a:hover {
color: #fff;
}
.footer-brands .collapse-button {
color: #b7b7b7;
}
.footer-brands .collapse-button:before {
border-color: #b7b7b7 transparent transparent transparent;
}
.footer-brands .collapse-button:hover {
color: #fff;
}
.footer-brands .collapse-button:hover:before {
border-color: #fff transparent transparent transparent;
}
.collapse-button {
display: inline-flex;
align-items: center;
column-gap: 6px;
font-size: 16px;
font-style: italic;
margin-top: 10px;
cursor: pointer;
}
.collapse-button:hover {
text-decoration: underline;
}
.collapse-button .see-all {
display: block;
}
.collapse-button .collapse {
display: none;
}
.collapse-button:before {
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 6px 5px 0 5px;
border-color: #212529 transparent transparent transparent;
transition: transform .2s ease-in-out;
}
.collapse-button[aria-expanded="true"] .see-all {
display: none;
}
.collapse-button[aria-expanded="true"] .collapse {
display: block;
}
.collapse-button[aria-expanded="true"]:before {
transform: rotate(180deg);
}
.footer .footer-menu {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: flex-start;
column-gap: 20px;
row-gap: 10px;
text-transform: uppercase;
margin: 0 0 50px;
}
.footer .footer-menu li {
font-size: 20px;
}
.footer .footer-menu a {
color: #b7b7b7;
transition: color .2s ease-in-out;
}
.footer .footer-menu a:hover {
color: #fff;
}
.footer .list-with-icons-box {
border: none;
padding: 0;
}
.footer .btn.btn-small.color-btn {
margin: 0 0 50px;
}
.bottom-banner .banner-subtitle {
color: #fff;
}
.page-template-home-v2 .bottom-banner .container {
max-width: 840px;
}
.page-template-home-v2 .quote-block h1 {
letter-spacing: 0;
}
.top-links-box {
border-top: 1px solid #ae8b4e;
padding-top: 50px;
margin: 50px 0;
}
.top-links-box h2 {
color: #ae8b4e;
text-align: center;
margin: 0 0 40px;
}
.top-links-box h3 {
font-size: 19px;
font-weight: normal;
color: #212529;
margin: 0 0 20px;
}
.top-links-box h3 a {
color: #212529;
font-size: 14px;
font-weight: bold;
}
.top-links-box h3 a:hover {
color: #ae8b4e;
}
.top-links-hold {
display: flex;
flex-wrap: wrap;
column-gap: 20px;
row-gap: 30px;
}
.top-links-hold .box {
width: calc((100% - 60px)/4);
display: flex;
flex-direction: column;
align-items: flex-start;
}
.top-links-box ul {
font-style: italic;
margin: 0;
}
.top-links-box ul li {
font-size: 14px;
}
.top-links-hold .collapse-button {
margin-top: auto;
}
.car-brands-row {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
column-gap: 10px;
row-gap: 10px;
margin: 0 0 30px;
}
.car-brands-row .car-brands-row-item {
height: 80px;
width: calc((100% - 110px)/12);
display: flex;
justify-content: center;
align-items: center;
border: 1px solid #ab8453;
border-radius: 2px;
padding: 10px;
transition: background-color .2s ease-in-out;
}
.car-brands-row .car-brands-row-item img {
max-height: 100%;
}
.car-brands-row .car-brands-row-item:hover {
background-color: rgba(171,132,83, .2);
}
@media (min-width: 1440px) {
.navbar .navbar-nav .nav-link {
letter-spacing: 2px;
}
}
@media (max-width: 1739px) {
.blog-section .blog-menu li {
font-size: 19px;
}
}
@media (max-width: 1439px) {
.page-template-home-v2 .main-blog-section .link-img {
height: auto;
}
.blog-section .blog-menu li {
font-size: 16px;
}
}
@media (max-width: 1200px) {
.header .navbar .navbar-nav {
display: none !important;
}
.header .burger-container {
display: block !important;
}
.header .navbar {
justify-content: center !important;
}
}
@media (max-width: 1023px) {
.page-template-home-v2 h3,
.page-template-home-v2 .h3,
.page-template-home-v2 .price,
.blog-box .h3 {
font-size: 18px;
}
.page-template-home-v2 .flex-box,
.blog-box {
column-gap: 20px;
row-gap: 40px;
}
.page-template-home-v2 .flex-box .third,
.page-template-home-v2 .flex-box .fourth,
.blog-box .blog-post {
width: calc((100% - 20px)/2);
}
.page-template-home-v2 #main-slider .carousel-control-next,
.page-template-home-v2 #main-slider .carousel-control-prev {
font-size: 30px;
}
.page-template-home-v2 #main-slider .carousel-control-prev {
left: 0;
}
.page-template-home-v2 #main-slider .carousel-control-next {
right: 0;
}
.page-template-home-v2 #main-slider .carousel-indicators {
column-gap: 10px;
bottom: 30px;
}
.page-template-home-v2 #main-slider .carousel-indicators li {
width: 10px;
height: 10px;
}
.page-template-home-v2 #main-slider .carousel-item .item-text .slide-title {
padding: 0 20px;
}
.page-template-home-v2 .publication-section .publication-logo {
margin: 0 0 10px;
}
.page-template-home-v2 .publication-section .link-img {
margin: 0 0 10px;
}
.page-template-home-v2 .products-box .product-img {
height: 300px;
margin: 0 0 10px;
}
.page-template-home-v2 .main-blog-section .half {
width: 100%;
}
.page-template-home-v2 .instagram-section .link-img {
width: calc((100% - 40px)/3);
}
.blog-section .pagination-wrap {
margin: 50px 0 0;
}
.footer-brands {
padding: 0;
}
.footer-brands .box {
width: calc((100% - 40px)/3);
}
.footer .h4,
.footer-brands li,
.collapse-button,
.footer .footer-menu li {
font-size: 14px;
}
.page-template-home-v2 #main-slider .carousel-item .item-text {
bottom: 70px;
}
.page-template-home-v2 .publication-section .h3,
.page-template-home-v2 .products-box h3 {
font-size: 14px;
}
.blog-section .blog-menu {
column-gap: 10px;
row-gap: 10px;
}
.blog-section .blog-menu li {
column-gap: 10px;
font-size: 14px;
}
.car-brands-row .car-brands-row-item {
width: calc((100% - 50px)/6);
}
}
@media (max-width: 991px) {
.header {
height: 80px;
}
.header-over .header {
margin-bottom: -80px;
}
.header .logo {
width: 220px;
}
}
@media (max-width: 767px) {
.blog-section h1 {
width: 100px;
height: 100px;
font-size: 25px;
}
.page-template-home-v2 .flex-box .third,
.page-template-home-v2 .flex-box .fourth,
.blog-box .blog-post {
width: 100%;
}
.page-template-home-v2 .publication-section .link-img,
.page-template-home-v2 .products-box .product-img {
height: 250px;
}
.page-template-home-v2 .main-blog-section .half {
flex-direction: column;
}
.page-template-home-v2 .main-blog-section .link-img {
width: 100%;
}
.page-template-home-v2 .main-blog-section .blog-info {
width: 100%;
}
.page-template-home-v2 .instagram-section .link-img {
width: calc((100% - 20px)/2);
height: 150px;
}
.footer-brands .box {
width: calc((100% - 20px)/2);
}
.page-template-home-v2 .main-blog-section .basic-button,
.page-template-home-v2 .instagram-section .basic-button {
position: static;
margin: 30px auto 0;
}
.blog-box .h3,
.blog-box .blog-post p {
min-height: auto;
}
.top-links-hold .box {
width: 100% !important;
}
.text-center.sub-category a{
display: block;
margin: 0 0 10px !important;
}
.car-brands-row .car-brands-row-item {
height: 50px;
}
}
.fsr-contact-form.text-white p,
.fsr-contact-form.text-white form .form-group label,
.fsr-contact-form.text-white form label{
color: #ffffff !important;
}
.fsr-contact-form.text-white form .bootstrap-select > .dropdown-toggle,
.fsr-contact-form.text-white form label{
font-size: 14px;
}
.inquiry-form.text-white .form-control::-webkit-input-placeholder {
color: #ffffff !important;
}
.inquiry-form.text-white .form-control::-moz-placeholder {
color: #ffffff !important;
}
.inquiry-form.text-white .form-control:-moz-placeholder{
color: #ffffff !important;
}
.inquiry-form.text-white .form-control:-ms-input-placeholder {
color: #ffffff !important;
}
.inquiry-form.text-white .form-control.placeholder {
color: #ffffff !important;
}