@charset "UTF-8";
@font-face {
font-family: 'Geovana';
src: url(//dyslexiastlouis.com/wp-content/themes/techeduem/fonts/geovana/Geovana.eot);
src: url(//dyslexiastlouis.com/wp-content/themes/techeduem/fonts/geovana/Geovana.eot?#iefix) format('embedded-opentype'),
url(//dyslexiastlouis.com/wp-content/themes/techeduem/fonts/geovana/Geovana.woff2) format('woff2'),
url(//dyslexiastlouis.com/wp-content/themes/techeduem/fonts/geovana/Geovana.woff) format('woff'),
url(//dyslexiastlouis.com/wp-content/themes/techeduem/fonts/geovana/Geovana.ttf) format('truetype'),
url(//dyslexiastlouis.com/wp-content/themes/techeduem/fonts/geovana/Geovana.svg#Geovana) format('svg');
font-weight: normal;
font-style: normal;
}@font-face {
font-family: 'Billy Ohio';
src: url(//dyslexiastlouis.com/wp-content/themes/techeduem/fonts/billyohio/BillyOhio.eot);
src: url(//dyslexiastlouis.com/wp-content/themes/techeduem/fonts/billyohio/BillyOhio.eot?#iefix) format('embedded-opentype'),
url(//dyslexiastlouis.com/wp-content/themes/techeduem/fonts/billyohio/BillyOhio.woff2) format('woff2'),
url(//dyslexiastlouis.com/wp-content/themes/techeduem/fonts/billyohio/BillyOhio.woff) format('woff'),
url(//dyslexiastlouis.com/wp-content/themes/techeduem/fonts/billyohio/BillyOhio.ttf) format('truetype'),
url(//dyslexiastlouis.com/wp-content/themes/techeduem/fonts/billyohio/BillyOhio.svg#BillyOhio) format('svg');
font-weight: normal;
font-style: normal;
}
 .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.bounceIn,
.animated.bounceOut {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
.animated.flipOutX,
.animated.flipOutY {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
@keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
@keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//dyslexiastlouis.com/wp-content/themes/techeduem/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.mean-nav ul li a,a.meanmenu-reveal{display:block;text-decoration:none}.mean-bar{float:left;width:100%;position:relative;background:#314E6C;padding:4px 0;min-height:42px;z-index:9999}a.meanmenu-reveal{width:22px;height:22px;padding:13px 13px 11px;position:absolute;top:0;right:0;cursor:pointer;line-height:22px;font-size:1px;}a.meanmenu-reveal span{display:block;background:#fff;height:3px;margin-top:3px}.mean-nav{float:left;width:100%;background:#314E6C;margin-top:44px}.mean-nav ul{padding:0;margin:0;width:100%;list-style-type:none}.mean-nav ul li{position:relative;float:left;width:100%}.mean-nav ul li a{float:left;width:100%;padding:1em 5%;margin:0;text-align:left;border-top:1px solid #383838;border-top:1px solid rgba(255,255,255,.5);text-transform:uppercase}.mean-nav ul li li a{width:100%;padding:1em 10%;border-top:1px solid #f1f1f1;border-top:1px solid rgba(255,255,255,.25);opacity:.75;filter:alpha(opacity=75);text-shadow:none!important;visibility:visible}.mean-nav ul li.mean-last a{border-bottom:0;margin-bottom:0}.mean-nav ul li li li a{width:100%;padding:1em 15%}.mean-nav ul li li li li a{width:60%;padding:1em 20%}.mean-nav ul li li li li li a{width:50%;padding:1em 25%}.mean-nav ul li a:hover{background:#252525;background:rgba(255,255,255,.1)}a.mean-expand{margin-top:1px;width:26px;height:22px;padding:12px!important;text-align:center;position:absolute;right:0;top:0;z-index:2;font-weight:700;background:rgba(255,255,255,.1);border:0!important;border-left:1px solid rgba(255,255,255,.4)!important;border-bottom:1px solid rgba(255,255,255,.2)!important}.mean-nav .wrapper,.mean-push{width:100%;padding:0;margin:0}a.mean-expand:hover{background:#314E6C}.mean-push{float:left;clear:both}.mean-remove{display:none!important}.nice-select{-webkit-tap-highlight-color:transparent;background-color:#fff;border-radius:5px;border:1px solid #e8e8e8;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-family:inherit;font-size:14px;font-weight:400;height:42px;line-height:40px;outline:0;padding-left:18px;padding-right:30px;position:relative;text-align:left!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:auto}.nice-select:hover{border-color:#dbdbdb}.nice-select.open,.nice-select:active,.nice-select:focus{border-color:#999}.nice-select:after{border-bottom:2px solid #999;border-right:2px solid #999;content:'';display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:12px;top:50%;-webkit-transform-origin:66% 66%;-ms-transform-origin:66% 66%;transform-origin:66% 66%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;width:5px}.nice-select.open:after{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.nice-select.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.nice-select.disabled:after{border-color:#ccc}.nice-select.wide{width:100%}.nice-select.wide .list{left:0!important;right:0!important}.nice-select.right{float:right}.nice-select.right .list{left:auto;right:0}.nice-select.small{font-size:12px;height:36px;line-height:34px}.nice-select.small:after{height:4px;width:4px}.nice-select.small .option{line-height:34px;min-height:34px}.nice-select .list{background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgba(68,68,68,.11);box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(.75) translateY(-21px);-ms-transform:scale(.75) translateY(-21px);transform:scale(.75) translateY(-21px);-webkit-transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;z-index:9}.nice-select .list:hover .option:not(:hover){background-color:transparent!important}.nice-select .option{cursor:pointer;font-weight:400;line-height:40px;list-style:none;min-height:40px;outline:0;padding-left:18px;padding-right:29px;text-align:left;-webkit-transition:all .2s;transition:all .2s}.nice-select .option.focus,.nice-select .option.selected.focus,.nice-select .option:hover{background-color:#f6f6f6}.nice-select .option.selected{font-weight:700}.nice-select .option.disabled{background-color:transparent;color:#999;cursor:default}.no-csspointerevents .nice-select .list{display:none}.no-csspointerevents .nice-select.open .list{display:block}html,
body {
color: #7e7e7e;
font-family: "Poppins", "Open Sans", sans-serif;
font-size: 16px;
line-height: 1.7;
margin: 0;
font-weight: 400;
}
button,
input,
select,
textarea {
color: #7e7e7e;
font-family: "Poppins", "Open Sans", sans-serif;
font-size: 14px;
line-height: 1.5;
font-weight: 400;
}
h1 {
font-size: 50px;
margin: 40px 0;
}
h2 {
font-size: 42px;
margin: 35px 0;
}
h3 {
font-size: 32px;
margin: 30px 0;
}
h4 {
font-size: 26px;
margin: 24px 0;
}
h5 {
font-size: 22px;
margin: 20px 0;
}
h6 {
font-size: 16px;
margin: 16px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
font-weight: 600;
line-height: 1.3;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
dt {
color: #000;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: inherit
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
line-height: 1.6;
max-width: 100%;
overflow: auto;
padding: 1.6em;
margin-bottom: 1.5em;
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
}
.theme-color{color:#1bb4b9;}
.theme-color-2{color: #f5b120;} html {
box-sizing: border-box;
overflow-x: hidden;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
background: #fff none repeat scroll 0 0;
overflow-x: hidden;
}
a {
color: #000;
}
a:hover,
a:focus {
color: #f5b120;
text-decoration: none;
outline: none !important;
}
ul {
list-style: disc;
}
li {
line-height: 2.14286em;
}
ol,
ul {
padding-left: 1.7em;
margin-top: 0;
margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
margin-bottom: 0;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
margin-left: -5px;
}
.list-inline > li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
border: 1px solid #dedede;
margin: 0 0 1.5em;
width: 100%;
}
table a {
text-decoration: underline;
}
table tr {
border-bottom: 1px solid #dedede;
}
table th,
table td {
padding: 10px 20px;
}
table tbody th,
table tbody td,
table thead th {
border-right: 1px solid #dedede;
}
dt {
font-weight: bold;
}
dd {
margin-left: 20px;
margin-top: 10px;
margin-bottom: 10px;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
quotes: "" "";
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer;
background: #000;
color: #fff;
line-height: 40px;
border-radius: 3px;
padding: 0 30px;
border: none;
height: 40px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
opacity: 0.8;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
opacity: 0.8;
outline: none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"]{
height: 40px;
line-height: 40px;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #909090;
border: 1px solid #ccc;
border-radius: 0px;
padding: 3px 10px;
outline: none;
}
select {
border: 1px solid #ccc;
height: 36px;
width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #909090;
}
textarea {
padding: 10px;
width: 100%;
} a,
img,
.img,
.btn,
input,
select,
textarea {
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
} *::-moz-selection {
background: #f5b120;
color: #fff;
text-shadow: none;
}
::-moz-selection {
background: #f5b120;
color: #fff;
text-shadow: none;
}
::selection {
background: #f5b120;
color: #fff;
text-shadow: none;
} *::-moz-placeholder {
color: #909090;
}
::-moz-placeholder {
color: #909090;
}
::placeholder {
color: #909090;
} #back-to-top {
position: fixed;
right: -50px;
bottom: 28px;
background: #fff;
width: 50px;
height: 50px;
text-align: center;
color: #666;
line-height: 46px;
overflow: hidden;
font-size: 22px;
display: block;
box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
z-index: 99;
border: 1px solid #ececec;
border-radius: 100%;
-webkit-transition: bottom .5s ease, right .5s ease;
transition: bottom .5s ease, right .5s ease;
cursor: pointer;
}
#back-to-top:hover {
bottom: 35px
} .techeduem-maintenance-mode a#scrollUp,
.blank-page a#scrollUp {
display: none !important;
} .maintenance__wrapper {
width: 100%;
height: 100vh;
background: #ddd;
position: fixed;
z-index: 99999999;
top: 0;
left: 0;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
.maintenance-default-content {
width: 100%;
height: 100vh;
padding: 0;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
background: #eeeeee;
}
.maintenance-default-content h2 {
margin-top: 0;
} .site-wrapper.boxed-layout {
box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
margin: auto;
position: relative;
max-width: 1240px;
width: 100%;
background: #fff;
}
.boxed-layout .is-sticky {
right: auto;
left: auto;
margin: auto;
max-width: 1240px;
width: 100%;
}
.boxed-layout .header-area,
.boxed-layout .header-bottom {
left: auto;
max-width: 1240px;
right: auto;
width: 100%;
z-index: 9999999;
} html body .kc_single_image img {
display: initial;
} #loading-default {
background-color: #f1f1f1;
height: 100%;
width: 100%;
position: fixed;
z-index: 9999;
margin-top: 0px;
top: 0px;
}
#loading-default-center {
width: 100%;
height: 100%;
position: relative;
}
#loading-default-center-absolute {
position: absolute;
left: 50%;
top: 50%;
height: 200px;
width: 200px;
margin-top: -100px;
margin-left: -100px;
-ms-transform: rotate(-135deg);
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.pre_object {
-moz-border-radius: 50% 50% 50% 50%;
-webkit-border-radius: 50% 50% 50% 50%;
border-radius: 50% 50% 50% 50%;
position: absolute;
border-top: 5px solid #f5b120;
border-bottom: 5px solid transparent;
border-left: 5px solid #f5b120;
border-right: 5px solid transparent;
-webkit-animation: preanimate 2s infinite;
animation: preanimate 2s infinite;
}
#pre_object_one {
left: 75px;
top: 75px;
width: 50px;
height: 50px;
}
#pre_object_two {
left: 65px;
top: 65px;
width: 70px;
height: 70px;
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
#pre_object_three {
left: 55px;
top: 55px;
width: 90px;
height: 90px;
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
#pre_object_four {
left: 45px;
top: 45px;
width: 110px;
height: 110px;
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
@-webkit-keyframes preanimate {
50% {
-ms-transform: rotate(360deg) scale(0.8);
-webkit-transform: rotate(360deg) scale(0.8);
transform: rotate(360deg) scale(0.8);
}
}
@keyframes preanimate {
50% {
-ms-transform: rotate(360deg) scale(0.8);
-webkit-transform: rotate(360deg) scale(0.8);
transform: rotate(360deg) scale(0.8);
}
} #loading2 {
background-color: #f1f1f1;
height: 100%;
width: 100%;
position: fixed;
z-index: 9999;
margin-top: 0px;
top: 0px;
}
#loading2-center {
width: 100%;
height: 100%;
position: relative;
}
#loading2-center-absolute {
position: absolute;
left: 50%;
top: 50%;
height: 20px;
width: 100px;
margin-top: -10px;
margin-left: -50px;
}
.object2 {
width: 20px;
height: 20px;
background-color: #f5b120;
-moz-border-radius: 50% 50% 50% 50%;
-webkit-border-radius: 50% 50% 50% 50%;
border-radius: 50% 50% 50% 50%;
margin-right: 20px;
margin-bottom: 20px;
position: absolute;
}
#object2_one {
-webkit-animation: object2 2s linear infinite;
animation: object2 2s linear infinite;
}
#object2_two {
-webkit-animation: object2 2s linear infinite -.4s;
animation: object2 2s linear infinite -.4s;
}
#object2_three {
-webkit-animation: object2 2s linear infinite -.8s;
animation: object2 2s linear infinite -.8s;
}
#object2_four {
-webkit-animation: object2 2s linear infinite -1.2s;
animation: object2 2s linear infinite -1.2s;
}
#object2_five {
-webkit-animation: object2 2s linear infinite -1.6s;
animation: object2 2s linear infinite -1.6s;
}
@-webkit-keyframes object2 {
0% {
left: 100px;
top: 0
}
80% {
left: 0;
top: 0;
}
85% {
left: 0;
top: -20px;
width: 20px;
height: 20px;
}
90% {
width: 40px;
height: 15px;
}
95% {
left: 100px;
top: -20px;
width: 20px;
height: 20px;
}
100% {
left: 100px;
top: 0;
}
}
@keyframes object2 {
0% {
left: 100px;
top: 0
}
80% {
left: 0;
top: 0;
}
85% {
left: 0;
top: -20px;
width: 20px;
height: 20px;
}
90% {
width: 40px;
height: 15px;
}
95% {
left: 100px;
top: -20px;
width: 20px;
height: 20px;
}
100% {
left: 100px;
top: 0;
}
} .header-top-area {
background: #1bb4b9 none repeat scroll 0 0;
}
.top-bar-left-content a,
.header-info a {
color: #fff;
}
.header-info span {
font-size: 12px;
}
.header-info span + span {
margin-left: 28px;
}
.top-bar-left-content p {
color: #fff;
line-height: 43px;
} .top-bar-left-menu ul {
margin: 0;
padding: 0;
list-style: none;
}
.top-bar-left-menu ul li {
display: inline-block;
}
.top-bar-left-menu ul li a {
padding: 5px 10px;
text-decoration: none;
text-transform: capitalize;
font-size: 14px;
color: #fff;
}
.top-bar-left-content a:hover,
.header-info a:hover,
.header-social ul li a:hover,
.top-bar-left-menu ul li a:hover {
color: #f5b120;
}
.top-bar-left-content {
color: #fff;
}
.top-bar-left-content p {
margin-bottom: 0;
} .header-social span {
background: #f5b120 none repeat scroll 0 0;
display: inline-block;
padding: 0 13px 0;
font-size: 12px;
color: #fff;
}
.header-social span.header-info {
float: right;
}
.header-social ul.header-right-social {
margin: 0 18px 0 0;
}
.header-info a i {
margin-right: 10px;
}
.header-info {
line-height: 43px;
}
.header-social .header-info{
display: inline-block;
}
.header-social ul {
margin: 0 0 0 18px;
padding: 0;
list-style: none;
display: inline-block;
line-height: 43px;
}
.header-social ul li {
display: inline-block;
}
.header-social ul li a {
color: #fff;
font-size: 14px;
}
.header-social.text-white > a {
color: #fff;
}
.menu-middle-area {
border-top: 1px solid #ddd;
}
.header-social ul li + li {
margin-left: 15px;
} .header-search {
margin: 29px 0;
}
.header-search form {
display: block;
position: relative;
}
.header-search form input {
border: 1px solid #ddd;
height: 40px;
line-height: 24px;
padding: 7px 40px 7px 15px;
width: 250px;
}
.header-search form button {
background-color: transparent;
border: 0 none;
color: #999;
height: 40px;
padding: 0;
position: absolute;
right: 0;
text-align: center;
top: 0;
transition: all 0.3s ease 0s;
width: 40px;
}
.header-search form button i {
display: block;
line-height: 38px;
}
.header-search form button:hover {
color: #26c7cc;
} header.header-transparent {
background: transparent none repeat scroll 0 0;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 99999;
box-shadow: 0 1px 3px rgba(50, 50, 50, 0);
}
.logged-in.admin-bar header.header-transparent {
top: 32px;
} header.is-sticky {
position: fixed;
left: 0;
top: 0 !important;
right: 0;
background-color: rgba(255, 255, 255, 1) !important;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
z-index: 99999;
-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}
body.logged-in.admin-bar .is-sticky {
padding-top: 32px;
}
header.is-sticky .default-menu nav > ul > li > a {
padding: 20px 15px;
} .primary-nav-wrap.default-menu nav > ul {
display: flex;
margin: 0;
list-style: none;
padding: 0;
flex-wrap: wrap;
margin-right: 40px;
}
.primary-nav-wrap.default-menu nav > ul > li {
position: relative;
}
.primary-nav-wrap.default-menu nav > ul > li > a {
display: flex;
font-size: 13px;
line-height: 30px;
padding: 45px 12px;
transition: all 0.3s ease 0s;
font-weight: 600;
color: #444;
text-transform: uppercase;
}
.primary-nav-wrap.default-menu nav > ul > li > a:hover {
color:#1bb4b9 ;
}
.primary-nav-wrap.default-menu nav > ul > li.menu-item-has-children > a::after {
margin-left: 8px;
content: "\f107";
font-family: 'fontawesome';
font-weight: normal;
font-style: normal;
text-decoration: inherit;
opacity: 0.4;
font-weight: normal;
font-size: 0.8rem;
vertical-align: middle;
}
.primary-nav-wrap .sub-menu {
background-color: #ffffff;
box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
margin-left: 0;
left: 0;
list-style: none;
padding: 0;
position: absolute;
top: 100%;
width: 250px;
z-index: -999;
visibility: hidden;
opacity: 0;
margin-top: 30px;
transition: all 0.3s ease 0s;
border-top: 1px solid #1bb4b9;
}
.default-menu nav > ul > li:hover > .sub-menu {
margin-top: 0;
opacity: 1;
visibility: visible;
z-index: 999;
}
.primary-nav-wrap .sub-menu li {
position: relative;
}
.primary-nav-wrap .sub-menu li a {
line-height: 24px;
padding: 10px 20px;
font-size: 13px;
display: flex;
border-bottom: 1px solid #eeeeee;
transition: all 0.3s ease 0s;
font-weight: 300;
}
.primary-nav-wrap .sub-menu li .sub-menu {
top: 0;
left: 100%;
right: auto;
}
.primary-nav-wrap .sub-menu li .sub-menu li .sub-menu {
left: auto;
right: 100%;
}
.primary-nav-wrap .sub-menu li .sub-menu li .sub-menu li .sub-menu {
left: 100%;
right: auto;
}
.primary-nav-wrap .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu {
left: auto;
right: 100%;
}
.primary-nav-wrap .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu {
left: 100%;
right: auto;
} .last-elements .sub-menu {
left: auto;
right: 0;
}
.last-elements .sub-menu li .sub-menu {
top: 0;
left: auto;
right: 100%;
}
.last-elements .sub-menu li .sub-menu li .sub-menu {
right: auto;
left: 100%;
}
.last-elements .sub-menu li .sub-menu li .sub-menu li .sub-menu {
right: 100%;
left: auto;
}
.last-elements .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu {
right: auto;
left: 100%;
}
.last-elements .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu {
right: 100%;
left: auto;
} .sub-menu li:hover > .sub-menu {
margin-top: 0;
opacity: 1;
visibility: visible;
z-index: 999;
} .mean-bar {
background-color: transparent;
min-height: auto;
padding: 0;
z-index: 9;
} a.meanmenu-reveal {
height: auto;
line-height: 1;
padding: 0;
top: -32.5px;
width: auto;
transform: translateY(-50%);
}
a.meanmenu-reveal:hover,
a.meanmenu-reveal:focus {
color: #f5b120;
outline: medium none;
}
a.meanmenu-reveal i {
display: block;
font-size: 30px;
line-height: 30px;
width: 30px;
} .mean-nav {
background-color: transparent;
margin: 0;
}
.mean-nav a.mean-expand {
border: medium none !important;
color: #464646 !important;
font-size: 18px !important;
height: 36px;
line-height: 36px;
padding: 0 !important;
text-align: center;
width: 30px !important;
}
.mean-nav a.mean-expand:hover {
color: #f5b120 !important;
}
.mean-nav a.mean-clicked {
font-size: 22px !important;
}
.mean-nav > ul {
float: left;
padding: 15px 0;
}
.mean-nav > ul > li > a {
border-color: #eee;
color: #464646;
display: block;
font-family: 'Poppins', sans-serif;
font-size: 13px;
font-weight: 600;
line-height: 24px;
padding: 6px 30px 6px 0;
}
.mean-nav > ul > li > a:hover,
.mean-nav > ul > li.current_page_item > a {
color: #f5b120;
} .mean-nav .sub-menu,
.mean-nav .mega-menu {
box-shadow: none;
float: left;
opacity: 1;
position: static;
-webkit-transition: none 0s ease 0s;
transition: none 0s ease 0s;
visibility: visible;
z-index: 1;
}
.mean-nav ul li li {
margin: 0;
padding: 0;
}
.mean-nav ul li li a {
border-color: #eee;
color: #464646;
font-family: 'Poppins', sans-serif;
font-size: 12px;
font-weight: 600;
line-height: 24px;
opacity: 1;
padding: 6px 30px 6px 15px;
text-transform: uppercase;
width: 100% !important;
border-bottom: none;
}
.mean-nav .sub-menu li:hover > a {
color: #464646;
}
.mean-nav .sub-menu li.current_page_item:hover > a {
color: #f5b120;
}
.mean-nav ul li li.current_page_item > a,
.mean-nav ul li li > a:hover,
.mean-nav .sub-menu li > a:hover {
color: #f5b120;
}
.mean-nav ul li li li a {
padding: 6px 30px 6px 25px;
}
.mean-nav ul li li li li a {
padding: 6px 30px 6px 35px;
}
.mean-nav ul li li li li li a {
padding: 6px 30px 6px 45px;
}
.mean-nav ul li li li li li li a {
padding: 6px 30px 6px 55px;
} .site-title h3,
.site-title p {
margin: 0;
}
.site-title a {
color: #333;
display: block;
font-size: 20px;
font-weight: 700;
} .header-menu-wrap {
-ms-align-items: center;
align-items: center;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: space-between;
}
.header-menu-wrap .site-title {
min-width: 150px;
flex-shrink: 0;
padding-top: 25px;
padding-bottom: 25px;
}
.header-menu-wrap.logo-left {
-webkit-flex-direction: row;
-moz-flex-direction: row;
-ms-flex-direction: row;
-o-flex-direction: row;
flex-direction: row;
}
.header-menu-wrap.logo-center {
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-direction: column;
flex-direction: column;
-ms-align-items: center;
align-items: center;
}
.header-menu-wrap.logo-center > div:nth-child(2) {
-ms-align-self: flex-start;
align-self: flex-start;
}
.header-menu-wrap.logo-right {
-webkit-flex-direction: row-reverse;
-moz-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
-o-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.header-menu-wrap.logo-left-top {
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-direction: column;
flex-direction: column;
-ms-align-items: flex-start;
align-items: flex-start;
}
.header-menu-wrap.logo-center-top {
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-direction: column;
flex-direction: column;
-ms-align-items: center;
align-items: center;
}
.header-menu-wrap.logo-right-top {
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-direction: column;
flex-direction: column;
-ms-align-items: flex-end;
align-items: flex-end;
}
.header-menu-wrap.logo-center,
.header-menu-wrap.logo-left-top,
.header-menu-wrap.logo-center-top,
.header-menu-wrap.logo-right-top {
padding-top: 15px;
}
header.header-default {
border-bottom: 1px solid rgba(0, 0, 0, 0.07);
} .page-title-search-box input {
background: transparent;
border-radius: 0;
padding: 10px 20px;
}
.page-title-search-box input:focus {
outline: none;
}
.page-title-search-box button {
display: none;
}
.page__title__inner {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-flow: wrap column;
}
.page__title__inner.breadcrumbs-title-left {
justify-content: flex-start;
align-items: flex-start;
}
.page__title__inner.breadcrumbs-title-center {
justify-content: center;
align-items: center;
}
.page__title__inner.breadcrumbs-title-right {
justify-content: flex-end;
align-items: flex-end;
} .page__title__wrapper {
background: #f8f8f8;
}
.page__title__inner {
padding: 151px 0 0;
}
h1.page-title {
padding-bottom: 10px;
margin: 10px 0;
}
.page__title__inner > p {
margin-bottom: 0.80em;
}
.page__title__inner .page-subtitle {
margin-bottom: 0;
}
.breadcrumbs_wrap ul {
margin: 0;
padding: 0;
list-style: none;
margin-left: -10px;
margin-right: -10px;
}
.breadcrumbs_wrap ul li {
display: inline-block;
}
.breadcrumbs_wrap ul li {
padding: 0 5px;
}
.header-social ul li + li {
margin-left: 22px;
}
section.page__title__wrapper {
position: relative;
}
section.page__title__wrapper:before {
content: "";
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, .40);
position: absolute;
left: 0;
top: 0;
}
section.page__title__wrapper.text-center {
justify-content: center;
align-items: center;
}
section.page__title__wrapper.full-height,
section.page__title__wrapper.full-height .container,
section.page__title__wrapper.full-height .container .row,
section.page__title__wrapper.full-height .container .row div[class*="col-"],
section.page__title__wrapper.full-height,
section.page__title__wrapper.full-height .container-fluid,
section.page__title__wrapper.full-height .container-fluid .row,
section.page__title__wrapper.full-height .container-fluid .row div[class*="col-"] {
height: 100vh;
}
section.page__title__wrapper.full-height .container .row div[class*="col-"],
section.page__title__wrapper.full-height .container-fluid .row div[class*="col-"] {
display: flex;
align-items: center;
}
section.page__title__wrapper.half-height,
section.page__title__wrapper.half-height .container,
section.page__title__wrapper.half-height .container .row,
section.page__title__wrapper.half-height .container .row div[class*="col-"],
section.page__title__wrapper.half-height,
section.page__title__wrapper.half-height .container-fluid,
section.page__title__wrapper.half-height .container-fluid .row,
section.page__title__wrapper.half-height .container-fluid .row div[class*="col-"] {
height: 50vh;
}
section.page__title__wrapper.half-height .container .row div[class*="col-"],
section.page__title__wrapper.half-height .container-fluid .row div[class*="col-"] {
display: flex;
align-items: center;
}
section.page__title__wrapper .page__title__inner {
width: 100%;
}
.breadcrumbs_wrap ul, .breadcrumbs_wrap ul li, .breadcrumbs_wrap ul li a {
transition: 0.3s !important;
font-size: 12px;
word-break: break-word;
}
.breadcrumbs_wrap ul{
margin-top: 100px;
border-radius: 22px 22px 0 0;
background: #e9ecef;
display: flex;
flex-wrap: wrap;
margin-bottom: 0;
padding: 8px 25px;
} .page-wrapper {
padding: 65px 0;
}
.page-sub-title p {
margin-bottom: 10px;
}
.page-template-page-left-sidebar .page-wrapper,.page-template-page-right-sidebar .page-wrapper {
padding: 70px 0;
padding-bottom: 45px;
} footer .default-footer {
background: #f2f2f2;
padding: 60px 0;
text-align: center;
color: #000;
position: relative;
}
footer .default-footer:before {
position: absolute;
content: "";
background: rgba(0, 0, 0, 0, 0);
left: 0;
top: 0;
width: 100%;
height: 100%;
} footer.fixed-footer-enable {
position: fixed;
width: 100%;
left: 0;
right: 0;
bottom: 0;
z-index: -10;
} .page-not-found-wrap {
height: 700px;
width: 100%;
background: #f6f6f6;
}
.page-not-found-wrap .container,
.page-not-found-wrap .container .row,
.page-not-found-wrap .container .pnf-inner-wrap,
.page-not-found-wrap .container [class*="col-"] {
height: 100%;
}
.page-not-found-wrap .container .pnf-inner-wrap {
display: flex;
-ms-align-items: center;
align-items: center;
justify-content: center;
}
.pnf-inner img {
max-height: 350px;
margin-bottom: 30px;
}
.pnf-inner > h1 {
color: #333;
font-size: 150px;
font-weight: 700;
line-height: 1;
letter-spacing: 1;
margin: 0;
text-transform: uppercase;
margin-bottom: 30px;
}
.pnf-inner > h2 {
color: #333;
font-size: 60px;
font-weight: 700;
line-height: 1.4;
margin: 0;
text-transform: uppercase;
}
.pnf-inner > p {
color: #333;
font-size: 24px;
line-height: 1.4;
margin: 0;
}
.pnf-inner a.btn {
background-color: #f5b120;
border: 1px solid #f5b120;
border-radius: 2px;
color: #fff;
font-size: 20px;
height: 60px;
line-height: 60px;
text-align: center;
margin-top: 50px;
padding: 0 30px;
text-transform: uppercase;
}
.pnf-inner a.btn:hover {
background-color: #f5b120;
}
.align-center {
align-items: center;
display: flex;
} .breadcrumb-wrapper .breadcrumb {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
margin: 0;
padding: 0;
}
.breadcrumb-wrapper ul {
list-style: none;
margin: 0;
padding: 0;
}
.breadcrumb-wrapper .breadcrumb li a {
color: #fff;
font-size: 16px;
}
.breadcrumb-wrapper .breadcrumb.black-text li a {
color: #444
}
.breadcrumb-wrapper .breadcrumb.black-text li.active {
color: #888
}
.breadcrumb-wrapper .breadcrumb li.active {
color: #ccc;
}
.ptb-100{
padding: 100px 0;
}section.page__title__wrapper.blog-page,
section.page__title__wrapper.single-post {
position: relative;
}
.blog-page {
text-align: center;
}
.blog-page.text-right {
text-align: right;
}
.blog-page.text-left {
text-align: left;
}
.blog-page.text-center {
text-align: center;
} .blog-post {
box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.06);
margin-bottom: 50px;
}
.blog-content {
padding: 35px 40px 45px 40px;
}
.blog-content p {
color: #888;
font-size: 16px;
line-height: 30px;
margin-bottom: 0;
}
.post-title {
font-size: 23px;
font-weight: 500;
line-height: 1.5em;
margin: 0 0 0.4em;
overflow-wrap: break-word;
word-break: break-word;
}
.blog-meta {
margin-bottom: 15px;
}
.blog-meta span i {
margin-right: 7px;
opacity: 0.9;
}
.blog-meta > span {
color: #999;
font-size: 12px;
font-weight: 600;
margin-right: 15px;
position: relative;
text-transform: uppercase;
}
.blog-meta span::before {
background: #ccc none repeat scroll 0 0;
border-radius: 50%;
content: "";
height: 5px;
left: -12px;
position: absolute;
top: 7px;
width: 5px;
}
.blog-meta span:first-child:before {
display: none
}
.blog-meta a {
color: #999;
}
.blog-meta a:hover {
color: #F05B64;
}
.blog-column .blog-content p {
font-size: 14px;
}
.blog-column .blog-meta span {
font-size: 11px;
}
.blog-column .post-title {
font-size: 18px;
}
.blog-column .blog-content {
padding: 20px;
} .type-post.tag-sticky-2 .blog-content, 
.type-post.sticky .blog-content {
border: 1px solid #F05B64;
position: relative;
padding-left: 70px;
}
.type-post.tag-sticky-2 .blog-content:before, 
.type-post.sticky .blog-content:before {
content: "\f08d";
left: 30px;
top: 42px;
font-family: fontAwesome;
font-size: 23px;
position: absolute;
color: #F05B64;
line-height: 1;
} .blog-gallery .owl-nav div {
background: #fff none repeat scroll 0 0;
bottom: 10px;
font-size: 20px;
height: 40px;
line-height: 36px;
position: absolute;
right: 10px;
text-align: center;
width: 40px;
}
.blog-gallery .owl-nav div.owl-prev {
right: 60px;
} blockquote {
background: #f05b64 none repeat scroll 0 0;
border: 0 none;
margin: 0;
padding: 95px 50px 70px;
transition: all 0.3s ease-out 0s;
position: relative;
color: #fff;
margin-bottom: 10px;
}
blockquote *:not(code) {
color: #fff;
}
blockquote p {
font-size: 18px;
line-height: 1.8;
color: #fff;
}
blockquote a{
color: #000;
text-decoration: underline;
}
blockquote a:hover{
color: #000;
text-decoration: none;
}
blockquote::before {
content: "";
display: block;
font-family: "FontAwesome";
font-size: 24px;
position: absolute;
left: 50px;
top: 60px;
color: #fff;
}
blockquote footer {
font-size: 14px;
font-weight: 600;
}
blockquote cite {
margin-top: 15px;
display: inline-block;
}
blockquote cite a:before {
content: '\2014 \00A0';
}
blockquote cite a{
color: #fff;
text-decoration: none;
}
blockquote cite a:hover {
color: #444;
} .blog-content blockquote *:not(code) {
color: #fff;
}
.blog-quote.techeduem_quote.blog-content {
padding: 0;
}
.blog-quote.techeduem_quote.blog-content blockquote p {
font-size: 18px;
line-height: 1.8;
}
.blog-quote.techeduem_quote.blog-content blockquote footer cite {
font-size: 16px;
letter-spacing: 0.5px;
} .singel_blog_items.format-link .content {
padding: 20px 35px 45px 60px;
}
.singel_blog_items.format-link .content .title {
position: relative;
margin-bottom: 25px;
}
.singel_blog_items.format-link .content .title:before {
content: '\f14c';
font-family: fontAwesome;
position: absolute;
left: -35px;
top: 50%;
transform: translateY(-50%);
color: #f05b64;
}
.singel_blog_items.format-link .content .title a {
border-bottom: 2px solid #000;
}
.singel_blog_items.format-link .content .title a:hover {
border-bottom: 2px solid #f05b64;
} .grid-left-img {
-webkit-transition: all .6s cubic-bezier(0, 0, .2, 1);
transition: all .6s cubic-bezier(0, 0, .2, 1);
overflow: hidden;
background: #fff;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.grid-left-img .blog-thumb {
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
overflow: hidden;
}
.grid-left-img .blog-content {
position: relative;
padding: 30px 40px 135px;
}
.grid-left-img .read-more {
bottom: 40px;
left: 40px;
margin-top: 0;
position: absolute;
}
.grid-left-img .post-title {
font-size: 25px;
font-weight: 500;
}
.grid-left-img .blog-thumb img {
width: 100%;
transition: all 0.3s ease-out 0s;
transform: scale(1.1);
}
.grid-left-img.blog-post:hover .blog-thumb img {
transform: scale(1);
}
.grid-left-img.type-post.tag-sticky-2 .blog-content,
.blog-left-img.type-post.tag-sticky-2 .blog-content {
width: 100%;
}
.grid-left-img.type-post.tag-sticky-2 .read-more {
left: 70px;
} .grid-left-img.blog-left-image .blog-thumb img {
max-height: 330px;
width: auto;
}
.grid-left-img.blog-left-image .blog-thumb img {
transform: scale(1.1);
}
.grid-left-img.blog-left-image.blog-post:hover .blog-thumb img {
transform: scale(1.2);
} .read-more {
margin-top: 30px;
}
.read-more a {
border: 1px solid #ddd;
color: #000;
display: inline-block;
font-weight: 600;
padding: 12px 35px;
}
.read-more a:hover {
background: #444;
color: #fff;
border-color: #444
}
.blog-column .read-more {
margin-top: 20px;
}
.blog-column .read-more a {
border: 0 none;
color: #000;
font-weight: 600;
padding: 0;
background: none
} .blog-single .blog-meta span::before {
display: none;
}
.blog-single .blog-meta > span {
margin-right: 20px;
}
.blog-single .post-title {
font-size: 40px;
}
.theme_name-post-media {
margin-bottom: 30px;
} .post-pagination .nav-links{
margin: 0 auto;
}
.post-pagination .nav-links > ul {
padding-left: 0;
padding-right: 0;
margin-left: -7px;
margin-right: -7px;
}
.post-pagination .nav-links > ul > li,
.pagination > a,
.page-links > span:not(.page-links-title),
.page-links > a {
display: inline-block;
padding: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
margin-right: 10px;
}
.post-pagination .nav-links > ul > li:last-child{
margin-right: 0;
}
.post-pagination .nav-links > ul > li > a,
.post-pagination .nav-links > ul > li > span,
.pagination > a,
.page-links > span:not(.page-links-title),
.page-links > a {
border: 1px solid #aaaaaa;
border-radius: 50px;
display: block;
font-size: 16px;
font-weight: 600;
height: 36px;
line-height: 34px;
text-align: center;
width: 36px;
color:#aaaaaa;
}
.pagination > a,
.page-links > span:not(.page-links-title),
.page-links > a {
display: inline-block;
}
.post-pagination .nav-links > ul > li > span.current,
.post-pagination .nav-links > ul > li:hover a,
.pagination > a:hover,
.page-links > span:not(.page-links-title):hover,
.page-links > a:hover {
color: #373b3e;
border-color: #373b3e;
} .user-text {
color: #666;
display: inline-block;
float: left;
letter-spacing: 2px;
}
.user-share {
display: block;
}
.social_network_wrap {
display: block;
margin: 47px 0 53px;
overflow: hidden;
}
.user-name {
padding-right: 47px;
}
.user-share > ul {
display: inline-block;
margin: 0;
padding-left: 5px;
}
.user-share > span {
color: #666666;
display: inline-block;
float: left;
margin-right: 14px;
}
.user-share > ul > li {
display: inline-block;
float: left;
margin-left: 20px;
}
.user-share > ul > li:first-child {
margin-left: 0px;
}
.user-share a {
color: #666666;
}
.user-share a:hover {
color: #222;
}
.next-prev {
border-bottom: 1px solid #e7e7e7;
border-top: 1px solid #e7e7e7;
padding: 20px 0;
margin: 30px 0;
}
.next-prev a {
background-color: #1BB4B9;
border-radius: 5px;
color: #fff;
display: inline-block;
font-size: 14px;
padding: 7px 15px;
text-transform: capitalize;
line-height: 25px;
}
.next-prev a i {
color: #fff;
transition: all .3s ease 0s;
}
.next-prev a.prev-btn i {
padding-right: 5px;
}
.next-prev a.next-btn i {
padding-left: 5px;
}
.next-prev a:hover {
background-color: #F7C14D;
color: #fff;
}
.next-prev a:hover i {
color: #fff;
}
a.next-btn {
float: right;
}
.author-box.author {
align-items: flex-start;
display: flex;
justify-content: initial;
margin: 50px 0;
overflow: hidden;
}
.author-img {
display: inline-block;
float: left;
}
.author-info {
float: right;
padding-left: 30px;
text-align: left;
width: calc(100% - 120px);
}
.author-info > h4 {
font-size: 18px;
font-weight: 600;
letter-spacing: 1px;
margin-bottom: 10px;
margin-top: 0;
text-transform: uppercase;
}
.author-info > h4 a {
color: #666666;
}
.author-info > h4 a:hover {
color: #000;
}
.author-info > h4 a span {
color: #232323;
font-size: 14px;
margin-left: 7px;
}
.author-info > p {
line-height: 25px;
margin-bottom: 0;
}
.single-related-post img {
margin-bottom: 20px;
}
.related-post {
display: block;
overflow: hidden;
margin: 50px 0;
}
.single-related-post a {
display: block;
}
.related-post-title > h3.related-post-header-title {
font-size: 17px;
line-height: 1.5;
margin-bottom: 5px;
margin-top: 0;
word-break: break-word;
}
.related-post-title > span {
color: #636363;
font-size: 13px;
}
.single-comment {
position: relative;
}
.comment-img {
display: inline-block;
float: left;
}
.comment-text.pingback-text {
padding-left: 0;
}
.comment-text {
padding-left: 110px;
}
.comment-text > p {
margin-bottom: 0;
line-height: 26px;
}
.comment-text.pingback-text > p {
padding-right: 0;
}
.comment-text .author-name,
.comment-text a.url {
color: #333;
font-size: 16px;
font-style: normal;
font-weight: 700;
letter-spacing: 0.5px;
margin-bottom: 10px;
text-transform: capitalize;
}
.bypostauthor .comment-text a.url::after {
content: "\f2c0 ";
font-family: fontawesome;
font-size: 90%;
left: 3px;
opacity: 0.5;
position: relative;
top: 0;
}
.comment-border {
border-bottom: 1px solid #e4e4e4;
margin-bottom: 40px;
padding-bottom: 40px;
}
.single-comment.comment-border:last-child {
margin-bottom: 0px;
}
.parent-comment {
border-bottom: 1px solid #e4e4e4;
margin-bottom: 50px;
padding-bottom: 50px;
overflow: hidden;
}
.comment-text .reply a {
background-color: #fff;
border: 1px solid #e4e4e4;
border-radius: 50px;
bottom: -16px;
color: #4c4c4c;
display: inline-block;
font-size: 12px;
letter-spacing: 1px;
padding: 7px 20px 6px;
position: absolute;
right: 0;
line-height: 1.6;
}
.comment-text .reply a:hover {
background-color: #000;
color: #fff;
}
.replay-comment {
margin-left: 150px;
}
.leave-comment h3.leave__comment--title {
color: #222222;
font-size: 24px;
font-weight: bold;
letter-spacing: 2px;
margin-bottom: 11px;
text-transform: uppercase;
}
.leave-comment > p {
color: #000000;
font-size: 14px;
letter-spacing: 1px;
margin: 0;
}
.leave-comment-form {
margin-top: 40px;
}
.comment-form > p.comment-notes {
color: #000000;
font-size: 14px;
letter-spacing: 1px;
margin: 0;
}
.form-submit .submit {
margin-bottom: 0;
}
.input_half {
width: 50%;
float: left;
}
.input_half.left {
padding-right: 15px;
}
.input_half.right {
padding-left: 15px;
}
.leave-comment-form form textarea {
background: #fff none repeat scroll 0 0;
border: 1px solid #dddddd;
color: #666666;
font-size: 14px;
height: 178px;
letter-spacing: 1px;
margin-bottom: 30px;
margin-top: 40px;
padding: 30px;
}
.leave-comment-form form input {
background: #fff none repeat scroll 0 0;
border: 1px solid #dddddd;
color: #666;
font-size: 14px;
height: 48px;
letter-spacing: 1px;
padding: 2px 30px;
width: 100%;
margin-bottom: 30px;
}
.leave-comment-form form input::-webkit-input-placeholder,
.leave-comment-form form textarea::-webkit-input-placeholder { color: #666;
opacity: 1;
}
.leave-comment-form form input::-moz-placeholder,
.leave-comment-form form textarea::-moz-placeholder { color: #666;
opacity: 1;
}
.leave-comment-form .submit {
background-color: #000;
border: 1px solid #000;
color: #fff;
display: inline-block;
font-size: 16px;
letter-spacing: 1px;
text-transform: uppercase;
transition: all 0.3s ease 0s;
line-height: 48px;
padding: 0;
}
.leave-comment-form .submit:hover {
background-color: #fff;
color: #666;
border: 1px solid #dddddd;
}
.blog-comment,
.leave-comment {
margin-top: 50px;
}
.comment-respond {
margin-top: 50px;
}
.comment-text .comment-meta.commentmetadata a {
display: inline-block;
}
.comment-meta.commentmetadata {
position: relative;
}
.comment-meta.commentmetadata {
margin-bottom: 10px;
}
.comment--date--time {
margin-top: 5px;
}
.comment-reply-title small {
float: right;
}
.comment-reply-title small a#cancel-comment-reply-link {
height: 25px;
width: 25px;
font-size: 0;
}
.comment-reply-title small a#cancel-comment-reply-link::after {
content: "\f00d";
font-size: 25px;
position: relative;
top: 0px;
right: 0;
font-family: FontAwesome;
}
.comment-reply-title small a#cancel-comment-reply-link:focus {
text-decoration: none;
outline: none;
}
.no-comments {
padding: 10px 15px;
background-color: rgba(0, 0, 0, 0.02);
}
p.logged-in-as {
margin-bottom: 0;
}
div#comments.comments-area a.comment_permalink, 
div#comments.comments-area .edit--btn{
font-weight: 400;
font-size: 14px;
}
.related-post .row {
display: flex;
flex-flow: wrap;
}
.related-post .sidebar-title {
margin-bottom: 34px;
}
ol.comment-list {
list-style: none;
padding-left: 0;
}
ol.comment-list .comment {
list-style: none;
}
div#comments.comments-area .comment-meta {
line-height: 1.6;
}
.leave-comment-form form textarea:focus {
outline: none;
}
@media (min-width: 768px) and (max-width: 991px) {
.comment-list .children {
margin-left: 30px;
}
.comment-author.comment-img {
width: 100px;
}
.comment-text {
padding-left: 120px;
}
}
@media ( max-width: 767px) {
.comment-list .children {
margin-left: 10px;
}
.comment-author.comment-img {
float: none;
width: 60px;
}
.comment-text {
padding-left: 0;
padding-top: 20px;
}
.comment-respond h3.comment-reply-title {
font-size: 20px;
letter-spacing: 0;
}
.input_half {
float: none;
width: 100%;
}
.input_half.left {
padding-right: 0;
}
.input_half.right {
padding-left: 0;
}
.leave-comment-form form textarea {
letter-spacing: 0px;
padding: 15px;
}
.leave-comment-form form input {
letter-spacing: 0px;
margin-bottom: 20px;
padding: 2px 15px;
}
.comment-title.sidebar-title {
font-size: 18px;
letter-spacing: 0;
line-height: 28px;
}
} .sidebar-widget {
margin-bottom: 60px;
} .sidebar-title {
font-size: 22px;
font-weight: 500;
position: relative;
margin-top: 0;
}
.sidebar-title::before {
border-bottom: 2px solid #f1f1f1;
bottom: 0;
content: "";
display: block;
position: absolute;
width: 100%;
}
.sidebar-title::after {
border-bottom: 2px solid #6d6d6d;
content: "";
display: block;
margin: 26px auto 40px 0;
position: relative;
width: 52px;
z-index: 1;
}
.sidebar.widget_nav_menu ul {
padding: 0;
}
.widget-area .sidebar ul li {
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
padding:8px 0;
}
.widget-area .sidebar ul li:last-child {
border-bottom: none;
padding-bottom: 0;	
}
.widget-area .sidebar ul li ul li:first-child{
border-top: 1px solid rgba(0, 0, 0, 0.12);	
margin-top: 8px;
}
.sidebar.widget_rss ul li a.rsswidget ,
.footer-widget.widget_rss ul li a.rsswidget  {
display: block;
line-height: 1.5;
}
.sidebar.widget_rss ul li .rssSummary ,
.footer-widget.widget_rss ul li .rssSummary {
line-height: 1.5;
padding: 4px 0;
} .blog-search form input {
background: transparent;
border: 1px solid #e4e4e4;
color: #b5b5b5;
font-size: 14px;
font-weight: 300;
height: 45px;
margin-bottom: 0;
padding: 2px 60px 2px 20px;
width: 100%;
}
.sidebar.widget_categories ul li:last-child,.sidebar.widget_nav_menu ul li:last-child {
border: none;
}
.blog-search form input:focus {
outline: none;
}
.blog-search form input::-webkit-input-placeholder {
color: #b5b5b5;
opacity: 1;
}
.blog-search form input::-moz-placeholder {
color: #b5b5b5;
opacity: 1;
}
.blog-search form {
position: relative;
}
.blog-search form button {
background-color: transparent;
border: medium none;
color: #bbbbbb;
font-size: 16px;
height: 50px;
padding: 0 23px;
position: absolute;
right: 0px;
transition: all .3s ease 0s;
top: 0;
cursor: pointer;
}
.blog-search form button:hover {
color: #000;
} .widget-area .sidebar-widget > ul,
.widget_nav_menu .menu {
padding: 1em 1.5em;
}
.widget_categories.sidebar-widget ul li,
.widget_archive.sidebar-widget ul li {
text-align: right;
color: #232323;
overflow: hidden;
}
.widget_categories.sidebar-widget ul li a,
.widget_archive.sidebar-widget ul li a {
display: block;
float: left;
text-align: left;
}
.sidebar-widget:not(.widget_Techeduem_author_about_widget) ul li {
border-bottom: 1px solid #f1f1f1;
margin-bottom: 10px;
padding-bottom: 10px;
list-style: none;
}
.sidebar-widget.widget_Techeduemrecent_post ul li {
border-bottom: 0px solid rgba(0, 0, 0, 0);
}
.sidebar-widget ul li ul.children li a,
.sidebar-widget ul li ul.sub-menu li a {
color: #232323;
}
.sidebar-widget ul li ul.children li a:hover,
.sidebar-widget ul li ul.sub-menu li a:hover {
color: #000;
}
.sidebar-widget ul li ul.children li:first-child,
.sidebar-widget ul li ul.sub-menu li:first-child {
border-top: 1px solid #f1f1f1;
margin-top: 10px;
padding-top: 8px;
}
.sidebar-widget ul li:hover a {
color: #000;
}
.sidebar-widget ul li:last-child {
border-bottom: none;
margin-bottom: 0px;
padding-bottom: 0px;
} .widget_calendar #wp-calendar {
width: 100%;
border: 1px solid #ededed;
}
.widget_calendar caption,
.widget_calendar tfoot td {
font-weight: 600;
padding: 10px 15px;
color: #000;
}
.widget_calendar caption {
border: 1px solid #ededed;
border-bottom: none;
caption-side: top;
}
.widget_calendar tfoot {
border-top: 1px solid #ededed;
}
.widget_calendar thead td,
.widget_calendar thead th,
.widget_calendar tbody td,
.widget_calendar tbody th {
text-align: center;
padding: 5px;
}
.widget_calendar thead th {
color: #000;
font-weight: 600;
}
.widget_calendar tbody td#today {
background: rgba(0, 0, 0, 0.05);
color: #000;
} .widget-area .sidebar-widget select {
width: 100%;
height: 50px;
border: 1px solid #ebebeb;
border-radius: 3px;
background-color: #fff;
text-indent: 10px;
font-size: 14px;
color: #333;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
padding: 10px 0;
}
.widget-area .sidebar-widget select:focus,
.widget-area .sidebar-widget select:active,
.widget-area .sidebar-widget select:hover {
outline: none;
-webkit-box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1);
box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1);
color: #000;
} .sidebar-widget .post-img {
display: inline-block;
float: left;
margin-top: 7px;
margin-bottom: 7px;
}
.sidebar-post > li {
display: block;
margin-bottom: 30px;
overflow: hidden;
}
.sidebar-post > li:last-child {
margin-bottom: 0px;
}
.sidebar-widget .post-text {
padding-left: 141px;
}
.sidebar-widget .post-text > h4 {
display: inline-block;
font-size: 16px;
font-weight: 600;
line-height: 26px;
margin-bottom: 5px;
margin-top: 0;
}
.sidebar-widget .post-text > h4 a {
color: #333;
font-size: 15px;
}
.sidebar-widget .post-text > h4 a:hover {
color: #F05B64;
}
.sidebar-widget .post-text > span {
color: #000;
font-size: 12px;
display: block;
line-height: 1em;
} .sidebar-widget .author--info--wrap img {
width: 100%;
}
.video-img > img {
width: 100%;
}
.self-info {
padding: 37px 35px 50px;
background-color: #f6f6f6;
}
.self-info > h3 {
color: #000;
font-family: open sans;
font-size: 18px;
font-weight: 600;
margin-bottom: 15px;
}
.self-info > p {
color: #000;
margin: 0;
}
.self-info > p span {
font-weight: bold;
}
.sidebar-widget .blog-social {
margin-top: 43px;
}
.sidebar-widget .blog-social > h4 {
color: #363535;
font-family: open sans;
font-size: 16px;
font-weight: bold;
margin-bottom: 39px;
position: relative;
}
.sidebar-widget .blog-social ul {
margin: 0;
padding: 0;
}
.sidebar-widget .blog-social ul li {
display: inline-block;
margin: 0 5px;
}
.sidebar-widget .blog-social ul li a {
border: 1px solid #d9d9d9;
border-radius: 50px;
color: #999999;
display: inline-block;
font-size: 18px;
height: 40px;
line-height: 38px;
width: 40px;
}
.sidebar-widget .blog-social ul li a:hover {
color: #fff;
background-color: #232323;
border: 1px solid #232323;
}
.sidebar-widget .blog-social h4::before {
background-color: #565252;
bottom: -13px;
content: "";
height: 1px;
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
width: 50px;
}
.sidebar-banner img {
max-width: 100%;
width: 100%;
}
.sidebar-banner a {
display: block;
} .video-img {
position: relative;
}
.video-img a {
background: #ffffff none repeat scroll 0 0;
border-radius: 50%;
font-size: 24px;
height: 50px;
left: 0;
line-height: 50px;
margin: 0 auto;
position: absolute;
right: 0;
text-align: center;
top: 50%;
transform: translateY(-50%);
width: 50px;
color: #000;
}
.video-img a:hover {
background: #666 none repeat scroll 0 0;
color: #fff;
}
.video-title h5 {
color: #1c1c1c;
font-family: open sans;
font-size: 14px;
font-weight: 600;
line-height: 25px;
margin-bottom: 8px;
}
.video-title h5 a {
color: #1c1c1c;
margin-bottom: 8px;
}
.video-title h5 a:hover {
color: #555;
}
.video-title > span {
color: #979797;
font-weight: 600;
}
.video-title {
margin-top: 23px;
}
.clear {
position: relative;
display: block;
}
.clear::before {
display: block;
content: "";
clear: both;
overflow: hidden;
}
.sidebar-widget ul.sub-menu{
padding-left: 1.2em;;
}
.blog-content .pagination{
-ms-align-items: center;
align-items: center;
margin-top: 15px;
}.row-0 {
margin-left: 0px;
margin-right: 0px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-0 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-0 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-0 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-0 {
margin-left: -15px;
margin-right: -15px; } }
.row-0 > [class*="col"] {
padding-left: 0px;
padding-right: 0px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-0 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-0 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-0 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-0 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-1 {
margin-left: -1px;
margin-right: -1px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-1 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-1 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-1 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-1 {
margin-left: -15px;
margin-right: -15px; } }
.row-1 > [class*="col"] {
padding-left: 1px;
padding-right: 1px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-1 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-1 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-1 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-1 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-2 {
margin-left: -2px;
margin-right: -2px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-2 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-2 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-2 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-2 {
margin-left: -15px;
margin-right: -15px; } }
.row-2 > [class*="col"] {
padding-left: 2px;
padding-right: 2px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-2 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-2 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-2 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-2 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-3 {
margin-left: -3px;
margin-right: -3px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-3 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-3 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-3 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-3 {
margin-left: -15px;
margin-right: -15px; } }
.row-3 > [class*="col"] {
padding-left: 3px;
padding-right: 3px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-3 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-3 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-3 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-3 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-4 {
margin-left: -4px;
margin-right: -4px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-4 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-4 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-4 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-4 {
margin-left: -15px;
margin-right: -15px; } }
.row-4 > [class*="col"] {
padding-left: 4px;
padding-right: 4px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-4 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-4 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-4 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-4 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-5 {
margin-left: -5px;
margin-right: -5px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-5 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-5 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-5 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-5 {
margin-left: -15px;
margin-right: -15px; } }
.row-5 > [class*="col"] {
padding-left: 5px;
padding-right: 5px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-5 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-5 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-5 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-5 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-6 {
margin-left: -6px;
margin-right: -6px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-6 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-6 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-6 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-6 {
margin-left: -15px;
margin-right: -15px; } }
.row-6 > [class*="col"] {
padding-left: 6px;
padding-right: 6px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-6 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-6 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-6 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-6 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-7 {
margin-left: -7px;
margin-right: -7px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-7 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-7 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-7 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-7 {
margin-left: -15px;
margin-right: -15px; } }
.row-7 > [class*="col"] {
padding-left: 7px;
padding-right: 7px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-7 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-7 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-7 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-7 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-8 {
margin-left: -8px;
margin-right: -8px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-8 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-8 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-8 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-8 {
margin-left: -15px;
margin-right: -15px; } }
.row-8 > [class*="col"] {
padding-left: 8px;
padding-right: 8px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-8 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-8 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-8 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-8 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-9 {
margin-left: -9px;
margin-right: -9px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-9 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-9 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-9 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-9 {
margin-left: -15px;
margin-right: -15px; } }
.row-9 > [class*="col"] {
padding-left: 9px;
padding-right: 9px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-9 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-9 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-9 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-9 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-10 {
margin-left: -10px;
margin-right: -10px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-10 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-10 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-10 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-10 {
margin-left: -15px;
margin-right: -15px; } }
.row-10 > [class*="col"] {
padding-left: 10px;
padding-right: 10px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-10 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-10 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-10 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-10 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-11 {
margin-left: -11px;
margin-right: -11px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-11 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-11 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-11 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-11 {
margin-left: -15px;
margin-right: -15px; } }
.row-11 > [class*="col"] {
padding-left: 11px;
padding-right: 11px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-11 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-11 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-11 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-11 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-12 {
margin-left: -12px;
margin-right: -12px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-12 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-12 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-12 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-12 {
margin-left: -15px;
margin-right: -15px; } }
.row-12 > [class*="col"] {
padding-left: 12px;
padding-right: 12px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-12 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-12 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-12 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-12 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-13 {
margin-left: -13px;
margin-right: -13px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-13 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-13 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-13 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-13 {
margin-left: -15px;
margin-right: -15px; } }
.row-13 > [class*="col"] {
padding-left: 13px;
padding-right: 13px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-13 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-13 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-13 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-13 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-14 {
margin-left: -14px;
margin-right: -14px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-14 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-14 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-14 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-14 {
margin-left: -15px;
margin-right: -15px; } }
.row-14 > [class*="col"] {
padding-left: 14px;
padding-right: 14px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-14 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-14 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-14 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-14 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-15 {
margin-left: -15px;
margin-right: -15px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-15 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-15 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-15 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-15 {
margin-left: -15px;
margin-right: -15px; } }
.row-15 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-15 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-15 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-15 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-15 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-16 {
margin-left: -16px;
margin-right: -16px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-16 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-16 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-16 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-16 {
margin-left: -15px;
margin-right: -15px; } }
.row-16 > [class*="col"] {
padding-left: 16px;
padding-right: 16px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-16 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-16 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-16 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-16 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-17 {
margin-left: -17px;
margin-right: -17px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-17 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-17 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-17 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-17 {
margin-left: -15px;
margin-right: -15px; } }
.row-17 > [class*="col"] {
padding-left: 17px;
padding-right: 17px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-17 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-17 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-17 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-17 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-18 {
margin-left: -18px;
margin-right: -18px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-18 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-18 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-18 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-18 {
margin-left: -15px;
margin-right: -15px; } }
.row-18 > [class*="col"] {
padding-left: 18px;
padding-right: 18px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-18 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-18 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-18 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-18 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-19 {
margin-left: -19px;
margin-right: -19px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-19 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-19 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-19 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-19 {
margin-left: -15px;
margin-right: -15px; } }
.row-19 > [class*="col"] {
padding-left: 19px;
padding-right: 19px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-19 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-19 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-19 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-19 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-20 {
margin-left: -20px;
margin-right: -20px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-20 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-20 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-20 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-20 {
margin-left: -15px;
margin-right: -15px; } }
.row-20 > [class*="col"] {
padding-left: 20px;
padding-right: 20px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-20 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-20 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-20 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-20 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-21 {
margin-left: -21px;
margin-right: -21px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-21 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-21 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-21 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-21 {
margin-left: -15px;
margin-right: -15px; } }
.row-21 > [class*="col"] {
padding-left: 21px;
padding-right: 21px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-21 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-21 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-21 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-21 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-22 {
margin-left: -22px;
margin-right: -22px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-22 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-22 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-22 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-22 {
margin-left: -15px;
margin-right: -15px; } }
.row-22 > [class*="col"] {
padding-left: 22px;
padding-right: 22px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-22 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-22 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-22 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-22 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-23 {
margin-left: -23px;
margin-right: -23px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-23 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-23 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-23 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-23 {
margin-left: -15px;
margin-right: -15px; } }
.row-23 > [class*="col"] {
padding-left: 23px;
padding-right: 23px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-23 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-23 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-23 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-23 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-24 {
margin-left: -24px;
margin-right: -24px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-24 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-24 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-24 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-24 {
margin-left: -15px;
margin-right: -15px; } }
.row-24 > [class*="col"] {
padding-left: 24px;
padding-right: 24px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-24 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-24 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-24 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-24 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-25 {
margin-left: -25px;
margin-right: -25px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-25 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-25 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-25 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-25 {
margin-left: -15px;
margin-right: -15px; } }
.row-25 > [class*="col"] {
padding-left: 25px;
padding-right: 25px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-25 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-25 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-25 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-25 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-26 {
margin-left: -26px;
margin-right: -26px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-26 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-26 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-26 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-26 {
margin-left: -15px;
margin-right: -15px; } }
.row-26 > [class*="col"] {
padding-left: 26px;
padding-right: 26px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-26 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-26 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-26 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-26 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-27 {
margin-left: -27px;
margin-right: -27px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-27 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-27 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-27 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-27 {
margin-left: -15px;
margin-right: -15px; } }
.row-27 > [class*="col"] {
padding-left: 27px;
padding-right: 27px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-27 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-27 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-27 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-27 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-28 {
margin-left: -28px;
margin-right: -28px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-28 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-28 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-28 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-28 {
margin-left: -15px;
margin-right: -15px; } }
.row-28 > [class*="col"] {
padding-left: 28px;
padding-right: 28px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-28 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-28 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-28 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-28 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-29 {
margin-left: -29px;
margin-right: -29px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-29 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-29 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-29 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-29 {
margin-left: -15px;
margin-right: -15px; } }
.row-29 > [class*="col"] {
padding-left: 29px;
padding-right: 29px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-29 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-29 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-29 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-29 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-30 {
margin-left: -30px;
margin-right: -30px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-30 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-30 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-30 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-30 {
margin-left: -15px;
margin-right: -15px; } }
.row-30 > [class*="col"] {
padding-left: 30px;
padding-right: 30px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-30 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-30 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-30 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-30 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-31 {
margin-left: -31px;
margin-right: -31px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-31 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-31 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-31 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-31 {
margin-left: -15px;
margin-right: -15px; } }
.row-31 > [class*="col"] {
padding-left: 31px;
padding-right: 31px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-31 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-31 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-31 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-31 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-32 {
margin-left: -32px;
margin-right: -32px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-32 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-32 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-32 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-32 {
margin-left: -15px;
margin-right: -15px; } }
.row-32 > [class*="col"] {
padding-left: 32px;
padding-right: 32px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-32 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-32 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-32 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-32 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-33 {
margin-left: -33px;
margin-right: -33px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-33 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-33 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-33 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-33 {
margin-left: -15px;
margin-right: -15px; } }
.row-33 > [class*="col"] {
padding-left: 33px;
padding-right: 33px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-33 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-33 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-33 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-33 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-34 {
margin-left: -34px;
margin-right: -34px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-34 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-34 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-34 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-34 {
margin-left: -15px;
margin-right: -15px; } }
.row-34 > [class*="col"] {
padding-left: 34px;
padding-right: 34px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-34 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-34 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-34 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-34 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-35 {
margin-left: -35px;
margin-right: -35px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-35 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-35 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-35 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-35 {
margin-left: -15px;
margin-right: -15px; } }
.row-35 > [class*="col"] {
padding-left: 35px;
padding-right: 35px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-35 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-35 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-35 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-35 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-36 {
margin-left: -36px;
margin-right: -36px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-36 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-36 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-36 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-36 {
margin-left: -15px;
margin-right: -15px; } }
.row-36 > [class*="col"] {
padding-left: 36px;
padding-right: 36px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-36 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-36 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-36 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-36 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-37 {
margin-left: -37px;
margin-right: -37px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-37 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-37 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-37 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-37 {
margin-left: -15px;
margin-right: -15px; } }
.row-37 > [class*="col"] {
padding-left: 37px;
padding-right: 37px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-37 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-37 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-37 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-37 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-38 {
margin-left: -38px;
margin-right: -38px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-38 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-38 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-38 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-38 {
margin-left: -15px;
margin-right: -15px; } }
.row-38 > [class*="col"] {
padding-left: 38px;
padding-right: 38px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-38 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-38 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-38 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-38 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-39 {
margin-left: -39px;
margin-right: -39px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-39 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-39 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-39 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-39 {
margin-left: -15px;
margin-right: -15px; } }
.row-39 > [class*="col"] {
padding-left: 39px;
padding-right: 39px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-39 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-39 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-39 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-39 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
.row-40 {
margin-left: -40px;
margin-right: -40px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-40 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-40 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-40 {
margin-left: -15px;
margin-right: -15px; } }
@media only screen and (max-width: 767px) {
.row-40 {
margin-left: -15px;
margin-right: -15px; } }
.row-40 > [class*="col"] {
padding-left: 40px;
padding-right: 40px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.row-40 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.row-40 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-40 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }
@media only screen and (max-width: 767px) {
.row-40 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; } }  .mt-0 {
margin-top: 0px !important; }
.mt-5 {
margin-top: 5px !important; }
.mt-10 {
margin-top: 10px !important; }
.mt-15 {
margin-top: 15px !important; }
.mt-20 {
margin-top: 20px !important; }
.mt-25 {
margin-top: 25px !important; }
.mt-30 {
margin-top: 30px !important; }
.mt-35 {
margin-top: 35px !important; }
.mt-40 {
margin-top: 40px !important; }
.mt-45 {
margin-top: 45px !important; }
.mt-50 {
margin-top: 50px !important; }
.mt-55 {
margin-top: 55px !important; }
.mt-60 {
margin-top: 60px !important; }
.mt-65 {
margin-top: 65px !important; }
.mt-70 {
margin-top: 70px !important; }
.mt-75 {
margin-top: 75px !important; }
.mt-80 {
margin-top: 80px !important; }
.mt-85 {
margin-top: 85px !important; }
.mt-90 {
margin-top: 90px !important; }
.mt-95 {
margin-top: 95px !important; }
.mt-100 {
margin-top: 100px !important; }
.mt-105 {
margin-top: 105px !important; }
.mt-110 {
margin-top: 110px !important; }
.mt-115 {
margin-top: 115px !important; }
.mt-120 {
margin-top: 120px !important; }
.mt-125 {
margin-top: 125px !important; }
.mt-130 {
margin-top: 130px !important; }
.mt-135 {
margin-top: 135px !important; }
.mt-140 {
margin-top: 140px !important; }
.mt-145 {
margin-top: 145px !important; }
.mt-150 {
margin-top: 150px !important; }
.mt-155 {
margin-top: 155px !important; }
.mt-160 {
margin-top: 160px !important; }
.mt-165 {
margin-top: 165px !important; }
.mt-170 {
margin-top: 170px !important; }
.mt-175 {
margin-top: 175px !important; }
.mt-180 {
margin-top: 180px !important; }
.mt-185 {
margin-top: 185px !important; }
.mt-190 {
margin-top: 190px !important; }
.mt-195 {
margin-top: 195px !important; }
.mt-200 {
margin-top: 200px !important; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-0 {
margin-top: 0px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-5 {
margin-top: 5px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-10 {
margin-top: 10px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-15 {
margin-top: 15px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-20 {
margin-top: 20px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-25 {
margin-top: 25px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-30 {
margin-top: 30px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-35 {
margin-top: 35px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-40 {
margin-top: 40px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-45 {
margin-top: 45px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-50 {
margin-top: 50px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-55 {
margin-top: 55px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-60 {
margin-top: 60px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-65 {
margin-top: 65px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-70 {
margin-top: 70px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-75 {
margin-top: 75px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-80 {
margin-top: 80px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-85 {
margin-top: 85px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-90 {
margin-top: 90px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-95 {
margin-top: 95px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-100 {
margin-top: 100px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-105 {
margin-top: 105px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-110 {
margin-top: 110px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-115 {
margin-top: 115px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-120 {
margin-top: 120px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-125 {
margin-top: 125px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-130 {
margin-top: 130px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-135 {
margin-top: 135px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-140 {
margin-top: 140px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-145 {
margin-top: 145px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-150 {
margin-top: 150px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-155 {
margin-top: 155px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-160 {
margin-top: 160px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-165 {
margin-top: 165px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-170 {
margin-top: 170px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-175 {
margin-top: 175px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-180 {
margin-top: 180px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-185 {
margin-top: 185px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-190 {
margin-top: 190px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-195 {
margin-top: 195px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mt-lg-200 {
margin-top: 200px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-0 {
margin-top: 0px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-5 {
margin-top: 5px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-10 {
margin-top: 10px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-15 {
margin-top: 15px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-20 {
margin-top: 20px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-25 {
margin-top: 25px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-30 {
margin-top: 30px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-35 {
margin-top: 35px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-40 {
margin-top: 40px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-45 {
margin-top: 45px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-50 {
margin-top: 50px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-55 {
margin-top: 55px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-60 {
margin-top: 60px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-65 {
margin-top: 65px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-70 {
margin-top: 70px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-75 {
margin-top: 75px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-80 {
margin-top: 80px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-85 {
margin-top: 85px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-90 {
margin-top: 90px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-95 {
margin-top: 95px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-100 {
margin-top: 100px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-105 {
margin-top: 105px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-110 {
margin-top: 110px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-115 {
margin-top: 115px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-120 {
margin-top: 120px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-125 {
margin-top: 125px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-130 {
margin-top: 130px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-135 {
margin-top: 135px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-140 {
margin-top: 140px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-145 {
margin-top: 145px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-150 {
margin-top: 150px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-155 {
margin-top: 155px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-160 {
margin-top: 160px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-165 {
margin-top: 165px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-170 {
margin-top: 170px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-175 {
margin-top: 175px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-180 {
margin-top: 180px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-185 {
margin-top: 185px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-190 {
margin-top: 190px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-195 {
margin-top: 195px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-md-200 {
margin-top: 200px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-0 {
margin-top: 0px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-5 {
margin-top: 5px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-10 {
margin-top: 10px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-15 {
margin-top: 15px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-20 {
margin-top: 20px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-25 {
margin-top: 25px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-30 {
margin-top: 30px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-35 {
margin-top: 35px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-40 {
margin-top: 40px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-45 {
margin-top: 45px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-50 {
margin-top: 50px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-55 {
margin-top: 55px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-60 {
margin-top: 60px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-65 {
margin-top: 65px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-70 {
margin-top: 70px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-75 {
margin-top: 75px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-80 {
margin-top: 80px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-85 {
margin-top: 85px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-90 {
margin-top: 90px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-95 {
margin-top: 95px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-100 {
margin-top: 100px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-105 {
margin-top: 105px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-110 {
margin-top: 110px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-115 {
margin-top: 115px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-120 {
margin-top: 120px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-125 {
margin-top: 125px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-130 {
margin-top: 130px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-135 {
margin-top: 135px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-140 {
margin-top: 140px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-145 {
margin-top: 145px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-150 {
margin-top: 150px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-155 {
margin-top: 155px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-160 {
margin-top: 160px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-165 {
margin-top: 165px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-170 {
margin-top: 170px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-175 {
margin-top: 175px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-180 {
margin-top: 180px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-185 {
margin-top: 185px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-190 {
margin-top: 190px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-195 {
margin-top: 195px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-200 {
margin-top: 200px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-0 {
margin-top: 0px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-5 {
margin-top: 5px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-10 {
margin-top: 10px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-15 {
margin-top: 15px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-20 {
margin-top: 20px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-25 {
margin-top: 25px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-30 {
margin-top: 30px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-35 {
margin-top: 35px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-40 {
margin-top: 40px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-45 {
margin-top: 45px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-50 {
margin-top: 50px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-55 {
margin-top: 55px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-60 {
margin-top: 60px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-65 {
margin-top: 65px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-70 {
margin-top: 70px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-75 {
margin-top: 75px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-80 {
margin-top: 80px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-85 {
margin-top: 85px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-90 {
margin-top: 90px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-95 {
margin-top: 95px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-100 {
margin-top: 100px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-105 {
margin-top: 105px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-110 {
margin-top: 110px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-115 {
margin-top: 115px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-120 {
margin-top: 120px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-125 {
margin-top: 125px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-130 {
margin-top: 130px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-135 {
margin-top: 135px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-140 {
margin-top: 140px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-145 {
margin-top: 145px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-150 {
margin-top: 150px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-155 {
margin-top: 155px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-160 {
margin-top: 160px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-165 {
margin-top: 165px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-170 {
margin-top: 170px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-175 {
margin-top: 175px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-180 {
margin-top: 180px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-185 {
margin-top: 185px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-190 {
margin-top: 190px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-195 {
margin-top: 195px !important; } }
@media only screen and (max-width: 767px) {
.mt-xs-200 {
margin-top: 200px !important; } } .mb-0 {
margin-bottom: 0px !important; }
.mb-5 {
margin-bottom: 5px !important; }
.mb-10 {
margin-bottom: 10px !important; }
.mb-15 {
margin-bottom: 15px !important; }
.mb-20 {
margin-bottom: 20px !important; }
.mb-25 {
margin-bottom: 25px !important; }
.mb-30 {
margin-bottom: 30px !important; }
.mb-35 {
margin-bottom: 35px !important; }
.mb-40 {
margin-bottom: 40px !important; }
.mb-45 {
margin-bottom: 45px !important; }
.mb-50 {
margin-bottom: 50px !important; }
.mb-55 {
margin-bottom: 55px !important; }
.mb-60 {
margin-bottom: 60px !important; }
.mb-65 {
margin-bottom: 65px !important; }
.mb-70 {
margin-bottom: 70px !important; }
.mb-75 {
margin-bottom: 75px !important; }
.mb-80 {
margin-bottom: 80px !important; }
.mb-85 {
margin-bottom: 85px !important; }
.mb-90 {
margin-bottom: 90px !important; }
.mb-95 {
margin-bottom: 95px !important; }
.mb-100 {
margin-bottom: 100px !important; }
.mb-105 {
margin-bottom: 105px !important; }
.mb-110 {
margin-bottom: 110px !important; }
.mb-115 {
margin-bottom: 115px !important; }
.mb-120 {
margin-bottom: 120px !important; }
.mb-125 {
margin-bottom: 125px !important; }
.mb-130 {
margin-bottom: 130px !important; }
.mb-135 {
margin-bottom: 135px !important; }
.mb-140 {
margin-bottom: 140px !important; }
.mb-145 {
margin-bottom: 145px !important; }
.mb-150 {
margin-bottom: 150px !important; }
.mb-155 {
margin-bottom: 155px !important; }
.mb-160 {
margin-bottom: 160px !important; }
.mb-165 {
margin-bottom: 165px !important; }
.mb-170 {
margin-bottom: 170px !important; }
.mb-175 {
margin-bottom: 175px !important; }
.mb-180 {
margin-bottom: 180px !important; }
.mb-185 {
margin-bottom: 185px !important; }
.mb-190 {
margin-bottom: 190px !important; }
.mb-195 {
margin-bottom: 195px !important; }
.mb-200 {
margin-bottom: 200px !important; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-0 {
margin-bottom: 0px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-5 {
margin-bottom: 5px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-10 {
margin-bottom: 10px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-15 {
margin-bottom: 15px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-20 {
margin-bottom: 20px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-25 {
margin-bottom: 25px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-30 {
margin-bottom: 30px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-35 {
margin-bottom: 35px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-40 {
margin-bottom: 40px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-45 {
margin-bottom: 45px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-50 {
margin-bottom: 50px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-55 {
margin-bottom: 55px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-60 {
margin-bottom: 60px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-65 {
margin-bottom: 65px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-70 {
margin-bottom: 70px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-75 {
margin-bottom: 75px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-80 {
margin-bottom: 80px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-85 {
margin-bottom: 85px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-90 {
margin-bottom: 90px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-95 {
margin-bottom: 95px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-100 {
margin-bottom: 100px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-105 {
margin-bottom: 105px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-110 {
margin-bottom: 110px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-115 {
margin-bottom: 115px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-120 {
margin-bottom: 120px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-125 {
margin-bottom: 125px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-130 {
margin-bottom: 130px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-135 {
margin-bottom: 135px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-140 {
margin-bottom: 140px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-145 {
margin-bottom: 145px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-150 {
margin-bottom: 150px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-155 {
margin-bottom: 155px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-160 {
margin-bottom: 160px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-165 {
margin-bottom: 165px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-170 {
margin-bottom: 170px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-175 {
margin-bottom: 175px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-180 {
margin-bottom: 180px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-185 {
margin-bottom: 185px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-190 {
margin-bottom: 190px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-195 {
margin-bottom: 195px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mb-lg-200 {
margin-bottom: 200px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-0 {
margin-bottom: 0px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-5 {
margin-bottom: 5px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-10 {
margin-bottom: 10px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-15 {
margin-bottom: 15px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-20 {
margin-bottom: 20px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-25 {
margin-bottom: 25px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-30 {
margin-bottom: 30px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-35 {
margin-bottom: 35px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-40 {
margin-bottom: 40px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-45 {
margin-bottom: 45px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-50 {
margin-bottom: 50px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-55 {
margin-bottom: 55px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-60 {
margin-bottom: 60px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-65 {
margin-bottom: 65px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-70 {
margin-bottom: 70px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-75 {
margin-bottom: 75px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-80 {
margin-bottom: 80px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-85 {
margin-bottom: 85px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-90 {
margin-bottom: 90px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-95 {
margin-bottom: 95px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-100 {
margin-bottom: 100px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-105 {
margin-bottom: 105px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-110 {
margin-bottom: 110px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-115 {
margin-bottom: 115px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-120 {
margin-bottom: 120px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-125 {
margin-bottom: 125px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-130 {
margin-bottom: 130px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-135 {
margin-bottom: 135px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-140 {
margin-bottom: 140px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-145 {
margin-bottom: 145px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-150 {
margin-bottom: 150px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-155 {
margin-bottom: 155px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-160 {
margin-bottom: 160px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-165 {
margin-bottom: 165px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-170 {
margin-bottom: 170px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-175 {
margin-bottom: 175px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-180 {
margin-bottom: 180px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-185 {
margin-bottom: 185px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-190 {
margin-bottom: 190px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-195 {
margin-bottom: 195px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-md-200 {
margin-bottom: 200px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-0 {
margin-bottom: 0px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-5 {
margin-bottom: 5px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-10 {
margin-bottom: 10px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-15 {
margin-bottom: 15px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-20 {
margin-bottom: 20px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-25 {
margin-bottom: 25px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-30 {
margin-bottom: 30px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-35 {
margin-bottom: 35px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-40 {
margin-bottom: 40px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-45 {
margin-bottom: 45px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-50 {
margin-bottom: 50px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-55 {
margin-bottom: 55px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-60 {
margin-bottom: 60px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-65 {
margin-bottom: 65px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-70 {
margin-bottom: 70px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-75 {
margin-bottom: 75px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-80 {
margin-bottom: 80px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-85 {
margin-bottom: 85px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-90 {
margin-bottom: 90px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-95 {
margin-bottom: 95px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-100 {
margin-bottom: 100px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-105 {
margin-bottom: 105px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-110 {
margin-bottom: 110px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-115 {
margin-bottom: 115px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-120 {
margin-bottom: 120px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-125 {
margin-bottom: 125px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-130 {
margin-bottom: 130px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-135 {
margin-bottom: 135px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-140 {
margin-bottom: 140px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-145 {
margin-bottom: 145px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-150 {
margin-bottom: 150px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-155 {
margin-bottom: 155px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-160 {
margin-bottom: 160px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-165 {
margin-bottom: 165px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-170 {
margin-bottom: 170px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-175 {
margin-bottom: 175px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-180 {
margin-bottom: 180px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-185 {
margin-bottom: 185px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-190 {
margin-bottom: 190px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-195 {
margin-bottom: 195px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-sm-200 {
margin-bottom: 200px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-0 {
margin-bottom: 0px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-5 {
margin-bottom: 5px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-10 {
margin-bottom: 10px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-15 {
margin-bottom: 15px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-20 {
margin-bottom: 20px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-25 {
margin-bottom: 25px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-30 {
margin-bottom: 30px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-35 {
margin-bottom: 35px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-40 {
margin-bottom: 40px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-45 {
margin-bottom: 45px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-50 {
margin-bottom: 50px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-55 {
margin-bottom: 55px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-60 {
margin-bottom: 60px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-65 {
margin-bottom: 65px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-70 {
margin-bottom: 70px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-75 {
margin-bottom: 75px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-80 {
margin-bottom: 80px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-85 {
margin-bottom: 85px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-90 {
margin-bottom: 90px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-95 {
margin-bottom: 95px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-100 {
margin-bottom: 100px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-105 {
margin-bottom: 105px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-110 {
margin-bottom: 110px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-115 {
margin-bottom: 115px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-120 {
margin-bottom: 120px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-125 {
margin-bottom: 125px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-130 {
margin-bottom: 130px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-135 {
margin-bottom: 135px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-140 {
margin-bottom: 140px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-145 {
margin-bottom: 145px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-150 {
margin-bottom: 150px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-155 {
margin-bottom: 155px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-160 {
margin-bottom: 160px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-165 {
margin-bottom: 165px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-170 {
margin-bottom: 170px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-175 {
margin-bottom: 175px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-180 {
margin-bottom: 180px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-185 {
margin-bottom: 185px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-190 {
margin-bottom: 190px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-195 {
margin-bottom: 195px !important; } }
@media only screen and (max-width: 767px) {
.mb-xs-200 {
margin-bottom: 200px !important; } } .ml-0 {
margin-left: 0px !important; }
.ml-5 {
margin-left: 5px !important; }
.ml-10 {
margin-left: 10px !important; }
.ml-15 {
margin-left: 15px !important; }
.ml-20 {
margin-left: 20px !important; }
.ml-25 {
margin-left: 25px !important; }
.ml-30 {
margin-left: 30px !important; }
.ml-35 {
margin-left: 35px !important; }
.ml-40 {
margin-left: 40px !important; }
.ml-45 {
margin-left: 45px !important; }
.ml-50 {
margin-left: 50px !important; }
.ml-55 {
margin-left: 55px !important; }
.ml-60 {
margin-left: 60px !important; }
.ml-65 {
margin-left: 65px !important; }
.ml-70 {
margin-left: 70px !important; }
.ml-75 {
margin-left: 75px !important; }
.ml-80 {
margin-left: 80px !important; }
.ml-85 {
margin-left: 85px !important; }
.ml-90 {
margin-left: 90px !important; }
.ml-95 {
margin-left: 95px !important; }
.ml-100 {
margin-left: 100px !important; }
.ml-105 {
margin-left: 105px !important; }
.ml-110 {
margin-left: 110px !important; }
.ml-115 {
margin-left: 115px !important; }
.ml-120 {
margin-left: 120px !important; }
.ml-125 {
margin-left: 125px !important; }
.ml-130 {
margin-left: 130px !important; }
.ml-135 {
margin-left: 135px !important; }
.ml-140 {
margin-left: 140px !important; }
.ml-145 {
margin-left: 145px !important; }
.ml-150 {
margin-left: 150px !important; }
.ml-155 {
margin-left: 155px !important; }
.ml-160 {
margin-left: 160px !important; }
.ml-165 {
margin-left: 165px !important; }
.ml-170 {
margin-left: 170px !important; }
.ml-175 {
margin-left: 175px !important; }
.ml-180 {
margin-left: 180px !important; }
.ml-185 {
margin-left: 185px !important; }
.ml-190 {
margin-left: 190px !important; }
.ml-195 {
margin-left: 195px !important; }
.ml-200 {
margin-left: 200px !important; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-0 {
margin-left: 0px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-5 {
margin-left: 5px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-10 {
margin-left: 10px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-15 {
margin-left: 15px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-20 {
margin-left: 20px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-25 {
margin-left: 25px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-30 {
margin-left: 30px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-35 {
margin-left: 35px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-40 {
margin-left: 40px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-45 {
margin-left: 45px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-50 {
margin-left: 50px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-55 {
margin-left: 55px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-60 {
margin-left: 60px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-65 {
margin-left: 65px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-70 {
margin-left: 70px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-75 {
margin-left: 75px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-80 {
margin-left: 80px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-85 {
margin-left: 85px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-90 {
margin-left: 90px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-95 {
margin-left: 95px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-100 {
margin-left: 100px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-105 {
margin-left: 105px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-110 {
margin-left: 110px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-115 {
margin-left: 115px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-120 {
margin-left: 120px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-125 {
margin-left: 125px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-130 {
margin-left: 130px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-135 {
margin-left: 135px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-140 {
margin-left: 140px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-145 {
margin-left: 145px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-150 {
margin-left: 150px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-155 {
margin-left: 155px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-160 {
margin-left: 160px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-165 {
margin-left: 165px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-170 {
margin-left: 170px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-175 {
margin-left: 175px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-180 {
margin-left: 180px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-185 {
margin-left: 185px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-190 {
margin-left: 190px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-195 {
margin-left: 195px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.ml-lg-200 {
margin-left: 200px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-0 {
margin-left: 0px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-5 {
margin-left: 5px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-10 {
margin-left: 10px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-15 {
margin-left: 15px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-20 {
margin-left: 20px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-25 {
margin-left: 25px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-30 {
margin-left: 30px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-35 {
margin-left: 35px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-40 {
margin-left: 40px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-45 {
margin-left: 45px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-50 {
margin-left: 50px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-55 {
margin-left: 55px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-60 {
margin-left: 60px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-65 {
margin-left: 65px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-70 {
margin-left: 70px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-75 {
margin-left: 75px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-80 {
margin-left: 80px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-85 {
margin-left: 85px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-90 {
margin-left: 90px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-95 {
margin-left: 95px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-100 {
margin-left: 100px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-105 {
margin-left: 105px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-110 {
margin-left: 110px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-115 {
margin-left: 115px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-120 {
margin-left: 120px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-125 {
margin-left: 125px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-130 {
margin-left: 130px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-135 {
margin-left: 135px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-140 {
margin-left: 140px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-145 {
margin-left: 145px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-150 {
margin-left: 150px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-155 {
margin-left: 155px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-160 {
margin-left: 160px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-165 {
margin-left: 165px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-170 {
margin-left: 170px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-175 {
margin-left: 175px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-180 {
margin-left: 180px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-185 {
margin-left: 185px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-190 {
margin-left: 190px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-195 {
margin-left: 195px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ml-md-200 {
margin-left: 200px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-0 {
margin-left: 0px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-5 {
margin-left: 5px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-10 {
margin-left: 10px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-15 {
margin-left: 15px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-20 {
margin-left: 20px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-25 {
margin-left: 25px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-30 {
margin-left: 30px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-35 {
margin-left: 35px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-40 {
margin-left: 40px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-45 {
margin-left: 45px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-50 {
margin-left: 50px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-55 {
margin-left: 55px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-60 {
margin-left: 60px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-65 {
margin-left: 65px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-70 {
margin-left: 70px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-75 {
margin-left: 75px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-80 {
margin-left: 80px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-85 {
margin-left: 85px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-90 {
margin-left: 90px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-95 {
margin-left: 95px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-100 {
margin-left: 100px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-105 {
margin-left: 105px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-110 {
margin-left: 110px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-115 {
margin-left: 115px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-120 {
margin-left: 120px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-125 {
margin-left: 125px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-130 {
margin-left: 130px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-135 {
margin-left: 135px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-140 {
margin-left: 140px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-145 {
margin-left: 145px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-150 {
margin-left: 150px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-155 {
margin-left: 155px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-160 {
margin-left: 160px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-165 {
margin-left: 165px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-170 {
margin-left: 170px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-175 {
margin-left: 175px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-180 {
margin-left: 180px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-185 {
margin-left: 185px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-190 {
margin-left: 190px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-195 {
margin-left: 195px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ml-sm-200 {
margin-left: 200px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-0 {
margin-left: 0px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-5 {
margin-left: 5px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-10 {
margin-left: 10px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-15 {
margin-left: 15px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-20 {
margin-left: 20px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-25 {
margin-left: 25px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-30 {
margin-left: 30px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-35 {
margin-left: 35px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-40 {
margin-left: 40px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-45 {
margin-left: 45px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-50 {
margin-left: 50px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-55 {
margin-left: 55px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-60 {
margin-left: 60px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-65 {
margin-left: 65px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-70 {
margin-left: 70px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-75 {
margin-left: 75px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-80 {
margin-left: 80px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-85 {
margin-left: 85px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-90 {
margin-left: 90px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-95 {
margin-left: 95px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-100 {
margin-left: 100px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-105 {
margin-left: 105px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-110 {
margin-left: 110px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-115 {
margin-left: 115px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-120 {
margin-left: 120px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-125 {
margin-left: 125px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-130 {
margin-left: 130px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-135 {
margin-left: 135px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-140 {
margin-left: 140px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-145 {
margin-left: 145px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-150 {
margin-left: 150px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-155 {
margin-left: 155px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-160 {
margin-left: 160px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-165 {
margin-left: 165px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-170 {
margin-left: 170px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-175 {
margin-left: 175px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-180 {
margin-left: 180px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-185 {
margin-left: 185px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-190 {
margin-left: 190px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-195 {
margin-left: 195px !important; } }
@media only screen and (max-width: 767px) {
.ml-xs-200 {
margin-left: 200px !important; } } .mr-0 {
margin-right: 0px !important; }
.mr-5 {
margin-right: 5px !important; }
.mr-10 {
margin-right: 10px !important; }
.mr-15 {
margin-right: 15px !important; }
.mr-20 {
margin-right: 20px !important; }
.mr-25 {
margin-right: 25px !important; }
.mr-30 {
margin-right: 30px !important; }
.mr-35 {
margin-right: 35px !important; }
.mr-40 {
margin-right: 40px !important; }
.mr-45 {
margin-right: 45px !important; }
.mr-50 {
margin-right: 50px !important; }
.mr-55 {
margin-right: 55px !important; }
.mr-60 {
margin-right: 60px !important; }
.mr-65 {
margin-right: 65px !important; }
.mr-70 {
margin-right: 70px !important; }
.mr-75 {
margin-right: 75px !important; }
.mr-80 {
margin-right: 80px !important; }
.mr-85 {
margin-right: 85px !important; }
.mr-90 {
margin-right: 90px !important; }
.mr-95 {
margin-right: 95px !important; }
.mr-100 {
margin-right: 100px !important; }
.mr-105 {
margin-right: 105px !important; }
.mr-110 {
margin-right: 110px !important; }
.mr-115 {
margin-right: 115px !important; }
.mr-120 {
margin-right: 120px !important; }
.mr-125 {
margin-right: 125px !important; }
.mr-130 {
margin-right: 130px !important; }
.mr-135 {
margin-right: 135px !important; }
.mr-140 {
margin-right: 140px !important; }
.mr-145 {
margin-right: 145px !important; }
.mr-150 {
margin-right: 150px !important; }
.mr-155 {
margin-right: 155px !important; }
.mr-160 {
margin-right: 160px !important; }
.mr-165 {
margin-right: 165px !important; }
.mr-170 {
margin-right: 170px !important; }
.mr-175 {
margin-right: 175px !important; }
.mr-180 {
margin-right: 180px !important; }
.mr-185 {
margin-right: 185px !important; }
.mr-190 {
margin-right: 190px !important; }
.mr-195 {
margin-right: 195px !important; }
.mr-200 {
margin-right: 200px !important; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-0 {
margin-right: 0px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-5 {
margin-right: 5px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-10 {
margin-right: 10px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-15 {
margin-right: 15px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-20 {
margin-right: 20px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-25 {
margin-right: 25px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-30 {
margin-right: 30px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-35 {
margin-right: 35px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-40 {
margin-right: 40px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-45 {
margin-right: 45px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-50 {
margin-right: 50px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-55 {
margin-right: 55px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-60 {
margin-right: 60px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-65 {
margin-right: 65px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-70 {
margin-right: 70px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-75 {
margin-right: 75px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-80 {
margin-right: 80px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-85 {
margin-right: 85px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-90 {
margin-right: 90px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-95 {
margin-right: 95px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-100 {
margin-right: 100px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-105 {
margin-right: 105px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-110 {
margin-right: 110px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-115 {
margin-right: 115px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-120 {
margin-right: 120px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-125 {
margin-right: 125px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-130 {
margin-right: 130px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-135 {
margin-right: 135px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-140 {
margin-right: 140px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-145 {
margin-right: 145px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-150 {
margin-right: 150px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-155 {
margin-right: 155px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-160 {
margin-right: 160px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-165 {
margin-right: 165px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-170 {
margin-right: 170px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-175 {
margin-right: 175px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-180 {
margin-right: 180px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-185 {
margin-right: 185px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-190 {
margin-right: 190px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-195 {
margin-right: 195px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.mr-lg-200 {
margin-right: 200px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-0 {
margin-right: 0px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-5 {
margin-right: 5px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-10 {
margin-right: 10px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-15 {
margin-right: 15px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-20 {
margin-right: 20px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-25 {
margin-right: 25px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-30 {
margin-right: 30px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-35 {
margin-right: 35px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-40 {
margin-right: 40px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-45 {
margin-right: 45px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-50 {
margin-right: 50px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-55 {
margin-right: 55px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-60 {
margin-right: 60px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-65 {
margin-right: 65px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-70 {
margin-right: 70px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-75 {
margin-right: 75px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-80 {
margin-right: 80px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-85 {
margin-right: 85px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-90 {
margin-right: 90px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-95 {
margin-right: 95px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-100 {
margin-right: 100px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-105 {
margin-right: 105px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-110 {
margin-right: 110px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-115 {
margin-right: 115px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-120 {
margin-right: 120px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-125 {
margin-right: 125px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-130 {
margin-right: 130px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-135 {
margin-right: 135px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-140 {
margin-right: 140px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-145 {
margin-right: 145px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-150 {
margin-right: 150px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-155 {
margin-right: 155px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-160 {
margin-right: 160px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-165 {
margin-right: 165px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-170 {
margin-right: 170px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-175 {
margin-right: 175px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-180 {
margin-right: 180px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-185 {
margin-right: 185px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-190 {
margin-right: 190px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-195 {
margin-right: 195px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mr-md-200 {
margin-right: 200px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-0 {
margin-right: 0px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-5 {
margin-right: 5px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-10 {
margin-right: 10px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-15 {
margin-right: 15px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-20 {
margin-right: 20px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-25 {
margin-right: 25px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-30 {
margin-right: 30px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-35 {
margin-right: 35px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-40 {
margin-right: 40px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-45 {
margin-right: 45px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-50 {
margin-right: 50px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-55 {
margin-right: 55px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-60 {
margin-right: 60px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-65 {
margin-right: 65px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-70 {
margin-right: 70px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-75 {
margin-right: 75px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-80 {
margin-right: 80px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-85 {
margin-right: 85px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-90 {
margin-right: 90px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-95 {
margin-right: 95px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-100 {
margin-right: 100px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-105 {
margin-right: 105px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-110 {
margin-right: 110px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-115 {
margin-right: 115px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-120 {
margin-right: 120px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-125 {
margin-right: 125px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-130 {
margin-right: 130px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-135 {
margin-right: 135px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-140 {
margin-right: 140px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-145 {
margin-right: 145px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-150 {
margin-right: 150px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-155 {
margin-right: 155px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-160 {
margin-right: 160px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-165 {
margin-right: 165px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-170 {
margin-right: 170px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-175 {
margin-right: 175px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-180 {
margin-right: 180px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-185 {
margin-right: 185px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-190 {
margin-right: 190px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-195 {
margin-right: 195px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mr-sm-200 {
margin-right: 200px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-0 {
margin-right: 0px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-5 {
margin-right: 5px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-10 {
margin-right: 10px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-15 {
margin-right: 15px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-20 {
margin-right: 20px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-25 {
margin-right: 25px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-30 {
margin-right: 30px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-35 {
margin-right: 35px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-40 {
margin-right: 40px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-45 {
margin-right: 45px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-50 {
margin-right: 50px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-55 {
margin-right: 55px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-60 {
margin-right: 60px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-65 {
margin-right: 65px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-70 {
margin-right: 70px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-75 {
margin-right: 75px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-80 {
margin-right: 80px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-85 {
margin-right: 85px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-90 {
margin-right: 90px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-95 {
margin-right: 95px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-100 {
margin-right: 100px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-105 {
margin-right: 105px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-110 {
margin-right: 110px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-115 {
margin-right: 115px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-120 {
margin-right: 120px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-125 {
margin-right: 125px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-130 {
margin-right: 130px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-135 {
margin-right: 135px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-140 {
margin-right: 140px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-145 {
margin-right: 145px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-150 {
margin-right: 150px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-155 {
margin-right: 155px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-160 {
margin-right: 160px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-165 {
margin-right: 165px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-170 {
margin-right: 170px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-175 {
margin-right: 175px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-180 {
margin-right: 180px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-185 {
margin-right: 185px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-190 {
margin-right: 190px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-195 {
margin-right: 195px !important; } }
@media only screen and (max-width: 767px) {
.mr-xs-200 {
margin-right: 200px !important; } } .pt-0 {
padding-top: 0px !important; }
.pt-5 {
padding-top: 5px !important; }
.pt-10 {
padding-top: 10px !important; }
.pt-15 {
padding-top: 15px !important; }
.pt-20 {
padding-top: 20px !important; }
.pt-25 {
padding-top: 25px !important; }
.pt-30 {
padding-top: 30px !important; }
.pt-35 {
padding-top: 35px !important; }
.pt-40 {
padding-top: 40px !important; }
.pt-45 {
padding-top: 45px !important; }
.pt-50 {
padding-top: 50px !important; }
.pt-55 {
padding-top: 55px !important; }
.pt-60 {
padding-top: 60px !important; }
.pt-65 {
padding-top: 65px !important; }
.pt-70 {
padding-top: 70px !important; }
.pt-75 {
padding-top: 75px !important; }
.pt-80 {
padding-top: 80px !important; }
.pt-85 {
padding-top: 85px !important; }
.pt-90 {
padding-top: 90px !important; }
.pt-95 {
padding-top: 95px !important; }
.pt-100 {
padding-top: 100px !important; }
.pt-105 {
padding-top: 105px !important; }
.pt-110 {
padding-top: 110px !important; }
.pt-115 {
padding-top: 115px !important; }
.pt-120 {
padding-top: 120px !important; }
.pt-125 {
padding-top: 125px !important; }
.pt-130 {
padding-top: 130px !important; }
.pt-135 {
padding-top: 135px !important; }
.pt-140 {
padding-top: 140px !important; }
.pt-145 {
padding-top: 145px !important; }
.pt-150 {
padding-top: 150px !important; }
.pt-155 {
padding-top: 155px !important; }
.pt-160 {
padding-top: 160px !important; }
.pt-165 {
padding-top: 165px !important; }
.pt-170 {
padding-top: 170px !important; }
.pt-175 {
padding-top: 175px !important; }
.pt-180 {
padding-top: 180px !important; }
.pt-185 {
padding-top: 185px !important; }
.pt-190 {
padding-top: 190px !important; }
.pt-195 {
padding-top: 195px !important; }
.pt-200 {
padding-top: 200px !important; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-0 {
padding-top: 0px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-5 {
padding-top: 5px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-10 {
padding-top: 10px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-15 {
padding-top: 15px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-20 {
padding-top: 20px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-25 {
padding-top: 25px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-30 {
padding-top: 30px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-35 {
padding-top: 35px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-40 {
padding-top: 40px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-45 {
padding-top: 45px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-50 {
padding-top: 50px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-55 {
padding-top: 55px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-60 {
padding-top: 60px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-65 {
padding-top: 65px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-70 {
padding-top: 70px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-75 {
padding-top: 75px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-80 {
padding-top: 80px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-85 {
padding-top: 85px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-90 {
padding-top: 90px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-95 {
padding-top: 95px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-100 {
padding-top: 100px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-105 {
padding-top: 105px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-110 {
padding-top: 110px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-115 {
padding-top: 115px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-120 {
padding-top: 120px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-125 {
padding-top: 125px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-130 {
padding-top: 130px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-135 {
padding-top: 135px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-140 {
padding-top: 140px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-145 {
padding-top: 145px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-150 {
padding-top: 150px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-155 {
padding-top: 155px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-160 {
padding-top: 160px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-165 {
padding-top: 165px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-170 {
padding-top: 170px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-175 {
padding-top: 175px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-180 {
padding-top: 180px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-185 {
padding-top: 185px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-190 {
padding-top: 190px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-195 {
padding-top: 195px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pt-lg-200 {
padding-top: 200px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-0 {
padding-top: 0px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-5 {
padding-top: 5px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-10 {
padding-top: 10px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-15 {
padding-top: 15px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-20 {
padding-top: 20px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-25 {
padding-top: 25px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-30 {
padding-top: 30px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-35 {
padding-top: 35px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-40 {
padding-top: 40px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-45 {
padding-top: 45px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-50 {
padding-top: 50px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-55 {
padding-top: 55px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-60 {
padding-top: 60px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-65 {
padding-top: 65px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-70 {
padding-top: 70px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-75 {
padding-top: 75px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-80 {
padding-top: 80px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-85 {
padding-top: 85px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-90 {
padding-top: 90px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-95 {
padding-top: 95px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-100 {
padding-top: 100px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-105 {
padding-top: 105px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-110 {
padding-top: 110px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-115 {
padding-top: 115px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-120 {
padding-top: 120px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-125 {
padding-top: 125px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-130 {
padding-top: 130px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-135 {
padding-top: 135px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-140 {
padding-top: 140px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-145 {
padding-top: 145px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-150 {
padding-top: 150px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-155 {
padding-top: 155px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-160 {
padding-top: 160px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-165 {
padding-top: 165px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-170 {
padding-top: 170px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-175 {
padding-top: 175px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-180 {
padding-top: 180px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-185 {
padding-top: 185px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-190 {
padding-top: 190px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-195 {
padding-top: 195px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-md-200 {
padding-top: 200px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-0 {
padding-top: 0px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-5 {
padding-top: 5px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-10 {
padding-top: 10px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-15 {
padding-top: 15px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-20 {
padding-top: 20px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-25 {
padding-top: 25px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-30 {
padding-top: 30px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-35 {
padding-top: 35px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-40 {
padding-top: 40px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-45 {
padding-top: 45px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-50 {
padding-top: 50px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-55 {
padding-top: 55px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-60 {
padding-top: 60px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-65 {
padding-top: 65px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-70 {
padding-top: 70px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-75 {
padding-top: 75px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-80 {
padding-top: 80px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-85 {
padding-top: 85px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-90 {
padding-top: 90px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-95 {
padding-top: 95px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-100 {
padding-top: 100px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-105 {
padding-top: 105px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-110 {
padding-top: 110px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-115 {
padding-top: 115px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-120 {
padding-top: 120px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-125 {
padding-top: 125px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-130 {
padding-top: 130px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-135 {
padding-top: 135px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-140 {
padding-top: 140px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-145 {
padding-top: 145px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-150 {
padding-top: 150px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-155 {
padding-top: 155px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-160 {
padding-top: 160px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-165 {
padding-top: 165px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-170 {
padding-top: 170px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-175 {
padding-top: 175px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-180 {
padding-top: 180px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-185 {
padding-top: 185px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-190 {
padding-top: 190px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-195 {
padding-top: 195px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-sm-200 {
padding-top: 200px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-0 {
padding-top: 0px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-5 {
padding-top: 5px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-10 {
padding-top: 10px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-15 {
padding-top: 15px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-20 {
padding-top: 20px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-25 {
padding-top: 25px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-30 {
padding-top: 30px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-35 {
padding-top: 35px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-40 {
padding-top: 40px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-45 {
padding-top: 45px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-50 {
padding-top: 50px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-55 {
padding-top: 55px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-60 {
padding-top: 60px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-65 {
padding-top: 65px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-70 {
padding-top: 70px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-75 {
padding-top: 75px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-80 {
padding-top: 80px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-85 {
padding-top: 85px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-90 {
padding-top: 90px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-95 {
padding-top: 95px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-100 {
padding-top: 100px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-105 {
padding-top: 105px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-110 {
padding-top: 110px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-115 {
padding-top: 115px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-120 {
padding-top: 120px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-125 {
padding-top: 125px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-130 {
padding-top: 130px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-135 {
padding-top: 135px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-140 {
padding-top: 140px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-145 {
padding-top: 145px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-150 {
padding-top: 150px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-155 {
padding-top: 155px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-160 {
padding-top: 160px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-165 {
padding-top: 165px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-170 {
padding-top: 170px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-175 {
padding-top: 175px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-180 {
padding-top: 180px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-185 {
padding-top: 185px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-190 {
padding-top: 190px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-195 {
padding-top: 195px !important; } }
@media only screen and (max-width: 767px) {
.pt-xs-200 {
padding-top: 200px !important; } } .pb-0 {
padding-bottom: 0px !important; }
.pb-5 {
padding-bottom: 5px !important; }
.pb-10 {
padding-bottom: 10px !important; }
.pb-15 {
padding-bottom: 15px !important; }
.pb-20 {
padding-bottom: 20px !important; }
.pb-25 {
padding-bottom: 25px !important; }
.pb-30 {
padding-bottom: 30px !important; }
.pb-35 {
padding-bottom: 35px !important; }
.pb-40 {
padding-bottom: 40px !important; }
.pb-45 {
padding-bottom: 45px !important; }
.pb-50 {
padding-bottom: 50px !important; }
.pb-55 {
padding-bottom: 55px !important; }
.pb-60 {
padding-bottom: 60px !important; }
.pb-65 {
padding-bottom: 65px !important; }
.pb-70 {
padding-bottom: 70px !important; }
.pb-75 {
padding-bottom: 75px !important; }
.pb-80 {
padding-bottom: 80px !important; }
.pb-85 {
padding-bottom: 85px !important; }
.pb-90 {
padding-bottom: 90px !important; }
.pb-95 {
padding-bottom: 95px !important; }
.pb-100 {
padding-bottom: 100px !important; }
.pb-105 {
padding-bottom: 105px !important; }
.pb-110 {
padding-bottom: 110px !important; }
.pb-115 {
padding-bottom: 115px !important; }
.pb-120 {
padding-bottom: 120px !important; }
.pb-125 {
padding-bottom: 125px !important; }
.pb-130 {
padding-bottom: 130px !important; }
.pb-135 {
padding-bottom: 135px !important; }
.pb-140 {
padding-bottom: 140px !important; }
.pb-145 {
padding-bottom: 145px !important; }
.pb-150 {
padding-bottom: 150px !important; }
.pb-155 {
padding-bottom: 155px !important; }
.pb-160 {
padding-bottom: 160px !important; }
.pb-165 {
padding-bottom: 165px !important; }
.pb-170 {
padding-bottom: 170px !important; }
.pb-175 {
padding-bottom: 175px !important; }
.pb-180 {
padding-bottom: 180px !important; }
.pb-185 {
padding-bottom: 185px !important; }
.pb-190 {
padding-bottom: 190px !important; }
.pb-195 {
padding-bottom: 195px !important; }
.pb-200 {
padding-bottom: 200px !important; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-0 {
padding-bottom: 0px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-5 {
padding-bottom: 5px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-10 {
padding-bottom: 10px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-15 {
padding-bottom: 15px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-20 {
padding-bottom: 20px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-25 {
padding-bottom: 25px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-30 {
padding-bottom: 30px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-35 {
padding-bottom: 35px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-40 {
padding-bottom: 40px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-45 {
padding-bottom: 45px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-50 {
padding-bottom: 50px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-55 {
padding-bottom: 55px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-60 {
padding-bottom: 60px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-65 {
padding-bottom: 65px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-70 {
padding-bottom: 70px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-75 {
padding-bottom: 75px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-80 {
padding-bottom: 80px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-85 {
padding-bottom: 85px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-90 {
padding-bottom: 90px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-95 {
padding-bottom: 95px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-100 {
padding-bottom: 100px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-105 {
padding-bottom: 105px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-110 {
padding-bottom: 110px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-115 {
padding-bottom: 115px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-120 {
padding-bottom: 120px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-125 {
padding-bottom: 125px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-130 {
padding-bottom: 130px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-135 {
padding-bottom: 135px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-140 {
padding-bottom: 140px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-145 {
padding-bottom: 145px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-150 {
padding-bottom: 150px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-155 {
padding-bottom: 155px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-160 {
padding-bottom: 160px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-165 {
padding-bottom: 165px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-170 {
padding-bottom: 170px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-175 {
padding-bottom: 175px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-180 {
padding-bottom: 180px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-185 {
padding-bottom: 185px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-190 {
padding-bottom: 190px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-195 {
padding-bottom: 195px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pb-lg-200 {
padding-bottom: 200px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-0 {
padding-bottom: 0px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-5 {
padding-bottom: 5px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-10 {
padding-bottom: 10px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-15 {
padding-bottom: 15px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-20 {
padding-bottom: 20px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-25 {
padding-bottom: 25px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-30 {
padding-bottom: 30px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-35 {
padding-bottom: 35px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-40 {
padding-bottom: 40px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-45 {
padding-bottom: 45px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-50 {
padding-bottom: 50px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-55 {
padding-bottom: 55px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-60 {
padding-bottom: 60px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-65 {
padding-bottom: 65px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-70 {
padding-bottom: 70px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-75 {
padding-bottom: 75px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-80 {
padding-bottom: 80px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-85 {
padding-bottom: 85px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-90 {
padding-bottom: 90px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-95 {
padding-bottom: 95px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-100 {
padding-bottom: 100px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-105 {
padding-bottom: 105px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-110 {
padding-bottom: 110px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-115 {
padding-bottom: 115px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-120 {
padding-bottom: 120px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-125 {
padding-bottom: 125px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-130 {
padding-bottom: 130px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-135 {
padding-bottom: 135px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-140 {
padding-bottom: 140px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-145 {
padding-bottom: 145px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-150 {
padding-bottom: 150px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-155 {
padding-bottom: 155px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-160 {
padding-bottom: 160px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-165 {
padding-bottom: 165px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-170 {
padding-bottom: 170px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-175 {
padding-bottom: 175px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-180 {
padding-bottom: 180px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-185 {
padding-bottom: 185px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-190 {
padding-bottom: 190px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-195 {
padding-bottom: 195px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-md-200 {
padding-bottom: 200px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-0 {
padding-bottom: 0px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-5 {
padding-bottom: 5px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-10 {
padding-bottom: 10px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-15 {
padding-bottom: 15px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-20 {
padding-bottom: 20px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-25 {
padding-bottom: 25px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-30 {
padding-bottom: 30px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-35 {
padding-bottom: 35px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-40 {
padding-bottom: 40px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-45 {
padding-bottom: 45px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-50 {
padding-bottom: 50px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-55 {
padding-bottom: 55px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-60 {
padding-bottom: 60px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-65 {
padding-bottom: 65px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-70 {
padding-bottom: 70px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-75 {
padding-bottom: 75px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-80 {
padding-bottom: 80px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-85 {
padding-bottom: 85px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-90 {
padding-bottom: 90px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-95 {
padding-bottom: 95px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-100 {
padding-bottom: 100px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-105 {
padding-bottom: 105px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-110 {
padding-bottom: 110px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-115 {
padding-bottom: 115px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-120 {
padding-bottom: 120px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-125 {
padding-bottom: 125px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-130 {
padding-bottom: 130px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-135 {
padding-bottom: 135px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-140 {
padding-bottom: 140px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-145 {
padding-bottom: 145px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-150 {
padding-bottom: 150px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-155 {
padding-bottom: 155px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-160 {
padding-bottom: 160px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-165 {
padding-bottom: 165px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-170 {
padding-bottom: 170px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-175 {
padding-bottom: 175px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-180 {
padding-bottom: 180px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-185 {
padding-bottom: 185px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-190 {
padding-bottom: 190px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-195 {
padding-bottom: 195px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-sm-200 {
padding-bottom: 200px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-0 {
padding-bottom: 0px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-5 {
padding-bottom: 5px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-10 {
padding-bottom: 10px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-15 {
padding-bottom: 15px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-20 {
padding-bottom: 20px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-25 {
padding-bottom: 25px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-30 {
padding-bottom: 30px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-35 {
padding-bottom: 35px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-40 {
padding-bottom: 40px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-45 {
padding-bottom: 45px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-50 {
padding-bottom: 50px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-55 {
padding-bottom: 55px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-60 {
padding-bottom: 60px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-65 {
padding-bottom: 65px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-70 {
padding-bottom: 70px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-75 {
padding-bottom: 75px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-80 {
padding-bottom: 80px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-85 {
padding-bottom: 85px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-90 {
padding-bottom: 90px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-95 {
padding-bottom: 95px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-100 {
padding-bottom: 100px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-105 {
padding-bottom: 105px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-110 {
padding-bottom: 110px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-115 {
padding-bottom: 115px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-120 {
padding-bottom: 120px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-125 {
padding-bottom: 125px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-130 {
padding-bottom: 130px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-135 {
padding-bottom: 135px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-140 {
padding-bottom: 140px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-145 {
padding-bottom: 145px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-150 {
padding-bottom: 150px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-155 {
padding-bottom: 155px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-160 {
padding-bottom: 160px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-165 {
padding-bottom: 165px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-170 {
padding-bottom: 170px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-175 {
padding-bottom: 175px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-180 {
padding-bottom: 180px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-185 {
padding-bottom: 185px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-190 {
padding-bottom: 190px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-195 {
padding-bottom: 195px !important; } }
@media only screen and (max-width: 767px) {
.pb-xs-200 {
padding-bottom: 200px !important; } } .pl-0 {
padding-left: 0px !important; }
.pl-5 {
padding-left: 5px !important; }
.pl-10 {
padding-left: 10px !important; }
.pl-15 {
padding-left: 15px !important; }
.pl-20 {
padding-left: 20px !important; }
.pl-25 {
padding-left: 25px !important; }
.pl-30 {
padding-left: 30px !important; }
.pl-35 {
padding-left: 35px !important; }
.pl-40 {
padding-left: 40px !important; }
.pl-45 {
padding-left: 45px !important; }
.pl-50 {
padding-left: 50px !important; }
.pl-55 {
padding-left: 55px !important; }
.pl-60 {
padding-left: 60px !important; }
.pl-65 {
padding-left: 65px !important; }
.pl-70 {
padding-left: 70px !important; }
.pl-75 {
padding-left: 75px !important; }
.pl-80 {
padding-left: 80px !important; }
.pl-85 {
padding-left: 85px !important; }
.pl-90 {
padding-left: 90px !important; }
.pl-95 {
padding-left: 95px !important; }
.pl-100 {
padding-left: 100px !important; }
.pl-105 {
padding-left: 105px !important; }
.pl-110 {
padding-left: 110px !important; }
.pl-115 {
padding-left: 115px !important; }
.pl-120 {
padding-left: 120px !important; }
.pl-125 {
padding-left: 125px !important; }
.pl-130 {
padding-left: 130px !important; }
.pl-135 {
padding-left: 135px !important; }
.pl-140 {
padding-left: 140px !important; }
.pl-145 {
padding-left: 145px !important; }
.pl-150 {
padding-left: 150px !important; }
.pl-155 {
padding-left: 155px !important; }
.pl-160 {
padding-left: 160px !important; }
.pl-165 {
padding-left: 165px !important; }
.pl-170 {
padding-left: 170px !important; }
.pl-175 {
padding-left: 175px !important; }
.pl-180 {
padding-left: 180px !important; }
.pl-185 {
padding-left: 185px !important; }
.pl-190 {
padding-left: 190px !important; }
.pl-195 {
padding-left: 195px !important; }
.pl-200 {
padding-left: 200px !important; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-0 {
padding-left: 0px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-5 {
padding-left: 5px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-10 {
padding-left: 10px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-15 {
padding-left: 15px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-20 {
padding-left: 20px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-25 {
padding-left: 25px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-30 {
padding-left: 30px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-35 {
padding-left: 35px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-40 {
padding-left: 40px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-45 {
padding-left: 45px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-50 {
padding-left: 50px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-55 {
padding-left: 55px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-60 {
padding-left: 60px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-65 {
padding-left: 65px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-70 {
padding-left: 70px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-75 {
padding-left: 75px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-80 {
padding-left: 80px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-85 {
padding-left: 85px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-90 {
padding-left: 90px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-95 {
padding-left: 95px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-100 {
padding-left: 100px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-105 {
padding-left: 105px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-110 {
padding-left: 110px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-115 {
padding-left: 115px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-120 {
padding-left: 120px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-125 {
padding-left: 125px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-130 {
padding-left: 130px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-135 {
padding-left: 135px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-140 {
padding-left: 140px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-145 {
padding-left: 145px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-150 {
padding-left: 150px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-155 {
padding-left: 155px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-160 {
padding-left: 160px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-165 {
padding-left: 165px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-170 {
padding-left: 170px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-175 {
padding-left: 175px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-180 {
padding-left: 180px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-185 {
padding-left: 185px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-190 {
padding-left: 190px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-195 {
padding-left: 195px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pl-lg-200 {
padding-left: 200px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-0 {
padding-left: 0px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-5 {
padding-left: 5px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-10 {
padding-left: 10px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-15 {
padding-left: 15px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-20 {
padding-left: 20px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-25 {
padding-left: 25px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-30 {
padding-left: 30px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-35 {
padding-left: 35px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-40 {
padding-left: 40px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-45 {
padding-left: 45px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-50 {
padding-left: 50px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-55 {
padding-left: 55px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-60 {
padding-left: 60px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-65 {
padding-left: 65px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-70 {
padding-left: 70px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-75 {
padding-left: 75px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-80 {
padding-left: 80px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-85 {
padding-left: 85px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-90 {
padding-left: 90px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-95 {
padding-left: 95px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-100 {
padding-left: 100px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-105 {
padding-left: 105px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-110 {
padding-left: 110px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-115 {
padding-left: 115px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-120 {
padding-left: 120px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-125 {
padding-left: 125px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-130 {
padding-left: 130px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-135 {
padding-left: 135px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-140 {
padding-left: 140px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-145 {
padding-left: 145px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-150 {
padding-left: 150px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-155 {
padding-left: 155px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-160 {
padding-left: 160px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-165 {
padding-left: 165px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-170 {
padding-left: 170px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-175 {
padding-left: 175px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-180 {
padding-left: 180px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-185 {
padding-left: 185px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-190 {
padding-left: 190px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-195 {
padding-left: 195px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-md-200 {
padding-left: 200px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-0 {
padding-left: 0px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-5 {
padding-left: 5px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-10 {
padding-left: 10px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-15 {
padding-left: 15px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-20 {
padding-left: 20px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-25 {
padding-left: 25px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-30 {
padding-left: 30px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-35 {
padding-left: 35px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-40 {
padding-left: 40px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-45 {
padding-left: 45px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-50 {
padding-left: 50px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-55 {
padding-left: 55px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-60 {
padding-left: 60px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-65 {
padding-left: 65px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-70 {
padding-left: 70px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-75 {
padding-left: 75px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-80 {
padding-left: 80px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-85 {
padding-left: 85px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-90 {
padding-left: 90px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-95 {
padding-left: 95px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-100 {
padding-left: 100px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-105 {
padding-left: 105px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-110 {
padding-left: 110px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-115 {
padding-left: 115px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-120 {
padding-left: 120px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-125 {
padding-left: 125px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-130 {
padding-left: 130px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-135 {
padding-left: 135px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-140 {
padding-left: 140px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-145 {
padding-left: 145px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-150 {
padding-left: 150px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-155 {
padding-left: 155px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-160 {
padding-left: 160px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-165 {
padding-left: 165px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-170 {
padding-left: 170px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-175 {
padding-left: 175px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-180 {
padding-left: 180px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-185 {
padding-left: 185px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-190 {
padding-left: 190px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-195 {
padding-left: 195px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pl-sm-200 {
padding-left: 200px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-0 {
padding-left: 0px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-5 {
padding-left: 5px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-10 {
padding-left: 10px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-15 {
padding-left: 15px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-20 {
padding-left: 20px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-25 {
padding-left: 25px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-30 {
padding-left: 30px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-35 {
padding-left: 35px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-40 {
padding-left: 40px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-45 {
padding-left: 45px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-50 {
padding-left: 50px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-55 {
padding-left: 55px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-60 {
padding-left: 60px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-65 {
padding-left: 65px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-70 {
padding-left: 70px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-75 {
padding-left: 75px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-80 {
padding-left: 80px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-85 {
padding-left: 85px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-90 {
padding-left: 90px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-95 {
padding-left: 95px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-100 {
padding-left: 100px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-105 {
padding-left: 105px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-110 {
padding-left: 110px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-115 {
padding-left: 115px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-120 {
padding-left: 120px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-125 {
padding-left: 125px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-130 {
padding-left: 130px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-135 {
padding-left: 135px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-140 {
padding-left: 140px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-145 {
padding-left: 145px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-150 {
padding-left: 150px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-155 {
padding-left: 155px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-160 {
padding-left: 160px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-165 {
padding-left: 165px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-170 {
padding-left: 170px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-175 {
padding-left: 175px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-180 {
padding-left: 180px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-185 {
padding-left: 185px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-190 {
padding-left: 190px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-195 {
padding-left: 195px !important; } }
@media only screen and (max-width: 767px) {
.pl-xs-200 {
padding-left: 200px !important; } } .pr-0 {
padding-right: 0px !important; }
.pr-5 {
padding-right: 5px !important; }
.pr-10 {
padding-right: 10px !important; }
.pr-15 {
padding-right: 15px !important; }
.pr-20 {
padding-right: 20px !important; }
.pr-25 {
padding-right: 25px !important; }
.pr-30 {
padding-right: 30px !important; }
.pr-35 {
padding-right: 35px !important; }
.pr-40 {
padding-right: 40px !important; }
.pr-45 {
padding-right: 45px !important; }
.pr-50 {
padding-right: 50px !important; }
.pr-55 {
padding-right: 55px !important; }
.pr-60 {
padding-right: 60px !important; }
.pr-65 {
padding-right: 65px !important; }
.pr-70 {
padding-right: 70px !important; }
.pr-75 {
padding-right: 75px !important; }
.pr-80 {
padding-right: 80px !important; }
.pr-85 {
padding-right: 85px !important; }
.pr-90 {
padding-right: 90px !important; }
.pr-95 {
padding-right: 95px !important; }
.pr-100 {
padding-right: 100px !important; }
.pr-105 {
padding-right: 105px !important; }
.pr-110 {
padding-right: 110px !important; }
.pr-115 {
padding-right: 115px !important; }
.pr-120 {
padding-right: 120px !important; }
.pr-125 {
padding-right: 125px !important; }
.pr-130 {
padding-right: 130px !important; }
.pr-135 {
padding-right: 135px !important; }
.pr-140 {
padding-right: 140px !important; }
.pr-145 {
padding-right: 145px !important; }
.pr-150 {
padding-right: 150px !important; }
.pr-155 {
padding-right: 155px !important; }
.pr-160 {
padding-right: 160px !important; }
.pr-165 {
padding-right: 165px !important; }
.pr-170 {
padding-right: 170px !important; }
.pr-175 {
padding-right: 175px !important; }
.pr-180 {
padding-right: 180px !important; }
.pr-185 {
padding-right: 185px !important; }
.pr-190 {
padding-right: 190px !important; }
.pr-195 {
padding-right: 195px !important; }
.pr-200 {
padding-right: 200px !important; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-0 {
padding-right: 0px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-5 {
padding-right: 5px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-10 {
padding-right: 10px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-15 {
padding-right: 15px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-20 {
padding-right: 20px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-25 {
padding-right: 25px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-30 {
padding-right: 30px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-35 {
padding-right: 35px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-40 {
padding-right: 40px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-45 {
padding-right: 45px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-50 {
padding-right: 50px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-55 {
padding-right: 55px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-60 {
padding-right: 60px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-65 {
padding-right: 65px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-70 {
padding-right: 70px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-75 {
padding-right: 75px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-80 {
padding-right: 80px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-85 {
padding-right: 85px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-90 {
padding-right: 90px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-95 {
padding-right: 95px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-100 {
padding-right: 100px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-105 {
padding-right: 105px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-110 {
padding-right: 110px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-115 {
padding-right: 115px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-120 {
padding-right: 120px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-125 {
padding-right: 125px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-130 {
padding-right: 130px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-135 {
padding-right: 135px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-140 {
padding-right: 140px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-145 {
padding-right: 145px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-150 {
padding-right: 150px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-155 {
padding-right: 155px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-160 {
padding-right: 160px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-165 {
padding-right: 165px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-170 {
padding-right: 170px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-175 {
padding-right: 175px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-180 {
padding-right: 180px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-185 {
padding-right: 185px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-190 {
padding-right: 190px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-195 {
padding-right: 195px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.pr-lg-200 {
padding-right: 200px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-0 {
padding-right: 0px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-5 {
padding-right: 5px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-10 {
padding-right: 10px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-15 {
padding-right: 15px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-20 {
padding-right: 20px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-25 {
padding-right: 25px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-30 {
padding-right: 30px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-35 {
padding-right: 35px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-40 {
padding-right: 40px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-45 {
padding-right: 45px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-50 {
padding-right: 50px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-55 {
padding-right: 55px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-60 {
padding-right: 60px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-65 {
padding-right: 65px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-70 {
padding-right: 70px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-75 {
padding-right: 75px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-80 {
padding-right: 80px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-85 {
padding-right: 85px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-90 {
padding-right: 90px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-95 {
padding-right: 95px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-100 {
padding-right: 100px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-105 {
padding-right: 105px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-110 {
padding-right: 110px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-115 {
padding-right: 115px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-120 {
padding-right: 120px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-125 {
padding-right: 125px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-130 {
padding-right: 130px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-135 {
padding-right: 135px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-140 {
padding-right: 140px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-145 {
padding-right: 145px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-150 {
padding-right: 150px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-155 {
padding-right: 155px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-160 {
padding-right: 160px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-165 {
padding-right: 165px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-170 {
padding-right: 170px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-175 {
padding-right: 175px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-180 {
padding-right: 180px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-185 {
padding-right: 185px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-190 {
padding-right: 190px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-195 {
padding-right: 195px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pr-md-200 {
padding-right: 200px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-0 {
padding-right: 0px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-5 {
padding-right: 5px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-10 {
padding-right: 10px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-15 {
padding-right: 15px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-20 {
padding-right: 20px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-25 {
padding-right: 25px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-30 {
padding-right: 30px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-35 {
padding-right: 35px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-40 {
padding-right: 40px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-45 {
padding-right: 45px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-50 {
padding-right: 50px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-55 {
padding-right: 55px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-60 {
padding-right: 60px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-65 {
padding-right: 65px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-70 {
padding-right: 70px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-75 {
padding-right: 75px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-80 {
padding-right: 80px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-85 {
padding-right: 85px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-90 {
padding-right: 90px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-95 {
padding-right: 95px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-100 {
padding-right: 100px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-105 {
padding-right: 105px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-110 {
padding-right: 110px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-115 {
padding-right: 115px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-120 {
padding-right: 120px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-125 {
padding-right: 125px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-130 {
padding-right: 130px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-135 {
padding-right: 135px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-140 {
padding-right: 140px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-145 {
padding-right: 145px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-150 {
padding-right: 150px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-155 {
padding-right: 155px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-160 {
padding-right: 160px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-165 {
padding-right: 165px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-170 {
padding-right: 170px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-175 {
padding-right: 175px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-180 {
padding-right: 180px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-185 {
padding-right: 185px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-190 {
padding-right: 190px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-195 {
padding-right: 195px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pr-sm-200 {
padding-right: 200px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-0 {
padding-right: 0px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-5 {
padding-right: 5px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-10 {
padding-right: 10px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-15 {
padding-right: 15px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-20 {
padding-right: 20px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-25 {
padding-right: 25px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-30 {
padding-right: 30px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-35 {
padding-right: 35px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-40 {
padding-right: 40px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-45 {
padding-right: 45px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-50 {
padding-right: 50px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-55 {
padding-right: 55px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-60 {
padding-right: 60px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-65 {
padding-right: 65px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-70 {
padding-right: 70px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-75 {
padding-right: 75px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-80 {
padding-right: 80px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-85 {
padding-right: 85px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-90 {
padding-right: 90px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-95 {
padding-right: 95px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-100 {
padding-right: 100px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-105 {
padding-right: 105px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-110 {
padding-right: 110px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-115 {
padding-right: 115px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-120 {
padding-right: 120px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-125 {
padding-right: 125px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-130 {
padding-right: 130px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-135 {
padding-right: 135px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-140 {
padding-right: 140px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-145 {
padding-right: 145px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-150 {
padding-right: 150px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-155 {
padding-right: 155px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-160 {
padding-right: 160px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-165 {
padding-right: 165px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-170 {
padding-right: 170px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-175 {
padding-right: 175px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-180 {
padding-right: 180px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-185 {
padding-right: 185px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-190 {
padding-right: 190px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-195 {
padding-right: 195px !important; } }
@media only screen and (max-width: 767px) {
.pr-xs-200 {
padding-right: 200px !important; } }*, *::after, *::before {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
html, body {
height: auto;
}
body {
background-color: #ffffff;
line-height: 26px;
font-size: 14px;
font-style: normal;
font-weight: normal;
visibility: visible;
font-family: 'Poppins', sans-serif;
color: #373b3e;
position: relative; }
h1, h2, h3, h4, h5, h6 {
color: #333;
font-weight: 400;
margin-top: 0; }
h1 {
font-size: 36px;}
h2 {
font-size: 30px; }
h3 {
font-size: 24px; }
h4 {
font-size: 18px; }
h5 {
font-size: 14px;}
h6 {
font-size: 12px;}
p:last-child {
margin-bottom: 0; }
a, button {
color: inherit;
display: inline-block;
line-height: inherit;
text-decoration: none;
cursor: pointer; }
a, button, img, input, span {
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s; }
*:focus {
outline: none !important; }
a:focus {
color: inherit;
outline: none;
text-decoration: none; }
a:hover {
text-decoration: none; }
button, input[type="submit"] {
cursor: pointer; }
ul {
list-style: outside none none;
margin: 0;
padding: 0; } .fix {
overflow: hidden; }
.hidden {
display: none; }
.clear {
clear: both; }
.section, .site-wrapper {
float: left;
width: 100%; }
.site-wrapper {
padding-top: 0px;
position: relative; }
.active-transparent-header .site-wrapper,.header-default-style-one .site-wrapper {
padding-top: 0; }
.active-transparent-header .page-banner-section,.active-transparent-header .page__title__wrapper {
padding-top: 120px; }
@media only screen and (max-width: 767px) {
.container {
width: 450px; } }
@media only screen and (max-width: 479px) {
.container {
width: 300px; } }
.bold {
font-weight: 700; }
.semi-bold {
font-weight: 600; }
.medium {
font-weight: 500; }
.light {
font-weight: 300; }
.capitalize {
text-transform: capitalize; }
.uppercase {
text-transform: uppercase; }
.no-gutters {
margin-left: 0;
margin-right: 0; }
.no-gutters > .col, .no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0;
margin: 0; } .container-fluid {
padding: 0 170px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.container-fluid {
padding: 0 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.container-fluid {
padding: 0 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.container-fluid {
padding: 0 15px; } }
@media only screen and (max-width: 767px) {
.container-fluid {
padding: 0 15px;
max-width: 450px; } }
@media only screen and (max-width: 479px) {
.container-fluid {
padding: 0 15px;
max-width: 320px; } }
.header-section .container-fluid {
padding: 0 170px; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.header-section .container-fluid {
padding: 0 15px;
max-width: 960px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-section .container-fluid {
padding: 0 15px;
max-width: 720px; } }
@media only screen and (max-width: 767px) {
.header-section .container-fluid {
padding: 0 15px; } }
@media only screen and (max-width: 479px) {
.header-section .container-fluid {
padding: 0 15px; } } input:-moz-placeholder, textarea:-moz-placeholder {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
input::-moz-placeholder, textarea::-moz-placeholder {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"]{
background-color: transparent;
border: 1px solid #373b3e;
border-radius: 50px;
font-size: 12px;
height: 44px;
line-height: 22px;
padding: 10px 20px;
width: 100%;
} #scrollUp {
width: 40px;
height: 40px;
border: 3px solid #eeeeee;
color: #23252a;
right: 20px;
bottom: 60px;
text-align: center;
overflow: hidden;
border-radius: 50px;
z-index: 9811 !important; }
@media only screen and (max-width: 767px) {
#scrollUp {
display: none !important; } }
#scrollUp i {
display: block;
line-height: 34px;
font-size: 22px; }
#scrollUp:hover i {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite; } .bg-white {
background-color: #ffffff; }
.bg-gray {
background-color: #f8f8f8; }
.bg-light-blue {
background-color: #eafeff; }
.slider-bg{
background-color: #f4f8d4;
}  
img.mfp-img {
background-color: #f6f7f8;
padding: 0;
margin: 40px auto; } .tab-content {
width: 100%; }
.tab-content .tab-pane {
display: block;
height: 0;
max-width: 100%;
visibility: hidden;
overflow: hidden;
opacity: 0; }
.tab-content .tab-pane.active {
height: auto;
visibility: visible;
opacity: 1;
overflow: visible; }
.section-title h1 {
font-size: 30px;
line-height: 1;
font-weight: 600;
color: #23252a;
margin: 0;
text-transform: uppercase; }
@media only screen and (max-width: 767px) {
.section-title h1 {
font-size: 24px; } }
@media only screen and (max-width: 479px) {
.section-title h1 {
font-size: 18px; } }
.justify-content-between > [class*="col"], .justify-content-between > [class*="col-"] {
-webkit-box-flex: 0;
-ms-flex: 0 0;
flex: 0 0;
max-width: none; }
.page-banner-section {
padding: 60px 0; }
@media only screen and (max-width: 767px) {
.page-banner-section {
padding: 40px 0; } }
@media only screen and (max-width: 479px) {
.page-banner-section {
padding: 40px 0; } }
.page-banner-content h1 {
font-size: 30px;
line-height: 1;
font-weight: 600;
color: #23252a;
margin: 0 0 15px;
text-transform: uppercase; }
@media only screen and (max-width: 767px) {
.page-banner-content h1 {
font-size: 24px; } }
@media only screen and (max-width: 479px) {
.page-banner-content h1 {
font-size: 18px; } }
.page-banner-content .breadcrumb {
background-color: transparent;
padding: 0;
margin: 0; }
.page-banner-content .breadcrumb li {
float: left;
position: relative;
margin-right: 30px;
line-height: 1; }
.page-banner-content .breadcrumb li::after {
content: '/';
position: absolute;
right: -17px;
top: -2px;
line-height: 1; }
.breadcrumbs_wrap ul li a:hover , .breadcrumbs_wrap ul li:last-child{
color: #F5B120;
}
.page-banner-content .breadcrumb li a {
font-size: 16px;
line-height: 1;
color: #373b3e;
display: block; }
.page-banner-content .breadcrumb li a:hover {
color: #23252a; }
.page-banner-content .breadcrumb li:last-child {
margin-right: 0; }
.page-banner-content .breadcrumb li:last-child::after {
display: none; }
.page-pagination ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.page-pagination ul li {
margin: 0 5px; }
.page-pagination ul li a {
text-align: center;
display: block;
height: 36px;
width: 36px;
font-size: 16px;
line-height: 34px;
border-radius: 50px;
border: 1px solid transparent;
font-weight: 600; }
.page-pagination ul li a:hover {
color: #23252a; }
.page-pagination ul li:first-child a, .page-pagination ul li:last-child a {
border-color: #aaaaaa;
height: 32px;
width: 32px;
font-size: 14px;
line-height: 30px;
margin: 2px 0; }
.page-pagination ul li:first-child a:hover, .page-pagination ul li:last-child a:hover {
border-color: #23252a; }
.page-pagination ul li.active a {
border-color: #373b3e; } .header-section {
width: 100%;
z-index: 9;
position: inherit;
left: 0;
top: 0;
background-color: #ffffff; }
.header-section.header-transparent {
background-color: transparent;
position: absolute;
z-index: 999; } .header-sticky.is-sticky {
-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
background-color: #ffffff;
position: fixed;
left: 0;
top: 0;
width: 100%;
z-index: 999; } .header-menu-right [class*="col"], .header-menu-right [class*="col-"] {
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0; }
.header-menu-right [class*="col"]:first-child, .header-menu-right [class*="col-"]:first-child {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1; } @media only screen and (max-width: 767px) {
.header-logo.header-logo-one {
margin-top: 15px; } }
@media only screen and (max-width: 479px) {
.header-logo {
text-align: center; } } .menu-toggle {
background-color: transparent;
border: none;
padding: 0;
text-transform: uppercase;
color: #444;
font-size: 16px;
line-height: 19px;
font-weight: 600;
}
.menu-toggle:hover {
color: #444;
}
.menu-toggle .bar {
text-indent: -9999px;
position: relative;
display: block;
float: left;
height: 3px;
width: 30px;
background-color: #23252a;
margin: 8px 15px 8px 0; }
.menu-toggle .bar::before, .menu-toggle .bar::after {
content: "";
position: absolute;
left: 0;
height: 3px;
width: 30px;
background-color: #23252a; }
.menu-toggle .bar::before {
top: -8px; }
.menu-toggle .bar::after {
bottom: -8px; }
@media only screen and (max-width: 767px) {
.menu-toggle {
margin-top: 6px; } } .header-shop-links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; }
.nice-select .list{
z-index: 11;
} .header-account {
margin-right: 5px; }
.header-account > a {
display: block;
padding: 38px 0;
line-height: 30px;
font-size: 16px;
font-family: "Source Sans Pro", sans-serif;
color: #23252a;
font-weight: 500; }
.header-account > a img {
margin-right: 5px; }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.header-account {
margin-right: 40px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.header-account {
margin-right: 40px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-account {
margin-right: 40px; } }
@media only screen and (max-width: 767px) {
.header-account {
margin-right: 40px; }
.header-account > a {
padding: 30px 0; } }
@media only screen and (max-width: 479px) {
.header-account {
margin-right: 20px; } } .header-mini-cart {
position: relative; }
.header-mini-cart > a {
border: none;
background-color: transparent;
display: block;
padding: 38px 0;
line-height: 30px;
font-size: 16px;
font-family: "Source Sans Pro", sans-serif;
color: #23252a;
font-weight: 500;
position: relative;
padding-right: 27px; }
.header-mini-cart > a span.mini_cart_count {
font-size: 15px;
width: 24px;
height: 24px;
font-weight: 600;
background-color: #373b3e;
color: #ffffff;
text-align: center;
line-height: 24px;
display: inline-block;
float: right;
border-radius: 50px;
margin-top: 5px;
margin-left: 3px;
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
.header-mini-cart:hover .mini-cart-wrap {
margin-top: 0;
opacity: 1;
visibility: visible; }
@media only screen and (max-width: 767px) {
.header-mini-cart > a {
padding: 30px 27px 30px 0; } } .mini-cart-wrap ul{list-style: none;margin: 0;padding: 0;}
.mini-cart-wrap {
position: absolute;
right: 0;
top: 100%;
z-index: 99;
width: 280px;
background-color: #ffffff;
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
padding-top: 15px;
margin-top: 30px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s; }
@media only screen and (max-width: 479px) {
.mini-cart-wrap.mobile-small-right {
right: auto;
left: -45px; } }
.mini-cart-wrap .mini-cart-product {
padding: 15px 30px 15px 15px;
float: left;
width: 100%;
text-align: left;
position: relative; }
.mini-cart-wrap .mini-cart-product .image {
display: block;
width: 65px;
background-color: #f6f7f8;
float: left;
margin-right: 15px; }
.mini-cart-wrap .mini-cart-product .image img {
width: 100%; }
.mini-cart-wrap .mini-cart-product .content {
overflow: hidden; }
.mini-cart-wrap .mini-cart-product .content .title {
font-size: 14px;
font-weight: 600; }
.mini-cart-wrap .mini-cart-product .content .title a {
color: #373b3e; }
.mini-cart-wrap .mini-cart-product .content .title a:hover {
color: #23252a; }
.mini-cart-wrap .mini-cart-product .content span {
display: inline-block;
font-size: 12px;
font-weight: 600;
color: #23252a;
line-height: 20px;
padding: 3px 10px;
margin: auto;
border-radius: 50px;
background-color: #d9e9f4; }
.mini-cart-wrap .mini-cart-product .remove {
position: absolute;
right: 15px;
top: 18px;
line-height: 1;
color: #373b3e; }
.mini-cart-wrap .mini-cart-product .remove:hover {
color: #ff0000; }
.mini-cart-wrap .total {
font-size: 18px;
text-transform: uppercase;
font-weight: 600;
text-align: left;
float: left;
width: 100%;
padding: 15px;
border-top: 1px solid #eeeeee;
margin: 0;
line-height: 20px; }
.mini-cart-wrap .total span {
float: right; }
.mini-cart-wrap .buttons {
padding: 15px;
border-top: 1px solid #eeeeee;
float: left;
width: 100%; }
.mini-cart-wrap .buttons a {
width: 100%;
background-color: #373b3e;
color: #ffffff;
line-height: 30px;
text-transform: uppercase;
font-weight: 600;
text-align: center;
padding: 10px 20px; } .side-menu-overlay {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
z-index: 999;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s; }
.side-menu-overlay.side-menu-open {
opacity: 1;
visibility: visible; } .side-menu-wrap {
position: fixed;
left: -320px;
top: 0;
width: 320px;
height: 100%;
background-color: #ffffff;
padding: 120px 30px 80px 40px;
z-index: 9999;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s; }
@media only screen and (max-width: 767px) {
.side-menu-wrap {
padding-top: 100px;
padding-bottom: 50px; } }
.side-menu-wrap.side-menu-open {
left: 0; }
.side-menu-wrap .side-menu-close {
border: none;
background-color: transparent;
position: absolute;
right: 15px;
top: 15px;
padding: 7px 0; }
.side-menu-wrap .side-menu-close span {
display: block;
height: 1px;
width: 20px;
position: relative; }
.side-menu-wrap .side-menu-close span::before, .side-menu-wrap .side-menu-close span::after {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #373b3e;
content: "";
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg); }
.side-menu-wrap .side-menu-close span::after {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg); }
.side-menu-wrap .side-menu-inner {
width: 100%;
height: 100%; }
.side-menu-wrap .side-menu-inner .side-logo {
position: absolute;
left: 40px;
top: 40px; }
@media only screen and (max-width: 767px) {
.side-menu-wrap .side-menu-inner .side-logo {
top: 30px; } }
.side-menu-wrap .side-menu-inner .side-menu {
padding-top: 60px;
height: 100%; }
.side-menu-wrap .side-menu-inner .side-menu nav ul li {
margin-bottom: 25px;
position: relative; }
.side-menu-wrap .side-menu-inner .side-menu nav ul li:last-child {
margin-bottom: 0; }
.side-menu-wrap .side-menu-inner .side-menu nav ul li a {
display: block;
font-size: 18px;
line-height: 28px;
font-weight: 600;
color: #444; }
.side-menu-wrap .side-menu-inner .side-menu nav ul li a:hover {
color: #1bb4b9; }
.side-menu-wrap .side-menu-inner .side-menu nav ul li .expand {
position: absolute;
right: 10px;
top: 0;
width: 20px;
cursor: pointer;
text-align: center;
line-height: 28px; }
.side-menu-wrap .side-menu-inner .side-menu nav ul li .sub-menu {
position: static;
opacity: 1;
left: 0;
width: 100%;
visibility: visible;
margin: 0;
-webkit-box-shadow: none;
box-shadow: none;
padding: 0;
-webkit-transition: all 0s ease 0s;
-o-transition: all 0s ease 0s;
transition: all 0s ease 0s;
margin-top: 10px; }
.side-menu-wrap .side-menu-inner .side-menu nav ul li .sub-menu li {
margin-bottom: 5px; }
.side-menu-wrap .side-menu-inner .side-menu nav ul li .sub-menu li:last-child {
margin-bottom: 0; }
.side-menu-wrap .side-menu-inner .side-menu nav ul li .sub-menu li a {
padding: 0;
font-size: 15px; }
@media only screen and (max-width: 767px) {
.side-menu-wrap .side-menu-inner .side-menu {
margin-top: 0; } }
.side-menu-wrap .side-menu-inner .side-social {
position: absolute;
left: 40px;
bottom: 30px; }
.side-menu-wrap .side-menu-inner .side-social a {
margin-right: 15px; }
.side-menu-wrap .side-menu-inner .side-social a:last-child {
margin-right: 0; }
.side-menu-wrap .side-menu-inner .side-social a i {
font-size: 16px; }
.side-menu-wrap .side-menu-inner .side-social a:hover {
color: #23252a; }
@media only screen and (max-width: 767px) {
.side-menu-wrap .side-menu-inner .side-social {
bottom: 15px; } }  .main-menu nav > ul {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-inline-box;
}
.main-menu nav > ul > li {
margin-right: 40px;
position: relative; }
.main-menu nav > ul > li:last-child {
margin-right: 0; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.main-menu nav > ul > li {
margin-right: 30px; } }
.main-menu nav > ul > li > a {
display: block;
text-transform: capitalize;
font-size: 14px;
font-weight: 600;
color: #373b3e;
text-transform: uppercase;
}
.main-menu nav > ul > li.menu-item-has-children > a::after {
font-family: Fontawesome;
content: "\f107";
margin-left: 5px; }
.main-menu nav > ul > li:hover > .sub-menu, .main-menu nav > ul > li:hover > .mega-menu {
opacity: 1;
visibility: visible;
margin-top: 0;
z-index: 999; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.main-menu nav > ul > li {
margin-right: 30px; }
.main-menu nav > ul > li:last-child {
margin-right: 0; } } .main-menu .sub-menu {
position: absolute;
left: -20px;
top: 100%;
background-color: #ffffff;
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
z-index: -999;
width: 250px;
padding: 15px 0;
margin-top: 30px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s; }
.sub-menu li {
position: relative; }
.sub-menu li a {
line-height: 24px;
padding: 6px 20px;
display: block;
color: #373b3e;
text-transform: capitalize; }
.side-menu-wrap .sub-menu li.menu-item-has-children > a::after {
font-family: Fontawesome;
content: "\f105";
margin-left: 5px;
float: right; }
.sub-menu li.active > a, .sub-menu li:hover > a {
color: #1bb4b9; }
.sub-menu li:hover > .sub-menu {
opacity: 1;
visibility: visible;
margin-top: 0;
z-index: 999; }
.sub-menu .sub-menu {
left: 100%;
right: auto;
top: 0; }
.sub-menu .sub-menu .sub-menu {
left: auto;
right: 100%; }
.sub-menu .sub-menu .sub-menu .sub-menu {
left: 100%;
right: auto; }
.sub-menu .sub-menu .sub-menu .sub-menu {
left: auto;
right: 100%; } .mobile-menu {
-webkit-box-flex: 1 !important;
-ms-flex: 1 0 100% !important;
flex: 1 0 100% !important; }
.mobile-menu .mean-bar {
position: relative; }
.mobile-menu .mean-bar .meanmenu-reveal {
position: absolute;
top: -60px; }
@media only screen and (max-width: 767px) {
.mobile-menu .mean-bar .meanmenu-reveal {
top: -54px; } }
.mobile-menu .mean-bar .meanmenu-reveal span {
position: relative;  }
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar {
height: 2px;
width: 26px;
background-color: #23252a;
display: block;
margin: 8px 0; }
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before, .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after {
content: "";
position: absolute;
left: 0;
width: 100%;
height: 100%;
background-color: #23252a; }
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before {
top: -8px; }
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after {
bottom: -8px; }
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close {
height: 2px;
width: 26px;
background-color: transparent;
display: block;
margin: 8px 0; }
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::before, .mobile-menu .mean-bar .meanmenu-reveal span.menu-close::after {
content: "";
position: absolute;
left: 0;
width: 100%;
height: 100%;
background-color: #23252a; }
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::before {
top: 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg); }
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::after {
bottom: 0;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg); }
.mobile-menu .mean-bar .mean-nav {
background-color: #ffffff; }
.mobile-menu .mean-bar .mean-nav > ul {
margin-bottom: 30px;
border: 1px solid #eeeeee;
border-top: 0px solid transparent;
overflow-y: scroll;
height: 300px;
}
@media only screen and (max-width: 767px) {
.mobile-menu .mean-bar .mean-nav > ul {
max-height: 180px;
overflow-y: auto; } 
}
@media only screen and (max-width: 479px) {
.mobile-menu .mean-bar .mean-nav > ul {
max-height: 220px;
overflow-y: auto; } 
}
.mobile-menu .mean-bar .mean-nav > ul li {
position: relative;
display: block;
float: left;
width: 100%; }
.mobile-menu .mean-bar .mean-nav > ul li a {
font-size: 13px;
display: block;
color: #373b3e;
font-weight: 500;
text-transform: uppercase;
line-height: 44px;
position: relative;
border-top: 1px solid #eeeeee;
padding: 0 40px 0 20px; }
.mobile-menu .mean-bar .mean-nav > ul li a::after {
display: none; }
.mobile-menu .mean-bar .mean-nav > ul li a:hover {
color: #23252a;
padding-left: 25px; }
.mobile-menu .mean-bar .mean-nav > ul li a.mean-expand {
border: 1px solid #eeeeee;
position: absolute;
right: -1px;
top: 0;
font-size: 20px !important;
color: #373b3e;
line-height: 44px;
height: 46px;
width: 40px;
text-align: center;
padding: 0; }
.mobile-menu .mean-bar .mean-nav > ul li a.mean-expand.mean-clicked {
line-height: 40px; }
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu, .mobile-menu .mean-bar .mean-nav > ul li ul {
position: static;
background-color: rgba(0, 0, 0, 0.03);
margin: 0;
padding: 0 !important;
width: 100%;
-webkit-box-shadow: none;
box-shadow: none;
margin: 0;
display: none;
float: left;
width: 100%;
opacity: 1;
visibility: visible;
z-index: 1;
-webkit-transition: none;
-o-transition: none;
transition: none; }
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li, .mobile-menu .mean-bar .mean-nav > ul li ul li {
padding: 0;
margin: 0;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
border-right: 0px solid transparent;
width: 100%;
display: block !important;
float: left;
width: 100%; }
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li a {
font-size: 12px; }
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li a::before, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li a::before, .mobile-menu .mean-bar .mean-nav > ul li ul li a::before {
display: none; }
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li ul li ul {
background-color: rgba(0, 0, 0, 0.04); }
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul li a, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li ul li a {
border-top: 1px solid #dddddd; }
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li ul li a.mean-expand {
border: 1px solid #dddddd; }
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul, .mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li ul li ul ul {
background-color: rgba(0, 0, 0, 0.05); }
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul li a, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul li a, .mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li ul ul li a {
border-top: 1px solid #eeeeee; }
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li ul ul li a.mean-expand {
border: 1px solid #eeeeee; }  .hero-image-slider img {
width: 100%; }  .hero-content {
max-width: 600px;
padding-right: 135px;
padding-top: 50px;
padding-bottom: 50px;
float: right; }
.hero-content h1 {
font-size: 66px;
line-height: 70px;
letter-spacing: 1px;
color: #373b3e;
margin-bottom: 15px;
max-width: 440px; }
.hero-content h3 {
font-size: 24px;
letter-spacing: 1px;
color: #373b3e;
margin-bottom: 30px; }
.hero-content h3 span {
font-size: 40px; }
.hero-content a {
color: #ffffff;
font-size: 16px;
font-weight: 600;
border-radius: 50px;
background-color: #373b3e;
text-transform: uppercase;
line-height: 24px;
padding: 13px 30px; }
.hero-content a:hover {
background-color: #23252a;
color: #ffffff; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.hero-content {
max-width: 400px; }
.hero-content h1 {
font-size: 44px;
line-height: 50px; }
.hero-content a {
font-size: 14px;
line-height: 24px;
padding: 8px 30px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-content {
max-width: none;
width: 100%;
padding-left: 70px; }
.hero-content h1 {
font-size: 54px;
line-height: 60px; } }
@media only screen and (max-width: 767px) {
.hero-content {
max-width: none;
width: 100%;
padding: 50px; }
.hero-content h1 {
font-size: 30px;
line-height: 36px; }
.hero-content h3 {
font-size: 18px;
margin-bottom: 20px; }
.hero-content h3 span {
font-size: 30px; }
.hero-content a {
font-size: 14px;
line-height: 24px;
padding: 8px 30px; } }
@media only screen and (max-width: 479px) {
.hero-content {
padding: 30px; } } .hero-slider-controls {
position: absolute;
right: 35px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 99;
padding: 45px 0;
text-align: center;
width: 23px; }
.hero-slider-controls .slick-arrow {
position: absolute;
left: 0;
width: 23px;
height: 30px;
text-indent: -9999px;
border: none;
background-color: transparent;
background-size: cover; }
.hero-slider-controls .slick-arrow.slick-prev {
top: 0;
background-image: url(//dyslexiastlouis.com/wp-content/themes/techeduem/images/icons/arrow-long-up.png); }
.hero-slider-controls .slick-arrow.slick-next {
bottom: 0;
background-image: url(//dyslexiastlouis.com/wp-content/themes/techeduem/images/icons/arrow-long-down.png); }
.hero-slider-controls .slick-dots li {
margin: auto;
line-height: 12px;
display: block;
margin-bottom: 8px; }
.hero-slider-controls .slick-dots li:last-child {
margin-bottom: 0; }
.hero-slider-controls .slick-dots li button {
width: 13px;
height: 13px;
border: 1px solid #4e4f4f;
background-color: transparent;
border-radius: 50px;
padding: 0;
text-indent: -9999px; }
.hero-slider-controls .slick-dots li.slick-active button {
background-color: #282828;
border-color: #282828; } .hero-slider .slick-arrow {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 30px;
height: 23px;
text-indent: -9999px;
border: none;
background-color: transparent;
background-size: cover;
z-index: 99; }
.hero-slider .slick-arrow.slick-prev {
left: 30px;
background-image: url(//dyslexiastlouis.com/wp-content/themes/techeduem/images/icons/arrow-long-left.png); }
.hero-slider .slick-arrow.slick-next {
right: 30px;
background-image: url(//dyslexiastlouis.com/wp-content/themes/techeduem/images/icons/arrow-long-right.png); }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-slider .slick-arrow {
display: none !important; } }
.hero-slider .slick-dots {
position: absolute;
left: 50%;
bottom: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
.hero-slider .slick-dots li {
line-height: 12px;
margin: 0 4px; }
.hero-slider .slick-dots li button {
width: 13px;
height: 13px;
border: 1px solid #4e4f4f;
background-color: transparent;
border-radius: 50px;
padding: 0;
text-indent: -9999px; }
.hero-slider .slick-dots li.slick-active button {
background-color: #282828;
border-color: #282828; }
.hero-slider .slide-item {
padding-top: 70px; } .hero-image-2 {
text-align: center;
z-index: 1; }
.hero-image-2::before {
content: "";
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translateX(-50%) translateY(-50%) scale(0.5);
-ms-transform: translateX(-50%) translateY(-50%) scale(0.5);
transform: translateX(-50%) translateY(-50%) scale(0.5);
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
opacity: 0;
border: 70px solid rgba(65, 202, 246, 0.2);
width: 550px;
height: 550px;
border-radius: 50%;
z-index: -1; }
.hero-image-2 img {
display: inline-block;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-image-2::before {
border: 50px solid rgba(65, 202, 246, 0.2);
width: 350px;
height: 350px; }
.hero-image-2 img {
max-width: 100%; } }
@media only screen and (max-width: 767px) {
.hero-image-2::before {
border: 40px solid rgba(65, 202, 246, 0.2);
width: 300px;
height: 300px; }
.hero-image-2 img {
max-width: 180px; } }
@media only screen and (max-width: 479px) {
.hero-image-2::before {
border: 30px solid rgba(65, 202, 246, 0.2);
width: 200px;
height: 200px; } } .hero-content-2 {
padding-top: 60px;
padding-bottom: 60px; }
.hero-content-2 > * {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp; }
.hero-content-2 h2 {
color: #373b3e;
font-size: 20px;
line-height: 1.25;
margin-bottom: 10px;
}
.hero-content-2 h1 {
font-size: 65px;
line-height: 70px;
letter-spacing: 1px;
color: #373b3e;
margin-bottom: 30px; }
.hero-content-2 a {
color: #ffffff;
font-size: 16px;
font-weight: 600;
border-radius: 50px;
background-color: #373b3e;
text-transform: uppercase;
line-height: 24px;
padding: 15px 40px; }
.hero-content-2 a:hover {
background-color: #23252a;
color: #ffffff; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.hero-content-2 h2 {
font-size: 36px; }
.hero-content-2 h1 {
font-size: 55px;
line-height: 62px; }
.hero-content-2 a {
font-size: 16px;
padding: 15px 40px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-content-2 h2 {
font-size: 30px; }
.hero-content-2 h1 {
font-size: 40px;
line-height: 46px; }
.hero-content-2 a {
font-size: 14px;
padding: 10px 30px; } }
@media only screen and (max-width: 767px) {
.hero-content-2 h2 {
font-size: 30px; }
.hero-content-2 h1 {
font-size: 40px;
line-height: 46px; }
.hero-content-2 a {
font-size: 14px;
padding: 10px 30px; } }
@media only screen and (max-width: 479px) {
.hero-content-2 h2 {
font-size: 24px; }
.hero-content-2 h1 {
font-size: 30px;
line-height: 36px; }
.hero-content-2 a {
font-size: 13px;
padding: 8px 25px; } } .slick-active .hero-image-2::before {
opacity: 1;
-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
-ms-transform: translateX(-50%) translateY(-50%) scale(1);
transform: translateX(-50%) translateY(-50%) scale(1);
-webkit-transition: all 0.5s ease 0.75s;
-o-transition: all 0.5s ease 0.75s;
transition: all 0.5s ease 0.75s; }
.slick-active .hero-image-2 img {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s; }
.slick-active .hero-content-2 > * {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp; }
.slick-active .hero-content-2 > *:nth-child(1) {
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s; }
.slick-active .hero-content-2 > *:nth-child(2) {
-webkit-animation-delay: 1s;
animation-delay: 1s; }
.slick-active .hero-content-2 > *:nth-child(3) {
-webkit-animation-delay: 1.5s;
animation-delay: 1.5s; }
.slick-active .hero-content-2 > *:nth-child(4) {
-webkit-animation-delay: 2s;
animation-delay: 2s; }
.slick-active .hero-content-2 > *:nth-child(5) {
-webkit-animation-delay: 2.5s;
animation-delay: 2.5s; }
.slick-active .hero-content-2 > *:nth-child(6) {
-webkit-animation-delay: 3s;
animation-delay: 3s; }  .banner a {
display: block;
position: relative;
overflow: hidden; }
.banner a::before {
background-color: rgba(255, 255, 255, 0.2);
content: "";
height: 200%;
left: -280px;
position: absolute;
top: -50%;
-webkit-transform: rotate(35deg);
-ms-transform: rotate(35deg);
transform: rotate(35deg);
-webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
-o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
width: 80px;
z-index: 0; }
.banner a::after {
background-color: rgba(255, 255, 255, 0.2);
content: "";
height: 200%;
left: 180%;
position: absolute;
top: -50%;
-webkit-transform: rotate(35deg);
-ms-transform: rotate(35deg);
transform: rotate(35deg);
-webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
-o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
width: 80px;
z-index: 0; }
.banner a:hover::before {
left: 180%;
-webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
-o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1); }
.banner a:hover::after {
left: -280px;
-webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
-o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1); }
.banner a:hover img {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05); }
.banner a img {
width: 100%; }  .product-slider {
width: 100%; }
.product-slider .slick-arrow {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 30px;
height: 23px;
text-indent: -9999px;
border: none;
background-color: transparent;
background-size: cover;
z-index: 99; }
.product-slider .slick-arrow.slick-prev {
left: -30px;
background-image: url(//dyslexiastlouis.com/wp-content/themes/techeduem/images/icons/arrow-long-left.png); }
.product-slider .slick-arrow.slick-next {
right: -30px;
background-image: url(//dyslexiastlouis.com/wp-content/themes/techeduem/images/icons/arrow-long-right.png); }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.product-slider .slick-arrow.slick-prev {
left: -15px; }
.product-slider .slick-arrow.slick-next {
right: -15px; } } .product-item .product-inner {
padding-bottom: 40px;
overflow: hidden;
position: relative;  }
.product-item .product-inner .image-wrap {
position: relative;
text-align: center;   }
.product-item .product-inner .image-wrap .image img {
width: 100%; }
.product-item .product-inner .image-wrap .wishlist {
position: absolute;
right: 20px;
top: 20px;
display: block; }
.product-item .product-inner .image-wrap .wishlist img{
opacity: 0.2;
}
.product-item .product-inner .image-wrap .wishlist img {
max-width: 100%; }
.product-item .product-inner .image-wrap .wishlist:hover img,.product-item .product-inner .image-wrap .wishlist .yith-wcwl-wishlistaddedbrowse img,.product-item .product-inner .image-wrap .wishlist .yith-wcwl-wishlistexistsbrowse img{
opacity: 1; }
.product-item .product-inner .image-wrap .actions {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
opacity: 0;
visibility: hidden;
z-index: 9;
width: auto;
-webkit-box-shadow: 0 0 20px 1.5px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 20px 1.5px rgba(0, 0, 0, 0.2);
border-radius: 50px;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s; }
.product-item .product-inner .image-wrap .actions a {
background-color: #ffffff;
width: 75px;
height: 43px;
text-align: center;
float: left;
line-height: 43px;
display: -webkit-box;
display: -ms-flexbox;
position: relative;
display: flex; }
.product-item .product-inner .image-wrap .actions a img {
max-width: 20px;
padding: 13px 0;
display: block;
margin: auto; }
.product-item .product-inner .image-wrap .actions a:first-child {
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
width: 76px;
border-right: 1px solid #d4d4d4; }
.product-item .product-inner .image-wrap .actions a:last-child {
border-top-right-radius: 50px;
border-bottom-right-radius: 50px; }
.product-item .product-inner .content {
padding: 20px 30px 0;  }
.product-item .product-inner .content .title {
font-size: 18px;
font-weight: 500;
margin-bottom: 5px;
color: #333;
}
.product-item .product-inner .content .title a {
color: #23252a; }
.product-item .product-inner .content .title a:hover{
color: #f5b120;
}
.product-item .product-inner .content .price {
color: #333;
font-size: 14px;
font-weight: 500;
line-height: 20px;
}
.product-item .product-inner .content .price.price-2 {
margin-left: 0;
background-color: transparent;
border-radius: 0px;
padding: 0; }
.product-item .product-inner:hover .image-wrap .actions {
opacity: 1;
visibility: visible;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%); } .feature-collection {
padding: 35px 100px 0;
background-color: #eafff7;  }
@media only screen and (max-width: 767px) {
.feature-collection {
padding: 35px 35px 0; } }
.feature-collection .image {
background-image: url(//dyslexiastlouis.com/wp-content/themes/techeduem/images/icons/feature-collection-shape.png);
background-repeat: no-repeat;
background-position: center center;
text-align: center;
background-size: contain; }
.feature-collection .image .price {
display: block;
background-image: url(//dyslexiastlouis.com/wp-content/themes/techeduem/images/icons/feature-collection-price-shape.png);
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
color: #ffffff;
font-size: 30px;
width: 110px;
line-height: 30px;
padding: 35px 15px;
position: absolute;
top: 50px;
left: 50px; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.feature-collection .image .price {
font-size: 24px;
width: 85px;
padding: 25px 10px;
left: 25px; } }
@media only screen and (max-width: 767px) {
.feature-collection .image img {
width: 180px; }
.feature-collection .image .price {
font-size: 24px;
width: 85px;
padding: 25px 10px;
left: 25px;
top: 30px; } }
@media only screen and (max-width: 479px) {
.feature-collection .image img {
width: 110px; }
.feature-collection .image .price {
font-size: 16px;
width: 60px;
padding: 15px 10px;
left: 15px;
top: 15px; } }
.feature-collection .content {
padding: 35px 15px;  }
.feature-collection .content h4 {
font-size: 18px;
line-height: 1;
text-transform: capitalize;
color: #373b3e;
margin-bottom: 20px; }
.feature-collection .content h1 {
font-size: 45px;
line-height: 50px;
letter-spacing: 1px;
color: #373b3e;
margin-bottom: 6px; }
.feature-collection .content p {
font-size: 18px;
line-height: 30px;
max-width: 350px;
color: #373b3e;
margin-bottom: 20px;
font-weight: 600; }
.feature-collection .content .color-price .color {
margin-top: 15px; }
.feature-collection .content .color-price .color h4 {
text-transform: uppercase;
margin-bottom: 22px; }
.feature-collection .content .color-price .color ul {
overflow: hidden; }
.feature-collection .content .color-price .color ul li {
border: 2px solid #ffffff;
width: 29px;
height: 29px;
float: left;
margin-right: 10px;
cursor: pointer; }
.feature-collection .content .color-price .color ul li:last-child {
margin-right: 0; }
.feature-collection .content .add-to-cart {
color: #ffffff;
font-size: 16px;
font-weight: 600;
border-radius: 50px;
background-color: #373b3e;
text-transform: uppercase;
line-height: 24px;
padding: 13px 30px;
border: none;
margin-top: 30px; }
.feature-collection .content .add-to-cart:hover {
background-color: #23252a;
color: #ffffff; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.feature-collection .content h1 {
font-size: 40px;
line-height: 44px; } }
@media only screen and (max-width: 767px) {
.feature-collection .content h1 {
font-size: 36px;
line-height: 42px; } }
@media only screen and (max-width: 479px) {
.feature-collection .content h4 {
font-size: 14px;
margin-bottom: 10px; }
.feature-collection .content h1 {
font-size: 24px;
line-height: 30px; }
.feature-collection .content p {
font-size: 14px;
font-weight: 400;
line-height: 24px; }
.feature-collection .content .add-to-cart {
font-size: 14px;
padding: 8px 25px; } } .exclusive-product-banner {
background-repeat: no-repeat;
background-size: cover; } .exclusive-banner-content {
padding: 110px 0;
display: inline-block;
text-align: center;
}
.exclusive-banner-content span.offer_title {
color: #373b3e;
font-size: 24px;
margin-bottom: 15px;
display: block;
}
.exclusive-banner-content h1 {
font-size: 45px;
line-height: 55px;
font-weight: 400;
color: #333333;
margin-bottom: 38px; }
.exclusive-banner-content a {
font-size: 16px;
font-weight: 600;
border-radius: 50px;
color: #fff;
background-color: #23252a;
text-transform: capitalize;
line-height: 24px;
padding: 8px 30px; }
.exclusive-banner-content a:hover {
background-color: #23252a;
color: #ffffff; }
.countdown_time {
line-height: 1;
margin-bottom: 37px;
}
.countdown_time span.cdown {
color: #646464;
font-size: 55px;
font-weight: 400;
margin-right: 65px;
}
.countdown_time span.cdown:last-child{
margin-right:0;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.exclusive-banner-content {
padding: 60px 0; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.exclusive-banner-content {
padding: 60px 0; }
.exclusive-banner-content h2 {
font-size: 36px; }
.exclusive-banner-content h1 {
font-size: 36px;
line-height: 42px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.exclusive-banner-content {
padding: 40px 0; }
.exclusive-banner-content h2 {
font-size: 30px;
line-height: 36px;
margin-bottom: 15px; }
.exclusive-banner-content h1 {
font-size: 30px;
line-height: 36px;
margin-bottom: 25px; } }
@media only screen and (max-width: 767px) {
.exclusive-banner-content {
padding: 30px 0; }
.exclusive-banner-content h2 {
font-size: 24px;
line-height: 30px;
margin-bottom: 5px; }
.exclusive-banner-content h1 {
font-size: 24px;
line-height: 30px;
margin-bottom: 15px; }
.exclusive-banner-content a {
font-size: 14px;
padding: 5px 30px; } }  .pro-large-img {
overflow: hidden; }
.pro-large-img img {
width: 100%;
background-color: #f6f7f8; }
.zoomWindow {
background-color: #f6f7f8; } .pro-thumb-img {
margin: 0 -5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
list-style: none;
padding: 0;
z-index: 3; }
.pro-thumb-img li {
padding: 0 5px;
-webkit-box-flex: 1;
-ms-flex: 1 0 25%;
flex: 1 0 25%;
max-width: 25%; }
.pro-thumb-img li a {
display: block;
background-color: #f8f8f8; }
.pro-thumb-img li a img {
width: 100%; } .product-details {
padding-left: 45px;        }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.product-details {
padding-left: 0; } }
@media only screen and (max-width: 767px) {
.product-details {
padding-left: 0; } }
.product-details .title {
color: #333;
display: block;
font-size: 34px;
line-height: 34px;
font-weight: 500;
margin-bottom: 15px;
text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.product-details .title {
font-size: 36px;
line-height: 42px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.product-details .title {
font-size: 30px;
line-height: 36px; } }
@media only screen and (max-width: 767px) {
.product-details .title {
font-size: 30px;
line-height: 36px; } }
@media only screen and (max-width: 479px) {
.product-details .title {
font-size: 24px;
line-height: 30px; } }
.product-details .price-ratting {
margin-bottom: 38px;  }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.product-details .price-ratting {
margin-bottom: 20px; } }
@media only screen and (max-width: 767px) {
.product-details .price-ratting {
margin-bottom: 20px; } }
.product-details .price-ratting .price {
color: #373b3e;
font-size: 20px;
font-weight: 700;
line-height: 24px; }
.product-details .price-ratting .price span {
display: inline-block;
line-height: 18px;
margin: 0 10px 0 0;
padding: 0; }
.product-details .price-ratting .price span.old {
color: #999;
text-decoration: line-through; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.product-details .price-ratting .price {
width: 100%; } }
@media only screen and (max-width: 767px) {
.product-details .price-ratting .price {
width: 100%; } }
.product-details .price-ratting .ratting i {
display: block;
float: left;
font-size: 12px;
line-height: 24px;
margin-right: 6px; }
.product-details .price-ratting .ratting i.active {
color: #ffc741; }
.product-details .price-ratting .ratting span {
color: #373b3e;
display: inline-block;
margin-left: 4px; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.product-details .price-ratting .ratting {
width: 100%; } }
@media only screen and (max-width: 767px) {
.product-details .price-ratting .ratting {
width: 100%; } }
.product-details .pd-sub-title {
color: #23252a;
display: block;
font-size: 16px;
line-height: 12px;
margin-bottom: 15px;
padding-bottom: 10px;
position: relative; }
.product-details .pd-sub-title::before {
background-color: #23252a;
bottom: 0;
content: "";
height: 1px;
left: 0;
position: absolute;
width: 30px; }
.product-details .short-desc {
margin-bottom: 20px; }
.product-details .short-desc p {
color: #373b3e;
font-size: 16px;
font-weight: 300;
line-height: 26px; }
.product-details .product-size {
margin-bottom: 40px; }
.product-details .product-size button {
background-color: transparent;
border: 1px solid #373b3e;
border-radius: 50%;
color: #373b3e;
display: block;
float: left;
font-size: 12px;
height: 31px;
line-height: 29px;
margin-right: 11px;
margin-top: 5px;
text-transform: uppercase;
width: 31px; }
.product-details .product-size button:hover {
border: 1px solid #373b3e;
color: #373b3e; }
.product-details .product-size button.active {
background-color: #373b3e;
border: 1px solid #373b3e;
color: #fff; }
.product-details .color-list {
margin-bottom: 40px; }
.product-details .color-list button {
border: medium none;
border-radius: 50%;
display: block;
float: left;
height: 22px;
margin-top: 5px;
margin-right: 12px;
padding: 0;
width: 22px; }
.product-details .color-list button i {
color: #fff;
display: block;
font-size: 10px;
line-height: 24px;
opacity: 0; }
.product-details .color-list button.active i {
opacity: 1; }
.product-details .quantity-cart {
margin-bottom: 25px;  }
.product-details .quantity-cart .product-quantity {
border: 1px solid #373b3e;
display: block;
float: left;
margin-bottom: 10px;
margin-right: 22px;
padding: 0 30px;
position: relative;
width: 100px;
border-radius: 50px; }
.product-details .quantity-cart .product-quantity input {
border: medium none;
height: 38px;
text-align: center;
width: 40px; }
.product-details .quantity-cart .product-quantity span {
cursor: pointer;
color: #373b3e;
display: block;
height: 38px;
position: absolute;
text-align: center;
top: 0;
width: 29px;
font-size: 20px;
line-height: 38px; }
.product-details .quantity-cart .product-quantity span.dec {
left: 0; }
.product-details .quantity-cart .product-quantity span.inc {
right: 0; }
@media only screen and (max-width: 479px) {
.product-details .quantity-cart .product-quantity {
margin-right: 15px; } }
.product-details .quantity-cart .add-to-cart {
background-color: #373b3e;
border: 1px solid #373b3e;
color: #fff;
display: block;
font-weight: 600;
height: 40px;
border-radius: 50px;
line-height: 24px;
margin-bottom: 10px;
padding: 6px 40px;
text-align: center;
text-transform: uppercase; }
.product-details .quantity-cart .add-to-cart:hover {
background-color: transparent;
color: #373b3e; }
@media only screen and (max-width: 479px) {
.product-details .quantity-cart .add-to-cart {
font-size: 14px;
padding: 6px 30px; } }
.product-details .share-icons span {
color: #373b3e;
float: left;
font-size: 12px;
line-height: 20px;
margin-right: 10px;
text-transform: uppercase; }
.product-details .share-icons a {
color: #373b3e;
display: block;
float: left;
margin-right: 15px; }
.product-details .share-icons a i {
display: block;
line-height: 20px;
padding: 0 4px; }
.product-details .share-icons a:hover {
color: #f5b120; } .pro-info-tab-list {
border-bottom: 1px solid #ddd;
margin-bottom: 20px; }
.pro-info-tab-list li {
bottom: -1px;
display: block;
float: left;
margin-right: 30px;
position: relative;
z-index: 2; }
.pro-info-tab-list li:last-child {
margin-right: 0; }
.pro-info-tab-list li a {
border-bottom: 2px solid transparent;
color: #282828;
display: block;
font-size: 18px;
font-weight: 500;
line-height: 14px;
padding-bottom: 15px;
text-transform: uppercase; }
.pro-info-tab-list li a.active {
border-bottom: 2px solid #000000; }
@media only screen and (max-width: 479px) {
.pro-info-tab-list li {
margin-right: 25px; }
.pro-info-tab-list li:last-child {
margin-right: 0; }
.pro-info-tab-list li a {
font-size: 14px;
padding-bottom: 10px; } } .pro-info-tab p:last-child {
margin: 0; }
.pro-info-tab a {
background-color: #282828;
border: 0 none;
color: #fff;
display: inline-block;
font-size: 13px;
font-weight: 400;
margin: 0;
padding: 10px 15px;
text-shadow: none;
text-transform: uppercase; }
.table-data-sheet {
background: #fff none repeat scroll 0 0;
border-bottom: 1px solid #ebebeb;
margin: 0;
width: 100%; }
.table-data-sheet tr {
border-top: 1px solid #ebebeb; }
.table-data-sheet tr td {
padding: 10px 20px 11px; }
.table-data-sheet tr td:first-child {
border-right: 1px solid #ebebeb;
color: #333;
font-weight: 700;
width: 30%; }
.table-data-sheet tr.even {
background-color: #fdfdfd; }  .cart-table table {
border-color: #ddd;
border-radius: 0;
border-style: solid;
border-width: 1px 0 0 1px;
margin: 0;
text-align: center;
width: 100%; }
.cart-table table thead tr th {
border-bottom: 1px solid #ddd;
border-right: 1px solid #ddd;
border-top: medium none;
font-weight: 500;
padding: 10px;
text-align: center;
text-transform: uppercase;
vertical-align: middle;
white-space: nowrap; }
.cart-table table tbody tr td {
border-bottom: 1px solid #ddd;
border-right: 1px solid #ddd;
padding: 10px;
vertical-align: middle; }
.cart-table table tbody tr td.pro-thumbnail {
width: 130px; }
.cart-table table tbody tr td.pro-thumbnail a {
display: block;
min-width: 100px; }
.cart-table table tbody tr td.pro-thumbnail a img {
width: 100%; }
.cart-table table tbody tr td.pro-title {
width: 270px; }
.cart-table table tbody tr td.pro-title a {
display: block;
font-size: 18px;
font-weight: 600;
margin: 0; }
.cart-table table tbody tr td.pro-title a:hover {
color: #23252a; }
.cart-table table tbody tr td.pro-price {
width: 130px; }
.cart-table table tbody tr td.pro-quantity {
width: 180px; }
.cart-table table tbody tr td.pro-quantity .product-quantity {
border: 1px solid #373b3e;
display: inline-block;
margin-bottom: 10px;
margin-right: 22px;
padding: 0 30px;
position: relative;
width: 100px;
border-radius: 50px; }
.cart-table table tbody tr td.pro-quantity .product-quantity input {
border: medium none;
height: 38px;
text-align: center;
width: 40px; }
.cart-table table tbody tr td.pro-quantity .product-quantity span {
cursor: pointer;
color: #373b3e;
display: block;
height: 38px;
position: absolute;
text-align: center;
top: 0;
width: 29px;
font-size: 20px;
line-height: 38px; }
.cart-table table tbody tr td.pro-quantity .product-quantity span.dec {
left: 0; }
.cart-table table tbody tr td.pro-quantity .product-quantity span.inc {
right: 0; }
@media only screen and (max-width: 479px) {
.cart-table table tbody tr td.pro-quantity .product-quantity {
margin-right: 15px; } }
.cart-table table tbody tr td.pro-subtotal {
width: 120px; }
.cart-table table tbody tr td.pro-add-cart a {
background-color: #373b3e;
border: medium none;
color: #fff;
display: inline-block;
font-size: 14px;
font-weight: 500;
height: 40px;
line-height: 24px;
padding: 8px 25px;
border-radius: 50px;
text-transform: uppercase; }
.cart-table table tbody tr td.pro-add-cart a:hover {
background-color: #23252a; }
.cart-table table tbody tr td.pro-remove {
width: 150px; }
.cart-table table tbody tr td.pro-remove a {
font-size: 25px; }
.cart-table table tbody tr td.pro-remove a:hover {
color: #ff0000; } .cart-buttons {
overflow: hidden; }
.cart-buttons input, .cart-buttons a {
background-color: #373b3e;
border: medium none;
border-radius: 50px;
color: #ffffff;
display: block;
float: left;
font-size: 14px;
font-weight: 500;
height: 40px;
line-height: 24px;
margin-bottom: 10px;
margin-right: 15px;
padding: 8px 25px;
text-transform: uppercase; }
.cart-buttons input:hover, .cart-buttons a:hover {
background-color: #23252a; } .cart-coupon {
overflow: hidden; }
.cart-coupon h4 {
font-size: 18px;
font-weight: 600;
line-height: 13px;
margin-bottom: 15px;
text-transform: uppercase; }
.cart-coupon p {
font-size: 14px;
line-height: 24px; }
.cart-coupon .cuppon-form {
position: relative;
padding-right: 142px;
max-width: 300px;
width: 100%;
border: 1px solid #ddd;
float: left;
border-radius: 50px; }
.cart-coupon .cuppon-form input[type="text"] {
border: 1px solid transparent;
float: left;
font-size: 14px;
height: 40px;
max-width: 100%;
padding: 7px 15px;
width: 100%;
border-radius: 50px; }
.cart-coupon .cuppon-form input[type="submit"] {
background-color: #373b3e;
border: medium none;
color: #fff;
display: block;
float: left;
font-size: 14px;
font-weight: 600;
height: 40px;
line-height: 24px;
padding: 8px 25px;
text-transform: uppercase;
border-radius: 50px;
position: absolute;
right: 0;
top: 0; }
.cart-coupon .cuppon-form input[type="submit"]:hover {
background-color: #23252a; } .cart-total {
text-align: right; }
.cart-total h3 {
border-bottom: 1px solid #ddd;
font-size: 24px;
line-height: 18px;
margin-bottom: 30px;
padding-bottom: 10px;
text-transform: uppercase; }
.cart-total table {
border: medium none;
float: right;
margin: 0;
text-align: right; }
.cart-total table tr th {
font-size: 14px;
font-weight: 700;
padding: 0 0 12px;
text-align: left;
text-transform: uppercase;
vertical-align: top;
width: 120px; }
.cart-total table tr td {
font-size: 13px;
font-weight: 500;
padding: 0 0 12px;
vertical-align: top; }
.cart-total table tr td .amount {
display: block; }
.cart-total table tr.order-total td {
font-size: 20px;
padding: 0;
text-transform: uppercase; }
.cart-total .proceed-to-checkout a {
background-color: #373b3e;
border: medium none;
color: #fff;
display: inline-block;
font-size: 14px;
font-weight: 600;
height: 40px;
line-height: 24px;
padding: 8px 25px;
border-radius: 50px;
text-transform: uppercase; }
.cart-total .proceed-to-checkout a:hover {
background-color: #23252a; }  .checkout-title {
font-size: 20px;
line-height: 23px;
text-decoration: underline;
text-transform: capitalize;
font-weight: 700;
margin-bottom: 30px; } .checkout-form label {
display: block;
font-size: 14px;
margin-bottom: 12px;
font-weight: 600;
text-transform: capitalize; }
.checkout-form .nice-select {
width: 100%;
background-color: transparent;
border: 1px solid #999999;
border-radius: 50px;
line-height: 23px;
padding: 10px 20px;
font-size: 14px;
height: 45px;
color: #373b3e;
margin-bottom: 15px; }
.checkout-form .nice-select::after {
width: 6px;
height: 6px;
border-width: 1px;
right: 20px;
border-color: #373b3e; }
.checkout-form .nice-select .current {
color: #373b3e;
display: block;
line-height: 23px; }
.checkout-form .nice-select .list {
width: 100%; }
.checkout-form input {
width: 100%;
background-color: transparent;
border: 1px solid #999999;
border-radius: 50px;
line-height: 23px;
padding: 10px 20px;
font-size: 14px;
color: #373b3e;
margin-bottom: 15px; }
.checkout-form input[type="checkbox"] {
width: auto; }
.checkout-form .check-box {
float: left;
margin-right: 70px; }
.checkout-form .check-box:last-child {
margin-right: 0; }
.checkout-form .check-box input[type="checkbox"] {
display: none; }
.checkout-form .check-box input[type="checkbox"] + label {
position: relative;
padding-left: 30px;
line-height: 20px;
font-size: 14px;
font-weight: 400;
color: #23252a;
margin: 0; }
.checkout-form .check-box input[type="checkbox"] + label::before {
position: absolute;
left: 0;
top: 0;
width: 20px;
height: 20px;
display: block;
border: 2px solid #999999;
content: "";
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s; }
.checkout-form .check-box input[type="checkbox"] + label::after {
position: absolute;
left: 0;
top: 0;
display: block;
content: "\f00c";
font-family: Fontawesome;
font-size: 12px;
line-height: 20px;
opacity: 0;
color: #23252a;
width: 20px;
text-align: center;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s; }
.checkout-form .check-box input[type="checkbox"]:checked + label::before {
border: 2px solid #23252a; }
.checkout-form .check-box input[type="checkbox"]:checked + label::after {
opacity: 1; } #shipping-form {
display: none; } .checkout-cart-total {
background-color: #f6f7f8;
padding: 45px; }
@media only screen and (max-width: 479px) {
.checkout-cart-total {
padding: 30px; } }
.checkout-cart-total h4 {
-ms-flex-preferred-size: 18px;
flex-basis: 18px;
line-height: 23px;
font-weight: 700; }
.checkout-cart-total h4:first-child {
margin-top: 0;
margin-bottom: 25px; }
.checkout-cart-total h4:last-child {
margin-top: 15px;
margin-bottom: 0; }
.checkout-cart-total h4 span {
float: right;
display: block; }
.checkout-cart-total ul {
border-bottom: 1px solid #999999; }
.checkout-cart-total ul li {
color: #373b3e;
font-size: 14px;
line-height: 23px;
font-weight: 600;
display: block;
margin-bottom: 16px; }
.checkout-cart-total ul li span {
color: #23252a;
float: right; }
.checkout-cart-total p {
font-size: 14px;
line-height: 30px;
font-weight: 600;
color: #505050;
padding: 10px 0;
border-bottom: 1px solid #999999;
margin: 0; }
.checkout-cart-total p span {
float: right; } .checkout-payment-method {
background-color: #f6f7f8;
padding: 45px; }
@media only screen and (max-width: 479px) {
.checkout-payment-method {
padding: 30px; } } .single-method {
margin-bottom: 20px; }
.single-method:last-child {
margin-bottom: 0; }
.single-method input[type="radio"] {
display: none; }
.single-method input[type="radio"] + label {
position: relative;
padding-left: 30px;
line-height: 20px;
font-size: 14px;
font-weight: 400;
color: #23252a;
margin: 0; }
.single-method input[type="radio"] + label::before {
position: absolute;
left: 0;
top: 0;
width: 20px;
height: 20px;
display: block;
border: 2px solid #999999;
content: "";
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s; }
.single-method input[type="radio"] + label::after {
position: absolute;
left: 5px;
top: 5px;
display: block;
content: "";
opacity: 0;
background-color: #23252a;
width: 10px;
text-align: center;
height: 10px;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s; }
.single-method input[type="radio"]:checked + label::before {
border: 2px solid #23252a; }
.single-method input[type="radio"]:checked + label::after {
opacity: 1; }
.single-method input[type="checkbox"] {
display: none; }
.single-method input[type="checkbox"] + label {
position: relative;
padding-left: 30px;
line-height: 20px;
font-size: 14px;
font-weight: 400;
color: #373b3e;
margin: 0; }
.single-method input[type="checkbox"] + label::before {
position: absolute;
left: 0;
top: 0;
width: 16px;
height: 16px;
display: block;
border: 2px solid #999999;
content: "";
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s; }
.single-method input[type="checkbox"] + label::after {
position: absolute;
left: 4px;
top: 4px;
display: block;
content: "";
opacity: 0;
background-color: #23252a;
width: 8px;
text-align: center;
height: 8px;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s; }
.single-method input[type="checkbox"]:checked + label::before {
border: 2px solid #23252a; }
.single-method input[type="checkbox"]:checked + label::after {
opacity: 1; }
.single-method p {
display: none;
margin-top: 8px;
font-size: 14px;
color: #373b3e;
line-height: 23px; }  .login-register-form-wrap h3 {
font-size: 24px;
line-height: 1;
text-transform: capitalize;
margin-bottom: 30px; }
.login-register-form-wrap h4 {
font-size: 18px;
line-height: 1;
text-transform: capitalize;
margin-bottom: 20px; }
.login-register-form-wrap input {
width: 100%;
border: 1px solid #373b3e;
background-color: transparent;
border-radius: 50px;
height: 44px;
line-height: 22px;
padding: 10px 20px;
font-size: 14px; }
.login-register-form-wrap input[type="submit"] {
width: auto;
background-color: #373b3e;
color: #ffffff;
text-transform: uppercase;
padding: 10px 30px; }
.login-register-form-wrap input[type="submit"]:hover {
background-color: #23252a;
border-color: #23252a; }
.login-register-form-wrap .social-login {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.login-register-form-wrap .social-login a {
width: 36px;
height: 36px;
border: 1px solid #373b3e;
color: #373b3e;
border-radius: 50%;
text-align: center;
margin-right: 15px; }
.login-register-form-wrap .social-login a i {
font-size: 14px;
line-height: 34px; }
.login-register-form-wrap .social-login a:hover {
background-color: #23252a;
border-color: #23252a;
color: #ffffff; } .login-register-separator {
width: 1px;
height: 150px;
background-color: #ccc;
display: block;
margin: auto;
margin-top: 50px; }  .subscribe-content h2 {
font-size: 30px;
line-height: 36px;
font-weight: 600;
color: #373b3e;
margin-bottom: 13px; }
.subscribe-content h4 {
font-size: 20px;
line-height: 30px;
font-weight: 600;
color: #373b3e;
margin-bottom: 0; }
@media only screen and (max-width: 479px) {
.subscribe-content h2 {
font-size: 24px;
line-height: 30px;
margin-bottom: 10px; }
.subscribe-content h4 {
font-size: 16px;
line-height: 24px; } } .subscribe-form {
position: relative;
max-width: 470px; }
.subscribe-form input {
height: 45px;
border-radius: 0;
border: none;
background: rgba(0,0,0,0.5);
font-weight: 300;
font-size:12px;
}
.subscribe-form input[type="email"]:focus,.subscribe-form input[type="email"]:active{color:#fff;}
.subscribe-form *::placeholder {color: #fff;}
.subscribe-form button {
border-radius: 0;
height: 45px;
background-color: transparent;
color: #ffffff;
text-transform: capitalize;
font-size: 14px;
font-weight: 600;
line-height: 20px;
padding: 10px 20px;
border: none;
position: absolute;
right: 0;
top: 0;
}
.subscribe-form button:hover {
background-color: #f5b120; }
@media only screen and (max-width: 479px) {
.subscribe-form input {
text-align: center;
padding-right: 30px; }
.subscribe-form button {
width: 100%;
position: static;
margin-top: 10px; } }  .blog-item .image {
display: block;
margin-bottom: 20px; }
.blog-item .content .title {
font-size: 16px;
margin-bottom: 5px;
word-break: break-all;	
}
.blog-item .content .title a {
display: block;
color: #333;
font-weight: 500;
}
.blog-item .content .title a:hover {
color: #1bb4b9; }
@media only screen and (max-width: 479px) {
.blog-item .content .title {
font-size: 18px;
line-height: 24px; } }
.blog-item .content .meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1 0 100%;
flex: 1 0 100%;
min-width: 100%;
margin-bottom: 15px; }
.blog-item .content .meta li {
margin-right: 20px;
position: relative;
color:#9a9999;
font-size: 13px;
line-height: 24px;
text-transform: capitalize; }
.blog-item .content .meta li::before {
position: absolute;
right: -10px;
content: "|";
font-size: 12px;
top: 0; }
.blog-item .content .meta li:last-child {
margin-right: 0; }
.blog-item .content .meta li:last-child::before {
display: none; }
.blog-item .content .meta li a {
color: #9a9999; }
.blog-item .content .meta li a:hover {
color: #f5b120; }
.blog-item .content .meta li span {
color: #9a9999;
display: block; }
.blog-item .content .desc {
margin-bottom: 10px; word-break: break-word; }
.blog-item .content .desc p {
color: #666; }
.blog-item .content .read-more {
font-size: 14px;
line-height: 22px;
color: #1bb4b9;
}
.blog-item .content .read-more:hover {
color: #f5b120;border-color:#f5b120; } .single-blog-item .image {
display: block;
margin-bottom: 30px; }
.single-blog-item .content .title {
font-size: 24px;
word-break: break-all;  
margin-bottom: 5px;
font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.single-blog-item .content .title {
font-size: 24px;
line-height: 36px; } }
@media only screen and (max-width: 767px) {
.single-blog-item .content .title {
font-size: 24px;
line-height: 30px; } }
@media only screen and (max-width: 479px) {
.single-blog-item .content .title {
font-size: 18px;
line-height: 24px; } }
.single-blog-item .content .meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1 0 100%;
flex: 1 0 100%;
min-width: 100%;
margin-bottom: 15px; }
.single-blog-item .content .meta li {
margin-right: 20px;
position: relative;
font-size: 13px;
line-height: 24px;
text-transform: capitalize;
color: #9a9999;
}
.single-blog-item .content .meta li::before {
position: absolute;
right: -10px;
content: "|";
font-size: 12px;
top: 0; }
.single-blog-item .content .meta li:last-child {
margin-right: 0; }
.single-blog-item .content .meta li:last-child::before {
display: none; }
.single-blog-item .content .meta li a {
color: #9a9999; }
.single-blog-item .content .meta li a:hover {
color: #f5b120; }
.single-blog-item .content .meta li span {
color: #9a9999;
display: block; }
.single-blog-item .content .desc {
margin-bottom: 20px; }
.single-blog-item .content .desc p {
word-break: break-word;
}
.single-blog-item .content .desc img {
max-width: 100%; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.single-blog-item .content .blog-footer .post-tags {
min-width: 100%; } }
@media only screen and (max-width: 767px) {
.single-blog-item .content .blog-footer .post-tags {
min-width: 100%; } }
.single-blog-item .content .blog-footer .post-tags h4 {
float: left;
font-size: 16px;
margin-right: 5px;
margin-bottom: 0;
}
.single-blog-item .content .blog-footer .post-tags .tag li {
margin-right: 5px;
position: relative;
font-size: 14px;
line-height: 24px;
text-transform: capitalize;
float: left; }
.single-blog-item .content .blog-footer .post-tags .tag li::after {
content: ",";
font-size: 12px; }
.single-blog-item .content .blog-footer .post-tags .tag li:last-child {
margin-right: 0; }
.single-blog-item .content .blog-footer .post-tags .tag li:last-child::before {
display: none; }
.single-blog-item .content .blog-footer .post-tags .tag li a {
color: #373b3e; }
.single-blog-item .content .blog-footer .post-tags .tag li a:hover {
color: #f5b120; }
.single-blog-item .content .blog-footer .post-share {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.single-blog-item .content .blog-footer .post-share {
min-width: 100%;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; } }
@media only screen and (max-width: 767px) {
.single-blog-item .content .blog-footer .post-share {
min-width: 100%;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; } }
.single-blog-item .content .blog-footer .post-share h4 {
float: left;
font-size: 16px;
margin-right: 15px; }
.single-blog-item .content .blog-footer .post-share .share li {
margin-right: 15px;
position: relative;
font-size: 14px;
line-height: 24px;
float: left; }
.single-blog-item .content .blog-footer .post-share .share li:last-child {
margin-right: 0; }
.single-blog-item .content .blog-footer .post-share .share li a {
color: #373b3e; }
.single-blog-item .content .blog-footer .post-share .share li a:hover {
color: #23252a; } .comment-wrap h3 {
font-size: 24px;
margin-bottom: 30px; }
@media only screen and (max-width: 479px) {
.comment-wrap h3 {
font-size: 18px;
line-height: 24px; } } .comment-list {
margin-bottom: 40px;
overflow: hidden; } .child-comment {
margin-left: 80px; }
@media only screen and (max-width: 479px) {
.child-comment {
margin-left: 0; } } .single-comment {
margin-bottom: 30px;
overflow: hidden;  }
.single-comment .image {
width: 80px;
float: left;
border-radius: 50%;
overflow: hidden;
margin-right: 15px; }
.single-comment .image img {
width: 100%;
border-radius: 50%; }
.single-comment .content {
overflow: hidden; }
@media only screen and (max-width: 479px) {
.single-comment .content {
float: left;
width: 100%;
margin-top: 15px; } }
.single-comment .content h4 {
font-size: 16px;
text-transform: capitalize;
font-weight: 600;
margin-bottom: 0px; }
.single-comment .content span {
display: block;
font-size: 14px; }
.single-comment .content span a {
text-transform: capitalize;
margin-left: 15px; }
.single-comment .content span a:hover {
color: #23252a; } .comment-reply-title {
margin: 0;
margin-bottom: 10px;
font-size: 22px;
}
.logged-in-as a {
font-size: 12px;
color: #333;
}
.comment-form {
max-width: 100%; }
.comment-form input {
width: 100%;
height: 44px;
border: 1px solid #cccccc;
color: #373b3e;
padding: 5px 15px; }
.comment-form input[type="submit"] {
width: auto;
border: none;
background-color: #373b3e;
color: #ffffff;
text-transform: uppercase;
padding: 5px 30px; }
.comment-form input[type="submit"]:hover {
background-color: #f5b120; }
.comment-form textarea {
width: 100%;
height: 100px;
border: 1px solid #cccccc;
color: #373b3e;
padding: 5px 15px;
resize: none; }  .sidebar {
float: left;
width: 100%;
margin-bottom: 40px; }
.sidebar:last-child {
margin-bottom: 0; }
.sidebar h3.title {
font-size: 20px;
line-height: 17px;
font-weight: 500;
text-transform: capitalize;
margin: 0 0 30px;
position: relative;
border-bottom: 1px solid #e5e5e5;
bottom: -1px;
padding-bottom: 13px;
}
.sidebar h3.title::before {
position: absolute;
bottom: -1px;
left: 0;
width: 50%;
height: 1px;
background: #f5b120;
content: "";
} .sidebar-list li {
margin-bottom: 15px; }
.sidebar-list li:last-child {
margin-bottom: 0; }
.sidebar-list li a {
display: block;
font-size: 16px;
line-height: 24px;
color: #373b3e; }
.sidebar-list li a .color {
float: left;
width: 12px;
height: 12px;
display: block;
border-radius: 50px;
margin: 6px 10px 6px 0; }
.sidebar-list li a .num {
float: right;
font-size: 14px;
color: rgba(55, 59, 62, 0.7); } .sidebar-tag li {
float: left;
margin-bottom: 5px; }
.sidebar-tag li::after {
content: "/";
margin: 0 5px;
color: rgba(55, 59, 62, 0.7);
font-size: 14px; }
.sidebar-tag li:last-child::after {
display: none; }
.sidebar-tag li a {
font-size: 16px;
line-height: 24px;
color: #373b3e;
text-transform: capitalize; }
.sidebar-tag li a:hover {
color: #23252a; }  .sidebar-blog {
float: left;
width: 100%;
overflow: hidden;
margin-bottom: 15px; }
.sidebar-blog:last-child {
margin-bottom: 0; }
.sidebar-blog .image {
width: 80px;
float: left;
background-color: #f6f7f8;
margin-right: 15px; }
.sidebar-blog .image img {
width: 100%; }
.sidebar-blog .content {
overflow: hidden; }
.sidebar-blog .content .title {
font-size: 15px;
margin-bottom: 5px;
line-height: 24px;
display: block; }
.sidebar-blog .content .title:hover {
color: #f5b120; }
.sidebar-blog .content .date {
font-size: 12px;
display: block;
}  .sidebar-product {
float: left;
width: 100%;
overflow: hidden;
margin-bottom: 15px; }
.sidebar-product:last-child {
margin-bottom: 0; }
.sidebar-product .image {
width: 80px;
float: left;
background-color: #f6f7f8;
margin-right: 15px; }
.sidebar-product .image img {
width: 100%; }
.sidebar-product .content .title {
font-size: 18px;
margin-bottom: 8px; }
.sidebar-product .content .title:hover {
color: #23252a; }
.sidebar-product .content .price {
font-size: 14px;
display: block; }
.sidebar-product .content .price .old {
margin-left: 10px;
color: rgba(55, 59, 62, 0.7);
text-decoration: line-through; }
.sidebar-product .content .ratting {
display: block; }
.sidebar-product .content .ratting i {
font-size: 12px;
color: #f5cc26; } .sidebar-price #price-range {
width: 100%;
height: 5px;
margin: 5px 0;
background-color: #c7c7c7;
position: relative;
float: left; }
.sidebar-price #price-range .ui-slider-range {
position: absolute;
height: 100%;
top: 0;
background-color: #373b3e; }
.sidebar-price #price-range .ui-slider-handle {
background-color: #23252a;
position: absolute;
width: 15px;
height: 15px;
border-radius: 50px;
display: block;
top: -5px;
-webkit-transition: none;
-o-transition: none;
transition: none;
-webkit-box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.15);
box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.15); }
.sidebar-price #price-amount {
font-size: 16px;
font-weight: 500;
color: #373b3e;
line-height: 24px;
padding: 0;
background-color: transparent;
border: none;
margin-top: 12px; }  .contact-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.contact-wrap {
-ms-flex-wrap: wrap;
flex-wrap: wrap; } }
@media only screen and (max-width: 767px) {
.contact-wrap {
-ms-flex-wrap: wrap;
flex-wrap: wrap; } }
.contact-wrap h3 {
font-size: 24px;
margin-bottom: 30px; }
@media only screen and (max-width: 479px) {
.contact-wrap h3 {
font-size: 18px;
line-height: 24px; } } .contact-form {
max-width: 600px;
padding: 90px 100px 90px 60px;
background-color: #f6f7f8;
float: left; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.contact-form {
width: 100%;
min-width: 100%;
padding: 60px; } }
@media only screen and (max-width: 767px) {
.contact-form {
width: 100%;
min-width: 100%;
padding: 60px; } }
@media only screen and (max-width: 479px) {
.contact-form {
padding: 30px; } }
.contact-form input {
width: 100%;
height: 44px;
border: 1px solid #cccccc;
color: #373b3e;
padding: 5px 15px;
background-color: transparent; }
.contact-form input[type="submit"] {
width: auto;
border: none;
background-color: #373b3e;
color: #ffffff;
text-transform: uppercase;
padding: 5px 30px;
float: right; }
.contact-form input[type="submit"]:hover {
background-color: #23252a; }
.contact-form textarea {
width: 100%;
height: 100px;
border: 1px solid #cccccc;
color: #373b3e;
padding: 5px 15px;
resize: none;
background-color: transparent; } .contact-info-wrap {
background-color: #373b3e;
padding: 50px;
overflow: hidden;
margin-left: -60px;
position: relative;
float: left; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.contact-info-wrap {
width: 100%;
min-width: 100%;
padding: 50px;
margin-left: 0; } }
@media only screen and (max-width: 767px) {
.contact-info-wrap {
width: 100%;
min-width: 100%;
padding: 50px;
margin-left: 0; } }
@media only screen and (max-width: 479px) {
.contact-info-wrap {
padding: 30px; } }
.contact-info-wrap h3 {
color: #ffffff; } .contact-info {
margin: 0; }
.contact-info li {
overflow: hidden;
margin-bottom: 20px; }
.contact-info li:last-child {
margin-bottom: 0; }
.contact-info li strong {
display: block;
float: left;
min-width: 80px;
color: #ffffff; }
.contact-info li span {
display: block;
overflow: hidden;
max-width: 300px;
color: #efefef; }
@media only screen and (max-width: 479px) {
.contact-info li span {
width: 100%;
float: left; } }
.contact-info li span a {
display: block;
float: left;
clear: both; }
.contact-info li span a:hover {
color: #ffffff; } #contact-map {
height: 500px;
width: 100%; }   .footer-widget .title {
font-size: 18px;
font-weight: 600;
line-height: 1;
color: #fff;
text-transform: capitalize;
position: relative;
margin-bottom: 25px;
}
.footer-widget img.logo {
margin-bottom: 33px; }
.footer-widget p {
line-height: 26px;
color: #fff;
position: relative;
margin-bottom: 19px; }
.footer-widget p:last-child {
margin-bottom: 0; }
.footer-widget p.phone {
margin: 0;
padding-left: 23px; }
.footer-widget p.phone::before {
width: 23px;
height: 23px;
content: url(//dyslexiastlouis.com/wp-content/themes/techeduem/images/icons/footer-phone.png);
position: absolute;
left: 0;
top: 3px; }
.footer-widget p.phone a {
display: block; }
.footer-widget p.phone a:hover {
color: #fff; }
.footer-widget ul li:last-child {
margin-bottom: 0; }
.footer-widget ul li a {
font-size: 14px;
line-height: 1.5;
color: #fff;
display: block; } .footer-copyright p {
font-size: 15px;
line-height: 28px;
color: #373b3e; }
@media only screen and (max-width: 767px) {
.footer-copyright {
text-align: center; } } .footer-social {
text-align: right; }
.footer-social p {
font-size: 15px;
line-height: 28px;
color: #373b3e; }
.footer-social p span {
margin-right: 16px; }
.footer-social p a {
margin-right: 20px;
color: #fff;
position: relative;
}
.footer-social p a:hover {
color: #f5b120;
}
.footer-social p a::after {
content: "|";
position: absolute;
right: -15px;
top: 0; }
.footer-social p a:last-child {
margin-right: 0; }
.footer-social p a:last-child::after {
display: none; }
.footer-social p a:hover {
color: #f5b120; }
@media only screen and (max-width: 767px) {
.footer-social {
text-align: center; } }
.product-item .product-inner .content .price {
display: inline-block;
}
.product-item .product-inner .content .price ins {
background: transparent;
}
.woocommerce .product-item .product-inner .image-wrap .actions a.button{
padding: 0;
}
.product-item a.button.added::after, .product-item a.button.loading::after {
content: "";
display: block;
font-family: "fontawesome";
margin: 0 auto;
}
.product-item a.button.loading img{
display: none !important;
}
.product-item a.button.added {
display: none !important;
}
.product-item .product-inner .image-wrap .actions a.added_to_cart {
border-bottom-left-radius: 50px;
border-right: 1px solid #d4d4d4;
border-top-left-radius: 50px;
display: inline-block;
padding-top: 0;
position: relative;
text-indent: -99999px;
}
.product-item .product-inner .image-wrap .actions a.added_to_cart::before {
content: "";
font-family: WooCommerce;
font-size: 20px;
left: 45%;
position: absolute;
text-indent: 0;
top: 0;
}
.yith-wcwl-add-to-wishlist .ajax-loading {
left: 20px;
margin: 0;
position: absolute;
top: 4px;
}
.woocommerce.product.compare-button {
display: flex;
padding: 0;
}
.product-item .product-inner .image-wrap .actions .compare-button a{
padding: 0;
}
.product-item .product-inner .image-wrap .actions .compare-button a:first-child{
border-bottom-left-radius: 0px;
border-right: 0px solid #d4d4d4;
border-top-left-radius: 0px;
}
.product-item a.button.added.compare::after{
display: block;
}
.product-item a.button.added.compare{
display: block !important;
}
.hero-slider-controls .slick-arrow{
padding: 0;
}
.product-slider .slick-arrow{
padding: 0;
}
.product-slider ul.slick-dots {
list-style: outside none none;
margin: 15px 0 0;
padding: 0;
text-align: center;
}
.product-slider ul.slick-dots li {
color: #fff;
display: inline-block;
line-height: 12px;
margin: auto 8px 0 0;
}
.product-slider ul.slick-dots li button {
padding: 0;
background-color: transparent;
border: 1px solid #4e4f4f;
border-radius: 50px;
height: 13px;
padding: 0;
text-indent: -9999px;
width: 13px;
}
.product-slider ul.slick-dots li.slick-active button {
background-color: #282828;
border-color: #282828;
}
.eael-mailchimp-wrap.eael-mailchimp-inline .eael-mailchimp-subscribe {
position: relative;
}
.eael-load-more-button .button__loader{
position: absolute;
}
.elementor-element .home_page_mail .eael-mailchimp-subscribe {
background: #29d8d8 none repeat scroll 0 0;
color: #fff;
height: inherit;
line-height: inherit;
padding: 0;
}
.home_page_mail .eael-field-group .eael-mailchimp-input {
background-color: transparent;
border: 1px solid #d6e0e1;
border-radius: 5px;
color: #373b3e;
font-size: 14px;
font-weight: 600;
height: 50px;
line-height: 24px;
padding: 12px 155px 12px 30px;
width: 100%;
}
.home_page_mail .eael-load-more-button > span {
margin-left: 0;
}
.home_page_mail .eael-mailchimp-wrap.eael-mailchimp-inline .eael-mailchimp-subscribe{
position: absolute;
right: 0;
top: 0px;
width: 140px;
}
.home_page_mail .eael-mailchimp-inline{
position: relative;
}
.home_page_mail .eael-mailchimp-inline .eael-field-group {
flex: 1 1 100%;
min-width: 100%;
}
.home_page_mail .eael-mailchimp-inline .eael-form-fields-wrapper {
flex-wrap: wrap-reverse;
}
.footer-widget.widget_nav_menu .menu{
background-color:transparent;
padding: 0;
margin: 0;
list-style: none;
}
.rss {
background-color: #EA7819;
color: #ffffff;
}
.footer-widget .social-icons a {
padding: 5px 10px;
}
.footer-social p a::after{
display: none;
}
.feature-collection .content .add-to-cart{
height: inherit;
display: inline-block;
padding: 0;
}
.feature-collection .content .add-to-cart a{
padding: 13px 30px;
}
.feature-collection .content .add-to-cart a:hover{
color: #fff;
}
.feature-collection .content .add-to-cart .button.added{
display: none;
}
.price mark, .price ins {
background: transparent;
}
.mini-cart-wrap .buttons a.checkout.wc-forward{
margin-top: 10px;
}
.mini-cart-wrap .mini-cart-product .content span.woocommerce-Price-amount.amount,
.mini-cart-wrap .mini-cart-product .content span.quantity {
padding: 0;
}
.mini-cart-wrap .mini-cart-product .content .title {
margin-bottom: 5px;
}
.woocommerce-mini-cart__empty-message {
margin-bottom: 15px !important;
padding-left: 15px;
text-align: left;
}
.header-account > a img,.header-mini-cart > a img {
max-width: none;
}
.hero-slider .slick-arrow{
padding: 0;
}
.product-item .product-inner .image-wrap .wishlist {
margin-top: 0;
top: 15px;
transition: all 0.4s ease 0s;
}
.main-menu nav > ul > li.menu-item-has-children > a{
position: relative;
}
.main-menu nav > ul > li.menu-item-has-children > a::after{
position: absolute;
}
.main-menu .sub-menu {
border-top: 3px solid #373b3e;
}
.shop-grid-area.section-padding {
padding-top: 20px;
}
span.onsale{
position: absolute;
}
.woocommerce span.onsale, span.onsale {
background-color: #333;
border-radius: 0;
color: #fff;
font-size: 14px;
font-weight: 500;
left: 15px;
line-height: 1;
min-height: inherit;
min-width: inherit;
padding: 6px 12px;
top: 15px;
}
.woocommerce nav.woocommerce-pagination ul {
border: medium none;
}
.woocommerce nav.woocommerce-pagination ul li {
border: medium none;
float: none;
margin: 0 5px;
padding: 0;
}
.woocommerce-pagination ul li a, .woocommerce-pagination ul li span {
border: 1px solid #bebebe;
border-radius: 100%;
color: #8b8b8b;
display: inline-block;
font-size: 16px;
font-weight: 400;
height: 36px;
line-height: 37px;
text-align: center;
transition: all 0.3s ease 0s;
vertical-align: middle;
width: 36px;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
line-height: 36px;
padding: 0;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
background: #373b3e none repeat scroll 0 0;
border-color: #373b3e;
color: #fff;
}
.mini-cart-wrap {
max-height: 400px;
overflow-y: auto;
}
.check_out_form_area .form-row{
display: block;
}
.woocommerce form .form-row textarea{
height: auto;
}
.woocommerce table.shop_table {
border-collapse: collapse;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline {
line-height: 40px;
margin: 0 0 0 15px;
}
.woocommerce-info::before {
color: #373b3e;
}
.woocommerce-info {
border-top-color: #373b3e;
}
.u-columns.col2-set .col-1,.u-columns.col2-set .col-2 {
flex: 0 0 48%;
max-width: 48%;
}
.woocommerce-LostPassword.lost_password {
float: right;
margin: -40px 0 0;
}
.woocommerce #respond input#submit, 
.woocommerce button.button, 
.woocommerce input.button {
background-color: #373b3e;
color: #ffffff;
padding: 10px 30px;
text-transform: uppercase;
width: auto;
border-radius: 50px;
font-weight: 600;
}
.woocommerce #respond input#submit:hover,
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
background-color: #23252a;
border-color: #23252a;
color: #fff;
}
.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit[disabled]:disabled, 
.woocommerce a.button.disabled, 
.woocommerce a.button:disabled, 
.woocommerce a.button[disabled]:disabled, 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button[disabled]:disabled, 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button[disabled]:disabled {
color: #fff;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
border-radius: 0;
width: 45%;
} .yith-wcwl-share {
margin-bottom: 0;
text-align: center;
}
.yith-wcwl-share h4.yith-wcwl-share-title {
margin: 0 0 10px;
}
.woocommerce table.wishlist_table {
text-align: center;
}
.nice-select.orderby .list{
right: 0;
left: auto;
} .product_images_area {
overflow: hidden;
position: relative;
}
.single-product .compare.scom.button {
display: none;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
float: left;
margin: 0;
width: 100%;
}
.pro-thumb-img li {
margin-bottom: 10px;
}
.product-details .price-ratting .ratting i {
color: #ffc741;
}
.tawcvs-swatches{
padding: 0 !important;
}
.tawcvs-swatches .swatch{
opacity: 1 !important;
}
.tawcvs-swatches .swatch.selected {
box-shadow: none !important;
}
.tawcvs-swatches .swatch-label {
background-color: transparent !important;
border-color: #373b3e !important;
}
.tawcvs-swatches .swatch.swatch-label.selected{
background-color: #373b3e !important;
border: 1px solid #373b3e !important;
color: #fff;
}
.product-details .price-ratting .price span{
margin: 0;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
opacity: 1;
}
.woocommerce div.product p.price del span, .woocommerce div.product span.price del span{
text-decoration: line-through;
}
.woocommerce div.product .woocommerce-product-rating {
margin-bottom: 0;
}
.product-details .price-ratting .price{
margin: 0;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
color: #373b3e;
font-size: 20px;
font-weight: 700;
line-height: 24px;
}
.product-details .quantity-cart .product-quantity input{
padding: 0;
}
.woocommerce .quantity input[type="number"] {
-moz-appearance: textfield;
}
.woocommerce .quantity input[type="number"]::-webkit-inner-spin-button, 
.woocommerce .quantity input[type="number"]::-webkit-outer-spin-button { 
-webkit-appearance: none; 
margin: 0; 
}
.woocommerce button.button.alt.single_add_to_cart_button {
background-color: #f5b120;
border: 1px solid #f5b120;
border-radius: 50px;
color: #fff;
display: block;
font-weight: 400;
height: 40px;
line-height: 24px;
margin-bottom: 10px;
padding: 6px 40px;
text-align: center;
text-transform: uppercase;
}
.woocommerce button.button.alt.single_add_to_cart_button:hover{
background-color: transparent;
color: #373b3e;
}
.woocommerce div.product form.cart div.quantity {
margin: 0 20px 0 0;
}
.quantity.product-quantity {
border: 1px solid #373b3e;
border-radius: 50px;
display: block;
float: left;
margin-bottom: 10px;
margin-right: 22px;
padding: 0 30px;
position: relative;
width: 100px;
}
.product-quantity input {
border: medium none;
height: 38px;
text-align: center;
width: 40px;
}
.product-quantity span {
color: #373b3e;
cursor: pointer;
display: block;
font-size: 20px;
height: 38px;
line-height: 38px;
position: absolute;
text-align: center;
top: 0;
width: 29px;
right: 0;
}
.product-quantity span a{
text-decoration: none;
display: block;
}
.product-quantity span.dec {
left: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
background-color: transparent;
border: medium none;
border-radius: 0;
bottom: -1px;
display: block;
float: left;
margin-right: 30px;
position: relative;
z-index: 2;
padding: 0;
margin-left: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
margin: 0 0 20px;
padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before{
display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
box-shadow: none;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs::after, .woocommerce #content div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs::after, .woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before, .woocommerce-page div.product .woocommerce-tabs ul.tabs::after, .woocommerce-page div.product .woocommerce-tabs ul.tabs::before{
display: none;
}
.pro-info-tab-list li.active a{
border-bottom: 2px solid #000000;
}
.woocommerce-Tabs-panel h2 {
margin: 0 0 18px;
margin-top: 0px !important;
}
.woocommerce table.shop_attributes td {
padding: 0 0 0 10px;
}
.mini-cart-wrap .mini-cart-product .remove {
color: #373b3e !important;
font-size: 14px;
height: auto;
width: auto;
}
.woocommerce a.remove:hover {
background: transparent;
color: #ff0000 !important;
}
.related.products{
margin-top: 50px;
}
.related.products > h2 {
color: #333;
font-family: "Source Sans Pro",sans-serif;
font-size: 28px;
font-weight: 600;
line-height: 1;
margin: 0 0 30px;
text-transform: uppercase;
} .cart-table table tbody tr td.pro-title a{
text-decoration: none;
}
.woocommerce .cart-table table.shop_table{
text-align: center;
}
.cart-table table tbody tr td.pro-quantity .product-quantity{
float: none;
}
.cart-table table tbody tr td.pro-remove a {
color: #333 !important;
margin: 0 auto;
}
.cart-table table tbody tr td.pro-remove a:hover {
color: #ff0000 !important;
}
.cart-buttons button.button {
background-color: #333;
border: medium none;
border-radius: 50px;
color: #ffffff;
display: block;
float: left;
font-size: 14px;
font-weight: 400;
height: 40px;
line-height: 25px;
margin-bottom: 10px;
margin-right: 15px;
padding: 8px 25px !important;
text-transform: uppercase;
}
.cart-buttons button.button:hover{
background-color: #23252a;
color: #fff;
}
.cart-coupon .cuppon-form button.button {
background-color: #373b3e;
border: medium none;
border-radius: 50px;
color: #fff;
display: block;
float: left;
font-size: 14px;
font-weight: 400;
height: 40px;
line-height: 24px;
padding: 8px 25px;
position: absolute;
right: 0;
text-transform: uppercase;
top: 0;
}
.cart_totals {
text-align: right;
}
.cart_totals h2 {
border-bottom: 1px solid #ddd;
font-size: 24px;
line-height: 18px;
margin-bottom: 30px;
padding-bottom: 10px;
text-transform: uppercase;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
background-color: #373b3e;
border: medium none;
border-radius: 50px;
color: #fff;
display: inline-block;
font-size: 14px;
font-weight: 600;
height: 40px;
line-height: 24px;
padding: 8px 25px;
text-transform: uppercase;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
background-color: #23252a;
}
.woocommerce form .check_out_form_area .form-row input.input-text {
background-color: transparent;
border: 1px solid #999999;
border-radius: 0;
color: #333;
font-size: 14px;
line-height: 23px;
margin-bottom: 15px;
padding: 10px 20px;
width: 100%;
}
.woocommerce form .check_out_form_area .form-row label {
font-size: 14px;
font-weight: 600;
margin-bottom: 12px;
text-transform: capitalize;
}
.checkout-title,.check_out_form_area h3,.your-order h3 {
font-size: 20px;
font-weight: 700;
line-height: 23px;
margin-bottom: 30px;
text-decoration: underline;
text-transform: capitalize;
}
.woocommerce-checkout #payment ul.payment_methods li {
margin: 0 0 10px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
background: #f6f7f8 none repeat scroll 0 0;
border-radius: 0;
}
.woocommerce-checkout #payment ul.payment_methods{
padding: 45px 45px 20px;
}
.woocommerce-checkout #payment .place-order{
padding: 20px 45px 45px !important;
}
li.wc_payment_method input[type="radio"] {
display: none;
}
li.wc_payment_method input[type="radio"] + label {
color: #23252a;
font-size: 14px;
font-weight: 400;
line-height: 20px;
margin: 0;
padding-left: 30px;
position: relative;
}
li.wc_payment_method input[type="radio"] + label::after {
background-color: #23252a;
content: "";
display: block;
height: 10px;
left: 5px;
opacity: 0;
position: absolute;
text-align: center;
top: 5px;
transition: all 0.3s ease 0s;
width: 10px;
}
li.wc_payment_method input[type="radio"]:checked + label::after {
opacity: 1;
}
li.wc_payment_method input[type="radio"] + label::before {
border: 2px solid #999999;
content: "";
display: block;
height: 20px;
left: 0;
position: absolute;
top: 0;
transition: all 0.3s ease 0s;
width: 20px;
}
li.wc_payment_method input[type="radio"]:checked + label::before {
border: 2px solid #23252a;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
background-color: #373b3e;
border: medium none;
border-radius: 50px;
color: #ffffff;
float: left;
font-weight: 600;
height: 44px;
line-height: 24px;
margin-top: 25px;
padding: 10px 30px;
text-transform: uppercase;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
flex: 0 0 100%;
max-width: 100%;
padding: 0;
}
.woocommerce .wishlist_table td.product-add-to-cart a {
background-color: #373b3e;
border: medium none;
border-radius: 50px;
color: #fff;
display: inline-block !important;
font-size: 14px;
font-weight: 600;
height: 40px;
line-height: 24px;
padding: 8px 25px;
text-transform: uppercase;
}
.woocommerce .wishlist_table td.product-add-to-cart a:hover {
background-color: #23252a;
}
.wishlist_table tr td.product-thumbnail, .wishlist_table tr td.product-name, .wishlist_table tr td.wishlist-name, .wishlist_table tr td.wishlist-privacy, .woocommerce table.wishlist_table tfoot td{
text-align: center;
}
.pro-price mark, .pro-price ins{
background: transparent;
}
.woocommerce table.wishlist_table {
font-size: inherit;
}
.woocommerce-message {
border-top-color: #373b3e;
}
.woocommerce-message::before {
color: #373b3e;
}
.woocommerce #content table.wishlist_table.cart a.remove {
color: #373b3e !important;
background-color: transparent;
}
.woocommerce #content table.wishlist_table.cart a.remove:hover {
background-color: transparent;
color: #ff0000 !important;
}
h1.page-title {
color: #fefefe;
font-size: 36px;
font-weight: 500;
line-height: 1.2;
margin: 0;
word-break: break-all;
} .woocommerce-MyAccount-navigation ul li {
border: 1px solid #ddd;
margin-bottom: 10px;
}
.woocommerce-MyAccount-navigation ul li a {
display: block;
padding: 10px;
line-height: 1;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
color: #f05b64;
}
.woocommerce-account .woocommerce-MyAccount-content {
border: 1px solid #ddd;
padding: 15px;
}
.woocommerce-MyAccount-content > p {
margin: 0;
}
.woocommerce-MyAccount-content a {
text-decoration: underline;
}
.woocommerce table.my_account_orders{
margin-bottom: 0;
text-align: center;
}
.woocommerce-MyAccount-content .woocommerce-info {
margin-bottom: 0;
}
.woocommerce-account .addresses .title h3 {
margin-bottom: 10px;
}
.u-columns.woocommerce-Addresses.addresses {
margin-top: 15px;
}
.woocommerce .woocommerce-breadcrumb {
margin: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
margin: 0;
padding: 0;
}
.product-details .price-ratting .ratting i {
display: inline-block;
float: none;
}
.quantity.product-quantity input {
padding: 0;
}
.side-menu-wrap .side-menu-inner .side-menu nav ul li{
position: relative;
}
.side-menu nav > ul > li:hover > .sub-menu, .side-menu nav > ul > li:hover > .mega-menu {
margin-top: 0;
opacity: 1;
visibility: visible;
z-index: 999;
}
.side-menu .sub-menu,.mobile-menu .sub-menu{
border-top: 0;
}
.logged-in.admin-bar button.side-menu-close {
top: 35px;
}
.logged-in.admin-bar .side-menu-inner .side-logo {
top: 55px;
}
.zoomContainer {
margin-top: -30px;
}
.zoomWindow {
background-color: #f8f8f8;
}
.sidebar span.count {
float: right;
}
.woocommerce ul.product_list_widget li img {
margin-left: 0px;
width: auto;
}
.woocommerce ul.product_list_widget li a{
font-weight: 500;
}
.woocommerce ul.product_list_widget .content {
line-height: 1;
}
.woocommerce ul.product_list_widget .ratting {
margin-top: 10px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
background-color: #23252a;
box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.15);
height: 15px;
transition: none 0s ease 0s ;
width: 15px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
background-color: #c7c7c7;
height: 5px;
border-radius: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
background-color: #373b3e;
height: 100%;
}
.tagcloud a {
color: #333;
font-size: 14px !important;
line-height: 24px;
position: relative;
border: 1px solid #e8e8e8;
padding: 5px 10px;
margin: 0 10px 10px 0;
}
.tagcloud a:hover {
border-color: #1bb4b9;
background: #1bb4b9;
color: #fff;
}
.sidebar-list li {
line-height: 1;
}
.sidebar-list li a {
display: inline-block;
}
.read-more {
margin-top: 0px;
}
.singel_blog_items.hentry {
margin-bottom: 0;
}
.quote-content > h3 {
color: #f3f2f2;
font-size: 18px;
font-weight: bold;
line-height: 28px;
margin: 19px 0 22px;
text-transform: uppercase;
}
.quote-content > span {
color: #ececec;
}
.quote-post {
background-color: #ee3333;
padding: 74px 50px 77px 58px;
position: relative;
color: #fff;
}
.quote-content h6 {
color: #f3f2f2;
font-size: 14px;
font-weight: 600;
margin: 0;
padding-left: 28px;
position: relative;
}
.quote-content h6::before {
background-color: #f3f2f2;
content: "";
height: 1px;
left: 0;
position: absolute;
top: 9px;
transition: all 0.3s ease 0s;
width: 18px;
}
.link-post {
background-color: #000000;
padding: 74px 48px 77px;
position: relative;
}
.link-content > span {
color: #ececec;
}
.link-content > h3 {
color: #f3f2f2;
font-size: 18px;
font-weight: bold;
margin: 20px 0 0;
text-transform: uppercase;
}
.comment-form input[type="submit"] {
border-radius: 50px;
line-height: 45px;
width: auto;
height: inherit;
font-size: 14px;
font-weight: 500;
height: 45px;
padding: 2px 25px;
}
.comment-form input[type="submit"]:hover {
border: medium none;
color: #fff;
}
.comment-meta b {
display: block;
}
.parent-comment {
border-bottom: 0 none;
margin-bottom: 0;
padding-bottom: 0;
}
.comment-list ul.children {
margin-left: 48px;
}
.blog-comment, .leave-comment {
margin-top: 0;
}
.leave-comment-form form input{
border-radius: 0;
}
.contact-form input {
background-color: transparent !important;
border: 1px solid #cccccc !important;
border-radius: 0 !important;
padding: 5px 15px !important;
}
.contact-form input[type="submit"] {
background-color: #373b3e !important;
border: medium none !important;
font-weight: 400 !important;
line-height: inherit;
padding: 5px 30px;
}
.contact-info li span {
line-height: 26px;
}
.contact_info_area .elementor-row {
align-items: center;
}
.mobile-menu .mean-bar .mean-nav > ul {
margin: 0;
padding: 0;
}
.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
width: 100%;
}
.woocommerce .woocommerce-MyAccount-content a.button{
background-color: #373b3e;
border-radius: 0;
color: #fff;
}
.woocommerce .woocommerce-MyAccount-content a.button:hover{
background-color: #23252a;
}
.related.products .col-lg-4 {
flex: 0 0 25%;
max-width: 25%;
}
.home .site-wrapper{
padding-top: 0;
}
.sidebar ul.children{
padding-left: 15px;
}
.sidebar.widget_nav_menu .menu ul {
padding-left: 15px;
}
.widget_nav_menu .menu ul li a {
padding: 6px 0;
}
.footer-widget ul li a{
display: inline-block;
}
.footer-widget.widget_rss li {
margin-bottom: 15px;
}
.footer-widget.widget_rss li:last-child {
margin-bottom: 0;
}
.single-blog-item .content .desc blockquote p ,
.footer-top-section .footer-widget form input[type="text"] {
color: #fff;
}
.footer-top-section .footer-widget form input[type="text"]::placeholder { color: #fff;
opacity: 1; }
.footer-top-section .footer-widget form input[type="text"]:-ms-input-placeholder { color: #fff;
}
.footer-top-section .footer-widget form input[type="text"]::-ms-input-placeholder { color: #fff;
}
.footer-top-section .footer-widget form button{
color: #fff;
}
ul {
list-style: outside none disc;
margin: 0;
padding-left: 15px;
}
.footer-top-section .footer-widget ul li ul {
margin-left: 15px;
}
.footer-top-section .footer-widget{
margin: 40px 0;
}
.footer-top-section .footer-widget:last-child{
margin-bottom: 0;
}
.footer-top-section .footer-widget:first-child{
margin-top: 0;
}
.sidebar ul,
.footer-widget ul,
.blog-footer ul,
.single-blog-item ul.meta,
.singel_blog_items ul.meta,
.side-menu ul,
.main-menu ul,
ul.slick-dots{
list-style: none;
padding-left: 0;
}
.single-blog-item .content .desc h2 {
margin-top: 30px;
}
.post-password-form input[type="password"] {
border-radius: 4px;
height: 40px;
}
.comment-text > h2 {
margin-top: 30px;
}
.entry-content > h2 {
margin-top: 30px;
}
.blog-quote.default__quote {
background-color: #ee3333;
padding: 74px 50px 77px 58px;
position: relative;
color: #fff;
}
.blog-quote.default__quote::before {
content: "";
font-family: fontawesome;
font-size: 36px;
left: 30px;
position: absolute;
top: 30px;
}
.footer-top-section {
background: #1bb4b9;
color: #fff;
}
.footer-bottom-section {
background-color: #1bb4b9;
color: #fff;
}
.footer-bottom-section {
border-top: 1px solid #49c3c7;
} .home-blog-item .image {
display: block;
margin-right: 30px;
max-width: 270px;
}
.home-blog-item .content {
padding-top: 25px;
}
.home-blog-item .content .date {
color: #595959;
display: block;
margin-bottom: 15px;
overflow: hidden;
}
.home-blog-item .content .date .day {
display: block;
float: left;
font-size: 48px;
font-weight: 600;
line-height: 48px;
color: #333333;
}
.home-blog-item .content .date .month {
font-size: 24px;
margin-left: 5px;
position: relative;
text-transform: capitalize;
top: 18px;
color: #333;
font-weight: 500;
}
.home-blog-item .content .title {
font-size: 24px;
font-weight: 600;
line-height: 30px;
margin-bottom: 13px;
color: #333333;
}
.home-blog-item .content p {
line-height: 24px;
margin-bottom: 15px;
color: #333333;
font-weight: 300;
}
.home-blog-item .content .read-more {
color: #333333;
font-size: 16px;
font-weight: 600;
line-height: 22px;
}
.color-price ul{
padding: 0;
list-style: none;
} .product-tab-list.nav {
justify-content: center;
}
.product-tab-list.nav a.active{
border-color: #e5e5e5;
}
.product-tab-list.nav a {
border: 1px solid transparent;
margin-right: 20px;
padding: 5px 15px;
text-transform: capitalize;
border-radius: 50px;
}
.product-tab-list.nav a:last-child{
margin-right:0;
}
.by-brand-product .cus-col-5 {
float: left;
width: 20%;
}
.single-brand-product {
position: relative;
}
.collection-content {
display: inline-block;
position: absolute;
top: 0;
} .banner {
position: relative;
}
.banner_content {
bottom: 20px;
left: 40px;
position: absolute;
}
.banner_content h3 {
margin: 0;
}
.banner_price {
background: #1b2125 none repeat scroll 0 0;
border-radius: 50px;
color: #fff;
display: inline-block;
margin-bottom: 5px;
padding: 5px 15px;
} .cus-col-5 {
width: 20%;
float: left;
}
.single-collection {
position: relative;
}
.collection-image {
position: relative;
}
.collection-image img {
width: 100%;
}
.collection-image::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #000000;
opacity: 0;
z-index: 1;
transition: all 0.3s ease 0s;
}
.collection-title {
z-index: 2;
font-size: 24px;
line-height: 35px;
margin: 0;
position: absolute;
left: 50px;
top: 50px;
overflow: hidden;
transition: all 0.3s ease 0s;
}
.single-collection > a {
z-index: 2;
background-image: url(//dyslexiastlouis.com/wp-content/themes/techeduem/images/icons/collection-shop-arrow.png);
background-repeat: no-repeat;
background-position: center right;
position: absolute;
left: 50px;
bottom: 100px;
padding-right: 60px;
color: #ffffff;
font-size: 18px;
line-height: 1;
text-transform: capitalize;
opacity: 0;
margin-bottom: -30px;
transition: all 0.3s ease 0s;
}
.single-collection:hover .collection-image::before {
opacity: 0.7;
}
.single-collection:hover .collection-title {
color: #ffffff;
}
.single-collection:hover > a {
opacity: 1;
margin-bottom: 0;
}
.no-images .collection-title {
padding-left: 20px;
position: static;
}
.single-collection.no-images:hover .collection-title {
color: #23252a;
}
.single-collection.no-images > a {
color: #23252a;
opacity: 1;
padding-left: 20px;
padding-right: 0;
position: static;
visibility: visible;
} .product-banner-99 {
position: relative;
}
.product-banner-99 > a {
display: block;
}
.product-banner-99 > a img{
width: 100%;
}
.product-banner-99 .banner_content {
position: absolute;
bottom: auto;
top: 50%;
transform: translateY(-50%);
right: 125px;
left: auto;
}
.product-banner-99 .banner_content p {
font-size: 36px;
line-height: 60px;
color: #615959;
font-weight: 700;
margin: 0;
text-align: right;
} .testimonial-slider .slick-arrow {
position: absolute;
top: 50%;
background-color: transparent;
padding: 0;
width: 57px;
height: 26px;
text-indent: -9999px;
background-repeat: no-repeat;
background-size: cover;
z-index: 999;
}
.testimonial-slider .slick-arrow.slick-prev {
left: 0;
background-image: url(//dyslexiastlouis.com/wp-content/themes/techeduem/images/icons/arrow-long-left-light.png);
background-position: left center;
}
.testimonial-slider .slick-arrow.slick-next {
right: 0;
background-image: url(//dyslexiastlouis.com/wp-content/themes/techeduem/images/icons/arrow-long-right-light.png);
background-position: right center;
}
.single-testimonial {
background-image: url(//dyslexiastlouis.com/wp-content/themes/techeduem/images/icons/testimonial-qoute-bg.png);
background-repeat: no-repeat;
background-position: bottom center;
}
.single-testimonial .testimonial-image {
width: 125px;
height: 125px;
margin: 0 auto 27px;
border-radius: 50%;
overflow: hidden;
border: 7px solid #c3e2f6;
padding: 7px;
}
.single-testimonial .testimonial-image img {
border-radius: 50%;
overflow: hidden;
width: 100%;
}
.single-testimonial .testimonial-content {
padding-bottom: 30px;
}
.single-testimonial .testimonial-content h2 {
font-size: 20px;
line-height: 24px;
font-weight: 600;
text-transform: capitalize;
color: #333333;
margin-bottom: 6px;
}
.single-testimonial .testimonial-content span {
display: block;
font-size: 18px;
line-height: 22px;
color: #333333;
text-transform: capitalize;
margin-bottom: 32px;
}
.single-testimonial .testimonial-content p {
display: block;
font-size: 18px;
line-height: 30px;
color: #333333;
max-width: 770px;
margin: auto;
}
.testimonial-slider ul.slick-dots{
margin: 0;
padding: 0;
list-style: none;
}
.testimonial-slider ul.slick-dots li {
background: #373b3e none repeat scroll 0 0;
border-radius: 100%;
display: inline-block;
height: 10px;
margin-right: 4px;
width: 10px;
cursor: pointer;
}
.testimonial-slider ul.slick-dots li.slick-active{
background: #23252a none repeat scroll 0 0;
}
.testimonial-slider ul.slick-dots li button{
padding: 0;
height: inherit;
text-indent: -99999px;
line-height: 1;
} .service-section .elementor-row > .elementor-element:nth-child(1) {
text-align: left;
}
.service-section .elementor-row > .elementor-element:nth-child(2) {
text-align: center;
}
.service-section .elementor-row > .elementor-element:nth-child(3) {
text-align: right;
}
.single-service {
overflow: hidden;
padding-left: 18px;
padding-top: 28px;
display: inline-block;
text-align: left;
}
.single-service .service-icon {
float: left;
width: 45px;
margin-right: 25px;
}
.single-service .service-content {
overflow: hidden;
float: left;
}
.single-service .service-content h4 {
font-size: 18px;
line-height: 24px;
font-weight: 700;
color: #383838;
text-transform: capitalize;
margin-bottom: 13px;
}
.single-service .service-content span {
width: 50px;
height: 3px;
background-color: #383838;
display: block;
margin-bottom: 13px;
}
.single-service .service-content p {
font-size: 16px;
line-height: 26px;
color: #383838;
max-width: 200px;
} .section-title.title-style-two::before{
display: none;
}
.section-title span {
background-color: #383838;
display: inline-block;
height: 3px;
margin-bottom: 13px;
margin-top: 30px;
width: 50px;
position: relative;
}
.section-title.title-style-two span::before{
background-color: #383838;
display: block;
height: 3px;
margin-bottom: 13px;
margin-top: 25px;
width: 50px;
position: absolute;
content: "";
left: -13px;
bottom: 0;
}
.section-title p{
font-size: 16px;
line-height: 30px;
}
.hero-section .row-0 > [class*="col"] {
padding-left: 0px;
padding-right: 0px; 
}
.side-menu nav {
max-height: 300px;
overflow-y: auto;
}
.footer-widget ul li a:hover {
color: #f5b120;
}
.woocommerce-privacy-policy-text {
margin-bottom: 15px;
}
.woocommerce #reviews #comment {
border-color: #ddd;
height: 130px;
}
.woocommerce #review_form #respond .form-submit input {
margin-top: 15px;
}
.woocommerce .woocommerce-breadcrumb a {
color: #fff;
}
.home-blog-item .content .read-more:hover{
color: #23252a;
}
.woocommerce form .form-row textarea {
border-radius: 0;
padding-left: 25px;
height: 120px;
}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
box-sizing: border-box;
width: 100%;
margin: 0;
outline: 0;
line-height: normal;
border-radius: 0;
border: 1px solid #ddd;
}
article.hentry,.page-content, .entry-content, .entry-summary {
margin: 0!important;
}
.woocommerce-MyAccount-navigation ul {
list-style: outside none none;
padding: 0;
}
.woocommerce-MyAccount-content .woocommerce-Button.button {
margin-top: 15px;
}
.widget-area {
overflow: hidden;
}
.wpcf7-form {
position: relative;
}
.mc4wp-alert p {
color: #fff;
margin-top: 10px;
}
.shop-sidebar {
overflow: hidden;
}
.cart-empty {
margin-bottom: 5px;
}
.footer-widget .tagcloud a,
.footer-widget .tagcloud a::after,
.footer-widget b, 
.footer-widget strong{
color: #fff;
}
.footer-widget .sub-menu li.active > a, 
.footer-widget .sub-menu li:hover > a,
.footer-widget.widget_calendar tbody td#today {
color: #f5b120;
}
.footer-widget.widget_calendar caption, 
.footer-widget.widget_calendar tfoot td,
.footer-widget.widget_calendar thead th {
color: #fff;
} .product-single-banner .slider_content {
margin-left: 200px;
}
.product-single-banner .slider_content.text-right p{
float: right;
}
.product-single-banner .slider_content.text-right{
margin-left: 0;
}
.product-single-banner .bannerprd-image {
padding-top: 30px;
}
.product-single-banner .slider_content h1 {
color: #333333;
font-size: 48px;
font-weight: 700;
margin: 0 0 35px;
text-transform: uppercase;
}
.product-single-banner .slider_content p {
color: #666666;
margin: 0 0 35px;
max-width: 450px;
}
.product-single-banner .slider_content span.price {
display: block;
font-size: 36px;
font-weight: 500;
}
.product-single-banner .slider_content.text-right span.price,
.product-single-banner .slider_content.text-right a.shopbtn{
clear: both;
}
.product-single-banner .slider_content a.shopbtn {
background-image: url(//dyslexiastlouis.com/wp-content/themes/techeduem/images/icons/product-banner-arrow.png);
background-position: right center;
background-repeat: no-repeat;
font-size: 18px;
padding-right: 70px;
text-transform: capitalize;
margin-top: 35px;
transition: all 0.3s ease 0s;
}
.product-single-banner .slider_content.text-right a.shopbtn {
background-image: url(//dyslexiastlouis.com/wp-content/themes/techeduem/images/icons/product-banner-arrow-right.png);
background-position: left center;
padding-left: 70px;
padding-right: 0;
} .hero-content-3 > * {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp; 
}
.slick-active .hero-content-3 > * {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp; }
.slick-active .hero-content-3 > *:nth-child(1) {
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s; }
.slick-active .hero-content-3 > *:nth-child(2) {
-webkit-animation-delay: 1s;
animation-delay: 1s; }
.slick-active .hero-content-3 > *:nth-child(3) {
-webkit-animation-delay: 1.5s;
animation-delay: 1.5s; }
.slick-active .hero-content-3 > *:nth-child(4) {
-webkit-animation-delay: 2s;
animation-delay: 2s; }
.slick-active .hero-content-3 > *:nth-child(5) {
-webkit-animation-delay: 2.5s;
animation-delay: 2.5s; }
.slick-active .hero-content-3 > *:nth-child(6) {
-webkit-animation-delay: 3s;
animation-delay: 3s; }
.hero-image-3 img {
display: inline-block;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp; }
.slick-active .hero-image-3 img {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s; }
.hero-content-3 {
display: inline-block;
float: right;
}
.slider_lyout_three .hero-content-3 h1 {
color: #ef9190;
font-family: "Billy Ohio";
font-size: 124px;
line-height: initial;
margin: 0;
}
.hero-content-3 h2 {
font-family: poppins;
font-size: 42px;
font-weight: 400;
margin: 0;
}
.hero-content-3 > a {
border-bottom: 1px solid #000;
font-family: poppins;
font-size: 18px;
margin-top: 41px;
}
.header_four .header-mini-cart > a {
align-items: left;
display: flex;
}
.mini_cart_count_text {
font-weight: 600;
margin-left: 5px;
}
.header_four .header-mini-cart > a span.mini_cart_count {
background-color: transparent;
color: #000;
display: block;
float: none;
height: auto;
line-height: 16px;
margin: 0;
position: static;
text-align: left;
transform: translateY(0px);
width: auto;
}
.product-item .product-inner .image-wrap .actions.style_two {
display: flex;
justify-content: center;
}
.product-item .product-inner .image-wrap .actions.style_two {
background: #000 none repeat scroll 0 0;
border-radius: 0;
bottom: 0;
padding: 0 30px;
top: auto;
width: 85%;
}
.product-item .product-inner .image-wrap .actions.style_two a {
background: transparent none repeat scroll 0 0;
border: medium none !important;
color: #fff;
display: block;
height: 50px;
line-height: 50px;
width: auto;
margin-right: 20px;
}
.product-item .product-inner .image-wrap .actions.style_two a.action-eye.quickview {
margin-right: 0;
}
.product-item .product-inner .image-wrap .actions.style_two a.action-eye.quickview img {
padding: 16px 0;
}
.product-item .product-inner .image-wrap .actions.style_two .wishlist {
float: left;
overflow: hidden;
top: 15px;
}
.product-item .product-inner .image-wrap .actions.style_two a:first-child {
border-bottom-left-radius: 0px;
border-right: 1px solid #d4d4d4;
border-top-left-radius: 0px;
width: auto;
}
.product-item .product-inner .image-wrap .actions.style_two .wishlist{
position: static;
}
.product-item .product-inner .image-wrap .actions.style_two .yith-wcwl-add-button {
overflow: hidden;
position: relative;
}
.product-item .product-inner .image-wrap .actions.style_two .yith-wcwl-add-to-wishlist .ajax-loading {
left: 25px;
margin: 0;
position: absolute;
top: 11px;
color: #fff;
}
.product-item .product-inner .image-wrap .actions.style_two a i {
margin: 0;
}
.product-item .product-inner .image-wrap .actions.style_two .wishlist a{
text-align: right;
color: #fff;
}
.product-item .actions.style_two a.button.added::after, .product-item .actions.style_two a.button.loading::after {
left: -12px;
top: 0;
position: absolute;
}
.product-item .product-inner .image-wrap .actions.style_two a.button {
padding-right: 15px;
}
.product-item .product-inner .image-wrap .actions.style_two a.button::before {
content: "+";
position: absolute;
right: 0;
top: 0;
} .instragram_single a{
position: relative;
}
.instragram_single a::before {
background: #000 none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
opacity: 0;
position: absolute;
top: 0;
width: 100%;
visibility: hidden;
transition: 0.4s;
}
.instragram_single a:hover::before{
opacity: 0.6;
visibility: visible;
} .cus-col-5 {
flex: 0 0 20%;
max-width: 20%;
padding-left: 15px;
padding-right: 15px;
position: relative;
width: 100%;
}
.tab_with_icon .tab_menu_container {
background: #f7f7f7 none repeat scroll 0 0;
padding: 10px 0;
}
.product-tab-list.nav.tab_with_icon a {
border: medium none;
margin: 0;
padding: 15px 70px;
text-align: center;
border-right: 3px solid #fff;
border-radius: 0;
color: #8e8e8e;
font-size: 14px;
text-transform: uppercase;
font-weight: 700;
}
.product-tab-list.nav.tab_with_icon a img {
display: block;
margin: auto auto 10px;
filter: brightness(0) invert(58%);
}
.product-tab-list.nav.tab_with_icon a:last-child{
border-right: 0;
}
.product-tab-list.nav.tab_with_icon a:hover,.product-tab-list.nav.tab_with_icon a.active{
color: #000;
}
.product-tab-list.nav.tab_with_icon a:hover img,.product-tab-list.nav.tab_with_icon a.active img {
filter: brightness(1) invert(0);
} .header-search-icon-default .sidebar-trigger-search {
background: #f5b120 none repeat scroll 0 0;
border-radius: 50px;
display: inline-block;
height: 36px;
text-align: center;
width: 36px;
padding: 0;
color: #fff;
line-height: 35px;
position: absolute;
top: 0;
right: 10px;
margin: 40px 0px;
}
.header-shop-links img {
max-width: none;
}
.header-search-icon,.header-menubar-icon{
margin-left: 25px;
position: relative;
}
.header-search-icon > button,.header-menubar-icon > a {
padding: 40px 0;
}
.header-search-icon button {
background: transparent none repeat scroll 0 0;
border: medium none;
cursor: pointer;
line-height: 1;
transition: all 0.3s ease 0s;
}
.main-search-active {
background: rgba(0, 0, 0, 0.92) none repeat scroll 0 0;
color: #353535;
display: flex;
justify-content: center;
min-height: 100vh;
padding: 32px 46px 39px;
position: fixed;
right: 0;
top: 0;
transform: translateX(110%);
transition: transform 0.5s ease-in-out 0s;
width: 100%;
z-index: 9999;
}
.main-search-active.inside {
transform: translateX(0px);
}
.sidebar-search-icon {
display: block;
float: right;
overflow: hidden;
position: absolute;
right: 375px;
}
.sidebar-search-input {
align-self: center;
display: flex;
}
.sidebar-search-input form .form-search {
position: relative;
}
.sidebar-search-input form .form-search input {
background-color: transparent;
border-color: #dadada;
border-radius: 0;
border-style: solid;
border-width: 0 0 1px;
color: #fff;
display: block;
font-size: 18px;
height: 62px;
line-height: 62px;
padding: 0;
width: 800px;
}
.sidebar-search-input form .form-search input::-moz-placeholder {
color: #fff;
opacity: 1;
}
.sidebar-search-input form .form-search input::-webkit-placeholder {
color: #fff;
opacity: 1;
}
.sidebar-search-input form .form-search button {
background-color: transparent;
border: medium none;
color: #dadada;
cursor: pointer;
font-size: 30px;
padding: 0;
position: absolute;
right: 0;
top: 6px;
transition: all 0.3s ease 0s;
}
.sidebar-search-icon button {
background: transparent none repeat scroll 0 0;
border: medium none;
color: #fff;
cursor: pointer;
font-size: 45px;
line-height: 1;
padding: 0;
transition: all 0.3s ease 0s;
} .header-menubar-icon > ul {
background: #fff none repeat scroll 0 0;
border-top: 3px solid #373b3e;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
list-style: outside none none;
margin: 30px 0 0;
opacity: 0;
padding: 10px 0;
position: absolute;
right: 0;
text-align: right;
top: 100%;
transition: all 0.5s ease 0s;
visibility: hidden;
width: 120px;
z-index: -999;
}
.header-menubar-icon:hover > ul{
margin-top: 0;
opacity: 1;
visibility: visible;
z-index: 999;
}
.header-menubar-icon ul li a {
display: block;
line-height: 24px;
padding: 6px 15px;
}
.slider_lyout_four .hero-image-2::before{display: none;}
.collection-wrap.style_two .collection-title{
bottom: 50px;
top: auto;
}
.collection-wrap.style_two .collection-title a{
background-image: url(//dyslexiastlouis.com/wp-content/themes/techeduem/images/icons/collection-shop-arrow-black.png);
background-position: right center;
background-repeat: no-repeat;
padding-right: 60px;
}
.collection-wrap.style_two .single-collection:hover .collection-title a{
background-image: url(//dyslexiastlouis.com/wp-content/themes/techeduem/images/icons/collection-shop-arrow.png);
}
.collection-wrap.style_two .single-collection a.shop_btn{
display: none;
}
.service_border {
position: relative;
}
.service_border::before {
background: #eeeeee none repeat scroll 0 0;
content: "";
height: 145px;
position: absolute;
right: -15px;
top: 0;
width: 2px;
}
.product_information_area {
background: #fff none repeat scroll 0 0;
bottom: -90px;
box-shadow: 0 0 12px rgba(0, 0, 0, 0.18);
left: 0;
opacity: 0;
position: absolute;
text-align: left;
transition: all 0.4s ease 0s;
visibility: hidden;
width: 100%;
}
.product-item .product-inner .product_information_area .content{
padding-bottom: 20px;
}
.product-item:hover .product_information_area{
visibility: visible;
opacity: 1;
bottom: -75px;
}
.product_attribute {
padding: 0 30px;
margin-top: 30px;
}
.product_attribute ul{
padding: 0;
list-style: none;
margin: 0 0 20px;
text-align: left;
}
.product_attribute ul li {
display: inline-block;
line-height: 1;
margin: 0 10px 0 0;
}
.product_attribute ul li.color_attribute{
width: 15px;
height: 15px;
border-radius: 100%;
}
.product-item .product-inner .image-wrap .product_information_area .actions.style_two {
border-radius: 0;
bottom: 0;
opacity: 1;
overflow: hidden;
padding: 0 30px;
position: static;
top: auto;
transform: translateX(0px);
visibility: visible;
width: 100%;
}
.product-item .product-inner{
overflow: visible;
padding-bottom: 0;
}
.product_information_area .attribute_label {
font-weight: 600;
}
.product-item.product_style_three .product-inner .image-wrap .actions.style_two a:first-child{
width: auto;
} .modal-body {
display: flex;
justify-content: space-between;
padding: 50px;
}
.modal-dialog {
margin: 150px auto;
min-width: 878px;
}
.qwick-view-left {
min-width: 320px;
}
.quick-view-tab-content .tab-pane > img {
width: 100%;
}
.quick-view-list {
margin-top: 10px;
}
.quick-view-list a:last-child {
margin-right: 0px;
}
.qwick-view-left {
margin-right: 30px;
}
.modal-content {
border-radius: 0rem;
}
.quickview .title {
margin: 0 0 10px;
}
.qwick-view-content > h3 {
color: #707070;
font-size: 18px;
font-weight: 600;
margin: 0;
}
.qwick-view-content > p {
color: #545454;
margin-bottom: 25px;
}
.quickview p.price {
margin: 0 0 20px;
}
.qwick-view-content .quantity.product-quantity input{
border: medium none;
text-align: center;
}
.woocommerce div.product .qwick-view-content form.cart .button {
height: auto;
line-height: inherit;
padding: 10px 40px;
}
.woocommerce div.product .qwick-view-content form.cart{
margin-bottom: 10px !important;
}
.qwick-view-content .woocommerce-product-details__short-description {
margin-bottom: 20px;
}
.qwick-view-content .variations div {
margin-bottom: 10px;
}
#exampleModal .close {
color: #fff;
float: right;
font-size: 50px;
font-weight: 700;
line-height: 1;
opacity: 1;
position: absolute;
right: 370px;
text-shadow: 0 1px 0 #fff;
top: 32px;
transition: all .3s ease 0s;
cursor: pointer;
}
#exampleModal .close:hover {
color: #ee3333;
}
.modal-backdrop.show {
opacity: 0.8;
}
.modal-content .close:hover {
color: #ee3333;
} .product-item.shop-product-items .product-inner .content {
padding: 15px 30px 25px;
}
.product-item.shop-product-items:hover .product_information_area {
bottom: -100px;
}.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; 
}
#content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0 auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}  .sticky {
display: block;
}
.hentry {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 1.5em 0 1.5em;
float: left;
width: 100%;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
vertical-align: top;
width: 100%;
padding-left: 5px;
padding-right: 5px;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
} .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
}
.infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
height: 40px;
width: 100%;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .browserupgrade {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
header.page-header .page-title {
margin-top: 0;
}
.sticky .blog-item .content .title:before ,
.tag-sticky-2 .blog-item .content .title:before {
position: absolute;
left: 0;
top: 0;
content: "\f08d";
color: #1BB4B9;
font-family: fontAwesome;
transform: rotate(-45deg);
font-size: 15px;
}
.sticky .blog-item .content .title ,
.tag-sticky-2 .blog-item .content .title {
position: relative;
padding-left: 15px;
}
.sticky .blog-item .content .title a ,
.tag-sticky-2 .blog-item .content .title a{
color: #1BB4B9;
}
article.singel_blog_items.sticky, article.singel_blog_items.tag-sticky-2 {
border: 1px solid #1BB4B9;
padding: 9px 15px;
}
.page-links > span:not(a) {
color: #373b3e !important;
border-color: #373b3e !important;
}
.gallery-call-to-action .education-call-to-action.cta-flex .action a.cta-button {
margin-top: 0;
}
.gallery-call-to-action .education-call-to-action.cta-flex .action {
padding-top: 0;
}
.gallery-call-to-action .education-call-to-action {
padding: 0;
}
.yith-wcwl-share h4.yith-wcwl-share-title {
text-align: left;
}
.yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistaddedbrowse{
display: block !important;
}
.comment-form p.comment-form-cookies-consent input {
width: auto;
height: auto;
}[class^="wp-block-"]:not(.wp-block-gallery) figcaption {
font-style: italic;
margin-bottom: 1.5em;
text-align: left;
}
.rtl [class^="wp-block-"]:not(.wp-block-gallery) figcaption {
text-align: right;
}  p.has-drop-cap:not(:focus)::first-letter {
font-size: 5em;
margin-top: 0.075em;
} .wp-block-image {
margin-bottom: 1.5em;
}
.wp-block-image figure {
margin-bottom: 0;
margin-top: 0;
}
.wp-block-image figure.alignleft {
margin-right: 1.5em;
}
.wp-block-image figure.alignright {
margin-left: 1.5em;
} .wp-block-gallery {
margin-bottom: 1.5em;
}
.wp-block-gallery figcaption {
font-style: italic;
}
.wp-block-gallery.aligncenter {
display: flex;
margin: 0 -8px;
} .wp-block-quote:not(.is-large):not(.is-style-large) {
border: 0;
padding: 0;
}
.wp-block-quote.alignleft p:last-of-type,
.wp-block-quote.alignright p:last-of-type {
margin-bottom: 0;
}
.wp-block-quote cite {
color: inherit;
font-size: inherit;
} .wp-block-audio audio {
display: block;
width: 100%;
} .wp-block-cover-image.alignright,
.wp-block-cover.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover.alignleft,
.wp-block-cover-image.aligncenter,
.wp-block-cover.aligncenter {
display: flex;
} .wp-block-file .wp-block-file__button {
background-color: #222;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
display: inline-block;
font-size: 14px;
font-size: 0.875rem;
font-weight: 800;
margin-top: 2em;
padding: 0.7em 2em;
-webkit-transition: background-color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out;
white-space: nowrap;
}
.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus {
background-color: #767676;
-webkit-box-shadow: none;
box-shadow: none;
}  .wp-block-code {
background: transparent;
border: 0;
padding: 0;
} .wp-block-pullquote {
border: 0;
}
.wp-block-pullquote__citation,
.wp-block-pullquote cite {
font-size: inherit;
text-transform: none;
} .wp-block-table thead th {
border-bottom: 2px solid #bbb;
padding-bottom: 0.5em;
}
.wp-block-table tr {
border-bottom: 1px solid #eee;
}
.wp-block-table th,
.wp-block-table td {
border: 0;
}
.rtl .wp-block-table th,
.rtl .wp-block-table td {
text-align: right;
}  .wp-block-button .wp-block-button__link {
-webkit-box-shadow: none;
box-shadow: none;
display: inline-block;
font-size: 14px;
font-size: 0.875rem;
font-weight: 800;
line-height: 1.66;
margin-top: 2em;
padding: 0.7em 2em;
-webkit-transition: background-color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out;
white-space: nowrap;
}
.entry-content .wp-block-button__link {
background-color: #222;
color: #fff;
}
.entry-content .is-style-outline .wp-block-button__link:not(.has-background) {
background-color: transparent;
}
.entry-content .is-style-outline .wp-block-button__link:not(.has-text-color) {
color: #222;
}
.colors-dark .wp-block-button__link {
background-color: #fff;
color: #000;
}
.entry-content .wp-block-button__link:hover,
.entry-content .wp-block-button__link:focus,
.entry-content .is-style-outline .wp-block-button__link:not(.has-background):hover,
.entry-content .is-style-outline .wp-block-button__link:not(.has-background):focus {
background-color: #767676;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.colors-dark .entry-content .wp-block-button__link:hover,
.colors-dark .entry-content .wp-block-button__link:focus,
.colors-dark .entry-content .is-style-outline .wp-block-button__link:not(.has-background):hover,
.colors-dark .entry-content .is-style-outline .wp-block-button__link:not(.has-background):focus {
background-color: #bbb;
color: #000;
}
.colors-dark .entry-content .is-style-outline .wp-block-button__link:not(.has-text-color) {
color: #fff;
}
.colors-dark .entry-content .is-style-outline .wp-block-button__link:not(.has-text-color):hover,
.colors-dark .entry-content .is-style-outline .wp-block-button__link:not(.has-text-color):focus {
color: #222;
}
.colors-custom .entry-content .wp-block-button__link,
.colors-custom .entry-content .wp-block-button__link:hover,
.colors-custom .entry-content .wp-block-button__link:focus,
.colors-dark .entry-content .wp-block-button__link,
.colors-dark .entry-content .wp-block-button__link:hover,
.colors-dark .entry-content .wp-block-button__link:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.colors-custom .entry-content .wp-block-button__link:hover,
.colors-custom .entry-content .wp-block-button__link:focus {
color: #fff;
} .wp-block-separator {
border: 0;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
max-width: 100px;
} .wp-block-media-text {
margin-bottom: 1.5em;
}
.wp-block-media-text *:last-child {
margin-bottom: 0;
}  .wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter {
list-style-position: inside;
text-align: center;
} .wp-block-latest-comments article {
margin-bottom: 4em;
}
.blog:not(.has-sidebar) #primary .wp-block-latest-comments article,
.archive:not(.page-one-column):not(.has-sidebar) #primary .wp-block-latest-comments article,
.search:not(.has-sidebar) #primary .wp-block-latest-comments article {
float: none;
width: 100%;
}
.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
border-radius: 0;
}
.wp-block-latest-comments a {
-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
}
.wp-block-latest-comments__comment-meta {
font-size: 16px;
font-size: 1rem;
margin-bottom: 0.4em;
}
.wp-block-latest-comments__comment-author,
.wp-block-latest-comments__comment-link {
font-weight: 700;
text-decoration: none;
}
.wp-block-latest-comments__comment-date {
color: #767676;
font-size: 10px;
font-size: 0.625rem;
font-weight: 800;
letter-spacing: 0.1818em;
margin-top: 0.4em;
text-transform: uppercase;
}
.editor-block-list__block .wp-block-latest-comments__comment-excerpt p {
font-size: 14px;
font-size: 0.875rem;
} .entry-content .has-pale-pink-color {
color: #f78da7 !important;
}
.entry-content .has-pale-pink-background-color,
.wp-block-button.is-style-outline .has-pale-pink-background-color:link {
background-color: #f78da7;
}
.entry-content .has-vivid-red-color {
color: #cf2e2e !important;
}
.entry-content .has-vivid-red-background-color,
.wp-block-button.is-style-outline .has-vivid-red-background-color:link {
background-color: #cf2e2e;
}
.entry-content .has-luminous-vivid-orange-color {
color: #ff6900 !important;
}
.entry-content .has-luminous-vivid-orange-background-color,
.wp-block-button.is-style-outline .has-luminous-vivid-orange-background-color:link {
background-color: #ff6900;
}
.entry-content .has-luminous-vivid-amber-color {
color: #fcb900 !important;
}
.entry-content .has-luminous-vivid-amber-background-color,
.wp-block-button.is-style-outline .has-luminous-vivid-amber-background-color:link {
background-color: #fcb900;
}
.entry-content .has-light-green-cyan-color {
color: #7bdcb5 !important;
}
.entry-content .has-light-green-cyan-background-color,
.wp-block-button.is-style-outline .has-light-green-cyan-background-color:link {
background-color: #7bdcb5;
}
.entry-content .has-vivid-green-cyan-color {
color: #00d084 !important;
}
.entry-content .has-vivid-green-cyan-background-color,
.wp-block-button.is-style-outline .has-vivid-green-cyan-background-color:link {
background-color: #00d084;
}
.entry-content .has-pale-cyan-blue-color {
color: #8ed1fc !important;
}
.entry-content .has-pale-cyan-blue-background-color,
.wp-block-button.is-style-outline .has-pale-cyan-blue-background-color:link {
background-color: #8ed1fc;
}
.entry-content .has-vivid-cyan-blue-color {
color: #0693e3 !important;
}
.entry-content .has-vivid-cyan-blue-background-color,
.wp-block-button.is-style-outline .has-vivid-cyan-blue-background-color:link {
background-color: #0693e3;
}
.entry-content .has-very-light-gray-color {
color: #eee !important;
}
.entry-content .has-very-light-gray-background-color,
.wp-block-button.is-style-outline .has-very-light-gray-background-color:link {
background-color: #eee;
}
.entry-content .has-cyan-bluish-gray-color {
color: #abb8c3 !important;
}
.entry-content .has-cyan-bluish-gray-background-color,
.wp-block-button.is-style-outline .has-cyan-bluish-gray-background-color:link {
background-color: #abb8c3;
}
.entry-content .has-very-dark-gray-color {
color: #313131 !important;
}
.entry-content .has-very-dark-gray-background-color,
.wp-block-button.is-style-outline .has-very-dark-gray-background-color:link {
background-color: #313131;
}@media (min-width: 1200px) and (max-width: 1400px) {
.header-section .container-fluid {
padding: 0 125px;
}
} @media (min-width: 992px) and (max-width: 1200px) {
.hero-content-2 {
padding-left: 55px;
}
.product-slider .slick-arrow.slick-prev{
left: 0;
}
.product-slider .slick-arrow.slick-next{
right: 0;
}
.countdown_time span.cdown {
margin-right: 40px;
}
.related-post-title > h3 {
font-size: 18px;
line-height: 1.5;
}
.single-blog-item .content .title {
font-size: 26px;
}
.sidebar-blog .content .title {
font-size: 14px;
}
.sidebar-search-icon {
right: 10%;
}
.primary-nav-wrap.default-menu nav > ul > li > a {
padding: 45px 2px;
}
.primary-nav-wrap.default-menu nav > ul {
margin-right: 35px;
}
} @media (min-width: 768px) and (max-width: 991px) {
.container,.elementor-section.elementor-section-boxed > .elementor-container { width: 100% }
.site-title {
padding: 15px 0;
}
.cus-col-5 {
width: 33.33%;
}
.home-blog-item .image {
margin-right: 0px;
max-width: 100%;
float: none !important;
}
.home-blog-item .image img{
width: 100%;
}
.mobile-menu .mean-bar .meanmenu-reveal {
top: -46px;
}
.header-social ul.header-right-social {
margin: 0 10px 0 0;
}	
.related-post-title > h3 {
font-size: 16px;
margin-bottom: 5px;
}
.header-search-icon-default .sidebar-trigger-search {
display: none;
}
.main-search-active {
display: none;
}
.widget-area {
margin-bottom: 0px;
}
.comment-respond {
margin-bottom: 40px;
}
.shop-sidebar {
margin-bottom: 50px;
}
.side-menu nav {
max-height: 250px;
}
.product-single-banner .slider_content {
margin-left: 0;
padding-top: 70px;
text-align: center;
}
.product-single-banner .slider_content p {
margin: 0 auto 35px;
}
.product-single-banner .bannerprd-image {
text-align: center;
}
.row-reverse {
flex-direction: column-reverse;
}
.product-single-banner .slider_content.text-right {
text-align: center !important;
}
.product-single-banner .slider_content.text-right p {
float: none;
}
.header-social span {
padding: 0 10px 0;
}
.header-social ul {
margin: 0 0 0 10px;
}	
.header-social ul li + li {
margin-left: 12px;
}
.header-social ul li a {
font-size: 13px;
}	
.header-menu-wrap .site-title {
padding-top: 10px;
padding-bottom: 10px;
}	
} @media (max-width: 767px) {
.container,.elementor-section.elementor-section-boxed > .elementor-container { width: 95% }
.site-title {
padding: 15px 0;
}
.breadcrumbs{
display: block;
}
h1.page-title {
font-size: 32px;
}
.breadcrumbs h1.page-title{
width: 100%;
margin-bottom:10px;
}
.breadcrumbs_wrap{
width:100%;
}
.meta-info .meta-item.pull-right{
float: none !important;
} .blog-search form input {
padding: 2px 70px 2px 15px;
}
.blog-search form button {
padding: 0 18px;
z-index: 999;
}
.blog-search form button::before {
right: 55px;
}
blockquote {
border-left: 3px solid #4b4a4a;
margin: 30px 0 30px 10px;
padding: 0 0 0 15px;
font-size: 14px;
line-height: 1.8;
}
.blog-info > ul {
margin: 20px;
}
.user-info .user-text span {
display: block;
padding: 5px 0;
}
.user-share {
display: block;
float: none;
margin-top: 15px;
}
.user-share span {
display: block;
float: none;
margin-bottom: 10px;
margin-right: 0;
}
.user-text {
display: block;
float: none;
}
.user-info {
overflow: hidden;
}
.author-img {
display: block;
float: none;
margin-bottom: 20px;
}
.author.author-box {
align-items: flex-start;
flex-flow: column wrap;
justify-content: flex-start;
margin: 50px 0;
}
.author-info {
padding-left: 0;
width: 100%;
}
.sidebar-title {
font-size: 20px;
letter-spacing: 1px;
margin-bottom: 50px;
}
.related-post > .row {
display: block;
flex-flow: column wrap;
}
.sidebar-widget.widget_tag_cloud .tagcloud a{
font-size: 12px !important;
}
.home_page_mail .eael-mailchimp-wrap.eael-mailchimp-inline .eael-mailchimp-subscribe {
top: 10px;
}
.collection-wrap {
padding: 0 15px;
}
.cus-col-5 {
float: none;
width: 100%;
}
.service-section .elementor-row > .elementor-element:nth-child(2),.service-section .elementor-row > .elementor-element:nth-child(3) {
text-align: left;
}
.home-blog-item .image {
margin-right: 0px;
max-width: 100%;
float: none !important;
}
.home-blog-item .image img{
width: 100%;
}
.countdown_time span.cdown {
margin-right: 0;
}
.product-tab-list.nav a{
margin-right: 5px;
}
.testimonial-slider .slick-arrow{
top: 40%;
}
.header-transparent .mini-cart-wrap{
right: -45px;
}
.header-transparent .mobile-menu .mean-bar .meanmenu-reveal {
top: -45px;
}
.countdown_time span.cdown{
font-size: 50px;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
float: none;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
float: left;
width: 100%;
}
.woocommerce-page .woocommerce-ordering .nice-select,.woocommerce-page .woocommerce-ordering .nice-select .list{
width: 100%;
}
.header-logo .site-title {
padding: 0;
}
.woocommerce form .form-row {
display: block;
width: 100%;
}
.woocommerce #respond input#submit, .woocommerce button.button, .woocommerce input.button {
height: inherit;
padding: 13px 30px;
}
.page-wrapper {
padding: 65px 0;
}
.woocommerce-checkout #payment ul.payment_methods {
padding: 30px 30px 5px;
}
.woocommerce-LostPassword.lost_password {
float: none;
margin: 0;
}
.widget-area {
margin-bottom: 0px;
}
.single-related-post {
margin-bottom: 30px;
}
.section-title.title-style-two {
padding-bottom: 0;
}
.shop-sidebar {
margin-bottom: 50px;
}
.side-menu nav {
max-height: 250px;
}
.product-single-banner .slider_content {
margin-left: 0;
padding-top: 70px;
text-align: center;
}
.product-single-banner .slider_content p {
margin: 0 auto 35px;
}
.product-single-banner .bannerprd-image {
text-align: center;
}
.row-reverse {
flex-direction: column-reverse;
}
.product-single-banner .slider_content.text-right {
text-align: center !important;
}
.product-single-banner .slider_content.text-right p {
float: none;
}
.related-post-title > h3 {
font-size: 16px;
margin-bottom: 5px;
}
.related-post-title > span {
font-size: 12px;
}
.header-search-icon-default .sidebar-trigger-search {
display: none;
}
.main-search-active {
display: none;
}
.single-blog-item .content .meta {
display: -webkit-box;
display: -ms-flexbox;
display: -moz-groupbox;
}
.single-blog-item .content .meta li::before {
display: none;
}
.related-post {
margin-bottom: 0;
}
.comment-respond {
margin-top: 0;
margin-bottom: 45px;
}
.leave-comment-form {
margin-top: 0;
}
.sidebar-blog .content .title {
font-size: 15px;
margin-bottom: 0px;
}
.sidebar-title::after {
margin: 15px auto 40px 0;
}
.education-filter-menu-list button {
margin: 0 10px;
}
.header-info.text-right {
text-align: center!important;
}
.header-menu-wrap .site-title {
width: 210px;
}
.header-info {
text-align: center;
}
.header-social .header-info {
display: inherit;
}
.header-social ul {
margin: 0;
display: inherit;
text-align: center;
}	
} @media only screen and (min-width: 480px) and (max-width: 767px) {
.container,.elementor-section.elementor-section-boxed > .elementor-container { width: 90% }
.countdown_time span.cdown {
margin-right: 35px;
}
.single-blog-item .content .meta {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-inline-box;
}
.single-blog-item .content .meta li::before {
display: block;
}
.header-social span {
padding: 0 10px 0px;
}
}