@charset "UTF-8";
.owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1; }
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y; }
.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(0px, 0px, 0px); }
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.owl-carousel .owl-item img {
display: block;
width: 100%;
-webkit-transform-style: preserve-3d; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
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-loaded {
display: block; }
.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; } .no-js .owl-carousel {
display: block; } .owl-carousel .animated {
-webkit-animation-duration: 1000ms;
animation-duration: 1000ms;
-webkit-animation-fill-mode: both;
animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
z-index: 0; }
.owl-carousel .owl-animated-out {
z-index: 1; }
.owl-carousel .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut; }
@-webkit-keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } } .owl-height {
transition: height 500ms ease-in-out; } .owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms ease; }
.owl-carousel .owl-item img.owl-lazy {
-webkit-transform-style: preserve-3d;
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(//www.floorscrubberequipment.com/wp-content/themes/carpet/stylesheets/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: -webkit-transform 100ms ease;
transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
-webkit-transform: scale(1.3, 1.3);
-ms-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none; }
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%; }.owl-theme .owl-controls{
margin-top: 10px;
text-align: center;
} .owl-theme .owl-controls .owl-buttons div{
color: #FFF;
display: inline-block;
zoom: 1;
*display: inline; margin: 5px;
padding: 3px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
background: #869791;
filter: Alpha(Opacity=50); opacity: 0.5;
}  .owl-theme .owl-controls.clickable .owl-buttons div:hover{
filter: Alpha(Opacity=100); opacity: 1;
text-decoration: none;
} .owl-theme .owl-controls .owl-page{
display: inline-block;
zoom: 1;
*display: inline; }
.owl-theme .owl-controls .owl-page span{
display: block;
width: 12px;
height: 12px;
margin: 5px 7px;
filter: Alpha(Opacity=50); opacity: 0.5;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #fff;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
filter: Alpha(Opacity=100); opacity: 1;
} .owl-theme .owl-controls .owl-page span.owl-numbers{
height: auto;
width: auto;
color: #FFF;
padding: 2px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
} .owl-item.loading{
min-height: 150px;
background: url(//www.floorscrubberequipment.com/wp-content/themes/carpet/stylesheets/AjaxLoader.gif) no-repeat center center
}
.carousel_client .owl-pagination {
display: none;
}
 .animated {
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
-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, 50%, 0);
transform: translate3d(0, 50%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 50%, 0);
transform: translate3d(0, 50%, 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;
}.swiper-container{margin:0 auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination{bottom:10px;left:0;width:100%}.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{margin:0 5px}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;width:100%;height:100%;z-index:1}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}@font-face{font-family:'FontAwesome';src:url(//www.floorscrubberequipment.com/wp-content/themes/carpet/stylesheets/fonts/fontawesome-webfont.eot?v=4.5.0);src:url(//www.floorscrubberequipment.com/wp-content/themes/carpet/stylesheets/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format('embedded-opentype'),url(//www.floorscrubberequipment.com/wp-content/themes/carpet/stylesheets/fonts/fontawesome-webfont.woff2?v=4.5.0) format('woff2'),url(//www.floorscrubberequipment.com/wp-content/themes/carpet/stylesheets/fonts/fontawesome-webfont.woff?v=4.5.0) format('woff'),url(//www.floorscrubberequipment.com/wp-content/themes/carpet/stylesheets/fonts/fontawesome-webfont.ttf?v=4.5.0) format('truetype'),url(//www.floorscrubberequipment.com/wp-content/themes/carpet/stylesheets/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
.wd-title-bar h1{color:#fff;}
.top-bar-section .has-dropdown ul li > a{background:rgba(31, 69, 150, 0.61) none repeat scroll 0 0 !important;}
.creative-layout .top-bar-section ul li:hover:not(.has-form) > a, .creative-layout .top-bar-section ul li.active_menu > a{color:#adc1ea !important}
.wd-title-bar {
background-color: #1b459b !important;
}
.inner_quote_btn a {
background: #1b459b none repeat scroll 0 0 !important;
}
meta.foundation-version {
font-family: "/5.5.3/"
}
meta.foundation-mq-small {
font-family: "/only screen/";
width: 0
}
meta.foundation-mq-small-only {
font-family: "/only screen and (max-width: 45.71429em)/";
width: 0
}
meta.foundation-mq-medium {
font-family: "/only screen and (min-width:45.78571em)/";
width: 45.78571em
}
meta.foundation-mq-medium-only {
font-family: "/only screen and (min-width:45.78571em) and (max-width:73.14286em)/";
width: 45.78571em
}
meta.foundation-mq-large {
font-family: "/only screen and (min-width:73.21429em)/";
width: 73.21429em
}
meta.foundation-mq-large-only {
font-family: "/only screen and (min-width:73.21429em) and (max-width:102.85714em)/";
width: 73.21429em
}
meta.foundation-mq-xlarge {
font-family: "/only screen and (min-width:102.92857em)/";
width: 102.92857em
}
meta.foundation-mq-xlarge-only {
font-family: "/only screen and (min-width:102.92857em) and (max-width:137.14286em)/";
width: 102.92857em
}
meta.foundation-mq-xxlarge {
font-family: "/only screen and (min-width:137.21429em)/";
width: 137.21429em
}
meta.foundation-data-attribute-namespace {
font-family: false
}
html,
body {
height: 100%
}
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
html,
body {
font-size: 14px
}
body {
background: #fff;
color: #222;
cursor: auto;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-style: normal;
font-weight: normal;
line-height: 1.5;
margin: 0;
padding: 0;
position: relative
}
a:hover {
cursor: pointer
}
img {
max-width: 100%;
height: auto
}
img {
-ms-interpolation-mode: bicubic
}
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
max-width: none !important
}
.left {
float: left !important
}
.right {
float: right !important
}
.clearfix:before,
.clearfix:after {
content: " ";
display: table
}
.clearfix:after {
clear: both
}
.hide {
display: none
}
.invisible {
visibility: hidden
}
.antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
img {
display: inline-block;
vertical-align: middle
}
textarea {
height: auto;
min-height: 50px
}
select {
width: 100%
}
.row {
margin: 0 auto;
max-width: 85.71429rem;
width: 100%
}
.row:before,
.row:after {
content: " ";
display: table
}
.row:after {
clear: both
}
.row.collapse>.column,
.row.collapse>.columns {
padding-left: 0;
padding-right: 0
}
.row.collapse .row {
margin-left: 0;
margin-right: 0
}
.row .row {
margin: 0 -1.07143rem;
max-width: none;
width: auto
}
.row .row:before,
.row .row:after {
content: " ";
display: table
}
.row .row:after {
clear: both
}
.row .row.collapse {
margin: 0;
max-width: none;
width: auto
}
.row .row.collapse:before,
.row .row.collapse:after {
content: " ";
display: table
}
.row .row.collapse:after {
clear: both
}
.column,
.columns {
padding-left: 1.07143rem;
padding-right: 1.07143rem;
width: 100%;
float: left
}
.column+.column:last-child,
.columns+.column:last-child,
.column+.columns:last-child,
.columns+.columns:last-child {
float: right
}
.column+.column.end,
.columns+.column.end,
.column+.columns.end,
.columns+.columns.end {
float: left
}
@media only screen {
.small-push-0 {
position: relative;
left: 0;
right: auto
}
.small-pull-0 {
position: relative;
right: 0;
left: auto
}
.small-push-1 {
position: relative;
left: 8.33333%;
right: auto
}
.small-pull-1 {
position: relative;
right: 8.33333%;
left: auto
}
.small-push-2 {
position: relative;
left: 16.66667%;
right: auto
}
.small-pull-2 {
position: relative;
right: 16.66667%;
left: auto
}
.small-push-3 {
position: relative;
left: 25%;
right: auto
}
.small-pull-3 {
position: relative;
right: 25%;
left: auto
}
.small-push-4 {
position: relative;
left: 33.33333%;
right: auto
}
.small-pull-4 {
position: relative;
right: 33.33333%;
left: auto
}
.small-push-5 {
position: relative;
left: 41.66667%;
right: auto
}
.small-pull-5 {
position: relative;
right: 41.66667%;
left: auto
}
.small-push-6 {
position: relative;
left: 50%;
right: auto
}
.small-pull-6 {
position: relative;
right: 50%;
left: auto
}
.small-push-7 {
position: relative;
left: 58.33333%;
right: auto
}
.small-pull-7 {
position: relative;
right: 58.33333%;
left: auto
}
.small-push-8 {
position: relative;
left: 66.66667%;
right: auto
}
.small-pull-8 {
position: relative;
right: 66.66667%;
left: auto
}
.small-push-9 {
position: relative;
left: 75%;
right: auto
}
.small-pull-9 {
position: relative;
right: 75%;
left: auto
}
.small-push-10 {
position: relative;
left: 83.33333%;
right: auto
}
.small-pull-10 {
position: relative;
right: 83.33333%;
left: auto
}
.small-push-11 {
position: relative;
left: 91.66667%;
right: auto
}
.small-pull-11 {
position: relative;
right: 91.66667%;
left: auto
}
.column,
.columns {
position: relative;
padding-left: 1.07143rem;
padding-right: 1.07143rem;
float: left
}
.small-1 {
width: 8.33333%
}
.small-2 {
width: 16.66667%
}
.small-3 {
width: 25%
}
.small-4 {
width: 33.33333%
}
.small-5 {
width: 41.66667%
}
.small-6 {
width: 50%
}
.small-7 {
width: 58.33333%
}
.small-8 {
width: 66.66667%
}
.small-9 {
width: 75%
}
.small-10 {
width: 83.33333%
}
.small-11 {
width: 91.66667%
}
.small-12 {
width: 100%
}
.small-offset-0 {
margin-left: 0 !important
}
.small-offset-1 {
margin-left: 8.33333% !important
}
.small-offset-2 {
margin-left: 16.66667% !important
}
.small-offset-3 {
margin-left: 25% !important
}
.small-offset-4 {
margin-left: 33.33333% !important
}
.small-offset-5 {
margin-left: 41.66667% !important
}
.small-offset-6 {
margin-left: 50% !important
}
.small-offset-7 {
margin-left: 58.33333% !important
}
.small-offset-8 {
margin-left: 66.66667% !important
}
.small-offset-9 {
margin-left: 75% !important
}
.small-offset-10 {
margin-left: 83.33333% !important
}
.small-offset-11 {
margin-left: 91.66667% !important
}
.small-reset-order {
float: left;
left: auto;
margin-left: 0;
margin-right: 0;
right: auto
}
.column.small-centered,
.columns.small-centered {
margin-left: auto;
margin-right: auto;
float: none
}
.column.small-uncentered,
.columns.small-uncentered {
float: left;
margin-left: 0;
margin-right: 0
}
.column.small-centered:last-child,
.columns.small-centered:last-child {
float: none
}
.column.small-uncentered:last-child,
.columns.small-uncentered:last-child {
float: left
}
.column.small-uncentered.opposite,
.columns.small-uncentered.opposite {
float: right
}
.row.small-collapse>.column,
.row.small-collapse>.columns {
padding-left: 0;
padding-right: 0
}
.row.small-collapse .row {
margin-left: 0;
margin-right: 0
}
.row.small-uncollapse>.column,
.row.small-uncollapse>.columns {
padding-left: 1.07143rem;
padding-right: 1.07143rem;
float: left
}
}
@media only screen and (min-width: 45.78571em) {
.medium-push-0 {
position: relative;
left: 0;
right: auto
}
.medium-pull-0 {
position: relative;
right: 0;
left: auto
}
.medium-push-1 {
position: relative;
left: 8.33333%;
right: auto
}
.medium-pull-1 {
position: relative;
right: 8.33333%;
left: auto
}
.medium-push-2 {
position: relative;
left: 16.66667%;
right: auto
}
.medium-pull-2 {
position: relative;
right: 16.66667%;
left: auto
}
.medium-push-3 {
position: relative;
left: 25%;
right: auto
}
.medium-pull-3 {
position: relative;
right: 25%;
left: auto
}
.medium-push-4 {
position: relative;
left: 33.33333%;
right: auto
}
.medium-pull-4 {
position: relative;
right: 33.33333%;
left: auto
}
.medium-push-5 {
position: relative;
left: 41.66667%;
right: auto
}
.medium-pull-5 {
position: relative;
right: 41.66667%;
left: auto
}
.medium-push-6 {
position: relative;
left: 50%;
right: auto
}
.medium-pull-6 {
position: relative;
right: 50%;
left: auto
}
.medium-push-7 {
position: relative;
left: 58.33333%;
right: auto
}
.medium-pull-7 {
position: relative;
right: 58.33333%;
left: auto
}
.medium-push-8 {
position: relative;
left: 66.66667%;
right: auto
}
.medium-pull-8 {
position: relative;
right: 66.66667%;
left: auto
}
.medium-push-9 {
position: relative;
left: 75%;
right: auto
}
.medium-pull-9 {
position: relative;
right: 75%;
left: auto
}
.medium-push-10 {
position: relative;
left: 83.33333%;
right: auto
}
.medium-pull-10 {
position: relative;
right: 83.33333%;
left: auto
}
.medium-push-11 {
position: relative;
left: 91.66667%;
right: auto
}
.medium-pull-11 {
position: relative;
right: 91.66667%;
left: auto
}
.column,
.columns {
position: relative;
padding-left: 1.07143rem;
padding-right: 1.07143rem;
float: left
}
.medium-1 {
width: 8.33333%
}
.medium-2 {
width: 16.66667%
}
.medium-3 {
width: 25%
}
.medium-4 {
width: 33.33333%
}
.medium-5 {
width: 41.66667%
}
.medium-6 {
width: 50%
}
.medium-7 {
width: 58.33333%
}
.medium-8 {
width: 66.66667%
}
.medium-9 {
width: 75%
}
.medium-10 {
width: 83.33333%
}
.medium-11 {
width: 91.66667%
}
.medium-12 {
width: 100%
}
.medium-offset-0 {
margin-left: 0 !important
}
.medium-offset-1 {
margin-left: 8.33333% !important
}
.medium-offset-2 {
margin-left: 16.66667% !important
}
.medium-offset-3 {
margin-left: 25% !important
}
.medium-offset-4 {
margin-left: 33.33333% !important
}
.medium-offset-5 {
margin-left: 41.66667% !important
}
.medium-offset-6 {
margin-left: 50% !important
}
.medium-offset-7 {
margin-left: 58.33333% !important
}
.medium-offset-8 {
margin-left: 66.66667% !important
}
.medium-offset-9 {
margin-left: 75% !important
}
.medium-offset-10 {
margin-left: 83.33333% !important
}
.medium-offset-11 {
margin-left: 91.66667% !important
}
.medium-reset-order {
float: left;
left: auto;
margin-left: 0;
margin-right: 0;
right: auto
}
.column.medium-centered,
.columns.medium-centered {
margin-left: auto;
margin-right: auto;
float: none
}
.column.medium-uncentered,
.columns.medium-uncentered {
float: left;
margin-left: 0;
margin-right: 0
}
.column.medium-centered:last-child,
.columns.medium-centered:last-child {
float: none
}
.column.medium-uncentered:last-child,
.columns.medium-uncentered:last-child {
float: left
}
.column.medium-uncentered.opposite,
.columns.medium-uncentered.opposite {
float: right
}
.row.medium-collapse>.column,
.row.medium-collapse>.columns {
padding-left: 0;
padding-right: 0
}
.row.medium-collapse .row {
margin-left: 0;
margin-right: 0
}
.row.medium-uncollapse>.column,
.row.medium-uncollapse>.columns {
padding-left: 1.07143rem;
padding-right: 1.07143rem;
float: left
}
.push-0 {
position: relative;
left: 0;
right: auto
}
.pull-0 {
position: relative;
right: 0;
left: auto
}
.push-1 {
position: relative;
left: 8.33333%;
right: auto
}
.pull-1 {
position: relative;
right: 8.33333%;
left: auto
}
.push-2 {
position: relative;
left: 16.66667%;
right: auto
}
.pull-2 {
position: relative;
right: 16.66667%;
left: auto
}
.push-3 {
position: relative;
left: 25%;
right: auto
}
.pull-3 {
position: relative;
right: 25%;
left: auto
}
.push-4 {
position: relative;
left: 33.33333%;
right: auto
}
.pull-4 {
position: relative;
right: 33.33333%;
left: auto
}
.push-5 {
position: relative;
left: 41.66667%;
right: auto
}
.pull-5 {
position: relative;
right: 41.66667%;
left: auto
}
.push-6 {
position: relative;
left: 50%;
right: auto
}
.pull-6 {
position: relative;
right: 50%;
left: auto
}
.push-7 {
position: relative;
left: 58.33333%;
right: auto
}
.pull-7 {
position: relative;
right: 58.33333%;
left: auto
}
.push-8 {
position: relative;
left: 66.66667%;
right: auto
}
.pull-8 {
position: relative;
right: 66.66667%;
left: auto
}
.push-9 {
position: relative;
left: 75%;
right: auto
}
.pull-9 {
position: relative;
right: 75%;
left: auto
}
.push-10 {
position: relative;
left: 83.33333%;
right: auto
}
.pull-10 {
position: relative;
right: 83.33333%;
left: auto
}
.push-11 {
position: relative;
left: 91.66667%;
right: auto
}
.pull-11 {
position: relative;
right: 91.66667%;
left: auto
}
}
@media only screen and (min-width: 73.21429em) {
.large-push-0 {
position: relative;
left: 0;
right: auto
}
.large-pull-0 {
position: relative;
right: 0;
left: auto
}
.large-push-1 {
position: relative;
left: 8.33333%;
right: auto
}
.large-pull-1 {
position: relative;
right: 8.33333%;
left: auto
}
.large-push-2 {
position: relative;
left: 16.66667%;
right: auto
}
.large-pull-2 {
position: relative;
right: 16.66667%;
left: auto
}
.large-push-3 {
position: relative;
left: 25%;
right: auto
}
.large-pull-3 {
position: relative;
right: 25%;
left: auto
}
.large-push-4 {
position: relative;
left: 33.33333%;
right: auto
}
.large-pull-4 {
position: relative;
right: 33.33333%;
left: auto
}
.large-push-5 {
position: relative;
left: 41.66667%;
right: auto
}
.large-pull-5 {
position: relative;
right: 41.66667%;
left: auto
}
.large-push-6 {
position: relative;
left: 50%;
right: auto
}
.large-pull-6 {
position: relative;
right: 50%;
left: auto
}
.large-push-7 {
position: relative;
left: 58.33333%;
right: auto
}
.large-pull-7 {
position: relative;
right: 58.33333%;
left: auto
}
.large-push-8 {
position: relative;
left: 66.66667%;
right: auto
}
.large-pull-8 {
position: relative;
right: 66.66667%;
left: auto
}
.large-push-9 {
position: relative;
left: 75%;
right: auto
}
.large-pull-9 {
position: relative;
right: 75%;
left: auto
}
.large-push-10 {
position: relative;
left: 83.33333%;
right: auto
}
.large-pull-10 {
position: relative;
right: 83.33333%;
left: auto
}
.large-push-11 {
position: relative;
left: 91.66667%;
right: auto
}
.large-pull-11 {
position: relative;
right: 91.66667%;
left: auto
}
.column,
.columns {
position: relative;
padding-left: 1.07143rem;
padding-right: 1.07143rem;
float: left
}
.large-1 {
width: 8.33333%
}
.large-2 {
width: 16.66667%
}
.large-3 {
width: 25%
}
.large-4 {
width: 33.33333%
}
.large-5 {
width: 41.66667%
}
.large-6 {
width: 50%
}
.large-7 {
width: 58.33333%
}
.large-8 {
width: 66.66667%
}
.large-9 {
width: 75%
}
.large-10 {
width: 83.33333%
}
.large-11 {
width: 91.66667%
}
.large-12 {
width: 100%
}
.large-offset-0 {
margin-left: 0 !important
}
.large-offset-1 {
margin-left: 8.33333% !important
}
.large-offset-2 {
margin-left: 16.66667% !important
}
.large-offset-3 {
margin-left: 25% !important
}
.large-offset-4 {
margin-left: 33.33333% !important
}
.large-offset-5 {
margin-left: 41.66667% !important
}
.large-offset-6 {
margin-left: 50% !important
}
.large-offset-7 {
margin-left: 58.33333% !important
}
.large-offset-8 {
margin-left: 66.66667% !important
}
.large-offset-9 {
margin-left: 75% !important
}
.large-offset-10 {
margin-left: 83.33333% !important
}
.large-offset-11 {
margin-left: 91.66667% !important
}
.large-reset-order {
float: left;
left: auto;
margin-left: 0;
margin-right: 0;
right: auto
}
.column.large-centered,
.columns.large-centered {
margin-left: auto;
margin-right: auto;
float: none
}
.column.large-uncentered,
.columns.large-uncentered {
float: left;
margin-left: 0;
margin-right: 0
}
.column.large-centered:last-child,
.columns.large-centered:last-child {
float: none
}
.column.large-uncentered:last-child,
.columns.large-uncentered:last-child {
float: left
}
.column.large-uncentered.opposite,
.columns.large-uncentered.opposite {
float: right
}
.row.large-collapse>.column,
.row.large-collapse>.columns {
padding-left: 0;
padding-right: 0
}
.row.large-collapse .row {
margin-left: 0;
margin-right: 0
}
.row.large-uncollapse>.column,
.row.large-uncollapse>.columns {
padding-left: 1.07143rem;
padding-right: 1.07143rem;
float: left
}
.push-0 {
position: relative;
left: 0;
right: auto
}
.pull-0 {
position: relative;
right: 0;
left: auto
}
.push-1 {
position: relative;
left: 8.33333%;
right: auto
}
.pull-1 {
position: relative;
right: 8.33333%;
left: auto
}
.push-2 {
position: relative;
left: 16.66667%;
right: auto
}
.pull-2 {
position: relative;
right: 16.66667%;
left: auto
}
.push-3 {
position: relative;
left: 25%;
right: auto
}
.pull-3 {
position: relative;
right: 25%;
left: auto
}
.push-4 {
position: relative;
left: 33.33333%;
right: auto
}
.pull-4 {
position: relative;
right: 33.33333%;
left: auto
}
.push-5 {
position: relative;
left: 41.66667%;
right: auto
}
.pull-5 {
position: relative;
right: 41.66667%;
left: auto
}
.push-6 {
position: relative;
left: 50%;
right: auto
}
.pull-6 {
position: relative;
right: 50%;
left: auto
}
.push-7 {
position: relative;
left: 58.33333%;
right: auto
}
.pull-7 {
position: relative;
right: 58.33333%;
left: auto
}
.push-8 {
position: relative;
left: 66.66667%;
right: auto
}
.pull-8 {
position: relative;
right: 66.66667%;
left: auto
}
.push-9 {
position: relative;
left: 75%;
right: auto
}
.pull-9 {
position: relative;
right: 75%;
left: auto
}
.push-10 {
position: relative;
left: 83.33333%;
right: auto
}
.pull-10 {
position: relative;
right: 83.33333%;
left: auto
}
.push-11 {
position: relative;
left: 91.66667%;
right: auto
}
.pull-11 {
position: relative;
right: 91.66667%;
left: auto
}
}
.accordion {
margin-bottom: 0;
margin-left: 0
}
.accordion:before,
.accordion:after {
content: " ";
display: table
}
.accordion:after {
clear: both
}
.accordion .accordion-navigation,
.accordion dd {
display: block;
margin-bottom: 0 !important
}
.accordion .accordion-navigation.active>a,
.accordion dd.active>a {
background: #b16d29;
color: #222
}
.accordion .accordion-navigation>a,
.accordion dd>a {
background: #1b459b;
color: #fff;
display: block;
font-family: "arimo";
font-size: 1.14286rem;
padding: 1.14286rem
}
.accordion .accordion-navigation>a:hover,
.accordion dd>a:hover {
background: #ad6a28
}
.accordion .accordion-navigation>.content,
.accordion dd>.content {
display: none;
padding: 1.07143rem
}
.accordion .accordion-navigation>.content.active,
.accordion dd>.content.active {
background: #fff;
display: block
}
.alert-box {
border-style: solid;
border-width: 1px;
display: block;
font-size: .92857rem;
font-weight: normal;
margin-bottom: 1.42857rem;
padding: 1rem 1.71429rem 1rem 1rem;
position: relative;
transition: opacity 300ms ease-out;
background-color: #1b459b;
border-color: #9d6024;
color: #fff
}
.alert-box .close {
right: .28571rem;
background: inherit;
color: #333;
font-size: 1.57143rem;
line-height: .9;
margin-top: -0.78571rem;
opacity: .3;
padding: 0 6px 4px;
position: absolute;
top: 50%
}
.alert-box .close:hover,
.alert-box .close:focus {
opacity: .5
}
.alert-box.radius {
border-radius: 3px
}
.alert-box.round {
border-radius: 1000px
}
.alert-box.success {
background-color: #43AC6A;
border-color: #3a945b;
color: #fff
}
.alert-box.alert {
background-color: #f04124;
border-color: #de2d0f;
color: #fff
}
.alert-box.secondary {
background-color: #ffb61e;
border-color: #f5a600;
color: #fff
}
.alert-box.warning {
background-color: #f08a24;
border-color: #de770f;
color: #fff
}
.alert-box.info {
background-color: #a0d3e8;
border-color: #74bfdd;
color: #614100
}
.alert-box.alert-close {
opacity: 0
}
[class*="block-grid-"] {
display: block;
padding: 0;
margin: 0 -.71429rem
}
[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
content: " ";
display: table
}
[class*="block-grid-"]:after {
clear: both
}
[class*="block-grid-"]>li {
display: block;
float: left;
height: auto;
padding: 0 .71429rem 1.42857rem
}
@media only screen {
.small-block-grid-1>li {
list-style: none;
width: 100%
}
.small-block-grid-1>li:nth-of-type(1n) {
clear: none
}
.small-block-grid-1>li:nth-of-type(1n+1) {
clear: both
}
.small-block-grid-2>li {
list-style: none;
width: 50%
}
.small-block-grid-2>li:nth-of-type(1n) {
clear: none
}
.small-block-grid-2>li:nth-of-type(2n+1) {
clear: both
}
.small-block-grid-3>li {
list-style: none;
width: 33.33333%
}
.small-block-grid-3>li:nth-of-type(1n) {
clear: none
}
.small-block-grid-3>li:nth-of-type(3n+1) {
clear: both
}
.small-block-grid-4>li {
list-style: none;
width: 25%
}
.small-block-grid-4>li:nth-of-type(1n) {
clear: none
}
.small-block-grid-4>li:nth-of-type(4n+1) {
clear: both
}
.small-block-grid-5>li {
list-style: none;
width: 20%
}
.small-block-grid-5>li:nth-of-type(1n) {
clear: none
}
.small-block-grid-5>li:nth-of-type(5n+1) {
clear: both
}
.small-block-grid-6>li {
list-style: none;
width: 16.66667%
}
.small-block-grid-6>li:nth-of-type(1n) {
clear: none
}
.small-block-grid-6>li:nth-of-type(6n+1) {
clear: both
}
.small-block-grid-7>li {
list-style: none;
width: 14.28571%
}
.small-block-grid-7>li:nth-of-type(1n) {
clear: none
}
.small-block-grid-7>li:nth-of-type(7n+1) {
clear: both
}
.small-block-grid-8>li {
list-style: none;
width: 12.5%
}
.small-block-grid-8>li:nth-of-type(1n) {
clear: none
}
.small-block-grid-8>li:nth-of-type(8n+1) {
clear: both
}
.small-block-grid-9>li {
list-style: none;
width: 11.11111%
}
.small-block-grid-9>li:nth-of-type(1n) {
clear: none
}
.small-block-grid-9>li:nth-of-type(9n+1) {
clear: both
}
.small-block-grid-10>li {
list-style: none;
width: 10%
}
.small-block-grid-10>li:nth-of-type(1n) {
clear: none
}
.small-block-grid-10>li:nth-of-type(10n+1) {
clear: both
}
.small-block-grid-11>li {
list-style: none;
width: 9.09091%
}
.small-block-grid-11>li:nth-of-type(1n) {
clear: none
}
.small-block-grid-11>li:nth-of-type(11n+1) {
clear: both
}
.small-block-grid-12>li {
list-style: none;
width: 8.33333%
}
.small-block-grid-12>li:nth-of-type(1n) {
clear: none
}
.small-block-grid-12>li:nth-of-type(12n+1) {
clear: both
}
}
@media only screen and (min-width: 45.78571em) {
.medium-block-grid-1>li {
list-style: none;
width: 100%
}
.medium-block-grid-1>li:nth-of-type(1n) {
clear: none
}
.medium-block-grid-1>li:nth-of-type(1n+1) {
clear: both
}
.medium-block-grid-2>li {
list-style: none;
width: 50%
}
.medium-block-grid-2>li:nth-of-type(1n) {
clear: none
}
.medium-block-grid-2>li:nth-of-type(2n+1) {
clear: both
}
.medium-block-grid-3>li {
list-style: none;
width: 33.33333%
}
.medium-block-grid-3>li:nth-of-type(1n) {
clear: none
}
.medium-block-grid-3>li:nth-of-type(3n+1) {
clear: both
}
.medium-block-grid-4>li {
list-style: none;
width: 25%
}
.medium-block-grid-4>li:nth-of-type(1n) {
clear: none
}
.medium-block-grid-4>li:nth-of-type(4n+1) {
clear: both
}
.medium-block-grid-5>li {
list-style: none;
width: 20%
}
.medium-block-grid-5>li:nth-of-type(1n) {
clear: none
}
.medium-block-grid-5>li:nth-of-type(5n+1) {
clear: both
}
.medium-block-grid-6>li {
list-style: none;
width: 16.66667%
}
.medium-block-grid-6>li:nth-of-type(1n) {
clear: none
}
.medium-block-grid-6>li:nth-of-type(6n+1) {
clear: both
}
.medium-block-grid-7>li {
list-style: none;
width: 14.28571%
}
.medium-block-grid-7>li:nth-of-type(1n) {
clear: none
}
.medium-block-grid-7>li:nth-of-type(7n+1) {
clear: both
}
.medium-block-grid-8>li {
list-style: none;
width: 12.5%
}
.medium-block-grid-8>li:nth-of-type(1n) {
clear: none
}
.medium-block-grid-8>li:nth-of-type(8n+1) {
clear: both
}
.medium-block-grid-9>li {
list-style: none;
width: 11.11111%
}
.medium-block-grid-9>li:nth-of-type(1n) {
clear: none
}
.medium-block-grid-9>li:nth-of-type(9n+1) {
clear: both
}
.medium-block-grid-10>li {
list-style: none;
width: 10%
}
.medium-block-grid-10>li:nth-of-type(1n) {
clear: none
}
.medium-block-grid-10>li:nth-of-type(10n+1) {
clear: both
}
.medium-block-grid-11>li {
list-style: none;
width: 9.09091%
}
.medium-block-grid-11>li:nth-of-type(1n) {
clear: none
}
.medium-block-grid-11>li:nth-of-type(11n+1) {
clear: both
}
.medium-block-grid-12>li {
list-style: none;
width: 8.33333%
}
.medium-block-grid-12>li:nth-of-type(1n) {
clear: none
}
.medium-block-grid-12>li:nth-of-type(12n+1) {
clear: both
}
}
@media only screen and (min-width: 73.21429em) {
.large-block-grid-1>li {
list-style: none;
width: 100%
}
.large-block-grid-1>li:nth-of-type(1n) {
clear: none
}
.large-block-grid-1>li:nth-of-type(1n+1) {
clear: both
}
.large-block-grid-2>li {
list-style: none;
width: 50%
}
.large-block-grid-2>li:nth-of-type(1n) {
clear: none
}
.large-block-grid-2>li:nth-of-type(2n+1) {
clear: both
}
.large-block-grid-3>li {
list-style: none;
width: 33.33333%
}
.large-block-grid-3>li:nth-of-type(1n) {
clear: none
}
.large-block-grid-3>li:nth-of-type(3n+1) {
clear: both
}
.large-block-grid-4>li {
list-style: none;
width: 25%
}
.large-block-grid-4>li:nth-of-type(1n) {
clear: none
}
.large-block-grid-4>li:nth-of-type(4n+1) {
clear: both
}
.large-block-grid-5>li {
list-style: none;
width: 20%
}
.large-block-grid-5>li:nth-of-type(1n) {
clear: none
}
.large-block-grid-5>li:nth-of-type(5n+1) {
clear: both
}
.large-block-grid-6>li {
list-style: none;
width: 16.66667%
}
.large-block-grid-6>li:nth-of-type(1n) {
clear: none
}
.large-block-grid-6>li:nth-of-type(6n+1) {
clear: both
}
.large-block-grid-7>li {
list-style: none;
width: 14.28571%
}
.large-block-grid-7>li:nth-of-type(1n) {
clear: none
}
.large-block-grid-7>li:nth-of-type(7n+1) {
clear: both
}
.large-block-grid-8>li {
list-style: none;
width: 12.5%
}
.large-block-grid-8>li:nth-of-type(1n) {
clear: none
}
.large-block-grid-8>li:nth-of-type(8n+1) {
clear: both
}
.large-block-grid-9>li {
list-style: none;
width: 11.11111%
}
.large-block-grid-9>li:nth-of-type(1n) {
clear: none
}
.large-block-grid-9>li:nth-of-type(9n+1) {
clear: both
}
.large-block-grid-10>li {
list-style: none;
width: 10%
}
.large-block-grid-10>li:nth-of-type(1n) {
clear: none
}
.large-block-grid-10>li:nth-of-type(10n+1) {
clear: both
}
.large-block-grid-11>li {
list-style: none;
width: 9.09091%
}
.large-block-grid-11>li:nth-of-type(1n) {
clear: none
}
.large-block-grid-11>li:nth-of-type(11n+1) {
clear: both
}
.large-block-grid-12>li {
list-style: none;
width: 8.33333%
}
.large-block-grid-12>li:nth-of-type(1n) {
clear: none
}
.large-block-grid-12>li:nth-of-type(12n+1) {
clear: both
}
}
.breadcrumbs {
border-style: solid;
border-width: 1px;
display: block;
list-style: none;
margin-left: 0;
overflow: hidden;
padding: .64286rem 1rem .64286rem;
background-color: #ffde9a;
border-color: #ffd171;
border-radius: 3px
}
.breadcrumbs>* {
color: #1b459b;
float: left;
font-size: .78571rem;
line-height: .78571rem;
margin: 0;
text-transform: uppercase
}
.breadcrumbs>*:hover a,
.breadcrumbs>*:focus a {
text-decoration: underline
}
.breadcrumbs>* a {
color: #1b459b
}
.breadcrumbs>*.current {
color: #333;
cursor: default
}
.breadcrumbs>*.current a {
color: #333;
cursor: default
}
.breadcrumbs>*.current:hover,
.breadcrumbs>*.current:hover a,
.breadcrumbs>*.current:focus,
.breadcrumbs>*.current:focus a {
text-decoration: none
}
.breadcrumbs>*.unavailable {
color: #999
}
.breadcrumbs>*.unavailable a {
color: #999
}
.breadcrumbs>*.unavailable:hover,
.breadcrumbs>*.unavailable:hover a,
.breadcrumbs>*.unavailable:focus,
.breadcrumbs>*.unavailable a:focus {
color: #999;
cursor: not-allowed;
text-decoration: none
}
.breadcrumbs>*:before {
color: #aaa;
content: "/";
margin: 0 .85714rem;
position: relative;
top: 1px
}
.breadcrumbs>*:first-child:before {
content: " ";
margin: 0
}
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
content: "/"
}
button,
.button {
-webkit-appearance: none;
-moz-appearance: none;
border-radius: 0;
border-style: solid;
border-width: 0;
cursor: pointer;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-weight: normal;
line-height: normal;
margin: 0 0 1.42857rem;
position: relative;
text-align: center;
text-decoration: none;
display: inline-block;
padding: 1.14286rem 2.28571rem 1.21429rem 2.28571rem;
font-size: 1.14286rem;
background-color: #1b459b;
border-color: #925a22;
color: #fff;
transition: background-color 300ms ease-out
}
button:hover,
button:focus,
.button:hover,
.button:focus {
background-color: #925a22
}
button:hover,
button:focus,
.button:hover,
.button:focus {
color: #fff
}
button.secondary,
.button.secondary {
background-color: #ffb61e;
border-color: #e49a00;
color: #fff
}
button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
background-color: #e49a00
}
button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
color: #fff
}
button.success,
.button.success {
background-color: #43AC6A;
border-color: #368a55;
color: #fff
}
button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
background-color: #368a55
}
button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
color: #fff
}
button.alert,
.button.alert {
background-color: #f04124;
border-color: #cf2a0e;
color: #fff
}
button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
background-color: #cf2a0e
}
button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
color: #fff
}
button.warning,
.button.warning {
background-color: #f08a24;
border-color: #cf6e0e;
color: #fff
}
button.warning:hover,
button.warning:focus,
.button.warning:hover,
.button.warning:focus {
background-color: #cf6e0e
}
button.warning:hover,
button.warning:focus,
.button.warning:hover,
.button.warning:focus {
color: #fff
}
button.info,
.button.info {
background-color: #a0d3e8;
border-color: #61b6d9;
color: #333
}
button.info:hover,
button.info:focus,
.button.info:hover,
.button.info:focus {
background-color: #61b6d9
}
button.info:hover,
button.info:focus,
.button.info:hover,
.button.info:focus {
color: #fff
}
button.large,
.button.large {
padding: 1.28571rem 2.57143rem 1.35714rem 2.57143rem;
font-size: 1.42857rem
}
button.small,
.button.small {
padding: 1rem 2rem 1.07143rem 2rem;
font-size: .92857rem
}
button.tiny,
.button.tiny {
padding: .71429rem 1.42857rem .78571rem 1.42857rem;
font-size: .78571rem
}
button.expand,
.button.expand {
padding: 1.14286rem 2.28571rem 1.21429rem 2.28571rem;
font-size: 1.14286rem;
padding-bottom: 1.21429rem;
padding-top: 1.14286rem;
padding-left: 1.14286rem;
padding-right: 1.14286rem;
width: 100%
}
button.left-align,
.button.left-align {
text-align: left;
text-indent: .85714rem
}
button.right-align,
.button.right-align {
text-align: right;
padding-right: .85714rem
}
button.radius,
.button.radius {
border-radius: 3px
}
button.round,
.button.round {
border-radius: 1000px
}
button.disabled,
button[disabled],
.button.disabled,
.button[disabled] {
background-color: #1b459b;
border-color: #925a22;
color: #fff;
box-shadow: none;
cursor: default;
opacity: .7
}
button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
background-color: #925a22
}
button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
color: #fff
}
button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
background-color: #1b459b
}
button.disabled.secondary,
button[disabled].secondary,
.button.disabled.secondary,
.button[disabled].secondary {
background-color: #ffb61e;
border-color: #e49a00;
color: #fff;
box-shadow: none;
cursor: default;
opacity: .7
}
button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
background-color: #e49a00
}
button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
color: #fff
}
button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
background-color: #ffb61e
}
button.disabled.success,
button[disabled].success,
.button.disabled.success,
.button[disabled].success {
background-color: #43AC6A;
border-color: #368a55;
color: #fff;
box-shadow: none;
cursor: default;
opacity: .7
}
button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
background-color: #368a55
}
button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
color: #fff
}
button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
background-color: #43AC6A
}
button.disabled.alert,
button[disabled].alert,
.button.disabled.alert,
.button[disabled].alert {
background-color: #f04124;
border-color: #cf2a0e;
color: #fff;
box-shadow: none;
cursor: default;
opacity: .7
}
button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
background-color: #cf2a0e
}
button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
color: #fff
}
button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
background-color: #f04124
}
button.disabled.warning,
button[disabled].warning,
.button.disabled.warning,
.button[disabled].warning {
background-color: #f08a24;
border-color: #cf6e0e;
color: #fff;
box-shadow: none;
cursor: default;
opacity: .7
}
button.disabled.warning:hover,
button.disabled.warning:focus,
button[disabled].warning:hover,
button[disabled].warning:focus,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
background-color: #cf6e0e
}
button.disabled.warning:hover,
button.disabled.warning:focus,
button[disabled].warning:hover,
button[disabled].warning:focus,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
color: #fff
}
button.disabled.warning:hover,
button.disabled.warning:focus,
button[disabled].warning:hover,
button[disabled].warning:focus,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
background-color: #f08a24
}
button.disabled.info,
button[disabled].info,
.button.disabled.info,
.button[disabled].info {
background-color: #a0d3e8;
border-color: #61b6d9;
color: #333;
box-shadow: none;
cursor: default;
opacity: .7
}
button.disabled.info:hover,
button.disabled.info:focus,
button[disabled].info:hover,
button[disabled].info:focus,
.button.disabled.info:hover,
.button.disabled.info:focus,
.button[disabled].info:hover,
.button[disabled].info:focus {
background-color: #61b6d9
}
button.disabled.info:hover,
button.disabled.info:focus,
button[disabled].info:hover,
button[disabled].info:focus,
.button.disabled.info:hover,
.button.disabled.info:focus,
.button[disabled].info:hover,
.button[disabled].info:focus {
color: #fff
}
button.disabled.info:hover,
button.disabled.info:focus,
button[disabled].info:hover,
button[disabled].info:focus,
.button.disabled.info:hover,
.button.disabled.info:focus,
.button[disabled].info:hover,
.button[disabled].info:focus {
background-color: #a0d3e8
}
button::-moz-focus-inner {
border: 0;
padding: 0
}
@media only screen and (min-width: 45.78571em) {
button,
.button {
display: inline-block
}
}
.button-group {
list-style: none;
margin: 0;
left: 0
}
.button-group:before,
.button-group:after {
content: " ";
display: table
}
.button-group:after {
clear: both
}
.button-group.even-2 li {
display: inline-block;
margin: 0 -2px;
width: 50%
}
.button-group.even-2 li>button,
.button-group.even-2 li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5)
}
.button-group.even-2 li:first-child button,
.button-group.even-2 li:first-child .button {
border-left: 0
}
.button-group.even-2 li button,
.button-group.even-2 li .button {
width: 100%
}
.button-group.even-3 li {
display: inline-block;
margin: 0 -2px;
width: 33.33333%
}
.button-group.even-3 li>button,
.button-group.even-3 li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5)
}
.button-group.even-3 li:first-child button,
.button-group.even-3 li:first-child .button {
border-left: 0
}
.button-group.even-3 li button,
.button-group.even-3 li .button {
width: 100%
}
.button-group.even-4 li {
display: inline-block;
margin: 0 -2px;
width: 25%
}
.button-group.even-4 li>button,
.button-group.even-4 li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5)
}
.button-group.even-4 li:first-child button,
.button-group.even-4 li:first-child .button {
border-left: 0
}
.button-group.even-4 li button,
.button-group.even-4 li .button {
width: 100%
}
.button-group.even-5 li {
display: inline-block;
margin: 0 -2px;
width: 20%
}
.button-group.even-5 li>button,
.button-group.even-5 li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5)
}
.button-group.even-5 li:first-child button,
.button-group.even-5 li:first-child .button {
border-left: 0
}
.button-group.even-5 li button,
.button-group.even-5 li .button {
width: 100%
}
.button-group.even-6 li {
display: inline-block;
margin: 0 -2px;
width: 16.66667%
}
.button-group.even-6 li>button,
.button-group.even-6 li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5)
}
.button-group.even-6 li:first-child button,
.button-group.even-6 li:first-child .button {
border-left: 0
}
.button-group.even-6 li button,
.button-group.even-6 li .button {
width: 100%
}
.button-group.even-7 li {
display: inline-block;
margin: 0 -2px;
width: 14.28571%
}
.button-group.even-7 li>button,
.button-group.even-7 li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5)
}
.button-group.even-7 li:first-child button,
.button-group.even-7 li:first-child .button {
border-left: 0
}
.button-group.even-7 li button,
.button-group.even-7 li .button {
width: 100%
}
.button-group.even-8 li {
display: inline-block;
margin: 0 -2px;
width: 12.5%
}
.button-group.even-8 li>button,
.button-group.even-8 li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5)
}
.button-group.even-8 li:first-child button,
.button-group.even-8 li:first-child .button {
border-left: 0
}
.button-group.even-8 li button,
.button-group.even-8 li .button {
width: 100%
}
.button-group>li {
display: inline-block;
margin: 0 -2px
}
.button-group>li>button,
.button-group>li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5)
}
.button-group>li:first-child button,
.button-group>li:first-child .button {
border-left: 0
}
.button-group.stack>li {
display: block;
margin: 0;
float: none
}
.button-group.stack>li>button,
.button-group.stack>li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5)
}
.button-group.stack>li:first-child button,
.button-group.stack>li:first-child .button {
border-left: 0
}
.button-group.stack>li>button,
.button-group.stack>li .button {
border-color: rgba(255, 255, 255, 0.5);
border-left-width: 0;
border-top: 1px solid;
display: block;
margin: 0
}
.button-group.stack>li>button {
width: 100%
}
.button-group.stack>li:first-child button,
.button-group.stack>li:first-child .button {
border-top: 0
}
.button-group.stack-for-small>li {
display: inline-block;
margin: 0 -2px
}
.button-group.stack-for-small>li>button,
.button-group.stack-for-small>li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5)
}
.button-group.stack-for-small>li:first-child button,
.button-group.stack-for-small>li:first-child .button {
border-left: 0
}
@media only screen and (max-width: 45.71429em) {
.button-group.stack-for-small>li {
display: block;
margin: 0;
width: 100%
}
.button-group.stack-for-small>li>button,
.button-group.stack-for-small>li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5)
}
.button-group.stack-for-small>li:first-child button,
.button-group.stack-for-small>li:first-child .button {
border-left: 0
}
.button-group.stack-for-small>li>button,
.button-group.stack-for-small>li .button {
border-color: rgba(255, 255, 255, 0.5);
border-left-width: 0;
border-top: 1px solid;
display: block;
margin: 0
}
.button-group.stack-for-small>li>button {
width: 100%
}
.button-group.stack-for-small>li:first-child button,
.button-group.stack-for-small>li:first-child .button {
border-top: 0
}
}
.button-group.radius>* {
display: inline-block;
margin: 0 -2px
}
.button-group.radius>*>button,
.button-group.radius>* .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5)
}
.button-group.radius>*:first-child button,
.button-group.radius>*:first-child .button {
border-left: 0
}
.button-group.radius>*,
.button-group.radius>*>a,
.button-group.radius>*>button,
.button-group.radius>*>.button {
border-radius: 0
}
.button-group.radius>*:first-child,
.button-group.radius>*:first-child>a,
.button-group.radius>*:first-child>button,
.button-group.radius>*:first-child>.button {
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-left-radius: 3px
}
.button-group.radius>*:last-child,
.button-group.radius>*:last-child>a,
.button-group.radius>*:last-child>button,
.button-group.radius>*:last-child>.button {
-webkit-border-bottom-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-top-right-radius: 3px
}
.button-group.radius.stack>* {
display: block;
margin: 0
}
.button-group.radius.stack>*>button,
.button-group.radius.stack>* .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5)
}
.button-group.radius.stack>*:first-child button,
.button-group.radius.stack>*:first-child .button {
border-left: 0
}
.button-group.radius.stack>*>button,
.button-group.radius.stack>* .button {
border-color: rgba(255, 255, 255, 0.5);
border-left-width: 0;
border-top: 1px solid;
display: block;
margin: 0
}
.button-group.radius.stack>*>button {
width: 100%
}
.button-group.radius.stack>*:first-child button,
.button-group.radius.stack>*:first-child .button {
border-top: 0
}
.button-group.radius.stack>*,
.button-group.radius.stack>*>a,
.button-group.radius.stack>*>button,
.button-group.radius.stack>*>.button {
border-radius: 0
}
.button-group.radius.stack>*:first-child,
.button-group.radius.stack>*:first-child>a,
.button-group.radius.stack>*:first-child>button,
.button-group.radius.stack>*:first-child>.button {
-webkit-top-left-radius: 3px;
-webkit-top-right-radius: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px
}
.button-group.radius.stack>*:last-child,
.button-group.radius.stack>*:last-child>a,
.button-group.radius.stack>*:last-child>button,
.button-group.radius.stack>*:last-child>.button {
-webkit-bottom-left-radius: 3px;
-webkit-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px
}
@media only screen and (min-width: 45.78571em) {
.button-group.radius.stack-for-small>* {
display: inline-block;
margin: 0 -2px
}
.button-group.radius.stack-for-small>*>button,
.button-group.radius.stack-for-small>* .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5)
}
.button-group.radius.stack-for-small>*:first-child button,
.button-group.radius.stack-for-small>*:first-child .button {
border-left: 0
}
.button-group.radius.stack-for-small>*,
.button-group.radius.stack-for-small>*>a,
.button-group.radius.stack-for-small>*>button,
.button-group.radius.stack-for-small>*>.button {
border-radius: 0
}
.button-group.radius.stack-for-small>*:first-child,
.button-group.radius.stack-for-small>*:first-child>a,
.button-group.radius.stack-for-small>*:first-child>button,
.button-group.radius.stack-for-small>*:first-child>.button {
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-left-radius: 3px
}
.button-group.radius.stack-for-small>*:last-child,
.button-group.radius.stack-for-small>*:last-child>a,
.button-group.radius.stack-for-small>*:last-child>button,
.button-group.radius.stack-for-small>*:last-child>.button {
-webkit-border-bottom-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-top-right-radius: 3px
}
}
@media only screen and (max-width: 45.71429em) {
.button-group.radius.stack-for-small>* {
display: block;
margin: 0
}
.button-group.radius.stack-for-small>*>button,
.button-group.radius.stack-for-small>* .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5)
}
.button-group.radius.stack-for-small>*:first-child button,
.button-group.radius.stack-for-small>*:first-child .button {
border-left: 0
}
.button-group.radius.stack-for-small>*>button,
.button-group.radius.stack-for-small>* .button {
border-color: rgba(255, 255, 255, 0.5);
border-left-width: 0;
border-top: 1px solid;
display: block;
margin: 0
}
.button-group.radius.stack-for-small>*>button {
width: 100%
}
.button-group.radius.stack-for-small>*:first-child button,
.button-group.radius.stack-for-small>*:first-child .button {
border-top: 0
}
.button-group.radius.stack-for-small>*,
.button-group.radius.stack-for-small>*>a,
.button-group.radius.stack-for-small>*>button,
.button-group.radius.stack-for-small>*>.button {
border-radius: 0
}
.button-group.radius.stack-for-small>*:first-child,
.button-group.radius.stack-for-small>*:first-child>a,
.button-group.radius.stack-for-small>*:first-child>button,
.button-group.radius.stack-for-small>*:first-child>.button {
-webkit-top-left-radius: 3px;
-webkit-top-right-radius: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px
}
.button-group.radius.stack-for-small>*:last-child,
.button-group.radius.stack-for-small>*:last-child>a,
.button-group.radius.stack-for-small>*:last-child>button,
.button-group.radius.stack-for-small>*:last-child>.button {
-webkit-bottom-left-radius: 3px;
-webkit-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px
}
}
.button-group.round>* {
display: inline-block;
margin: 0 -2px
}
.button-group.round>*>button,
.button-group.round>* .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5)
}
.button-group.round>*:first-child button,
.button-group.round>*:first-child .button {
border-left: 0
}
.button-group.round>*,
.button-group.round>*>a,
.button-group.round>*>button,
.button-group.round>*>.button {
border-radius: 0
}
.button-group.round>*:first-child,
.button-group.round>*:first-child>a,
.button-group.round>*:first-child>button,
.button-group.round>*:first-child>.button {
-webkit-border-bottom-left-radius: 1000px;
-webkit-border-top-left-radius: 1000px;
border-bottom-left-radius: 1000px;
border-top-left-radius: 1000px
}
.button-group.round>*:last-child,
.button-group.round>*:last-child>a,
.button-group.round>*:last-child>button,
.button-group.round>*:last-child>.button {
-webkit-border-bottom-right-radius: 1000px;
-webkit-border-top-right-radius: 1000px;
border-bottom-right-radius: 1000px;
border-top-right-radius: 1000px
}
.button-group.round.stack>* {
display: block;
margin: 0
}
.button-group.round.stack>*>button,
.button-group.round.stack>* .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5)
}
.button-group.round.stack>*:first-child button,
.button-group.round.stack>*:first-child .button {
border-left: 0
}
.button-group.round.stack>*>button,
.button-group.round.stack>* .button {
border-color: rgba(255, 255, 255, 0.5);
border-left-width: 0;
border-top: 1px solid;
display: block;
margin: 0
}
.button-group.round.stack>*>button {
width: 100%
}
.button-group.round.stack>*:first-child button,
.button-group.round.stack>*:first-child .button {
border-top: 0
}
.button-group.round.stack>*,
.button-group.round.stack>*>a,
.button-group.round.stack>*>button,
.button-group.round.stack>*>.button {
border-radius: 0
}
.button-group.round.stack>*:first-child,
.button-group.round.stack>*:first-child>a,
.button-group.round.stack>*:first-child>button,
.button-group.round.stack>*:first-child>.button {
-webkit-top-left-radius: 1.14286rem;
-webkit-top-right-radius: 1.14286rem;
border-top-left-radius: 1.14286rem;
border-top-right-radius: 1.14286rem
}
.button-group.round.stack>*:last-child,
.button-group.round.stack>*:last-child>a,
.button-group.round.stack>*:last-child>button,
.button-group.round.stack>*:last-child>.button {
-webkit-bottom-left-radius: 1.14286rem;
-webkit-bottom-right-radius: 1.14286rem;
border-bottom-left-radius: 1.14286rem;
border-bottom-right-radius: 1.14286rem
}
@media only screen and (min-width: 45.78571em) {
.button-group.round.stack-for-small>* {
display: inline-block;
margin: 0 -2px
}
.button-group.round.stack-for-small>*>button,
.button-group.round.stack-for-small>* .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5)
}
.button-group.round.stack-for-small>*:first-child button,
.button-group.round.stack-for-small>*:first-child .button {
border-left: 0
}
.button-group.round.stack-for-small>*,
.button-group.round.stack-for-small>*>a,
.button-group.round.stack-for-small>*>button,
.button-group.round.stack-for-small>*>.button {
border-radius: 0
}
.button-group.round.stack-for-small>*:first-child,
.button-group.round.stack-for-small>*:first-child>a,
.button-group.round.stack-for-small>*:first-child>button,
.button-group.round.stack-for-small>*:first-child>.button {
-webkit-border-bottom-left-radius: 1000px;
-webkit-border-top-left-radius: 1000px;
border-bottom-left-radius: 1000px;
border-top-left-radius: 1000px
}
.button-group.round.stack-for-small>*:last-child,
.button-group.round.stack-for-small>*:last-child>a,
.button-group.round.stack-for-small>*:last-child>button,
.button-group.round.stack-for-small>*:last-child>.button {
-webkit-border-bottom-right-radius: 1000px;
-webkit-border-top-right-radius: 1000px;
border-bottom-right-radius: 1000px;
border-top-right-radius: 1000px
}
}
@media only screen and (max-width: 45.71429em) {
.button-group.round.stack-for-small>* {
display: block;
margin: 0
}
.button-group.round.stack-for-small>*>button,
.button-group.round.stack-for-small>* .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5)
}
.button-group.round.stack-for-small>*:first-child button,
.button-group.round.stack-for-small>*:first-child .button {
border-left: 0
}
.button-group.round.stack-for-small>*>button,
.button-group.round.stack-for-small>* .button {
border-color: rgba(255, 255, 255, 0.5);
border-left-width: 0;
border-top: 1px solid;
display: block;
margin: 0
}
.button-group.round.stack-for-small>*>button {
width: 100%
}
.button-group.round.stack-for-small>*:first-child button,
.button-group.round.stack-for-small>*:first-child .button {
border-top: 0
}
.button-group.round.stack-for-small>*,
.button-group.round.stack-for-small>*>a,
.button-group.round.stack-for-small>*>button,
.button-group.round.stack-for-small>*>.button {
border-radius: 0
}
.button-group.round.stack-for-small>*:first-child,
.button-group.round.stack-for-small>*:first-child>a,
.button-group.round.stack-for-small>*:first-child>button,
.button-group.round.stack-for-small>*:first-child>.button {
-webkit-top-left-radius: 1.14286rem;
-webkit-top-right-radius: 1.14286rem;
border-top-left-radius: 1.14286rem;
border-top-right-radius: 1.14286rem
}
.button-group.round.stack-for-small>*:last-child,
.button-group.round.stack-for-small>*:last-child>a,
.button-group.round.stack-for-small>*:last-child>button,
.button-group.round.stack-for-small>*:last-child>.button {
-webkit-bottom-left-radius: 1.14286rem;
-webkit-bottom-right-radius: 1.14286rem;
border-bottom-left-radius: 1.14286rem;
border-bottom-right-radius: 1.14286rem
}
}
.button-bar:before,
.button-bar:after {
content: " ";
display: table
}
.button-bar:after {
clear: both
}
.button-bar .button-group {
float: left;
margin-right: .71429rem
}
.button-bar .button-group div {
overflow: hidden
}
.clearing-thumbs,
[data-clearing] {
list-style: none;
margin-left: 0;
margin-bottom: 0
}
.clearing-thumbs:before,
.clearing-thumbs:after,
[data-clearing]:before,
[data-clearing]:after {
content: " ";
display: table
}
.clearing-thumbs:after,
[data-clearing]:after {
clear: both
}
.clearing-thumbs li,
[data-clearing] li {
float: left;
margin-right: 10px
}
.clearing-thumbs[class*="block-grid-"] li,
[data-clearing][class*="block-grid-"] li {
margin-right: 0
}
.clearing-blackout {
background: #333;
height: 100%;
position: fixed;
top: 0;
width: 100%;
z-index: 998;
left: 0
}
.clearing-blackout .clearing-close {
display: block
}
.clearing-container {
height: 100%;
margin: 0;
overflow: hidden;
position: relative;
z-index: 998
}
.clearing-touch-label {
color: #aaa;
font-size: .6em;
left: 50%;
position: absolute;
top: 50%
}
.visible-img {
height: 95%;
position: relative
}
.visible-img img {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translateY(-50%) translateX(-50%);
-moz-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
-o-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
max-height: 100%;
max-width: 100%
}
.clearing-caption {
background: #333;
bottom: 0;
color: #ccc;
font-size: .875em;
line-height: 1.3;
margin-bottom: 0;
padding: 10px 30px 20px;
position: absolute;
text-align: center;
width: 100%;
left: 0
}
.clearing-close {
color: #ccc;
display: none;
font-size: 30px;
line-height: 1;
padding-left: 20px;
padding-top: 10px;
z-index: 999
}
.clearing-close:hover,
.clearing-close:focus {
color: #ccc
}
.clearing-assembled .clearing-container {
height: 100%
}
.clearing-assembled .clearing-container .carousel>ul {
display: none
}
.clearing-feature li {
display: none
}
.clearing-feature li.clearing-featured-img {
display: block
}
@media only screen and (min-width: 45.78571em) {
.clearing-main-prev,
.clearing-main-next {
height: 100%;
position: absolute;
top: 0;
width: 40px
}
.clearing-main-prev>span,
.clearing-main-next>span {
border: solid 12px;
display: block;
height: 0;
position: absolute;
top: 50%;
width: 0
}
.clearing-main-prev>span:hover,
.clearing-main-next>span:hover {
opacity: .8
}
.clearing-main-prev {
left: 0
}
.clearing-main-prev>span {
left: 5px;
border-color: transparent;
border-right-color: #ccc
}
.clearing-main-next {
right: 0
}
.clearing-main-next>span {
border-color: transparent;
border-left-color: #ccc
}
.clearing-main-prev.disabled,
.clearing-main-next.disabled {
opacity: .3
}
.clearing-assembled .clearing-container .carousel {
background: rgba(51, 51, 51, 0.8);
height: 120px;
margin-top: 10px;
text-align: center
}
.clearing-assembled .clearing-container .carousel>ul {
display: inline-block;
z-index: 999;
height: 100%;
position: relative;
float: none
}
.clearing-assembled .clearing-container .carousel>ul li {
clear: none;
cursor: pointer;
display: block;
float: left;
margin-right: 0;
min-height: inherit;
opacity: .4;
overflow: hidden;
padding: 0;
position: relative;
width: 120px
}
.clearing-assembled .clearing-container .carousel>ul li.fix-height img {
height: 100%;
max-width: none
}
.clearing-assembled .clearing-container .carousel>ul li a.th {
border: none;
box-shadow: none;
display: block
}
.clearing-assembled .clearing-container .carousel>ul li img {
cursor: pointer !important;
width: 100% !important
}
.clearing-assembled .clearing-container .carousel>ul li.visible {
opacity: 1
}
.clearing-assembled .clearing-container .carousel>ul li:hover {
opacity: .8
}
.clearing-assembled .clearing-container .visible-img {
background: #333;
height: 85%;
overflow: hidden
}
.clearing-close {
padding-left: 0;
padding-top: 0;
position: absolute;
top: 10px;
right: 20px
}
}
.f-dropdown {
display: none;
left: -9999px;
list-style: none;
margin-left: 0;
position: absolute;
background: #fff;
border: solid 1px #ccc;
font-size: 1rem;
height: auto;
max-height: none;
width: 100%;
z-index: 89;
margin-top: 2px;
max-width: 200px
}
.f-dropdown.open {
display: block
}
.f-dropdown>*:first-child {
margin-top: 0
}
.f-dropdown>*:last-child {
margin-bottom: 0
}
.f-dropdown:before {
border: inset 6px;
content: "";
display: block;
height: 0;
width: 0;
border-color: transparent transparent #fff transparent;
border-bottom-style: solid;
position: absolute;
top: -12px;
left: 10px;
z-index: 89
}
.f-dropdown:after {
border: inset 7px;
content: "";
display: block;
height: 0;
width: 0;
border-color: transparent transparent #ccc transparent;
border-bottom-style: solid;
position: absolute;
top: -14px;
left: 9px;
z-index: 88
}
.f-dropdown.right:before {
left: auto;
right: 10px
}
.f-dropdown.right:after {
left: auto;
right: 9px
}
.f-dropdown.drop-right {
display: none;
left: -9999px;
list-style: none;
margin-left: 0;
position: absolute;
background: #fff;
border: solid 1px #ccc;
font-size: 1rem;
height: auto;
max-height: none;
width: 100%;
z-index: 89;
margin-top: 0;
margin-left: 2px;
max-width: 200px
}
.f-dropdown.drop-right.open {
display: block
}
.f-dropdown.drop-right>*:first-child {
margin-top: 0
}
.f-dropdown.drop-right>*:last-child {
margin-bottom: 0
}
.f-dropdown.drop-right:before {
border: inset 6px;
content: "";
display: block;
height: 0;
width: 0;
border-color: transparent #fff transparent transparent;
border-right-style: solid;
position: absolute;
top: 10px;
left: -12px;
z-index: 89
}
.f-dropdown.drop-right:after {
border: inset 7px;
content: "";
display: block;
height: 0;
width: 0;
border-color: transparent #ccc transparent transparent;
border-right-style: solid;
position: absolute;
top: 9px;
left: -14px;
z-index: 88
}
.f-dropdown.drop-left {
display: none;
left: -9999px;
list-style: none;
margin-left: 0;
position: absolute;
background: #fff;
border: solid 1px #ccc;
font-size: 1rem;
height: auto;
max-height: none;
width: 100%;
z-index: 89;
margin-top: 0;
margin-left: -2px;
max-width: 200px
}
.f-dropdown.drop-left.open {
display: block
}
.f-dropdown.drop-left>*:first-child {
margin-top: 0
}
.f-dropdown.drop-left>*:last-child {
margin-bottom: 0
}
.f-dropdown.drop-left:before {
border: inset 6px;
content: "";
display: block;
height: 0;
width: 0;
border-color: transparent transparent transparent #fff;
border-left-style: solid;
position: absolute;
top: 10px;
right: -12px;
left: auto;
z-index: 89
}
.f-dropdown.drop-left:after {
border: inset 7px;
content: "";
display: block;
height: 0;
width: 0;
border-color: transparent transparent transparent #ccc;
border-left-style: solid;
position: absolute;
top: 9px;
right: -14px;
left: auto;
z-index: 88
}
.f-dropdown.drop-top {
display: none;
left: -9999px;
list-style: none;
margin-left: 0;
position: absolute;
background: #fff;
border: solid 1px #ccc;
font-size: 1rem;
height: auto;
max-height: none;
width: 100%;
z-index: 89;
margin-left: 0;
margin-top: -2px;
max-width: 200px
}
.f-dropdown.drop-top.open {
display: block
}
.f-dropdown.drop-top>*:first-child {
margin-top: 0
}
.f-dropdown.drop-top>*:last-child {
margin-bottom: 0
}
.f-dropdown.drop-top:before {
border: inset 6px;
content: "";
display: block;
height: 0;
width: 0;
border-color: #fff transparent transparent transparent;
border-top-style: solid;
bottom: -12px;
position: absolute;
top: auto;
left: 10px;
right: auto;
z-index: 89
}
.f-dropdown.drop-top:after {
border: inset 7px;
content: "";
display: block;
height: 0;
width: 0;
border-color: #ccc transparent transparent transparent;
border-top-style: solid;
bottom: -14px;
position: absolute;
top: auto;
left: 9px;
right: auto;
z-index: 88
}
.f-dropdown li {
cursor: pointer;
font-size: 1rem;
line-height: 1.28571rem;
margin: 0
}
.f-dropdown li:hover,
.f-dropdown li:focus {
background: #eee
}
.f-dropdown li a {
display: block;
padding: .5rem;
color: #555
}
.f-dropdown.content {
display: none;
left: -9999px;
list-style: none;
margin-left: 0;
position: absolute;
background: #fff;
border: solid 1px #ccc;
font-size: 1rem;
height: auto;
max-height: none;
padding: 1.42857rem;
width: 100%;
z-index: 89;
max-width: 200px
}
.f-dropdown.content.open {
display: block
}
.f-dropdown.content>*:first-child {
margin-top: 0
}
.f-dropdown.content>*:last-child {
margin-bottom: 0
}
.f-dropdown.radius {
border-radius: 3px
}
.f-dropdown.tiny {
max-width: 200px
}
.f-dropdown.small {
max-width: 300px
}
.f-dropdown.medium {
max-width: 500px
}
.f-dropdown.large {
max-width: 800px
}
.f-dropdown.mega {
width: 100% !important;
max-width: 100% !important
}
.f-dropdown.mega.open {
left: 0 !important
}
.dropdown.button,
button.dropdown {
position: relative;
padding-right: 4.07143rem
}
.dropdown.button::after,
button.dropdown::after {
border-color: #fff transparent transparent transparent;
border-style: solid;
content: "";
display: block;
height: 0;
position: absolute;
top: 50%;
width: 0
}
.dropdown.button::after,
button.dropdown::after {
border-width: .42857rem;
right: 1.60714rem;
margin-top: -.17857rem
}
.dropdown.button::after,
button.dropdown::after {
border-color: #fff transparent transparent transparent
}
.dropdown.button.tiny,
button.dropdown.tiny {
padding-right: 3rem
}
.dropdown.button.tiny:after,
button.dropdown.tiny:after {
border-width: .42857rem;
right: 1.28571rem;
margin-top: -.14286rem
}
.dropdown.button.tiny::after,
button.dropdown.tiny::after {
border-color: #fff transparent transparent transparent
}
.dropdown.button.small,
button.dropdown.small {
padding-right: 3.5rem
}
.dropdown.button.small::after,
button.dropdown.small::after {
border-width: .5rem;
right: 1.5rem;
margin-top: -.17857rem
}
.dropdown.button.small::after,
button.dropdown.small::after {
border-color: #fff transparent transparent transparent
}
.dropdown.button.large,
button.dropdown.large {
padding-right: 4.14286rem
}
.dropdown.button.large::after,
button.dropdown.large::after {
border-width: .35714rem;
right: 1.96429rem;
margin-top: -.17857rem
}
.dropdown.button.large::after,
button.dropdown.large::after {
border-color: #fff transparent transparent transparent
}
.dropdown.button.secondary:after,
button.dropdown.secondary:after {
border-color: #333 transparent transparent transparent
}
.flex-video {
height: 0;
margin-bottom: 1.14286rem;
overflow: hidden;
padding-bottom: 67.5%;
padding-top: 1.78571rem;
position: relative
}
.flex-video.widescreen {
padding-bottom: 56.34%
}
.flex-video.vimeo {
padding-top: 0
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
height: 100%;
position: absolute;
top: 0;
width: 100%;
left: 0
}
form {
margin: 0 0 1.14286rem
}
form .row .row {
margin: 0 -.57143rem
}
form .row .row .column,
form .row .row .columns {
padding: 0 .57143rem
}
form .row .row.collapse {
margin: 0
}
form .row .row.collapse .column,
form .row .row.collapse .columns {
padding: 0
}
form .row .row.collapse input {
-webkit-border-bottom-right-radius: 0;
-webkit-border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-top-right-radius: 0
}
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
padding-left: .57143rem
}
label {
color: #4d4d4d;
cursor: pointer;
display: block;
font-size: 1rem;
font-weight: normal;
line-height: 1.5;
margin-bottom: 0
}
label.right {
float: none !important;
text-align: right
}
label.inline {
margin: 0 0 1.14286rem 0;
padding: .64286rem 0
}
label small {
text-transform: capitalize;
color: #676767
}
.prefix,
.postfix {
border-style: solid;
border-width: 1px;
display: block;
font-size: 1rem;
height: 2.64286rem;
line-height: 2.64286rem;
overflow: visible;
padding-bottom: 0;
padding-top: 0;
position: relative;
text-align: center;
width: 100%;
z-index: 2
}
.postfix.button {
border: none;
padding-left: 0;
padding-right: 0;
padding-bottom: 0;
padding-top: 0;
text-align: center
}
.prefix.button {
border: none;
padding-left: 0;
padding-right: 0;
padding-bottom: 0;
padding-top: 0;
text-align: center
}
.prefix.button.radius {
border-radius: 0;
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-left-radius: 3px
}
.postfix.button.radius {
border-radius: 0;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-top-right-radius: 3px
}
.prefix.button.round {
border-radius: 0;
-webkit-border-bottom-left-radius: 1000px;
-webkit-border-top-left-radius: 1000px;
border-bottom-left-radius: 1000px;
border-top-left-radius: 1000px
}
.postfix.button.round {
border-radius: 0;
-webkit-border-bottom-right-radius: 1000px;
-webkit-border-top-right-radius: 1000px;
border-bottom-right-radius: 1000px;
border-top-right-radius: 1000px
}
span.prefix,
label.prefix {
background: #f2f2f2;
border-right: none;
color: #333;
border-color: #ccc
}
span.postfix,
label.postfix {
background: #f2f2f2;
border-left: none;
color: #333;
border-color: #ccc
}
input:not([type]),
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
-webkit-appearance: none;
-moz-appearance: none;
border-radius: 0;
background-color: #fff;
border-style: solid;
border-width: 1px;
border-color: #ccc;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
color: rgba(0, 0, 0, 0.75);
display: block;
font-family: inherit;
font-size: 1rem;
height: 2.64286rem;
margin: 0 0 1.14286rem 0;
padding: .57143rem;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: border-color .15s linear, background .15s linear;
-moz-transition: border-color .15s linear, background .15s linear;
-ms-transition: border-color .15s linear, background .15s linear;
-o-transition: border-color .15s linear, background .15s linear;
transition: border-color .15s linear, background .15s linear
}
input:not([type]):focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus {
background: #fafafa;
border-color: #999;
outline: none
}
input:not([type]):disabled,
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="month"]:disabled,
input[type="week"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="color"]:disabled,
textarea:disabled {
background-color: #ddd;
cursor: default
}
input:not([type])[disabled],
input:not([type])[readonly],
fieldset[disabled] input:not([type]),
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea {
background-color: #ddd;
cursor: default
}
input:not([type]).radius,
input[type="text"].radius,
input[type="password"].radius,
input[type="date"].radius,
input[type="datetime"].radius,
input[type="datetime-local"].radius,
input[type="month"].radius,
input[type="week"].radius,
input[type="email"].radius,
input[type="number"].radius,
input[type="search"].radius,
input[type="tel"].radius,
input[type="time"].radius,
input[type="url"].radius,
input[type="color"].radius,
textarea.radius {
border-radius: 3px
}
form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
border-radius: 0;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-top-right-radius: 3px
}
form .row .prefix-radius.row.collapse .prefix {
border-radius: 0;
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-left-radius: 3px
}
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
border-radius: 0;
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-left-radius: 3px
}
form .row .postfix-radius.row.collapse .postfix {
border-radius: 0;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-top-right-radius: 3px
}
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
border-radius: 0;
-webkit-border-bottom-right-radius: 1000px;
-webkit-border-top-right-radius: 1000px;
border-bottom-right-radius: 1000px;
border-top-right-radius: 1000px
}
form .row .prefix-round.row.collapse .prefix {
border-radius: 0;
-webkit-border-bottom-left-radius: 1000px;
-webkit-border-top-left-radius: 1000px;
border-bottom-left-radius: 1000px;
border-top-left-radius: 1000px
}
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
border-radius: 0;
-webkit-border-bottom-left-radius: 1000px;
-webkit-border-top-left-radius: 1000px;
border-bottom-left-radius: 1000px;
border-top-left-radius: 1000px
}
form .row .postfix-round.row.collapse .postfix {
border-radius: 0;
-webkit-border-bottom-right-radius: 1000px;
-webkit-border-top-right-radius: 1000px;
border-bottom-right-radius: 1000px;
border-top-right-radius: 1000px
}
input[type="submit"] {
-webkit-appearance: none;
-moz-appearance: none;
border-radius: 0
}
textarea[rows] {
height: auto
}
textarea {
max-width: 100%
}
::-webkit-input-placeholder {
color: #666
}
:-moz-placeholder {
color: #666
}
::-moz-placeholder {
color: #666
}
:-ms-input-placeholder {
color: #666
}
select {
-webkit-appearance: none !important;
-moz-appearance: none !important;
background-color: #FAFAFA;
border-radius: 0;
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
background-position: 100% center;
background-repeat: no-repeat;
border-style: solid;
border-width: 1px;
border-color: #ccc;
color: rgba(0, 0, 0, 0.75);
font-family: inherit;
font-size: 1rem;
line-height: normal;
padding: .57143rem;
border-radius: 0;
height: 2.64286rem
}
select::-ms-expand {
display: none
}
select.radius {
border-radius: 3px
}
select:focus {
background-color: #f3f3f3;
border-color: #999
}
select:disabled {
background-color: #ddd;
cursor: default
}
select[multiple] {
height: auto
}
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
margin: 0 0 1.14286rem 0
}
input[type="checkbox"]+label,
input[type="radio"]+label {
display: inline-block;
margin-left: .57143rem;
margin-right: 1.14286rem;
margin-bottom: 0;
vertical-align: baseline
}
input[type="file"] {
width: 100%
}
fieldset {
border: 1px solid #ddd;
margin: 1.28571rem 0;
padding: 1.42857rem
}
fieldset legend {
font-weight: bold;
margin: 0;
margin-left: -.21429rem;
padding: 0 .21429rem
}
[data-abide] .error small.error,
[data-abide] .error span.error,
[data-abide] span.error,
[data-abide] small.error {
display: block;
font-size: .85714rem;
font-style: italic;
font-weight: normal;
margin-bottom: 1.14286rem;
margin-top: -1px;
padding: .42857rem .64286rem .64286rem;
background: #f04124;
color: #fff
}
[data-abide] span.error,
[data-abide] small.error {
display: none
}
span.error,
small.error {
display: block;
font-size: .85714rem;
font-style: italic;
font-weight: normal;
margin-bottom: 1.14286rem;
margin-top: -1px;
padding: .42857rem .64286rem .64286rem;
background: #f04124;
color: #fff
}
.error input,
.error textarea,
.error select {
margin-bottom: 0
}
.error input[type="checkbox"],
.error input[type="radio"] {
margin-bottom: 1.14286rem
}
.error label,
.error label.error {
color: #f04124
}
.error small.error {
display: block;
font-size: .85714rem;
font-style: italic;
font-weight: normal;
margin-bottom: 1.14286rem;
margin-top: -1px;
padding: .42857rem .64286rem .64286rem;
background: #f04124;
color: #fff
}
.error>label>small {
background: transparent;
color: #676767;
display: inline;
font-size: 60%;
font-style: normal;
margin: 0;
padding: 0;
text-transform: capitalize
}
.error span.error-message {
display: block
}
input.error,
textarea.error,
select.error {
margin-bottom: 0
}
label.error {
color: #f04124
}
.icon-bar {
display: inline-block;
font-size: 0;
width: 100%;
background: #333
}
.icon-bar>* {
display: block;
float: left;
font-size: 1rem;
margin: 0 auto;
padding: 1.25rem;
text-align: center;
width: 25%
}
.icon-bar>* i,
.icon-bar>* img {
display: block;
margin: 0 auto
}
.icon-bar>* i+label,
.icon-bar>* img+label {
margin-top: .0625rem
}
.icon-bar>* i {
font-size: 1.875rem;
vertical-align: middle
}
.icon-bar>* img {
height: 1.875rem;
width: 1.875rem
}
.icon-bar.label-right>* i,
.icon-bar.label-right>* img {
display: inline-block;
margin: 0 .0625rem 0 0
}
.icon-bar.label-right>* i+label,
.icon-bar.label-right>* img+label {
margin-top: 0
}
.icon-bar.label-right>* label {
display: inline-block
}
.icon-bar.vertical.label-right>* {
text-align: left
}
.icon-bar.vertical,
.icon-bar.small-vertical {
height: 100%;
width: auto
}
.icon-bar.vertical .item,
.icon-bar.small-vertical .item {
float: none;
margin: auto;
width: auto
}
@media only screen and (min-width: 45.78571em) {
.icon-bar.medium-vertical {
height: 100%;
width: auto
}
.icon-bar.medium-vertical .item {
float: none;
margin: auto;
width: auto
}
}
@media only screen and (min-width: 73.21429em) {
.icon-bar.large-vertical {
height: 100%;
width: auto
}
.icon-bar.large-vertical .item {
float: none;
margin: auto;
width: auto
}
}
.icon-bar>* {
font-size: 1rem;
padding: 1.25rem
}
.icon-bar>* i+label,
.icon-bar>* img+label {
margin-top: .0625rem;
font-size: 1rem
}
.icon-bar>* i {
font-size: 1.875rem
}
.icon-bar>* img {
height: 1.875rem;
width: 1.875rem
}
.icon-bar>* label {
color: #fff
}
.icon-bar>* i {
color: #fff
}
.icon-bar>a:hover {
background: #1b459b
}
.icon-bar>a:hover label {
color: #fff
}
.icon-bar>a:hover i {
color: #fff
}
.icon-bar>a.active {
background: #1b459b
}
.icon-bar>a.active label {
color: #fff
}
.icon-bar>a.active i {
color: #fff
}
.icon-bar .item.disabled {
cursor: not-allowed;
opacity: .7;
pointer-events: none
}
.icon-bar .item.disabled>* {
opacity: .7;
cursor: not-allowed
}
.icon-bar.two-up .item {
width: 50%
}
.icon-bar.two-up.vertical .item,
.icon-bar.two-up.small-vertical .item {
width: auto
}
@media only screen and (min-width: 45.78571em) {
.icon-bar.two-up.medium-vertical .item {
width: auto
}
}
@media only screen and (min-width: 73.21429em) {
.icon-bar.two-up.large-vertical .item {
width: auto
}
}
.icon-bar.three-up .item {
width: 33.3333%
}
.icon-bar.three-up.vertical .item,
.icon-bar.three-up.small-vertical .item {
width: auto
}
@media only screen and (min-width: 45.78571em) {
.icon-bar.three-up.medium-vertical .item {
width: auto
}
}
@media only screen and (min-width: 73.21429em) {
.icon-bar.three-up.large-vertical .item {
width: auto
}
}
.icon-bar.four-up .item {
width: 25%
}
.icon-bar.four-up.vertical .item,
.icon-bar.four-up.small-vertical .item {
width: auto
}
@media only screen and (min-width: 45.78571em) {
.icon-bar.four-up.medium-vertical .item {
width: auto
}
}
@media only screen and (min-width: 73.21429em) {
.icon-bar.four-up.large-vertical .item {
width: auto
}
}
.icon-bar.five-up .item {
width: 20%
}
.icon-bar.five-up.vertical .item,
.icon-bar.five-up.small-vertical .item {
width: auto
}
@media only screen and (min-width: 45.78571em) {
.icon-bar.five-up.medium-vertical .item {
width: auto
}
}
@media only screen and (min-width: 73.21429em) {
.icon-bar.five-up.large-vertical .item {
width: auto
}
}
.icon-bar.six-up .item {
width: 16.66667%
}
.icon-bar.six-up.vertical .item,
.icon-bar.six-up.small-vertical .item {
width: auto
}
@media only screen and (min-width: 45.78571em) {
.icon-bar.six-up.medium-vertical .item {
width: auto
}
}
@media only screen and (min-width: 73.21429em) {
.icon-bar.six-up.large-vertical .item {
width: auto
}
}
.icon-bar.seven-up .item {
width: 14.28571%
}
.icon-bar.seven-up.vertical .item,
.icon-bar.seven-up.small-vertical .item {
width: auto
}
@media only screen and (min-width: 45.78571em) {
.icon-bar.seven-up.medium-vertical .item {
width: auto
}
}
@media only screen and (min-width: 73.21429em) {
.icon-bar.seven-up.large-vertical .item {
width: auto
}
}
.icon-bar.eight-up .item {
width: 12.5%
}
.icon-bar.eight-up.vertical .item,
.icon-bar.eight-up.small-vertical .item {
width: auto
}
@media only screen and (min-width: 45.78571em) {
.icon-bar.eight-up.medium-vertical .item {
width: auto
}
}
@media only screen and (min-width: 73.21429em) {
.icon-bar.eight-up.large-vertical .item {
width: auto
}
}
.icon-bar.two-up .item {
width: 50%
}
.icon-bar.two-up.vertical .item,
.icon-bar.two-up.small-vertical .item {
width: auto
}
@media only screen and (min-width: 45.78571em) {
.icon-bar.two-up.medium-vertical .item {
width: auto
}
}
@media only screen and (min-width: 73.21429em) {
.icon-bar.two-up.large-vertical .item {
width: auto
}
}
.icon-bar.three-up .item {
width: 33.3333%
}
.icon-bar.three-up.vertical .item,
.icon-bar.three-up.small-vertical .item {
width: auto
}
@media only screen and (min-width: 45.78571em) {
.icon-bar.three-up.medium-vertical .item {
width: auto
}
}
@media only screen and (min-width: 73.21429em) {
.icon-bar.three-up.large-vertical .item {
width: auto
}
}
.icon-bar.four-up .item {
width: 25%
}
.icon-bar.four-up.vertical .item,
.icon-bar.four-up.small-vertical .item {
width: auto
}
@media only screen and (min-width: 45.78571em) {
.icon-bar.four-up.medium-vertical .item {
width: auto
}
}
@media only screen and (min-width: 73.21429em) {
.icon-bar.four-up.large-vertical .item {
width: auto
}
}
.icon-bar.five-up .item {
width: 20%
}
.icon-bar.five-up.vertical .item,
.icon-bar.five-up.small-vertical .item {
width: auto
}
@media only screen and (min-width: 45.78571em) {
.icon-bar.five-up.medium-vertical .item {
width: auto
}
}
@media only screen and (min-width: 73.21429em) {
.icon-bar.five-up.large-vertical .item {
width: auto
}
}
.icon-bar.six-up .item {
width: 16.66667%
}
.icon-bar.six-up.vertical .item,
.icon-bar.six-up.small-vertical .item {
width: auto
}
@media only screen and (min-width: 45.78571em) {
.icon-bar.six-up.medium-vertical .item {
width: auto
}
}
@media only screen and (min-width: 73.21429em) {
.icon-bar.six-up.large-vertical .item {
width: auto
}
}
.icon-bar.seven-up .item {
width: 14.28571%
}
.icon-bar.seven-up.vertical .item,
.icon-bar.seven-up.small-vertical .item {
width: auto
}
@media only screen and (min-width: 45.78571em) {
.icon-bar.seven-up.medium-vertical .item {
width: auto
}
}
@media only screen and (min-width: 73.21429em) {
.icon-bar.seven-up.large-vertical .item {
width: auto
}
}
.icon-bar.eight-up .item {
width: 12.5%
}
.icon-bar.eight-up.vertical .item,
.icon-bar.eight-up.small-vertical .item {
width: auto
}
@media only screen and (min-width: 45.78571em) {
.icon-bar.eight-up.medium-vertical .item {
width: auto
}
}
@media only screen and (min-width: 73.21429em) {
.icon-bar.eight-up.large-vertical .item {
width: auto
}
}
.inline-list {
list-style: none;
margin-top: 0;
margin-bottom: 0;
margin-left: -1.57143rem;
margin-right: 0;
overflow: hidden;
padding: 0
}
.inline-list>li {
display: block;
float: left;
list-style: none;
margin-left: 1.57143rem
}
.inline-list>li>* {
display: block
}
.joyride-list {
display: none
}
.joyride-tip-guide {
background: #333;
color: #fff;
display: none;
font-family: inherit;
font-weight: normal;
position: absolute;
top: 0;
width: 95%;
z-index: 103;
left: 2.5%
}
.lt-ie9 .joyride-tip-guide {
margin-left: -400px;
max-width: 800px;
left: 50%
}
.joyride-content-wrapper {
padding: 1.28571rem 1.42857rem 1.71429rem;
width: 100%
}
.joyride-content-wrapper .button {
margin-bottom: 0 !important
}
.joyride-content-wrapper .joyride-prev-tip {
margin-right: 10px
}
.joyride-tip-guide .joyride-nub {
border: 10px solid #333;
display: block;
height: 0;
position: absolute;
width: 0;
left: 22px
}
.joyride-tip-guide .joyride-nub.top {
border-color: #333;
border-top-color: transparent !important;
border-top-style: solid;
border-left-color: transparent !important;
border-right-color: transparent !important;
top: -20px
}
.joyride-tip-guide .joyride-nub.bottom {
border-color: #333 !important;
border-bottom-color: transparent !important;
border-bottom-style: solid;
border-left-color: transparent !important;
border-right-color: transparent !important;
bottom: -20px
}
.joyride-tip-guide .joyride-nub.right {
right: -20px
}
.joyride-tip-guide .joyride-nub.left {
left: -20px
}
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
color: #fff;
font-weight: bold;
line-height: 1.25;
margin: 0
}
.joyride-tip-guide p {
font-size: 1rem;
line-height: 1.3;
margin: 0 0 1.28571rem 0
}
.joyride-timer-indicator-wrap {
border: solid 1px #555;
bottom: 1.14286rem;
height: 3px;
position: absolute;
width: 50px;
right: 1.21429rem
}
.joyride-timer-indicator {
background: #666;
display: block;
height: inherit;
width: 0
}
.joyride-close-tip {
color: #777 !important;
font-size: 24px;
font-weight: normal;
line-height: .5 !important;
position: absolute;
text-decoration: none;
top: 10px;
right: 12px
}
.joyride-close-tip:hover,
.joyride-close-tip:focus {
color: #eee !important
}
.joyride-modal-bg {
background: rgba(0, 0, 0, 0.5);
cursor: pointer;
display: none;
height: 100%;
position: fixed;
top: 0;
width: 100%;
z-index: 100;
left: 0
}
.joyride-expose-wrapper {
background-color: #fff;
border-radius: 3px;
box-shadow: 0 0 15px #fff;
position: absolute;
z-index: 102
}
.joyride-expose-cover {
background: transparent;
border-radius: 3px;
left: 0;
position: absolute;
top: 0;
z-index: 9999
}
@media only screen {
.joyride-tip-guide {
width: 300px;
left: inherit
}
.joyride-tip-guide .joyride-nub.bottom {
border-color: #333 !important;
border-bottom-color: transparent !important;
border-left-color: transparent !important;
border-right-color: transparent !important;
bottom: -20px
}
.joyride-tip-guide .joyride-nub.right {
border-color: #333 !important;
border-right-color: transparent !important;
border-bottom-color: transparent !important;
border-top-color: transparent !important;
left: auto;
right: -20px;
top: 22px
}
.joyride-tip-guide .joyride-nub.left {
border-color: #333 !important;
border-bottom-color: transparent !important;
border-left-color: transparent !important;
border-top-color: transparent !important;
left: -20px;
right: auto;
top: 22px
}
}
.keystroke,
kbd {
background-color: #ededed;
border-color: #ddd;
color: #222;
border-style: solid;
border-width: 1px;
font-family: "Consolas", "Menlo", "Courier", monospace;
font-size: inherit;
margin: 0;
padding: .14286rem .28571rem 0;
border-radius: 3px
}
.label {
display: inline-block;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-weight: normal;
line-height: 1;
margin-bottom: auto;
position: relative;
text-align: center;
text-decoration: none;
white-space: nowrap;
padding: .28571rem .57143rem .28571rem;
font-size: .78571rem;
background-color: #1b459b;
color: #fff
}
.label.radius {
border-radius: 3px
}
.label.round {
border-radius: 1000px
}
.label.alert {
background-color: #f04124;
color: #fff
}
.label.warning {
background-color: #f08a24;
color: #fff
}
.label.success {
background-color: #43AC6A;
color: #fff
}
.label.secondary {
background-color: #ffb61e;
color: #fff
}
.label.info {
background-color: #a0d3e8;
color: #333
}
[data-magellan-expedition],
[data-magellan-expedition-clone] {
background: #fff;
min-width: 100%;
padding: 10px;
z-index: 50
}
[data-magellan-expedition] .sub-nav,
[data-magellan-expedition-clone] .sub-nav {
margin-bottom: 0
}
[data-magellan-expedition] .sub-nav dd,
[data-magellan-expedition-clone] .sub-nav dd {
margin-bottom: 0
}
[data-magellan-expedition] .sub-nav a,
[data-magellan-expedition-clone] .sub-nav a {
line-height: 1.8em
}
@-webkit-keyframes rotate {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@keyframes rotate {
from {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg)
}
to {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg)
}
}
.slideshow-wrapper {
position: relative
}
.slideshow-wrapper ul {
list-style-type: none;
margin: 0
}
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
display: none
}
.slideshow-wrapper ul li:first-child {
display: block
}
.slideshow-wrapper .orbit-container {
background-color: transparent
}
.slideshow-wrapper .orbit-container li {
display: block
}
.slideshow-wrapper .orbit-container li .orbit-caption {
display: block
}
.slideshow-wrapper .orbit-container .orbit-bullets li {
display: inline-block
}
.slideshow-wrapper .preloader {
border-radius: 1000px;
animation-duration: 1.5s;
animation-iteration-count: infinite;
animation-name: rotate;
animation-timing-function: linear;
border-color: #555 #fff;
border: solid 3px;
display: block;
height: 40px;
left: 50%;
margin-left: -20px;
margin-top: -20px;
position: absolute;
top: 50%;
width: 40px
}
.orbit-container {
background: none;
overflow: hidden;
position: relative;
width: 100%
}
.orbit-container .orbit-slides-container {
list-style: none;
margin: 0;
padding: 0;
position: relative;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0)
}
.orbit-container .orbit-slides-container img {
display: block;
max-width: 100%
}
.orbit-container .orbit-slides-container>* {
position: absolute;
top: 0;
width: 100%;
margin-left: 100%
}
.orbit-container .orbit-slides-container>*:first-child {
margin-left: 0
}
.orbit-container .orbit-slides-container>* .orbit-caption {
bottom: 0;
position: absolute;
background-color: rgba(51, 51, 51, 0.8);
color: #fff;
font-size: 1rem;
padding: .71429rem 1rem;
width: 100%
}
.orbit-container .orbit-slide-number {
left: 10px;
background: transparent;
color: #fff;
font-size: 12px;
position: absolute;
top: 10px;
z-index: 10
}
.orbit-container .orbit-slide-number span {
font-weight: 700;
padding: .35714rem
}
.orbit-container .orbit-timer {
position: absolute;
top: 12px;
right: 10px;
height: 6px;
width: 100px;
z-index: 10
}
.orbit-container .orbit-timer .orbit-progress {
height: 3px;
background-color: rgba(255, 255, 255, 0.3);
display: block;
width: 0;
position: relative;
right: 20px;
top: 5px
}
.orbit-container .orbit-timer>span {
border: solid 4px #fff;
border-bottom: none;
border-top: none;
display: none;
height: 14px;
position: absolute;
top: 0;
width: 11px;
right: 0
}
.orbit-container .orbit-timer.paused>span {
top: 0;
width: 11px;
height: 14px;
border: inset 8px;
border-left-style: solid;
border-color: transparent;
border-left-color: #fff;
right: -4px
}
.orbit-container .orbit-timer.paused>span.dark {
border-left-color: #333
}
.orbit-container:hover .orbit-timer>span {
display: block
}
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
background-color: transparent;
color: white;
height: 60px;
line-height: 50px;
margin-top: -25px;
position: absolute;
text-indent: -9999px !important;
top: 45%;
width: 36px;
z-index: 10
}
.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
background-color: rgba(0, 0, 0, 0.3)
}
.orbit-container .orbit-prev>span,
.orbit-container .orbit-next>span {
border: inset 10px;
display: block;
height: 0;
margin-top: -10px;
position: absolute;
top: 50%;
width: 0
}
.orbit-container .orbit-prev {
left: 0
}
.orbit-container .orbit-prev>span {
border-right-style: solid;
border-color: transparent;
border-right-color: #fff
}
.orbit-container .orbit-prev:hover>span {
border-right-color: #fff
}
.orbit-container .orbit-next {
right: 0
}
.orbit-container .orbit-next>span {
border-color: transparent;
border-left-style: solid;
border-left-color: #fff;
left: 50%;
margin-left: -4px
}
.orbit-container .orbit-next:hover>span {
border-left-color: #fff
}
.orbit-bullets-container {
text-align: center
}
.orbit-bullets {
display: block;
float: none;
margin: 0 auto 30px auto;
overflow: hidden;
position: relative;
text-align: center;
top: 10px
}
.orbit-bullets li {
background: #ccc;
cursor: pointer;
display: inline-block;
float: none;
height: .64286rem;
margin-right: 6px;
width: .64286rem;
border-radius: 1000px
}
.orbit-bullets li.active {
background: #999
}
.orbit-bullets li:last-child {
margin-right: 0
}
.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
display: none
}
.touch .orbit-bullets {
display: none
}
@media only screen and (min-width: 45.78571em) {
.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
display: inherit
}
.touch .orbit-bullets {
display: block
}
}
@media only screen and (max-width: 45.71429em) {
.orbit-stack-on-small .orbit-slides-container {
height: auto !important
}
.orbit-stack-on-small .orbit-slides-container>* {
margin: 0 !important;
opacity: 1 !important;
position: relative
}
.orbit-stack-on-small .orbit-slide-number {
display: none
}
.orbit-timer {
display: none
}
.orbit-next,
.orbit-prev {
display: none
}
.orbit-bullets {
display: none
}
}
ul.pagination {
display: block;
margin-left: -.35714rem;
min-height: 1.71429rem
}
ul.pagination li {
color: #222;
font-size: 1rem;
height: 1.71429rem;
margin-left: .35714rem
}
ul.pagination li a,
ul.pagination li button {
border-radius: 3px;
transition: background-color 300ms ease-out;
background: none;
color: #999;
display: block;
font-size: 1em;
font-weight: normal;
line-height: inherit;
padding: .07143rem .71429rem .07143rem
}
ul.pagination li:hover a,
ul.pagination li a:focus,
ul.pagination li:hover button,
ul.pagination li button:focus {
background: #e6e6e6
}
ul.pagination li.unavailable a,
ul.pagination li.unavailable button {
cursor: default;
color: #999;
pointer-events: none
}
ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable a:focus,
ul.pagination li.unavailable:hover button,
ul.pagination li.unavailable button:focus {
background: transparent
}
ul.pagination li.current a,
ul.pagination li.current button {
background: #1b459b;
color: #fff;
cursor: default;
font-weight: bold
}
ul.pagination li.current a:hover,
ul.pagination li.current a:focus,
ul.pagination li.current button:hover,
ul.pagination li.current button:focus {
background: #1b459b
}
ul.pagination li {
display: block;
float: left
}
.pagination-centered {
text-align: center
}
.pagination-centered ul.pagination li {
display: inline-block;
float: none
}
.panel {
border-style: solid;
border-width: 1px;
border-color: #d8d8d8;
margin-bottom: 1.42857rem;
padding: 1.42857rem;
background: #f2f2f2;
color: #333
}
.panel>:first-child {
margin-top: 0
}
.panel>:last-child {
margin-bottom: 0
}
.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6,
.panel p,
.panel li,
.panel dl {
color: #333
}
.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6 {
line-height: 1;
margin-bottom: .71429rem
}
.panel h1.subheader,
.panel h2.subheader,
.panel h3.subheader,
.panel h4.subheader,
.panel h5.subheader,
.panel h6.subheader {
line-height: 1.4
}
.panel.callout {
border-style: solid;
border-width: 1px;
border-color: #d8d8d8;
margin-bottom: 1.42857rem;
padding: 1.42857rem;
background: #fcf6f1;
color: #333
}
.panel.callout>:first-child {
margin-top: 0
}
.panel.callout>:last-child {
margin-bottom: 0
}
.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6,
.panel.callout p,
.panel.callout li,
.panel.callout dl {
color: #333
}
.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6 {
line-height: 1;
margin-bottom: .71429rem
}
.panel.callout h1.subheader,
.panel.callout h2.subheader,
.panel.callout h3.subheader,
.panel.callout h4.subheader,
.panel.callout h5.subheader,
.panel.callout h6.subheader {
line-height: 1.4
}
.panel.callout a:not(.button) {
color: #1b459b
}
.panel.callout a:not(.button):hover,
.panel.callout a:not(.button):focus {
color: #9d6024
}
.panel.radius {
border-radius: 3px
}
.pricing-table {
border: solid 1px #ebebeb;
margin-left: 0;
margin-bottom: 1.42857rem
}
.pricing-table * {
list-style: none;
line-height: 1
}
.pricing-table .title {
background-color: #242424;
color: #FFF;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-size: 1.14286rem;
font-weight: normal;
padding: 1.42857rem;
text-align: center
}
.pricing-table .price {
background-color: #363636;
color: #fff;
font-family: Arimo, Georgia, Cambria, "Times New Roman", Times, serif;
font-size: 3.14286rem;
font-weight: 900;
padding: 1.71429rem;
text-align: center
}
.pricing-table .description {
background-color: #fcfcfc;
border-bottom: solid 1px #ebebeb;
color: #777;
font-size: .85714rem;
font-weight: normal;
line-height: 1.4;
padding: 1.07143rem;
text-align: center
}
.pricing-table .bullet-item {
background-color: #fcfcfc;
border-bottom: solid 1px #ebebeb;
color: #333;
font-size: 1rem;
font-weight: normal;
padding: 1.35714rem;
text-align: center
}
.pricing-table .cta-button {
background-color: #f5f5f5;
padding: 1.42857rem 1.42857rem 0;
text-align: center
}
.progress {
background-color: #FAFAFA;
border: 0 solid #fff;
height: 1.07143rem;
margin-bottom: .71429rem;
padding: .14286rem
}
.progress .meter {
background: #1b459b;
display: block;
height: 100%;
float: left;
width: 0%
}
.progress .meter.secondary {
background: #ffb61e;
display: block;
height: 100%;
float: left;
width: 0%
}
.progress .meter.success {
background: #43AC6A;
display: block;
height: 100%;
float: left;
width: 0%
}
.progress .meter.alert {
background: #f04124;
display: block;
height: 100%;
float: left;
width: 0%
}
.progress.secondary .meter {
background: #ffb61e;
display: block;
height: 100%;
float: left;
width: 0%
}
.progress.success .meter {
background: #43AC6A;
display: block;
height: 100%;
float: left;
width: 0%
}
.progress.alert .meter {
background: #f04124;
display: block;
height: 100%;
float: left;
width: 0%
}
.progress.radius {
border-radius: 3px
}
.progress.radius .meter {
border-radius: 2px
}
.progress.round {
border-radius: 1000px
}
.progress.round .meter {
border-radius: 999px
}
.range-slider {
border: 1px solid #ddd;
margin: 1.42857rem 0;
position: relative;
-ms-touch-action: none;
touch-action: none;
display: block;
height: 1.14286rem;
width: 100%;
background: #FAFAFA
}
.range-slider.vertical-range {
border: 1px solid #ddd;
margin: 1.42857rem 0;
position: relative;
-ms-touch-action: none;
touch-action: none;
display: inline-block;
height: 14.28571rem;
width: 1.14286rem
}
.range-slider.vertical-range .range-slider-handle {
bottom: -12rem;
margin-left: -0.57143rem;
margin-top: 0;
position: absolute
}
.range-slider.vertical-range .range-slider-active-segment {
border-bottom-left-radius: inherit;
border-bottom-right-radius: inherit;
border-top-left-radius: initial;
bottom: 0;
height: auto;
width: 1rem
}
.range-slider.radius {
background: #FAFAFA;
border-radius: 3px
}
.range-slider.radius .range-slider-handle {
background: #1b459b;
border-radius: 3px
}
.range-slider.radius .range-slider-handle:hover {
background: #a06325
}
.range-slider.round {
background: #FAFAFA;
border-radius: 1000px
}
.range-slider.round .range-slider-handle {
background: #1b459b;
border-radius: 1000px
}
.range-slider.round .range-slider-handle:hover {
background: #a06325
}
.range-slider.disabled,
.range-slider[disabled] {
background: #FAFAFA;
cursor: not-allowed;
opacity: .7
}
.range-slider.disabled .range-slider-handle,
.range-slider[disabled] .range-slider-handle {
background: #1b459b;
cursor: default;
opacity: .7
}
.range-slider.disabled .range-slider-handle:hover,
.range-slider[disabled] .range-slider-handle:hover {
background: #a06325
}
.range-slider-active-segment {
background: #ffb51b;
border-bottom-left-radius: inherit;
border-top-left-radius: inherit;
display: inline-block;
height: 1rem;
position: absolute
}
.range-slider-handle {
border: 1px solid none;
cursor: pointer;
display: inline-block;
height: 1.57143rem;
position: absolute;
top: -.35714rem;
width: 2.28571rem;
z-index: 1;
-ms-touch-action: manipulation;
touch-action: manipulation;
background: #1b459b
}
.range-slider-handle:hover {
background: #a06325
}
.reveal-modal-bg {
background: #000;
background: rgba(0, 0, 0, 0.45);
bottom: 0;
display: none;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 1004;
left: 0
}
.reveal-modal {
border-radius: 3px;
display: none;
position: absolute;
top: 0;
visibility: hidden;
width: 100%;
z-index: 1005;
left: 0;
background-color: #fff;
padding: 2.14286rem;
border: solid 1px #666;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.4)
}
@media only screen and (max-width: 45.71429em) {
.reveal-modal {
min-height: 100vh
}
}
.reveal-modal .column,
.reveal-modal .columns {
min-width: 0
}
.reveal-modal>:first-child {
margin-top: 0
}
.reveal-modal>:last-child {
margin-bottom: 0
}
@media only screen and (min-width: 45.78571em) {
.reveal-modal {
left: 0;
margin: 0 auto;
max-width: 85.71429rem;
right: 0;
width: 80%
}
}
@media only screen and (min-width: 45.78571em) {
.reveal-modal {
top: 7.14286rem
}
}
.reveal-modal.radius {
box-shadow: none;
border-radius: 3px
}
.reveal-modal.round {
box-shadow: none;
border-radius: 1000px
}
.reveal-modal.collapse {
padding: 0;
box-shadow: none
}
@media only screen and (min-width: 45.78571em) {
.reveal-modal.tiny {
left: 0;
margin: 0 auto;
max-width: 85.71429rem;
right: 0;
width: 30%
}
}
@media only screen and (min-width: 45.78571em) {
.reveal-modal.small {
left: 0;
margin: 0 auto;
max-width: 85.71429rem;
right: 0;
width: 40%
}
}
@media only screen and (min-width: 45.78571em) {
.reveal-modal.medium {
left: 0;
margin: 0 auto;
max-width: 85.71429rem;
right: 0;
width: 60%
}
}
@media only screen and (min-width: 45.78571em) {
.reveal-modal.large {
left: 0;
margin: 0 auto;
max-width: 85.71429rem;
right: 0;
width: 70%
}
}
@media only screen and (min-width: 45.78571em) {
.reveal-modal.xlarge {
left: 0;
margin: 0 auto;
max-width: 85.71429rem;
right: 0;
width: 95%
}
}
.reveal-modal.full {
height: 100vh;
height: 100%;
left: 0;
margin-left: 0 !important;
max-width: none !important;
min-height: 100vh;
top: 0
}
@media only screen and (min-width: 45.78571em) {
.reveal-modal.full {
left: 0;
margin: 0 auto;
max-width: 85.71429rem;
right: 0;
width: 100%
}
}
.reveal-modal.toback {
z-index: 1003
}
.reveal-modal .close-reveal-modal {
color: #aaa;
cursor: pointer;
font-size: 2.85714rem;
font-weight: bold;
line-height: 1;
position: absolute;
top: .71429rem;
right: 1.57143rem
}
.side-nav {
display: block;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
list-style-position: outside;
list-style-type: none;
margin: 0;
padding: 1rem 0
}
.side-nav li {
font-size: 1rem;
font-weight: normal;
margin: 0 0 .5rem 0
}
.side-nav li a:not(.button) {
color: #1b459b;
display: block;
margin: 0;
padding: .5rem 1rem
}
.side-nav li a:not(.button):hover,
.side-nav li a:not(.button):focus {
background: rgba(0, 0, 0, 0.025);
color: #d99b5c
}
.side-nav li a:not(.button):active {
color: #d99b5c
}
.side-nav li.active>a:first-child:not(.button) {
color: #d99b5c;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-weight: normal
}
.side-nav li.divider {
border-top: 1px solid;
height: 0;
list-style: none;
padding: 0;
border-top-color: #e6e6e6
}
.side-nav li.heading {
color: #1b459b;
font-size: 1rem;
font-weight: bold;
text-transform: uppercase
}
.split.button {
position: relative;
padding-right: 5.78571rem
}
.split.button span {
display: block;
height: 100%;
position: absolute;
right: 0;
top: 0;
border-left: solid 1px
}
.split.button span:after {
position: absolute;
content: "";
width: 0;
height: 0;
display: block;
border-style: inset;
top: 50%;
left: 50%
}
.split.button span:active {
background-color: rgba(0, 0, 0, 0.1)
}
.split.button span {
border-left-color: rgba(255, 255, 255, 0.5)
}
.split.button span {
width: 3.53571rem
}
.split.button span:after {
border-top-style: solid;
border-width: .42857rem;
margin-left: -.42857rem;
top: 48%
}
.split.button span:after {
border-color: #fff transparent transparent transparent
}
.split.button.secondary span {
border-left-color: rgba(255, 255, 255, 0.5)
}
.split.button.secondary span:after {
border-color: #fff transparent transparent transparent
}
.split.button.alert span {
border-left-color: rgba(255, 255, 255, 0.5)
}
.split.button.success span {
border-left-color: rgba(255, 255, 255, 0.5)
}
.split.button.tiny {
padding-right: 4.28571rem
}
.split.button.tiny span {
width: 2.57143rem
}
.split.button.tiny span:after {
border-top-style: solid;
border-width: .42857rem;
margin-left: -.42857rem;
top: 48%
}
.split.button.small {
padding-right: 5rem
}
.split.button.small span {
width: 3rem
}
.split.button.small span:after {
border-top-style: solid;
border-width: .5rem;
margin-left: -.42857rem;
top: 48%
}
.split.button.large {
padding-right: 6.28571rem
}
.split.button.large span {
width: 3.92857rem
}
.split.button.large span:after {
border-top-style: solid;
border-width: .35714rem;
margin-left: -.42857rem;
top: 48%
}
.split.button.expand {
padding-left: 2rem
}
.split.button.secondary span:after {
border-color: #333 transparent transparent transparent
}
.split.button.radius span {
-webkit-border-bottom-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-top-right-radius: 3px
}
.split.button.round span {
-webkit-border-bottom-right-radius: 1000px;
-webkit-border-top-right-radius: 1000px;
border-bottom-right-radius: 1000px;
border-top-right-radius: 1000px
}
.split.button.no-pip span:before {
border-style: none
}
.split.button.no-pip span:after {
border-style: none
}
.split.button.no-pip span>i {
display: block;
left: 50%;
margin-left: -0.28889em;
margin-top: -0.48889em;
position: absolute;
top: 50%
}
.sub-nav {
display: block;
margin: -.28571rem 0 1.28571rem;
overflow: hidden;
padding-top: .28571rem;
width: auto
}
.sub-nav dt {
text-transform: uppercase
}
.sub-nav dt,
.sub-nav dd,
.sub-nav li {
color: #999;
float: left;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-size: 1rem;
font-weight: normal;
margin-left: 1.14286rem;
margin-bottom: 0
}
.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
color: #999;
padding: .21429rem 1.14286rem;
text-decoration: none
}
.sub-nav dt a:hover,
.sub-nav dd a:hover,
.sub-nav li a:hover {
color: #737373
}
.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
border-radius: 3px;
background: #1b459b;
color: #fff;
cursor: default;
font-weight: normal;
padding: .21429rem 1.14286rem
}
.sub-nav dt.active a:hover,
.sub-nav dd.active a:hover,
.sub-nav li.active a:hover {
background: #9d6024
}
.switch {
border: none;
margin-bottom: 1.5rem;
outline: 0;
padding: 0;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.switch label {
background: #ddd;
color: transparent;
cursor: pointer;
display: block;
margin-bottom: 1rem;
position: relative;
text-indent: 100%;
width: 4rem;
height: 2rem;
transition: left .15s ease-out
}
.switch input {
left: 10px;
opacity: 0;
padding: 0;
position: absolute;
top: 9px
}
.switch input+label {
margin-left: 0;
margin-right: 0
}
.switch label:after {
background: #fff;
content: "";
display: block;
height: 1.5rem;
left: .25rem;
position: absolute;
top: .25rem;
width: 1.5rem;
-webkit-transition: left .15s ease-out;
-moz-transition: left .15s ease-out;
-o-transition: translate3d(0, 0, 0);
transition: left .15s ease-out;
-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)
}
.switch input:checked+label {
background: #1b459b
}
.switch input:checked+label:after {
left: 2.25rem
}
.switch label {
height: 2rem;
width: 4rem
}
.switch label:after {
height: 1.5rem;
width: 1.5rem
}
.switch input:checked+label:after {
left: 2.25rem
}
.switch label {
color: transparent;
background: #ddd
}
.switch label:after {
background: #fff
}
.switch input:checked+label {
background: #1b459b
}
.switch.large label {
height: 2.5rem;
width: 5rem
}
.switch.large label:after {
height: 2rem;
width: 2rem
}
.switch.large input:checked+label:after {
left: 2.75rem
}
.switch.small label {
height: 1.75rem;
width: 3.5rem
}
.switch.small label:after {
height: 1.25rem;
width: 1.25rem
}
.switch.small input:checked+label:after {
left: 2rem
}
.switch.tiny label {
height: 1.5rem;
width: 3rem
}
.switch.tiny label:after {
height: 1rem;
width: 1rem
}
.switch.tiny input:checked+label:after {
left: 1.75rem
}
.switch.radius label {
border-radius: 4px
}
.switch.radius label:after {
border-radius: 3px
}
.switch.round {
border-radius: 1000px
}
.switch.round label {
border-radius: 2rem
}
.switch.round label:after {
border-radius: 2rem
}
table {
background: #fff;
border: solid 1px #ddd;
margin-bottom: 1.42857rem;
table-layout: auto
}
table caption {
background: transparent;
color: #222;
font-size: 1.14286rem;
font-weight: bold
}
table thead {
background: #F5F5F5
}
table thead tr th,
table thead tr td {
color: #222;
font-size: 1rem;
font-weight: bold;
padding: .57143rem .71429rem .71429rem
}
table tfoot {
background: #F5F5F5
}
table tfoot tr th,
table tfoot tr td {
color: #222;
font-size: 1rem;
font-weight: bold;
padding: .57143rem .71429rem .71429rem
}
table tr th,
table tr td {
color: #222;
font-size: 1rem;
padding: .64286rem .71429rem;
text-align: left
}
table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
background: #F9F9F9
}
table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
display: table-cell;
line-height: 1.28571rem
}
.tabs {
margin-bottom: 0 !important;
margin-left: 0
}
.tabs:before,
.tabs:after {
content: " ";
display: table
}
.tabs:after {
clear: both
}
.tabs dd,
.tabs .tab-title {
float: left;
list-style: none;
margin-bottom: 0 !important;
position: relative
}
.tabs dd>a,
.tabs .tab-title>a {
display: block;
background-color: #EFEFEF;
color: #222;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-size: 1.14286rem;
padding: 1.14286rem 2.28571rem
}
.tabs dd>a:hover,
.tabs .tab-title>a:hover {
background-color: #e1e1e1
}
.tabs dd.active>a,
.tabs .tab-title.active>a {
background-color: #fff;
color: #222
}
.tabs.radius dd:first-child a,
.tabs.radius .tab:first-child a {
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-left-radius: 3px
}
.tabs.radius dd:last-child a,
.tabs.radius .tab:last-child a {
-webkit-border-bottom-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-top-right-radius: 3px
}
.tabs.vertical dd,
.tabs.vertical .tab-title {
position: inherit;
float: none;
display: block;
top: auto
}
.tabs-content {
margin-bottom: 1.71429rem;
width: 100%
}
.tabs-content:before,
.tabs-content:after {
content: " ";
display: table
}
.tabs-content:after {
clear: both
}
.tabs-content>.content {
display: none;
float: left;
padding: 1.07143rem 0;
width: 100%
}
.tabs-content>.content.active {
display: block;
float: none
}
.tabs-content>.content.contained {
padding: 1.07143rem
}
.tabs-content.vertical {
display: block
}
.tabs-content.vertical>.content {
padding: 0 1.07143rem
}
@media only screen and (min-width: 45.78571em) {
.tabs.vertical {
float: left;
margin: 0;
margin-bottom: 1.25rem !important;
max-width: 20%;
width: 20%
}
.tabs-content.vertical {
float: left;
margin-left: -1px;
max-width: 80%;
padding-left: 1rem;
width: 80%
}
}
.no-js .tabs-content>.content {
display: block;
float: none
}
.th {
border: solid 4px #fff;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
display: inline-block;
line-height: 0;
max-width: 100%;
transition: all 200ms ease-out
}
.th:hover,
.th:focus {
box-shadow: 0 0 6px 1px rgba(182, 112, 42, 0.5)
}
.th.radius {
border-radius: 3px
}
.has-tip {
border-bottom: dotted 1px #ccc;
color: #333;
cursor: help;
font-weight: bold
}
.has-tip:hover,
.has-tip:focus {
border-bottom: dotted 1px #523213;
color: #1b459b
}
.has-tip.tip-left,
.has-tip.tip-right {
float: none !important
}
.tooltip {
background: #333;
color: #fff;
display: none;
font-size: 1rem;
font-weight: normal;
line-height: 1.3;
max-width: 300px;
padding: .85714rem;
position: absolute;
width: 100%;
z-index: 1006;
left: 50%
}
.tooltip>.nub {
border: solid 5px;
border-color: transparent transparent #333 transparent;
display: block;
height: 0;
pointer-events: none;
position: absolute;
top: -10px;
width: 0;
left: 5px
}
.tooltip>.nub.rtl {
left: auto;
right: 5px
}
.tooltip.radius {
border-radius: 3px
}
.tooltip.round {
border-radius: 1000px
}
.tooltip.round>.nub {
left: 2rem
}
.tooltip.opened {
border-bottom: dotted 1px #523213 !important;
color: #1b459b !important
}
.tap-to-close {
color: #777;
display: block;
font-size: .71429rem;
font-weight: normal
}
@media only screen {
.tooltip>.nub {
border-color: transparent transparent #333 transparent;
top: -10px
}
.tooltip.tip-top>.nub {
border-color: #333 transparent transparent transparent;
bottom: -10px;
top: auto
}
.tooltip.tip-left,
.tooltip.tip-right {
float: none !important
}
.tooltip.tip-left>.nub {
border-color: transparent transparent transparent #333;
left: auto;
margin-top: -5px;
right: -10px;
top: 50%
}
.tooltip.tip-right>.nub {
border-color: transparent #333 transparent transparent;
left: -10px;
margin-top: -5px;
right: auto;
top: 50%
}
}
meta.foundation-mq-topbar {
font-family: "/only screen and (min-width: 900px)/";
width: 900px
}
.contain-to-grid {
width: 100%;
background: #fff
}
.contain-to-grid .top-bar {
margin-bottom: 0
}
.fixed {
position: fixed;
top: 0;
width: 100%;
z-index: 99;
left: 0
}
.fixed.expanded:not(.top-bar) {
height: auto;
max-height: 100%;
overflow-y: auto;
width: 100%
}
.fixed.expanded:not(.top-bar) .title-area {
position: fixed;
width: 100%;
z-index: 99
}
.fixed.expanded:not(.top-bar) .top-bar-section {
margin-top: 3.21429rem;
z-index: 98
}
.top-bar {
background: #fff;
height: 3.21429rem;
line-height: 3.21429rem;
margin-bottom: 0;
overflow: hidden;
position: relative
}
.top-bar ul {
list-style: none;
margin-bottom: 0
}
.top-bar .row {
max-width: none
}
.top-bar form,
.top-bar input,
.top-bar select {
margin-bottom: 0
}
.top-bar input,
.top-bar select {
font-size: .75rem;
height: 2rem;
padding-bottom: .35rem;
padding-top: .35rem
}
.top-bar .button,
.top-bar button {
font-size: .75rem;
margin-bottom: 0;
padding-bottom: .42143rem;
padding-top: .42143rem
}
@media only screen and (max-width: 45.71429em) {
.top-bar .button,
.top-bar button {
position: relative;
top: -1px
}
}
.top-bar .title-area {
margin: 0;
position: relative
}
.top-bar .name {
font-size: 14px;
height: 3.21429rem;
margin: 0
}
.top-bar .name h1,
.top-bar .name h2,
.top-bar .name h3,
.top-bar .name h4,
.top-bar .name p,
.top-bar .name span {
font-size: 1.21429rem;
line-height: 3.21429rem;
margin: 0
}
.top-bar .name h1 a,
.top-bar .name h2 a,
.top-bar .name h3 a,
.top-bar .name h4 a,
.top-bar .name p a,
.top-bar .name span a {
color: #000;
display: block;
font-weight: normal;
padding: 0 1.07143rem;
width: 75%
}
.top-bar .toggle-topbar {
position: absolute;
right: 0;
top: 0
}
.top-bar .toggle-topbar a {
color: #000;
display: block;
font-size: .92857rem;
font-weight: bold;
height: 3.21429rem;
line-height: 3.21429rem;
padding: 0 1.07143rem;
position: relative;
text-transform: uppercase
}
.top-bar .toggle-topbar.menu-icon {
margin-top: -16px;
top: 50%
}
.top-bar .toggle-topbar.menu-icon a {
color: #fff;
height: 34px;
line-height: 33px;
padding: 0 2.85714rem 0 1.07143rem;
position: relative
}
.top-bar .toggle-topbar.menu-icon a span::after {
content: "";
display: block;
height: 0;
position: absolute;
margin-top: -8px;
top: 50%;
right: 1.07143rem;
box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
width: 16px
}
.top-bar .toggle-topbar.menu-icon a span:hover:after {
box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px ""
}
.top-bar.expanded {
background: transparent;
height: auto
}
.top-bar.expanded .title-area {
background: #fff
}
.top-bar.expanded .toggle-topbar a {
color: #888
}
.top-bar.expanded .toggle-topbar a span::after {
box-shadow: 0 0 0 1px #888, 0 7px 0 1px #888, 0 14px 0 1px #888
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
.top-bar.expanded .top-bar-section .has-dropdown.moved>.dropdown,
.top-bar.expanded .top-bar-section .dropdown {
clip: initial
}
.top-bar.expanded .top-bar-section .has-dropdown:not(.moved)>ul {
padding: 0
}
}
.top-bar-section {
left: 0;
position: relative;
width: auto;
transition: left 300ms ease-out
}
.top-bar-section ul {
display: block;
font-size: 14px;
height: auto;
margin: 0;
padding: 0;
width: 100%
}
.top-bar-section .divider,
.top-bar-section [role="separator"] {
border-top: solid 1px gray;
clear: both;
height: 1px;
width: 100%
}
.top-bar-section ul li {
background: #fff
}
.top-bar-section ul li>a {
color: #000;
display: block;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-size: .92857rem;
font-weight: 300;
padding-left: 1.07143rem;
padding: 12px 0 12px 1.07143rem;
text-transform: uppercase;
width: 100%
}
.top-bar-section ul li>a.button {
font-size: .92857rem;
padding-left: 1.07143rem;
padding-right: 1.07143rem;
background-color: #1b459b;
border-color: #925a22;
color: #fff
}
.top-bar-section ul li>a.button:hover,
.top-bar-section ul li>a.button:focus {
background-color: #925a22
}
.top-bar-section ul li>a.button:hover,
.top-bar-section ul li>a.button:focus {
color: #fff
}
.top-bar-section ul li>a.button.secondary {
background-color: #ffb61e;
border-color: #e49a00;
color: #fff
}
.top-bar-section ul li>a.button.secondary:hover,
.top-bar-section ul li>a.button.secondary:focus {
background-color: #e49a00
}
.top-bar-section ul li>a.button.secondary:hover,
.top-bar-section ul li>a.button.secondary:focus {
color: #fff
}
.top-bar-section ul li>a.button.success {
background-color: #43AC6A;
border-color: #368a55;
color: #fff
}
.top-bar-section ul li>a.button.success:hover,
.top-bar-section ul li>a.button.success:focus {
background-color: #368a55
}
.top-bar-section ul li>a.button.success:hover,
.top-bar-section ul li>a.button.success:focus {
color: #fff
}
.top-bar-section ul li>a.button.alert {
background-color: #f04124;
border-color: #cf2a0e;
color: #fff
}
.top-bar-section ul li>a.button.alert:hover,
.top-bar-section ul li>a.button.alert:focus {
background-color: #cf2a0e
}
.top-bar-section ul li>a.button.alert:hover,
.top-bar-section ul li>a.button.alert:focus {
color: #fff
}
.top-bar-section ul li>a.button.warning {
background-color: #f08a24;
border-color: #cf6e0e;
color: #fff
}
.top-bar-section ul li>a.button.warning:hover,
.top-bar-section ul li>a.button.warning:focus {
background-color: #cf6e0e
}
.top-bar-section ul li>a.button.warning:hover,
.top-bar-section ul li>a.button.warning:focus {
color: #fff
}
.top-bar-section ul li>a.button.info {
background-color: #a0d3e8;
border-color: #61b6d9;
color: #333
}
.top-bar-section ul li>a.button.info:hover,
.top-bar-section ul li>a.button.info:focus {
background-color: #61b6d9
}
.top-bar-section ul li>a.button.info:hover,
.top-bar-section ul li>a.button.info:focus {
color: #fff
}
.top-bar-section ul li>button {
font-size: .92857rem;
padding-left: 1.07143rem;
padding-right: 1.07143rem;
background-color: #1b459b;
border-color: #925a22;
color: #fff
}
.top-bar-section ul li>button:hover,
.top-bar-section ul li>button:focus {
background-color: #925a22
}
.top-bar-section ul li>button:hover,
.top-bar-section ul li>button:focus {
color: #fff
}
.top-bar-section ul li>button.secondary {
background-color: #ffb61e;
border-color: #e49a00;
color: #fff
}
.top-bar-section ul li>button.secondary:hover,
.top-bar-section ul li>button.secondary:focus {
background-color: #e49a00
}
.top-bar-section ul li>button.secondary:hover,
.top-bar-section ul li>button.secondary:focus {
color: #fff
}
.top-bar-section ul li>button.success {
background-color: #43AC6A;
border-color: #368a55;
color: #fff
}
.top-bar-section ul li>button.success:hover,
.top-bar-section ul li>button.success:focus {
background-color: #368a55
}
.top-bar-section ul li>button.success:hover,
.top-bar-section ul li>button.success:focus {
color: #fff
}
.top-bar-section ul li>button.alert {
background-color: #f04124;
border-color: #cf2a0e;
color: #fff
}
.top-bar-section ul li>button.alert:hover,
.top-bar-section ul li>button.alert:focus {
background-color: #cf2a0e
}
.top-bar-section ul li>button.alert:hover,
.top-bar-section ul li>button.alert:focus {
color: #fff
}
.top-bar-section ul li>button.warning {
background-color: #f08a24;
border-color: #cf6e0e;
color: #fff
}
.top-bar-section ul li>button.warning:hover,
.top-bar-section ul li>button.warning:focus {
background-color: #cf6e0e
}
.top-bar-section ul li>button.warning:hover,
.top-bar-section ul li>button.warning:focus {
color: #fff
}
.top-bar-section ul li>button.info {
background-color: #a0d3e8;
border-color: #61b6d9;
color: #333
}
.top-bar-section ul li>button.info:hover,
.top-bar-section ul li>button.info:focus {
background-color: #61b6d9
}
.top-bar-section ul li>button.info:hover,
.top-bar-section ul li>button.info:focus {
color: #fff
}
.top-bar-section ul li:hover:not(.has-form)>a {
background-color: #000;
color: #000;
background: #fff
}
.top-bar-section ul li.active>a {
background: #fff;
color: #000
}
.top-bar-section ul li.active>a:hover {
background: #9d6024;
color: #000
}
.top-bar-section .has-form {
padding: 1.07143rem
}
.top-bar-section .has-dropdown {
position: relative
}
.top-bar-section .has-dropdown>a:after {
border: inset 5px;
content: "";
display: block;
height: 0;
width: 0;
border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
border-left-style: solid;
margin-right: 1.07143rem;
margin-top: -4.5px;
position: absolute;
top: 50%;
right: 0
}
.top-bar-section .has-dropdown.moved {
position: static
}
.top-bar-section .has-dropdown.moved>.dropdown {
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto;
display: block;
position: absolute !important;
width: 100%
}
.top-bar-section .has-dropdown.moved>a:after {
display: none
}
.top-bar-section .dropdown {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
display: block;
padding: 0;
position: absolute;
top: 0;
z-index: 99;
left: 100%
}
.top-bar-section .dropdown li {
height: auto;
width: 100%
}
.top-bar-section .dropdown li a {
font-weight: 300;
padding: 8px 1.07143rem
}
.top-bar-section .dropdown li a.parent-link {
font-weight: 300
}
.top-bar-section .dropdown li.title h5,
.top-bar-section .dropdown li.parent-link {
margin-bottom: 0;
margin-top: 0;
font-size: 1.28571rem
}
.top-bar-section .dropdown li.title h5 a,
.top-bar-section .dropdown li.parent-link a {
color: #000;
display: block
}
.top-bar-section .dropdown li.title h5 a:hover,
.top-bar-section .dropdown li.parent-link a:hover {
background: none
}
.top-bar-section .dropdown li.has-form {
padding: 8px 1.07143rem
}
.top-bar-section .dropdown li .button,
.top-bar-section .dropdown li button {
top: auto
}
.top-bar-section .dropdown label {
color: #777;
font-size: .71429rem;
font-weight: bold;
margin-bottom: 0;
padding: 8px 1.07143rem 2px;
text-transform: uppercase
}
.js-generated {
display: block
}
@media only screen and (min-width: 900px) {
.top-bar {
background: #fff;
overflow: visible
}
.top-bar:before,
.top-bar:after {
content: " ";
display: table
}
.top-bar:after {
clear: both
}
.top-bar .toggle-topbar {
display: none
}
.top-bar .title-area {
float: left
}
.top-bar .name h1 a,
.top-bar .name h2 a,
.top-bar .name h3 a,
.top-bar .name h4 a,
.top-bar .name h5 a,
.top-bar .name h6 a {
width: auto
}
.top-bar input,
.top-bar select,
.top-bar .button,
.top-bar button {
font-size: 1rem;
height: 2rem;
position: relative;
top: .60714rem
}
.top-bar .has-form>.button,
.top-bar .has-form>button {
font-size: 1rem;
height: 2rem;
position: relative;
top: .60714rem
}
.top-bar.expanded {
background: #fff
}
.contain-to-grid .top-bar {
margin: 0 auto;
margin-bottom: 0;
max-width: 85.71429rem
}
.top-bar-section {
transition: none 0 0;
left: 0 !important
}
.top-bar-section ul {
display: inline;
height: auto !important;
width: auto
}
.top-bar-section ul li {
float: left
}
.top-bar-section ul li .js-generated {
display: none
}
.top-bar-section li.hover>a:not(.button) {
background-color: #000;
background: #fff;
color: #000
}
.top-bar-section li:not(.has-form) a:not(.button) {
background: #fff;
line-height: 3.21429rem;
padding: 0 1.07143rem
}
.top-bar-section li:not(.has-form) a:not(.button):hover {
background-color: #000;
background: #fff
}
.top-bar-section li.active:not(.has-form) a:not(.button) {
background: #fff;
color: #000;
line-height: 3.21429rem;
padding: 0 1.07143rem
}
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
background: #9d6024;
color: #000
}
.top-bar-section .has-dropdown>a {
padding-right: 2.5rem !important
}
.top-bar-section .has-dropdown>a:after {
border: inset 5px;
content: "";
display: block;
height: 0;
width: 0;
border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
border-top-style: solid;
margin-top: -2.5px;
top: 1.60714rem
}
.top-bar-section .has-dropdown.moved {
position: relative
}
.top-bar-section .has-dropdown.moved>.dropdown {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
display: block
}
.top-bar-section .has-dropdown.hover>.dropdown,
.top-bar-section .has-dropdown.not-click:hover>.dropdown {
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto;
display: block;
position: absolute !important
}
.top-bar-section .has-dropdown>a:focus+.dropdown {
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto;
display: block;
position: absolute !important
}
.top-bar-section .has-dropdown .dropdown li.has-dropdown>a:after {
border: none;
content: "\00bb";
top: .21429rem;
right: 5px
}
.top-bar-section .dropdown {
left: 0;
background: transparent;
min-width: 100%;
top: auto
}
.top-bar-section .dropdown li a {
background: #fff;
color: #000;
line-height: 3.21429rem;
padding: 12px 1.07143rem;
white-space: nowrap
}
.top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button) {
background: #fff;
color: #000
}
.top-bar-section .dropdown li:not(.has-form):not(.active):hover>a:not(.button) {
background-color: #000;
color: #aaa;
background: #fff
}
.top-bar-section .dropdown li label {
background: #333;
white-space: nowrap
}
.top-bar-section .dropdown li .dropdown {
left: 100%;
top: 0
}
.top-bar-section>ul>.divider,
.top-bar-section>ul>[role="separator"] {
border-right: solid 1px #fff;
border-bottom: none;
border-top: none;
clear: none;
height: 3.21429rem;
width: 0
}
.top-bar-section .has-form {
background: #fff;
height: 3.21429rem;
padding: 0 1.07143rem
}
.top-bar-section .right li .dropdown {
left: auto;
right: 0
}
.top-bar-section .right li .dropdown li .dropdown {
right: 100%
}
.top-bar-section .left li .dropdown {
right: auto;
left: 0
}
.top-bar-section .left li .dropdown li .dropdown {
left: 100%
}
.no-js .top-bar-section ul li:hover>a {
background-color: #000;
background: #fff;
color: #000
}
.no-js .top-bar-section ul li:active>a {
background: #fff;
color: #000
}
.no-js .top-bar-section .has-dropdown:hover>.dropdown {
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto;
display: block;
position: absolute !important
}
.no-js .top-bar-section .has-dropdown>a:focus+.dropdown {
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto;
display: block;
position: absolute !important
}
}
.text-left {
text-align: left !important
}
.text-right {
text-align: right !important
}
.text-center {
text-align: center !important
}
.text-justify {
text-align: justify !important
}
@media only screen and (max-width: 45.71429em) {
.small-only-text-left {
text-align: left !important
}
.small-only-text-right {
text-align: right !important
}
.small-only-text-center {
text-align: center !important
}
.small-only-text-justify {
text-align: justify !important
}
}
@media only screen {
.small-text-left {
text-align: left !important
}
.small-text-right {
text-align: right !important
}
.small-text-center {
text-align: center !important
}
.small-text-justify {
text-align: justify !important
}
}
@media only screen and (min-width: 45.78571em) and (max-width: 73.14286em) {
.medium-only-text-left {
text-align: left !important
}
.medium-only-text-right {
text-align: right !important
}
.medium-only-text-center {
text-align: center !important
}
.medium-only-text-justify {
text-align: justify !important
}
}
@media only screen and (min-width: 45.78571em) {
.medium-text-left {
text-align: left !important
}
.medium-text-right {
text-align: right !important
}
.medium-text-center {
text-align: center !important
}
.medium-text-justify {
text-align: justify !important
}
}
@media only screen and (min-width: 73.21429em) and (max-width: 102.85714em) {
.large-only-text-left {
text-align: left !important
}
.large-only-text-right {
text-align: right !important
}
.large-only-text-center {
text-align: center !important
}
.large-only-text-justify {
text-align: justify !important
}
}
@media only screen and (min-width: 73.21429em) {
.large-text-left {
text-align: left !important
}
.large-text-right {
text-align: right !important
}
.large-text-center {
text-align: center !important
}
.large-text-justify {
text-align: justify !important
}
}
@media only screen and (min-width: 102.92857em) and (max-width: 137.14286em) {
.xlarge-only-text-left {
text-align: left !important
}
.xlarge-only-text-right {
text-align: right !important
}
.xlarge-only-text-center {
text-align: center !important
}
.xlarge-only-text-justify {
text-align: justify !important
}
}
@media only screen and (min-width: 102.92857em) {
.xlarge-text-left {
text-align: left !important
}
.xlarge-text-right {
text-align: right !important
}
.xlarge-text-center {
text-align: center !important
}
.xlarge-text-justify {
text-align: justify !important
}
}
@media only screen and (min-width: 137.21429em) and (max-width: 7142857.07143em) {
.xxlarge-only-text-left {
text-align: left !important
}
.xxlarge-only-text-right {
text-align: right !important
}
.xxlarge-only-text-center {
text-align: center !important
}
.xxlarge-only-text-justify {
text-align: justify !important
}
}
@media only screen and (min-width: 137.21429em) {
.xxlarge-text-left {
text-align: left !important
}
.xxlarge-text-right {
text-align: right !important
}
.xxlarge-text-center {
text-align: center !important
}
.xxlarge-text-justify {
text-align: justify !important
}
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
margin: 0;
padding: 0
}
a {
color: #1b459b;
line-height: inherit;
text-decoration: none
}
a:hover,
a:focus {
color: #9d6024
}
a img {
border: none
}
p {
font-family: inherit;
font-size: 1rem;
font-weight: normal;
line-height: 1.6;
margin-bottom: 1.42857rem;
text-rendering: optimizeLegibility
}
p.lead {
font-size: 1.25rem;
line-height: 1.6
}
p aside {
font-size: 1rem;
font-style: italic;
line-height: 1.35
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #222;
font-family: Arimo, Georgia, Cambria, "Times New Roman", Times, serif;
font-style: normal;
font-weight: bold;
line-height: 1.25;
margin-bottom: .5rem;
margin-top: 0;
text-rendering: optimizeLegibility
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
color: #6f6f6f;
font-size: 60%;
line-height: 0
}
h1 {
font-size: 2.42857rem
}
h2 {
font-size: 1.92857rem
}
h3 {
font-size: 1.57143rem
}
h4 {
font-size: 1.28571rem
}
h5 {
font-size: 1.28571rem
}
h6 {
font-size: 1rem
}
.subheader {
line-height: 1.4;
color: #6f6f6f;
font-weight: normal;
margin-top: .2rem;
margin-bottom: .5rem
}
hr {
border: solid #ddd;
border-width: 1px 0 0;
clear: both;
height: 0;
margin: 1.42857rem 0 1.35714rem
}
em,
i {
font-style: italic;
line-height: inherit
}
strong,
b {
font-weight: bold;
line-height: inherit
}
small {
font-size: 60%;
line-height: inherit
}
code {
background-color: #ffe9bc;
border-color: #ffdb8f;
border-style: solid;
border-width: 1px;
color: #333;
font-family: Consolas, "Liberation Mono", Courier, monospace;
font-weight: normal;
padding: .14286rem .35714rem .07143rem
}
ul,
ol,
dl {
font-family: inherit;
font-size: 1rem;
line-height: 1.6;
list-style-position: outside;
margin-bottom: 1.42857rem
}
ul {
margin-left: 1.1rem
}
ul li ul,
ul li ol {
margin-left: 1.42857rem;
margin-bottom: 0
}
ul.square li ul,
ul.circle li ul,
ul.disc li ul {
list-style: inherit
}
ul.square {
list-style-type: square;
margin-left: 1.1rem
}
ul.circle {
list-style-type: circle;
margin-left: 1.1rem
}
ul.disc {
list-style-type: disc;
margin-left: 1.1rem
}
ol {
margin-left: 1.4rem
}
ol li ul,
ol li ol {
margin-left: 1.42857rem;
margin-bottom: 0
}
.no-bullet {
list-style-type: none;
margin-left: 0
}
.no-bullet li ul,
.no-bullet li ol {
margin-left: 1.42857rem;
margin-bottom: 0;
list-style: none
}
dl dt {
margin-bottom: .3rem;
font-weight: bold
}
dl dd {
margin-bottom: .85714rem
}
abbr,
acronym {
text-transform: uppercase;
font-size: 90%;
color: #222;
cursor: help
}
abbr {
text-transform: none
}
abbr[title] {
border-bottom: 1px dotted #ddd
}
blockquote {
margin: 0 0 1.42857rem;
padding: .64286rem 1.42857rem 0 1.35714rem;
border-left: 1px solid #ddd
}
blockquote cite {
display: block;
font-size: .92857rem;
color: #555
}
blockquote cite:before {
content: "\2014 \0020"
}
blockquote cite a,
blockquote cite a:visited {
color: #555
}
blockquote,
blockquote p {
line-height: 1.6;
color: #6f6f6f
}
.vcard {
display: inline-block;
margin: 0 0 1.42857rem 0;
border: 1px solid #ddd;
padding: .71429rem .85714rem
}
.vcard li {
margin: 0;
display: block
}
.vcard .fn {
font-weight: bold;
font-size: 1.07143rem
}
.vevent .summary {
font-weight: bold
}
.vevent abbr {
cursor: default;
text-decoration: none;
font-weight: bold;
border: none;
padding: 0 .07143rem
}
@media only screen and (min-width: 45.78571em) {
h1,
h2,
h3,
h4,
h5,
h6 {
line-height: 1.25
}
h1 {
font-size: 3.14286rem
}
h2 {
font-size: 2.64286rem
}
h3 {
font-size: 1.92857rem
}
h4 {
font-size: 1.64286rem
}
h5 {
font-size: 1.28571rem
}
h6 {
font-size: 1rem
}
}
@media print {
* {
background: transparent !important;
color: #000 !important;
box-shadow: none !important;
text-shadow: none !important
}
a,
a:visited {
text-decoration: underline
}
a[href]:after {
content: " (" attr(href) ")"
}
abbr[title]:after {
content: " (" attr(title) ")"
}
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: ""
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid
}
thead {
display: table-header-group
}
tr,
img {
page-break-inside: avoid
}
img {
max-width: 100% !important
}
@page {
margin: .34in
}
p,
h2,
h3 {
orphans: 3;
widows: 3
}
h2,
h3 {
page-break-after: avoid
}
}
.off-canvas-wrap {
-webkit-backface-visibility: hidden;
position: relative;
width: 100%;
overflow: hidden
}
.off-canvas-wrap.move-right,
.off-canvas-wrap.move-left,
.off-canvas-wrap.move-bottom,
.off-canvas-wrap.move-top {
min-height: 100%;
-webkit-overflow-scrolling: touch
}
.inner-wrap {
position: relative;
width: 100%;
-webkit-transition: -webkit-transform 500ms ease;
-moz-transition: -moz-transform 500ms ease;
-ms-transition: -ms-transform 500ms ease;
-o-transition: -o-transform 500ms ease;
transition: transform 500ms ease
}
.inner-wrap:before,
.inner-wrap:after {
content: " ";
display: table
}
.inner-wrap:after {
clear: both
}
.tab-bar {
-webkit-backface-visibility: hidden;
background: #333;
color: #fff;
height: 3.21429rem;
line-height: 3.21429rem;
position: relative
}
.tab-bar h1,
.tab-bar h2,
.tab-bar h3,
.tab-bar h4,
.tab-bar h5,
.tab-bar h6 {
color: #fff;
font-weight: bold;
line-height: 3.21429rem;
margin: 0
}
.tab-bar h1,
.tab-bar h2,
.tab-bar h3,
.tab-bar h4 {
font-size: 1.28571rem
}
.left-small {
height: 3.21429rem;
position: absolute;
top: 0;
width: 3.21429rem;
border-right: solid 1px #1a1a1a;
left: 0
}
.right-small {
height: 3.21429rem;
position: absolute;
top: 0;
width: 3.21429rem;
border-left: solid 1px #1a1a1a;
right: 0
}
.tab-bar-section {
height: 3.21429rem;
padding: 0 .71429rem;
position: absolute;
text-align: center;
top: 0
}
.tab-bar-section.left {
text-align: left
}
.tab-bar-section.right {
text-align: right
}
.tab-bar-section.left {
left: 0;
right: 3.21429rem
}
.tab-bar-section.right {
left: 3.21429rem;
right: 0
}
.tab-bar-section.middle {
left: 3.21429rem;
right: 3.21429rem
}
.tab-bar .menu-icon {
color: #fff;
display: block;
height: 3.21429rem;
padding: 0;
position: relative;
text-indent: 2.5rem;
transform: translate3d(0, 0, 0);
width: 3.21429rem
}
.tab-bar .menu-icon span::after {
content: "";
display: block;
height: 0;
position: absolute;
top: 50%;
margin-top: -.57143rem;
left: 1.03571rem;
box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
width: 1.14286rem
}
.tab-bar .menu-icon span:hover:after {
box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3
}
.left-off-canvas-menu {
-webkit-backface-visibility: hidden;
background: #333;
bottom: 0;
box-sizing: content-box;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
overflow-x: hidden;
overflow-y: auto;
position: absolute;
transition: transform 500ms ease 0s;
width: 17.85714rem;
z-index: 1001;
-webkit-transform: translate3d(-100%, 0, 0);
-moz-transform: translate3d(-100%, 0, 0);
-ms-transform: translate(-100%, 0);
-o-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
left: 0;
top: 0
}
.left-off-canvas-menu * {
-webkit-backface-visibility: hidden
}
.right-off-canvas-menu {
-webkit-backface-visibility: hidden;
background: #333;
bottom: 0;
box-sizing: content-box;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
overflow-x: hidden;
overflow-y: auto;
position: absolute;
transition: transform 500ms ease 0s;
width: 17.85714rem;
z-index: 1001;
-webkit-transform: translate3d(100%, 0, 0);
-moz-transform: translate3d(100%, 0, 0);
-ms-transform: translate(100%, 0);
-o-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
right: 0;
top: 0
}
.right-off-canvas-menu * {
-webkit-backface-visibility: hidden
}
.top-off-canvas-menu {
-webkit-backface-visibility: hidden;
background: #333;
bottom: 0;
box-sizing: content-box;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
overflow-x: hidden;
overflow-y: auto;
position: absolute;
transition: transform 500ms ease 0s;
width: 17.85714rem;
z-index: 1001;
-webkit-transform: translate3d(0, -100%, 0);
-moz-transform: translate3d(0, -100%, 0);
-ms-transform: translate(0, -100%);
-o-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
top: 0;
width: 100%;
height: 21.42857rem
}
.top-off-canvas-menu * {
-webkit-backface-visibility: hidden
}
.bottom-off-canvas-menu {
-webkit-backface-visibility: hidden;
background: #333;
bottom: 0;
box-sizing: content-box;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
overflow-x: hidden;
overflow-y: auto;
position: absolute;
transition: transform 500ms ease 0s;
width: 17.85714rem;
z-index: 1001;
-webkit-transform: translate3d(0, 100%, 0);
-moz-transform: translate3d(0, 100%, 0);
-ms-transform: translate(0, 100%);
-o-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
bottom: 0;
width: 100%;
height: 21.42857rem
}
.bottom-off-canvas-menu * {
-webkit-backface-visibility: hidden
}
ul.off-canvas-list {
list-style-type: none;
margin: 0;
padding: 0
}
ul.off-canvas-list li label {
background: #444;
border-bottom: none;
border-top: 1px solid #5e5e5e;
color: #999;
display: block;
font-size: .85714rem;
font-weight: bold;
margin: 0;
padding: 0.3rem 1.07143rem;
text-transform: uppercase
}
ul.off-canvas-list li a {
border-bottom: 1px solid #262626;
color: rgba(255, 255, 255, 0.7);
display: block;
padding: .66667rem;
transition: background 300ms ease
}
ul.off-canvas-list li a:hover {
background: #242424
}
ul.off-canvas-list li a:active {
background: #242424
}
.move-right>.inner-wrap {
-webkit-transform: translate3d(17.85714rem, 0, 0);
-moz-transform: translate3d(17.85714rem, 0, 0);
-ms-transform: translate(17.85714rem, 0);
-o-transform: translate3d(17.85714rem, 0, 0);
transform: translate3d(17.85714rem, 0, 0)
}
.move-right .exit-off-canvas {
-webkit-backface-visibility: hidden;
box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
cursor: pointer;
transition: background 300ms ease;
-webkit-tap-highlight-color: transparent;
background: rgba(255, 255, 255, 0.2);
bottom: 0;
display: block;
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 1002
}
@media only screen and (min-width: 45.78571em) {
.move-right .exit-off-canvas:hover {
background: rgba(255, 255, 255, 0.05)
}
}
.move-left>.inner-wrap {
-webkit-transform: translate3d(-17.85714rem, 0, 0);
-moz-transform: translate3d(-17.85714rem, 0, 0);
-ms-transform: translate(-17.85714rem, 0);
-o-transform: translate3d(-17.85714rem, 0, 0);
transform: translate3d(-17.85714rem, 0, 0)
}
.move-left .exit-off-canvas {
-webkit-backface-visibility: hidden;
box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
cursor: pointer;
transition: background 300ms ease;
-webkit-tap-highlight-color: transparent;
background: rgba(255, 255, 255, 0.2);
bottom: 0;
display: block;
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 1002
}
@media only screen and (min-width: 45.78571em) {
.move-left .exit-off-canvas:hover {
background: rgba(255, 255, 255, 0.05)
}
}
.move-top>.inner-wrap {
-webkit-transform: translate3d(0, -21.42857rem, 0);
-moz-transform: translate3d(0, -21.42857rem, 0);
-ms-transform: translate(0, -21.42857rem);
-o-transform: translate3d(0, -21.42857rem, 0);
transform: translate3d(0, -21.42857rem, 0)
}
.move-top .exit-off-canvas {
-webkit-backface-visibility: hidden;
box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
cursor: pointer;
transition: background 300ms ease;
-webkit-tap-highlight-color: transparent;
background: rgba(255, 255, 255, 0.2);
bottom: 0;
display: block;
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 1002
}
@media only screen and (min-width: 45.78571em) {
.move-top .exit-off-canvas:hover {
background: rgba(255, 255, 255, 0.05)
}
}
.move-bottom>.inner-wrap {
-webkit-transform: translate3d(0, 21.42857rem, 0);
-moz-transform: translate3d(0, 21.42857rem, 0);
-ms-transform: translate(0, 21.42857rem);
-o-transform: translate3d(0, 21.42857rem, 0);
transform: translate3d(0, 21.42857rem, 0)
}
.move-bottom .exit-off-canvas {
-webkit-backface-visibility: hidden;
box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
cursor: pointer;
transition: background 300ms ease;
-webkit-tap-highlight-color: transparent;
background: rgba(255, 255, 255, 0.2);
bottom: 0;
display: block;
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 1002
}
@media only screen and (min-width: 45.78571em) {
.move-bottom .exit-off-canvas:hover {
background: rgba(255, 255, 255, 0.05)
}
}
.offcanvas-overlap .left-off-canvas-menu,
.offcanvas-overlap .right-off-canvas-menu,
.offcanvas-overlap .top-off-canvas-menu,
.offcanvas-overlap .bottom-off-canvas-menu {
-ms-transform: none;
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
transform: none;
z-index: 1003
}
.offcanvas-overlap .exit-off-canvas {
-webkit-backface-visibility: hidden;
box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
cursor: pointer;
transition: background 300ms ease;
-webkit-tap-highlight-color: transparent;
background: rgba(255, 255, 255, 0.2);
bottom: 0;
display: block;
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 1002
}
@media only screen and (min-width: 45.78571em) {
.offcanvas-overlap .exit-off-canvas:hover {
background: rgba(255, 255, 255, 0.05)
}
}
.offcanvas-overlap-left .right-off-canvas-menu {
-ms-transform: none;
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
transform: none;
z-index: 1003
}
.offcanvas-overlap-left .exit-off-canvas {
-webkit-backface-visibility: hidden;
box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
cursor: pointer;
transition: background 300ms ease;
-webkit-tap-highlight-color: transparent;
background: rgba(255, 255, 255, 0.2);
bottom: 0;
display: block;
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 1002
}
@media only screen and (min-width: 45.78571em) {
.offcanvas-overlap-left .exit-off-canvas:hover {
background: rgba(255, 255, 255, 0.05)
}
}
.offcanvas-overlap-right .left-off-canvas-menu {
-ms-transform: none;
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
transform: none;
z-index: 1003
}
.offcanvas-overlap-right .exit-off-canvas {
-webkit-backface-visibility: hidden;
box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
cursor: pointer;
transition: background 300ms ease;
-webkit-tap-highlight-color: transparent;
background: rgba(255, 255, 255, 0.2);
bottom: 0;
display: block;
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 1002
}
@media only screen and (min-width: 45.78571em) {
.offcanvas-overlap-right .exit-off-canvas:hover {
background: rgba(255, 255, 255, 0.05)
}
}
.offcanvas-overlap-top .bottom-off-canvas-menu {
-ms-transform: none;
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
transform: none;
z-index: 1003
}
.offcanvas-overlap-top .exit-off-canvas {
-webkit-backface-visibility: hidden;
box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
cursor: pointer;
transition: background 300ms ease;
-webkit-tap-highlight-color: transparent;
background: rgba(255, 255, 255, 0.2);
bottom: 0;
display: block;
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 1002
}
@media only screen and (min-width: 45.78571em) {
.offcanvas-overlap-top .exit-off-canvas:hover {
background: rgba(255, 255, 255, 0.05)
}
}
.offcanvas-overlap-bottom .top-off-canvas-menu {
-ms-transform: none;
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
transform: none;
z-index: 1003
}
.offcanvas-overlap-bottom .exit-off-canvas {
-webkit-backface-visibility: hidden;
box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
cursor: pointer;
transition: background 300ms ease;
-webkit-tap-highlight-color: transparent;
background: rgba(255, 255, 255, 0.2);
bottom: 0;
display: block;
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 1002
}
@media only screen and (min-width: 45.78571em) {
.offcanvas-overlap-bottom .exit-off-canvas:hover {
background: rgba(255, 255, 255, 0.05)
}
}
.no-csstransforms .left-off-canvas-menu {
left: -17.85714rem
}
.no-csstransforms .right-off-canvas-menu {
right: -17.85714rem
}
.no-csstransforms .top-off-canvas-menu {
top: -21.42857rem
}
.no-csstransforms .bottom-off-canvas-menu {
bottom: -21.42857rem
}
.no-csstransforms .move-left>.inner-wrap {
right: 17.85714rem
}
.no-csstransforms .move-right>.inner-wrap {
left: 17.85714rem
}
.no-csstransforms .move-top>.inner-wrap {
right: 21.42857rem
}
.no-csstransforms .move-bottom>.inner-wrap {
left: 21.42857rem
}
.left-submenu {
-webkit-backface-visibility: hidden;
-webkit-overflow-scrolling: touch;
background: #333;
bottom: 0;
box-sizing: content-box;
margin: 0;
overflow-x: hidden;
overflow-y: auto;
position: absolute;
top: 0;
width: 17.85714rem;
height: 21.42857rem;
z-index: 1002;
-webkit-transform: translate3d(-100%, 0, 0);
-moz-transform: translate3d(-100%, 0, 0);
-ms-transform: translate(-100%, 0);
-o-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
left: 0;
-webkit-transition: -webkit-transform 500ms ease;
-moz-transition: -moz-transform 500ms ease;
-ms-transition: -ms-transform 500ms ease;
-o-transition: -o-transform 500ms ease;
transition: transform 500ms ease
}
.left-submenu * {
-webkit-backface-visibility: hidden
}
.left-submenu .back>a {
background: #444;
border-bottom: none;
border-top: 1px solid #5e5e5e;
color: #999;
font-weight: bold;
padding: 0.3rem 1.07143rem;
text-transform: uppercase;
margin: 0
}
.left-submenu .back>a:hover {
background: #303030;
border-bottom: none;
border-top: 1px solid #5e5e5e
}
.left-submenu .back>a:before {
content: "\AB";
margin-right: .5rem;
display: inline
}
.left-submenu.move-right,
.left-submenu.offcanvas-overlap-right,
.left-submenu.offcanvas-overlap {
-webkit-transform: translate3d(0%, 0, 0);
-moz-transform: translate3d(0%, 0, 0);
-ms-transform: translate(0%, 0);
-o-transform: translate3d(0%, 0, 0);
transform: translate3d(0%, 0, 0)
}
.right-submenu {
-webkit-backface-visibility: hidden;
-webkit-overflow-scrolling: touch;
background: #333;
bottom: 0;
box-sizing: content-box;
margin: 0;
overflow-x: hidden;
overflow-y: auto;
position: absolute;
top: 0;
width: 17.85714rem;
height: 21.42857rem;
z-index: 1002;
-webkit-transform: translate3d(100%, 0, 0);
-moz-transform: translate3d(100%, 0, 0);
-ms-transform: translate(100%, 0);
-o-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
right: 0;
-webkit-transition: -webkit-transform 500ms ease;
-moz-transition: -moz-transform 500ms ease;
-ms-transition: -ms-transform 500ms ease;
-o-transition: -o-transform 500ms ease;
transition: transform 500ms ease
}
.right-submenu * {
-webkit-backface-visibility: hidden
}
.right-submenu .back>a {
background: #444;
border-bottom: none;
border-top: 1px solid #5e5e5e;
color: #999;
font-weight: bold;
padding: 0.3rem 1.07143rem;
text-transform: uppercase;
margin: 0
}
.right-submenu .back>a:hover {
background: #303030;
border-bottom: none;
border-top: 1px solid #5e5e5e
}
.right-submenu .back>a:after {
content: "\BB";
margin-left: .5rem;
display: inline
}
.right-submenu.move-left,
.right-submenu.offcanvas-overlap-left,
.right-submenu.offcanvas-overlap {
-webkit-transform: translate3d(0%, 0, 0);
-moz-transform: translate3d(0%, 0, 0);
-ms-transform: translate(0%, 0);
-o-transform: translate3d(0%, 0, 0);
transform: translate3d(0%, 0, 0)
}
.top-submenu {
-webkit-backface-visibility: hidden;
-webkit-overflow-scrolling: touch;
background: #333;
bottom: 0;
box-sizing: content-box;
margin: 0;
overflow-x: hidden;
overflow-y: auto;
position: absolute;
top: 0;
width: 17.85714rem;
height: 21.42857rem;
z-index: 1002;
-webkit-transform: translate3d(0, -100%, 0);
-moz-transform: translate3d(0, -100%, 0);
-ms-transform: translate(0, -100%);
-o-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
top: 0;
width: 100%;
-webkit-transition: -webkit-transform 500ms ease;
-moz-transition: -moz-transform 500ms ease;
-ms-transition: -ms-transform 500ms ease;
-o-transition: -o-transform 500ms ease;
transition: transform 500ms ease
}
.top-submenu * {
-webkit-backface-visibility: hidden
}
.top-submenu .back>a {
background: #444;
border-bottom: none;
border-top: 1px solid #5e5e5e;
color: #999;
font-weight: bold;
padding: 0.3rem 1.07143rem;
text-transform: uppercase;
margin: 0
}
.top-submenu .back>a:hover {
background: #303030;
border-bottom: none;
border-top: 1px solid #5e5e5e
}
.top-submenu.move-bottom,
.top-submenu.offcanvas-overlap-bottom,
.top-submenu.offcanvas-overlap {
-webkit-transform: translate3d(0, 0%, 0);
-moz-transform: translate3d(0, 0%, 0);
-ms-transform: translate(0, 0%);
-o-transform: translate3d(0, 0%, 0);
transform: translate3d(0, 0%, 0)
}
.bottom-submenu {
-webkit-backface-visibility: hidden;
-webkit-overflow-scrolling: touch;
background: #333;
bottom: 0;
box-sizing: content-box;
margin: 0;
overflow-x: hidden;
overflow-y: auto;
position: absolute;
top: 0;
width: 17.85714rem;
height: 21.42857rem;
z-index: 1002;
-webkit-transform: translate3d(0, 100%, 0);
-moz-transform: translate3d(0, 100%, 0);
-ms-transform: translate(0, 100%);
-o-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
bottom: 0;
width: 100%;
-webkit-transition: -webkit-transform 500ms ease;
-moz-transition: -moz-transform 500ms ease;
-ms-transition: -ms-transform 500ms ease;
-o-transition: -o-transform 500ms ease;
transition: transform 500ms ease
}
.bottom-submenu * {
-webkit-backface-visibility: hidden
}
.bottom-submenu .back>a {
background: #444;
border-bottom: none;
border-top: 1px solid #5e5e5e;
color: #999;
font-weight: bold;
padding: 0.3rem 1.07143rem;
text-transform: uppercase;
margin: 0
}
.bottom-submenu .back>a:hover {
background: #303030;
border-bottom: none;
border-top: 1px solid #5e5e5e
}
.bottom-submenu.move-top,
.bottom-submenu.offcanvas-overlap-top,
.bottom-submenu.offcanvas-overlap {
-webkit-transform: translate3d(0, 0%, 0);
-moz-transform: translate3d(0, 0%, 0);
-ms-transform: translate(0, 0%);
-o-transform: translate3d(0, 0%, 0);
transform: translate3d(0, 0%, 0)
}
.left-off-canvas-menu ul.off-canvas-list li.has-submenu>a:after {
content: "\BB";
margin-left: .5rem;
display: inline
}
.right-off-canvas-menu ul.off-canvas-list li.has-submenu>a:before {
content: "\AB";
margin-right: .5rem;
display: inline
}
@media only screen {
.show-for-small-only,
.show-for-small-up,
.show-for-small,
.show-for-small-down,
.hide-for-medium-only,
.hide-for-medium-up,
.hide-for-medium,
.show-for-medium-down,
.hide-for-large-only,
.hide-for-large-up,
.hide-for-large,
.show-for-large-down,
.hide-for-xlarge-only,
.hide-for-xlarge-up,
.hide-for-xlarge,
.show-for-xlarge-down,
.hide-for-xxlarge-only,
.hide-for-xxlarge-up,
.hide-for-xxlarge,
.show-for-xxlarge-down {
display: inherit !important
}
.hide-for-small-only,
.hide-for-small-up,
.hide-for-small,
.hide-for-small-down,
.show-for-medium-only,
.show-for-medium-up,
.show-for-medium,
.hide-for-medium-down,
.show-for-large-only,
.show-for-large-up,
.show-for-large,
.hide-for-large-down,
.show-for-xlarge-only,
.show-for-xlarge-up,
.show-for-xlarge,
.hide-for-xlarge-down,
.show-for-xxlarge-only,
.show-for-xxlarge-up,
.show-for-xxlarge,
.hide-for-xxlarge-down {
display: none !important
}
.visible-for-small-only,
.visible-for-small-up,
.visible-for-small,
.visible-for-small-down,
.hidden-for-medium-only,
.hidden-for-medium-up,
.hidden-for-medium,
.visible-for-medium-down,
.hidden-for-large-only,
.hidden-for-large-up,
.hidden-for-large,
.visible-for-large-down,
.hidden-for-xlarge-only,
.hidden-for-xlarge-up,
.hidden-for-xlarge,
.visible-for-xlarge-down,
.hidden-for-xxlarge-only,
.hidden-for-xxlarge-up,
.hidden-for-xxlarge,
.visible-for-xxlarge-down {
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto
}
.hidden-for-small-only,
.hidden-for-small-up,
.hidden-for-small,
.hidden-for-small-down,
.visible-for-medium-only,
.visible-for-medium-up,
.visible-for-medium,
.hidden-for-medium-down,
.visible-for-large-only,
.visible-for-large-up,
.visible-for-large,
.hidden-for-large-down,
.visible-for-xlarge-only,
.visible-for-xlarge-up,
.visible-for-xlarge,
.hidden-for-xlarge-down,
.visible-for-xxlarge-only,
.visible-for-xxlarge-up,
.visible-for-xxlarge,
.hidden-for-xxlarge-down {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px
}
table.show-for-small-only,
table.show-for-small-up,
table.show-for-small,
table.show-for-small-down,
table.hide-for-medium-only,
table.hide-for-medium-up,
table.hide-for-medium,
table.show-for-medium-down,
table.hide-for-large-only,
table.hide-for-large-up,
table.hide-for-large,
table.show-for-large-down,
table.hide-for-xlarge-only,
table.hide-for-xlarge-up,
table.hide-for-xlarge,
table.show-for-xlarge-down,
table.hide-for-xxlarge-only,
table.hide-for-xxlarge-up,
table.hide-for-xxlarge,
table.show-for-xxlarge-down {
display: table !important
}
thead.show-for-small-only,
thead.show-for-small-up,
thead.show-for-small,
thead.show-for-small-down,
thead.hide-for-medium-only,
thead.hide-for-medium-up,
thead.hide-for-medium,
thead.show-for-medium-down,
thead.hide-for-large-only,
thead.hide-for-large-up,
thead.hide-for-large,
thead.show-for-large-down,
thead.hide-for-xlarge-only,
thead.hide-for-xlarge-up,
thead.hide-for-xlarge,
thead.show-for-xlarge-down,
thead.hide-for-xxlarge-only,
thead.hide-for-xxlarge-up,
thead.hide-for-xxlarge,
thead.show-for-xxlarge-down {
display: table-header-group !important
}
tbody.show-for-small-only,
tbody.show-for-small-up,
tbody.show-for-small,
tbody.show-for-small-down,
tbody.hide-for-medium-only,
tbody.hide-for-medium-up,
tbody.hide-for-medium,
tbody.show-for-medium-down,
tbody.hide-for-large-only,
tbody.hide-for-large-up,
tbody.hide-for-large,
tbody.show-for-large-down,
tbody.hide-for-xlarge-only,
tbody.hide-for-xlarge-up,
tbody.hide-for-xlarge,
tbody.show-for-xlarge-down,
tbody.hide-for-xxlarge-only,
tbody.hide-for-xxlarge-up,
tbody.hide-for-xxlarge,
tbody.show-for-xxlarge-down {
display: table-row-group !important
}
tr.show-for-small-only,
tr.show-for-small-up,
tr.show-for-small,
tr.show-for-small-down,
tr.hide-for-medium-only,
tr.hide-for-medium-up,
tr.hide-for-medium,
tr.show-for-medium-down,
tr.hide-for-large-only,
tr.hide-for-large-up,
tr.hide-for-large,
tr.show-for-large-down,
tr.hide-for-xlarge-only,
tr.hide-for-xlarge-up,
tr.hide-for-xlarge,
tr.show-for-xlarge-down,
tr.hide-for-xxlarge-only,
tr.hide-for-xxlarge-up,
tr.hide-for-xxlarge,
tr.show-for-xxlarge-down {
display: table-row
}
th.show-for-small-only,
td.show-for-small-only,
th.show-for-small-up,
td.show-for-small-up,
th.show-for-small,
td.show-for-small,
th.show-for-small-down,
td.show-for-small-down,
th.hide-for-medium-only,
td.hide-for-medium-only,
th.hide-for-medium-up,
td.hide-for-medium-up,
th.hide-for-medium,
td.hide-for-medium,
th.show-for-medium-down,
td.show-for-medium-down,
th.hide-for-large-only,
td.hide-for-large-only,
th.hide-for-large-up,
td.hide-for-large-up,
th.hide-for-large,
td.hide-for-large,
th.show-for-large-down,
td.show-for-large-down,
th.hide-for-xlarge-only,
td.hide-for-xlarge-only,
th.hide-for-xlarge-up,
td.hide-for-xlarge-up,
th.hide-for-xlarge,
td.hide-for-xlarge,
th.show-for-xlarge-down,
td.show-for-xlarge-down,
th.hide-for-xxlarge-only,
td.hide-for-xxlarge-only,
th.hide-for-xxlarge-up,
td.hide-for-xxlarge-up,
th.hide-for-xxlarge,
td.hide-for-xxlarge,
th.show-for-xxlarge-down,
td.show-for-xxlarge-down {
display: table-cell !important
}
}
@media only screen and (min-width: 45.78571em) {
.hide-for-small-only,
.show-for-small-up,
.hide-for-small,
.hide-for-small-down,
.show-for-medium-only,
.show-for-medium-up,
.show-for-medium,
.show-for-medium-down,
.hide-for-large-only,
.hide-for-large-up,
.hide-for-large,
.show-for-large-down,
.hide-for-xlarge-only,
.hide-for-xlarge-up,
.hide-for-xlarge,
.show-for-xlarge-down,
.hide-for-xxlarge-only,
.hide-for-xxlarge-up,
.hide-for-xxlarge,
.show-for-xxlarge-down {
display: inherit !important
}
.show-for-small-only,
.hide-for-small-up,
.show-for-small,
.show-for-small-down,
.hide-for-medium-only,
.hide-for-medium-up,
.hide-for-medium,
.hide-for-medium-down,
.show-for-large-only,
.show-for-large-up,
.show-for-large,
.hide-for-large-down,
.show-for-xlarge-only,
.show-for-xlarge-up,
.show-for-xlarge,
.hide-for-xlarge-down,
.show-for-xxlarge-only,
.show-for-xxlarge-up,
.show-for-xxlarge,
.hide-for-xxlarge-down {
display: none !important
}
.hidden-for-small-only,
.visible-for-small-up,
.hidden-for-small,
.hidden-for-small-down,
.visible-for-medium-only,
.visible-for-medium-up,
.visible-for-medium,
.visible-for-medium-down,
.hidden-for-large-only,
.hidden-for-large-up,
.hidden-for-large,
.visible-for-large-down,
.hidden-for-xlarge-only,
.hidden-for-xlarge-up,
.hidden-for-xlarge,
.visible-for-xlarge-down,
.hidden-for-xxlarge-only,
.hidden-for-xxlarge-up,
.hidden-for-xxlarge,
.visible-for-xxlarge-down {
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto
}
.visible-for-small-only,
.hidden-for-small-up,
.visible-for-small,
.visible-for-small-down,
.hidden-for-medium-only,
.hidden-for-medium-up,
.hidden-for-medium,
.hidden-for-medium-down,
.visible-for-large-only,
.visible-for-large-up,
.visible-for-large,
.hidden-for-large-down,
.visible-for-xlarge-only,
.visible-for-xlarge-up,
.visible-for-xlarge,
.hidden-for-xlarge-down,
.visible-for-xxlarge-only,
.visible-for-xxlarge-up,
.visible-for-xxlarge,
.hidden-for-xxlarge-down {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px
}
table.hide-for-small-only,
table.show-for-small-up,
table.hide-for-small,
table.hide-for-small-down,
table.show-for-medium-only,
table.show-for-medium-up,
table.show-for-medium,
table.show-for-medium-down,
table.hide-for-large-only,
table.hide-for-large-up,
table.hide-for-large,
table.show-for-large-down,
table.hide-for-xlarge-only,
table.hide-for-xlarge-up,
table.hide-for-xlarge,
table.show-for-xlarge-down,
table.hide-for-xxlarge-only,
table.hide-for-xxlarge-up,
table.hide-for-xxlarge,
table.show-for-xxlarge-down {
display: table !important
}
thead.hide-for-small-only,
thead.show-for-small-up,
thead.hide-for-small,
thead.hide-for-small-down,
thead.show-for-medium-only,
thead.show-for-medium-up,
thead.show-for-medium,
thead.show-for-medium-down,
thead.hide-for-large-only,
thead.hide-for-large-up,
thead.hide-for-large,
thead.show-for-large-down,
thead.hide-for-xlarge-only,
thead.hide-for-xlarge-up,
thead.hide-for-xlarge,
thead.show-for-xlarge-down,
thead.hide-for-xxlarge-only,
thead.hide-for-xxlarge-up,
thead.hide-for-xxlarge,
thead.show-for-xxlarge-down {
display: table-header-group !important
}
tbody.hide-for-small-only,
tbody.show-for-small-up,
tbody.hide-for-small,
tbody.hide-for-small-down,
tbody.show-for-medium-only,
tbody.show-for-medium-up,
tbody.show-for-medium,
tbody.show-for-medium-down,
tbody.hide-for-large-only,
tbody.hide-for-large-up,
tbody.hide-for-large,
tbody.show-for-large-down,
tbody.hide-for-xlarge-only,
tbody.hide-for-xlarge-up,
tbody.hide-for-xlarge,
tbody.show-for-xlarge-down,
tbody.hide-for-xxlarge-only,
tbody.hide-for-xxlarge-up,
tbody.hide-for-xxlarge,
tbody.show-for-xxlarge-down {
display: table-row-group !important
}
tr.hide-for-small-only,
tr.show-for-small-up,
tr.hide-for-small,
tr.hide-for-small-down,
tr.show-for-medium-only,
tr.show-for-medium-up,
tr.show-for-medium,
tr.show-for-medium-down,
tr.hide-for-large-only,
tr.hide-for-large-up,
tr.hide-for-large,
tr.show-for-large-down,
tr.hide-for-xlarge-only,
tr.hide-for-xlarge-up,
tr.hide-for-xlarge,
tr.show-for-xlarge-down,
tr.hide-for-xxlarge-only,
tr.hide-for-xxlarge-up,
tr.hide-for-xxlarge,
tr.show-for-xxlarge-down {
display: table-row
}
th.hide-for-small-only,
td.hide-for-small-only,
th.show-for-small-up,
td.show-for-small-up,
th.hide-for-small,
td.hide-for-small,
th.hide-for-small-down,
td.hide-for-small-down,
th.show-for-medium-only,
td.show-for-medium-only,
th.show-for-medium-up,
td.show-for-medium-up,
th.show-for-medium,
td.show-for-medium,
th.show-for-medium-down,
td.show-for-medium-down,
th.hide-for-large-only,
td.hide-for-large-only,
th.hide-for-large-up,
td.hide-for-large-up,
th.hide-for-large,
td.hide-for-large,
th.show-for-large-down,
td.show-for-large-down,
th.hide-for-xlarge-only,
td.hide-for-xlarge-only,
th.hide-for-xlarge-up,
td.hide-for-xlarge-up,
th.hide-for-xlarge,
td.hide-for-xlarge,
th.show-for-xlarge-down,
td.show-for-xlarge-down,
th.hide-for-xxlarge-only,
td.hide-for-xxlarge-only,
th.hide-for-xxlarge-up,
td.hide-for-xxlarge-up,
th.hide-for-xxlarge,
td.hide-for-xxlarge,
th.show-for-xxlarge-down,
td.show-for-xxlarge-down {
display: table-cell !important
}
}
@media only screen and (min-width: 73.21429em) {
.hide-for-small-only,
.show-for-small-up,
.hide-for-small,
.hide-for-small-down,
.hide-for-medium-only,
.show-for-medium-up,
.hide-for-medium,
.hide-for-medium-down,
.show-for-large-only,
.show-for-large-up,
.show-for-large,
.show-for-large-down,
.hide-for-xlarge-only,
.hide-for-xlarge-up,
.hide-for-xlarge,
.show-for-xlarge-down,
.hide-for-xxlarge-only,
.hide-for-xxlarge-up,
.hide-for-xxlarge,
.show-for-xxlarge-down {
display: inherit !important
}
.show-for-small-only,
.hide-for-small-up,
.show-for-small,
.show-for-small-down,
.show-for-medium-only,
.hide-for-medium-up,
.show-for-medium,
.show-for-medium-down,
.hide-for-large-only,
.hide-for-large-up,
.hide-for-large,
.hide-for-large-down,
.show-for-xlarge-only,
.show-for-xlarge-up,
.show-for-xlarge,
.hide-for-xlarge-down,
.show-for-xxlarge-only,
.show-for-xxlarge-up,
.show-for-xxlarge,
.hide-for-xxlarge-down {
display: none !important
}
.hidden-for-small-only,
.visible-for-small-up,
.hidden-for-small,
.hidden-for-small-down,
.hidden-for-medium-only,
.visible-for-medium-up,
.hidden-for-medium,
.hidden-for-medium-down,
.visible-for-large-only,
.visible-for-large-up,
.visible-for-large,
.visible-for-large-down,
.hidden-for-xlarge-only,
.hidden-for-xlarge-up,
.hidden-for-xlarge,
.visible-for-xlarge-down,
.hidden-for-xxlarge-only,
.hidden-for-xxlarge-up,
.hidden-for-xxlarge,
.visible-for-xxlarge-down {
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto
}
.visible-for-small-only,
.hidden-for-small-up,
.visible-for-small,
.visible-for-small-down,
.visible-for-medium-only,
.hidden-for-medium-up,
.visible-for-medium,
.visible-for-medium-down,
.hidden-for-large-only,
.hidden-for-large-up,
.hidden-for-large,
.hidden-for-large-down,
.visible-for-xlarge-only,
.visible-for-xlarge-up,
.visible-for-xlarge,
.hidden-for-xlarge-down,
.visible-for-xxlarge-only,
.visible-for-xxlarge-up,
.visible-for-xxlarge,
.hidden-for-xxlarge-down {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px
}
table.hide-for-small-only,
table.show-for-small-up,
table.hide-for-small,
table.hide-for-small-down,
table.hide-for-medium-only,
table.show-for-medium-up,
table.hide-for-medium,
table.hide-for-medium-down,
table.show-for-large-only,
table.show-for-large-up,
table.show-for-large,
table.show-for-large-down,
table.hide-for-xlarge-only,
table.hide-for-xlarge-up,
table.hide-for-xlarge,
table.show-for-xlarge-down,
table.hide-for-xxlarge-only,
table.hide-for-xxlarge-up,
table.hide-for-xxlarge,
table.show-for-xxlarge-down {
display: table !important
}
thead.hide-for-small-only,
thead.show-for-small-up,
thead.hide-for-small,
thead.hide-for-small-down,
thead.hide-for-medium-only,
thead.show-for-medium-up,
thead.hide-for-medium,
thead.hide-for-medium-down,
thead.show-for-large-only,
thead.show-for-large-up,
thead.show-for-large,
thead.show-for-large-down,
thead.hide-for-xlarge-only,
thead.hide-for-xlarge-up,
thead.hide-for-xlarge,
thead.show-for-xlarge-down,
thead.hide-for-xxlarge-only,
thead.hide-for-xxlarge-up,
thead.hide-for-xxlarge,
thead.show-for-xxlarge-down {
display: table-header-group !important
}
tbody.hide-for-small-only,
tbody.show-for-small-up,
tbody.hide-for-small,
tbody.hide-for-small-down,
tbody.hide-for-medium-only,
tbody.show-for-medium-up,
tbody.hide-for-medium,
tbody.hide-for-medium-down,
tbody.show-for-large-only,
tbody.show-for-large-up,
tbody.show-for-large,
tbody.show-for-large-down,
tbody.hide-for-xlarge-only,
tbody.hide-for-xlarge-up,
tbody.hide-for-xlarge,
tbody.show-for-xlarge-down,
tbody.hide-for-xxlarge-only,
tbody.hide-for-xxlarge-up,
tbody.hide-for-xxlarge,
tbody.show-for-xxlarge-down {
display: table-row-group !important
}
tr.hide-for-small-only,
tr.show-for-small-up,
tr.hide-for-small,
tr.hide-for-small-down,
tr.hide-for-medium-only,
tr.show-for-medium-up,
tr.hide-for-medium,
tr.hide-for-medium-down,
tr.show-for-large-only,
tr.show-for-large-up,
tr.show-for-large,
tr.show-for-large-down,
tr.hide-for-xlarge-only,
tr.hide-for-xlarge-up,
tr.hide-for-xlarge,
tr.show-for-xlarge-down,
tr.hide-for-xxlarge-only,
tr.hide-for-xxlarge-up,
tr.hide-for-xxlarge,
tr.show-for-xxlarge-down {
display: table-row
}
th.hide-for-small-only,
td.hide-for-small-only,
th.show-for-small-up,
td.show-for-small-up,
th.hide-for-small,
td.hide-for-small,
th.hide-for-small-down,
td.hide-for-small-down,
th.hide-for-medium-only,
td.hide-for-medium-only,
th.show-for-medium-up,
td.show-for-medium-up,
th.hide-for-medium,
td.hide-for-medium,
th.hide-for-medium-down,
td.hide-for-medium-down,
th.show-for-large-only,
td.show-for-large-only,
th.show-for-large-up,
td.show-for-large-up,
th.show-for-large,
td.show-for-large,
th.show-for-large-down,
td.show-for-large-down,
th.hide-for-xlarge-only,
td.hide-for-xlarge-only,
th.hide-for-xlarge-up,
td.hide-for-xlarge-up,
th.hide-for-xlarge,
td.hide-for-xlarge,
th.show-for-xlarge-down,
td.show-for-xlarge-down,
th.hide-for-xxlarge-only,
td.hide-for-xxlarge-only,
th.hide-for-xxlarge-up,
td.hide-for-xxlarge-up,
th.hide-for-xxlarge,
td.hide-for-xxlarge,
th.show-for-xxlarge-down,
td.show-for-xxlarge-down {
display: table-cell !important
}
}
@media only screen and (min-width: 102.92857em) {
.hide-for-small-only,
.show-for-small-up,
.hide-for-small,
.hide-for-small-down,
.hide-for-medium-only,
.show-for-medium-up,
.hide-for-medium,
.hide-for-medium-down,
.hide-for-large-only,
.show-for-large-up,
.hide-for-large,
.hide-for-large-down,
.show-for-xlarge-only,
.show-for-xlarge-up,
.show-for-xlarge,
.show-for-xlarge-down,
.hide-for-xxlarge-only,
.hide-for-xxlarge-up,
.hide-for-xxlarge,
.show-for-xxlarge-down {
display: inherit !important
}
.show-for-small-only,
.hide-for-small-up,
.show-for-small,
.show-for-small-down,
.show-for-medium-only,
.hide-for-medium-up,
.show-for-medium,
.show-for-medium-down,
.show-for-large-only,
.hide-for-large-up,
.show-for-large,
.show-for-large-down,
.hide-for-xlarge-only,
.hide-for-xlarge-up,
.hide-for-xlarge,
.hide-for-xlarge-down,
.show-for-xxlarge-only,
.show-for-xxlarge-up,
.show-for-xxlarge,
.hide-for-xxlarge-down {
display: none !important
}
.hidden-for-small-only,
.visible-for-small-up,
.hidden-for-small,
.hidden-for-small-down,
.hidden-for-medium-only,
.visible-for-medium-up,
.hidden-for-medium,
.hidden-for-medium-down,
.hidden-for-large-only,
.visible-for-large-up,
.hidden-for-large,
.hidden-for-large-down,
.visible-for-xlarge-only,
.visible-for-xlarge-up,
.visible-for-xlarge,
.visible-for-xlarge-down,
.hidden-for-xxlarge-only,
.hidden-for-xxlarge-up,
.hidden-for-xxlarge,
.visible-for-xxlarge-down {
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto
}
.visible-for-small-only,
.hidden-for-small-up,
.visible-for-small,
.visible-for-small-down,
.visible-for-medium-only,
.hidden-for-medium-up,
.visible-for-medium,
.visible-for-medium-down,
.visible-for-large-only,
.hidden-for-large-up,
.visible-for-large,
.visible-for-large-down,
.hidden-for-xlarge-only,
.hidden-for-xlarge-up,
.hidden-for-xlarge,
.hidden-for-xlarge-down,
.visible-for-xxlarge-only,
.visible-for-xxlarge-up,
.visible-for-xxlarge,
.hidden-for-xxlarge-down {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px
}
table.hide-for-small-only,
table.show-for-small-up,
table.hide-for-small,
table.hide-for-small-down,
table.hide-for-medium-only,
table.show-for-medium-up,
table.hide-for-medium,
table.hide-for-medium-down,
table.hide-for-large-only,
table.show-for-large-up,
table.hide-for-large,
table.hide-for-large-down,
table.show-for-xlarge-only,
table.show-for-xlarge-up,
table.show-for-xlarge,
table.show-for-xlarge-down,
table.hide-for-xxlarge-only,
table.hide-for-xxlarge-up,
table.hide-for-xxlarge,
table.show-for-xxlarge-down {
display: table !important
}
thead.hide-for-small-only,
thead.show-for-small-up,
thead.hide-for-small,
thead.hide-for-small-down,
thead.hide-for-medium-only,
thead.show-for-medium-up,
thead.hide-for-medium,
thead.hide-for-medium-down,
thead.hide-for-large-only,
thead.show-for-large-up,
thead.hide-for-large,
thead.hide-for-large-down,
thead.show-for-xlarge-only,
thead.show-for-xlarge-up,
thead.show-for-xlarge,
thead.show-for-xlarge-down,
thead.hide-for-xxlarge-only,
thead.hide-for-xxlarge-up,
thead.hide-for-xxlarge,
thead.show-for-xxlarge-down {
display: table-header-group !important
}
tbody.hide-for-small-only,
tbody.show-for-small-up,
tbody.hide-for-small,
tbody.hide-for-small-down,
tbody.hide-for-medium-only,
tbody.show-for-medium-up,
tbody.hide-for-medium,
tbody.hide-for-medium-down,
tbody.hide-for-large-only,
tbody.show-for-large-up,
tbody.hide-for-large,
tbody.hide-for-large-down,
tbody.show-for-xlarge-only,
tbody.show-for-xlarge-up,
tbody.show-for-xlarge,
tbody.show-for-xlarge-down,
tbody.hide-for-xxlarge-only,
tbody.hide-for-xxlarge-up,
tbody.hide-for-xxlarge,
tbody.show-for-xxlarge-down {
display: table-row-group !important
}
tr.hide-for-small-only,
tr.show-for-small-up,
tr.hide-for-small,
tr.hide-for-small-down,
tr.hide-for-medium-only,
tr.show-for-medium-up,
tr.hide-for-medium,
tr.hide-for-medium-down,
tr.hide-for-large-only,
tr.show-for-large-up,
tr.hide-for-large,
tr.hide-for-large-down,
tr.show-for-xlarge-only,
tr.show-for-xlarge-up,
tr.show-for-xlarge,
tr.show-for-xlarge-down,
tr.hide-for-xxlarge-only,
tr.hide-for-xxlarge-up,
tr.hide-for-xxlarge,
tr.show-for-xxlarge-down {
display: table-row
}
th.hide-for-small-only,
td.hide-for-small-only,
th.show-for-small-up,
td.show-for-small-up,
th.hide-for-small,
td.hide-for-small,
th.hide-for-small-down,
td.hide-for-small-down,
th.hide-for-medium-only,
td.hide-for-medium-only,
th.show-for-medium-up,
td.show-for-medium-up,
th.hide-for-medium,
td.hide-for-medium,
th.hide-for-medium-down,
td.hide-for-medium-down,
th.hide-for-large-only,
td.hide-for-large-only,
th.show-for-large-up,
td.show-for-large-up,
th.hide-for-large,
td.hide-for-large,
th.hide-for-large-down,
td.hide-for-large-down,
th.show-for-xlarge-only,
td.show-for-xlarge-only,
th.show-for-xlarge-up,
td.show-for-xlarge-up,
th.show-for-xlarge,
td.show-for-xlarge,
th.show-for-xlarge-down,
td.show-for-xlarge-down,
th.hide-for-xxlarge-only,
td.hide-for-xxlarge-only,
th.hide-for-xxlarge-up,
td.hide-for-xxlarge-up,
th.hide-for-xxlarge,
td.hide-for-xxlarge,
th.show-for-xxlarge-down,
td.show-for-xxlarge-down {
display: table-cell !important
}
}
@media only screen and (min-width: 137.21429em) {
.hide-for-small-only,
.show-for-small-up,
.hide-for-small,
.hide-for-small-down,
.hide-for-medium-only,
.show-for-medium-up,
.hide-for-medium,
.hide-for-medium-down,
.hide-for-large-only,
.show-for-large-up,
.hide-for-large,
.hide-for-large-down,
.hide-for-xlarge-only,
.show-for-xlarge-up,
.hide-for-xlarge,
.hide-for-xlarge-down,
.show-for-xxlarge-only,
.show-for-xxlarge-up,
.show-for-xxlarge,
.show-for-xxlarge-down {
display: inherit !important
}
.show-for-small-only,
.hide-for-small-up,
.show-for-small,
.show-for-small-down,
.show-for-medium-only,
.hide-for-medium-up,
.show-for-medium,
.show-for-medium-down,
.show-for-large-only,
.hide-for-large-up,
.show-for-large,
.show-for-large-down,
.show-for-xlarge-only,
.hide-for-xlarge-up,
.show-for-xlarge,
.show-for-xlarge-down,
.hide-for-xxlarge-only,
.hide-for-xxlarge-up,
.hide-for-xxlarge,
.hide-for-xxlarge-down {
display: none !important
}
.hidden-for-small-only,
.visible-for-small-up,
.hidden-for-small,
.hidden-for-small-down,
.hidden-for-medium-only,
.visible-for-medium-up,
.hidden-for-medium,
.hidden-for-medium-down,
.hidden-for-large-only,
.visible-for-large-up,
.hidden-for-large,
.hidden-for-large-down,
.hidden-for-xlarge-only,
.visible-for-xlarge-up,
.hidden-for-xlarge,
.hidden-for-xlarge-down,
.visible-for-xxlarge-only,
.visible-for-xxlarge-up,
.visible-for-xxlarge,
.visible-for-xxlarge-down {
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto
}
.visible-for-small-only,
.hidden-for-small-up,
.visible-for-small,
.visible-for-small-down,
.visible-for-medium-only,
.hidden-for-medium-up,
.visible-for-medium,
.visible-for-medium-down,
.visible-for-large-only,
.hidden-for-large-up,
.visible-for-large,
.visible-for-large-down,
.visible-for-xlarge-only,
.hidden-for-xlarge-up,
.visible-for-xlarge,
.visible-for-xlarge-down,
.hidden-for-xxlarge-only,
.hidden-for-xxlarge-up,
.hidden-for-xxlarge,
.hidden-for-xxlarge-down {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px
}
table.hide-for-small-only,
table.show-for-small-up,
table.hide-for-small,
table.hide-for-small-down,
table.hide-for-medium-only,
table.show-for-medium-up,
table.hide-for-medium,
table.hide-for-medium-down,
table.hide-for-large-only,
table.show-for-large-up,
table.hide-for-large,
table.hide-for-large-down,
table.hide-for-xlarge-only,
table.show-for-xlarge-up,
table.hide-for-xlarge,
table.hide-for-xlarge-down,
table.show-for-xxlarge-only,
table.show-for-xxlarge-up,
table.show-for-xxlarge,
table.show-for-xxlarge-down {
display: table !important
}
thead.hide-for-small-only,
thead.show-for-small-up,
thead.hide-for-small,
thead.hide-for-small-down,
thead.hide-for-medium-only,
thead.show-for-medium-up,
thead.hide-for-medium,
thead.hide-for-medium-down,
thead.hide-for-large-only,
thead.show-for-large-up,
thead.hide-for-large,
thead.hide-for-large-down,
thead.hide-for-xlarge-only,
thead.show-for-xlarge-up,
thead.hide-for-xlarge,
thead.hide-for-xlarge-down,
thead.show-for-xxlarge-only,
thead.show-for-xxlarge-up,
thead.show-for-xxlarge,
thead.show-for-xxlarge-down {
display: table-header-group !important
}
tbody.hide-for-small-only,
tbody.show-for-small-up,
tbody.hide-for-small,
tbody.hide-for-small-down,
tbody.hide-for-medium-only,
tbody.show-for-medium-up,
tbody.hide-for-medium,
tbody.hide-for-medium-down,
tbody.hide-for-large-only,
tbody.show-for-large-up,
tbody.hide-for-large,
tbody.hide-for-large-down,
tbody.hide-for-xlarge-only,
tbody.show-for-xlarge-up,
tbody.hide-for-xlarge,
tbody.hide-for-xlarge-down,
tbody.show-for-xxlarge-only,
tbody.show-for-xxlarge-up,
tbody.show-for-xxlarge,
tbody.show-for-xxlarge-down {
display: table-row-group !important
}
tr.hide-for-small-only,
tr.show-for-small-up,
tr.hide-for-small,
tr.hide-for-small-down,
tr.hide-for-medium-only,
tr.show-for-medium-up,
tr.hide-for-medium,
tr.hide-for-medium-down,
tr.hide-for-large-only,
tr.show-for-large-up,
tr.hide-for-large,
tr.hide-for-large-down,
tr.hide-for-xlarge-only,
tr.show-for-xlarge-up,
tr.hide-for-xlarge,
tr.hide-for-xlarge-down,
tr.show-for-xxlarge-only,
tr.show-for-xxlarge-up,
tr.show-for-xxlarge,
tr.show-for-xxlarge-down {
display: table-row
}
th.hide-for-small-only,
td.hide-for-small-only,
th.show-for-small-up,
td.show-for-small-up,
th.hide-for-small,
td.hide-for-small,
th.hide-for-small-down,
td.hide-for-small-down,
th.hide-for-medium-only,
td.hide-for-medium-only,
th.show-for-medium-up,
td.show-for-medium-up,
th.hide-for-medium,
td.hide-for-medium,
th.hide-for-medium-down,
td.hide-for-medium-down,
th.hide-for-large-only,
td.hide-for-large-only,
th.show-for-large-up,
td.show-for-large-up,
th.hide-for-large,
td.hide-for-large,
th.hide-for-large-down,
td.hide-for-large-down,
th.hide-for-xlarge-only,
td.hide-for-xlarge-only,
th.show-for-xlarge-up,
td.show-for-xlarge-up,
th.hide-for-xlarge,
td.hide-for-xlarge,
th.hide-for-xlarge-down,
td.hide-for-xlarge-down,
th.show-for-xxlarge-only,
td.show-for-xxlarge-only,
th.show-for-xxlarge-up,
td.show-for-xxlarge-up,
th.show-for-xxlarge,
td.show-for-xxlarge,
th.show-for-xxlarge-down,
td.show-for-xxlarge-down {
display: table-cell !important
}
}
.show-for-landscape,
.hide-for-portrait {
display: inherit !important
}
.hide-for-landscape,
.show-for-portrait {
display: none !important
}
table.hide-for-landscape,
table.show-for-portrait {
display: table !important
}
thead.hide-for-landscape,
thead.show-for-portrait {
display: table-header-group !important
}
tbody.hide-for-landscape,
tbody.show-for-portrait {
display: table-row-group !important
}
tr.hide-for-landscape,
tr.show-for-portrait {
display: table-row !important
}
td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
display: table-cell !important
}
@media only screen and (orientation: landscape) {
.show-for-landscape,
.hide-for-portrait {
display: inherit !important
}
.hide-for-landscape,
.show-for-portrait {
display: none !important
}
table.show-for-landscape,
table.hide-for-portrait {
display: table !important
}
thead.show-for-landscape,
thead.hide-for-portrait {
display: table-header-group !important
}
tbody.show-for-landscape,
tbody.hide-for-portrait {
display: table-row-group !important
}
tr.show-for-landscape,
tr.hide-for-portrait {
display: table-row !important
}
td.show-for-landscape,
td.hide-for-portrait,
th.show-for-landscape,
th.hide-for-portrait {
display: table-cell !important
}
}
@media only screen and (orientation: portrait) {
.show-for-portrait,
.hide-for-landscape {
display: inherit !important
}
.hide-for-portrait,
.show-for-landscape {
display: none !important
}
table.show-for-portrait,
table.hide-for-landscape {
display: table !important
}
thead.show-for-portrait,
thead.hide-for-landscape {
display: table-header-group !important
}
tbody.show-for-portrait,
tbody.hide-for-landscape {
display: table-row-group !important
}
tr.show-for-portrait,
tr.hide-for-landscape {
display: table-row !important
}
td.show-for-portrait,
td.hide-for-landscape,
th.show-for-portrait,
th.hide-for-landscape {
display: table-cell !important
}
}
.show-for-touch {
display: none !important
}
.hide-for-touch {
display: inherit !important
}
.touch .show-for-touch {
display: inherit !important
}
.touch .hide-for-touch {
display: none !important
}
table.hide-for-touch {
display: table !important
}
.touch table.show-for-touch {
display: table !important
}
thead.hide-for-touch {
display: table-header-group !important
}
.touch thead.show-for-touch {
display: table-header-group !important
}
tbody.hide-for-touch {
display: table-row-group !important
}
.touch tbody.show-for-touch {
display: table-row-group !important
}
tr.hide-for-touch {
display: table-row !important
}
.touch tr.show-for-touch {
display: table-row !important
}
td.hide-for-touch {
display: table-cell !important
}
.touch td.show-for-touch {
display: table-cell !important
}
th.hide-for-touch {
display: table-cell !important
}
.touch th.show-for-touch {
display: table-cell !important
}
.show-for-sr {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px
}
.show-on-focus {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px
}
.show-on-focus:focus,
.show-on-focus:active {
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto
}
.print-only,
.show-for-print {
display: none !important
}
@media print {
.print-only,
.show-for-print {
display: block !important
}
.hide-on-print,
.hide-for-print {
display: none !important
}
table.show-for-print {
display: table !important
}
thead.show-for-print {
display: table-header-group !important
}
tbody.show-for-print {
display: table-row-group !important
}
tr.show-for-print {
display: table-row !important
}
td.show-for-print {
display: table-cell !important
}
th.show-for-print {
display: table-cell !important
}
}
h5 {
font-family: "Open Sans", sans-serif !important;
font-weight: 400 !important
}
.content-highlited {
padding: 120px 50px;
text-align: center
}
.content-highlited h3 {
color: #222222;
font-family: "Open Sans", sans-serif;
font-size: 28px;
font-style: normal;
font-weight: 300;
line-height: 42px
}
.darker-text .wd-title-section_l h5 {
color: #333
}
.primary-color_bg,
.blog-info,
.carousel_blog span.tag a,
.wd-carousel-container .carousel-icon i {
background: #1b459b
}
.primary-color_color {
color: #1b459b
}
.primary-color_border {
border-color: #1b459b
} .hvr-grow {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
-webkit-transform: scale(1.1);
transform: scale(1.1)
}
.hvr-shrink {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform
}
.hvr-shrink:hover,
.hvr-shrink:focus,
.hvr-shrink:active {
-webkit-transform: scale(0.9);
transform: scale(0.9)
}
@-webkit-keyframes hvr-pulse {
25% {
-webkit-transform: scale(1.1);
transform: scale(1.1)
}
75% {
-webkit-transform: scale(0.9);
transform: scale(0.9)
}
}
@keyframes hvr-pulse {
25% {
-webkit-transform: scale(1.1);
transform: scale(1.1)
}
75% {
-webkit-transform: scale(0.9);
transform: scale(0.9)
}
}
.hvr-pulse {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale
}
.hvr-pulse:hover,
.hvr-pulse:focus,
.hvr-pulse:active {
-webkit-animation-name: hvr-pulse;
animation-name: hvr-pulse;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite
}
@-webkit-keyframes hvr-pulse-grow {
to {
-webkit-transform: scale(1.1);
transform: scale(1.1)
}
}
@keyframes hvr-pulse-grow {
to {
-webkit-transform: scale(1.1);
transform: scale(1.1)
}
}
.hvr-pulse-grow {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale
}
.hvr-pulse-grow:hover,
.hvr-pulse-grow:focus,
.hvr-pulse-grow:active {
-webkit-animation-name: hvr-pulse-grow;
animation-name: hvr-pulse-grow;
-webkit-animation-duration: .3s;
animation-duration: .3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
animation-direction: alternate
}
@-webkit-keyframes hvr-pulse-shrink {
to {
-webkit-transform: scale(0.9);
transform: scale(0.9)
}
}
@keyframes hvr-pulse-shrink {
to {
-webkit-transform: scale(0.9);
transform: scale(0.9)
}
}
.hvr-pulse-shrink {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale
}
.hvr-pulse-shrink:hover,
.hvr-pulse-shrink:focus,
.hvr-pulse-shrink:active {
-webkit-animation-name: hvr-pulse-shrink;
animation-name: hvr-pulse-shrink;
-webkit-animation-duration: .3s;
animation-duration: .3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
animation-direction: alternate
}
@-webkit-keyframes hvr-push {
50% {
-webkit-transform: scale(0.8);
transform: scale(0.8)
}
100% {
-webkit-transform: scale(1);
transform: scale(1)
}
}
@keyframes hvr-push {
50% {
-webkit-transform: scale(0.8);
transform: scale(0.8)
}
100% {
-webkit-transform: scale(1);
transform: scale(1)
}
}
.hvr-push {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale
}
.hvr-push:hover,
.hvr-push:focus,
.hvr-push:active {
-webkit-animation-name: hvr-push;
animation-name: hvr-push;
-webkit-animation-duration: .3s;
animation-duration: .3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1
}
@-webkit-keyframes hvr-pop {
50% {
-webkit-transform: scale(1.2);
transform: scale(1.2)
}
}
@keyframes hvr-pop {
50% {
-webkit-transform: scale(1.2);
transform: scale(1.2)
}
}
.hvr-pop {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale
}
.hvr-pop:hover,
.hvr-pop:focus,
.hvr-pop:active {
-webkit-animation-name: hvr-pop;
animation-name: hvr-pop;
-webkit-animation-duration: .3s;
animation-duration: .3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1
}
.hvr-bounce-in {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: .5s;
transition-duration: .5s
}
.hvr-bounce-in:hover,
.hvr-bounce-in:focus,
.hvr-bounce-in:active {
-webkit-transform: scale(1.2);
transform: scale(1.2);
-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36)
}
.hvr-bounce-out {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: .5s;
transition-duration: .5s
}
.hvr-bounce-out:hover,
.hvr-bounce-out:focus,
.hvr-bounce-out:active {
-webkit-transform: scale(0.8);
transform: scale(0.8);
-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36)
}
.hvr-rotate {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform
}
.hvr-rotate:hover,
.hvr-rotate:focus,
.hvr-rotate:active {
-webkit-transform: rotate(4deg);
transform: rotate(4deg)
}
.hvr-grow-rotate {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform
}
.hvr-grow-rotate:hover,
.hvr-grow-rotate:focus,
.hvr-grow-rotate:active {
-webkit-transform: scale(1.1) rotate(4deg);
transform: scale(1.1) rotate(4deg)
}
.hvr-float {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
-webkit-transform: translateY(-8px);
transform: translateY(-8px)
}
.hvr-sink {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
.hvr-sink:hover,
.hvr-sink:focus,
.hvr-sink:active {
-webkit-transform: translateY(8px);
transform: translateY(8px)
}
@-webkit-keyframes hvr-bob {
0% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px)
}
50% {
-webkit-transform: translateY(-4px);
transform: translateY(-4px)
}
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px)
}
}
@keyframes hvr-bob {
0% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px)
}
50% {
-webkit-transform: translateY(-4px);
transform: translateY(-4px)
}
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px)
}
}
@-webkit-keyframes hvr-bob-float {
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px)
}
}
@keyframes hvr-bob-float {
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px)
}
}
.hvr-bob {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale
}
.hvr-bob:hover,
.hvr-bob:focus,
.hvr-bob:active {
-webkit-animation-name: hvr-bob-float, hvr-bob;
animation-name: hvr-bob-float, hvr-bob;
-webkit-animation-duration: .3s, 1.5s;
animation-duration: .3s, 1.5s;
-webkit-animation-delay: 0s, .3s;
animation-delay: 0s, .3s;
-webkit-animation-timing-function: ease-out, ease-in-out;
animation-timing-function: ease-out, ease-in-out;
-webkit-animation-iteration-count: 1, infinite;
animation-iteration-count: 1, infinite;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-direction: normal, alternate;
animation-direction: normal, alternate
}
@-webkit-keyframes hvr-hang {
0% {
-webkit-transform: translateY(8px);
transform: translateY(8px)
}
50% {
-webkit-transform: translateY(4px);
transform: translateY(4px)
}
100% {
-webkit-transform: translateY(8px);
transform: translateY(8px)
}
}
@keyframes hvr-hang {
0% {
-webkit-transform: translateY(8px);
transform: translateY(8px)
}
50% {
-webkit-transform: translateY(4px);
transform: translateY(4px)
}
100% {
-webkit-transform: translateY(8px);
transform: translateY(8px)
}
}
@-webkit-keyframes hvr-hang-sink {
100% {
-webkit-transform: translateY(8px);
transform: translateY(8px)
}
}
@keyframes hvr-hang-sink {
100% {
-webkit-transform: translateY(8px);
transform: translateY(8px)
}
}
.hvr-hang {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale
}
.hvr-hang:hover,
.hvr-hang:focus,
.hvr-hang:active {
-webkit-animation-name: hvr-hang-sink, hvr-hang;
animation-name: hvr-hang-sink, hvr-hang;
-webkit-animation-duration: .3s, 1.5s;
animation-duration: .3s, 1.5s;
-webkit-animation-delay: 0s, .3s;
animation-delay: 0s, .3s;
-webkit-animation-timing-function: ease-out, ease-in-out;
animation-timing-function: ease-out, ease-in-out;
-webkit-animation-iteration-count: 1, infinite;
animation-iteration-count: 1, infinite;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-direction: normal, alternate;
animation-direction: normal, alternate
}
.hvr-skew {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform
}
.hvr-skew:hover,
.hvr-skew:focus,
.hvr-skew:active {
-webkit-transform: skew(-10deg);
transform: skew(-10deg)
}
.hvr-skew-forward {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%
}
.hvr-skew-forward:hover,
.hvr-skew-forward:focus,
.hvr-skew-forward:active {
-webkit-transform: skew(-10deg);
transform: skew(-10deg)
}
.hvr-skew-backward {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%
}
.hvr-skew-backward:hover,
.hvr-skew-backward:focus,
.hvr-skew-backward:active {
-webkit-transform: skew(10deg);
transform: skew(10deg)
}
@-webkit-keyframes hvr-wobble-vertical {
16.65% {
-webkit-transform: translateY(8px);
transform: translateY(8px)
}
33.3% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px)
}
49.95% {
-webkit-transform: translateY(4px);
transform: translateY(4px)
}
66.6% {
-webkit-transform: translateY(-2px);
transform: translateY(-2px)
}
83.25% {
-webkit-transform: translateY(1px);
transform: translateY(1px)
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0)
}
}
@keyframes hvr-wobble-vertical {
16.65% {
-webkit-transform: translateY(8px);
transform: translateY(8px)
}
33.3% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px)
}
49.95% {
-webkit-transform: translateY(4px);
transform: translateY(4px)
}
66.6% {
-webkit-transform: translateY(-2px);
transform: translateY(-2px)
}
83.25% {
-webkit-transform: translateY(1px);
transform: translateY(1px)
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0)
}
}
.hvr-wobble-vertical {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale
}
.hvr-wobble-vertical:hover,
.hvr-wobble-vertical:focus,
.hvr-wobble-vertical:active {
-webkit-animation-name: hvr-wobble-vertical;
animation-name: hvr-wobble-vertical;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1
}
@-webkit-keyframes hvr-wobble-horizontal {
16.65% {
-webkit-transform: translateX(8px);
transform: translateX(8px)
}
33.3% {
-webkit-transform: translateX(-6px);
transform: translateX(-6px)
}
49.95% {
-webkit-transform: translateX(4px);
transform: translateX(4px)
}
66.6% {
-webkit-transform: translateX(-2px);
transform: translateX(-2px)
}
83.25% {
-webkit-transform: translateX(1px);
transform: translateX(1px)
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
}
@keyframes hvr-wobble-horizontal {
16.65% {
-webkit-transform: translateX(8px);
transform: translateX(8px)
}
33.3% {
-webkit-transform: translateX(-6px);
transform: translateX(-6px)
}
49.95% {
-webkit-transform: translateX(4px);
transform: translateX(4px)
}
66.6% {
-webkit-transform: translateX(-2px);
transform: translateX(-2px)
}
83.25% {
-webkit-transform: translateX(1px);
transform: translateX(1px)
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
}
.hvr-wobble-horizontal {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale
}
.hvr-wobble-horizontal:hover,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:active {
-webkit-animation-name: hvr-wobble-horizontal;
animation-name: hvr-wobble-horizontal;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1
}
@-webkit-keyframes hvr-wobble-to-bottom-right {
16.65% {
-webkit-transform: translate(8px, 8px);
transform: translate(8px, 8px)
}
33.3% {
-webkit-transform: translate(-6px, -6px);
transform: translate(-6px, -6px)
}
49.95% {
-webkit-transform: translate(4px, 4px);
transform: translate(4px, 4px)
}
66.6% {
-webkit-transform: translate(-2px, -2px);
transform: translate(-2px, -2px)
}
83.25% {
-webkit-transform: translate(1px, 1px);
transform: translate(1px, 1px)
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
}
@keyframes hvr-wobble-to-bottom-right {
16.65% {
-webkit-transform: translate(8px, 8px);
transform: translate(8px, 8px)
}
33.3% {
-webkit-transform: translate(-6px, -6px);
transform: translate(-6px, -6px)
}
49.95% {
-webkit-transform: translate(4px, 4px);
transform: translate(4px, 4px)
}
66.6% {
-webkit-transform: translate(-2px, -2px);
transform: translate(-2px, -2px)
}
83.25% {
-webkit-transform: translate(1px, 1px);
transform: translate(1px, 1px)
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
}
.hvr-wobble-to-bottom-right {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale
}
.hvr-wobble-to-bottom-right:hover,
.hvr-wobble-to-bottom-right:focus,
.hvr-wobble-to-bottom-right:active {
-webkit-animation-name: hvr-wobble-to-bottom-right;
animation-name: hvr-wobble-to-bottom-right;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1
}
@-webkit-keyframes hvr-wobble-to-top-right {
16.65% {
-webkit-transform: translate(8px, -8px);
transform: translate(8px, -8px)
}
33.3% {
-webkit-transform: translate(-6px, 6px);
transform: translate(-6px, 6px)
}
49.95% {
-webkit-transform: translate(4px, -4px);
transform: translate(4px, -4px)
}
66.6% {
-webkit-transform: translate(-2px, 2px);
transform: translate(-2px, 2px)
}
83.25% {
-webkit-transform: translate(1px, -1px);
transform: translate(1px, -1px)
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
}
@keyframes hvr-wobble-to-top-right {
16.65% {
-webkit-transform: translate(8px, -8px);
transform: translate(8px, -8px)
}
33.3% {
-webkit-transform: translate(-6px, 6px);
transform: translate(-6px, 6px)
}
49.95% {
-webkit-transform: translate(4px, -4px);
transform: translate(4px, -4px)
}
66.6% {
-webkit-transform: translate(-2px, 2px);
transform: translate(-2px, 2px)
}
83.25% {
-webkit-transform: translate(1px, -1px);
transform: translate(1px, -1px)
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
}
.hvr-wobble-to-top-right {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale
}
.hvr-wobble-to-top-right:hover,
.hvr-wobble-to-top-right:focus,
.hvr-wobble-to-top-right:active {
-webkit-animation-name: hvr-wobble-to-top-right;
animation-name: hvr-wobble-to-top-right;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1
}
@-webkit-keyframes hvr-wobble-top {
16.65% {
-webkit-transform: skew(-12deg);
transform: skew(-12deg)
}
33.3% {
-webkit-transform: skew(10deg);
transform: skew(10deg)
}
49.95% {
-webkit-transform: skew(-6deg);
transform: skew(-6deg)
}
66.6% {
-webkit-transform: skew(4deg);
transform: skew(4deg)
}
83.25% {
-webkit-transform: skew(-2deg);
transform: skew(-2deg)
}
100% {
-webkit-transform: skew(0);
transform: skew(0)
}
}
@keyframes hvr-wobble-top {
16.65% {
-webkit-transform: skew(-12deg);
transform: skew(-12deg)
}
33.3% {
-webkit-transform: skew(10deg);
transform: skew(10deg)
}
49.95% {
-webkit-transform: skew(-6deg);
transform: skew(-6deg)
}
66.6% {
-webkit-transform: skew(4deg);
transform: skew(4deg)
}
83.25% {
-webkit-transform: skew(-2deg);
transform: skew(-2deg)
}
100% {
-webkit-transform: skew(0);
transform: skew(0)
}
}
.hvr-wobble-top {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%
}
.hvr-wobble-top:hover,
.hvr-wobble-top:focus,
.hvr-wobble-top:active {
-webkit-animation-name: hvr-wobble-top;
animation-name: hvr-wobble-top;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1
}
@-webkit-keyframes hvr-wobble-bottom {
16.65% {
-webkit-transform: skew(-12deg);
transform: skew(-12deg)
}
33.3% {
-webkit-transform: skew(10deg);
transform: skew(10deg)
}
49.95% {
-webkit-transform: skew(-6deg);
transform: skew(-6deg)
}
66.6% {
-webkit-transform: skew(4deg);
transform: skew(4deg)
}
83.25% {
-webkit-transform: skew(-2deg);
transform: skew(-2deg)
}
100% {
-webkit-transform: skew(0);
transform: skew(0)
}
}
@keyframes hvr-wobble-bottom {
16.65% {
-webkit-transform: skew(-12deg);
transform: skew(-12deg)
}
33.3% {
-webkit-transform: skew(10deg);
transform: skew(10deg)
}
49.95% {
-webkit-transform: skew(-6deg);
transform: skew(-6deg)
}
66.6% {
-webkit-transform: skew(4deg);
transform: skew(4deg)
}
83.25% {
-webkit-transform: skew(-2deg);
transform: skew(-2deg)
}
100% {
-webkit-transform: skew(0);
transform: skew(0)
}
}
.hvr-wobble-bottom {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0
}
.hvr-wobble-bottom:hover,
.hvr-wobble-bottom:focus,
.hvr-wobble-bottom:active {
-webkit-animation-name: hvr-wobble-bottom;
animation-name: hvr-wobble-bottom;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1
}
@-webkit-keyframes hvr-wobble-skew {
16.65% {
-webkit-transform: skew(-12deg);
transform: skew(-12deg)
}
33.3% {
-webkit-transform: skew(10deg);
transform: skew(10deg)
}
49.95% {
-webkit-transform: skew(-6deg);
transform: skew(-6deg)
}
66.6% {
-webkit-transform: skew(4deg);
transform: skew(4deg)
}
83.25% {
-webkit-transform: skew(-2deg);
transform: skew(-2deg)
}
100% {
-webkit-transform: skew(0);
transform: skew(0)
}
}
@keyframes hvr-wobble-skew {
16.65% {
-webkit-transform: skew(-12deg);
transform: skew(-12deg)
}
33.3% {
-webkit-transform: skew(10deg);
transform: skew(10deg)
}
49.95% {
-webkit-transform: skew(-6deg);
transform: skew(-6deg)
}
66.6% {
-webkit-transform: skew(4deg);
transform: skew(4deg)
}
83.25% {
-webkit-transform: skew(-2deg);
transform: skew(-2deg)
}
100% {
-webkit-transform: skew(0);
transform: skew(0)
}
}
.hvr-wobble-skew {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale
}
.hvr-wobble-skew:hover,
.hvr-wobble-skew:focus,
.hvr-wobble-skew:active {
-webkit-animation-name: hvr-wobble-skew;
animation-name: hvr-wobble-skew;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1
}
@-webkit-keyframes hvr-buzz {
50% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg)
}
100% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg)
}
}
@keyframes hvr-buzz {
50% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg)
}
100% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg)
}
}
.hvr-buzz {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale
}
.hvr-buzz:hover,
.hvr-buzz:focus,
.hvr-buzz:active {
-webkit-animation-name: hvr-buzz;
animation-name: hvr-buzz;
-webkit-animation-duration: .15s;
animation-duration: .15s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite
}
@-webkit-keyframes hvr-buzz-out {
10% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg)
}
20% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg)
}
30% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg)
}
40% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg)
}
50% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg)
}
60% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg)
}
70% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg)
}
80% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg)
}
90% {
-webkit-transform: translateX(1px) rotate(0);
transform: translateX(1px) rotate(0)
}
100% {
-webkit-transform: translateX(-1px) rotate(0);
transform: translateX(-1px) rotate(0)
}
}
@keyframes hvr-buzz-out {
10% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg)
}
20% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg)
}
30% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg)
}
40% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg)
}
50% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg)
}
60% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg)
}
70% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg)
}
80% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg)
}
90% {
-webkit-transform: translateX(1px) rotate(0);
transform: translateX(1px) rotate(0)
}
100% {
-webkit-transform: translateX(-1px) rotate(0);
transform: translateX(-1px) rotate(0)
}
}
.hvr-buzz-out {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale
}
.hvr-buzz-out:hover,
.hvr-buzz-out:focus,
.hvr-buzz-out:active {
-webkit-animation-name: hvr-buzz-out;
animation-name: hvr-buzz-out;
-webkit-animation-duration: .75s;
animation-duration: .75s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1
}
.hvr-fade {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
overflow: hidden;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: color, background-color;
transition-property: color, background-color
}
.hvr-fade:hover,
.hvr-fade:focus,
.hvr-fade:active {
background-color: #1b459b;
color: white
}
@-webkit-keyframes hvr-back-pulse {
50% {
background-color: rgba(32, 152, 209, 0.75)
}
}
@keyframes hvr-back-pulse {
50% {
background-color: rgba(32, 152, 209, 0.75)
}
}
.hvr-back-pulse {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
overflow: hidden;
-webkit-transition-duration: .5s;
transition-duration: .5s;
-webkit-transition-property: color, background-color;
transition-property: color, background-color
}
.hvr-back-pulse:hover,
.hvr-back-pulse:focus,
.hvr-back-pulse:active {
-webkit-animation-name: hvr-back-pulse;
animation-name: hvr-back-pulse;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-delay: .5s;
animation-delay: .5s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
background-color: #1b459b;
background-color: #2098d1;
color: white
}
.hvr-sweep-to-right {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: .3s;
transition-duration: .3s
}
.hvr-sweep-to-right:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #1b459b;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
color: white
}
.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1)
}
.hvr-sweep-to-left {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: .3s;
transition-duration: .3s
}
.hvr-sweep-to-left:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #1b459b;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
.hvr-sweep-to-left:hover,
.hvr-sweep-to-left:focus,
.hvr-sweep-to-left:active {
color: white
}
.hvr-sweep-to-left:hover:before,
.hvr-sweep-to-left:focus:before,
.hvr-sweep-to-left:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1)
}
.hvr-sweep-to-bottom {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: .3s;
transition-duration: .3s
}
.hvr-sweep-to-bottom:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #1b459b;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
.hvr-sweep-to-bottom:hover,
.hvr-sweep-to-bottom:focus,
.hvr-sweep-to-bottom:active {
color: white
}
.hvr-sweep-to-bottom:hover:before,
.hvr-sweep-to-bottom:focus:before,
.hvr-sweep-to-bottom:active:before {
-webkit-transform: scaleY(1);
transform: scaleY(1)
}
.hvr-sweep-to-top {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: .3s;
transition-duration: .3s
}
.hvr-sweep-to-top:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #1b459b;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
.hvr-sweep-to-top:hover,
.hvr-sweep-to-top:focus,
.hvr-sweep-to-top:active {
color: white
}
.hvr-sweep-to-top:hover:before,
.hvr-sweep-to-top:focus:before,
.hvr-sweep-to-top:active:before {
-webkit-transform: scaleY(1);
transform: scaleY(1)
}
.hvr-bounce-to-right {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: .5s;
transition-duration: .5s
}
.hvr-bounce-to-right:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #1b459b;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: .5s;
transition-duration: .5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
.hvr-bounce-to-right:hover,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:active {
color: white
}
.hvr-bounce-to-right:hover:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66)
}
.hvr-bounce-to-left {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: .5s;
transition-duration: .5s
}
.hvr-bounce-to-left:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #1b459b;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: .5s;
transition-duration: .5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
.hvr-bounce-to-left:hover,
.hvr-bounce-to-left:focus,
.hvr-bounce-to-left:active {
color: white
}
.hvr-bounce-to-left:hover:before,
.hvr-bounce-to-left:focus:before,
.hvr-bounce-to-left:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66)
}
.hvr-bounce-to-bottom {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: .5s;
transition-duration: .5s
}
.hvr-bounce-to-bottom:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #1b459b;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: .5s;
transition-duration: .5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
.hvr-bounce-to-bottom:hover,
.hvr-bounce-to-bottom:focus,
.hvr-bounce-to-bottom:active {
color: white
}
.hvr-bounce-to-bottom:hover:before,
.hvr-bounce-to-bottom:focus:before,
.hvr-bounce-to-bottom:active:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66)
}
.hvr-bounce-to-top {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: .5s;
transition-duration: .5s
}
.hvr-bounce-to-top:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #1b459b;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: .5s;
transition-duration: .5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
.hvr-bounce-to-top:hover,
.hvr-bounce-to-top:focus,
.hvr-bounce-to-top:active {
color: white
}
.hvr-bounce-to-top:hover:before,
.hvr-bounce-to-top:focus:before,
.hvr-bounce-to-top:active:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66)
}
.hvr-radial-out {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
overflow: hidden;
background: #e1e1e1;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: .3s;
transition-duration: .3s
}
.hvr-radial-out:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #1b459b;
border-radius: 100%;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
.hvr-radial-out:hover,
.hvr-radial-out:focus,
.hvr-radial-out:active {
color: white
}
.hvr-radial-out:hover:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:active:before {
-webkit-transform: scale(2);
transform: scale(2)
}
.hvr-radial-in {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
overflow: hidden;
background: #1b459b;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: .3s;
transition-duration: .3s
}
.hvr-radial-in:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #e1e1e1;
border-radius: 100%;
-webkit-transform: scale(2);
transform: scale(2);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
.hvr-radial-in:hover,
.hvr-radial-in:focus,
.hvr-radial-in:active {
color: white
}
.hvr-radial-in:hover:before,
.hvr-radial-in:focus:before,
.hvr-radial-in:active:before {
-webkit-transform: scale(0);
transform: scale(0)
}
.hvr-rectangle-in {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
background: #1b459b;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: .3s;
transition-duration: .3s
}
.hvr-rectangle-in:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #e1e1e1;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
.hvr-rectangle-in:hover,
.hvr-rectangle-in:focus,
.hvr-rectangle-in:active {
color: white
}
.hvr-rectangle-in:hover:before,
.hvr-rectangle-in:focus:before,
.hvr-rectangle-in:active:before {
-webkit-transform: scale(0);
transform: scale(0)
}
.hvr-rectangle-out {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
background: #e1e1e1;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: .3s;
transition-duration: .3s
}
.hvr-rectangle-out:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #1b459b;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
.hvr-rectangle-out:hover,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:active {
color: white
}
.hvr-rectangle-out:hover:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:active:before {
-webkit-transform: scale(1);
transform: scale(1)
}
.hvr-shutter-in-horizontal {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
background: #1b459b;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: .3s;
transition-duration: .3s
}
.hvr-shutter-in-horizontal:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #e1e1e1;
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
.hvr-shutter-in-horizontal:hover,
.hvr-shutter-in-horizontal:focus,
.hvr-shutter-in-horizontal:active {
color: white
}
.hvr-shutter-in-horizontal:hover:before,
.hvr-shutter-in-horizontal:focus:before,
.hvr-shutter-in-horizontal:active:before {
-webkit-transform: scaleX(0);
transform: scaleX(0)
}
.hvr-shutter-out-horizontal {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
background: #e1e1e1;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: .3s;
transition-duration: .3s
}
.hvr-shutter-out-horizontal:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #1b459b;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
.hvr-shutter-out-horizontal:hover,
.hvr-shutter-out-horizontal:focus,
.hvr-shutter-out-horizontal:active {
color: white
}
.hvr-shutter-out-horizontal:hover:before,
.hvr-shutter-out-horizontal:focus:before,
.hvr-shutter-out-horizontal:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1)
}
.hvr-shutter-in-vertical {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
background: #1b459b;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: .3s;
transition-duration: .3s
}
.hvr-shutter-in-vertical:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #e1e1e1;
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
.hvr-shutter-in-vertical:hover,
.hvr-shutter-in-vertical:focus,
.hvr-shutter-in-vertical:active {
color: white
}
.hvr-shutter-in-vertical:hover:before,
.hvr-shutter-in-vertical:focus:before,
.hvr-shutter-in-vertical:active:before {
-webkit-transform: scaleY(0);
transform: scaleY(0)
}
.hvr-shutter-out-vertical {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
background: #e1e1e1;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: .3s;
transition-duration: .3s
}
.hvr-shutter-out-vertical:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #1b459b;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
.hvr-shutter-out-vertical:hover,
.hvr-shutter-out-vertical:focus,
.hvr-shutter-out-vertical:active {
color: white
}
.hvr-shutter-out-vertical:hover:before,
.hvr-shutter-out-vertical:focus:before,
.hvr-shutter-out-vertical:active:before {
-webkit-transform: scaleY(1);
transform: scaleY(1)
}
.hvr-border-fade {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: box-shadow;
transition-property: box-shadow;
box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent
}
.hvr-border-fade:hover,
.hvr-border-fade:focus,
.hvr-border-fade:active {
box-shadow: inset 0 0 0 4px #1b459b, 0 0 1px transparent
}
.hvr-hollow {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: background;
transition-property: background;
box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent
}
.hvr-hollow:hover,
.hvr-hollow:focus,
.hvr-hollow:active {
background: none
}
.hvr-trim {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative
}
.hvr-trim:before {
content: '';
position: absolute;
border: #fff solid 4px;
top: 4px;
left: 4px;
right: 4px;
bottom: 4px;
opacity: 0;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: opacity;
transition-property: opacity
}
.hvr-trim:hover:before,
.hvr-trim:focus:before,
.hvr-trim:active:before {
opacity: 1
}
@-webkit-keyframes hvr-ripple-out {
100% {
top: -12px;
right: -12px;
bottom: -12px;
left: -12px;
opacity: 0
}
}
@keyframes hvr-ripple-out {
100% {
top: -12px;
right: -12px;
bottom: -12px;
left: -12px;
opacity: 0
}
}
.hvr-ripple-out {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative
}
.hvr-ripple-out:before {
content: '';
position: absolute;
border: #e1e1e1 solid 6px;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-animation-duration: 1s;
animation-duration: 1s
}
.hvr-ripple-out:hover:before,
.hvr-ripple-out:focus:before,
.hvr-ripple-out:active:before {
-webkit-animation-name: hvr-ripple-out;
animation-name: hvr-ripple-out
}
@-webkit-keyframes hvr-ripple-in {
100% {
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 1
}
}
@keyframes hvr-ripple-in {
100% {
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 1
}
}
.hvr-ripple-in {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative
}
.hvr-ripple-in:before {
content: '';
position: absolute;
border: #e1e1e1 solid 4px;
top: -12px;
right: -12px;
bottom: -12px;
left: -12px;
opacity: 0;
-webkit-animation-duration: 1s;
animation-duration: 1s
}
.hvr-ripple-in:hover:before,
.hvr-ripple-in:focus:before,
.hvr-ripple-in:active:before {
-webkit-animation-name: hvr-ripple-in;
animation-name: hvr-ripple-in
}
.hvr-outline-out {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative
}
.hvr-outline-out:before {
content: '';
position: absolute;
border: #e1e1e1 solid 4px;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: top, right, bottom, left;
transition-property: top, right, bottom, left
}
.hvr-outline-out:hover:before,
.hvr-outline-out:focus:before,
.hvr-outline-out:active:before {
top: -8px;
right: -8px;
bottom: -8px;
left: -8px
}
.hvr-outline-in {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative
}
.hvr-outline-in:before {
pointer-events: none;
content: '';
position: absolute;
border: #1b459b solid 4px;
top: -16px;
right: -16px;
bottom: -16px;
left: -16px;
opacity: 0;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: top, right, bottom, left;
transition-property: top, right, bottom, left
}
.hvr-outline-in:hover:before,
.hvr-outline-in:focus:before,
.hvr-outline-in:active:before {
top: -8px;
right: -8px;
bottom: -8px;
left: -8px;
opacity: 1
}
.hvr-round-corners {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: border-radius;
transition-property: border-radius
}
.hvr-round-corners:hover,
.hvr-round-corners:focus,
.hvr-round-corners:active {
border-radius: 1em
}
.hvr-underline-from-left {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
overflow: hidden
}
.hvr-underline-from-left:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
right: 100%;
bottom: 0;
background: #1b459b;
height: 4px;
-webkit-transition-property: right;
transition-property: right;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
.hvr-underline-from-left:hover:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:active:before {
right: 0
}
.hvr-underline-from-center {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
overflow: hidden
}
@media only screen and (max-width: 40em) {
.hvr-underline-from-center {
display: block
}
}
.hvr-underline-from-center:before {
content: "";
position: absolute;
z-index: -1;
left: 50%;
right: 50%;
bottom: 0;
background: #1b459b;
height: 1px;
-webkit-transition-property: left, right;
transition-property: left, right;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {
left: 0;
right: 0
}
.hvr-underline-from-right {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
overflow: hidden
}
.hvr-underline-from-right:before {
content: "";
position: absolute;
z-index: -1;
left: 100%;
right: 0;
bottom: 0;
background: #1b459b;
height: 4px;
-webkit-transition-property: left;
transition-property: left;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
.hvr-underline-from-right:hover:before,
.hvr-underline-from-right:focus:before,
.hvr-underline-from-right:active:before {
left: 0
}
.hvr-overline-from-left {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
overflow: hidden
}
.hvr-overline-from-left:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
right: 100%;
top: 0;
background: #1b459b;
height: 4px;
-webkit-transition-property: right;
transition-property: right;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
.hvr-overline-from-left:hover:before,
.hvr-overline-from-left:focus:before,
.hvr-overline-from-left:active:before {
right: 0
}
.hvr-overline-from-center {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
overflow: hidden
}
.hvr-overline-from-center:before {
content: "";
position: absolute;
z-index: -1;
left: 50%;
right: 50%;
top: 0;
background: #1b459b;
height: 4px;
-webkit-transition-property: left, right;
transition-property: left, right;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
.hvr-overline-from-center:hover:before,
.hvr-overline-from-center:focus:before,
.hvr-overline-from-center:active:before {
left: 0;
right: 0
}
.hvr-overline-from-right {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
overflow: hidden
}
.hvr-overline-from-right:before {
content: "";
position: absolute;
z-index: -1;
left: 100%;
right: 0;
top: 0;
background: #1b459b;
height: 4px;
-webkit-transition-property: left;
transition-property: left;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
.hvr-overline-from-right:hover:before,
.hvr-overline-from-right:focus:before,
.hvr-overline-from-right:active:before {
left: 0
}
.hvr-reveal {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
overflow: hidden
}
.hvr-reveal:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
right: 0;
top: 0;
bottom: 0;
border-color: #1b459b;
border-style: solid;
border-width: 0;
-webkit-transition-property: border-width;
transition-property: border-width;
-webkit-transition-duration: .1s;
transition-duration: .1s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
.hvr-reveal:hover:before,
.hvr-reveal:focus:before,
.hvr-reveal:active:before {
-webkit-transform: translateY(0);
transform: translateY(0);
border-width: 4px
}
.hvr-underline-reveal {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
overflow: hidden
}
.hvr-underline-reveal:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
right: 0;
bottom: 0;
background: #1b459b;
height: 4px;
-webkit-transform: translateY(4px);
transform: translateY(4px);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
.hvr-underline-reveal:hover:before,
.hvr-underline-reveal:focus:before,
.hvr-underline-reveal:active:before {
-webkit-transform: translateY(0);
transform: translateY(0)
}
.hvr-overline-reveal {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
overflow: hidden
}
.hvr-overline-reveal:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
right: 0;
top: 0;
background: #1b459b;
height: 4px;
-webkit-transform: translateY(-4px);
transform: translateY(-4px);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
.hvr-overline-reveal:hover:before,
.hvr-overline-reveal:focus:before,
.hvr-overline-reveal:active:before {
-webkit-transform: translateY(0);
transform: translateY(0)
}
.hvr-glow {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: box-shadow;
transition-property: box-shadow
}
.hvr-glow:hover,
.hvr-glow:focus,
.hvr-glow:active {
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6)
}
.hvr-shadow {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: box-shadow;
transition-property: box-shadow
}
.hvr-shadow:hover,
.hvr-shadow:focus,
.hvr-shadow:active {
box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5)
}
.hvr-grow-shadow {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: box-shadow, transform;
transition-property: box-shadow, transform
}
.hvr-grow-shadow:hover,
.hvr-grow-shadow:focus,
.hvr-grow-shadow:active {
box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
-webkit-transform: scale(1.1);
transform: scale(1.1)
}
.hvr-box-shadow-outset {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: box-shadow;
transition-property: box-shadow
}
.hvr-box-shadow-outset:hover,
.hvr-box-shadow-outset:focus,
.hvr-box-shadow-outset:active {
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6)
}
.hvr-box-shadow-inset {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: box-shadow;
transition-property: box-shadow;
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px transparent
}
.hvr-box-shadow-inset:hover,
.hvr-box-shadow-inset:focus,
.hvr-box-shadow-inset:active {
box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px transparent
}
.hvr-float-shadow {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform
}
.hvr-float-shadow:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
top: 100%;
left: 5%;
height: 10px;
width: 90%;
opacity: 0;
background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform, opacity;
transition-property: transform, opacity
}
.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
-webkit-transform: translateY(-5px);
transform: translateY(-5px)
}
.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
opacity: 1;
-webkit-transform: translateY(5px);
transform: translateY(5px)
}
.hvr-shadow-radial {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative
}
.hvr-shadow-radial:before,
.hvr-shadow-radial:after {
pointer-events: none;
position: absolute;
content: '';
left: 0;
width: 100%;
box-sizing: border-box;
background-repeat: no-repeat;
height: 5px;
opacity: 0;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: opacity;
transition-property: opacity
}
.hvr-shadow-radial:before {
bottom: 100%;
background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%)
}
.hvr-shadow-radial:after {
top: 100%;
background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%)
}
.hvr-shadow-radial:hover:before,
.hvr-shadow-radial:focus:before,
.hvr-shadow-radial:active:before,
.hvr-shadow-radial:hover:after,
.hvr-shadow-radial:focus:after,
.hvr-shadow-radial:active:after {
opacity: 1
}
.hvr-bubble-top {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative
}
.hvr-bubble-top:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
border-style: solid;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform;
left: calc(50% - 10px);
top: 0;
border-width: 0 10px 10px 10px;
border-color: transparent transparent #e1e1e1 transparent
}
.hvr-bubble-top:hover:before,
.hvr-bubble-top:focus:before,
.hvr-bubble-top:active:before {
-webkit-transform: translateY(-10px);
transform: translateY(-10px)
}
.hvr-bubble-right {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative
}
.hvr-bubble-right:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
border-style: solid;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform;
top: calc(50% - 10px);
right: 0;
border-width: 10px 0 10px 10px;
border-color: transparent transparent transparent #e1e1e1
}
.hvr-bubble-right:hover:before,
.hvr-bubble-right:focus:before,
.hvr-bubble-right:active:before {
-webkit-transform: translateX(10px);
transform: translateX(10px)
}
.hvr-bubble-bottom {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative
}
.hvr-bubble-bottom:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
border-style: solid;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform;
left: calc(50% - 10px);
bottom: 0;
border-width: 10px 10px 0 10px;
border-color: #e1e1e1 transparent transparent transparent
}
.hvr-bubble-bottom:hover:before,
.hvr-bubble-bottom:focus:before,
.hvr-bubble-bottom:active:before {
-webkit-transform: translateY(10px);
transform: translateY(10px)
}
.hvr-bubble-left {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative
}
.hvr-bubble-left:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
border-style: solid;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform;
top: calc(50% - 10px);
left: 0;
border-width: 10px 10px 10px 0;
border-color: transparent #e1e1e1 transparent transparent
}
.hvr-bubble-left:hover:before,
.hvr-bubble-left:focus:before,
.hvr-bubble-left:active:before {
-webkit-transform: translateX(-10px);
transform: translateX(-10px)
}
.hvr-bubble-float-top {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform
}
.hvr-bubble-float-top:before {
position: absolute;
z-index: -1;
content: '';
left: calc(50% - 10px);
top: 0;
border-style: solid;
border-width: 0 10px 10px 10px;
border-color: transparent transparent #e1e1e1 transparent;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform
}
.hvr-bubble-float-top:hover,
.hvr-bubble-float-top:focus,
.hvr-bubble-float-top:active {
-webkit-transform: translateY(10px);
transform: translateY(10px)
}
.hvr-bubble-float-top:hover:before,
.hvr-bubble-float-top:focus:before,
.hvr-bubble-float-top:active:before {
-webkit-transform: translateY(-10px);
transform: translateY(-10px)
}
.hvr-bubble-float-right {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform
}
.hvr-bubble-float-right:before {
position: absolute;
z-index: -1;
top: calc(50% - 10px);
right: 0;
content: '';
border-style: solid;
border-width: 10px 0 10px 10px;
border-color: transparent transparent transparent #e1e1e1;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform
}
.hvr-bubble-float-right:hover,
.hvr-bubble-float-right:focus,
.hvr-bubble-float-right:active {
-webkit-transform: translateX(-10px);
transform: translateX(-10px)
}
.hvr-bubble-float-right:hover:before,
.hvr-bubble-float-right:focus:before,
.hvr-bubble-float-right:active:before {
-webkit-transform: translateX(10px);
transform: translateX(10px)
}
.hvr-bubble-float-bottom {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform
}
.hvr-bubble-float-bottom:before {
position: absolute;
z-index: -1;
content: '';
left: calc(50% - 10px);
bottom: 0;
border-style: solid;
border-width: 10px 10px 0 10px;
border-color: #e1e1e1 transparent transparent transparent;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform
}
.hvr-bubble-float-bottom:hover,
.hvr-bubble-float-bottom:focus,
.hvr-bubble-float-bottom:active {
-webkit-transform: translateY(-10px);
transform: translateY(-10px)
}
.hvr-bubble-float-bottom:hover:before,
.hvr-bubble-float-bottom:focus:before,
.hvr-bubble-float-bottom:active:before {
-webkit-transform: translateY(10px);
transform: translateY(10px)
}
.hvr-bubble-float-left {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform
}
.hvr-bubble-float-left:before {
position: absolute;
z-index: -1;
content: '';
top: calc(50% - 10px);
left: 0;
border-style: solid;
border-width: 10px 10px 10px 0;
border-color: transparent #e1e1e1 transparent transparent;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform
}
.hvr-bubble-float-left:hover,
.hvr-bubble-float-left:focus,
.hvr-bubble-float-left:active {
-webkit-transform: translateX(10px);
transform: translateX(10px)
}
.hvr-bubble-float-left:hover:before,
.hvr-bubble-float-left:focus:before,
.hvr-bubble-float-left:active:before {
-webkit-transform: translateX(-10px);
transform: translateX(-10px)
}
.hvr-icon-back {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
padding-left: 2.2em;
-webkit-transition-duration: .1s;
transition-duration: .1s
}
.hvr-icon-back:before {
content: "\f137";
position: absolute;
left: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: .1s;
transition-duration: .1s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
.hvr-icon-back:hover:before,
.hvr-icon-back:focus:before,
.hvr-icon-back:active:before {
-webkit-transform: translateX(-4px);
transform: translateX(-4px)
}
.hvr-icon-forward {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
padding-right: 2.2em;
-webkit-transition-duration: .1s;
transition-duration: .1s
}
.hvr-icon-forward:before {
content: "\f138";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: .1s;
transition-duration: .1s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
.hvr-icon-forward:hover:before,
.hvr-icon-forward:focus:before,
.hvr-icon-forward:active:before {
-webkit-transform: translateX(4px);
transform: translateX(4px)
}
@-webkit-keyframes hvr-icon-down {
0%, 50%, 100% {
-webkit-transform: translateY(0);
transform: translateY(0)
}
25%,
75% {
-webkit-transform: translateY(6px);
transform: translateY(6px)
}
}
@keyframes hvr-icon-down {
0%, 50%, 100% {
-webkit-transform: translateY(0);
transform: translateY(0)
}
25%,
75% {
-webkit-transform: translateY(6px);
transform: translateY(6px)
}
}
.hvr-icon-down {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
padding-right: 2.2em
}
.hvr-icon-down:before {
content: "\f01a";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
.hvr-icon-down:hover:before,
.hvr-icon-down:focus:before,
.hvr-icon-down:active:before {
-webkit-animation-name: hvr-icon-down;
animation-name: hvr-icon-down;
-webkit-animation-duration: .75s;
animation-duration: .75s;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
@-webkit-keyframes hvr-icon-up {
0%, 50%, 100% {
-webkit-transform: translateY(0);
transform: translateY(0)
}
25%,
75% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px)
}
}
@keyframes hvr-icon-up {
0%, 50%, 100% {
-webkit-transform: translateY(0);
transform: translateY(0)
}
25%,
75% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px)
}
}
.hvr-icon-up {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
padding-right: 2.2em
}
.hvr-icon-up:before {
content: "\f01b";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
.hvr-icon-up:hover:before,
.hvr-icon-up:focus:before,
.hvr-icon-up:active:before {
-webkit-animation-name: hvr-icon-up;
animation-name: hvr-icon-up;
-webkit-animation-duration: .75s;
animation-duration: .75s;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
.hvr-icon-spin {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
padding-right: 2.2em
}
.hvr-icon-spin:before {
content: "\f021";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transition-duration: 1s;
transition-duration: 1s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out
}
.hvr-icon-spin:hover:before,
.hvr-icon-spin:focus:before,
.hvr-icon-spin:active:before {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
@-webkit-keyframes hvr-icon-drop {
0% {
opacity: 0
}
50% {
opacity: 0;
-webkit-transform: translateY(-100%);
transform: translateY(-100%)
}
51%,
100% {
opacity: 1
}
}
@keyframes hvr-icon-drop {
0% {
opacity: 0
}
50% {
opacity: 0;
-webkit-transform: translateY(-100%);
transform: translateY(-100%)
}
51%,
100% {
opacity: 1
}
}
.hvr-icon-drop {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
padding-right: 2.2em
}
.hvr-icon-drop:before {
content: "\f041";
position: absolute;
right: 1em;
opacity: 1;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
.hvr-icon-drop:hover:before,
.hvr-icon-drop:focus:before,
.hvr-icon-drop:active:before {
opacity: 0;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-animation-name: hvr-icon-drop;
animation-name: hvr-icon-drop;
-webkit-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-delay: .3s;
animation-delay: .3s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66)
}
.hvr-icon-fade {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
padding-right: 2.2em
}
.hvr-icon-fade:before {
content: "\f00c";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: .5s;
transition-duration: .5s;
-webkit-transition-property: color;
transition-property: color
}
.hvr-icon-fade:hover:before,
.hvr-icon-fade:focus:before,
.hvr-icon-fade:active:before {
color: #0F9E5E
}
@-webkit-keyframes hvr-icon-float-away {
0% {
opacity: 1
}
100% {
opacity: 0;
-webkit-transform: translateY(-1em);
transform: translateY(-1em)
}
}
@keyframes hvr-icon-float-away {
0% {
opacity: 1
}
100% {
opacity: 0;
-webkit-transform: translateY(-1em);
transform: translateY(-1em)
}
}
.hvr-icon-float-away {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
padding-right: 2.2em
}
.hvr-icon-float-away:before,
.hvr-icon-float-away:after {
content: "\f055";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome
}
.hvr-icon-float-away:after {
opacity: 0;
-webkit-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards
}
.hvr-icon-float-away:hover:after,
.hvr-icon-float-away:focus:after,
.hvr-icon-float-away:active:after {
-webkit-animation-name: hvr-icon-float-away;
animation-name: hvr-icon-float-away;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
@-webkit-keyframes hvr-icon-sink-away {
0% {
opacity: 1
}
100% {
opacity: 0;
-webkit-transform: translateY(1em);
transform: translateY(1em)
}
}
@keyframes hvr-icon-sink-away {
0% {
opacity: 1
}
100% {
opacity: 0;
-webkit-transform: translateY(1em);
transform: translateY(1em)
}
}
.hvr-icon-sink-away {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
padding-right: 2.2em
}
.hvr-icon-sink-away:before,
.hvr-icon-sink-away:after {
content: "\f056";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
.hvr-icon-sink-away:after {
opacity: 0;
-webkit-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards
}
.hvr-icon-sink-away:hover:after,
.hvr-icon-sink-away:focus:after,
.hvr-icon-sink-away:active:after {
-webkit-animation-name: hvr-icon-sink-away;
animation-name: hvr-icon-sink-away;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
.hvr-icon-grow {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
padding-right: 2.2em;
-webkit-transition-duration: .3s;
transition-duration: .3s
}
.hvr-icon-grow:before {
content: "\f118";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
.hvr-icon-grow:hover:before,
.hvr-icon-grow:focus:before,
.hvr-icon-grow:active:before {
-webkit-transform: scale(1.3) translateZ(0);
transform: scale(1.3) translateZ(0)
}
.hvr-icon-shrink {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
padding-right: 2.2em;
-webkit-transition-duration: .3s;
transition-duration: .3s
}
.hvr-icon-shrink:before {
content: "\f119";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
.hvr-icon-shrink:hover:before,
.hvr-icon-shrink:focus:before,
.hvr-icon-shrink:active:before {
-webkit-transform: scale(0.8);
transform: scale(0.8)
}
@-webkit-keyframes hvr-icon-pulse {
25% {
-webkit-transform: scale(1.3);
transform: scale(1.3)
}
75% {
-webkit-transform: scale(0.8);
transform: scale(0.8)
}
}
@keyframes hvr-icon-pulse {
25% {
-webkit-transform: scale(1.3);
transform: scale(1.3)
}
75% {
-webkit-transform: scale(0.8);
transform: scale(0.8)
}
}
.hvr-icon-pulse {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
padding-right: 2.2em
}
.hvr-icon-pulse:before {
content: "\f015";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
.hvr-icon-pulse:hover:before,
.hvr-icon-pulse:focus:before,
.hvr-icon-pulse:active:before {
-webkit-animation-name: hvr-icon-pulse;
animation-name: hvr-icon-pulse;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite
}
@-webkit-keyframes hvr-icon-pulse-grow {
to {
-webkit-transform: scale(1.3);
transform: scale(1.3)
}
}
@keyframes hvr-icon-pulse-grow {
to {
-webkit-transform: scale(1.3);
transform: scale(1.3)
}
}
.hvr-icon-pulse-grow {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
padding-right: 2.2em
}
.hvr-icon-pulse-grow:before {
content: "\f015";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
.hvr-icon-pulse-grow:hover:before,
.hvr-icon-pulse-grow:focus:before,
.hvr-icon-pulse-grow:active:before {
-webkit-animation-name: hvr-icon-pulse-grow;
animation-name: hvr-icon-pulse-grow;
-webkit-animation-duration: .3s;
animation-duration: .3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
animation-direction: alternate
}
@-webkit-keyframes hvr-icon-pulse-shrink {
to {
-webkit-transform: scale(0.8);
transform: scale(0.8)
}
}
@keyframes hvr-icon-pulse-shrink {
to {
-webkit-transform: scale(0.8);
transform: scale(0.8)
}
}
.hvr-icon-pulse-shrink {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
padding-right: 2.2em
}
.hvr-icon-pulse-shrink:before {
content: "\f015";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
.hvr-icon-pulse-shrink:hover:before,
.hvr-icon-pulse-shrink:focus:before,
.hvr-icon-pulse-shrink:active:before {
-webkit-animation-name: hvr-icon-pulse-shrink;
animation-name: hvr-icon-pulse-shrink;
-webkit-animation-duration: .3s;
animation-duration: .3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
animation-direction: alternate
}
@-webkit-keyframes hvr-icon-push {
50% {
-webkit-transform: scale(0.5);
transform: scale(0.5)
}
}
@keyframes hvr-icon-push {
50% {
-webkit-transform: scale(0.5);
transform: scale(0.5)
}
}
.hvr-icon-push {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
padding-right: 2.2em;
-webkit-transition-duration: .3s;
transition-duration: .3s
}
.hvr-icon-push:before {
content: "\f006";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
.hvr-icon-push:hover:before,
.hvr-icon-push:focus:before,
.hvr-icon-push:active:before {
-webkit-animation-name: hvr-icon-push;
animation-name: hvr-icon-push;
-webkit-animation-duration: .3s;
animation-duration: .3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1
}
@-webkit-keyframes hvr-icon-pop {
50% {
-webkit-transform: scale(1.5);
transform: scale(1.5)
}
}
@keyframes hvr-icon-pop {
50% {
-webkit-transform: scale(1.5);
transform: scale(1.5)
}
}
.hvr-icon-pop {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
padding-right: 2.2em;
-webkit-transition-duration: .3s;
transition-duration: .3s
}
.hvr-icon-pop:before {
content: "\f005";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
.hvr-icon-pop:hover:before,
.hvr-icon-pop:focus:before,
.hvr-icon-pop:active:before {
-webkit-animation-name: hvr-icon-pop;
animation-name: hvr-icon-pop;
-webkit-animation-duration: .3s;
animation-duration: .3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1
}
.hvr-icon-bounce {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
padding-right: 2.2em;
-webkit-transition-duration: .3s;
transition-duration: .3s
}
.hvr-icon-bounce:before {
content: "\f087";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
.hvr-icon-bounce:hover:before,
.hvr-icon-bounce:focus:before,
.hvr-icon-bounce:active:before {
-webkit-transform: scale(1.5);
transform: scale(1.5);
-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36)
}
.hvr-icon-rotate {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
padding-right: 2.2em;
-webkit-transition-duration: .3s;
transition-duration: .3s
}
.hvr-icon-rotate:before {
content: "\f0c6";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
.hvr-icon-rotate:hover:before,
.hvr-icon-rotate:focus:before,
.hvr-icon-rotate:active:before {
-webkit-transform: rotate(20deg);
transform: rotate(20deg)
}
.hvr-icon-grow-rotate {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
padding-right: 2.2em;
-webkit-transition-duration: .3s;
transition-duration: .3s
}
.hvr-icon-grow-rotate:before {
content: "\f095";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
.hvr-icon-grow-rotate:hover:before,
.hvr-icon-grow-rotate:focus:before,
.hvr-icon-grow-rotate:active:before {
-webkit-transform: scale(1.5) rotate(12deg);
transform: scale(1.5) rotate(12deg)
}
.hvr-icon-float {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
padding-right: 2.2em;
-webkit-transition-duration: .3s;
transition-duration: .3s
}
.hvr-icon-float:before {
content: "\f01b";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
.hvr-icon-float:hover:before,
.hvr-icon-float:focus:before,
.hvr-icon-float:active:before {
-webkit-transform: translateY(-4px);
transform: translateY(-4px)
}
.hvr-icon-sink {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
padding-right: 2.2em;
-webkit-transition-duration: .3s;
transition-duration: .3s
}
.hvr-icon-sink:before {
content: "\f01a";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
.hvr-icon-sink:hover:before,
.hvr-icon-sink:focus:before,
.hvr-icon-sink:active:before {
-webkit-transform: translateY(4px);
transform: translateY(4px)
}
@-webkit-keyframes hvr-icon-bob {
0% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px)
}
50% {
-webkit-transform: translateY(-2px);
transform: translateY(-2px)
}
100% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px)
}
}
@keyframes hvr-icon-bob {
0% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px)
}
50% {
-webkit-transform: translateY(-2px);
transform: translateY(-2px)
}
100% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px)
}
}
@-webkit-keyframes hvr-icon-bob-float {
100% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px)
}
}
@keyframes hvr-icon-bob-float {
100% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px)
}
}
.hvr-icon-bob {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
padding-right: 2.2em;
-webkit-transition-duration: .3s;
transition-duration: .3s
}
.hvr-icon-bob:before {
content: "\f077";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
.hvr-icon-bob:hover:before,
.hvr-icon-bob:focus:before,
.hvr-icon-bob:active:before {
-webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
animation-name: hvr-icon-bob-float, hvr-icon-bob;
-webkit-animation-duration: .3s, 1.5s;
animation-duration: .3s, 1.5s;
-webkit-animation-delay: 0s, .3s;
animation-delay: 0s, .3s;
-webkit-animation-timing-function: ease-out, ease-in-out;
animation-timing-function: ease-out, ease-in-out;
-webkit-animation-iteration-count: 1, infinite;
animation-iteration-count: 1, infinite;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-direction: normal, alternate;
animation-direction: normal, alternate
}
@-webkit-keyframes hvr-icon-hang {
0% {
-webkit-transform: translateY(6px);
transform: translateY(6px)
}
50% {
-webkit-transform: translateY(2px);
transform: translateY(2px)
}
100% {
-webkit-transform: translateY(6px);
transform: translateY(6px)
}
}
@keyframes hvr-icon-hang {
0% {
-webkit-transform: translateY(6px);
transform: translateY(6px)
}
50% {
-webkit-transform: translateY(2px);
transform: translateY(2px)
}
100% {
-webkit-transform: translateY(6px);
transform: translateY(6px)
}
}
@-webkit-keyframes hvr-icon-hang-sink {
100% {
-webkit-transform: translateY(6px);
transform: translateY(6px)
}
}
@keyframes hvr-icon-hang-sink {
100% {
-webkit-transform: translateY(6px);
transform: translateY(6px)
}
}
.hvr-icon-hang {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
padding-right: 2.2em;
-webkit-transition-duration: .3s;
transition-duration: .3s
}
.hvr-icon-hang:before {
content: "\f078";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
.hvr-icon-hang:hover:before,
.hvr-icon-hang:focus:before,
.hvr-icon-hang:active:before {
-webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
animation-name: hvr-icon-hang-sink, hvr-icon-hang;
-webkit-animation-duration: .3s, 1.5s;
animation-duration: .3s, 1.5s;
-webkit-animation-delay: 0s, .3s;
animation-delay: 0s, .3s;
-webkit-animation-timing-function: ease-out, ease-in-out;
animation-timing-function: ease-out, ease-in-out;
-webkit-animation-iteration-count: 1, infinite;
animation-iteration-count: 1, infinite;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-direction: normal, alternate;
animation-direction: normal, alternate
}
@-webkit-keyframes hvr-icon-wobble-horizontal {
16.65% {
-webkit-transform: translateX(6px);
transform: translateX(6px)
}
33.3% {
-webkit-transform: translateX(-5px);
transform: translateX(-5px)
}
49.95% {
-webkit-transform: translateX(4px);
transform: translateX(4px)
}
66.6% {
-webkit-transform: translateX(-2px);
transform: translateX(-2px)
}
83.25% {
-webkit-transform: translateX(1px);
transform: translateX(1px)
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
}
@keyframes hvr-icon-wobble-horizontal {
16.65% {
-webkit-transform: translateX(6px);
transform: translateX(6px)
}
33.3% {
-webkit-transform: translateX(-5px);
transform: translateX(-5px)
}
49.95% {
-webkit-transform: translateX(4px);
transform: translateX(4px)
}
66.6% {
-webkit-transform: translateX(-2px);
transform: translateX(-2px)
}
83.25% {
-webkit-transform: translateX(1px);
transform: translateX(1px)
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
}
.hvr-icon-wobble-horizontal {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
padding-right: 2.2em;
-webkit-transition-duration: .3s;
transition-duration: .3s
}
.hvr-icon-wobble-horizontal:before {
content: "\f061";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
.hvr-icon-wobble-horizontal:hover:before,
.hvr-icon-wobble-horizontal:focus:before,
.hvr-icon-wobble-horizontal:active:before {
-webkit-animation-name: hvr-icon-wobble-horizontal;
animation-name: hvr-icon-wobble-horizontal;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1
}
@-webkit-keyframes hvr-icon-wobble-vertical {
16.65% {
-webkit-transform: translateY(6px);
transform: translateY(6px)
}
33.3% {
-webkit-transform: translateY(-5px);
transform: translateY(-5px)
}
49.95% {
-webkit-transform: translateY(4px);
transform: translateY(4px)
}
66.6% {
-webkit-transform: translateY(-2px);
transform: translateY(-2px)
}
83.25% {
-webkit-transform: translateY(1px);
transform: translateY(1px)
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0)
}
}
@keyframes hvr-icon-wobble-vertical {
16.65% {
-webkit-transform: translateY(6px);
transform: translateY(6px)
}
33.3% {
-webkit-transform: translateY(-5px);
transform: translateY(-5px)
}
49.95% {
-webkit-transform: translateY(4px);
transform: translateY(4px)
}
66.6% {
-webkit-transform: translateY(-2px);
transform: translateY(-2px)
}
83.25% {
-webkit-transform: translateY(1px);
transform: translateY(1px)
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0)
}
}
.hvr-icon-wobble-vertical {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
padding-right: 2.2em;
-webkit-transition-duration: .3s;
transition-duration: .3s
}
.hvr-icon-wobble-vertical:before {
content: "\f062";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
.hvr-icon-wobble-vertical:hover:before,
.hvr-icon-wobble-vertical:focus:before,
.hvr-icon-wobble-vertical:active:before {
-webkit-animation-name: hvr-icon-wobble-vertical;
animation-name: hvr-icon-wobble-vertical;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1
}
@-webkit-keyframes hvr-icon-buzz {
50% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg)
}
100% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg)
}
}
@keyframes hvr-icon-buzz {
50% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg)
}
100% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg)
}
}
.hvr-icon-buzz {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
padding-right: 2.2em;
-webkit-transition-duration: .3s;
transition-duration: .3s
}
.hvr-icon-buzz:before {
content: "\f017";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
.hvr-icon-buzz:hover:before,
.hvr-icon-buzz:focus:before,
.hvr-icon-buzz:active:before {
-webkit-animation-name: hvr-icon-buzz;
animation-name: hvr-icon-buzz;
-webkit-animation-duration: .15s;
animation-duration: .15s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite
}
@-webkit-keyframes hvr-icon-buzz-out {
10% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg)
}
20% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg)
}
30% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg)
}
40% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg)
}
50% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg)
}
60% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg)
}
70% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg)
}
80% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg)
}
90% {
-webkit-transform: translateX(1px) rotate(0);
transform: translateX(1px) rotate(0)
}
100% {
-webkit-transform: translateX(-1px) rotate(0);
transform: translateX(-1px) rotate(0)
}
}
@keyframes hvr-icon-buzz-out {
10% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg)
}
20% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg)
}
30% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg)
}
40% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg)
}
50% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg)
}
60% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg)
}
70% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg)
}
80% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg)
}
90% {
-webkit-transform: translateX(1px) rotate(0);
transform: translateX(1px) rotate(0)
}
100% {
-webkit-transform: translateX(-1px) rotate(0);
transform: translateX(-1px) rotate(0)
}
}
.hvr-icon-buzz-out {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
padding-right: 2.2em;
-webkit-transition-duration: .3s;
transition-duration: .3s
}
.hvr-icon-buzz-out:before {
content: "\f023";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
.hvr-icon-buzz-out:hover:before,
.hvr-icon-buzz-out:focus:before,
.hvr-icon-buzz-out:active:before {
-webkit-animation-name: hvr-icon-buzz-out;
animation-name: hvr-icon-buzz-out;
-webkit-animation-duration: .75s;
animation-duration: .75s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1
}
.hvr-curl-top-left {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative
}
.hvr-curl-top-left:before {
pointer-events: none;
position: absolute;
content: '';
height: 0;
width: 0;
top: 0;
left: 0;
background: #fff;
background: linear-gradient(135deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#000000');
z-index: 1000;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: width, height;
transition-property: width, height
}
.hvr-curl-top-left:hover:before,
.hvr-curl-top-left:focus:before,
.hvr-curl-top-left:active:before {
width: 25px;
height: 25px
}
.hvr-curl-top-right {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative
}
.hvr-curl-top-right:before {
pointer-events: none;
position: absolute;
content: '';
height: 0;
width: 0;
top: 0;
right: 0;
background: #fff;
background: linear-gradient(225deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: width, height;
transition-property: width, height
}
.hvr-curl-top-right:hover:before,
.hvr-curl-top-right:focus:before,
.hvr-curl-top-right:active:before {
width: 25px;
height: 25px
}
.hvr-curl-bottom-right {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative
}
.hvr-curl-bottom-right:before {
pointer-events: none;
position: absolute;
content: '';
height: 0;
width: 0;
bottom: 0;
right: 0;
background: #fff;
background: linear-gradient(315deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: width, height;
transition-property: width, height
}
.hvr-curl-bottom-right:hover:before,
.hvr-curl-bottom-right:focus:before,
.hvr-curl-bottom-right:active:before {
width: 25px;
height: 25px
}
.hvr-curl-bottom-left {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative
}
.hvr-curl-bottom-left:before {
pointer-events: none;
position: absolute;
content: '';
height: 0;
width: 0;
bottom: 0;
left: 0;
background: #fff;
background: linear-gradient(45deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: width, height;
transition-property: width, height
}
.hvr-curl-bottom-left:hover:before,
.hvr-curl-bottom-left:focus:before,
.hvr-curl-bottom-left:active:before {
width: 25px;
height: 25px
}
body {
font-size: 14px
}
body p {
font-size: 14px
}
ul li {
font-size: 14px
}
.wd-section-title {
padding-bottom: 30px
}
.wd-section-title .subtitle {
text-transform: uppercase
}
.wd-section-title h2 {
font-weight: 300;
font-size: 27px;
text-transform: uppercase
}
.wd-section-title h2:after {
background-color: #1b459b;
bottom: 0;
content: " ";
display: block;
height: 1px;
margin: 20px auto 0;
width: 52px
}
.wd-smple-title h2 {
font-weight: 600;
font-size: 28px;
text-transform: uppercase
}
.wd-section-title>h2,
.title-center .wd-section-title.block-title>h2,
.wd-section-title>.subtitle {
color: #fff
}
.m-0 {
margin: 0 !important
}
.m-t-50 {
margin-top: 50px !important
}
.m-b-0 {
margin-bottom: 0 !important
}
.p-0,
.p-0-r-8,
.p-0-l-8 {
padding: 0 !important
}
.p-0-15 {
padding: 0 1.07143em
}
.p-0-20,
.blog-info>div {
padding: 0 1.42857em
}
.p-t-0 {
padding-top: 0 !important
}
.p-t-15 {
padding-top: 15px !important
}
.p-t-20 {
padding-top: 20px !important
}
.p-t-150 {
padding-top: 150px
}
.p-b-40 {
padding-bottom: 40px !important
}
.p-b-15 {
padding-bottom: 15px !important
}
.p-b-20 {
padding-bottom: 20px !important
}
.p-0-r-8 {
padding-right: .57143em !important
}
.p-0-l-8 {
padding-left: .57143em !important
}
.empty-menu {
color: #fff
}
@media only screen and (max-width: 45.71429em) {
.row-mobile>div {
margin-top: 0 !important
}
}
#commentform div.large-12.columns {
padding-left: 0
}
section.wd-section-call-to-action {
padding: 55px 0 40px
}
.top-header-info {
background: #1b459b;
height: 63px
}
.top-bar-section {
margin-top: 16px;
margin-right: 30px;
float: right
}
header.navigation {
position: relative;
z-index: 2
}
@media screen and (max-width: 360px) {
.top-bar-section {
float: unset;
margin-right: 0;
margin-top: 0;
width: 100%;
z-index: 20
}
}
.top-header-info {
font-weight: 700
}
.top-bar-phone-section:after {
background-image: url(//www.floorscrubberequipment.com/wp-content/themes/carpet/images/bg-phone.png);
background-repeat: no-repeat;
content: " ";
height: 51px;
position: absolute;
right: -83px;
top: 0;
width: 83px;
z-index: 1
}
.top-bar-phone-section {
background: #fff;
padding-bottom: 26px;
padding-top: 13px;
text-align: right;
color: #7d8793;
font-size: 16px
}
.top-bar-phone-section i {
font-size: 20px;
color: #365598
}
.top-bar-adress-section {
padding-left: 110px;
font-size: 16px;
color: #fff
}
.top-bar-adress-section .contact-info {
padding-top: 12px
}
.top-bar-adress-section i {
padding: 0 5px 0 10px
}
.top-bar-social-section {
padding-top: 16px;
padding-left: 130px
}
.top-bar-social-section i {
color: #fff;
font-size: 1.3em
}
.top-bar .name {
padding: 10px
}
.top-bar .toggle-topbar.menu-icon a {
color: #aaa;
margin-top: 5px
}
.top-bar .toggle-topbar.menu-icon a span:after {
box-shadow: 0 0 0 1px #aaa, 0 7px 0 1px #aaa, 0 14px 0 1px #aaa
}
.top-bar .title-area {
height: 74px
}
.wd-title-bar {
background: url(//www.floorscrubberequipment.com/wp-content/themes/carpet/images/titlebar-bg.jpg) no-repeat center center;
min-height: 289px;
padding-top: 150px;
margin-bottom: 20px
}
.single-portfolio .wd-title-bar {
margin-bottom: 90px
}
.wd-title-bar h2 {
color: #fff
}
.wd-title-bar div h5 {
color: #fff
}
.wd-footer {
background: #383838;
color: #fff
}
.wd-copyright {
text-align: center;
padding-top: 15px
}
.wd-copyright>.row {
border-top: 1px solid rgba(255, 255, 255, 0.1);
padding-top: 15px
}
.wd-footer p {
color: rgba(200, 200, 200, 0.8)
}
.wd-footer ul {
margin-left: 0;
list-style: none
}
.wd-footer h2 {
font-family: "open sans";
font-size: 18px;
font-weight: 500;
margin-bottom: 25px;
padding-bottom: 0;
text-transform: uppercase;
color: #fff
}
.copyright-menu {
text-align: center;
margin-bottom: 20px
}
.copyright-menu a {
color: rgba(255, 255, 255, 0.88);
font-size: 13px
}
.copyright-menu a:hover {
color: #FFF
}
.copyright-menu li {
border-right: 1px solid rgba(255, 255, 255, 0.41);
padding: 0 30px;
display: inline-block;
margin: 0;
line-height: 12px
}
@media only screen and (max-width: 45.71429em) {
.copyright-menu li {
padding: 0 20px
}
}
.copyright-menu li:last-child {
border: none
}
.copyright {
color: #93a1a7;
font-size: 14px;
margin: 0;
opacity: 0.5;
padding-bottom: 0.7em
}
.copyright p {
color: rgba(255, 255, 255, 0.8)
}
.widget-logo {
padding: 0px 10px
}
.widget-logo img {
margin: 0px auto;
display: block;
padding-bottom: 30px
}
.sidebar {
margin-top: 80px;
margin-bottom: 100px
}
.sidebar .block-title {
font-size: 18px;
margin-bottom: 25px;
margin-top: 50px;
text-transform: uppercase;
font-weight: 700;
line-height: 20px;
letter-spacing: 1px
}
.sidebar ul {
margin: 0;
line-height: 26px
}
.sidebar ul li {
list-style-type: none;
font-size: 14px;
padding: 15px 0px;
border-top: 1px solid #E9E9E9;
position: relative
}
.sidebar ul li a {
color: #222;
font-size: 14px;
font-weight: 400;
line-height: 22px;
padding-left: 18px
}
.sidebar ul li:before {
font-family: "FontAwesome";
font-size: 13px;
position: absolute;
content: "\f105";
top: 14px;
left: 0px
}
.sidebar .latest-posts ul li a {
padding: 0%
}
.sidebar .latest-posts ul li:before {
content: "";
display: none
}
.sidebar .recentcomments {
overflow: hidden;
height: 49px
}
.sidebar .recentcomments .comment-author-link {
padding-left: 18px
}
.sidebar .recentcomments a {
padding: 0
}
.tagcloud a {
background: #f95b36;
color: #fff;
display: inline-block;
font-size: 1.1em !important;
line-height: 1.1em;
margin: 3px;
padding: 5px 10px
}
.tagcloud a:hover {
background: #bab9b9
}
.searchform {
position: relative
}
.searchform #searchsubmit {
background-color: #1b459b;
border: 0 none;
box-shadow: none;
color: #fff;
display: inline;
font-size: 12px;
font-weight: 300;
height: 3em;
position: absolute;
right: 0;
top: 1px;
transition: all 0.3s ease-in-out 0s;
width: auto
}
.searchform #s {
font-size: 0.9em;
height: 38px;
padding-right: 59px;
box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) inset;
border: 1px solid #e7e7e7
}
.sidebar-second.sidebar-left {
margin-top: 138px
}
.sidebar-second.sidebar-left h2 {
font-weight: 600
}
.sidebar-second.sidebar-left ul li.menu-item::before {
content: "";
margin: 0
}
.sidebar-second.sidebar-left ul li.menu-item {
border-left: 1px solid #fff;
line-height: 39px;
margin: 0;
padding-left: 20px;
transition: all 3ms ease 0s
}
.sidebar-second.sidebar-left ul li.menu-item a {
font-size: 16px
}
.sidebar-second.sidebar-left ul li.current-menu-item,
.sidebar-second.sidebar-left ul li.current-menu-item:hover {
background-color: #fea026
}
.sidebar-second.sidebar-left ul li.current-menu-item a,
.sidebar-second.sidebar-left ul li.current-menu-item:hover a {
color: #fff
}
.sidebar-second.sidebar-left ul li.menu-item:hover {
border-left: 2px solid #fea026
}
.sidebar-second.sidebar-left ul li.menu-item:hover a {
color: #fea026
}
.sidebar-second.sidebar-left .widget-documents .widget-subtitle {
color: #a0a4a7;
font-size: 16px;
font-weight: 600
}
.sidebar-second.sidebar-left .widget-documents ul {
margin-top: 20px
}
.sidebar-second.sidebar-left .widget-documents ul li {
box-shadow: 0 0 3px 0 #bbb;
margin: 12px 0;
padding: 0;
color: #787b7f
}
.sidebar-second.sidebar-left .widget-documents ul li a {
font-size: 13px;
font-weight: 600;
padding: 8px 10px
}
.sidebar-second.sidebar-left .widget-documents ul li i {
margin-top: 0;
font-size: 15px;
margin-right: 10px
}
.sidebar-second.sidebar-left .widget-documents ul li:hover {
background-color: #FFF
}
.sidebar-second.sidebar-left .widget-documents ul li:hover a {
color: #787b7f
}
.page-template-left-sidebar.page-child .large-9.main.columns,
.page-template-right-sidebar.page-child .large-9.main.columns {
margin-top: 110px
}
.wd-nav-bar {
position: relative
}
.wd-nav-bar .top-bar {
height: 74px;
top: -20px;
position: absolute;
width: 100%;
z-index: 10
}
.wd-nav-bar .top-bar.expanded {
height: auto
}
@media only screen and (max-width: 45.71429em) {
.top-bar-section {
margin: 0
}
}
@media only screen and (min-width: 45.78571em) and (max-width: 73.14286em) {
.top-bar-section {
margin: 0
}
}
.top-bar-section li {
border-bottom: 1px solid transparent
}
.top-bar-section li:hover {
border-bottom: 1px solid #aaa
}
.wd_mega-menu>.sub-menu.dropdown>li {
display: table-cell;
float: none;
width: auto;
border: 1px solid transparent
}
.top-bar-section .wd_mega-menu>.dropdown>li:hover {
border: 1px solid transparent
}
.top-bar-section .wd_mega-menu>.dropdown>li:hover:not(.has-form):not(.active)>a:not(.button) {
color: #000
}
.wd_mega-menu>.sub-menu.dropdown>li>.sub-menu.dropdown {
display: block;
overflow: hidden !important;
padding-bottom: 0;
padding-top: 0;
position: unset !important;
width: 100%;
border: none;
color: #000
}
.top-bar-section .has-dropdown .dropdown li.has-dropdown>a::after {
content: ""
}
.wd_mega-menu>.dropdown>li>a {
font-weight: bold
}
.wd_mega-menu>.sub-menu.dropdown {
padding-bottom: 20px;
padding-right: 235px;
background: RGBA(0, 0, 0, 0.78) no-repeat scroll right bottom;
background-size: 36%
}
.top-bar-section .has-dropdown .dropdown li>a::after {
border-color: transparent transparent transparent rgba(0, 0, 0, 0.52)
}
.wd_mega-menu .sub-menu.dropdown {
padding-bottom: 30px !important
}
@media only screen and (min-width: 900px) {
.wd_mega-menu>.sub-menu.dropdown {
width: -moz-max-content;
padding-right: 150px;
padding-bottom: 20px;
left: calc(-50% - 75px)
}
.wd_mega-menu>.sub-menu.dropdown>li {
width: auto;
display: table-cell;
float: none
}
.wd_mega-menu>.sub-menu.dropdown>li>.sub-menu.dropdown {
position: unset !important;
box-shadow: none;
padding-top: 0;
padding-bottom: 0;
display: block;
overflow: hidden !important;
width: 100%;
background: none;
background-color: transparent !important
}
.top-bar-section .wd_mega-menu .dropdown li:not(.has-form):not(.active)>a:not(.button) {
background: none
}
.wd_mega-menu>.dropdown>li>a {
font-weight: bold
}
.top-bar-section .has-dropdown .dropdown li.has-dropdown>a::after {
content: ""
}
.top-bar-section .wd_mega-menu>.dropdown>li:not(.has-form):not(.active)>a:not(.button) {
background: transparent;
color: #fff;
text-transform: uppercase;
font-weight: 700;
padding-top: 9px
}
.top-bar-section .wd_mega-menu>.dropdown>li:hover:not(.has-form):not(.active)>a:not(.button) {
background: transparent;
color: #fff
}
.top-bar-section .wd_mega-menu .dropdown .dropdown>li:not(.has-form) a:not(.button) {
line-height: 2em
}
.top-bar-section .wd_mega-menu .dropdown li:not(.has-form):not(.active)>a:hover:not(.button) {
background: none
}
.title.back.js-generated {
display: none !important
}
}
.wd-top-header {
background: #282423;
color: #fff;
min-height: 100px;
padding: 0
}
.wd-top-header .wd-logo {
border-right: 25px solid #282423;
border-top: 100px solid #fbd232
}
@media only screen and (min-width: 45.78571em) and (max-width: 73.14286em) {
.wd-top-header .wd-logo {
border: none;
background: #fbd232
}
}
.wd-top-header .wd-logo h1 {
position: absolute;
top: -105px;
right: 0
}
@media only screen and (min-width: 45.78571em) and (max-width: 73.14286em) {
.wd-top-header .wd-logo h1 {
position: unset
}
}
.wd-top-header .wd-telephon-info,
.wd-top-header .wd-adress-info {
padding-top: 10px
}
@media only screen and (min-width: 45.78571em) and (max-width: 73.14286em) {
.wd-top-header .wd-telephon-info,
.wd-top-header .wd-adress-info {
width: 33.333%
}
}
.wd-top-header .wd-telephon-info i,
.wd-top-header .wd-adress-info i {
font-size: 2.6em;
padding-top: 6px;
color: #1b459b;
float: left
}
.wd-top-header .wd-telephon-info>div,
.wd-top-header .wd-adress-info>div {
float: left;
padding-left: 20px;
padding-top: 5px;
color: #9595a0
}
.wd-top-header .wd-telephon-info>div span,
.wd-top-header .wd-adress-info>div span {
display: block;
font-size: 15px;
line-height: 22px
}
.wd-top-header .wd-telephon-info>div span:first-child,
.wd-top-header .wd-adress-info>div span:first-child {
color: #fff;
font-weight: bold;
font-size: 20px
}
.wd-top-header .wd-telephon-info {
padding-left: 85px
}
.wd-top-header .wd-adress-info {
padding-left: 23px
}
@media only screen and (min-width: 45.78571em) and (max-width: 73.14286em) {
.wd-top-header .wd-adress-info {
padding-left: 0
}
}
.wd-top-header .wd-search-info {
padding-top: 20px
}
@media only screen and (min-width: 45.78571em) and (max-width: 73.14286em) {
.wd-top-header .wd-search-info {
width: 33.333%
}
}
.wd-top-header .wd-search-info i {
font-size: 1.3em;
margin-right: 15px;
color: #1b459b
}
@media only screen and (min-width: 45.78571em) and (max-width: 73.14286em) {
.wd-top-header .wd-search-info,
.wd-top-header .wd-adress-info,
.wd-top-header .wd-telephon-info {
padding-top: 20px;
padding-bottom: 20px
}
}
.wd-nav-header {
padding: 0
}
.wd-nav-header .wd-social-media {
border-right: 25px solid #fff;
border-bottom: 67px solid #f8c707
}
@media only screen and (min-width: 45.78571em) and (max-width: 73.14286em) {
.wd-nav-header .wd-social-media {
border: none;
background: #fbd232;
padding: 20px 0
}
}
.wd-nav-header .wd-social-media .social-icons {
position: absolute;
right: 30px;
top: 20px
}
@media only screen and (min-width: 45.78571em) and (max-width: 73.14286em) {
.wd-nav-header .wd-social-media .social-icons {
position: unset
}
}
.wd-nav-header .wd-social-media .social-icons li {
margin-right: 15px
}
.wd-nav-header .wd-social-media .social-icons i {
color: #fff;
font-size: 1.8em
}
.wd-nav-header .top-bar {
top: 0
}
.wd-nav-header .top-bar .toggle-topbar.menu-icon {
right: 20px
}
.wd-nav-header .top-bar-section {
float: left;
margin-top: 10px
}
@media only screen and (min-width: 45.78571em) and (max-width: 73.14286em) {
.wd-nav-header .top-bar-section .wd_mega-menu>.sub-menu.dropdown>li {
display: block
}
}
.wd-nav-header .top-bar-section a {
font-size: 14px;
font-weight: 600;
color: #707781
}
.wd-nav-header .top-bar-section a:hover {
color: #000
}
.wd-menu3-header {
position: absolute;
background: transparent;
z-index: 2;
width: 73%
}
@media only screen and (min-width: 45.78571em) and (max-width: 73.14286em) {
.wd-menu3-header {
width: 100%
}
}
@media only screen and (max-width: 45.71429em) {
.wd-menu3-header {
width: 100%
}
}
.wd-menu3-logo {
display: inline-block;
width: 30%;
float: left;
border-right: 38px solid #fff;
border-top: 70px solid #fbd232
}
@media only screen and (min-width: 102.92857em) and (max-width: 137.14286em) {
.wd-menu3-logo {
width: 31%
}
}
@media only screen and (min-width: 45.78571em) and (max-width: 73.14286em) {
.wd-menu3-logo {
width: 20%
}
}
@media only screen and (max-width: 45.71429em) {
.wd-menu3-logo {
display: block !important;
position: absolute;
width: 55%;
z-index: 10
}
}
.wd-menu3-logo h1 {
left: 11%;
position: absolute;
top: -3px
}
@media only screen and (max-width: 45.71429em) {
.wd-menu3-logo h1 {
top: -60px
}
}
@media only screen and (min-width: 45.78571em) and (max-width: 73.14286em) {
.wd-menu3-logo h1 {
width: 110px;
top: 0;
left: 4%
}
}
.wd-menu3-nav {
display: inline-block;
width: 68%;
background: #fff;
float: left;
height: 70px
}
@media only screen and (max-width: 45.71429em) {
.wd-menu3-nav {
width: 100%
}
}
@media only screen and (min-width: 45.78571em) and (max-width: 73.14286em) {
.wd-menu3-nav {
width: 588px
}
}
@media only screen and (min-width: 102.92857em) and (max-width: 137.14286em) {
.wd-menu3-nav {
width: 55%
}
}
.wd-menu3-nav .top-bar {
top: -4px;
width: 89%;
margin: 0 auto
}
.wd-menu3-nav .top-bar .toggle-topbar.menu-icon {
top: 42%
}
@media only screen and (max-width: 45.71429em) {
.wd-menu3-nav .top-bar {
width: 100%
}
}
@media only screen and (min-width: 45.78571em) and (max-width: 73.14286em) {
.wd-menu3-nav .top-bar {
top: -5px
}
}
.wd-menu3-nav .top-bar-section {
float: none;
text-align: left
}
@media only screen and (min-width: 102.92857em) and (max-width: 137.14286em) {
.wd-menu3-nav .top-bar-section {
text-align: center
}
}
@media only screen and (min-width: 900px) {
.wd-menu3-nav .top-bar-section ul li>a {
font-weight: 500;
color: #7A8089
}
}
.wd-menu3-nav .top-bar-section .has-dropdown ul a,
.wd-menu3-nav .top-bar-section .has-dropdown ul li:not(.has-form) a:not(.button) {
text-align: left;
line-height: 35px
}
@media only screen and (min-width: 900px) {
.wd-menu3-nav .top-bar-section .has-dropdown ul a,
.wd-menu3-nav .top-bar-section .has-dropdown ul li:not(.has-form) a:not(.button) {
min-width: 185px
}
}
@media only screen and (min-width: 73.21429em) and (max-width: 102.85714em) {
.wd-menu3-nav .top-bar-section .has-dropdown>a {
padding-right: 1.5rem !important
}
}
@media only screen and (min-width: 45.78571em) and (max-width: 73.14286em) {
.wd-menu3-nav .top-bar-section li:not(.has-form) a:not(.button),
.wd-menu3-nav .top-bar-section li.has-dropdown>a {
padding-right: 0.5rem !important
}
}
@media screen and (min-width: 1170px) and (max-width: 1343px) {
.wd-menu3-nav .top-bar-section li:not(.has-form) a:not(.button),
.wd-menu3-nav .top-bar-section li.has-dropdown>a {
padding-right: 0.5rem !important
}
}
@media screen and (min-width: 1646px) {
.wd-menu3-nav .top-bar-section li:not(.has-form) a:not(.button),
.wd-menu3-nav .top-bar-section li.has-dropdown>a {
padding-right: 0.7rem !important;
padding-left: 0.7rem !important
}
}
@media only screen and (min-width: 900px) {
.wd-menu3-nav .top-bar-section>ul>li>a {
padding: 6px 1.07143rem 6px !important
}
}
.wd-menu3-nav .top-bar-section .has-dropdown .dropdown {
min-width: 160px;
transform: translateY(100px);
transition: transform 0.55s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s, opacity 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
opacity: 0
}
.wd-menu3-nav .top-bar-section .has-dropdown .dropdown li .dropdown,
.wd-menu3-nav .top-bar-section .has-dropdown.not-click:hover>.dropdown {
transform: translatey(0px);
opacity: 1
}
.wd-menu3-nav .top-bar-section .wd_mega-menu .dropdown li {
background: transparent
}
.wd-menu3-social {
background: transparent;
display: inline-block;
float: right;
left: 90px;
position: relative;
top: -53px;
width: auto;
z-index: 1000
}
@media only screen and (min-width: 102.92857em) and (max-width: 137.14286em) {
.wd-menu3-social {
top: 18px;
left: auto;
right: 35px
}
}
.wd-menu3-social li {
margin-left: 0;
margin-right: 40px
}
.wd-menu3-social a {
color: #fff;
font-size: 1.5em
}
.triongle {
background: #fbd232 none repeat scroll 0 0;
display: inline-block;
height: 70px;
right: -90px;
position: absolute;
transform: skew(-30deg);
width: 210px
}
@media only screen and (min-width: 102.92857em) and (max-width: 137.14286em) {
.triongle {
right: 37px
}
}
.top-bar-section ul {
display: inline-block
}
@media only screen and (min-width: 45.78571em) and (max-width: 73.14286em) {
.top-bar-section ul {
float: left
}
}
.top-bar-section .has-dropdown.moved>.dropdown {
height: 100%
}
@media only screen and (max-width: 768px) {
.top-bar-section .has-dropdown.moved>.dropdown {
height: auto
}
}
.wd-menu4-header {
position: absolute;
z-index: 5
}
.wd-menu4-header .top-bar {
background-color: #FFF;
height: 50px;
position: relative
}
@media only screen and (min-width: 900px) {
.wd-menu4-header .top-bar {
background-color: transparent;
height: 74px
}
}
.wd-menu4-header .top-bar .top-bar-section {
margin-top: 17px;
margin-right: 0
}
.wd-menu4-header .top-bar .top-bar-section ul {
float: right
}
.wd-menu4-header .top-bar .toggle-topbar.menu-icon {
margin-top: -22px
}
.wd-menu4-header .top-bar .top-bar-section>.has-dropdown>a::after {
margin-right: 20px
}
.wd-menu4-header .top-bar .title-area {
height: 50px
}
@media only screen and (min-width: 900px) {
.wd-menu4-header .top-bar .title-area {
height: 74px
}
}
.wd-menu4-header .top-bar.expanded {
height: auto
}
.wd-menu4-logo h1 {
width: 150px;
margin: 0 auto
}
@media only screen and (min-width: 900px) {
.wd-menu4-logo h1 {
margin: 0
}
}
.wd-menu4-nav .top-bar-section {
background: transparent;
float: none;
padding-left: 0
}
.wd-menu4-nav .top-bar-section li {
border: none
}
.wd-menu4-nav .top-bar-section li,
.wd-menu4-nav .top-bar-section li:not(.has-form) a:not(.button) {
background: transparent;
color: #fff;
font-weight: 600;
padding-top: 10px;
padding-bottom: 10px
}
@media only screen and (min-width: 900px) {
.wd-menu4-nav .top-bar-section li,
.wd-menu4-nav .top-bar-section li:not(.has-form) a:not(.button) {
padding-top: 0;
padding-bottom: 0
}
}
.wd-menu4-nav .top-bar-section a {
padding: 0 28px !important
}
.wd-menu4-nav .top-bar-section .has-dropdown>a::after {
border-color: rgba(255, 255, 255, 0.6) transparent transparent;
top: 23px;
right: -2px;
border-width: 4px
}
.wd-menu4-social {
margin-top: 10px;
background-color: #FFF
}
@media only screen and (min-width: 900px) {
.wd-menu4-social {
margin-top: 0;
background-color: transparent
}
}
.wd-menu4-social .social-icons {
text-align: center;
padding: 6px 0
}
@media only screen and (min-width: 900px) {
.wd-menu4-social .social-icons {
text-align: left;
padding: 22px 0
}
}
.wd-menu4-social .social-icons li {
display: inline-block;
float: none
}
@media only screen and (min-width: 900px) {
.wd-menu4-social .social-icons li {
display: block;
float: left
}
}
.wd-menu4-social .social-icons a {
color: #fff;
font-size: 1.3em
}
@media only screen and (min-width: 900px) {
#menu-main-menu>li>.dropdown {
min-width: 220px;
clip: auto;
opacity: 0;
transform: translateY(100px);
transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
display: none
}
#menu-main-menu>li:hover>.dropdown {
clip: auto;
opacity: 1;
transform: translateY(0);
display: block
}
}
.fixed section.creative .menu-item .sub-menu {
margin-top: 14px
}
section.creative {
float: left
}
@media only screen and (min-width: 45.78571em) {
section.creative {
max-width: 80%
}
}
section.creative #menu-menu {
margin-top: 0
}
.fixed section.creative #menu-menu {
margin-bottom: 14px;
margin-top: 10px
}
@media only screen {
section.creative .menu-item {
float: none
}
}
@media only screen and (min-width: 45.78571em) {
section.creative .menu-item {
float: left
}
}
section.creative .menu-item .sub-menu {
border: 1px solid #eeeeee;
background: #FFF
}
@media only screen {
section.creative .menu-item .sub-menu {
padding-left: 14px
}
}
@media only screen and (min-width: 45.78571em) {
section.creative .menu-item .sub-menu {
padding-left: 0;
position: absolute;
margin-top: 24px
}
section.creative .menu-item .sub-menu a {
padding: 0 20px;
font-size: 13px
}
}
section.creative .menu-item .sub-menu li {
float: none
}
@media only screen and (min-width: 45.78571em) {
section.creative .menu-item .sub-menu .sub-menu {
left: 100%;
margin-top: 0;
top: 0
}
}
section.creative .menu-item a {
padding: 10px
}
section.creative .menu-item .sub-menu {
display: none
}
.creative-layout .top-bar-section li {
border-bottom: none
}
.creative-layout .top-bar-section li .dropdown li {
min-width: 220px
}
.creative-layout .top-bar .name h1 a {
padding-top: 7px
}
.creative-layout .fixed .top-bar .name h1 a {
padding-top: 9px
}
.creative-layout .fixed .top-bar .name h1 a img {
max-height: 60px
}
.creative-layout .contain-to-grid,
.creative-layout .top-bar {
background: none repeat scroll 0 0 transparent;
box-shadow: none;
position: absolute;
display: block;
margin: 0 auto;
width: 100%;
z-index: 1001
}
@media only screen and (max-width: 768px) {
.creative-layout .contain-to-grid,
.creative-layout .top-bar {
position: inherit
}
}
.creative-layout .menu-main-menu-container {
line-height: 1em
}
.creative-layout .creative-social {
float: right;
line-height: 11px
}
.creative-layout .creative-social ul.social-icons li:not(.has-form) a:not(.button) {
color: #fff;
line-height: 10px;
padding-bottom: 0
}
.creative-layout .creative-social ul.social-icons .call {
color: rgba(255, 255, 255, 0.68)
}
.creative-layout .creative-social ul.social-icons .call span {
display: inline-block;
font-weight: bold;
font-size: 16px;
color: #1b459b;
margin-top: -3px
}
.creative-layout .creative-social {
float: right
}
.creative-layout .creative-social a {
color: #fff;
font-size: 18px
}
.creative-layout .header-top {
color: #7D8793
}
.creative-layout .header-top .contact-info {
font-size: 16px
}
.creative-layout .header-top .contact-info .fa {
margin-right: 4px
}
.creative-layout .header-top .contact-info .fa-phone {
margin-left: 10px
}
.creative-layout .header-top i {
font-size: 16px
}
.creative-layout .header-top .social-icons li i {
border-radius: 0;
color: #D6D6D6;
font-size: 1.2em;
margin: 0 2px
}
.creative-layout .header-top .social-icons.accent li i {
border: none;
color: #ffc4b7
}
.creative-layout .contain-to-grid.sticky {
background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0px, rgba(0, 0, 0, 0) 97%);
position: absolute
}
@media only screen and (max-width: 768px) {
.creative-layout .contain-to-grid.sticky {
position: inherit
}
}
.creative-layout .contain-to-grid.sticky.fixed {
position: fixed;
top: 0;
background-color: RGBA(0, 0, 0, 0.8)
}
@media screen and (max-width: 360px) {
.creative-layout .contain-to-grid.sticky.fixed,
.creative-layout .contain-to-grid.sticky {
top: 0
}
}
.creative-layout .top-bar-section li:not(.has-form) a:hover:not(.button),
.creative-layout .top-bar-section ul li:hover:not(.has-form)>a {
background-color: transparent
}
.creative-layout .top-bar-section ul li:hover:not(.has-form)>a {
color: #fff
}
.creative-layout .top-bar .toggle-topbar.menu-icon a span {
box-shadow: none
}
.creative-layout .top-bar .toggle-topbar.menu-icon {
margin-top: -20px
}
@media only screen and (max-width: 45.71429em) {
.creative-layout .top-bar-section .right li .dropdown {
left: 100%
}
}
.creative-layout .top-bar {
position: relative;
transition: all 0.4s ease 0s
}
.creative-layout .top-bar-section ul li>a {
color: #fff;
text-transform: uppercase;
font-size: 14px;
transition: all 0.4s ease 0s;
font-weight: 600
}
.creative-layout .top-bar-section ul li>a:hover {
border-bottom: 1px solid;
color: #282828;
transition: all .2s ease
}
.creative-layout .fixed .top-bar-section ul li>a {
color: #FFF
}
.creative-layout .fixed .top-bar-section ul li>a:hover {
color: #1b459b;
border-bottom: 1px solid #1b459b
}
.creative-layout .top-bar-section ul li {
background-color: transparent
}
@media only screen and (max-width: 45.71429em) {
.creative-layout .top-bar .title-area .name {
margin-top: 0
}
}
.creative-layout .creative-layout .top-bar .title-area .name {
margin-top: 0
}
.creative-layout .adress-section,
.creative-layout .social-section {
background-color: #F95B36;
padding-bottom: 0px;
padding-top: 2px;
font-size: 16px;
color: #FFC4B7
}
@media only screen and (min-width: 900px) {
.creative-layout .adress-section,
.creative-layout .social-section {
padding-bottom: 24px
}
}
.creative-layout .social-section {
padding-bottom: 27px;
padding-left: 130px
}
.creative-layout .adress-section {
padding-left: 0;
text-align: center;
color: #ffc4b7
}
@media only screen and (min-width: 900px) {
.creative-layout .adress-section {
text-align: left;
padding-left: 110px
}
}
.creative-layout .phone-section {
padding-bottom: 22px;
padding-top: 5px;
color: #7D8793;
font-size: 16px;
text-align: center
}
@media only screen and (min-width: 900px) {
.creative-layout .phone-section {
text-align: right
}
}
.creative-layout .phone-section i {
color: #f95a36;
font-size: 20px
}
.creative-layout .phone-section:after {
content: " ";
width: 83px;
height: 51px;
top: 0;
background-image: url(//www.floorscrubberequipment.com/wp-content/themes/carpet/images/bg-phone.jpg);
background-repeat: no-repeat;
position: absolute;
right: -81px;
z-index: 1
}
.top-bar .toggle-topbar.menu-icon a span {
box-shadow: none !important
}
.modern-layout .top-bar-section ul li {
float: none !important
}
.orange_bar {
background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5NWI1ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZiYWQ1YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background-size: 100%;
background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f95b5d), color-stop(100%, #fbad5b));
background-image: -moz-linear-gradient(left, #f95b5d 0%, #fbad5b 100%);
background-image: -webkit-linear-gradient(left, #f95b5d 0%, #fbad5b 100%);
background-image: linear-gradient(to right, #f95b5d 0%, #fbad5b 100%);
height: 10px
}
.top-bar .toggle-topbar.menu-icon a span::after {
box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff
}
.top-bar-section li:not(.has-form) a:not(.button) {
background: transparent
}
.top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button) {
border: none;
font-size: 12px;
line-height: 20px;
letter-spacing: .5px;
background: rgba(0, 0, 0, 0.61);
color: #FFF;
padding: 10px 15px
}
.top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button):hover {
background: #000;
color: #1b459b
}
.top-bar-section .dropdown li:not(.has-form):not(.active):hover>a:not(.button) {
background: #444;
color: #fff
}
@media only screen and (min-width: 900px) {
.creative-layout .top-bar-section li:not(.has-form) a:not(.button) {
padding: 0 11px
}
}
.creative-layout .top-bar-section {
margin-right: 0
}
@media only screen and (min-width: 45.78571em) and (max-width: 73.14286em) {
.creative-layout .top-bar-section {
float: left !important
}
}
@media only screen and (max-width: 980px) {
.creative-layout .top-bar-section ul li>a {
color: #000;
border-bottom: 1px solid #fff
}
.creative-layout .top-bar.expanded .title-area {
background: #555
}
section.creative {
width: 100%
}
.top-bar,
.top-bar .name {
height: 5.214rem
}
.creative .top-bar-section {
width: 100%;
background: #fff
}
.wd_mega-menu>.sub-menu.dropdown>li {
display: block
}
.wd_mega-menu>.sub-menu.dropdown>li>.sub-menu.dropdown {
position: absolute !important
}
.wd_mega-menu .sub-menu.dropdown {
background: #fff;
padding-right: 0
}
.creative-layout .wd_mega-menu>.sub-menu.dropdown,
.creative-layout .wd_mega-menu .sub-menu.dropdown {
background: #CBCBCB;
padding-right: 0
}
}
@media only screen and (min-width: 45.78571em) {
.top-bar-section>div>ul>li>a {
display: inline
}
}
.creative-layout .top-bar-section li:not(.has-form) a:not(.button) {
padding-bottom: 10px
}
.button {
text-transform: uppercase;
letter-spacing: 2px
}
.wd-bouton {
background-color: #fe5b10;
font-size: 14px;
font-weight: 700;
padding: 11.5px 10px;
text-transform: uppercase;
border: none;
color: #fff
}
.wd-call-to-action-btn {
margin-top: 30px;
text-align: center
}
.wd-call-to-action-btn a {
border: 2px solid #fff;
padding: 15px 30px;
color: #fff
}
.wd-call-to-action-btn-invers {
margin-top: 30px;
text-align: center
}
.wd-call-to-action-btn-invers a {
background: #1b459b;
padding: 15px 30px;
color: #fff
}
.button.small {
font-weight: 700;
padding: 11px 42px
}
.list-icon li {
padding-left: 15px;
margin-bottom: 10px
}
.list-icon li::before {
color: #1b459b;
content: "\f00c";
font-family: "FontAwesome";
position: absolute;
margin: 0px -19px 0px
}
.list-icon.check-circle li::before {
content: "\f00c"
}
.list-icon.check-circle-o li::before {
content: "\f00c"
}
.list-icon.check-square li::before {
content: "\f00c"
}
.list-icon.check-square-o li::before {
content: "\f00c"
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
height: 46px;
border-radius: 2px;
background-color: #FFF;
border: 1px solid #e5e5e5;
margin: 0 0 1.35286rem
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus {
border-color: #83CA13;
background-color: #FFF
}
textarea {
height: auto
}
.input {
position: relative;
z-index: 1;
display: inline-block;
width: 100%;
margin-bottom: 20px;
vertical-align: top
}
input.input__field {
position: relative;
display: block;
float: right;
padding: 0.8em;
width: 100%;
border: none;
border-radius: 0;
background: #f0f0f0;
color: #aaa;
margin-bottom: 0;
border: 0;
font-weight: bold;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
-webkit-appearance: none
}
.input__field:focus {
outline: none
}
.input__label {
display: inline-block;
float: right;
padding: 0 1em;
width: 40%;
font-size: 12px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.input__label-content {
position: relative;
display: block;
padding: 1.6em 0;
width: 100%
}
.graphic {
position: absolute;
top: 0;
left: 0;
fill: none
}
.icon {
color: #ddd;
font-size: 150%
}
input.wd-input-strocked-field {
width: 100%;
background: transparent;
color: #7A7593
}
.input__label--strocked {
position: absolute;
width: 100%;
height: 100%;
color: #e5e5e5;
text-align: left;
cursor: text
}
.input__label-content--strocked {
-webkit-transform-origin: 0% 50%;
transform-origin: 0% 50%;
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s
}
.graphic--strocked {
-webkit-transform: scale3d(1, -1, 1);
transform: scale3d(1, -1, 1);
-webkit-transition: stroke-dashoffset 0.3s;
transition: stroke-dashoffset 0.3s;
pointer-events: none;
stroke: #e5e5e5;
stroke-width: 4px;
stroke-dasharray: 962;
stroke-dashoffset: 558
}
.wd-input-strocked-field:focus+.input__label--strocked,
.input--filled .input__label--strocked {
cursor: default;
pointer-events: none;
padding: 1em
}
.wd-input-strocked-field:focus+.input__label--strocked .graphic--strocked,
.input--filled .graphic--strocked {
stroke-dashoffset: 0
}
.wd-input-strocked-field:focus+.input__label--strocked .input__label-content--strocked,
.input--filled .input__label-content--strocked {
-webkit-transform: scale3d(0.81, 0.81, 1) translate3d(0, 4em, 0);
transform: scale3d(0.81, 0.81, 1) translate3d(0, 4em, 0)
}
.input--filled .input__label-content {
padding: 0
}
.post-password-form input[type="submit"] {
padding: 10px 20px;
color: #fff;
background: #1b459b;
border: none
}
.wd-newsletter {
position: relative;
color: rgba(254, 254, 254, 0.76);
font-family: inherit;
font-size: 1em;
font-weight: normal;
line-height: 1.714;
margin-bottom: 1.42857em;
text-transform: uppercase
}
.wd-newsletter>div {
margin-top: 15px
}
.wd-newsletter .newslettersubmit {
background-color: #fe5b10;
border: 0 none;
box-shadow: none;
color: #fff;
height: 40px;
left: 225px;
padding: 0 13px;
position: absolute;
right: auto;
top: 39px
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
.wd-newsletter .newslettersubmit {
top: 38px
}
}
.wd-newsletter .email-adress,
.wd-newsletter .email-adress:focus {
background-color: transparent;
color: #93a1a7;
height: 40px;
width: 262px
}
.wd-newsletter li {
margin: 0
}
.wd-newsletter i {
color: #FFF;
font-size: 16px;
margin: 0;
padding: 3px;
width: 24px
}
.wd-newsletter i:hover {
color: #FE5B10
}
.box-icon {
height: 100%;
padding: 5px 10px 0 0;
position: absolute
}
.box-icon img,
.box-icon i {
background: #1b459b;
border-radius: 50px;
height: 60px;
padding: 10px;
width: 60px
}
.box-icon i {
color: #fff;
padding-left: 17px;
padding-top: 15px;
font-size: 2em
}
.box-description {
padding-left: 70px
}
.box-description h3 {
font-size: 19px;
margin-bottom: 10px;
text-transform: uppercase;
color: #555;
letter-spacing: 2px;
line-height: 23.75px
}
.box-description p {
color: #888;
font-family: "Open Sans", sans-serif;
font-size: 13px;
padding: 0
}
.wd-text-icon-rtl .box-icon {
height: 100%;
padding: 5px;
position: absolute;
width: 70px;
right: 0
}
.wd-text-icon-rtl .box-description {
padding-right: 70px;
padding-left: 0;
text-align: right
}
.wd-text-icon-rtl .box-description h3 {
color: #555;
font-size: 20px;
letter-spacing: 2px;
text-transform: uppercase
}
.wd-text-icon-rtl .box-description p {
color: #888;
font-family: "Open Sans", sans-serif;
font-size: 13px;
padding: 0
}
.wd-text-icon-style2 .box-icon {
height: 100%;
padding: 5px;
position: absolute
}
.wd-text-icon-style2 .box-icon img,
.wd-text-icon-style2 .box-icon i {
background: #1b459b;
border-radius: 5px;
height: 50px;
padding: 10px;
width: 50px
}
.wd-text-icon-style2 .box-icon i {
color: #fff;
font-size: 2em;
padding-left: 12px
}
.wd-text-icon-style2 .box-description {
padding-left: 70px
}
.wd-text-icon-style2 .box-description h3 {
color: #555;
font-size: 20px;
margin-bottom: 10px
}
.wd-text-icon-style2 .box-description p {
color: #888;
font-family: "Open Sans", sans-serif;
font-size: 13px;
padding: 0
}
.wd-text-icon-style2-2 {
padding: 20px 0
}
.wd-text-icon-style2-2 .box-icon {
height: 100%;
padding: 5px;
position: absolute
}
.wd-text-icon-style2-2 .box-icon img,
.wd-text-icon-style2-2 .box-icon i {
background: #ffb61e;
border-radius: 5px;
height: 50px;
padding: 10px;
width: 50px
}
.wd-text-icon-style2-2 .box-icon i {
color: #fff;
font-size: 2em;
padding-left: 12px
}
.wd-text-icon-style2-2 .box-description {
padding-left: 80px
}
.wd-text-icon-style2-2 .box-description h4 {
color: #FFF
}
.wd-text-icon-style2-2 .box-description p {
color: rgba(255, 255, 255, 0.89);
font-family: "Open Sans", sans-serif;
font-size: 13px;
padding: 0
}
.wd-text-icon-style3 .box-icon {
position: unset;
text-align: center;
padding: 37px 0;
background: #fefefe;
border-bottom: 1px solid rgba(0, 0, 0, 0.05)
}
.wd-text-icon-style3 .box-icon img,
.wd-text-icon-style3 .box-icon i {
background: #1b459b;
border-radius: 0;
width: unset;
height: unset;
padding: 26px 55px
}
.wd-text-icon-style3 .box-icon i {
color: #fff;
font-size: 3.5em;
padding: 39px 65px
}
.wd-text-icon-style3 .box-description {
padding: 30px 20px;
background: #fff
}
.wd-text-icon-style3 .box-description h4 {
color: #333;
margin-bottom: 10px
}
.wd-text-icon-style3 .box-description p {
color: #888;
font-family: "Open Sans", sans-serif;
font-size: 13px;
padding: 0
}
.wd-text-icon-style5 {
position: relative;
margin: 10px
}
.wd-text-icon-style5 p {
position: absolute;
top: calc(50% - 6px);
left: 0;
z-index: 10;
opacity: 0;
transition: all .5s ease-in-out
}
.wd-text-icon-style5 .box-icon:after {
content: '';
display: inline-block;
position: absolute;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
opacity: 0;
transition: all .5s ease-in-out
}
.wd-text-icon-style5:hover .box-icon:after {
opacity: 1
}
.wd-text-icon-style5:hover .box-description p {
color: #fff;
opacity: 1;
top: calc(50% - 60px)
}
.wd-text-icon-style5 .box-icon {
position: relative;
text-align: center;
padding: 0;
background: #fefefe
}
.wd-text-icon-style5 .box-icon img,
.wd-text-icon-style5 .box-icon i {
background: transparent;
border-radius: 0;
width: auto;
height: auto;
padding: 0
}
.wd-text-icon-style5 .box-icon i {
color: #fff;
font-size: 3.5em;
padding: 39px 65px
}
.wd-text-icon-style5 .box-description {
padding: 30px 20px;
background: #fff
}
.wd-text-icon-style5 .box-description h4 {
color: #333;
margin-bottom: 10px
}
.wd-text-icon-style5 .box-description h3 {
font-size: 18px;
margin-bottom: 8px;
letter-spacing: 1px;
line-height: 23.75px;
color: #000;
font-weight: 600
}
.wd-text-icon-style5 .box-description p {
font-family: "Open Sans", sans-serif;
font-size: 14px;
padding: 0 40px
}
.wd-fucts {
text-align: center;
margin-bottom: 20px
}
.wd-fucts .icon {
min-height: 70px
}
.wd-fucts .number {
color: #fff;
font-weight: bold;
font-size: 30px
}
.wd-fucts .number span {
border-bottom: 2px solid rgba(255, 255, 255, 0.5);
padding-top: 5px;
width: 100px;
display: inline-block;
padding-bottom: 10px
}
.wd-fucts .title {
padding-top: 10px;
color: #fff;
font-size: 16px
}
.wd-section-blog,
.wd-section-blog-services {
margin-bottom: 85px
}
.wd-section-blog article,
.wd-section-blog-services article {
padding-top: 30px
}
.wd-section-blog .wd-blog-post,
.wd-section-blog-services .wd-blog-post {
border: 1px solid #d4dee5;
margin-bottom: 20px
}
@media only screen {
.wd-section-blog .no-padding .wd-blog-post,
.wd-section-blog-services .no-padding .wd-blog-post {
border-right-width: 0
}
}
.wd-section-blog .no-padding:last-child .wd-blog-post,
.wd-section-blog-services .no-padding:last-child .wd-blog-post {
border-right-width: 1px
}
.wd-section-blog h4,
.wd-section-blog-services h4 {
padding: 0 35px
}
.wd-section-blog p,
.wd-section-blog-services p {
padding: 5px 35px 20px
}
.wd-section-blog a,
.wd-section-blog-services a {
display: block;
margin-bottom: 20px;
padding: 0 35px
}
.wd-section-blog.style2 .wd-blog-post {
border: none
}
.wd-section-blog.style2 h4:after {
content: " ";
display: block;
background-color: #82CA13;
height: 3px;
width: 40px;
margin: 20px auto 0
}
.wd-section-blog-services.style-3 .wd-blog-post {
margin-top: 30px
}
.wd-section-blog-services.style-3 .wd-blog-post>div {
transform: rotate(45deg) translateX(-150px) translateY(-150px);
transition: all .4s;
opacity: 0;
width: 160px;
height: 160px;
margin: 0px auto;
border: 2px solid #F8BA07
}
.wd-section-blog-services.style-3 .wd-blog-post>div img {
transform: rotate(-45deg) scale(2.3) translateY(10px)
}
.wd-section-blog-services.style-3 .wd-blog-post h4:after {
content: " ";
display: block;
background-color: #1b459b;
height: 3px;
width: 40px;
margin: 20px auto 0
}
.wd-section-blog-services.style-3 .wd-blog-post svg {
position: absolute;
top: -6px;
left: -6px
}
.wd-section-blog-services.style-3 .wd-blog-post .shape {
stroke-dasharray: 760;
stroke-dashoffset: 0;
stroke-width: 2px;
fill: transparent;
stroke: #82CA13;
border-bottom: 5px solid #000;
transition: stroke-width 1s ease 0s, stroke-dashoffset 1s ease 0s, stroke-dasharray 1s ease 0s
}
.wd-section-blog-services.style-3 .wd-blog-post .text {
font-family: 'Roboto Condensed';
font-size: 22px;
line-height: 32px;
letter-spacing: 8px;
color: #fff;
top: -48px;
position: relative
}
.wd-section-blog-services.style-3 .wd-blog-post.nohover .shape {
stroke-dasharray: 80, 504;
stroke-dashoffset: -368;
stroke-width: 8px
}
.wd-section-blog-services.style-3 .wd-blog-post:hover .shape {
stroke-dasharray: 760;
stroke-dashoffset: 0;
stroke-width: 2px
}
.wd-section-blog-services.style-3 .wd-blog-post .img-wrapper {
overflow: hidden;
position: absolute;
top: 0px;
bottom: 0px;
width: 100%
}
.wd-section-blog-services.style-3.anim-on .wd-blog-post>div {
transform: rotate(0deg) translateX(-15px) translateY(-15px);
opacity: 1
}
.wd-section-about-us {
margin-bottom: 85px
}
.wd-section-about-us .wd-block-image {
background-image: url(//www.floorscrubberequipment.com/wp-content/themes/carpet/images/about-us.jpg);
background-size: cover;
height: 370px
}
.wd-section-contact .wd-title-section_l {
margin: 0
}
.wd-section-contact h2 {
color: inherit;
margin-bottom: 35px
}
.wd-section-contact .wd-form {
background: #1b459b;
padding: 50px 0
}
@media only screen and (max-width: 45.71429em) {
.wd-section-contact .wd-form {
padding: 0
}
}
.wd-section-contact .wd-form .form-content {
background: #1b459b;
float: right;
padding: 0 30px
}
@media only screen and (max-width: 45.71429em) {
.wd-section-contact .wd-form .form-content {
max-width: 100%
}
}
.wd-section-contact .wd-form input[type="text"],
.wd-section-contact .wd-form textarea {
background: transparent;
color: #fff;
box-shadow: none
}
.wd-section-contact .wd-form .button {
margin-left: 15px
}
.wd-section-contact .wd-form-image {
background: url(//www.floorscrubberequipment.com/wp-content/themes/carpet/images/contact3.jpg);
background-size: cover;
height: 100%;
position: absolute
}
.wd-section-contact .wd-form-image2 {
background: url(//www.floorscrubberequipment.com/wp-content/themes/carpet/images/contact.png);
height: 100%;
width: 100%
}
.wd-section-contact::-webkit-input-placeholder {
color: #fff
}
.wd-section-contact:-moz-placeholder {
color: #fff
}
.wd-section-contact::-moz-placeholder {
color: #fff
}
.wd-section-contact:-ms-input-placeholder {
color: #fff
}
.creative-area {
background: #1b459b;
padding-top: 50px
}
.creative-area .wd-title-section_l {
margin-bottom: 20px
}
.creative-area .wd-title-section_l h2 {
color: #fff
}
.wd-benefits {
padding-top: 60px;
background: #7dc1f9
}
.wd-benefits .flow-wrapper {
position: absolute
}
@media (max-width: 1752px) and (min-width: 1642px) {
.wd-benefits .flow-wrapper {
padding-top: calc(50% - 780px)
}
}
@media (max-width: 1642px) and (min-width: 1200px) {
.wd-benefits .flow-wrapper {
padding-top: calc(50% - 488px)
}
}
@media (max-width: 1200px) and (min-width: 1085px) {
.wd-benefits .flow-wrapper {
padding-top: calc(50% - 63px)
}
}
@media (max-width: 1085px) and (min-width: 745px) {
.wd-benefits .flow-wrapper {
padding-top: calc(50% - 10px)
}
}
@media (max-width: 745px) and (min-width: 672px) {
.wd-benefits .flow-wrapper {
padding-top: calc(50% + 157px)
}
}
@media (max-width: 672px) {
.wd-benefits .flow-wrapper {
padding-top: calc(50% + 347px)
}
}
@media (max-width: 357px) {
.wd-benefits .flow-wrapper {
display: none
}
}
.wd-benefits .flow-wrapper #Stage_static-svg2 {
background-position: 0 -1px !important
}
.wd-benefits .row {
position: relative;
z-index: 1;
padding-bottom: 180px
}
@media (min-width: 1753px) {
.wd-benefits .row {
padding-bottom: 220px
}
}
@media (max-width: 1752px) and (min-width: 1642px) {
.wd-benefits .row {
padding-bottom: 226px
}
}
@media (max-width: 1367px) and (min-width: 1200px) {
.wd-benefits .row {
padding-bottom: 150px
}
}
@media (max-width: 1220px) and (min-width: 1200px) {
.wd-benefits .row {
padding-bottom: 180px
}
}
@media (max-width: 1642px) and (min-width: 1367px) {
.wd-benefits .row {
padding-bottom: 340px
}
}
@media (max-width: 1200px) and (min-width: 1172px) {
.wd-benefits .row {
padding-bottom: 550px
}
}
@media (max-width: 1172px) and (min-width: 1085px) {
.wd-benefits .row {
padding-bottom: 300px
}
}
@media (max-width: 1085px) and (min-width: 1045px) {
.wd-benefits .row {
padding-bottom: 420px
}
}
@media (max-width: 1045px) and (min-width: 900px) {
.wd-benefits .row {
padding-bottom: 420px
}
}
@media (max-width: 900px) and (min-width: 745px) {
.wd-benefits .row {
padding-bottom: 330px
}
}
@media (max-width: 745px) and (min-width: 672px) {
.wd-benefits .row {
padding-bottom: 179px
}
}
@media (max-width: 672px) and (min-width: 505px) {
.wd-benefits .row {
padding-bottom: 330px
}
}
@media (max-width: 505px) {
.wd-benefits .row {
padding-bottom: 140px
}
}
.wd-benefits .wd-title-section_c {
margin-top: 30px
}
.wd-benefits .wd-title-section_c h5,
.wd-benefits .wd-title-section_c h2 {
color: inherit
}
.wd-section-project img {
width: 100%
}
.wd-section-project .wd-title-section_c h2 {
color: #fff;
}
.wd-section-project .wd-project {
text-align: center;
background: #fff;
margin-bottom: 28px
}
.wd-section-project .wd-project h4 {
padding: 16px 10px 0;
margin-bottom: 0;
font-size: 19px
}
.wd-section-project .wd-project p {
padding: 0 40px 19px;
font-size: 13px
}
.wd-section-project .wd-project p span:last-child {
display: none
}
.wd-section-project .wd-more-project {
text-align: center
}
.wd-section-project .wd-more-project .button {
padding: 13px 20px;
font-size: 14px
}
.wd-section-project .wd-more-project .button i {
margin-right: 9px
}
.wd-project {
width: 100%
}
.wd-section-project-page {
background: #eee;
padding-top: 50px
}
.wd-section-project-page img {
width: 100%
}
.wd-section-project-page .wd-title-section_c h2 {
color: inherit
}
.wd-section-project-page .wd-project {
width: 100%;
text-align: center;
background: #fff;
margin-bottom: 28px
}
.wd-section-project-page .wd-project h4 {
padding: 16px 10px 0;
margin-bottom: 0;
font-size: 19px
}
.wd-section-project-page .wd-project p {
padding: 0 40px 19px;
font-size: 13px
}
.wd-section-project-page .wd-more-project {
text-align: center
}
.wd-section-project-page .wd-more-project .button {
border-bottom: 3px solid rgba(0, 0, 0, 0.4);
padding: 13px 20px;
font-size: 14px
}
.wd-section-project-page .wd-more-project .button i {
margin-right: 9px
}
.wd-latest-news {
margin-bottom: 20px;
border: 1px solid #F3F1F1;
padding-bottom: 25px
}
.wd-latest-news .wd-image-date {
position: relative
}
.wd-latest-news .wd-image-date img {
width: 100%
}
.wd-latest-news .wd-image-date span {
background: #FBD232;
color: #fff;
display: inline-block;
left: 0;
padding-bottom: 4px;
position: absolute;
text-align: center;
top: 0
}
.wd-latest-news .wd-image-date span strong {
background: #1b459b;
font-size: 22px;
font-weight: 400;
line-height: 24px;
display: block;
padding: 7px 15px 4px
}
.wd-latest-news .wd-title-element {
margin-bottom: 5px;
padding: 0 20px
}
.wd-latest-news .wd-title-element::after {
content: " ";
display: block;
background-color: #1b459b;
height: 3px;
width: 40px;
margin: 15px 0 10px
}
.wd-latest-news .wd-title-element a {
color: #222
}
.wd-latest-news h6 {
color: #787878;
margin-bottom: 15px;
padding: 0 20px
}
.wd-latest-news p {
padding: 0 20px
}
.wd-latest-news .read-more {
padding: 20px
}
.wd-latest-news .hvr-pop.read-more {
float: right;
padding: 30px 0px 0px
}
.wd-section-clients {
background: #fafcfa;
padding-bottom: 100px;
background: url(//www.floorscrubberequipment.com/wp-content/themes/carpet/images/clients-bg.jpg);
background-size: cover
}
.wd-section-clients .owl-item {
text-align: center
}
.wd-section-testimonail {
padding-bottom: 100px;
background: url(//www.floorscrubberequipment.com/wp-content/themes/carpet/images/section-project-bg-2.jpg);
background-size: cover
}
.wd-section-testimonail blockquote p,
.wd-section-testimonail .wd-title-section_c h2,
.wd-section-testimonail blockquote div.job-title {
color: #fff
}
.wd-section-fucts {
padding-bottom: 100px;
background: url(//www.floorscrubberequipment.com/wp-content/themes/carpet/images/section-project-bg-2.jpg);
background-size: cover;
margin-top: 30px
}
.wd-section-fucts .wd-title-section_c {
margin-bottom: 50px
}
.wd-section-fucts .wd-title-section_c h2 {
color: inherit
}
.wd-section-team {
background: #f5f5f5;
padding-bottom: 100px
}
.wd-section-team .wd-team-member {
background: #fff;
padding-bottom: 10px
}
.wd-section-team .wd-team-member img {
width: 100%
}
.wd-section-team .wd-team-member .wd-title-element,
.wd-section-team .wd-team-member p,
.wd-section-team .wd-team-member h6 {
padding: 0 15px
}
.wd-section-team .wd-team-member .wd-title-element {
letter-spacing: .35px
}
.wd-section-team .wd-team-member h6 {
color: #787878
}
.wd-section-team .wd-team-member a {
display: block;
border-top: 1px solid #eaeaea;
margin: 20px 15px;
padding: 10px 0
}
.vc_row.wpb_row.vc_row-fluid.our-resources {
background-position: center bottom !important;
background-size: 100% auto
}
.wd-text-icon,
.wd-text-icon-rtl {
margin-bottom: 50px
}
.wd-section-text-icon .wd-title-section_c {
margin-bottom: 40px
}
.wd-section-text-icon .wd-text-icon-style2 {
margin-bottom: 40px
}
.wd-section-text-icon .wd-text-icon-style2 .box-description {
padding-left: 104px;
padding-top: 10px
}
.wd-section-text-icon .wd-text-icon-style2 .box-description h4 {
color: #333;
font-size: 19px
}
.wd-section-text-icon .wd-text-icon-style2 .box-icon i {
font-size: 3em;
padding: 19px;
height: 76px;
width: 76px
}
.wd-section-text-icon-style3 {
background: #F5F5F5;
padding-bottom: 50px
}
.wd-section-text-icon-style3 .wd-text-icon-style3 .box-description h4 {
font-size: 18px
}
.wd-section-call-to-action {
background: #1b459b;
padding: 40px 0 50px
}
.wd-section-call-to-action h4,
.wd-section-call-to-action p {
color: #fff
}
.page-services.wd-section-call-to-action {
margin-bottom: 0
}
.wd-section-call-to-action-invers .call-to-action-invers {
border: 4px solid #1b459b;
background: #fff;
padding: 40px 20px 50px
}
.wd-section-accordion ul {
margin-left: 0
}
.wd-section-accordion .wd-title-section_l {
margin-bottom: 13px
}
.wd-section-accordion .wd-title-section_l h2 {
font-size: 25px
}
.wd-section-accordion .second-row {
margin-bottom: 80px
}
.wd-section-pricing-tables.second-row {
margin-bottom: 80px
}
.map-description h4 {
font-size: 15px
}
.wd-section-portfolio {
margin-bottom: 50px
}
.wd-footer>div {
padding-top: 70px
}
.wd-testimonail {
margin: 0
}
.wd-testimonail blockquote {
border: none;
color: #fff;
}
.wd-testimonail blockquote img {
margin: 0 0px 0 20px;
height: 70px;
width: 70px;
border-radius: 50%;
float: right;
padding: 8px;
border: 2px solid rgba(0, 0, 0, 0.1)
}
.wd-testimonail blockquote cite {
text-align: right;
padding-left: 0;
font-size: 16px;
color: #1b459b;
font-weight: 600;
padding-top: 22px
}
.wd-testimonail blockquote cite::before {
content: ""
}
.wd-testimonail blockquote .job-title {
color: #000000;
font-size: 14px;
text-align: center
}
.wd-testimonail p {
margin-top: 15px;
line-height: 1.714;
color: #636363;
color: inherit;
text-align: left;
font-style: italic;
font-size: 18px;
padding: 11px 22px;
background: rgba(204, 204, 204, 0.16);
border-radius: 4px;
margin-bottom: 12px;
font-family: serif
}
.wd-testimonail p:before {
content: "\f10d";
font-family: "FontAwesome";
color: rgba(255, 255, 255, 0.4);
font-size: 18px;
margin: -15px -19px 0;
position: absolute
}
.wd-testimonail p:after {
content: "\f10e";
font-family: "FontAwesome";
color: rgba(255, 255, 255, 0.4);
font-size: 18px;
margin: 17px 28px 0;
position: absolute;
right: 0
}
.wd-testimonail .quote {
display: none
}
.pricing-table .title {
text-transform: uppercase
}
.pricing-table.featured .title {
background-color: #c67a2e
}
.pricing-table.featured .price {
background-color: #1b459b
}
.image-wrapper {
width: 100%;
height: 100%;
border: 1px solid rgba(0, 0, 0, 0.04);
overflow: hidden;
position: relative;
text-align: center;
border-radius: 4px
}
.image-overlay-content {
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
top: 0;
left: 0
}
.overlay-fade-in p {
letter-spacing: 0.15em;
color: #f4f4f4;
font-size: 28px;
opacity: 0;
transition: all 0.2s linear
}
.overlay-fade-in img {
transition: all 0.2s linear
}
.overlay-fade-in .image-overlay-content {
opacity: 0;
background-color: rgba(0, 0, 0, 0.4);
transition: all 0.4s ease-in-out
}
.overlay-fade-in h2 {
color: #f2f2f2;
font-size: 1.8rem;
margin-top: 40%;
opacity: 0;
transition: all 0.2s ease-in-out;
background: rgba(0, 0, 0, 0.7)
}
.overlay-fade-in .button {
display: inline-block;
text-decoration: none;
padding: 7px 14px;
background: #FFF;
color: #222;
text-transform: uppercase;
box-shadow: 0 0 1px #000;
position: relative;
border: 1px solid #999;
opacity: 0;
transition: all 0.2s ease-in-out
}
.overlay-fade-in .button:hover {
box-shadow: 0 0 5px #000
}
.overlay-fade-in:hover img {
transform: scale(1.2)
}
.overlay-fade-in:hover .image-overlay-content {
opacity: 1
}
.overlay-fade-in:hover h2,
.overlay-fade-in p,
.overlay-fade-in .button {
opacity: 1
}
.overlay-fade-in:hover p {
transition-delay: 0.1s
}
.overlay-fade-in:hover .button {
transition-delay: 0.2s
}
.overlay-slide-in-left img {
transition: all 0.3s ease-in-out
}
.overlay-slide-in-left .image-overlay-content {
background-image: url(//www.floorscrubberequipment.com/wp-content/themes/carpet/images/portfolio/hover-bg.jpg);
background-color: rgba(0, 0, 0, 0.3);
transform: translateX(-110%);
opacity: 1;
transition: all 0.4s ease-in-out;
box-shadow: 0 0 7px #ccc
}
.overlay-slide-in-left h2 {
font-size: 1.8rem;
background: rgba(255, 255, 255, 0.7);
margin-top: 40%;
color: #000;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1)
}
.overlay-slide-in-left p {
opacity: 0;
color: #333;
transition: all 0.2s linear
}
.overlay-slide-in-left .button {
display: inline-block;
text-decoration: none;
padding: 7px 14px;
background: #000;
color: #fff;
text-transform: uppercase;
box-shadow: 0 0 1px #000;
position: relative;
border-radius: 7px
}
.overlay-slide-in-left .button:hover {
background-color: #444
}
.overlay-slide-in-left:hover .image-overlay-content {
transform: translateX(0px)
}
.overlay-slide-in-left:hover img {
transform: translateX(80%);
transition-delay: 0.1s
}
.overlay-slide-in-left:hover p {
opacity: 1;
transition-delay: 0.4s
}
.overlay-fade-in-new-background .button {
display: inline-block;
text-decoration: none;
padding: 7px 14px;
background: #000;
color: #fff;
text-transform: uppercase;
border-radius: 5px;
box-shadow: 0 0 1px #000;
position: relative;
opacity: 0;
transition: all 0.2s ease-in-out
}
.overlay-fade-in-new-background .button:hover {
box-shadow: 0 0 5px #fff;
background-color: #222
}
.overlay-fade-in-new-background p {
font-size: 28px
}
.overlay-fade-in-new-background .image-overlay-content {
opacity: 0;
background-image: url(http://subtlepatterns.com/patterns/gplaypattern.png);
background-color: rgba(255, 255, 255, 0.5);
transition: all 0.4s ease-in-out
}
.overlay-fade-in-new-background h2 {
color: #000;
font-size: 1.6rem;
margin-top: 30%;
opacity: 0;
transition: all 0.2s ease-in-out
}
.overlay-fade-in-new-background p {
opacity: 0;
transition: all 0.2s linear
}
.overlay-fade-in-new-background img {
transition: all 0.2s ease-in-out
}
.overlay-fade-in-new-background:hover img {
filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
filter: gray;
-webkit-filter: grayscale(100%);
transform: scale(1.5)
}
.overlay-fade-in-new-background:hover .image-overlay-content {
opacity: 1
}
.overlay-fade-in-new-background:hover h2,
.overlay-fade-in-new-background p,
.overlay-fade-in-new-background .button {
opacity: 1
}
.overlay-fade-in-new-background:hover p {
transition-delay: 0.1s
}
.overlay-fade-in-new-background:hover .button {
transition-delay: 0.2s
}
.accordion-navigation>a:after {
content: "+";
padding-left: 5px;
float: right;
font-size: 20px;
font-weight: bold;
padding-right: 8px
}
.accordion-navigation.active a:after {
content: "-"
}
.accordion .accordion-navigation.active>a,
.accordion .accordion-navigation>a,
.accordion .accordion-navigation>a:hover,
.accordion .accordion-navigation a {
border: 1px solid #fff;
padding: 11px
}
.accordion-invers .accordion-navigation.active>a,
.accordion-invers .accordion-navigation>a,
.accordion-invers .accordion-navigation>a:hover {
border: 1px solid #1b459b;
background: #fff;
color: #000;
padding: 11px
}
.accordion-invers .accordion-navigation>a:after {
color: #1b459b
}
.vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .wd_accordion_style_d .vc_tta-panel .vc_tta-panel-title>a,
.vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .wd_accordion_style_d .wd_accordion_style_d .vc_tta-panel.vc_active .vc_tta-panel-title>a {
color: #FFF;
font-weight: 400
}
.vc_tta-container .vc_tta.vc_general .wd_accordion_style_d .vc_tta-panel-title>a {
font-family: "arimo";
color: #fff;
background-color: #1b459b;
border-color: #FFF;
font-size: 16px;
padding: 11px;
color: #FFF
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
left: auto !important;
right: 20px;
font-size: 20px;
color: #FFF !important
}
.vc_tta-color-grey.vc_tta-style-classic .wd_accordion_style_d .vc_tta-controls-icon::before,
.vc_tta-color-grey.vc_tta-style-classic .wd_accordion_style_d .vc_tta-controls-icon::after {
border-color: #FFF !important
}
.vc_tta-color-grey.vc_tta-style-classic .wd_accordion_style_d .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-grey.vc_tta-style-classic .wd_accordion_style_d.vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after .vc_tta-color-grey.vc_tta-style-classic .wd_accordion_style_d .vc_tta-controls-icon::before,
.vc_tta-color-grey.vc_tta-style-classic .wd_accordion_style_d .vc_tta-controls-icon::after {
border-color: #FFF !important
}
.vc_tta-color-grey.vc_tta-style-classic .wd_accordion_style_d .vc_tta-panel .vc_tta-panel-body {
background-color: #FFF !important
}
.vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a,
.vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .wd_accordion_style_l .wd_accordion_style_l .vc_tta-panel.vc_active .vc_tta-panel-title>a {
color: #000
}
.vc_tta-container .vc_tta.vc_general .vc_tta-panel-title>a {
color: #1b459b;
background-color: #FFF;
border-color: #1b459b;
font-size: 16px;
padding: 11px;
color: #000
}
.vc_tta.vc_tta-accordion .wd_accordion_style_l .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
left: auto !important;
right: 20px;
font-size: 20px;
color: #000 !important
}
.vc_tta-color-grey.vc_tta-style-classic .wd_accordion_style_l .vc_tta-controls-icon::before,
.vc_tta-color-grey.vc_tta-style-classic .wd_accordion_style_l .vc_tta-controls-icon::after {
border-color: #1b459b !important
}
.vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after {
border-color: #1b459b !important
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-grey.vc_tta-style-classic .wd_accordion_style_l .vc_tta-panel .vc_tta-panel-body {
background-color: #FFF !important
}
.titlebar {
background-color: #e7e7e7;
padding: 100px 0
}
.titlebar .large-8 {
border-left: 6px solid #7A7A7A
}
.titlebar .breadcrumbs {
background-color: transparent;
border-color: transparent
}
.wd-our-client li {
padding: 0 0 33px
}
.wd-our-client li .client-img {
text-align: center;
border: 1px solid #eee;
margin: 0 15px
}
li.isotope-itemm {
list-style: none
}
br {
display: block;
margin: 5px 0
}
body {
overflow-x: hidden
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
box-shadow: none
}
p {
font-family: "Open Sans";
font-size: 14px;
color: #787878;
line-height: 1.7
}
pre {
overflow: auto;
margin-bottom: 20px
}
li {
color: #787878
}
.alignnone {
margin: 5px 20px 20px 0
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto
}
.alignright {
float: right;
margin: 5px 0 20px 20px
}
.alignleft {
float: left;
margin: 5px 20px 20px 0
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px
}
a img.alignnone {
margin: 5px 20px 20px 0
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto
}
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%;
padding: 5px 3px 10px;
text-align: center;
clear: both
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0
}
.wp-caption.alignleft {
margin: 4px 20px 20px 0
}
.wp-caption.alignright {
margin: 5px 0 20px 20px
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000
}
.gallery-caption {
background-color: rgba(0, 0, 0, 0.7);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: #fff;
font-size: 12px;
line-height: 1.5;
margin: 0;
max-height: 50%;
opacity: 0;
padding: 6px 8px;
position: absolute;
bottom: 0;
left: 0;
text-align: left;
width: 100%
}
.bypostauthor>article .fn:before {
-webkit-font-smoothing: antialiased;
display: inline-block;
font: normal 16px/1 Genericons;
text-decoration: inherit;
vertical-align: text-bottom
}
.mi-row,
.mi-row-right {
max-width: 585px;
float: right;
padding: 0px 30px
}
.mi-row-right {
float: left !important
}
.m-b-0 {
margin-bottom: 0 !important
}
.p-t-30 {
padding-top: 30px
}
.p-t-50 {
padding-top: 50px
}
.wd_empty_space {
clear: both
}
.wd-title-section_c {
text-align: center;
margin-bottom: 50px
}
.wd-title-section_c h2 {
font-size: 26px;
color: inherit
}
.wd-title-section_c h2::after {
content: " ";
display: block;
background-color: rgb(27, 84, 155);
height: 3px;
width: 80px;
margin: 15px auto 15px
}
.wd-title-section_c h5 {
font-size: 16px;
color: #888;
margin: 0 auto;
font-weight: normal;
width: 300px;
padding-left: 15px;
padding-right: 15px
}
@media only screen and (min-width: 45.78571em) {
.wd-title-section_c h5 {
width: 600px
}
}
.wd-title-section_l {
text-align: left
}
.wd-title-section_l h2 {
font-size: 26px
}
.white .wd-title-section_l h2 {
color: #FFF
}
.wd-title-section_l h2::after {
content: " ";
display: block;
background-color: #1b459b;
height: 3px;
width: 80px;
margin: 15px 0 20px
}
.wd-title-section_l h5 {
font-size: 16px;
color: #888;
width: 600px;
width: 100%
}
.white .wd-title-section_l h5 {
color: RGBA(255, 255, 255, 0.74)
}
.wd-title-section_r {
margin-bottom: 50px;
text-align: right
}
.wd-title-section_r h2 {
font-size: 30px
}
.wd-title-section_r h5 {
font-size: 16px;
color: #888;
width: 600px
}
.wd-title-element {
font-size: 19px;
margin-top: 30px;
margin-bottom: 16px
}
.wd-title-block {
font-size: 28px;
margin-bottom: 15px
}
.element {
transition: all 0.3s ease 0s
}
#filters {
text-align: center
}
#filters li {
display: inline-block;
padding: 10px 20px;
border-radius: 5px
}
#filters li a {
color: #111
}
#filters li:hover,
#filters li:focus,
#filters li:active {
background: #1b459b
}
#filters li:hover a,
#filters li:focus a,
#filters li:active a {
color: #fff
}
#filters li:first-child {
background: #1b459b
}
#filters li:first-child a {
color: #fff
}
.mi-row,
.min-row-child>div {
max-width: 42.85714rem
}
.row .row {
max-width: 85.71429rem;
margin: 0 auto
}
.wpb_row.row {
margin: 0 auto;
clear: both
}
.wpb_row,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li,
.wpb_button {
margin-bottom: 0 !important
}
.animated,
.animation-parent {
overflow: hidden !important
}
.list-icon {
list-style: none
}
@media only screen and (max-width: 768px) {
div.vc_row.wpb_row.vc_inner.vc_row-fluid.title-service {
margin: auto
}
}
.swiper-container {
width: 100%;
height: 100%
}
.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
height: 550px
}
.fullscreen .swiper-slide,
.medium .swiper-slide {
height: 700px
}
.large .swiper-slide {
height: 900px
}
.slide-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-attachment: scroll;
background-position: center;
background-repeat: repeat;
background-origin: content-box
}
.slide-bg:after {
content: " ";
display: block;
background-color: rgba(0, 0, 0, 0.19);
position: absolute;
width: 100%;
height: 100%;
left: 0
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
background-image: none
}
.swiper-button-next i,
.swiper-container-rtl .swiper-button-prev i,
.swiper-button-next.swiper-button-disabled i,
.swiper-button-prev.swiper-button-disabled i,
.swiper-button-prev i,
.swiper-container-rtl .swiper-button-next i {
color: #fff;
font-size: 4em
}
.slider-text {
background-color: rgba(31, 31, 31, 0.81);
color: #fff;
left: 37%;
left: calc(50% - 222px);
position: absolute;
width: 444px;
bottom: 37%;
bottom: calc(50% - 140px);
padding: 40px 30px
}
@media only screen and (max-width: 768px) {
.slider-text {
width: 300px;
left: calc(50% - 150px)
}
}
.slider-text h2 {
color: #ccc;
font-weight: 300;
font-size: 34px;
text-transform: uppercase
}
@media only screen and (max-width: 768px) {
.slider-text h2 {
font-size: 20px
}
}
.slider-text h4 {
color: #ccc;
font-weight: 300;
font-size: 14px;
text-transform: uppercase
}
.slider-text p {
color: #ccc
}
.swiper-slide .subtitle {
transition: all .5s ease .5s;
transform: scale(5);
opacity: 0
}
.swiper-slide.swiper-slide-active .subtitle {
transform: scale(1);
opacity: 1
}
.swiper-slide .slider-text .text {
transition: all .5s ease 1s;
transform: translateY(150px);
opacity: 0
}
.swiper-slide.swiper-slide-active .slider-text .text {
transform: translateY(0);
opacity: 1
}
.slider-text.style-2 {
background-color: transparent;
left: calc(50% - 300px);
width: 600px
}
.slider-text.style-2,
.slider-text.style-2 h2,
.slider-text.style-2 h4,
.slider-text.style-2 p {
color: #fff
}
.slider-text.style-2 h2 {
font-weight: 900;
font-size: 46px
}
.swiper-pagination-bullet {
width: 10px;
height: 10px;
display: inline-block;
border-radius: 100%;
background: #fff;
opacity: .65;
z-index: 99
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
background: #1b459b
}
.widget-info {
padding-bottom: 20px
}
.widget-info ul {
margin: 0
}
.widget-info li {
line-height: 32px
}
.widget-info span {
color: rgba(255, 255, 255, 0.75);
font-size: 13px;
text-transform: uppercase
}
.widget-info span>span {
color: #fff
}
.widget-info a {
color: #fff
}
.widget-logo {
padding: 0 10px 0px 10px
}
.blog-info {
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
min-height: 510px;
width: 11.667%;
margin-right: 3%;
padding: 0
}
@media only screen and (max-width: 768px) {
.blog-info {
min-height: 70px;
padding-top: 10px;
width: 100%
}
}
.blog-info a,
.blog-info {
color: #EEE
}
.blog-info .arrow {
border-style: solid;
border-width: 15px 0 15px 15px;
border-color: transparent #1b459b;
position: absolute;
right: -50px;
top: 15px;
width: 20px
}
@media only screen and (max-width: 768px) {
.blog-info br {
display: none
}
}
.blog-info .date {
padding: 15px;
background: rgba(0, 0, 0, 0.15);
margin-top: 100px;
text-align: center
}
@media only screen and (max-width: 768px) {
.blog-info .date {
float: left;
margin: 0 0 0 90px;
padding: 7px 0 0 7px;
width: 130px
}
}
.blog-info .date .day {
font-size: 2.3em;
color: #FFF;
padding-bottom: 10px;
display: block
}
@media only screen and (max-width: 768px) {
.blog-info .date .day {
float: left
}
}
.blog-info .date .year {
display: block;
padding: 2px
}
.blog-info .author div {
font-size: 1.3em
}
.blog-info .author div a {
color: #FFF
}
@media only screen and (max-width: 768px) {
.blog-info .author {
float: left
}
}
.blog-info .author div {
padding-top: 5px
}
.blog-info .comment-count {
margin-top: 100px
}
@media only screen and (max-width: 768px) {
.blog-info .comment-count {
float: right;
margin: 0
}
}
.blog-info .comment-count div {
font-size: 1em;
color: #FFF;
padding-bottom: 6px
}
.blog-posts {
width: 85.333%
}
.blog-posts .node-title {
font-size: 2.05em;
margin: 15px 0 10px
}
.blog-posts .wp-post-image {
padding: 10px 0
}
@media only screen and (max-width: 768px) {
.blog-posts {
width: 100%
}
}
.blog-posts article>div {
position: relative
}
.blog-posts .fa-image {
font-size: 3em;
right: 10px;
position: absolute;
top: 10px;
z-index: 2
}
.blog-posts .body {
line-height: 1.6em;
margin-top: 10px
}
#respond,
#comments {
margin-top: 180px
}
.blog-posts .body.field {
margin-top: 15px
}
code {
background: none;
border: none
}
.wd-pagination {
padding: 20px;
text-align: center
}
.wd-pagination a,
.wd-pagination span {
margin: 2px;
padding: 5px 10px
}
.wd-pagination a {
border: 1px solid #ccc;
color: #777
}
.wd-pagination span {
background: #ee02b0;
color: #fff
}
.simple-blog .wd-carousel-container {
overflow: hidden
}
.blog .wd-gallery-images-holder {
margin-left: 0
}
.blog-page {
padding-right: 30px
}
.blog-page .large-block-grid-3>li {
margin-bottom: 25px;
padding: 0 15px 10px
}
.blog-page .post {
position: relative;
margin: 45px 0px;
border-bottom: 1px solid #f2f2f2;
padding: 0 0px 35px
}
.blog-page .post.has-post-thumbnail header {
margin-bottom: 35px
}
.blog-page .post:first-child {
margin-top: 0
}
.blog-page .post:last-child {
border-bottom: none
}
.blog-page article.sticky {
border-left: 2px solid #F5C93E;
background: #fafafa;
padding-left: 10px;
padding-right: 10px
}
.blog-page .post-left {
float: left;
text-align: center;
width: 44px;
margin-top: 28px
}
.blog-page .post-left .day {
background-color: #ececec;
background-image: linear-gradient(to center bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.03));
padding: 6px 4px;
font-size: 17px;
color: #727272;
border-radius: 2px 2px 0px 0px;
border-bottom: 1px solid #FFF
}
.blog-page .post-left .month {
background-color: #1b459b;
background-image: linear-gradient(to center bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.04));
padding: 1px 4px 2px;
color: #FFF;
font-size: 13px;
border-radius: 0px 0px 2px 2px;
border-bottom: 1px solid rgba(0, 0, 0, 0.08)
}
.blog-page .post-right {
margin-left: 70px;
padding-top: 24px
}
.blog-page .article>a {
display: block;
overflow: hidden;
text-align: center
}
.blog-page .article img {
transition: all .5s ease
}
.blog-page .article a img:hover {
-webkit-transform: scale(1.1);
transform: scale(1.1)
}
.blog-page.blog-shortcode .article a img:hover,
.blog-page.blog-shortcode .article .wd-gallery-image-holder img:hover {
transform: scale(1.05)
}
.blog-page.blog-shortcode .article img,
.blog-page.blog-shortcode .article .wd-gallery-image-holder img:hover {
transition: all 1.5s ease 0s
}
.blog-page .article .user-picture img:hover {
transform: none
}
.blog-page article .user-picture {
border-radius: 50%;
overflow: hidden;
left: 7px;
position: absolute;
top: 122px;
border: 1px solid #fff
}
.blog-page .post-infos {
padding: 5px 0;
margin: 0;
line-height: 12px;
list-style: none
}
.blog-page .post-infos li {
border-right: 1px solid #ccc;
float: left;
margin-right: 10px;
padding-right: 10px;
color: #666;
font-size: 13px
}
.blog-page .post-infos li a {
color: #666666;
line-height: 1.6
}
.blog-page .post-infos li:last-child {
border: none
}
.blog-page .post-author a {
color: #f0f0f0
}
.blog-page .post-author .post-categories {
margin: 0
}
.blog-page .postdate .day {
font-size: 1.1em;
font-weight: 600;
line-height: 1em
}
.blog-page .postdate .year {
display: block;
font-size: 13px;
line-height: 1em
}
.blog-page .post-datas {
font-size: 13px;
font-weight: 400;
color: #727272;
margin: 6px 20px 36px 10px
}
.blog-page .post-datas span i {
color: #1694CE;
margin-right: 2px
}
.blog-page .blog-page .post-body {
margin-top: 0
}
.blog-page article h2 {
font-size: 22px;
text-transform: uppercase;
font-weight: 600;
padding: 0px 20px 0px 0px;
font-weight: 700
}
@media only screen {
.blog-page article h2 {
font-size: 28px
}
}
.blog-page article h2 a {
color: #000
}
.blog-page.blog-shortcode article h2 {
clear: both;
font-size: 17px;
font-weight: 700;
line-height: 20px
}
.blog-page article .blog-body {
clear: both;
font-size: 14px;
margin: 13px 0px 12px
}
.blog-page article .blog-body p {
color: #444;
line-height: 26px
}
.blog-page .read-more-link {
color: #1b459b;
display: block;
margin-top: 20px
}
.blog-page .read-more-link:hover {
color: #666;
transition: all .2s
}
.blog-page .gallery-container {
position: relative;
margin-bottom: 30px
}
.blog-page .gallery-container .owl-controls {
margin-top: -30px
}
.blog-page .gallery-container .owl-next {
padding-left: 5px;
padding-top: 10px
}
.blog-page .gallery-container .owl-prev {
padding-top: 10px
}
.blog-page .format-gallery .gallery-icon {
font-size: 3em;
position: absolute;
top: 10px;
z-index: 2;
right: 10px;
color: #fff
}
.owl-carousel {
margin: 0
}
.post-item article.article {
border: 2px solid #f8f8f8
}
.post-text {
font-size: 14px;
padding: 0px 12px 10px 10px
}
.short-blog article h2 {
font-size: 1.25em;
font-weight: 600;
margin: 0 0 5px 60px
}
.short-blog article .post-author {
padding-left: 45px
}
.short-blog .postdate {
padding: 0px 6px
}
.short-blog .readmore {
margin: 5px
}
.share-post {
margin: 14px 0
}
.share-post span,
.share-post>div {
margin: 0 6px
}
.share-post span i {
color: #b7b7b7;
font-size: 21px
}
.share-post a {
color: #b7b7b7
}
.share i {
font-size: 17px;
margin-left: 4px;
margin-right: 7px
}
article.fixed {
z-index: auto
}
.box-comment {
margin-top: 70px
}
#submit_comment {
border: 0;
padding: 10px 20px;
width: 100%;
background: #eee;
text-transform: uppercase;
border: 1px solid #ddd;
color: #333;
cursor: pointer;
border-radius: 4px;
transition: all .5s ease
}
#submit_comment:hover {
color: #000;
background-color: #FFF;
border-color: #000
}
.comment {
margin-bottom: 30px;
list-style-type: none
}
.comment p {
font-family: "open sans", sans-serif;
color: #666;
font-size: 16px;
line-height: 29px
}
#comments {
margin-top: 100px
}
#comments .commentlist {
margin-top: 60px
}
section.comment {
border-bottom: 1px solid #f4f4f4;
margin-top: 20px;
padding: 20px 30px
}
#comments .author-meta img {
margin-right: 10px
}
#comments>h3 {
margin-bottom: 30px
}
.author-meta a {
color: #777;
font-size: 12px;
font-family: "Open Sans", sans-serif;
display: block
}
.author-meta a i {
margin-right: 6px
}
.comment-reply-link {
border-radius: 3px;
color: #fff;
float: right;
font-size: 14px;
padding: 3px 10px
}
.comment-reply-link:hover {
color: #64b8ef;
background-color: #FFF;
border-color: #64b8ef
}
.comment-author img {
float: left;
margin-right: 12px
}
.single-post .body.field {
padding-top: 40px
}
.single-post .body.field .thumbnail {
margin-bottom: 30px
}
.single-post .titlebar {
position: relative
}
.single-post .title-container {
position: absolute;
bottom: 0;
left: 0;
right: 0
}
.blog-shortcode .post-info {
margin-top: 15px
}
.post-info {
margin: 50px 0 18px 0;
font-size: 16px
}
.post-info>span {
padding-right: 15px
}
.post-info>span i {
padding-right: 5px
}
.blog-page .post-datas::before {
background-color: #F9BC16;
content: " ";
height: 4px;
position: absolute;
top: 40px;
width: 40px
}
.blog-shortcode .post-body {
position: relative
}
.post-item article.article {
border: 1px solid #f0f0f0;
background-color: #f0f0f0;
text-align: center;
transition: all .3s
}
.post-item article.article:hover {
background-color: #282828
}
.blog-page.blog-shortcode article h2 {
font-weight: 500;
font-size: 18px;
text-transform: uppercase;
padding-top: 30px
}
.blog-page article h2 a {
color: #000
}
.blog-page .post-datas {
color: #bbb
}
.blog-page .post-datas::before {
background-color: #1b459b;
content: " ";
height: 1px;
position: absolute;
top: 40px;
width: 140px;
left: calc(50% - 70px)
}
.post-text {
color: #777;
padding: 0px 12px 23px 10px
}
.post-list .post-text .text-right {
text-align: center !important
}
.post-list .post-text .text-right a {
color: #1b459b;
font-style: italic
}
.wd-small-blog .wd-thumbnail {
float: left;
max-width: 84px
}
.blog-desc .blog-desc-header {
font-family: "open sans";
font-size: 16px;
font-weight: 700;
letter-spacing: 2px;
line-height: 20px;
margin: 0 0 0.5rem;
padding: 0;
text-transform: uppercase
}
.blog-desc {
display: table-cell;
padding: 0 0 0 1rem;
text-align: left;
vertical-align: top
}
.wd-small-blog {
display: table;
padding: 0 20px 30px 6px
}
.blog-page .quote-format blockquote {
background-color: #1b459b;
box-shadow: none;
border-left: none;
padding: 30px;
position: relative;
margin: 80px 0 50px
}
.blog-page .quote-format p {
padding-left: 20px;
color: #fff;
font-size: 1.7em;
font-style: normal
}
.blog-page .quote-format p a {
color: #f0f0f0;
font-weight: 600
}
.blog-page .quote-format h2 {
font-size: 0.8em;
margin-left: 20px;
float: right
}
.blog-page .quote-format .quotes {
color: rgba(0, 0, 0, 0.2);
font-size: 4em;
position: absolute
}
.blog-page .quote-format .leftq {
color: #fff;
font-family: "FontAwesome";
font-size: 2em;
left: 20px;
padding: 15px 0;
top: 6px;
transform: rotate(-45deg) translateX(-8px)
}
.blog-page .quote-format .rightq {
bottom: 15px;
right: 15px;
color: #FFF
}
.blog-page .quote-format .share-post a,
.blog-page .quote-format .share-post span i {
color: #FFF
}
.blog-page .format-link .quote-format .leftq {
left: 0;
top: 6px;
color: #BEBEBE;
font-size: 2em;
transform: rotate(-45deg) translateX(-8px);
padding: 15px 0px
}
.sidebar .latest-posts ul li {
list-style: none;
padding: 10px 0;
min-height: 6.5em
}
.latest-posts ul li {
list-style: none;
padding: 10px 0;
min-height: 77px
}
.latest-posts ul li:first-child {
padding-top: 0;
min-height: 66px
}
.latest-posts ul li:last-child {
border: none
}
.latest-posts .blog-image img {
margin-right: 10px;
width: 68px
}
.sidebar .latest-posts .blog-image img {
width: 70px
}
.latest-posts .blog-title,
.latest-posts .subheader {
margin: 0;
line-height: 20px
}
.l-footer-columns .latest-posts .blog-title a {
color: #eee
}
.latest-posts ul {
margin-left: 0
}
.single-post .blog-page img {
margin-bottom: 20px
}
.single-post .blog-body p {
margin: 0px 0px 12px
}
#l-main.row .large-9 {
margin-top: 80px
}
.post-categories {
display: inline-block
}
.comment-list {
list-style: none
}
.comment-list .pingback {
padding-top: 30px;
padding-bottom: 30px;
border-bottom: 1px solid #eee
}
.comment-list .pingback .edit-link {
display: block;
background: #1b459b;
padding: 5px 10px;
width: 50px;
border-radius: 5px;
margin-top: 10px
}
.comment-list .pingback .edit-link a {
color: #fff
}
#page-wrap {
position: relative
}
.corp {
background: #444;
padding-bottom: 10em;
padding-top: 10em
}
.oops h2 {
border-bottom: 1px solid #aaa;
box-shadow: 0 1px 0 #727272;
font-size: 5em;
margin-bottom: 30px;
padding-bottom: 15px
}
.message {
color: #fff;
font-size: 2em;
margin-bottom: 30px;
width: 50%
}
.oops-footer {
margin-top: 20px
}
.oops-footer .social-icons {
text-align: center
}
.oops-footer .social-icons li {
width: auto;
padding: 14px 13px;
border: medium solid;
display: inline-block;
float: none
}
.oops-footer .social-icons li:hover {
border-color: #f74a13
}
.oops-footer .social-icons li:hover i {
border: none;
color: #f74a13
}
.oops-footer .social-icons li i {
color: #fff
}
.oops-footer .social-icons li i:hover {
border: none
}
#serch .text-input {
border-radius: 30px;
height: 50px;
padding-left: 20px
}
#serch .submit-input {
background: #aaa none repeat scroll 0 0;
border: medium none;
border-radius: 50%;
color: #fff;
padding: 12px 5px;
position: absolute;
right: 20px;
top: 3px
}
@media screen and (max-width: 900px) {
.message {
width: 100%;
text-align: center
}
.oops-footer .inline-list>li {
float: none
}
}
.carousel {
width: 500px;
min-height: 315px;
margin: 0 auto;
position: relative;
padding-bottom: 30px;
overflow: hidden
}
.carousel h2 {
color: #736861;
margin: 15px 0 5px;
text-shadow: 0 1px rgba(255, 255, 255, 0.5)
}
.carousel h6 {
color: #928566;
margin: 0
}
.carousel blockquote {
margin: 0;
padding: 30px;
background-color: #DB532B;
color: white;
box-shadow: 0 5px 2px rgba(0, 0, 0, 0.1);
position: relative;
transition: background-color 0.6s linear
}
.carousel blockquote:after {
content: " ";
height: 0;
width: 0;
position: absolute;
top: 100%;
border: solid transparent;
border-top-color: #DA532B;
border-left-color: #DA532B;
border-width: 10px;
left: 10%;
z-index: 200
}
.two blockquote:after {
border: solid transparent;
border-top-color: purple;
border-left-color: purple;
border-width: 10px
}
.quotes {
position: absolute;
color: rgba(255, 255, 255, 0.5);
font-size: 5em
}
.leftq {
top: -25px;
left: 5px
}
.rightq {
bottom: -10px;
right: 5px
}
.quote-format {
margin-top: 50px
}
.quote-format .leftq,
.quote-format .rightq {
color: #eee
}
.quote-format blockquote {
border: none;
padding: 0 80px
}
.quote-format h2 {
font-size: 15px
}
.quote-format i,
.quote-format .quotes.link {
font-size: 150px;
opacity: 0.3;
padding-top: 10px
}
.carousel img {
float: left;
margin-right: 20px;
width: 170px !important;
height: auto
}
.owl-carousel {
cursor: -moz-grab
}
.owl-carousel .owl-nav>div {
background: rgba(255, 255, 255, 0.3);
height: 20%;
position: absolute;
top: 38%;
width: 44px;
opacity: .8;
height: 30px;
-moz-transition: opacity .6s;
-o-transition: opacity .6s;
-webkit-transition: opacity .6s;
transition: opacity .6s
}
.owl-carousel .owl-nav>div:hover {
background: rgba(255, 255, 255, 0.5)
}
.owl-carousel .owl-nav>div i {
margin-left: 9px;
color: rgba(255, 255, 255, 0.6);
font-size: 18px
}
.owl-carousel .owl-nav .owl-next {
float: right;
right: -40px
}
.owl-carousel:hover .owl-nav>div {
opacity: 1
}
.owl-carousel.carousel_portfolio .owl-nav>div {
height: 20%
}
.owl-theme .owl-nav [class*="owl-"] {
margin: 6px;
padding: 6px 4px;
background: rgba(214, 214, 214, 0.24);
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 5px
}
.owl-carousel .owl-controls .owl-nav .owl-prev {
left: -40px;
top: 10px
}
.owl-carousel .owl-controls .owl-nav .owl-next {
top: 10px
}
.carousel_blog span.tag a {
border-radius: 2px;
color: #fff;
font-size: 0.9em;
padding: 0 7px
}
.wd-carousel-container {
list-style: none;
position: relative;
text-align: center
}
.wd-carousel-container .info {
position: absolute;
bottom: 0px;
width: 100%
}
.wd-carousel-container .carousel-icon {
position: absolute;
width: 100%;
top: 45%;
top: calc( 50% - 15px);
opacity: 0;
-moz-transition: all .6s, opacity .3s;
-o-transition: all .6s, opacity .3s;
-webkit-transition: all .6s, opacity .3s;
transition: all .6s, opacity .3s
}
.wd-carousel-container .carousel-icon i {
border-radius: 50%;
color: #fff;
font-size: 2em;
line-height: 29px;
padding: 10px 10px 7px;
width: 48px
}
.wd-carousel-container>img {
-moz-transition: -moz-transform .6s, opacity .5s;
-o-transition: -o-transform .6s, opacity .5s;
-webkit-transition: -webkit-transform .6s, opacity .5s;
transition: transform .6s, opacity .5s
}
.wd-carousel-container .carousel-details {
-moz-transition: -moz-transform .4s, opacity .1s .3s;
-o-transition: -o-transform .4s, opacity .1s .3s;
-webkit-transition: -webkit-transform .4s, opacity .1s;
-webkit-transition-delay: 0s, .3s;
transition: transform .4s, opacity .1s .3s;
background: #FFF;
width: 100%;
padding: 5px 10px;
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-webkit-transform: translateY(100%);
transform: translateY(100%)
}
.wd-carousel-container:hover>img {
-moz-transform: translatey(-30px);
-ms-transform: translatey(-30px);
-webkit-transform: translatey(-30px);
transform: translatey(-30px);
opacity: .9
}
.wd-carousel-container:hover .carousel-icon {
top: 100px;
top: calc( 50% - 32px);
opacity: 1
}
.wd-carousel-container:hover .carousel-details {
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-webkit-transform: translateY(0);
transform: translateY(0)
}
.carousel_client.owl-carousel .owl-item {
padding: 0 30px
}
.carousel_client.owl-carousel .owl-item .wd-item {
text-align: center
}
.carousel_client.owl-carousel .owl-item img {
display: inline;
float: none;
text-align: center;
width: auto;
filter: grayscale(1)
}
.masque {
height: 100%;
overflow: hidden
}
.owl-carousel .owl-item img {
width: auto !important
}
.team-member-slider .owl-dots .owl-dot,
.team-member-carousel .owl-dots .owl-dot {
display: inline-block
}
.team-member-slider .owl-dots .owl-dot span,
.team-member-carousel .owl-dots .owl-dot span {
background: #d6d6d6 none repeat scroll 0 0;
border-radius: 30px;
display: block;
height: 10px;
margin: 5px 7px;
transition: opacity 200ms ease 0s;
width: 10px
}
.team-member-slider .owl-dots .owl-dot.active span,
.team-member-slider .owl-theme .owl-dots .owl-dot:hover span,
.team-member-carousel .owl-dots .owl-dot.active span,
.team-member-carousel .owl-theme .owl-dots .owl-dot:hover span {
background: #869791 none repeat scroll 0 0
}
.team-member-slider .owl-dots,
.team-member-carousel .owl-dots {
bottom: 1px;
margin: 0 auto;
position: absolute;
text-align: center;
width: 100%
}
.owl-testimonail .owl-item.active img {
display: none;
} @media only screen and (max-width: 768px) {
.top-bar .name img {
width: 200px !important;
}
.toggle-topbar.menu-icon span {
color: #1b459b  !important;
}
.contain-to-grid.sticky .name {
background: #4366ad none repeat scroll 0 0 !important;
}
.top-bar-section .menu {
background: #1b459b none repeat scroll 0 0 !important;
}
.top-bar-section ul li > a{background:rgba(31, 69, 150, 0.61) none repeat scroll 0 0 !important;}
}.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button { background-image: none;
border: medium none;
box-shadow: none;
}
.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover {
background-image: none;
background-color: #7C7A7A;
}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
box-shadow: none;
}
.woocommerce ul.products li.product a:hover img, .woocommerce-page ul.products li.product a:hover img {
box-shadow: none;
}
.woocommerce span.onsale, .woocommerce-page span.onsale { background-image: none;
box-shadow: none;
text-shadow: none;
border-radius: 50%;
padding: 8px;
}
.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-message:before {
height: auto;
}
.woocommerce #content input.button.added:before, .woocommerce #respond input#submit.added:before, .woocommerce a.button.added:before, .woocommerce button.button.added:before, .woocommerce input.button.added:before, .woocommerce-page #content input.button.added:before, .woocommerce-page #respond input#submit.added:before, .woocommerce-page a.button.added:before, .woocommerce-page button.button.added:before, .woocommerce-page input.button.added:before {
content: "";
}
.woocommerce .cart-collaterals {
margin-top: 60px;
}
.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {
border-radius: 0;
color: #FFF;
} .woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
float: none;
width: auto;	
}
.woocommerce .cart_totals > table {
width: 100%;
}
.woocommerce .shipping_calculator {
text-align: right;
}
.woocommerce .product-name a {
color: #2ba6cb;
font-weight: 600;
}
.woocommerce .cart-collaterals .cart_totals table td, .woocommerce-page .cart-collaterals .cart_totals table td {
padding: 6px;
}
.woocommerce .cross-sells .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li {
margin: 2%;
width: 21%;
}
.woocommerce .cross-sells ul.products li.first, .woocommerce-page ul.products li.first {
clear: left;
}
.woocommerce .cross-sells ul.products li.product, .woocommerce-page ul.products li.product {
float: left;
margin: 2%;
padding: 0;
position: relative;
width: 20.96%;
}
.woocommerce .shipping-calculator-form select {
padding: 10px;
}
.woocommerce ul.products {
max-width: 1300px;
margin: 0 0 0 1em;
}
.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
clear: none;
}
.woocommerce-page .columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
width: 30.98%;
}
.woocommerce-page ul.products li.product.large-isotop, .woocommerce ul.products li.product.large-isotop {
width: 625px; }
@media (max-width: 874px) {
.woocommerce-page ul.products li.product, .woocommerce ul.products li.product {
width: 46%
}
.woocommerce-page ul.products li.product.large-isotop, .woocommerce ul.products li.product.large-isotop {
width: 289px;
}
}
@media only screen and (max-device-width : 480px) {
.woocommerce .cross-sells ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce .related ul.products li.product, .woocommerce-page ul.products li.product {
width: 94%;
margin-bottom: 30px;
}
.woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table th {
padding: 10px;
}
.cross-sells h3 {
text-align: center;
}
.woocommerce-page ul.products li.product, .woocommerce ul.products li.product, .woocommerce-page ul.products li.product.large-isotop, .woocommerce ul.products li.product.large-isotop {
width: 100%;
}
.cross-sells .button.add_to_cart_button.product_type_variable,.cross-sells .button.add_to_cart_button.product_type_simple {
width: 100px;
}
.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
width: 100%;
}
.woocommerce.columns-3 {
padding: 10px;
}
.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product h3 {
text-align: center;
}
}
@media only screen and (max-device-width : 568px) {
.woocommerce-page ul.products li.product, .woocommerce ul.products li.product, .woocommerce-page ul.products li.product.large-isotop, .woocommerce ul.products li.product.large-isotop {
width: 100%;
}
}
.woocommerce ul.products .product.type-product.status-publish.has-post-thumbnail {
background: none repeat scroll 0px 0px rgba(255, 255, 255, 0.1);
content: "";
margin-right: 15px;
margin-bottom: 40px;
margin-left: 20px;
-webkit-transition: all .25s ease-out;
-moz-transition: all .25s ease-out;
-ms-transition: all .25s ease-out;
-o-transition: all .25s ease-out;
transition: all .25s ease-out;
}
@media only screen and (max-device-width : 569px) {
.woocommerce ul.products .product.type-product.status-publish.has-post-thumbnail {
margin: 10px 0;
}
}
.woocommerce #content div.product div.images img, .woocommerce div.product div.images img, .woocommerce-page #content div.product div.images img, .woocommerce-page div.product div.images img {
box-shadow: none;
}
.woocommerce div.product div.images .thumbnails img {
width: auto;
}
.type-product .comment .comment-text {
width: auto;
} .woocommerce .products .star-rating, .woocommerce-page .products .star-rating {
float: right;
margin: 10px 0 0.5em;
}
.woocommerce ul.products .product.type-product.status-publish.has-post-thumbnail a:first-child:before {
content: " ";
-webkit-transition: all .25s ease-out;
-moz-transition: all .25s ease-out;
-ms-transition: all .25s ease-out;
-o-transition: all .25s ease-out;
transition: all .25s ease-out;
}
.woocommerce ul.products .product.type-product.status-publish.has-post-thumbnail:hover a:first-child:before {
background: rgba(0, 0, 0, 0.6);
content: "";
display: block;
height: 100%;
position: absolute;
right: 0;
top: 0;
width: 100%;
}
.woocommerce ul.products .product.type-product.status-publish.has-post-thumbnail a:hover:before {
background: rgba(0,0,0,.04);
}
.product.type-product.status-publish.has-post-thumbnail:hover {
border-color: #777777;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product { }
}
.cart-subtotal > th {
width: 90%;
}
.woocommerce #content table.cart a.remove, .woocommerce table.cart a.remove, .woocommerce-page #content table.cart a.remove, .woocommerce-page table.cart a.remove {
color: #f98989;
font-weight: 300;
}
.cart-subtotal > td {
width: 6%;
}
.woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product {
width: 20%;
}
.attachment-shop_thumbnail {
border: 1px solid #ccc;
}
.woocommerce .upsells ul.products li.product {
width: 20%;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
margin-bottom: 4em;
}
.woocommerce-page div.product .woocommerce-tabs ul.tabs {
margin:0;
padding:0;
}
.woocommerce-tabs #comments {
padding-top: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
background-image: none;
box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs #comments {
border-top : 0;
margin-top: 20px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
width: 80px;
border-radius: 50%;
}
.woocommerce p.stars a.star-1,
.woocommerce p.stars a.star-2,
.woocommerce p.stars a.star-3,
.woocommerce p.stars a.star-4,
.woocommerce p.stars a.star-5,
.woocommerce-page p.stars a.star-1,
.woocommerce-page p.stars a.star-2,
.woocommerce-page p.stars a.star-3,
.woocommerce-page p.stars a.star-4,
.woocommerce-page p.stars a.star-5 {
border-right: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
margin-left: 70px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
color: #666666;
-webkit-transition: all .25s ease-out;
-moz-transition: all .25s ease-out;
-ms-transition: all .25s ease-out;
-o-transition: all .25s ease-out;
transition: all .25s ease-out;
}
.woocommerce div.product .woocommerce-tabs .panel {
background-color: #FFF;
padding: 20px;
border: none;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before {
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before {
box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
color: #000;
opacity: 1;
}
.products .product .button {
bottom: calc(50% + 22px);
display: none;
left: calc(50% - 70px);
position: absolute;
width: 140px;
-webkit-transition: all .25s ease-out;
-moz-transition: all .25s ease-out;
-ms-transition: all .25s ease-out;
-o-transition: all .25s ease-out;
transition: all .25s ease-out;
}
.products .product:hover .button {
display: block;
}
.products .product .button {
padding: 6px 15px;
}
@media only screen and (min-device-width : 768px) {
.woocommerce .added_to_cart.wc-forward {
background: none repeat scroll 0 0 #fff;
border: 1px solid #ccc;
display: block;
left: calc(50% - 50px);
padding: 0 8px;
position: absolute;
top: calc(50% - 10px);
width: 100px;
}
}
.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale {
left: auto;
margin: 12px 12px 0 0;
right: 0;
top: 0; }
.woocommerce span.onsale, .woocommerce-page span.onsale {
border-radius: 0;
box-shadow: none;
margin: 10px 0 0;
padding: 0 8px;
text-shadow: none;
}
.woocommerce .product.sale p br {
display: none;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
background: -moz-linear-gradient(center top , #a7a7a7 0%, #b0b0b0 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
border-radius: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
background: none repeat scroll 0 0 #ffffff;
border-radius: 1em;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.65) inset;
cursor: pointer;
height: 14px;
outline: medium none;
position: absolute;
top: -4px;
width: 15px;
z-index: 2;
border: 1px solid #999;
border-radius: 0;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
background: rgba(249,91,93,1);
background: -moz-linear-gradient(left, rgba(249,91,93,1) 0%, rgba(251,173,91,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(249,91,93,1)), color-stop(100%, rgba(251,173,91,1)));
background: -webkit-linear-gradient(left, rgba(249,91,93,1) 0%, rgba(251,173,91,1) 100%);
background: -moz-linear-gradient(center top , #a7a7a7 0%, #b0b0b0 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
background: -o-linear-gradient(left, rgba(249,91,93,1) 0%, rgba(251,173,91,1) 100%);
background: -ms-linear-gradient(left, rgba(249,91,93,1) 0%, rgba(251,173,91,1) 100%);
background: linear-gradient(to right, rgba(249,91,93,1) 0%, rgba(251,173,91,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f95b5d', endColorstr='#fbad5b', GradientType=1 );
border: 0 none;
border-radius: 1em;
box-shadow: none;
display: block;
font-size: 0.7em;
position: absolute;
z-index: 1;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
background: none repeat scroll 0 0 #ffffff;
float: left;
height: auto;
margin-right: 12px;
padding: 4px;
width: 60px;
box-shadow: none;
}
.widget_product_search #searchsubmit {
padding: 8px;
box-shadow: none;
border: 0;
color: #FFF;
width: 100%;
cursor: pointer;
-webkit-transition: all .25s ease-out;
-moz-transition: all .25s ease-out;
-ms-transition: all .25s ease-out;
-o-transition: all .25s ease-out;
transition: all .25s ease-out;
}
.widget_product_search #searchsubmit:hover {
background-color: rgb(30, 168, 206) !important;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a, .woocommerce-page ul.cart_list li a, .woocommerce-page ul.product_list_widget li a {
color: #999;
-webkit-transition: all .25s ease-out;
-moz-transition: all .25s ease-out;
-ms-transition: all .25s ease-out;
-o-transition: all .25s ease-out;
transition: all .25s ease-out;
}
.woocommerce ul.cart_list li a:hover, .woocommerce ul.product_list_widget li a:hover, .woocommerce-page ul.cart_list li a:hover, .woocommerce-page ul.product_list_widget li a:hover {
color: #000;
}
.woocommerce ul.cart_list li:after, .woocommerce ul.cart_list li:before, .woocommerce ul.product_list_widget li:after, .woocommerce ul.product_list_widget li:before, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.cart_list li:before, .woocommerce-page ul.product_list_widget li:after, .woocommerce-page ul.product_list_widget li:before {
margin-bottom: 9px;
}
.product_list_widget > li {
border-bottom: 1px solid #eee;
}
.product_list_widget > li:last-child {
border-bottom: none;
}
.woocommerce-ordering select {
padding: 5px 10px;
}
.widget_product_search label {
display: none;
}
.shop-widgets h4.widget-title {
margin-top: 25px;
font-size: 1.2em;
}
.shop-widgets:first-child h4.widget-title {
margin-top: 0;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
margin: 0;
}
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
position: relative;
text-align: left;
width: 100%;
font-size: 17px;
color: rgba(0, 0, 0, 0.81);
font-weight: 400;
top: calc(95% - 46px);
padding: 10px 0 6px 0;
background-color: #FFF;
}
.woocommerce ul.products li.product.large-isotop h3, .woocommerce-page ul.products li.product.large-isotop h3 {
font-size: 29px;
padding: 35px 0;
}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
color: #999;
}
.button.add_to_cart_button.product_type_simple {
opacity: 0.9;
}
.woocommerce ul.products li.product:hover h3, .woocommerce-page ul.products li.product:hover h3 {
display: block;
}
.woocommerce .products .star-rating, .woocommerce-page .products .star-rating {
position: absolute;
top: 20px;
}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
position: relative;
text-align: left;
width: 100%;
background: none repeat scroll 0% 0% #FFF;
margin-bottom: 0;
bottom: calc(20% - 75px);
margin-top: -5px;
padding-bottom: 12px;
height: 50px;
}
.woocommerce ul.products li.product:hover .price, .woocommerce-page ul.products li.product:hover .price {
display: block;
}
.woocommerce ul.products li.product a img {
margin: 0;
}
.woocommerce .products .star-rating, .woocommerce-page .products .star-rating {
top: calc(50% - 8px);
margin: 0 auto;
position: absolute;
text-align: center;
left: calc(50% - 38px);
display: none;
}
.woocommerce .products .product:hover .star-rating, .woocommerce-page .products .product:hover .star-rating {
display: block;
}
.woocommerce button.button.alt { background-image: none;
}
.woocommerce button.button.alt:hover {
background-image: none;
padding: 10px 28px;
}
.single_add_to_cart_button.button.alt {
border-radius: 0;
padding: 10px 24px;
}
.woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty {
border-radius: 0;
height: 36px;
display: inline;
border-width:1px;
float: none;
}
.woocommerce #content .quantity, .woocommerce .quantity, .woocommerce-page #content .quantity, .woocommerce-page .quantity {
width: auto;
}
.woocommerce #content .quantity .minus, .woocommerce #content .quantity .plus, .woocommerce .quantity .minus, .woocommerce .quantity .plus, .woocommerce-page #content .quantity .minus, .woocommerce-page #content .quantity .plus, .woocommerce-page .quantity .minus, .woocommerce-page .quantity .plus {
height: 28px;
background-image: none;
background-color: #fff;
box-shadow: none;
color: #C0C0C0;
position: relative;
border-width: 1px !important;
height: 36px;
vertical-align: top;
display: inline;
}
.woocommerce .quantity .plus {
border-bottom: 1px solid;
}
.woocommerce #content .quantity .minus:hover, .woocommerce #content .quantity .plus:hover, .woocommerce .quantity .minus:hover, .woocommerce .quantity .plus:hover, .woocommerce-page #content .quantity .minus:hover, .woocommerce-page #content .quantity .plus:hover, .woocommerce-page .quantity .minus:hover, .woocommerce-page .quantity .plus:hover {
background-image: none;
background-color: #C0C0C0;
color: #fff;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text {
border: none;
}
.summary.entry-summary > div {
margin-bottom: 40px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
padding: 6px 22px;
border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.description_tab.active,.woocommerce div.product .woocommerce-tabs ul.tabs li.reviews_tab.active {
border-radius: 0;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
margin: 0 -2px;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before {
content: none;
}
.upsells ul.products .product.type-product.status-publish.has-post-thumbnail:hover a:first-child:before, .related ul.products .product.type-product.status-publish.has-post-thumbnail:hover a:first-child:before {
background-color: rgba(0, 0, 0, 0.6);
} .woocommerce-product-rating {
float: left;
margin-right: 56px;
}
.woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product {
margin: 2.5%;
}
.woocommerce .titlebar {
margin-bottom: 30px;
}
.woocommerce .woocommerce-breadcrumb, .woocommerce-page .woocommerce-breadcrumb {
float: right;
margin-top: 50px;
}
.woocommerce #content {
margin-bottom: 50px;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li {
background: #FFF;
border: 0;
box-shadow: none;
padding: 10px 20px;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active {
border-bottom-color: #FC5E3B !important;
}
.woocommerce #content div.product .woocommerce-tabs .panel, .woocommerce div.product .woocommerce-tabs .panel, .woocommerce-page #content div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel {
padding: 20px;
}
.description_tab.active, .reviews_tab.active {
border-bottom: 1px solid #FFF !important;
}
.product-categories .cat-parent > a:before {
content: "\f107";
font-family: "FontAwesome";
margin: 0 5px 0 -10px;
}
.product-categories .children .cat-item > a:before {
content: '\f105';
font-family: 'FontAwesome';
margin: 0 6px 0 -10px;
}
.corporate .menu-menu-container {
margin-right: 30px;
}
.show-cart-btn {
position: absolute;
right: 9px;
top: -35px;
width: 28px;
height: 38px;
cursor: pointer;
background-image: url(//www.floorscrubberequipment.com/wp-content/themes/carpet/images/bag.png);
background-repeat: no-repeat;
text-align: center;
color: #Fff;
font-weight: bold;
}
.fixed .show-cart-btn {
top: 0;
}
.hidden-cart {
background-color: #fff;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.42);
position: absolute;
right: -100px;
top: 50px;
width: 270px;
padding: 7px 0;
}
.hidden-cart .woocommerce.widget_shopping_cart .cart_list li {
padding-left: 12px;
width: 100%;
}
.hidden-cart ul.cart_list li a.remove {
padding: 18px 5px 0 15px;
}
.hidden-cart ul.cart_list li a:not(.remove) {
font-size: 14px;
text-align: left;
line-height: 1.6em;
color: #585858;
}
.hidden-cart ul.cart_list li .quantity {
color: #a4a4a4;
float: left;
font-size: 14px;
}
.hidden-cart .woocommerce.widget_shopping_cart .total {
border: none;
margin-bottom: 2px;
}
.hidden-cart .woocommerce.widget_shopping_cart .buttons a {
margin: 0 14px;
padding: 6px 10px;
}
.buttons .button.wc-forward {
background-color: #777;
text-shadow: none;
}
.buttons .button.wc-forward:hover {
background: none repeat scroll 0 0 #555;
text-shadow: none !important;
color: #fff;
}
.woocommerce-product-search > input[type="submit"] {
border: 0 none;
padding: 6px 30px;
-webkit-transition: all .25s ease-out;
-moz-transition: all .25s ease-out;
-ms-transition: all .25s ease-out;
-o-transition: all .25s ease-out;
transition: all .25s ease-out;
}
.woocommerce-product-search > input[type="submit"]:hover {
padding: 6px 36px;
}
.woocommerce span.onsale {
left: 0;
top: -9px;
}
span.woocommerce-Price-amount.amount{
margin-left: 0px;
}
.amount {
margin-left: 10px;
margin-right: 10px;
}
.price del {
float: left;
}
.woocommerce div.summary .label {
display: none;
}
.archive.woocommerce .row {
margin-top: 40px;
}
.archive.woocommerce .wd-title-bar .row {
margin-top: 0;
}
.woocommerce div.product {
margin-top: 100px;
}
.woocommerce-account .main.row, .woocommerce-checkout .main.row, .woocommerce-cart .main.row {
margin-top: 40px;
}
.woocommerce-cart table.cart input {
line-height: 2;
}
.woocommerce div.product .product_title {
font-size: 27px;
}
.woocommerce-tabs .panel h2,
.product .related.products h2 {
font-size: 20px;
}
.woocommerce-tabs .panel h3.comment-reply-title {
margin-top: 20px;
font-size: 20px;
}
.product .related.products h2 {
padding-left: 15px;
}
.woocommerce #review_form #respond {
margin: 40px 0 0 0;
}.industry_section p,.industry_section h4 {
color: #fff;
}
.wd-section-blog, .wd-section-blog-services{margin-bottom : 0px !important;}