@charset "UTF-8";
.it-catption-table {
display: table;
width: 100%;
height: 100%;	
}
.it-catption-table .it-captoin-table-cell {
display:table-cell;
width: 100%;
height: 100%;		
}
.it-catption-table.it-caption-top-right .it-captoin-table-cell{
text-align:right;
vertical-align:top;
}
.it-catption-table.it-caption-top-left .it-captoin-table-cell{
text-align:left;
vertical-align:top;
}
.it-catption-table.it-caption-top-middle .it-captoin-table-cell{
text-align:center;
vertical-align:top;
}
.it-catption-table.it-caption-middle .it-captoin-table-cell{
text-align:center;
vertical-align:middle;
}
.it-catption-table.it-caption-bottom-right .it-captoin-table-cell{
text-align:right;
vertical-align:bottom;
}
.it-catption-table.it-caption-bottom-left .it-captoin-table-cell{
text-align:left;
vertical-align:bottom;
}
.it-catption-table.it-caption-bottom-middle .it-captoin-table-cell{
text-align:center;
vertical-align:bottom;
}
[class^='it-hover-'],
[class*=' it-hover-'] {
position: relative;
display: inline-block;
margin: 0px;
max-width: 100%;
width:100%;
line-height:normal;
background-color: transparent;
color: #fff;
overflow: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
[class^='it-hover-'] > img,
[class*=' it-hover-'] > img {
vertical-align: top;
max-width: 100%;
width:100%;
}
[class^='it-hover-'] .it-caption,
[class*=' it-hover-'] .it-caption {
background-color: transparent;
padding: 30px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
color: #ffffff !important;
}
[class^='it-hover-'] .it-caption h1,
[class*=' it-hover-'] .it-caption h1,
[class^='it-hover-'] .it-caption h2,
[class*=' it-hover-'] .it-caption h2,
[class^='it-hover-'] .it-caption h3,
[class*=' it-hover-'] .it-caption h3,
[class^='it-hover-'] .it-caption h4,
[class*=' it-hover-'] .it-caption h4,
[class^='it-hover-'] .it-caption h5,
[class*=' it-hover-'] .it-caption h5,
[class^='it-hover-'] .it-caption h6,
[class*=' it-hover-'] .it-caption h6 {
margin:0!important;
margin-bottom:10px!important;
}
[class^='it-hover-'] .it-caption p,
[class*=' it-hover-'] .it-caption p{
margin:0!important;
}
[class^='it-hover-'] a,
[class*=' it-hover-'] a {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
border-bottom:0!important;
text-decoration:none!important;
}
[class^='it-hover-'],
[class*=' it-hover-'],
[class^='it-hover-']:before,
[class^='it-hover-']:after,
[class*=' it-hover-']:before,
[class*=' it-hover-']:after,
[class^='it-hover-'] *,
[class*=' it-hover-'] *,
[class^='it-hover-'] *:before,
[class^='it-hover-'] *:after,
[class*=' it-hover-'] *:before,
[class*=' it-hover-'] *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
} [class^='it-hover-fade'] .it-caption,
[class*=' it-hover-fade'] .it-caption {
opacity: 0;
}
[class^='it-hover-fade']:hover > img,
[class*=' it-hover-fade']:hover > img {
opacity: 0;
}
[class^='it-hover-fade']:hover .it-caption,
[class*=' it-hover-fade']:hover .it-caption {
opacity: 1;
}
[class^='it-hover-fade']:hover > img,
[class*=' it-hover-fade']:hover > img,
[class^='it-hover-fade']:hover .it-caption,
[class*=' it-hover-fade']:hover .it-caption {
-webkit-transform: translate(0px, 0px);
transform: translate(0px, 0px);
}  .it-hover-fade-in-up .it-caption {
-webkit-transform: translate(0px, 15%);
transform: translate(0px, 15%);
} .it-hover-fade-in-down .it-caption {
-webkit-transform: translate(0, -15%);
transform: translate(0, -15%);
} .it-hover-fade-in-left .it-caption {
-webkit-transform: translate(-15%, 0);
transform: translate(-15%, 0);
} .it-hover-fade-in-right .it-caption {
-webkit-transform: translate(15%, 0px);
transform: translate(15%, 0px);
} [class^='it-hover-push-']:hover .it-caption,
[class*=' it-hover-push-']:hover .it-caption {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
} .it-hover-push-up .it-caption {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
.it-hover-push-up:hover > img {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
} .it-hover-push-down .it-caption {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.it-hover-push-down:hover > img {
-webkit-transform: translateY(100%);
transform: translateY(100%);
} .it-hover-push-left .it-caption {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.it-hover-push-left:hover > img {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
} .it-hover-push-right .it-caption {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.it-hover-push-right:hover > img {
-webkit-transform: translateX(100%);
transform: translateX(100%);
} [class^='it-hover-slide-']:hover .it-caption,
[class*=' it-hover-slide-']:hover .it-caption {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
} .it-hover-slide-up .it-caption {
-webkit-transform: translateY(100%);
transform: translateY(100%);
} .it-hover-slide-down .it-caption {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
} .it-hover-slide-left .it-caption {
-webkit-transform: translateX(100%);
transform: translateX(100%);
} .it-hover-slide-right .it-caption {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
} .it-hover-slide-top-left .it-caption {
-webkit-transform: translate(-100%, -100%);
transform: translate(-100%, -100%);
} .it-hover-slide-top-right .it-caption {
-webkit-transform: translate(100%, -100%);
transform: translate(100%, -100%);
} .it-hover-slide-bottom-left .it-caption {
-webkit-transform: translate(-100%, 100%);
transform: translate(-100%, 100%);
} .it-hover-slide-bottom-right .it-caption {
-webkit-transform: translate(100%, 100%);
transform: translate(100%, 100%);
} [class^='it-hover-reveal-']:before,
[class*=' it-hover-reveal-']:before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
content: '';
background-color: #135796;
z-index:1;
}
[class^='it-hover-reveal-'] .it-caption,
[class*=' it-hover-reveal-'] .it-caption {
opacity: 0;
}
[class^='it-hover-reveal-']:hover:before,
[class*=' it-hover-reveal-']:hover:before {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
[class^='it-hover-reveal-']:hover .it-caption,
[class*=' it-hover-reveal-']:hover .it-caption {
opacity: 1;
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
z-index:1;
} .it-hover-reveal-up:before {
-webkit-transform: translateY(100%);
transform: translateY(100%);
} .it-hover-reveal-down:before {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
} .it-hover-reveal-left:before {
-webkit-transform: translateX(100%);
transform: translateX(100%);
} .it-hover-reveal-right:before {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
} .it-hover-reveal-top-left:before {
-webkit-transform: translate(-100%, -100%);
transform: translate(-100%, -100%);
} .it-hover-reveal-top-right:before {
-webkit-transform: translate(100%, -100%);
transform: translate(100%, -100%);
} .it-hover-reveal-bottom-left:before {
-webkit-transform: translate(-100%, 100%);
transform: translate(-100%, 100%);
} .it-hover-reveal-bottom-right:before {
-webkit-transform: translate(100%, 100%);
transform: translate(100%, 100%);
} [class^='it-hover-hinge-'],
[class*=' it-hover-hinge-'] {
-webkit-perspective: 50em;
perspective: 50em;
}
[class^='it-hover-hinge-'] .it-caption,
[class*=' it-hover-hinge-'] .it-caption {
opacity: 0;
z-index: 1;
}
[class^='it-hover-hinge-']:hover img,
[class*=' it-hover-hinge-']:hover img {
opacity: 0;
}
[class^='it-hover-hinge-']:hover .it-caption,
[class*=' it-hover-hinge-']:hover .it-caption {
opacity: 1;
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
} .it-hover-hinge-up img {
-webkit-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
.it-hover-hinge-up .it-caption {
-webkit-transform: rotateX(90deg);
transform: rotateX(90deg);
-webkit-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
.it-hover-hinge-up:hover > img {
-webkit-transform: rotateX(-90deg);
transform: rotateX(-90deg);
}
.it-hover-hinge-up:hover .it-caption {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
} .it-hover-hinge-down img {
-webkit-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
.it-hover-hinge-down .it-caption {
-webkit-transform: rotateX(-90deg);
transform: rotateX(-90deg);
-webkit-transform-origin: 50% -50%;
-ms-transform-origin: 50% -50%;
transform-origin: 50% -50%;
}
.it-hover-hinge-down:hover > img {
-webkit-transform: rotateX(90deg);
transform: rotateX(90deg);
opacity: 0;
}
.it-hover-hinge-down:hover .it-caption {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
} .it-hover-hinge-left img {
-webkit-transform-origin: 0% 50%;
-ms-transform-origin: 0% 50%;
transform-origin: 0% 50%;
}
.it-hover-hinge-left .it-caption {
-webkit-transform: rotateY(-90deg);
transform: rotateY(-90deg);
-webkit-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.it-hover-hinge-left:hover > img {
-webkit-transform: rotateY(90deg);
transform: rotateY(90deg);
}
.it-hover-hinge-left:hover .it-caption {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
} .it-hover-hinge-right img {
-webkit-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.it-hover-hinge-right .it-caption {
-webkit-transform: rotateY(90deg);
transform: rotateY(90deg);
-webkit-transform-origin: 0 50%;
-ms-transform-origin: 0 50%;
transform-origin: 0 50%;
}
.it-hover-hinge-right:hover > img {
-webkit-transform: rotateY(-90deg);
transform: rotateY(-90deg);
}
.it-hover-hinge-right:hover .it-caption {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
} [class^='it-hover-flip-'],
[class*=' it-hover-flip-'] {
-webkit-perspective: 50em;
perspective: 50em;
}
[class^='it-hover-flip-'] img,
[class*=' it-hover-flip-'] img {
backface-visibility: hidden;
}
[class^='it-hover-flip-'] .it-caption,
[class*=' it-hover-flip-'] .it-caption {
opacity: 0;
}
[class^='it-hover-flip-']:hover > img,
[class*=' it-hover-flip-']:hover > img {
opacity: 0;
}
[class^='it-hover-flip-']:hover .it-caption,
[class*=' it-hover-flip-']:hover .it-caption {
opacity: 1;
-webkit-transition-delay: 0.13999999999999999s;
transition-delay: 0.13999999999999999s;
} .it-hover-flip-horiz .it-caption {
-webkit-transform: rotateX(90deg);
transform: rotateX(90deg);
-webkit-transform-origin: 0% 50%;
-ms-transform-origin: 0% 50%;
transform-origin: 0% 50%;
}
.it-hover-flip-horiz:hover img {
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg);
}
.it-hover-flip-horiz:hover .it-caption {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
} .it-hover-flip-vert .it-caption {
-webkit-transform: rotateY(90deg);
transform: rotateY(90deg);
-webkit-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
.it-hover-flip-vert:hover > img {
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}
.it-hover-flip-vert:hover .it-caption {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
} .it-hover-flip-diag-1 .it-caption {
-webkit-transform: rotate3d(1, -1, 0, 100deg);
transform: rotate3d(1, -1, 0, 100deg);
}
.it-hover-flip-diag-1:hover > img {
-webkit-transform: rotate3d(-1, 1, 0, 100deg);
transform: rotate3d(-1, 1, 0, 100deg);
}
.it-hover-flip-diag-1:hover .it-caption {
-webkit-transform: rotate3d(0, 0, 0, 0deg);
transform: rotate3d(0, 0, 0, 0deg);
} .it-hover-flip-diag-2 .it-caption {
-webkit-transform: rotate3d(1, 1, 0, 100deg);
transform: rotate3d(1, 1, 0, 100deg);
}
.it-hover-flip-diag-2:hover > img {
-webkit-transform: rotate3d(-1, -1, 0, 100deg);
transform: rotate3d(-1, -1, 0, 100deg);
}
.it-hover-flip-diag-2:hover .it-caption {
-webkit-transform: rotate3d(0, 0, 0, 0deg);
transform: rotate3d(0, 0, 0, 0deg);
} [class^='it-hover-shutter-out-']:before,
[class*=' it-hover-shutter-out-']:before {
background: #135796;
position: absolute;
content: '';
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
[class^='it-hover-shutter-out-'] .it-caption,
[class*=' it-hover-shutter-out-'] .it-caption {
opacity: 0;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
[class^='it-hover-shutter-out-']:hover:before,
[class*=' it-hover-shutter-out-']:hover:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
[class^='it-hover-shutter-out-']:hover .it-caption,
[class*=' it-hover-shutter-out-']:hover .it-caption {
opacity: 1;
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
} .it-hover-shutter-out-horiz:before {
left: 50%;
right: 50%;
top: 0;
bottom: 0;
}
.it-hover-shutter-out-horiz:hover:before {
left: 0;
right: 0;
} .it-hover-shutter-out-vert:before {
top: 50%;
bottom: 50%;
left: 0;
right: 0;
}
.it-hover-shutter-out-vert:hover:before {
top: 0;
bottom: 0;
} .it-hover-shutter-out-diag-1:before {
top: 50%;
bottom: 50%;
left: -35%;
right: -35%;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.it-hover-shutter-out-diag-1:hover:before {
top: -35%;
bottom: -35%;
} .it-hover-shutter-out-diag-2:before {
top: 50%;
bottom: 50%;
left: -35%;
right: -35%;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.it-hover-shutter-out-diag-2:hover:before {
top: -35%;
bottom: -35%;
} [class^='it-hover-shutter-in-']:after,
[class*=' it-hover-shutter-in-']:after,
[class^='it-hover-shutter-in-']:before,
[class*=' it-hover-shutter-in-']:before {
background: #135796;
position: absolute;
content: '';
}
[class^='it-hover-shutter-in-']:after,
[class*=' it-hover-shutter-in-']:after {
top: 0;
left: 0;
}
[class^='it-hover-shutter-in-']:before,
[class*=' it-hover-shutter-in-']:before {
right: 0;
bottom: 0;
}
[class^='it-hover-shutter-in-'] .it-caption,
[class*=' it-hover-shutter-in-'] .it-caption {
opacity: 0;
z-index: 1;
}
[class^='it-hover-shutter-in-']:hover .it-caption,
[class*=' it-hover-shutter-in-']:hover .it-caption {
opacity: 1;
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
} .it-hover-shutter-in-horiz:after,
.it-hover-shutter-in-horiz:before {
width: 0;
height: 100%;
}
.it-hover-shutter-in-horiz:hover:after,
.it-hover-shutter-in-horiz:hover:before {
width: 50%;
} .it-hover-shutter-in-vert:after,
.it-hover-shutter-in-vert:before {
height: 0;
width: 100%;
}
.it-hover-shutter-in-vert:hover:after,
.it-hover-shutter-in-vert:hover:before {
height: 50%;
} .it-hover-shutter-in-out-horiz:after,
.it-hover-shutter-in-out-horiz:before {
width: 0;
height: 100%;
}
.it-hover-shutter-in-out-horiz:hover:after,
.it-hover-shutter-in-out-horiz:hover:before {
width: 100%;
opacity: 0.75;
} .it-hover-shutter-in-out-vert:after,
.it-hover-shutter-in-out-vert:before {
height: 0;
width: 100%;
}
.it-hover-shutter-in-out-vert:hover:after,
.it-hover-shutter-in-out-vert:hover:before {
height: 100%;
opacity: 0.75;
} .it-hover-shutter-in-out-diag-1:after,
.it-hover-shutter-in-out-diag-1:before {
width: 200%;
height: 200%;
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
opacity: 0.75;
}
.it-hover-shutter-in-out-diag-1:after {
-webkit-transform: skew(-45deg) translateX(-150%);
transform: skew(-45deg) translateX(-150%);
}
.it-hover-shutter-in-out-diag-1:before {
-webkit-transform: skew(-45deg) translateX(150%);
transform: skew(-45deg) translateX(150%);
}
.it-hover-shutter-in-out-diag-1:hover:after {
-webkit-transform: skew(-45deg) translateX(-50%);
transform: skew(-45deg) translateX(-50%);
}
.it-hover-shutter-in-out-diag-1:hover:before {
-webkit-transform: skew(-45deg) translateX(50%);
transform: skew(-45deg) translateX(50%);
} .it-hover-shutter-in-out-diag-2:after,
.it-hover-shutter-in-out-diag-2:before {
width: 200%;
height: 200%;
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
opacity: 0.75;
}
.it-hover-shutter-in-out-diag-2:after {
-webkit-transform: skew(45deg) translateX(-100%);
transform: skew(45deg) translateX(-100%);
}
.it-hover-shutter-in-out-diag-2:before {
-webkit-transform: skew(45deg) translateX(100%);
transform: skew(45deg) translateX(100%);
}
.it-hover-shutter-in-out-diag-2:hover:after {
-webkit-transform: skew(45deg) translateX(0%);
transform: skew(45deg) translateX(0%);
}
.it-hover-shutter-in-out-diag-2:hover:before {
-webkit-transform: skew(45deg) translateX(0%);
transform: skew(45deg) translateX(0%);
} [class^='it-hover-fold'],
[class*=' it-hover-fold'] {
-webkit-perspective: 50em;
perspective: 50em;
}
[class^='it-hover-fold'] img,
[class*=' it-hover-fold'] img {
-webkit-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
[class^='it-hover-fold'] .it-caption,
[class*=' it-hover-fold'] .it-caption {
z-index: 1;
opacity: 0;
}
[class^='it-hover-fold']:hover > img,
[class*=' it-hover-fold']:hover > img {
opacity: 0;
-webkit-transition-delay: 0;
transition-delay: 0;
}
[class^='it-hover-fold']:hover .it-caption,
[class*=' it-hover-fold']:hover .it-caption {
-webkit-transform: rotateX(0deg) translate3d(0, 0%, 0) scale(1);
transform: rotateX(0deg) translate3d(0, 0%, 0) scale(1);
opacity: 1;
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
} .it-hover-fold-up > img {
-webkit-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
.it-hover-fold-up .it-caption {
-webkit-transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
-webkit-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
.it-hover-fold-up:hover > img {
-webkit-transform: rotateX(90deg) scale(0.6) translateY(50%);
transform: rotateX(90deg) scale(0.6) translateY(50%);
} .it-hover-fold-down > img {
-webkit-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
.it-hover-fold-down .it-caption {
-webkit-transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
-webkit-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
.it-hover-fold-down:hover > img {
-webkit-transform: rotateX(-90deg) scale(0.6) translateY(-50%);
transform: rotateX(-90deg) scale(0.6) translateY(-50%);
} .it-hover-fold-left > img {
-webkit-transform-origin: 0% 50%;
-ms-transform-origin: 0% 50%;
transform-origin: 0% 50%;
}
.it-hover-fold-left .it-caption {
-webkit-transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
-webkit-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.it-hover-fold-left:hover > img {
-webkit-transform: rotateY(-90deg) scale(0.6) translateX(50%);
transform: rotateY(-90deg) scale(0.6) translateX(50%);
} .it-hover-fold-right {
-webkit-perspective: 50em;
perspective: 50em;
}
.it-hover-fold-right > img {
-webkit-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.it-hover-fold-right .it-caption {
-webkit-transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
-webkit-transform-origin: 0 50%;
-ms-transform-origin: 0 50%;
transform-origin: 0 50%;
}
.it-hover-fold-right:hover > img {
-webkit-transform: rotateY(90deg) scale(0.6) translateX(-50%);
transform: rotateY(90deg) scale(0.6) translateX(-50%);
} .it-hover-zoom-in .it-caption {
opacity: 0;
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
.it-hover-zoom-in:hover .it-caption {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
} [class^='it-hover-zoom-out'] .it-caption,
[class*=' it-hover-zoom-out'] .it-caption {
-webkit-transform: scale(0.5);
transform: scale(0.5);
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
opacity: 0;
}
[class^='it-hover-zoom-out']:hover .it-caption,
[class*=' it-hover-zoom-out']:hover .it-caption,
[class^='it-hover-zoom-out'].hover .it-caption,
[class*=' it-hover-zoom-out'].hover .it-caption {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
} .it-hover-zoom-out:hover > img {
-webkit-transform: scale(0.5);
transform: scale(0.5);
opacity: 0;
} .it-hover-zoom-out-up:hover > img,
.it-hover-zoom-out-up.hover > img {
-webkit-animation: it-hover-zoom-out-up 0.40249999999999997s linear;
animation: it-hover-zoom-out-up 0.40249999999999997s linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
@-webkit-keyframes it-hover-zoom-out-up {
50% {
-webkit-transform: scale(0.8) translateY(0%);
transform: scale(0.8) translateY(0%);
opacity: 0.5;
}
100% {
-webkit-transform: scale(0.8) translateY(-150%);
transform: scale(0.8) translateY(-150%);
opacity: 0.5;
}
}
@keyframes it-hover-zoom-out-up {
50% {
-webkit-transform: scale(0.8) translateY(0%);
transform: scale(0.8) translateY(0%);
opacity: 0.5;
}
100% {
-webkit-transform: scale(0.8) translateY(-150%);
transform: scale(0.8) translateY(-150%);
opacity: 0.5;
}
} .it-hover-zoom-out-down:hover > img,
.it-hover-zoom-out-down.hover > img {
-webkit-animation: it-hover-zoom-out-down 0.40249999999999997s linear;
animation: it-hover-zoom-out-down 0.40249999999999997s linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
@-webkit-keyframes it-hover-zoom-out-down {
50% {
-webkit-transform: scale(0.8) translateY(0%);
transform: scale(0.8) translateY(0%);
opacity: 0.5;
}
100% {
-webkit-transform: scale(0.8) translateY(150%);
transform: scale(0.8) translateY(150%);
opacity: 0.5;
}
}
@keyframes it-hover-zoom-out-down {
50% {
-webkit-transform: scale(0.8) translateY(0%);
transform: scale(0.8) translateY(0%);
opacity: 0.5;
}
100% {
-webkit-transform: scale(0.8) translateY(150%);
transform: scale(0.8) translateY(150%);
opacity: 0.5;
}
} .it-hover-zoom-out-left:hover > img,
.it-hover-zoom-out-left.hover > img {
-webkit-animation: it-hover-zoom-out-left 0.40249999999999997s linear;
animation: it-hover-zoom-out-left 0.40249999999999997s linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
@-webkit-keyframes it-hover-zoom-out-left {
50% {
-webkit-transform: scale(0.8) translateX(0%);
transform: scale(0.8) translateX(0%);
opacity: 0.5;
}
100% {
-webkit-transform: scale(0.8) translateX(-150%);
transform: scale(0.8) translateX(-150%);
opacity: 0.5;
}
}
@keyframes it-hover-zoom-out-left {
50% {
-webkit-transform: scale(0.8) translateX(0%);
transform: scale(0.8) translateX(0%);
opacity: 0.5;
}
100% {
-webkit-transform: scale(0.8) translateX(-150%);
transform: scale(0.8) translateX(-150%);
opacity: 0.5;
}
} .it-hover-zoom-out-right:hover > img,
.it-hover-zoom-out-right.hover > img {
-webkit-animation: it-hover-zoom-out-right 0.40249999999999997s linear;
animation: it-hover-zoom-out-right 0.40249999999999997s linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
@-webkit-keyframes it-hover-zoom-out-right {
50% {
-webkit-transform: scale(0.8) translateX(0%);
transform: scale(0.8) translateX(0%);
opacity: 0.5;
}
100% {
-webkit-transform: scale(0.8) translateX(150%);
transform: scale(0.8) translateX(150%);
opacity: 0.5;
}
}
@keyframes it-hover-zoom-out-right {
50% {
-webkit-transform: scale(0.8) translateX(0%);
transform: scale(0.8) translateX(0%);
opacity: 0.5;
}
100% {
-webkit-transform: scale(0.8) translateX(150%);
transform: scale(0.8) translateX(150%);
opacity: 0.5;
}
} .it-hover-zoom-out-flip-horiz {
-webkit-perspective: 50em;
perspective: 50em;
}
.it-hover-zoom-out-flip-horiz .it-caption {
opacity: 0;
-webkit-transform: rotateX(90deg) translateY(-100%) scale(0.5);
transform: rotateX(90deg) translateY(-100%) scale(0.5);
}
.it-hover-zoom-out-flip-horiz:hover > img,
.it-hover-zoom-out-flip-horiz.hover > img {
-webkit-transform: rotateX(-100deg) translateY(50%) scale(0.5);
transform: rotateX(-100deg) translateY(50%) scale(0.5);
opacity: 0;
-webkit-transition-delay: 0;
transition-delay: 0;
}
.it-hover-zoom-out-flip-horiz:hover .it-caption,
.it-hover-zoom-out-flip-horiz.hover .it-caption {
-webkit-transform: rotateX(0deg) translateY(0%) scale(1);
transform: rotateX(0deg) translateY(0%) scale(1);
opacity: 1;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
} .it-hover-zoom-out-flip-vert {
-webkit-perspective: 50em;
perspective: 50em;
}
.it-hover-zoom-out-flip-vert .it-caption {
opacity: 0;
-webkit-transform: rotateY(90deg) translate(50%, 0px) scale(0.5);
transform: rotateY(90deg) translate(50%, 0px) scale(0.5);
}
.it-hover-zoom-out-flip-vert:hover > img,
.it-hover-zoom-out-flip-vert.hover > img {
-webkit-transform: rotateY(-100deg) translateX(50%) scale(0.5);
transform: rotateY(-100deg) translateX(50%) scale(0.5);
opacity: 0;
-webkit-transition-delay: 0;
transition-delay: 0;
}
.it-hover-zoom-out-flip-vert:hover .it-caption,
.it-hover-zoom-out-flip-vert.hover .it-caption {
-webkit-transform: rotateY(0deg) translate(0px, 0px) scale(1);
transform: rotateY(0deg) translate(0px, 0px) scale(1);
opacity: 1;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
} .it-hover-blur .it-caption {
opacity: 0;
}
.it-hover-blur:hover > img {
-webkit-filter: blur(30px);
filter: blur(30px);
-webkit-transform: scale(1.2);
transform: scale(1.2);
opacity: 0;
}
.it-hover-blur:hover .it-caption {
opacity: 1;
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
} [class^='it-hover-blocks']:before,
[class*=' it-hover-blocks']:before,
[class^='it-hover-blocks']:after,
[class*=' it-hover-blocks']:after,
[class^='it-hover-blocks'] .it-caption:before,
[class*=' it-hover-blocks'] .it-caption:before,
[class^='it-hover-blocks'] .it-caption:after,
[class*=' it-hover-blocks'] .it-caption:after {
background-color: #135796;
opacity: 0;
position: absolute;
content: '';
height: 50%;
width: 50%;
}
[class^='it-hover-blocks']:before,
[class*=' it-hover-blocks']:before,
[class^='it-hover-blocks']:after,
[class*=' it-hover-blocks']:after {
z-index: 1;
}
[class^='it-hover-blocks']:before,
[class*=' it-hover-blocks']:before {
top: 0;
right: 0;
}
[class^='it-hover-blocks']:after,
[class*=' it-hover-blocks']:after {
bottom: 0;
left: 0;
}
[class^='it-hover-blocks'] .it-caption,
[class*=' it-hover-blocks'] .it-caption {
z-index: 3;
background-color: transparent;
}
[class^='it-hover-blocks'] .it-caption *,
[class*=' it-hover-blocks'] .it-caption * {
opacity: 0;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
[class^='it-hover-blocks'] .it-caption:before,
[class*=' it-hover-blocks'] .it-caption:before,
[class^='it-hover-blocks'] .it-caption:after,
[class*=' it-hover-blocks'] .it-caption:after {
z-index: -1;
}
[class^='it-hover-blocks'] .it-caption:before,
[class*=' it-hover-blocks'] .it-caption:before {
top: 0;
left: 0;
}
[class^='it-hover-blocks'] .it-caption:after,
[class*=' it-hover-blocks'] .it-caption:after {
bottom: 0;
right: 0;
}
[class^='it-hover-blocks'] a,
[class*=' it-hover-blocks'] a {
z-index: 3;
}
[class^='it-hover-blocks']:hover:before,
[class*=' it-hover-blocks']:hover:before,
[class^='it-hover-blocks']:hover:after,
[class*=' it-hover-blocks']:hover:after,
[class^='it-hover-blocks']:hover .it-caption:before,
[class*=' it-hover-blocks']:hover .it-caption:before,
[class^='it-hover-blocks']:hover .it-caption:after,
[class*=' it-hover-blocks']:hover .it-caption:after {
-webkit-transform: translate(0px, 0px) scale(1);
transform: translate(0px, 0px) scale(1);
opacity: 1;
}
[class^='it-hover-blocks']:hover .it-caption *,
[class*=' it-hover-blocks']:hover .it-caption * {
opacity: 1;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
} .it-hover-blocks-rotate-left:before {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
.it-hover-blocks-rotate-left:after {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.it-hover-blocks-rotate-left .it-caption:before {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.it-hover-blocks-rotate-left .it-caption:after {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
} .it-hover-blocks-rotate-right:before {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.it-hover-blocks-rotate-right:after {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.it-hover-blocks-rotate-right .it-caption:before {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
.it-hover-blocks-rotate-right .it-caption:after {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
} .it-hover-blocks-rotate-in-left:before {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.it-hover-blocks-rotate-in-left:after {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
.it-hover-blocks-rotate-in-left .it-caption:before {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.it-hover-blocks-rotate-in-left .it-caption:after {
-webkit-transform: translateX(100%);
transform: translateX(100%);
} .it-hover-blocks-rotate-in-right:before {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.it-hover-blocks-rotate-in-right:after {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.it-hover-blocks-rotate-in-right .it-caption:before {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.it-hover-blocks-rotate-in-right .it-caption:after {
-webkit-transform: translateY(100%);
transform: translateY(100%);
} .it-hover-blocks-in:before {
-webkit-transform: translate(100%, -100%);
transform: translate(100%, -100%);
}
.it-hover-blocks-in:after {
-webkit-transform: translate(-100%, 100%);
transform: translate(-100%, 100%);
}
.it-hover-blocks-in .it-caption:before {
-webkit-transform: translate(-100%, -100%);
transform: translate(-100%, -100%);
}
.it-hover-blocks-in .it-caption:after {
-webkit-transform: translate(100%, 100%);
transform: translate(100%, 100%);
} .it-hover-blocks-out:before {
-webkit-transform: translate(-100%, 100%);
transform: translate(-100%, 100%);
}
.it-hover-blocks-out:after {
-webkit-transform: translate(100%, -100%);
transform: translate(100%, -100%);
}
.it-hover-blocks-out .it-caption:before {
-webkit-transform: translate(100%, 100%);
transform: translate(100%, 100%);
}
.it-hover-blocks-out .it-caption:after {
-webkit-transform: translate(-100%, -100%);
transform: translate(-100%, -100%);
} .it-hover-blocks-float-up:before,
.it-hover-blocks-float-up:after,
.it-hover-blocks-float-up .it-caption:before,
.it-hover-blocks-float-up .it-caption:after {
-webkit-transform: translate(0, 200%);
transform: translate(0, 200%);
}
.it-hover-blocks-float-up:before {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.it-hover-blocks-float-up:after {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.it-hover-blocks-float-up .it-caption:before {
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.it-hover-blocks-float-up .it-caption:after {
-webkit-transition-delay: 0.13999999999999999s;
transition-delay: 0.13999999999999999s;
}
.it-hover-blocks-float-up:hover:before {
-webkit-transition-delay: 0.13999999999999999s;
transition-delay: 0.13999999999999999s;
}
.it-hover-blocks-float-up:hover:after {
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.it-hover-blocks-float-up:hover .it-caption:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.it-hover-blocks-float-up:hover .it-caption:after {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.it-hover-blocks-float-up:hover .it-caption * {
-webkit-transition-delay: 0.48999999999999994s;
transition-delay: 0.48999999999999994s;
} .it-hover-blocks-float-down:before,
.it-hover-blocks-float-down:after,
.it-hover-blocks-float-down .it-caption:before,
.it-hover-blocks-float-down .it-caption:after {
-webkit-transform: translate(0, -200%);
transform: translate(0, -200%);
}
.it-hover-blocks-float-down:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.it-hover-blocks-float-down:after {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.it-hover-blocks-float-down .it-caption:before {
-webkit-transition-delay: 0.13999999999999999s;
transition-delay: 0.13999999999999999s;
}
.it-hover-blocks-float-down .it-caption:after {
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.it-hover-blocks-float-down:hover:before {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.it-hover-blocks-float-down:hover:after {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.it-hover-blocks-float-down:hover .it-caption:before {
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.it-hover-blocks-float-down:hover .it-caption:after {
-webkit-transition-delay: 0.13999999999999999s;
transition-delay: 0.13999999999999999s;
}
.it-hover-blocks-float-down:hover .it-caption * {
-webkit-transition-delay: 0.48999999999999994s;
transition-delay: 0.48999999999999994s;
} .it-hover-blocks-float-left:before,
.it-hover-blocks-float-left:after,
.it-hover-blocks-float-left .it-caption:before,
.it-hover-blocks-float-left .it-caption:after {
-webkit-transform: translate(200%, 0);
transform: translate(200%, 0);
}
.it-hover-blocks-float-left:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.it-hover-blocks-float-left:after {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.it-hover-blocks-float-left .it-caption:before {
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.it-hover-blocks-float-left .it-caption:after {
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.it-hover-blocks-float-left:hover:before {
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.it-hover-blocks-float-left:hover:after {
-webkit-transition-delay: 0.13999999999999999s;
transition-delay: 0.13999999999999999s;
}
.it-hover-blocks-float-left:hover .it-caption:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.it-hover-blocks-float-left:hover .it-caption:after {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.it-hover-blocks-float-left:hover .it-caption * {
-webkit-transition-delay: 0.48999999999999994s;
transition-delay: 0.48999999999999994s;
} .it-hover-blocks-float-right:before,
.it-hover-blocks-float-right:after,
.it-hover-blocks-float-right .it-caption:before,
.it-hover-blocks-float-right .it-caption:after {
-webkit-transform: translate(-200%, 0);
transform: translate(-200%, 0);
}
.it-hover-blocks-float-right:before {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.it-hover-blocks-float-right:after {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.it-hover-blocks-float-right .it-caption:before {
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.it-hover-blocks-float-right .it-caption:after {
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.it-hover-blocks-float-right:hover:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.it-hover-blocks-float-right:hover:after {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.it-hover-blocks-float-right:hover .it-caption:before {
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.it-hover-blocks-float-right:hover .it-caption:after {
-webkit-transition-delay: 0.13999999999999999s;
transition-delay: 0.13999999999999999s;
}
.it-hover-blocks-float-right:hover .it-caption * {
-webkit-transition-delay: 0.48999999999999994s;
transition-delay: 0.48999999999999994s;
} .it-hover-blocks-zoom-top-left:before,
.it-hover-blocks-zoom-top-left:after,
.it-hover-blocks-zoom-top-left .it-caption:before,
.it-hover-blocks-zoom-top-left .it-caption:after {
-webkit-transform: scale(0.05);
transform: scale(0.05);
}
.it-hover-blocks-zoom-top-left:hover:before {
-webkit-transition-delay: 0.175s;
transition-delay: 0.175s;
}
.it-hover-blocks-zoom-top-left:hover:after {
-webkit-transition-delay: 0.175s;
transition-delay: 0.175s;
}
.it-hover-blocks-zoom-top-left:hover .it-caption:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.it-hover-blocks-zoom-top-left:hover .it-caption:after {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.it-hover-blocks-zoom-top-left:hover .it-caption * {
-webkit-transition-delay: 0.48999999999999994s;
transition-delay: 0.48999999999999994s;
} .it-hover-blocks-zoom-top-right:before,
.it-hover-blocks-zoom-top-right:after,
.it-hover-blocks-zoom-top-right .it-caption:before,
.it-hover-blocks-zoom-top-right .it-caption:after {
-webkit-transform: scale(0.05);
transform: scale(0.05);
}
.it-hover-blocks-zoom-top-right:hover:before {
-webkit-transition-delay: 0, 0s;
transition-delay: 0, 0s;
}
.it-hover-blocks-zoom-top-right:hover:after {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.it-hover-blocks-zoom-top-right:hover .it-caption:before {
-webkit-transition-delay: 0.175s;
transition-delay: 0.175s;
}
.it-hover-blocks-zoom-top-right:hover .it-caption:after {
-webkit-transition-delay: 0.175s;
transition-delay: 0.175s;
}
.it-hover-blocks-zoom-top-right:hover .it-caption * {
-webkit-transition-delay: 0.48999999999999994s;
transition-delay: 0.48999999999999994s;
} .it-hover-blocks-zoom-bottom-left:before,
.it-hover-blocks-zoom-bottom-left:after,
.it-hover-blocks-zoom-bottom-left .it-caption:before,
.it-hover-blocks-zoom-bottom-left .it-caption:after {
-webkit-transform: scale(0.05);
transform: scale(0.05);
}
.it-hover-blocks-zoom-bottom-left:hover:before {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.it-hover-blocks-zoom-bottom-left:hover:after {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.it-hover-blocks-zoom-bottom-left:hover .it-caption:before {
-webkit-transition-delay: 0.175s;
transition-delay: 0.175s;
}
.it-hover-blocks-zoom-bottom-left:hover .it-caption:after {
-webkit-transition-delay: 0.175s;
transition-delay: 0.175s;
}
.it-hover-blocks-zoom-bottom-left:hover .it-caption * {
-webkit-transition-delay: 0.48999999999999994s;
transition-delay: 0.48999999999999994s;
} .it-hover-blocks-zoom-bottom-right:before,
.it-hover-blocks-zoom-bottom-right:after,
.it-hover-blocks-zoom-bottom-right .it-caption:before,
.it-hover-blocks-zoom-bottom-right .it-caption:after {
-webkit-transform: scale(0.05);
transform: scale(0.05);
}
.it-hover-blocks-zoom-bottom-right:hover:before {
-webkit-transition-delay: 0.175s;
transition-delay: 0.175s;
}
.it-hover-blocks-zoom-bottom-right:hover:after {
-webkit-transition-delay: 0.175s;
transition-delay: 0.175s;
}
.it-hover-blocks-zoom-bottom-right:hover .it-caption:before {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.it-hover-blocks-zoom-bottom-right:hover .it-caption:after {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.it-hover-blocks-zoom-bottom-right:hover .it-caption * {
-webkit-transition-delay: 0.48999999999999994s;
transition-delay: 0.48999999999999994s;
} [class^='it-hover-strip-shutter']:before,
[class*=' it-hover-strip-shutter']:before,
[class^='it-hover-strip-shutter']:after,
[class*=' it-hover-strip-shutter']:after,
[class^='it-hover-strip-shutter'] .it-caption:before,
[class*=' it-hover-strip-shutter'] .it-caption:before,
[class^='it-hover-strip-shutter'] .it-caption:after,
[class*=' it-hover-strip-shutter'] .it-caption:after {
background-color: #135796;
opacity: 0;
position: absolute;
content: '';
}
[class^='it-hover-strip-shutter']:before,
[class*=' it-hover-strip-shutter']:before,
[class^='it-hover-strip-shutter']:after,
[class*=' it-hover-strip-shutter']:after {
z-index: 1;
}
[class^='it-hover-strip-shutter'] .it-caption,
[class*=' it-hover-strip-shutter'] .it-caption {
z-index: 3;
background-color: transparent;
}
[class^='it-hover-strip-shutter'] .it-caption *,
[class*=' it-hover-strip-shutter'] .it-caption * {
opacity: 0;
}
[class^='it-hover-strip-shutter'] .it-caption:before,
[class*=' it-hover-strip-shutter'] .it-caption:before,
[class^='it-hover-strip-shutter'] .it-caption:after,
[class*=' it-hover-strip-shutter'] .it-caption:after {
z-index: -1;
}
[class^='it-hover-strip-shutter'] a,
[class*=' it-hover-strip-shutter'] a {
z-index: 3;
}
[class^='it-hover-strip-shutter']:hover:before,
[class*=' it-hover-strip-shutter']:hover:before,
[class^='it-hover-strip-shutter']:hover:after,
[class*=' it-hover-strip-shutter']:hover:after,
[class^='it-hover-strip-shutter']:hover .it-caption:before,
[class*=' it-hover-strip-shutter']:hover .it-caption:before,
[class^='it-hover-strip-shutter']:hover .it-caption:after,
[class*=' it-hover-strip-shutter']:hover .it-caption:after {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
[class^='it-hover-strip-shutter']:hover .it-caption *,
[class*=' it-hover-strip-shutter']:hover .it-caption * {
opacity: 1;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
} .it-hover-strip-shutter-up:before,
.it-hover-strip-shutter-up:after,
.it-hover-strip-shutter-up .it-caption:before,
.it-hover-strip-shutter-up .it-caption:after {
height: 26%;
width: 100%;
-webkit-transform: scaleX(0);
transform: scaleX(0);
left: 0;
}
.it-hover-strip-shutter-up:before {
top: 0;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.it-hover-strip-shutter-up:after {
top: 25%;
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.it-hover-strip-shutter-up .it-caption:before {
top: 50%;
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.it-hover-strip-shutter-up .it-caption:after {
top: 75%;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
} .it-hover-strip-shutter-down:before,
.it-hover-strip-shutter-down:after,
.it-hover-strip-shutter-down .it-caption:before,
.it-hover-strip-shutter-down .it-caption:after {
height: 26%;
width: 100%;
-webkit-transform: scaleX(0);
transform: scaleX(0);
left: 0;
}
.it-hover-strip-shutter-down:before {
top: 0;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.it-hover-strip-shutter-down:after {
top: 25%;
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.it-hover-strip-shutter-down .it-caption:before {
top: 50%;
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.it-hover-strip-shutter-down .it-caption:after {
top: 75%;
-webkit-transition-delay: 0s;
transition-delay: 0s;
} .it-hover-strip-shutter-left:before,
.it-hover-strip-shutter-left:after,
.it-hover-strip-shutter-left .it-caption:before,
.it-hover-strip-shutter-left .it-caption:after {
width: 26%;
height: 100%;
-webkit-transform: scaleY(0);
transform: scaleY(0);
top: 0;
}
.it-hover-strip-shutter-left:before {
left: 0;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.it-hover-strip-shutter-left:after {
left: 25%;
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.it-hover-strip-shutter-left .it-caption:before {
left: 50%;
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.it-hover-strip-shutter-left .it-caption:after {
left: 75%;
-webkit-transition-delay: 0s;
transition-delay: 0s;
} .it-hover-strip-shutter-right:before,
.it-hover-strip-shutter-right:after,
.it-hover-strip-shutter-right .it-caption:before,
.it-hover-strip-shutter-right .it-caption:after {
width: 26%;
height: 100%;
-webkit-transform: scaleY(0);
transform: scaleY(0);
top: 0;
}
.it-hover-strip-shutter-right:before {
left: 0;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.it-hover-strip-shutter-right:after {
left: 25%;
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.it-hover-strip-shutter-right .it-caption:before {
left: 50%;
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.it-hover-strip-shutter-right .it-caption:after {
left: 75%;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
} [class^='it-hover-strip-horiz']:before,
[class*=' it-hover-strip-horiz']:before,
[class^='it-hover-strip-horiz']:after,
[class*=' it-hover-strip-horiz']:after,
[class^='it-hover-strip-horiz'] .it-caption:before,
[class*=' it-hover-strip-horiz'] .it-caption:before,
[class^='it-hover-strip-horiz'] .it-caption:after,
[class*=' it-hover-strip-horiz'] .it-caption:after {
background-color: #135796;
opacity: 0;
position: absolute;
content: '';
height: 26%;
width: 100%;
-webkit-transform: scaleX(0);
transform: scaleX(0);
left: 0;
}
[class^='it-hover-strip-horiz']:before,
[class*=' it-hover-strip-horiz']:before,
[class^='it-hover-strip-horiz']:after,
[class*=' it-hover-strip-horiz']:after {
z-index: 1;
}
[class^='it-hover-strip-horiz']:before,
[class*=' it-hover-strip-horiz']:before {
top: 0;
}
[class^='it-hover-strip-horiz']:after,
[class*=' it-hover-strip-horiz']:after {
top: 25%;
}
[class^='it-hover-strip-horiz'] .it-caption,
[class*=' it-hover-strip-horiz'] .it-caption {
z-index: 3;
background-color: transparent;
}
[class^='it-hover-strip-horiz'] .it-caption *,
[class*=' it-hover-strip-horiz'] .it-caption * {
opacity: 0;
}
[class^='it-hover-strip-horiz'] .it-caption:before,
[class*=' it-hover-strip-horiz'] .it-caption:before,
[class^='it-hover-strip-horiz'] .it-caption:after,
[class*=' it-hover-strip-horiz'] .it-caption:after {
z-index: -1;
}
[class^='it-hover-strip-horiz'] .it-caption:before,
[class*=' it-hover-strip-horiz'] .it-caption:before {
top: 50%;
}
[class^='it-hover-strip-horiz'] .it-caption:after,
[class*=' it-hover-strip-horiz'] .it-caption:after {
top: 75%;
}
[class^='it-hover-strip-horiz'] a,
[class*=' it-hover-strip-horiz'] a {
z-index: 3;
}
[class^='it-hover-strip-horiz']:hover:before,
[class*=' it-hover-strip-horiz']:hover:before,
[class^='it-hover-strip-horiz']:hover:after,
[class*=' it-hover-strip-horiz']:hover:after,
[class^='it-hover-strip-horiz']:hover .it-caption:before,
[class*=' it-hover-strip-horiz']:hover .it-caption:before,
[class^='it-hover-strip-horiz']:hover .it-caption:after,
[class*=' it-hover-strip-horiz']:hover .it-caption:after {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
[class^='it-hover-strip-horiz']:hover .it-caption *,
[class*=' it-hover-strip-horiz']:hover .it-caption * {
opacity: 1;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
} .it-hover-strip-horiz-up:before,
.it-hover-strip-horiz-up:after,
.it-hover-strip-horiz-up .it-caption:before,
.it-hover-strip-horiz-up .it-caption:after {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
} .it-hover-strip-horiz-down:before,
.it-hover-strip-horiz-down:after,
.it-hover-strip-horiz-down .it-caption:before,
.it-hover-strip-horiz-down .it-caption:after {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
transform-origin: 50% 0%;
} .it-hover-strip-horiz-top-left:before,
.it-hover-strip-horiz-top-left:after,
.it-hover-strip-horiz-top-left .it-caption:before,
.it-hover-strip-horiz-top-left .it-caption:after {
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
.it-hover-strip-horiz-top-left:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.it-hover-strip-horiz-top-left:after {
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.it-hover-strip-horiz-top-left .it-caption:before {
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.it-hover-strip-horiz-top-left .it-caption:after {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
} .it-hover-strip-horiz-top-right:before,
.it-hover-strip-horiz-top-right:after,
.it-hover-strip-horiz-top-right .it-caption:before,
.it-hover-strip-horiz-top-right .it-caption:after {
-webkit-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.it-hover-strip-horiz-top-right:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.it-hover-strip-horiz-top-right:after {
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.it-hover-strip-horiz-top-right .it-caption:before {
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.it-hover-strip-horiz-top-right .it-caption:after {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
} .it-hover-strip-horiz-bottom-left:before,
.it-hover-strip-horiz-bottom-left:after,
.it-hover-strip-horiz-bottom-left .it-caption:before,
.it-hover-strip-horiz-bottom-left .it-caption:after {
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
.it-hover-strip-horiz-bottom-left:before {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.it-hover-strip-horiz-bottom-left:after {
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.it-hover-strip-horiz-bottom-left .it-caption:before {
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.it-hover-strip-horiz-bottom-left .it-caption:after {
-webkit-transition-delay: 0s;
transition-delay: 0s;
} .it-hover-strip-horiz-bottom-right:before,
.it-hover-strip-horiz-bottom-right:after,
.it-hover-strip-horiz-bottom-right .it-caption:before,
.it-hover-strip-horiz-bottom-right .it-caption:after {
-webkit-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.it-hover-strip-horiz-bottom-right:before {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.it-hover-strip-horiz-bottom-right:after {
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.it-hover-strip-horiz-bottom-right .it-caption:before {
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.it-hover-strip-horiz-bottom-right .it-caption:after {
-webkit-transition-delay: 0s;
transition-delay: 0s;
} [class^='it-hover-strip-vert']:before,
[class*=' it-hover-strip-vert']:before,
[class^='it-hover-strip-vert']:after,
[class*=' it-hover-strip-vert']:after,
[class^='it-hover-strip-vert'] .it-caption:before,
[class*=' it-hover-strip-vert'] .it-caption:before,
[class^='it-hover-strip-vert'] .it-caption:after,
[class*=' it-hover-strip-vert'] .it-caption:after {
background-color: #135796;
opacity: 0;
position: absolute;
content: '';
width: 26%;
height: 100%;
-webkit-transform: scaleY(0);
transform: scaleY(0);
top: 0;
}
[class^='it-hover-strip-vert']:before,
[class*=' it-hover-strip-vert']:before,
[class^='it-hover-strip-vert']:after,
[class*=' it-hover-strip-vert']:after {
z-index: 1;
}
[class^='it-hover-strip-vert']:before,
[class*=' it-hover-strip-vert']:before {
left: 0;
}
[class^='it-hover-strip-vert']:after,
[class*=' it-hover-strip-vert']:after {
left: 25%;
}
[class^='it-hover-strip-vert'] .it-caption,
[class*=' it-hover-strip-vert'] .it-caption {
z-index: 3;
background-color: transparent;
}
[class^='it-hover-strip-vert'] .it-caption *,
[class*=' it-hover-strip-vert'] .it-caption * {
opacity: 0;
}
[class^='it-hover-strip-vert'] .it-caption:before,
[class*=' it-hover-strip-vert'] .it-caption:before,
[class^='it-hover-strip-vert'] .it-caption:after,
[class*=' it-hover-strip-vert'] .it-caption:after {
z-index: -1;
}
[class^='it-hover-strip-vert'] .it-caption:before,
[class*=' it-hover-strip-vert'] .it-caption:before {
left: 50%;
}
[class^='it-hover-strip-vert'] .it-caption:after,
[class*=' it-hover-strip-vert'] .it-caption:after {
left: 75%;
}
[class^='it-hover-strip-vert'] a,
[class*=' it-hover-strip-vert'] a {
z-index: 3;
}
[class^='it-hover-strip-vert']:hover:before,
[class*=' it-hover-strip-vert']:hover:before,
[class^='it-hover-strip-vert']:hover:after,
[class*=' it-hover-strip-vert']:hover:after,
[class^='it-hover-strip-vert']:hover .it-caption:before,
[class*=' it-hover-strip-vert']:hover .it-caption:before,
[class^='it-hover-strip-vert']:hover .it-caption:after,
[class*=' it-hover-strip-vert']:hover .it-caption:after {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
[class^='it-hover-strip-vert']:hover .it-caption *,
[class*=' it-hover-strip-vert']:hover .it-caption * {
opacity: 1;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
} .it-hover-strip-vert-left:before,
.it-hover-strip-vert-left:after,
.it-hover-strip-vert-left .it-caption:before,
.it-hover-strip-vert-left .it-caption:after {
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
transform-origin: 100% 50%;
} .it-hover-strip-vert-right:before,
.it-hover-strip-vert-right:after,
.it-hover-strip-vert-right .it-caption:before,
.it-hover-strip-vert-right .it-caption:after {
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0% 50%;
-ms-transform-origin: 0% 50%;
transform-origin: 0% 50%;
} .it-hover-strip-vert-top-left:before,
.it-hover-strip-vert-top-left:after,
.it-hover-strip-vert-top-left .it-caption:before,
.it-hover-strip-vert-top-left .it-caption:after {
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
.it-hover-strip-vert-top-left:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.it-hover-strip-vert-top-left:after {
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.it-hover-strip-vert-top-left .it-caption:before {
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.it-hover-strip-vert-top-left .it-caption:after {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
} .it-hover-strip-vert-top-right:before,
.it-hover-strip-vert-top-right:after,
.it-hover-strip-vert-top-right .it-caption:before,
.it-hover-strip-vert-top-right .it-caption:after {
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
.it-hover-strip-vert-top-right:before {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.it-hover-strip-vert-top-right:after {
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.it-hover-strip-vert-top-right .it-caption:before {
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.it-hover-strip-vert-top-right .it-caption:after {
-webkit-transition-delay: 0s;
transition-delay: 0s;
} .it-hover-strip-vert-bottom-left:before,
.it-hover-strip-vert-bottom-left:after,
.it-hover-strip-vert-bottom-left .it-caption:before,
.it-hover-strip-vert-bottom-left .it-caption:after {
-webkit-transform-origin: 0 100%;
-ms-transform-origin: 0 100%;
transform-origin: 0 100%;
}
.it-hover-strip-vert-bottom-left:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.it-hover-strip-vert-bottom-left:after {
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.it-hover-strip-vert-bottom-left .it-caption:before {
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.it-hover-strip-vert-bottom-left .it-caption:after {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
} .it-hover-strip-vert-bottom-right:before,
.it-hover-strip-vert-bottom-right:after,
.it-hover-strip-vert-bottom-right .it-caption:before,
.it-hover-strip-vert-bottom-right .it-caption:after {
-webkit-transform-origin: 0 100%;
-ms-transform-origin: 0 100%;
transform-origin: 0 100%;
}
.it-hover-strip-vert-bottom-right:before {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.it-hover-strip-vert-bottom-right:after {
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.it-hover-strip-vert-bottom-right .it-caption:before {
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.it-hover-strip-vert-bottom-right .it-caption:after {
-webkit-transition-delay: 0s;
transition-delay: 0s;
} [class^='it-hover-pixel']:before,
[class*=' it-hover-pixel']:before,
[class^='it-hover-pixel']:after,
[class*=' it-hover-pixel']:after,
[class^='it-hover-pixel'] .it-caption:before,
[class*=' it-hover-pixel'] .it-caption:before,
[class^='it-hover-pixel'] .it-caption:after,
[class*=' it-hover-pixel'] .it-caption:after {
-webkit-transition: all 0.35s steps(4);
transition: all 0.35s steps(4);
background-color: #135796;
opacity: 0;
position: absolute;
content: '';
height: 26%;
width: 100%;
-webkit-transform: scaleX(0);
transform: scaleX(0);
left: 0;
}
[class^='it-hover-pixel']:before,
[class*=' it-hover-pixel']:before,
[class^='it-hover-pixel']:after,
[class*=' it-hover-pixel']:after {
z-index: 1;
}
[class^='it-hover-pixel']:before,
[class*=' it-hover-pixel']:before {
top: 0;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
[class^='it-hover-pixel']:after,
[class*=' it-hover-pixel']:after {
top: 25%;
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
[class^='it-hover-pixel'] .it-caption,
[class*=' it-hover-pixel'] .it-caption {
z-index: 3;
background-color: transparent;
}
[class^='it-hover-pixel'] .it-caption *,
[class*=' it-hover-pixel'] .it-caption * {
opacity: 0;
}
[class^='it-hover-pixel'] .it-caption:before,
[class*=' it-hover-pixel'] .it-caption:before,
[class^='it-hover-pixel'] .it-caption:after,
[class*=' it-hover-pixel'] .it-caption:after {
z-index: -1;
}
[class^='it-hover-pixel'] .it-caption:before,
[class*=' it-hover-pixel'] .it-caption:before {
top: 50%;
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
[class^='it-hover-pixel'] .it-caption:after,
[class*=' it-hover-pixel'] .it-caption:after {
top: 75%;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
[class^='it-hover-pixel'] a,
[class*=' it-hover-pixel'] a {
z-index: 3;
}
[class^='it-hover-pixel']:hover:before,
[class*=' it-hover-pixel']:hover:before,
[class^='it-hover-pixel']:hover:after,
[class*=' it-hover-pixel']:hover:after,
[class^='it-hover-pixel']:hover .it-caption:before,
[class*=' it-hover-pixel']:hover .it-caption:before,
[class^='it-hover-pixel']:hover .it-caption:after,
[class*=' it-hover-pixel']:hover .it-caption:after {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
[class^='it-hover-pixel']:hover .it-caption *,
[class*=' it-hover-pixel']:hover .it-caption * {
opacity: 1;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
} .it-hover-pixel-up:before,
.it-hover-pixel-up:after,
.it-hover-pixel-up .it-caption:before,
.it-hover-pixel-up .it-caption:after {
-webkit-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
transform-origin: 50% 0;
}
.it-hover-pixel-up:before {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.it-hover-pixel-up:after {
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.it-hover-pixel-up .it-caption:before {
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.it-hover-pixel-up .it-caption:after {
-webkit-transition-delay: 0s;
transition-delay: 0s;
} .it-hover-pixel-down:before,
.it-hover-pixel-down:after,
.it-hover-pixel-down .it-caption:before,
.it-hover-pixel-down .it-caption:after {
-webkit-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
transform-origin: 50% 0;
}
.it-hover-pixel-down:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.it-hover-pixel-down:after {
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.it-hover-pixel-down .it-caption:before {
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.it-hover-pixel-down .it-caption:after {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
} .it-hover-pixel-left:before,
.it-hover-pixel-left:after,
.it-hover-pixel-left .it-caption:before,
.it-hover-pixel-left .it-caption:after {
width: 25.1%;
height: 100%;
-webkit-transform: scaleY(0);
transform: scaleY(0);
top: 0;
}
.it-hover-pixel-left:before {
left: 0;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.it-hover-pixel-left:after {
left: 25%;
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.it-hover-pixel-left .it-caption:before {
left: 50%;
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.it-hover-pixel-left .it-caption:after {
left: 75%;
-webkit-transition-delay: 0s;
transition-delay: 0s;
} .it-hover-pixel-right:before,
.it-hover-pixel-right:after,
.it-hover-pixel-right .it-caption:before,
.it-hover-pixel-right .it-caption:after {
width: 25.1%;
height: 100%;
-webkit-transform: scaleY(0);
transform: scaleY(0);
top: 0;
}
.it-hover-pixel-right:before {
left: 0;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.it-hover-pixel-right:after {
left: 25%;
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.it-hover-pixel-right .it-caption:before {
left: 50%;
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.it-hover-pixel-right .it-caption:after {
left: 75%;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
} .it-hover-pixel-top-left:before,
.it-hover-pixel-top-left:after,
.it-hover-pixel-top-left .it-caption:before,
.it-hover-pixel-top-left .it-caption:after {
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
.it-hover-pixel-top-left:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.it-hover-pixel-top-left:after {
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.it-hover-pixel-top-left .it-caption:before {
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.it-hover-pixel-top-left .it-caption:after {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
} .it-hover-pixel-top-right:before,
.it-hover-pixel-top-right:after,
.it-hover-pixel-top-right .it-caption:before,
.it-hover-pixel-top-right .it-caption:after {
-webkit-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.it-hover-pixel-top-right:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.it-hover-pixel-top-right:after {
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.it-hover-pixel-top-right .it-caption:before {
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.it-hover-pixel-top-right .it-caption:after {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
} .it-hover-pixel-bottom-left:before,
.it-hover-pixel-bottom-left:after,
.it-hover-pixel-bottom-left .it-caption:before,
.it-hover-pixel-bottom-left .it-caption:after {
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
.it-hover-pixel-bottom-left:before {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.it-hover-pixel-bottom-left:after {
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.it-hover-pixel-bottom-left .it-caption:before {
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.it-hover-pixel-bottom-left .it-caption:after {
-webkit-transition-delay: 0s;
transition-delay: 0s;
} .it-hover-pixel-bottom-right:before,
.it-hover-pixel-bottom-right:after,
.it-hover-pixel-bottom-right .it-caption:before,
.it-hover-pixel-bottom-right .it-caption:after {
-webkit-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.it-hover-pixel-bottom-right:before {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.it-hover-pixel-bottom-right:after {
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.it-hover-pixel-bottom-right .it-caption:before {
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.it-hover-pixel-bottom-right .it-caption:after {
-webkit-transition-delay: 0s;
transition-delay: 0s;
} [class^='it-hover-pivot-in'] .it-caption,
[class*=' it-hover-pivot-in'] .it-caption {
background-color: #135796;
}
[class^='it-hover-pivot-in']:hover .it-caption,
[class*=' it-hover-pivot-in']:hover .it-caption {
-webkit-transform: rotate(0);
transform: rotate(0);
} .it-hover-pivot-in-top-left .it-caption {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
} .it-hover-pivot-in-top-right .it-caption {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0;
} .it-hover-pivot-in-bottom-left .it-caption {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transform-origin: 0 100%;
-ms-transform-origin: 0 100%;
transform-origin: 0 100%;
} .it-hover-pivot-in-bottom-right .it-caption {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
transform-origin: 100% 100%;
} [class^='it-hover-pivot-out'] > img,
[class*=' it-hover-pivot-out'] > img {
-webkit-transform: rotate(0);
transform: rotate(0);
}
[class^='it-hover-pivot-out'] .it-caption,
[class*=' it-hover-pivot-out'] .it-caption {
background-color: #135796;
z-index: -1;
} .it-hover-pivot-out-top-left > img {
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
.it-hover-pivot-out-top-left:hover > img {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
} .it-hover-pivot-out-top-right > img {
-webkit-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.it-hover-pivot-out-top-right:hover > img {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
} .it-hover-pivot-out-bottom-left > img {
-webkit-transform-origin: 0 100%;
-ms-transform-origin: 0 100%;
transform-origin: 0 100%;
}
.it-hover-pivot-out-bottom-left:hover > img {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
} .it-hover-pivot-out-bottom-right > img {
-webkit-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
.it-hover-pivot-out-bottom-right:hover > img {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
} [class^='it-hover-throw-in'] .it-caption,
[class*=' it-hover-throw-in'] .it-caption {
background-color: #135796;
}
[class^='it-hover-throw-in']:hover .it-caption,
[class*=' it-hover-throw-in']:hover .it-caption {
-webkit-transform: rotate(0);
transform: rotate(0);
} .it-hover-throw-in-up .it-caption {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: 0 100%;
-ms-transform-origin: 0 100%;
transform-origin: 0 100%;
}
.it-hover-throw-in-up:hover .it-caption {
-webkit-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0;
} .it-hover-throw-in-down .it-caption {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: 100% 0%;
-ms-transform-origin: 100% 0%;
transform-origin: 100% 0%;
}
.it-hover-throw-in-down:hover .it-caption {
-webkit-transform-origin: 0 100%;
-ms-transform-origin: 0 100%;
transform-origin: 0 100%;
} .it-hover-throw-in-left .it-caption {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transform-origin: 100% 0%;
-ms-transform-origin: 100% 0%;
transform-origin: 100% 0%;
}
.it-hover-throw-in-left:hover .it-caption {
-webkit-transform-origin: 0% 100%;
-ms-transform-origin: 0% 100%;
transform-origin: 0% 100%;
} .it-hover-throw-in-right .it-caption {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: 0 0%;
-ms-transform-origin: 0 0%;
transform-origin: 0 0%;
}
.it-hover-throw-in-right:hover .it-caption {
-webkit-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
transform-origin: 100% 100%;
} [class^='it-hover-throw-out'] > img,
[class*=' it-hover-throw-out'] > img {
-webkit-transform: rotate(0);
transform: rotate(0);
}
[class^='it-hover-throw-out'] .it-caption,
[class*=' it-hover-throw-out'] .it-caption {
background-color: #135796;
z-index: -1;
} .it-hover-throw-out-up > img {
-webkit-transform-origin: 0% 100%;
-ms-transform-origin: 0% 100%;
transform-origin: 0% 100%;
}
.it-hover-throw-out-up:hover > img {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0;
} .it-hover-throw-out-down > img {
-webkit-transform-origin: 0% 100%;
-ms-transform-origin: 0% 100%;
transform-origin: 0% 100%;
}
.it-hover-throw-out-down:hover > img {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
transform-origin: 100% 100%;
} .it-hover-throw-out-left > img {
-webkit-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.it-hover-throw-out-left:hover > img {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
} .it-hover-throw-out-right > img {
-webkit-transform-origin: 0% 0;
-ms-transform-origin: 0% 0;
transform-origin: 0% 0;
}
.it-hover-throw-out-right:hover > img {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0;
} [class^='it-hover-blinds']:before,
[class*=' it-hover-blinds']:before,
[class^='it-hover-blinds']:after,
[class*=' it-hover-blinds']:after,
[class^='it-hover-blinds'] .it-caption:before,
[class*=' it-hover-blinds'] .it-caption:before,
[class^='it-hover-blinds'] .it-caption:after,
[class*=' it-hover-blinds'] .it-caption:after {
background-color: #135796;
opacity: 0;
position: absolute;
content: '';
}
[class^='it-hover-blinds']:before,
[class*=' it-hover-blinds']:before,
[class^='it-hover-blinds']:after,
[class*=' it-hover-blinds']:after {
z-index: 1;
}
[class^='it-hover-blinds']:before,
[class*=' it-hover-blinds']:before {
top: 0;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
[class^='it-hover-blinds']:after,
[class*=' it-hover-blinds']:after {
top: 25%;
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
[class^='it-hover-blinds'] .it-caption,
[class*=' it-hover-blinds'] .it-caption {
z-index: 3;
background-color: transparent;
}
[class^='it-hover-blinds'] .it-caption *,
[class*=' it-hover-blinds'] .it-caption * {
opacity: 0;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
[class^='it-hover-blinds'] .it-caption:before,
[class*=' it-hover-blinds'] .it-caption:before,
[class^='it-hover-blinds'] .it-caption:after,
[class*=' it-hover-blinds'] .it-caption:after {
z-index: -1;
}
[class^='it-hover-blinds'] a,
[class*=' it-hover-blinds'] a {
z-index: 3;
}
[class^='it-hover-blinds']:hover:before,
[class*=' it-hover-blinds']:hover:before,
[class^='it-hover-blinds']:hover:after,
[class*=' it-hover-blinds']:hover:after,
[class^='it-hover-blinds']:hover .it-caption:before,
[class*=' it-hover-blinds']:hover .it-caption:before,
[class^='it-hover-blinds']:hover .it-caption:after,
[class*=' it-hover-blinds']:hover .it-caption:after {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
[class^='it-hover-blinds']:hover .it-caption *,
[class*=' it-hover-blinds']:hover .it-caption * {
opacity: 1;
-webkit-transition-delay: 0.40249999999999997s;
transition-delay: 0.40249999999999997s;
} .it-hover-blinds-horiz:before,
.it-hover-blinds-horiz:after,
.it-hover-blinds-horiz .it-caption:before,
.it-hover-blinds-horiz .it-caption:after {
height: 26%;
width: 100%;
-webkit-transform: scaleY(0);
transform: scaleY(0);
left: 0;
}
.it-hover-blinds-horiz:before {
top: 0;
}
.it-hover-blinds-horiz:after {
top: 25%;
}
.it-hover-blinds-horiz .it-caption:before {
top: 50%;
}
.it-hover-blinds-horiz .it-caption:after {
top: 75%;
}
.it-hover-blinds-horiz:hover .it-caption * {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
} .it-hover-blinds-vert:before,
.it-hover-blinds-vert:after,
.it-hover-blinds-vert .it-caption:before,
.it-hover-blinds-vert .it-caption:after {
width: 26%;
height: 100%;
-webkit-transform: scaleX(0);
transform: scaleX(0);
top: 0;
}
.it-hover-blinds-vert:before {
left: 0;
}
.it-hover-blinds-vert:after {
left: 25%;
}
.it-hover-blinds-vert .it-caption:before {
left: 50%;
}
.it-hover-blinds-vert .it-caption:after {
left: 75%;
}
.it-hover-blinds-vert:hover .it-caption * {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
} .it-hover-blinds-up:before,
.it-hover-blinds-up:after,
.it-hover-blinds-up .it-caption:before,
.it-hover-blinds-up .it-caption:after {
height: 26%;
width: 100%;
-webkit-transform: scaleY(0);
transform: scaleY(0);
left: 0;
}
.it-hover-blinds-up:before {
top: 0;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.it-hover-blinds-up:after {
top: 25%;
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.it-hover-blinds-up .it-caption:before {
top: 50%;
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.it-hover-blinds-up .it-caption:after {
top: 75%;
-webkit-transition-delay: 0s;
transition-delay: 0s;
} .it-hover-blinds-down:before,
.it-hover-blinds-down:after,
.it-hover-blinds-down .it-caption:before,
.it-hover-blinds-down .it-caption:after {
height: 26%;
width: 100%;
-webkit-transform: scaleY(0);
transform: scaleY(0);
left: 0;
}
.it-hover-blinds-down:before {
top: 0;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.it-hover-blinds-down:after {
top: 25%;
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.it-hover-blinds-down .it-caption:before {
top: 50%;
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.it-hover-blinds-down .it-caption:after {
top: 75%;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
} .it-hover-blinds-left:before,
.it-hover-blinds-left:after,
.it-hover-blinds-left .it-caption:before,
.it-hover-blinds-left .it-caption:after {
width: 26%;
height: 100%;
-webkit-transform: scaleX(0);
transform: scaleX(0);
top: 0;
}
.it-hover-blinds-left:before {
left: 0;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.it-hover-blinds-left:after {
left: 25%;
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.it-hover-blinds-left .it-caption:before {
left: 50%;
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.it-hover-blinds-left .it-caption:after {
left: 75%;
-webkit-transition-delay: 0s;
transition-delay: 0s;
} .it-hover-blinds-right:before,
.it-hover-blinds-right:after,
.it-hover-blinds-right .it-caption:before,
.it-hover-blinds-right .it-caption:after {
width: 26%;
height: 100%;
-webkit-transform: scaleX(0);
transform: scaleX(0);
top: 0;
}
.it-hover-blinds-right:before {
left: 0;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.it-hover-blinds-right:after {
left: 25%;
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.it-hover-blinds-right .it-caption:before {
left: 50%;
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.it-hover-blinds-right .it-caption:after {
left: 75%;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
} [class^='it-hover-border-reveal'],
[class*=' it-hover-border-reveal'] {
background-color: transparent;
}
[class^='it-hover-border-reveal']:before,
[class*=' it-hover-border-reveal']:before,
[class^='it-hover-border-reveal']:after,
[class*=' it-hover-border-reveal']:after,
[class^='it-hover-border-reveal'] .it-caption:before,
[class*=' it-hover-border-reveal'] .it-caption:before,
[class^='it-hover-border-reveal'] .it-caption:after,
[class*=' it-hover-border-reveal'] .it-caption:after {
background-color: #ffffff;
position: absolute;
content: '';
}
[class^='it-hover-border-reveal']:before,
[class*=' it-hover-border-reveal']:before,
[class^='it-hover-border-reveal']:after,
[class*=' it-hover-border-reveal']:after {
z-index: 1;
height: 4px;
left: 5px;
right: 5px;
-webkit-transform: scaleX(0);
transform: scaleX(0);
}
[class^='it-hover-border-reveal']:before,
[class*=' it-hover-border-reveal']:before {
top: 5px;
}
[class^='it-hover-border-reveal']:after,
[class*=' it-hover-border-reveal']:after {
bottom: 5px;
}
[class^='it-hover-border-reveal'] .it-caption,
[class*=' it-hover-border-reveal'] .it-caption {
z-index: 3;
background-color: transparent;
}
[class^='it-hover-border-reveal'] .it-caption *,
[class*=' it-hover-border-reveal'] .it-caption * {
opacity: 0;
}
[class^='it-hover-border-reveal'] .it-caption:before,
[class*=' it-hover-border-reveal'] .it-caption:before,
[class^='it-hover-border-reveal'] .it-caption:after,
[class*=' it-hover-border-reveal'] .it-caption:after {
z-index: -1;
width: 4px;
top: 5px;
bottom: 5px;
-webkit-transform: scaleY(0);
transform: scaleY(0);
}
[class^='it-hover-border-reveal'] .it-caption:before,
[class*=' it-hover-border-reveal'] .it-caption:before {
left: 5px;
}
[class^='it-hover-border-reveal'] .it-caption:after,
[class*=' it-hover-border-reveal'] .it-caption:after {
right: 5px;
}
[class^='it-hover-border-reveal'] a,
[class*=' it-hover-border-reveal'] a {
z-index: 3;
}
[class^='it-hover-border-reveal']:hover > img,
[class*=' it-hover-border-reveal']:hover > img {
opacity: 0;
}
[class^='it-hover-border-reveal']:hover:before,
[class*=' it-hover-border-reveal']:hover:before,
[class^='it-hover-border-reveal']:hover:after,
[class*=' it-hover-border-reveal']:hover:after,
[class^='it-hover-border-reveal']:hover .it-caption:before,
[class*=' it-hover-border-reveal']:hover .it-caption:before,
[class^='it-hover-border-reveal']:hover .it-caption:after,
[class*=' it-hover-border-reveal']:hover .it-caption:after {
-webkit-transform: scale(1);
transform: scale(1);
}
[class^='it-hover-border-reveal']:hover .it-caption *,
[class*=' it-hover-border-reveal']:hover .it-caption * {
opacity: 1;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
} .it-hover-border-reveal-vert:before,
.it-hover-border-reveal-vert:after {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.it-hover-border-reveal-vert:hover:before,
.it-hover-border-reveal-vert:hover:after {
-webkit-transition-delay: 0.2333333333333333s;
transition-delay: 0.2333333333333333s;
} .it-hover-border-reveal-horiz .it-caption:before,
.it-hover-border-reveal-horiz .it-caption:after {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.it-hover-border-reveal-horiz:hover .it-caption:before,
.it-hover-border-reveal-horiz:hover .it-caption:after {
-webkit-transition-delay: 0.2333333333333333s;
transition-delay: 0.2333333333333333s;
} .it-hover-border-reveal-corners-1:before,
.it-hover-border-reveal-corners-1 .it-caption:before {
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
.it-hover-border-reveal-corners-1:after,
.it-hover-border-reveal-corners-1 .it-caption:after {
-webkit-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
transform-origin: 100% 100%;
} .it-hover-border-reveal-corners-2:before,
.it-hover-border-reveal-corners-2 .it-caption:before {
-webkit-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
.it-hover-border-reveal-corners-2:after,
.it-hover-border-reveal-corners-2 .it-caption:after {
-webkit-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
transform-origin: 0% 0%;
} .it-hover-border-reveal-top-left:before,
.it-hover-border-reveal-top-left:after,
.it-hover-border-reveal-top-left .it-caption:before,
.it-hover-border-reveal-top-left .it-caption:after {
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
.it-hover-border-reveal-top-left:before {
-webkit-transition-delay: 0.27999999999999997s;
transition-delay: 0.27999999999999997s;
}
.it-hover-border-reveal-top-left:after {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.it-hover-border-reveal-top-left .it-caption:before {
-webkit-transition-delay: 0.27999999999999997s;
transition-delay: 0.27999999999999997s;
}
.it-hover-border-reveal-top-left .it-caption:after {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.it-hover-border-reveal-top-left:hover:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.it-hover-border-reveal-top-left:hover:after {
-webkit-transition-delay: 0.27999999999999997s;
transition-delay: 0.27999999999999997s;
}
.it-hover-border-reveal-top-left:hover .it-caption:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.it-hover-border-reveal-top-left:hover .it-caption:after {
-webkit-transition-delay: 0.27999999999999997s;
transition-delay: 0.27999999999999997s;
} .it-hover-border-reveal-top-right:before,
.it-hover-border-reveal-top-right:after,
.it-hover-border-reveal-top-right .it-caption:before,
.it-hover-border-reveal-top-right .it-caption:after {
-webkit-transform-origin: 100% 0%;
-ms-transform-origin: 100% 0%;
transform-origin: 100% 0%;
}
.it-hover-border-reveal-top-right:before {
-webkit-transition-delay: 0.27999999999999997s;
transition-delay: 0.27999999999999997s;
}
.it-hover-border-reveal-top-right:after {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.it-hover-border-reveal-top-right .it-caption:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.it-hover-border-reveal-top-right .it-caption:after {
-webkit-transition-delay: 0.27999999999999997s;
transition-delay: 0.27999999999999997s;
}
.it-hover-border-reveal-top-right:hover:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.it-hover-border-reveal-top-right:hover:after {
-webkit-transition-delay: 0.27999999999999997s;
transition-delay: 0.27999999999999997s;
}
.it-hover-border-reveal-top-right:hover .it-caption:before {
-webkit-transition-delay: 0.27999999999999997s;
transition-delay: 0.27999999999999997s;
}
.it-hover-border-reveal-top-right:hover .it-caption:after {
-webkit-transition-delay: 0s;
transition-delay: 0s;
} .it-hover-border-reveal-bottom-left:before,
.it-hover-border-reveal-bottom-left:after,
.it-hover-border-reveal-bottom-left .it-caption:before,
.it-hover-border-reveal-bottom-left .it-caption:after {
-webkit-transform-origin: 0% 100%;
-ms-transform-origin: 0% 100%;
transform-origin: 0% 100%;
}
.it-hover-border-reveal-bottom-left:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.it-hover-border-reveal-bottom-left:after {
-webkit-transition-delay: 0.27999999999999997s;
transition-delay: 0.27999999999999997s;
}
.it-hover-border-reveal-bottom-left .it-caption:before {
-webkit-transition-delay: 0.27999999999999997s;
transition-delay: 0.27999999999999997s;
}
.it-hover-border-reveal-bottom-left .it-caption:after {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.it-hover-border-reveal-bottom-left:hover:before {
-webkit-transition-delay: 0.27999999999999997s;
transition-delay: 0.27999999999999997s;
}
.it-hover-border-reveal-bottom-left:hover:after {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.it-hover-border-reveal-bottom-left:hover .it-caption:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.it-hover-border-reveal-bottom-left:hover .it-caption:after {
-webkit-transition-delay: 0.27999999999999997s;
transition-delay: 0.27999999999999997s;
} .it-hover-border-reveal-bottom-right:before,
.it-hover-border-reveal-bottom-right:after,
.it-hover-border-reveal-bottom-right .it-caption:before,
.it-hover-border-reveal-bottom-right .it-caption:after {
-webkit-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
.it-hover-border-reveal-bottom-right:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.it-hover-border-reveal-bottom-right:after {
-webkit-transition-delay: 0.27999999999999997s;
transition-delay: 0.27999999999999997s;
}
.it-hover-border-reveal-bottom-right .it-caption:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.it-hover-border-reveal-bottom-right .it-caption:after {
-webkit-transition-delay: 0.27999999999999997s;
transition-delay: 0.27999999999999997s;
}
.it-hover-border-reveal-bottom-right:hover:before {
-webkit-transition-delay: 0.27999999999999997s;
transition-delay: 0.27999999999999997s;
}
.it-hover-border-reveal-bottom-right:hover:after {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.it-hover-border-reveal-bottom-right:hover .it-caption:before {
-webkit-transition-delay: 0.27999999999999997s;
transition-delay: 0.27999999999999997s;
}
.it-hover-border-reveal-bottom-right:hover .it-caption:after {
-webkit-transition-delay: 0s;
transition-delay: 0s;
} .it-hover-border-reveal-cc-1:before,
.it-hover-border-reveal-cc-1:after,
.it-hover-border-reveal-cc-1 .it-caption:before,
.it-hover-border-reveal-cc-1 .it-caption:after {
-webkit-transition-duration: 0.2333333333333333s;
transition-duration: 0.2333333333333333s;
}
.it-hover-border-reveal-cc-1:before,
.it-hover-border-reveal-cc-1 .it-caption:after {
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
.it-hover-border-reveal-cc-1:after,
.it-hover-border-reveal-cc-1 .it-caption:before {
-webkit-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
.it-hover-border-reveal-cc-1:before {
-webkit-transition-delay: 0.5249999999999999s;
transition-delay: 0.5249999999999999s;
}
.it-hover-border-reveal-cc-1:after {
-webkit-transition-delay: 0.175s;
transition-delay: 0.175s;
}
.it-hover-border-reveal-cc-1 .it-caption:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.it-hover-border-reveal-cc-1 .it-caption:after {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.it-hover-border-reveal-cc-1:hover:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.it-hover-border-reveal-cc-1:hover:after {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.it-hover-border-reveal-cc-1:hover .it-caption:before {
-webkit-transition-delay: 0.5249999999999999s;
transition-delay: 0.5249999999999999s;
}
.it-hover-border-reveal-cc-1:hover .it-caption:after {
-webkit-transition-delay: 0.175s;
transition-delay: 0.175s;
} .it-hover-border-reveal-ccc-1:before,
.it-hover-border-reveal-ccc-1:after,
.it-hover-border-reveal-ccc-1 .it-caption:before,
.it-hover-border-reveal-ccc-1 .it-caption:after {
-webkit-transition-duration: 0.2333333333333333s;
transition-duration: 0.2333333333333333s;
}
.it-hover-border-reveal-ccc-1:before,
.it-hover-border-reveal-ccc-1 .it-caption:after {
-webkit-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
.it-hover-border-reveal-ccc-1:after,
.it-hover-border-reveal-ccc-1 .it-caption:before {
-webkit-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
transform-origin: 0% 0%;
}
.it-hover-border-reveal-ccc-1:before {
-webkit-transition-delay: 0;
transition-delay: 0;
}
.it-hover-border-reveal-ccc-1:after {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.it-hover-border-reveal-ccc-1 .it-caption:before {
-webkit-transition-delay: 0.5249999999999999s;
transition-delay: 0.5249999999999999s;
}
.it-hover-border-reveal-ccc-1 .it-caption:after {
-webkit-transition-delay: 0.175s;
transition-delay: 0.175s;
}
.it-hover-border-reveal-ccc-1:hover:before {
-webkit-transition-delay: 0.5249999999999999s;
transition-delay: 0.5249999999999999s;
}
.it-hover-border-reveal-ccc-1:hover:after {
-webkit-transition-delay: 0.175s;
transition-delay: 0.175s;
}
.it-hover-border-reveal-ccc-1:hover .it-caption:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.it-hover-border-reveal-ccc-1:hover .it-caption:after {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
} .it-hover-border-reveal-cc-2:before,
.it-hover-border-reveal-cc-2 .it-caption:after {
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
.it-hover-border-reveal-cc-2:after,
.it-hover-border-reveal-cc-2 .it-caption:before {
-webkit-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
transform-origin: 100% 100%;
} .it-hover-border-reveal-ccc-2:before,
.it-hover-border-reveal-ccc-2 .it-caption:after {
-webkit-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
.it-hover-border-reveal-ccc-2:after,
.it-hover-border-reveal-ccc-2 .it-caption:before {
-webkit-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
transform-origin: 0% 0%;
} .it-hover-border-reveal-cc-3:before,
.it-hover-border-reveal-cc-3 .it-caption:after {
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
.it-hover-border-reveal-cc-3:after,
.it-hover-border-reveal-cc-3 .it-caption:before {
-webkit-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
.it-hover-border-reveal-cc-3:before {
right: 14px;
left: 0;
}
.it-hover-border-reveal-cc-3:after {
left: 14px;
right: 0;
}
.it-hover-border-reveal-cc-3 .it-caption:before {
top: 14px;
bottom: 0;
}
.it-hover-border-reveal-cc-3 .it-caption:after {
bottom: 14px;
top: 0;
} .it-hover-border-reveal-ccc-3:before,
.it-hover-border-reveal-ccc-3 .it-caption:after {
-webkit-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
.it-hover-border-reveal-ccc-3:after,
.it-hover-border-reveal-ccc-3 .it-caption:before {
-webkit-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
transform-origin: 0% 0%;
}
.it-hover-border-reveal-ccc-3:before {
left: 14px;
right: 0;
}
.it-hover-border-reveal-ccc-3:after {
right: 14px;
left: 0;
}
.it-hover-border-reveal-ccc-3 .it-caption:before {
bottom: 14px;
top: 0;
}
.it-hover-border-reveal-ccc-3 .it-caption:after {
top: 14px;
bottom: 0;
} [class^='it-hover-image-'] .it-caption,
[class*=' it-hover-image-'] .it-caption {
opacity: 0;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
[class^='it-hover-image-']:hover .it-caption,
[class*=' it-hover-image-']:hover .it-caption {
opacity: 1;
-webkit-transition-delay: 0.13999999999999999s;
transition-delay: 0.13999999999999999s;
} .it-hover-image-zoom-center:hover > img {
-webkit-transform: scale(1.25);
transform: scale(1.25);
} .it-hover-image-zoom-out:hover > img {
-webkit-transform: scale(0.7);
transform: scale(0.7);
} .it-hover-image-rotate-left:hover > img {
-webkit-transform: scale(1.3) rotate(-15deg);
transform: scale(1.3) rotate(-15deg);
} .it-hover-image-rotate-right:hover > img {
-webkit-transform: scale(1.3) rotate(15deg);
transform: scale(1.3) rotate(15deg);
} *[class^='it-hover-book-open-'],
*[class*=' it-hover-book-open-'] {
overflow: visible;
}
*[class^='it-hover-book-open-'] .it-caption,
*[class*=' it-hover-book-open-'] .it-caption {
background-color: transparent;
border: none;
}
*[class^='it-hover-book-open-'] .it-caption:before,
*[class*=' it-hover-book-open-'] .it-caption:before,
*[class^='it-hover-book-open-'] .it-caption:after,
*[class*=' it-hover-book-open-'] .it-caption:after {
z-index: -1;
background-color: #000000;
content: '';
position: absolute;
opacity: 0;
-webkit-transition: all 0.45s ease;
transition: all 0.45s ease;
}
*[class^='it-hover-book-open-']:hover .it-caption:before,
*[class*=' it-hover-book-open-']:hover .it-caption:before,
*[class^='it-hover-book-open-']:hover .it-caption:after,
*[class*=' it-hover-book-open-']:hover .it-caption:after {
opacity: 1;
background-color: #135796;
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
} .it-hover-book-open-horiz .it-caption {
-webkit-perspective: 50em;
perspective: 50em;
}
.it-hover-book-open-horiz .it-caption * {
opacity: 0;
}
.it-hover-book-open-horiz .it-caption:before,
.it-hover-book-open-horiz .it-caption:after {
height: 100%;
width: 50%;
top: 0;
}
.it-hover-book-open-horiz .it-caption:before {
background-image: -webkit-linear-gradient(left, transparent 60%, rgba(0, 0, 0, 0.1) 99%, rgba(0, 0, 0, 0.15) 100%);
background-image: linear-gradient(to right, transparent 60%, rgba(0, 0, 0, 0.1) 99%, rgba(0, 0, 0, 0.15) 100%);
left: 0;
-webkit-transform: rotateY(90deg);
transform: rotateY(90deg);
-webkit-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.it-hover-book-open-horiz .it-caption:after {
background-image: -webkit-linear-gradient(right, transparent 60%, rgba(0, 0, 0, 0.12) 99%, rgba(0, 0, 0, 0.15) 100%);
background-image: linear-gradient(to left, transparent 60%, rgba(0, 0, 0, 0.12) 99%, rgba(0, 0, 0, 0.15) 100%);
right: 0;
-webkit-transform: rotateY(-90deg);
transform: rotateY(-90deg);
-webkit-transform-origin: 0% 50%;
-ms-transform-origin: 0% 50%;
transform-origin: 0% 50%;
}
.it-hover-book-open-horiz:hover .it-caption * {
opacity: 1;
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
} .it-hover-book-open-vert .it-caption {
-webkit-perspective: 50em;
perspective: 50em;
}
.it-hover-book-open-vert .it-caption * {
opacity: 0;
}
.it-hover-book-open-vert .it-caption:before,
.it-hover-book-open-vert .it-caption:after {
height: 50%;
width: 100%;
left: 0;
}
.it-hover-book-open-vert .it-caption:before {
background-image: -webkit-linear-gradient(top, transparent 60%, rgba(0, 0, 0, 0.1) 99%, rgba(0, 0, 0, 0.15) 100%);
background-image: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.1) 99%, rgba(0, 0, 0, 0.15) 100%);
top: 0;
-webkit-transform: rotateX(-90deg);
transform: rotateX(-90deg);
-webkit-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
.it-hover-book-open-vert .it-caption:after {
background-image: -webkit-linear-gradient(bottom, transparent 60%, rgba(0, 0, 0, 0.13) 99%, rgba(0, 0, 0, 0.15) 100%);
background-image: linear-gradient(to top, transparent 60%, rgba(0, 0, 0, 0.13) 99%, rgba(0, 0, 0, 0.15) 100%);
bottom: 0;
-webkit-transform: rotateX(90deg);
transform: rotateX(90deg);
-webkit-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
.it-hover-book-open-vert:hover .it-caption * {
opacity: 1;
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
} .it-hover-book-open-up {
-webkit-perspective: 50em;
perspective: 50em;
}
.it-hover-book-open-up > img {
-webkit-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
.it-hover-book-open-up .it-caption {
z-index: -1;
}
.it-hover-book-open-up .it-caption * {
opacity: 1;
}
.it-hover-book-open-up .it-caption:after {
position: absolute;
top: 0;
bottom: 0;
right: 0;
background-image: -webkit-linear-gradient(bottom, transparent 80%, rgba(0, 0, 0, 0.2) 99%, rgba(0, 0, 0, 0.3) 100%);
background-image: linear-gradient(to top, transparent 80%, rgba(0, 0, 0, 0.2) 99%, rgba(0, 0, 0, 0.3) 100%);
left: 0;
}
.it-hover-book-open-up:hover > img {
-webkit-transform: rotateX(86deg);
transform: rotateX(86deg);
} .it-hover-book-open-down {
-webkit-perspective: 50em;
perspective: 50em;
}
.it-hover-book-open-down > img {
-webkit-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
.it-hover-book-open-down .it-caption {
z-index: -1;
}
.it-hover-book-open-down .it-caption * {
opacity: 1;
}
.it-hover-book-open-down .it-caption:after {
position: absolute;
top: 0;
bottom: 0;
right: 0;
background-image: -webkit-linear-gradient(top, transparent 80%, rgba(0, 0, 0, 0.2) 99%, rgba(0, 0, 0, 0.3) 100%);
background-image: linear-gradient(to bottom, transparent 80%, rgba(0, 0, 0, 0.2) 99%, rgba(0, 0, 0, 0.3) 100%);
left: 0;
}
.it-hover-book-open-down:hover > img {
-webkit-transform: rotateX(-86deg);
transform: rotateX(-86deg);
} .it-hover-book-open-left {
-webkit-perspective: 50em;
perspective: 50em;
}
.it-hover-book-open-left > img {
-webkit-transform-origin: 0% 50%;
-ms-transform-origin: 0% 50%;
transform-origin: 0% 50%;
}
.it-hover-book-open-left .it-caption {
z-index: -1;
}
.it-hover-book-open-left .it-caption * {
opacity: 1;
}
.it-hover-book-open-left .it-caption:after {
position: absolute;
top: 0;
bottom: 0;
right: 0;
background-image: -webkit-linear-gradient(right, transparent 80%, rgba(0, 0, 0, 0.2) 99%, rgba(0, 0, 0, 0.3) 100%);
background-image: linear-gradient(to left, transparent 80%, rgba(0, 0, 0, 0.2) 99%, rgba(0, 0, 0, 0.3) 100%);
left: 0;
}
.it-hover-book-open-left:hover > img {
-webkit-transform: rotateY(-86deg);
transform: rotateY(-86deg);
} .it-hover-book-open-right {
-webkit-perspective: 50em;
perspective: 50em;
}
.it-hover-book-open-right > img {
-webkit-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.it-hover-book-open-right .it-caption {
z-index: -1;
}
.it-hover-book-open-right .it-caption * {
opacity: 1;
}
.it-hover-book-open-right .it-caption:after {
position: absolute;
top: 0;
bottom: 0;
right: 0;
background-image: -webkit-linear-gradient(left, transparent 80%, rgba(0, 0, 0, 0.2) 99%, rgba(0, 0, 0, 0.3) 100%);
background-image: linear-gradient(to right, transparent 80%, rgba(0, 0, 0, 0.2) 99%, rgba(0, 0, 0, 0.3) 100%);
left: 0;
}
.it-hover-book-open-right:hover > img {
-webkit-transform: rotateY(86deg);
transform: rotateY(86deg);
} [class^='it-hover-circle-']:before,
[class*=' it-hover-circle-']:before {
position: absolute;
top: -25%;
bottom: -25%;
left: -25%;
right: -25%;
content: '';
background-color: #135796;
border-radius: 50%;
-webkit-transition: all 0.35s linear;
transition: all 0.35s linear;
z-index:1;
}
[class^='it-hover-circle-'] .it-caption,
[class*=' it-hover-circle-'] .it-caption {
opacity: 0;
background-color: transparent;
z-index:1;
}
[class^='it-hover-circle-']:hover:before,
[class*=' it-hover-circle-']:hover:before {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
[class^='it-hover-circle-']:hover .it-caption,
[class*=' it-hover-circle-']:hover .it-caption {
opacity: 1;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
} .it-hover-circle-up:before {
-webkit-transform: translateY(100%);
transform: translateY(100%);
} .it-hover-circle-down:before {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
} .it-hover-circle-left:before {
-webkit-transform: translateX(100%);
transform: translateX(100%);
} .it-hover-circle-right:before {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
} .it-hover-circle-top-left:before {
-webkit-transform: translate(-100%, -100%);
transform: translate(-100%, -100%);
} .it-hover-circle-top-right:before {
-webkit-transform: translate(100%, -100%);
transform: translate(100%, -100%);
} .it-hover-circle-bottom-left:before {
-webkit-transform: translate(-100%, 100%);
transform: translate(-100%, 100%);
} .it-hover-circle-bottom-right:before {
-webkit-transform: translate(100%, 100%);
transform: translate(100%, 100%);
} [class^='it-hover-shift'],
[class*=' it-hover-shift'] {
overflow: visible;
}
[class^='it-hover-shift'] .it-caption,
[class*=' it-hover-shift'] .it-caption {
background-color: #135796;
opacity: 0;
} .it-hover-shift-top-left:hover .it-caption {
opacity: 1;
-webkit-transform: translate(-10px, -10px);
transform: translate(-10px, -10px);
} .it-hover-shift-top-right:hover .it-caption {
opacity: 1;
-webkit-transform: translate(10px, -10px);
transform: translate(10px, -10px);
} .it-hover-shift-bottom-left:hover .it-caption {
opacity: 1;
-webkit-transform: translate(-10px, 10px);
transform: translate(-10px, 10px);
} .it-hover-shift-bottom-right:hover .it-caption {
opacity: 1;
-webkit-transform: translate(10px, 10px);
transform: translate(10px, 10px);
} [class^='it-hover-bounce'] .it-caption,
[class*=' it-hover-bounce'] .it-caption {
background-color: #135796;
opacity: 1;
} .it-hover-bounce-in .it-caption {
opacity: 0;
}
.it-hover-bounce-in:hover .it-caption {
-webkit-animation: it-hover-bounce-in 0.6s ease-in forwards;
animation: it-hover-bounce-in 0.6s ease-in forwards;
opacity: 1;
}
@-webkit-keyframes it-hover-bounce-in {
from,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes it-hover-bounce-in {
from,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
} .it-hover-bounce-in-up .it-caption {
opacity: 1;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
.it-hover-bounce-in-up:hover .it-caption {
-webkit-animation: it-hover-bounce-in-up 0.8s ease-in forwards;
animation: it-hover-bounce-in-up 0.8s ease-in forwards;
}
@-webkit-keyframes it-hover-bounce-in-up {
25%,
50%,
80%,
100% {
-webkit-transform: translateY(0);
}
40% {
-webkit-transform: translateY(25px);
}
65% {
-webkit-transform: translateY(10px);
}
90% {
-webkit-transform: translateY(2px);
}
}
@keyframes it-hover-bounce-in-up {
25%,
50%,
80%,
100% {
transform: translateY(0);
}
40% {
transform: translateY(25px);
}
65% {
transform: translateY(10px);
}
90% {
transform: translateY(2px);
}
} .it-hover-bounce-in-down .it-caption {
opacity: 1;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.it-hover-bounce-in-down:hover .it-caption {
-webkit-animation: it-hover-bounce-in-down 0.8s ease-in forwards;
animation: it-hover-bounce-in-down 0.8s ease-in forwards;
}
@-webkit-keyframes it-hover-bounce-in-down {
25%,
50%,
80%,
100% {
-webkit-transform: translateY(0);
}
40% {
-webkit-transform: translateY(-25px);
}
65% {
-webkit-transform: translateY(-10px);
}
90% {
-webkit-transform: translateY(-2px);
}
}
@keyframes it-hover-bounce-in-down {
25%,
50%,
80%,
100% {
transform: translateY(0);
}
40% {
transform: translateY(-25px);
}
65% {
transform: translateY(-10px);
}
90% {
transform: translateY(-2px);
}
} .it-hover-bounce-in-left .it-caption {
opacity: 1;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.it-hover-bounce-in-left:hover .it-caption {
-webkit-animation: it-hover-bounce-in-left 0.8s ease-in forwards;
animation: it-hover-bounce-in-left 0.8s ease-in forwards;
}
@-webkit-keyframes it-hover-bounce-in-left {
25%,
50%,
80%,
100% {
-webkit-transform: translateX(0);
}
40% {
-webkit-transform: translateX(25px);
}
65% {
-webkit-transform: translateX(10px);
}
90% {
-webkit-transform: translateX(2px);
}
}
@keyframes it-hover-bounce-in-left {
25%,
50%,
80%,
100% {
transform: translateX(0);
}
40% {
transform: translateX(25px);
}
65% {
transform: translateX(10px);
}
90% {
transform: translateX(2px);
}
} .it-hover-bounce-in-right .it-caption {
opacity: 1;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.it-hover-bounce-in-right:hover .it-caption {
-webkit-animation: it-hover-bounce-in-right 0.8s ease-in forwards;
animation: it-hover-bounce-in-right 0.8s ease-in forwards;
}
@-webkit-keyframes it-hover-bounce-in-right {
25%,
50%,
80%,
100% {
-webkit-transform: translateX(0);
}
40% {
-webkit-transform: translateX(-25px);
}
65% {
-webkit-transform: translateX(-10px);
}
90% {
-webkit-transform: translateX(-2px);
}
}
@keyframes it-hover-bounce-in-right {
25%,
50%,
80%,
100% {
transform: translateX(0);
}
40% {
transform: translateX(-25px);
}
65% {
transform: translateX(-10px);
}
90% {
transform: translateX(-2px);
}
} .it-hover-bounce-out .it-caption {
opacity: 0;
}
.it-hover-bounce-out:hover > img {
-webkit-animation: it-hover-bounce-out 0.40249999999999997s ease-in forwards;
animation: it-hover-bounce-out 0.40249999999999997s ease-in forwards;
}
.it-hover-bounce-out:hover .it-caption {
opacity: 1;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
@-webkit-keyframes it-hover-bounce-out {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
50%,
55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
}
@keyframes it-hover-bounce-out {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
50%,
55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
} .it-hover-bounce-out-up .it-caption {
opacity: 0;
}
.it-hover-bounce-out-up:hover > img {
-webkit-animation: it-hover-bounce-out-up 0.40249999999999997s ease-in forwards;
animation: it-hover-bounce-out-up 0.40249999999999997s ease-in forwards;
}
.it-hover-bounce-out-up:hover .it-caption {
opacity: 1;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
@-webkit-keyframes it-hover-bounce-out-up {
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, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes it-hover-bounce-out-up {
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, -100%, 0);
transform: translate3d(0, -100%, 0);
}
} .it-hover-bounce-out-down .it-caption {
opacity: 0;
}
.it-hover-bounce-out-down:hover > img {
-webkit-animation: it-hover-bounce-out-down 0.40249999999999997s ease-in forwards;
animation: it-hover-bounce-out-down 0.40249999999999997s ease-in forwards;
}
.it-hover-bounce-out-down:hover .it-caption {
opacity: 1;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
@-webkit-keyframes it-hover-bounce-out-down {
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, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes it-hover-bounce-out-down {
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, 100%, 0);
transform: translate3d(0, 100%, 0);
}
} .it-hover-bounce-out-left .it-caption {
opacity: 0;
}
.it-hover-bounce-out-left:hover > img {
-webkit-animation: it-hover-bounce-out-left 0.40249999999999997s ease-in forwards;
animation: it-hover-bounce-out-left 0.40249999999999997s ease-in forwards;
}
.it-hover-bounce-out-left:hover .it-caption {
opacity: 1;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
@-webkit-keyframes it-hover-bounce-out-left {
20% {
opacity: 1;
-webkit-transform: translate3d(15%, 0, 0);
transform: translate3d(15%, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes it-hover-bounce-out-left {
20% {
opacity: 1;
-webkit-transform: translate3d(15%, 0, 0);
transform: translate3d(15%, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
} .it-hover-bounce-out-right .it-caption {
opacity: 0;
}
.it-hover-bounce-out-right:hover > img {
-webkit-animation: it-hover-bounce-out-right 0.40249999999999997s ease-in forwards;
animation: it-hover-bounce-out-right 0.40249999999999997s ease-in forwards;
}
.it-hover-bounce-out-right:hover .it-caption {
opacity: 1;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
@-webkit-keyframes it-hover-bounce-out-right {
20% {
opacity: 1;
-webkit-transform: translate3d(-15%, 0, 0);
transform: translate3d(-15%, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes it-hover-bounce-out-right {
20% {
opacity: 1;
-webkit-transform: translate3d(-15%, 0, 0);
transform: translate3d(-15%, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
} *[class^='it-hover-fall-away-'],
*[class*=' it-hover-fall-away-'] {
-webkit-perspective: 50em;
perspective: 50em;
}
*[class^='it-hover-fall-away-'] img,
*[class*=' it-hover-fall-away-'] img {
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transition: all 0.45s ease-in;
transition: all 0.45s ease-in;
}
*[class^='it-hover-fall-away-'] .it-caption,
*[class*=' it-hover-fall-away-'] .it-caption {
opacity: 0;
background-color: #135796;
}
*[class^='it-hover-fall-away-']:hover img,
*[class*=' it-hover-fall-away-']:hover img {
opacity: 0;
}
*[class^='it-hover-fall-away-']:hover .it-caption,
*[class*=' it-hover-fall-away-']:hover .it-caption {
opacity: 1;
-webkit-transition-delay: 0.45s;
transition-delay: 0.45s;
} .it-hover-fall-away-horiz:hover img {
-webkit-transform: rotateX(-360deg) scale(0.2);
transform: rotateX(-360deg) scale(0.2);
} .it-hover-fall-away-vert:hover img {
-webkit-transform: rotateY(-360deg) scale(0.2);
transform: rotateY(-360deg) scale(0.2);
} .it-hover-fall-away-cc:hover img {
-webkit-transform: rotate(360deg) scale(0.2);
transform: rotate(360deg) scale(0.2);
} .it-hover-fall-away-ccc:hover img {
-webkit-transform: rotate(-360deg) scale(0.2);
transform: rotate(-360deg) scale(0.2);
} [class^='it-hover-modal'] .it-caption,
[class*=' it-hover-modal'] .it-caption {
opacity: 1;
}
[class^='it-hover-modal']:hover > img,
[class*=' it-hover-modal']:hover > img {
opacity: 0.7;
}
[class^='it-hover-modal']:hover .it-caption,
[class*=' it-hover-modal']:hover .it-caption {
-webkit-transform: translate(0px, 0px);
transform: translate(0px, 0px);
} .it-hover-modal-slide-up .it-caption {
top: auto;
padding-top: 15px;
padding-bottom: 15px;
-webkit-transform: translate(0px, 100%);
transform: translate(0px, 100%);
} .it-hover-modal-slide-down .it-caption {
bottom: auto;
padding-top: 15px;
padding-bottom: 15px;
-webkit-transform: translate(0, -100%);
transform: translate(0, -100%);
} .it-hover-modal-slide-left .it-caption {
left: auto;
max-width: 70%;
padding-left: 15px;
padding-right: 15px;
-webkit-transform: translate(100%, 0%);
transform: translate(100%, 0%);
} .it-hover-modal-slide-right .it-caption {
right: auto;
max-width: 70%;
padding-left: 15px;
padding-right: 15px;
-webkit-transform: translate(-100%, 0%);
transform: translate(-100%, 0%);
} [class^='it-hover-modal'],
[class*=' it-hover-modal'] {
-webkit-perspective: 50em;
perspective: 50em;
}
[class^='it-hover-modal'] .it-caption,
[class*=' it-hover-modal'] .it-caption {
opacity: 1;
}
[class^='it-hover-modal']:hover > img,
[class*=' it-hover-modal']:hover > img {
opacity: 0.7;
}
[class^='it-hover-modal']:hover .it-caption,
[class*=' it-hover-modal']:hover .it-caption {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
} .it-hover-modal-hinge-up .it-caption {
top: auto;
padding-top: 15px;
padding-bottom: 15px;
-webkit-transform: rotateX(100deg);
transform: rotateX(100deg);
-webkit-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
} .it-hover-modal-hinge-down .it-caption {
bottom: auto;
padding-top: 15px;
padding-bottom: 15px;
-webkit-transform: rotateX(-100deg);
transform: rotateX(-100deg);
-webkit-transform-origin: 50% -50%;
-ms-transform-origin: 50% -50%;
transform-origin: 50% -50%;
} .it-hover-modal-hinge-left .it-caption {
left: auto;
max-width: 70%;
padding-left: 15px;
padding-right: 15px;
-webkit-transform: rotateY(-100deg);
transform: rotateY(-100deg);
-webkit-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
transform-origin: 100% 50%;
} .it-hover-modal-hinge-right .it-caption {
right: auto;
max-width: 70%;
padding-left: 15px;
padding-right: 15px;
-webkit-transform: rotateY(100deg);
transform: rotateY(100deg);
-webkit-transform-origin: 0 50%;
-ms-transform-origin: 0 50%;
transform-origin: 0 50%;
} .it-hover-lightspeed-in-left .it-caption {
-webkit-transform: translate(100%, 0px);
transform: translate(100%, 0px);
-webkit-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
opacity: 0;
}
.it-hover-lightspeed-in-left:hover .it-caption {
-webkit-animation: it-hover-lightspeed-in-left 0.40249999999999997s ease-in forwards;
animation: it-hover-lightspeed-in-left 0.40249999999999997s ease-in forwards;
opacity: 1;
}
@-webkit-keyframes it-hover-lightspeed-in-left {
from {
-webkit-transform: translate(100%, 0px) skewX(-20deg);
transform: translate(100%, 0px) skewX(-20deg);
}
50% {
-webkit-transform: translate(0px, 0px) skewX(-20deg);
transform: translate(0px, 0px) skewX(-20deg);
}
75% {
-webkit-transform: translate(0px, 0px) skewX(10deg);
transform: translate(0px, 0px) skewX(10deg);
}
to {
-webkit-transform: translate(0px, 0px) skewX(0deg);
transform: translate(0px, 0px) skewX(0deg);
}
}
@keyframes it-hover-lightspeed-in-left {
from {
-webkit-transform: translate(100%, 0px) skewX(-20deg);
transform: translate(100%, 0px) skewX(-20deg);
}
50% {
-webkit-transform: translate(0px, 0px) skewX(-20deg);
transform: translate(0px, 0px) skewX(-20deg);
}
75% {
-webkit-transform: translate(0px, 0px) skewX(10deg);
transform: translate(0px, 0px) skewX(10deg);
}
to {
-webkit-transform: translate(0px, 0px) skewX(0deg);
transform: translate(0px, 0px) skewX(0deg);
}
} .it-hover-lightspeed-in-right .it-caption {
-webkit-transform: translate(-100%, 0);
transform: translate(-100%, 0);
-webkit-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
opacity: 0;
}
.it-hover-lightspeed-in-right:hover .it-caption {
-webkit-animation: it-hover-lightspeed-in-right 0.40249999999999997s ease-in forwards;
animation: it-hover-lightspeed-in-right 0.40249999999999997s ease-in forwards;
opacity: 1;
}
@-webkit-keyframes it-hover-lightspeed-in-right {
from {
-webkit-transform: translate(-100%, 0) skewX(20deg);
transform: translate(-100%, 0) skewX(20deg);
}
50% {
-webkit-transform: translate(0px, 0px) skewX(20deg);
transform: translate(0px, 0px) skewX(20deg);
}
75% {
-webkit-transform: translate(0px, 0px) skewX(-10deg);
transform: translate(0px, 0px) skewX(-10deg);
}
to {
-webkit-transform: translate(0px, 0px) skewX(0deg);
transform: translate(0px, 0px) skewX(0deg);
}
}
@keyframes it-hover-lightspeed-in-right {
from {
-webkit-transform: translate(-100%, 0) skewX(20deg);
transform: translate(-100%, 0) skewX(20deg);
}
50% {
-webkit-transform: translate(0px, 0px) skewX(20deg);
transform: translate(0px, 0px) skewX(20deg);
}
75% {
-webkit-transform: translate(0px, 0px) skewX(-10deg);
transform: translate(0px, 0px) skewX(-10deg);
}
to {
-webkit-transform: translate(0px, 0px) skewX(0deg);
transform: translate(0px, 0px) skewX(0deg);
}
} .it-hover-lightspeed-out-left .it-caption {
z-index: -1;
opacity: 1;
}
.it-hover-lightspeed-out-left:hover > img {
-webkit-animation: it-hover-lightspeed-out-left 0.40249999999999997s ease-in forwards;
animation: it-hover-lightspeed-out-left 0.40249999999999997s ease-in forwards;
-webkit-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
opacity: 1;
}
@-webkit-keyframes it-hover-lightspeed-out-left {
from {
-webkit-transform: translate(0px, 0px) skewX(0deg);
transform: translate(0px, 0px) skewX(0deg);
}
25% {
-webkit-transform: translate(10%, 0px) skewX(0deg);
transform: translate(10%, 0px) skewX(0deg);
}
50% {
-webkit-transform: translate(0px, 0px) skewX(-20deg);
transform: translate(0px, 0px) skewX(-20deg);
}
to {
-webkit-transform: translate(-150%, 0) skewX(-20deg);
transform: translate(-150%, 0) skewX(-20deg);
}
}
@keyframes it-hover-lightspeed-out-left {
from {
-webkit-transform: translate(0px, 0px) skewX(0deg);
transform: translate(0px, 0px) skewX(0deg);
}
25% {
-webkit-transform: translate(10%, 0px) skewX(0deg);
transform: translate(10%, 0px) skewX(0deg);
}
50% {
-webkit-transform: translate(0px, 0px) skewX(-20deg);
transform: translate(0px, 0px) skewX(-20deg);
}
to {
-webkit-transform: translate(-150%, 0) skewX(-20deg);
transform: translate(-150%, 0) skewX(-20deg);
}
} .it-hover-lightspeed-out-right .it-caption {
z-index: -1;
opacity: 1;
}
.it-hover-lightspeed-out-right:hover > img {
-webkit-animation: it-hover-lightspeed-out-right 0.40249999999999997s ease-in forwards;
animation: it-hover-lightspeed-out-right 0.40249999999999997s ease-in forwards;
-webkit-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
opacity: 1;
}
@-webkit-keyframes it-hover-lightspeed-out-right {
from {
-webkit-transform: translate(0px, 0px) skewX(0deg);
transform: translate(0px, 0px) skewX(0deg);
}
25% {
-webkit-transform: translate(10%, 0px) skewX(0deg);
transform: translate(10%, 0px) skewX(0deg);
}
50% {
-webkit-transform: translate(0px, 0px) skewX(-20deg);
transform: translate(0px, 0px) skewX(-20deg);
}
to {
-webkit-transform: translate(-150%, 0) skewX(-20deg);
transform: translate(-150%, 0) skewX(-20deg);
}
}
@keyframes it-hover-lightspeed-out-right {
from {
-webkit-transform: translate(0px, 0px) skewX(0deg);
transform: translate(0px, 0px) skewX(0deg);
}
25% {
-webkit-transform: translate(-10%, 0) skewX(0deg);
transform: translate(-10%, 0) skewX(0deg);
}
50% {
-webkit-transform: translate(0px, 0px) skewX(20deg);
transform: translate(0px, 0px) skewX(20deg);
}
to {
-webkit-transform: translate(150%, 0px) skewX(20deg);
transform: translate(150%, 0px) skewX(20deg);
}
} [class^='it-hover-grad-']:before,
[class*=' it-hover-grad-']:before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
content: '';
}
[class^='it-hover-grad-'] .it-caption,
[class*=' it-hover-grad-'] .it-caption {
z-index: 1;
opacity: 0;
background-color: transparent;
}
[class^='it-hover-grad-']:hover:before,
[class*=' it-hover-grad-']:hover:before {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
[class^='it-hover-grad-']:hover .it-caption,
[class*=' it-hover-grad-']:hover .it-caption {
opacity: 1;
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
} .it-hover-grad-radial-in:before {
background-image: -webkit-radial-gradient(transparent 0%, #135796 100%);
background-image: radial-gradient(transparent 0%, #135796 100%);
-webkit-transform: scale(2);
transform: scale(2);
opacity: 0;
}
.it-hover-grad-radial-in:after {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
content: '';
opacity: 0;
background-color: transparent;
}
.it-hover-grad-radial-in:hover:before {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.it-hover-grad-radial-in:hover:after {
opacity: 0.75;
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
} .it-hover-grad-radial-out:before {
background-image: -webkit-radial-gradient(#135796 0%, transparent 100%);
background-image: radial-gradient(#135796 0%, transparent 100%);
position: absolute;
top: -75%;
bottom: -75%;
left: -75%;
right: -75%;
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
}
.it-hover-grad-radial-out:hover:before {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
} .it-hover-grad-up:before {
-webkit-transform: translateY(100%);
transform: translateY(100%);
background-image: -webkit-linear-gradient(top, transparent 0%, #135796 100%);
background-image: linear-gradient(to bottom, transparent 0%, #135796 100%);
top: -75%;
} .it-hover-grad-down:before {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
background-image: -webkit-linear-gradient(bottom, transparent 0%, #135796 100%);
background-image: linear-gradient(to top, transparent 0%, #135796 100%);
bottom: -75%;
} .it-hover-grad-left:before {
-webkit-transform: translateX(100%);
transform: translateX(100%);
background-image: -webkit-linear-gradient(left, transparent 0%, #135796 100%);
background-image: linear-gradient(to right, transparent 0%, #135796 100%);
left: -75%;
} .it-hover-grad-right:before {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
background-image: -webkit-linear-gradient(right, transparent 0%, #135796 100%);
background-image: linear-gradient(to left, transparent 0%, #135796 100%);
right: -75%;
} .it-hover-grad-top-left:before {
background-image: -webkit-linear-gradient(-45deg, transparent 0%, #135796 100%);
background-image: linear-gradient(-45deg, transparent 0%, #135796 100%);
-webkit-transform: scale(2);
transform: scale(2);
opacity: 0;
bottom: -75%;
right: -75%;
}
.it-hover-grad-top-left:hover:before {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
} .it-hover-grad-top-right:before {
background-image: -webkit-linear-gradient(45deg, transparent 0%, #135796 100%);
background-image: linear-gradient(45deg, transparent 0%, #135796 100%);
-webkit-transform: scale(2);
transform: scale(2);
opacity: 0;
bottom: -75%;
left: -75%;
}
.it-hover-grad-top-right:hover:before {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
} .it-hover-grad-bottom-left:before {
background-image: -webkit-linear-gradient(--45deg, transparent 0%, #135796 100%);
background-image: linear-gradient(-135deg, transparent 0%, #135796 100%);
-webkit-transform: scale(2);
transform: scale(2);
opacity: 0;
top: -75%;
right: -75%;
}
.it-hover-grad-bottom-left:hover:before {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
} .it-hover-grad-bottom-right:before {
background-image: -webkit-linear-gradient(-45deg, transparent 0%, #135796 100%);
background-image: linear-gradient(135deg, transparent 0%, #135796 100%);
-webkit-transform: scale(2);
transform: scale(2);
opacity: 0;
top: -75%;
left: -75%;
}
.it-hover-grad-bottom-right:hover:before {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
} [class^='it-hover-parallax-']:hover .it-caption,
[class*=' it-hover-parallax-']:hover .it-caption {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
} .it-hover-parallax-up .it-caption {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
.it-hover-parallax-up:hover > img {
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
} .it-hover-parallax-down .it-caption {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.it-hover-parallax-down:hover > img {
-webkit-transform: translateY(50%);
transform: translateY(50%);
} .it-hover-parallax-left .it-caption {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.it-hover-parallax-left:hover > img {
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
} .it-hover-parallax-right .it-caption {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.it-hover-parallax-right:hover > img {
-webkit-transform: translateX(50%);
transform: translateX(50%);
} [class^='it-hover-stack-'] > img,
[class*=' it-hover-stack-'] > img,
[class^='it-hover-stack-'] .it-caption,
[class*=' it-hover-stack-'] .it-caption {
-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
[class^='it-hover-stack-']:hover > img,
[class*=' it-hover-stack-']:hover > img {
-webkit-transform: scale(0.75);
transform: scale(0.75);
opacity: 0.5;
}
[class^='it-hover-stack-']:hover .it-caption,
[class*=' it-hover-stack-']:hover .it-caption {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
} .it-hover-stack-up .it-caption {
-webkit-transform: translateY(100%);
transform: translateY(100%);
} .it-hover-stack-down .it-caption {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
} .it-hover-stack-left .it-caption {
-webkit-transform: translateX(100%);
transform: translateX(100%);
} .it-hover-stack-right .it-caption {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
} [class^='it-hover-cube-'],
[class*=' it-hover-cube-'] {
-webkit-perspective: 50em;
perspective: 50em;
overflow: visible;
background-color: transparent;
}
[class^='it-hover-cube-'] > img,
[class*=' it-hover-cube-'] > img {
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
}
[class^='it-hover-cube-'] .it-caption,
[class*=' it-hover-cube-'] .it-caption {
opacity: 0;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
[class^='it-hover-cube-']:hover > img,
[class*=' it-hover-cube-']:hover > img {
opacity: 0;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
[class^='it-hover-cube-']:hover .it-caption,
[class*=' it-hover-cube-']:hover .it-caption {
-webkit-transform: translateY(0%) rotateX(0deg);
transform: translateY(0%) rotateX(0deg);
opacity: 1;
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
} .it-hover-cube-up .it-caption {
-webkit-transform: translateY(50%) rotateX(-90deg);
transform: translateY(50%) rotateX(-90deg);
}
.it-hover-cube-up:hover > img {
-webkit-transform: translateY(-50%) rotateX(90deg);
transform: translateY(-50%) rotateX(90deg);
} .it-hover-cube-down .it-caption {
-webkit-transform: translateY(-50%) rotateX(90deg);
transform: translateY(-50%) rotateX(90deg);
}
.it-hover-cube-down:hover > img {
-webkit-transform: translateY(50%) rotateX(-90deg);
transform: translateY(50%) rotateX(-90deg);
} .it-hover-cube-left .it-caption {
-webkit-transform: translateX(-50%) rotateY(-90deg);
transform: translateX(-50%) rotateY(-90deg);
}
.it-hover-cube-left:hover > img {
-webkit-transform: translateX(50%) rotateY(90deg);
transform: translateX(50%) rotateY(90deg);
} .it-hover-cube-right .it-caption {
-webkit-transform: translateX(50%) rotateY(90deg);
transform: translateX(50%) rotateY(90deg);
}
.it-hover-cube-right:hover > img {
-webkit-transform: translateX(-50%) rotateY(-90deg);
transform: translateX(-50%) rotateY(-90deg);
} [class^='it-hover-dive'] .it-caption,
[class*=' it-hover-dive'] .it-caption {
opacity: 0;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
[class^='it-hover-dive']:hover > img,
[class*=' it-hover-dive']:hover > img {
opacity: 0;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
[class^='it-hover-dive']:hover .it-caption,
[class*=' it-hover-dive']:hover .it-caption {
opacity: 1;
-webkit-transition-delay: 0.175s;
transition-delay: 0.175s;
} .it-hover-dive .it-caption {
-webkit-transform: scale(5);
transform: scale(5);
}
.it-hover-dive:hover > img {
-webkit-transform: scale(5);
transform: scale(5);
}
.it-hover-dive:hover .it-caption {
-webkit-transform: scale(1);
transform: scale(1);
} .it-hover-dive-cc .it-caption {
-webkit-transform: rotate(-45deg) scale(5);
transform: rotate(-45deg) scale(5);
}
.it-hover-dive-cc:hover > img {
-webkit-transform: rotate(45deg) scale(5);
transform: rotate(45deg) scale(5);
}
.it-hover-dive-cc:hover .it-caption {
-webkit-transform: rotate(0deg) scale(1);
transform: rotate(0deg) scale(1);
} .it-hover-dive-ccc .it-caption {
-webkit-transform: rotate(45deg) scale(5);
transform: rotate(45deg) scale(5);
}
.it-hover-dive-ccc:hover > img {
-webkit-transform: rotate(-45deg) scale(5);
transform: rotate(-45deg) scale(5);
}
.it-hover-dive-ccc:hover .it-caption {
-webkit-transform: rotate(0deg) scale(1);
transform: rotate(0deg) scale(1);
} [class^='it-hover-splash'] .it-caption,
[class*=' it-hover-splash'] .it-caption {
background-color: transparent;
z-index: 1;
}
[class^='it-hover-splash'] .it-caption *,
[class*=' it-hover-splash'] .it-caption * {
opacity: 0;
}
[class^='it-hover-splash'] .it-caption:after,
[class*=' it-hover-splash'] .it-caption:after {
content: '';
position: absolute;
-webkit-transition: all 0.35s ease-in 0.35s, width 0.35s ease-out, height 0.35s ease-out;
transition: all 0.35s ease-in 0.35s, width 0.35s ease-out, height 0.35s ease-out;
transform: translate(-50%, -50%);
width: 30px;
height: 30px;
border-radius: 50%;
background-color: #135796;
z-index: -1;
}
[class^='it-hover-splash']:hover .it-caption,
[class*=' it-hover-splash']:hover .it-caption,
[class^='it-hover-splash'].hover .it-caption,
[class*=' it-hover-splash'].hover .it-caption {
background-color: transparent;
-webkit-transition-delay: 0.48999999999999994s;
transition-delay: 0.48999999999999994s;
}
[class^='it-hover-splash']:hover .it-caption *,
[class*=' it-hover-splash']:hover .it-caption *,
[class^='it-hover-splash'].hover .it-caption *,
[class*=' it-hover-splash'].hover .it-caption * {
opacity: 1;
-webkit-transition-delay: 0.48999999999999994s;
transition-delay: 0.48999999999999994s;
}
[class^='it-hover-splash']:hover .it-caption:after,
[class*=' it-hover-splash']:hover .it-caption:after,
[class^='it-hover-splash'].hover .it-caption:after,
[class*=' it-hover-splash'].hover .it-caption:after {
-webkit-transition: all 0.35s ease-in, width 0.35s ease-out 0.35s, height 0.35s ease-out 0.35s;
transition: all 0.35s ease-in, width 0.35s ease-out 0.35s, height 0.35s ease-out 0.35s;
width: 400px;
height: 400px;
} .it-hover-splash-up .it-caption:after {
left: 50%;
top: 120%;
}
.it-hover-splash-up:hover .it-caption:after,
.it-hover-splash-up.hover .it-caption:after {
top: 50%;
} .it-hover-splash-down .it-caption:after {
left: 50%;
top: -20px;
}
.it-hover-splash-down:hover .it-caption:after,
.it-hover-splash-down.hover .it-caption:after {
top: 50%;
} .it-hover-splash-left .it-caption:after {
top: 50%;
left: 120%;
}
.it-hover-splash-left:hover .it-caption:after,
.it-hover-splash-left.hover .it-caption:after {
left: 50%;
} .it-hover-splash-right .it-caption:after {
top: 50%;
left: -20px;
}
.it-hover-splash-right:hover .it-caption:after,
.it-hover-splash-right.hover .it-caption:after {
left: 50%;
} [class^='it-hover-switch-'] > img,
[class*=' it-hover-switch-'] > img,
[class^='it-hover-switch-'] .it-caption,
[class*=' it-hover-switch-'] .it-caption {
-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
[class^='it-hover-switch-']:hover .it-caption,
[class*=' it-hover-switch-']:hover .it-caption {
-webkit-transform: translate(0px, 0px);
transform: translate(0px, 0px);
} .it-hover-switch-up .it-caption {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
.it-hover-switch-up:hover > img {
-webkit-transform: translateY(100%);
transform: translateY(100%);
} .it-hover-switch-down .it-caption {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.it-hover-switch-down:hover > img {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
} .it-hover-switch-left .it-caption {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.it-hover-switch-left:hover > img {
-webkit-transform: translateX(100%);
transform: translateX(100%);
} .it-hover-switch-right .it-caption {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.it-hover-switch-right:hover > img {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
} [class^='it-hover-flash-']:before,
[class*=' it-hover-flash-']:before,
[class^='it-hover-flash-']:after,
[class*=' it-hover-flash-']:after {
opacity: 0.75;
background-color: #135796;
position: absolute;
top: -50%;
bottom: -50%;
left: -50%;
right: -50%;
content: '';
}
[class^='it-hover-flash-']:after,
[class*=' it-hover-flash-']:after {
-webkit-transition-delay: 0.175s;
transition-delay: 0.175s;
}
[class^='it-hover-flash-'] .it-caption,
[class*=' it-hover-flash-'] .it-caption {
opacity: 0;
z-index: 1;
}
[class^='it-hover-flash-']:hover .it-caption,
[class*=' it-hover-flash-']:hover .it-caption {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
opacity: 1;
} .it-hover-flash-top-left:before,
.it-hover-flash-top-left:after {
-webkit-transform: rotate(-45deg) translateY(-100%);
transform: rotate(-45deg) translateY(-100%);
}
.it-hover-flash-top-left:hover:before {
-webkit-transform: rotate(-45deg) translateY(100%);
transform: rotate(-45deg) translateY(100%);
}
.it-hover-flash-top-left:hover:after {
-webkit-transform: rotate(-45deg) translateY(0%);
transform: rotate(-45deg) translateY(0%);
} .it-hover-flash-top-right:before,
.it-hover-flash-top-right:after {
-webkit-transform: rotate(45deg) translateY(-100%);
transform: rotate(45deg) translateY(-100%);
}
.it-hover-flash-top-right:hover:before {
-webkit-transform: rotate(45deg) translateY(100%);
transform: rotate(45deg) translateY(100%);
}
.it-hover-flash-top-right:hover:after {
-webkit-transform: rotate(45deg) translateY(0%);
transform: rotate(45deg) translateY(0%);
} .it-hover-flash-bottom-left:before,
.it-hover-flash-bottom-left:after {
-webkit-transform: rotate(45deg) translateY(100%);
transform: rotate(45deg) translateY(100%);
}
.it-hover-flash-bottom-left:hover:before {
-webkit-transform: rotate(45deg) translateY(-100%);
transform: rotate(45deg) translateY(-100%);
}
.it-hover-flash-bottom-left:hover:after {
-webkit-transform: rotate(45deg) translateY(0%);
transform: rotate(45deg) translateY(0%);
} .it-hover-flash-bottom-right:before,
.it-hover-flash-bottom-right:after {
-webkit-transform: rotate(-45deg) translateY(100%);
transform: rotate(-45deg) translateY(100%);
}
.it-hover-flash-bottom-right:hover:before {
-webkit-transform: rotate(-45deg) translateY(-100%);
transform: rotate(-45deg) translateY(-100%);
}
.it-hover-flash-bottom-right:hover:after {
-webkit-transform: rotate(-45deg) translateY(0%);
transform: rotate(-45deg) translateY(0%);
}
.it-hover-center .it-caption {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
text-align: center;
}
[class^='it-hover-']:hover .ih-delay-xs,
[class*=' it-hover-']:hover .ih-delay-xs {
-webkit-transition-delay: 0.175s;
transition-delay: 0.175s;
}
[class^='it-hover-']:hover .ih-delay-sm,
[class*=' it-hover-']:hover .ih-delay-sm {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
[class^='it-hover-']:hover .ih-delay-md,
[class*=' it-hover-']:hover .ih-delay-md {
-webkit-transition-delay: 0.5249999999999999s;
transition-delay: 0.5249999999999999s;
}
[class^='it-hover-']:hover .ih-delay-lg,
[class*=' it-hover-']:hover .ih-delay-lg {
-webkit-transition-delay: 0.7s;
transition-delay: 0.7s;
}
[class^='it-hover-']:hover .ih-delay-xl,
[class*=' it-hover-']:hover .ih-delay-xl {
-webkit-transition-delay: 0.875s;
transition-delay: 0.875s;
}
[class^='it-hover-']:hover .ih-delay-xxl,
[class*=' it-hover-']:hover .ih-delay-xxl {
-webkit-transition-delay: 1.0499999999999998s;
transition-delay: 1.0499999999999998s;
}
[class^='it-hover-'] [class^='ih-'],
[class*=' it-hover-'] [class^='ih-'],
[class^='it-hover-'] [class*=' ih-'],
[class*=' it-hover-'] [class*=' ih-'] {
opacity: 0;
}
[class^='it-hover-'] .ih-fade-up,
[class*=' it-hover-'] .ih-fade-up {
-webkit-transform: translate(0px, 25px);
transform: translate(0px, 25px);
}
[class^='it-hover-'] .ih-fade-down,
[class*=' it-hover-'] .ih-fade-down {
-webkit-transform: translate(0, -25px);
transform: translate(0, -25px);
}
[class^='it-hover-'] .ih-fade-left,
[class*=' it-hover-'] .ih-fade-left {
-webkit-transform: translate(25px, 0px);
transform: translate(25px, 0px);
}
[class^='it-hover-'] .ih-fade-right,
[class*=' it-hover-'] .ih-fade-right {
-webkit-transform: translate(-25px, 0);
transform: translate(-25px, 0);
}
[class^='it-hover-'] .ih-fade-up-big,
[class*=' it-hover-'] .ih-fade-up-big {
-webkit-transform: translate(0px, 300%);
transform: translate(0px, 300%);
}
[class^='it-hover-'] .ih-fade-down-big,
[class*=' it-hover-'] .ih-fade-down-big {
-webkit-transform: translate(0, -300%);
transform: translate(0, -300%);
}
[class^='it-hover-'] .ih-fade-left-big,
[class*=' it-hover-'] .ih-fade-left-big {
-webkit-transform: translate(150%, 0px);
transform: translate(150%, 0px);
}
[class^='it-hover-'] .ih-fade-right-big,
[class*=' it-hover-'] .ih-fade-right-big {
-webkit-transform: translate(-150%, 0);
transform: translate(-150%, 0);
}
[class^='it-hover-'] .ih-zoom-in,
[class*=' it-hover-'] .ih-zoom-in {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
[class^='it-hover-'] .ih-zoom-out,
[class*=' it-hover-'] .ih-zoom-out {
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
[class^='it-hover-'] .ih-flip-x,
[class*=' it-hover-'] .ih-flip-x {
-webkit-transform: rotateX(-90deg);
transform: rotateX(-90deg);
}
[class^='it-hover-'] .ih-flip-y,
[class*=' it-hover-'] .ih-flip-y {
-webkit-transform: rotateY(90deg);
transform: rotateY(90deg);
}
[class^='it-hover-']:hover [class^='ih-'],
[class*=' it-hover-']:hover [class^='ih-'],
[class^='it-hover-']:hover [class*=' ih-'],
[class*=' it-hover-']:hover [class*=' ih-'] {
-webkit-transform: translate(0px, 0px) scale(1) rotate(0deg);
transform: translate(0px, 0px) scale(1) rotate(0deg);
opacity: 1;
}.it-row *{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.it-row *:before,
.it-row *:after
{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.it-row {
margin-left: -10px;
margin-right: -10px;
}
.it-col-xs-1, .it-col-sm-1, .it-col-md-1, .it-col-lg-1, .it-col-xs-2, .it-col-sm-2, .it-col-md-2, .it-col-lg-2, .it-col-xs-3, .it-col-sm-3, .it-col-md-3, .it-col-lg-3, .it-col-xs-4, .it-col-sm-4, .it-col-md-4, .it-col-lg-4, .it-col-xs-5, .it-col-sm-5, .it-col-md-5, .it-col-lg-5, .it-col-xs-6, .it-col-sm-6, .it-col-md-6, .it-col-lg-6, .it-col-xs-7, .it-col-sm-7, .it-col-md-7, .it-col-lg-7, .it-col-xs-8, .it-col-sm-8, .it-col-md-8, .it-col-lg-8, .it-col-xs-9, .it-col-sm-9, .it-col-md-9, .it-col-lg-9, .it-col-xs-10, .it-col-sm-10, .it-col-md-10, .it-col-lg-10, .it-col-xs-11, .it-col-sm-11, .it-col-md-11, .it-col-lg-11, .it-col-xs-12, .it-col-sm-12, .it-col-md-12, .it-col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 10px;
padding-right: 10px;
margin-bottom:20px;
}
.it-col-xs-1, .it-col-xs-2, .it-col-xs-3, .it-col-xs-4, .it-col-xs-5, .it-col-xs-6, .it-col-xs-7, .it-col-xs-8, .it-col-xs-9, .it-col-xs-10, .it-col-xs-11, .it-col-xs-12 {
float:none; 
vertical-align:top;
display:inline-block;
}
.it-col-xs-12 {
width: 100%;
}
.it-col-xs-11 {
width: 91.66666667%;
}
.it-col-xs-10 {
width: 83.33333333%;
}
.it-col-xs-9 {
width: 75%;
}
.it-col-xs-8 {
width: 66.66666667%;
}
.it-col-xs-7 {
width: 58.33333333%;
}
.it-col-xs-6 {
width: 50%;
}
.it-col-xs-5 {
width: 41.66666667%;
}
.it-col-xs-4 {
width: 33.33333333%;
}
.it-col-xs-3 {
width: 25%;
}
.it-col-xs-2 {
width: 16.66666667%;
}
.it-col-xs-1 {
width: 8.33333333%;
}
.it-col-xs-pull-12 {
right: 100%;
}
.it-col-xs-pull-11 {
right: 91.66666667%;
}
.it-col-xs-pull-10 {
right: 83.33333333%;
}
.it-col-xs-pull-9 {
right: 75%;
}
.it-col-xs-pull-8 {
right: 66.66666667%;
}
.it-col-xs-pull-7 {
right: 58.33333333%;
}
.it-col-xs-pull-6 {
right: 50%;
}
.it-col-xs-pull-5 {
right: 41.66666667%;
}
.it-col-xs-pull-4 {
right: 33.33333333%;
}
.it-col-xs-pull-3 {
right: 25%;
}
.it-col-xs-pull-2 {
right: 16.66666667%;
}
.it-col-xs-pull-1 {
right: 8.33333333%;
}
.it-col-xs-pull-0 {
right: auto;
}
.it-col-xs-push-12 {
left: 100%;
}
.it-col-xs-push-11 {
left: 91.66666667%;
}
.it-col-xs-push-10 {
left: 83.33333333%;
}
.it-col-xs-push-9 {
left: 75%;
}
.it-col-xs-push-8 {
left: 66.66666667%;
}
.it-col-xs-push-7 {
left: 58.33333333%;
}
.it-col-xs-push-6 {
left: 50%;
}
.it-col-xs-push-5 {
left: 41.66666667%;
}
.it-col-xs-push-4 {
left: 33.33333333%;
}
.it-col-xs-push-3 {
left: 25%;
}
.it-col-xs-push-2 {
left: 16.66666667%;
}
.it-col-xs-push-1 {
left: 8.33333333%;
}
.it-col-xs-push-0 {
left: auto;
}
.it-col-xs-offset-12 {
margin-left: 100%;
}
.it-col-xs-offset-11 {
margin-left: 91.66666667%;
}
.it-col-xs-offset-10 {
margin-left: 83.33333333%;
}
.it-col-xs-offset-9 {
margin-left: 75%;
}
.it-col-xs-offset-8 {
margin-left: 66.66666667%;
}
.it-col-xs-offset-7 {
margin-left: 58.33333333%;
}
.it-col-xs-offset-6 {
margin-left: 50%;
}
.it-col-xs-offset-5 {
margin-left: 41.66666667%;
}
.it-col-xs-offset-4 {
margin-left: 33.33333333%;
}
.it-col-xs-offset-3 {
margin-left: 25%;
}
.it-col-xs-offset-2 {
margin-left: 16.66666667%;
}
.it-col-xs-offset-1 {
margin-left: 8.33333333%;
}
.it-col-xs-offset-0 {
margin-left: 0%;
}
@media (min-width: 768px) {
.it-col-sm-1, .it-col-sm-2, .it-col-sm-3, .it-col-sm-4, .it-col-sm-5, .it-col-sm-6, .it-col-sm-7, .it-col-sm-8, .it-col-sm-9, .it-col-sm-10, .it-col-sm-11, .it-col-sm-12 {
float:none; 
vertical-align:top;
disitay:inline-block;
}
.it-col-sm-12 {
width: 100%;
}
.it-col-sm-11 {
width: 91.66666667%;
}
.it-col-sm-10 {
width: 83.33333333%;
}
.it-col-sm-9 {
width: 75%;
}
.it-col-sm-8 {
width: 66.66666667%;
}
.it-col-sm-7 {
width: 58.33333333%;
}
.it-col-sm-6 {
width: 50%;
}
.it-col-sm-5 {
width: 41.66666667%;
}
.it-col-sm-4 {
width: 33.33333333%;
}
.it-col-sm-3 {
width: 25%;
}
.it-col-sm-2 {
width: 16.66666667%;
}
.it-col-sm-1 {
width: 8.33333333%;
}
.it-col-sm-pull-12 {
right: 100%;
}
.it-col-sm-pull-11 {
right: 91.66666667%;
}
.it-col-sm-pull-10 {
right: 83.33333333%;
}
.it-col-sm-pull-9 {
right: 75%;
}
.it-col-sm-pull-8 {
right: 66.66666667%;
}
.it-col-sm-pull-7 {
right: 58.33333333%;
}
.it-col-sm-pull-6 {
right: 50%;
}
.it-col-sm-pull-5 {
right: 41.66666667%;
}
.it-col-sm-pull-4 {
right: 33.33333333%;
}
.it-col-sm-pull-3 {
right: 25%;
}
.it-col-sm-pull-2 {
right: 16.66666667%;
}
.it-col-sm-pull-1 {
right: 8.33333333%;
}
.it-col-sm-pull-0 {
right: auto;
}
.it-col-sm-push-12 {
left: 100%;
}
.it-col-sm-push-11 {
left: 91.66666667%;
}
.it-col-sm-push-10 {
left: 83.33333333%;
}
.it-col-sm-push-9 {
left: 75%;
}
.it-col-sm-push-8 {
left: 66.66666667%;
}
.it-col-sm-push-7 {
left: 58.33333333%;
}
.it-col-sm-push-6 {
left: 50%;
}
.it-col-sm-push-5 {
left: 41.66666667%;
}
.it-col-sm-push-4 {
left: 33.33333333%;
}
.it-col-sm-push-3 {
left: 25%;
}
.it-col-sm-push-2 {
left: 16.66666667%;
}
.it-col-sm-push-1 {
left: 8.33333333%;
}
.it-col-sm-push-0 {
left: auto;
}
.it-col-sm-offset-12 {
margin-left: 100%;
}
.it-col-sm-offset-11 {
margin-left: 91.66666667%;
}
.it-col-sm-offset-10 {
margin-left: 83.33333333%;
}
.it-col-sm-offset-9 {
margin-left: 75%;
}
.it-col-sm-offset-8 {
margin-left: 66.66666667%;
}
.it-col-sm-offset-7 {
margin-left: 58.33333333%;
}
.it-col-sm-offset-6 {
margin-left: 50%;
}
.it-col-sm-offset-5 {
margin-left: 41.66666667%;
}
.it-col-sm-offset-4 {
margin-left: 33.33333333%;
}
.it-col-sm-offset-3 {
margin-left: 25%;
}
.it-col-sm-offset-2 {
margin-left: 16.66666667%;
}
.it-col-sm-offset-1 {
margin-left: 8.33333333%;
}
.it-col-sm-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 992px) {
.it-col-md-1, .it-col-md-2, .it-col-md-3, .it-col-md-4, .it-col-md-5, .it-col-md-6, .it-col-md-7, .it-col-md-8, .it-col-md-9, .it-col-md-10, .it-col-md-11, .it-col-md-12 {
float:none; 
vertical-align:top;
disitay:inline-block;
}
.it-col-md-12 {
width: 100%;
}
.it-col-md-11 {
width: 91.66666667%;
}
.it-col-md-10 {
width: 83.33333333%;
}
.it-col-md-9 {
width: 75%;
}
.it-col-md-8 {
width: 66.66666667%;
}
.it-col-md-7 {
width: 58.33333333%;
}
.it-col-md-6 {
width: 50%;
}
.it-col-md-5 {
width: 41.66666667%;
}
.it-col-md-4 {
width: 33.33333333%;
}
.it-col-md-3 {
width: 25%;
}
.it-col-md-2 {
width: 16.66666667%;
}
.it-col-md-1 {
width: 8.33333333%;
}
.it-col-md-pull-12 {
right: 100%;
}
.it-col-md-pull-11 {
right: 91.66666667%;
}
.it-col-md-pull-10 {
right: 83.33333333%;
}
.it-col-md-pull-9 {
right: 75%;
}
.it-col-md-pull-8 {
right: 66.66666667%;
}
.it-col-md-pull-7 {
right: 58.33333333%;
}
.it-col-md-pull-6 {
right: 50%;
}
.it-col-md-pull-5 {
right: 41.66666667%;
}
.it-col-md-pull-4 {
right: 33.33333333%;
}
.it-col-md-pull-3 {
right: 25%;
}
.it-col-md-pull-2 {
right: 16.66666667%;
}
.it-col-md-pull-1 {
right: 8.33333333%;
}
.it-col-md-pull-0 {
right: auto;
}
.it-col-md-push-12 {
left: 100%;
}
.it-col-md-push-11 {
left: 91.66666667%;
}
.it-col-md-push-10 {
left: 83.33333333%;
}
.it-col-md-push-9 {
left: 75%;
}
.it-col-md-push-8 {
left: 66.66666667%;
}
.it-col-md-push-7 {
left: 58.33333333%;
}
.it-col-md-push-6 {
left: 50%;
}
.it-col-md-push-5 {
left: 41.66666667%;
}
.it-col-md-push-4 {
left: 33.33333333%;
}
.it-col-md-push-3 {
left: 25%;
}
.it-col-md-push-2 {
left: 16.66666667%;
}
.it-col-md-push-1 {
left: 8.33333333%;
}
.it-col-md-push-0 {
left: auto;
}
.it-col-md-offset-12 {
margin-left: 100%;
}
.it-col-md-offset-11 {
margin-left: 91.66666667%;
}
.it-col-md-offset-10 {
margin-left: 83.33333333%;
}
.it-col-md-offset-9 {
margin-left: 75%;
}
.it-col-md-offset-8 {
margin-left: 66.66666667%;
}
.it-col-md-offset-7 {
margin-left: 58.33333333%;
}
.it-col-md-offset-6 {
margin-left: 50%;
}
.it-col-md-offset-5 {
margin-left: 41.66666667%;
}
.it-col-md-offset-4 {
margin-left: 33.33333333%;
}
.it-col-md-offset-3 {
margin-left: 25%;
}
.it-col-md-offset-2 {
margin-left: 16.66666667%;
}
.it-col-md-offset-1 {
margin-left: 8.33333333%;
}
.it-col-md-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 1200px) {
.it-col-lg-1, .it-col-lg-2, .it-col-lg-3, .it-col-lg-4, .it-col-lg-5, .it-col-lg-6, .it-col-lg-7, .it-col-lg-8, .it-col-lg-9, .it-col-lg-10, .it-col-lg-11, .it-col-lg-12 {
float:none; 
vertical-align:top;
display:inline-block;
}
.it-col-lg-12 {
width: 100%;
}
.it-col-lg-11 {
width: 91.66666667%;
}
.it-col-lg-10 {
width: 83.33333333%;
}
.it-col-lg-9 {
width: 75%;
}
.it-col-lg-8 {
width: 66.66666667%;
}
.it-col-lg-7 {
width: 58.33333333%;
}
.it-col-lg-6 {
width: 50%;
}
.it-col-lg-5 {
width: 41.66666667%;
}
.it-col-lg-4 {
width: 33.33333333%;
}
.it-col-lg-3 {
width: 25%;
}
.it-col-lg-2 {
width: 16.66666667%;
}
.it-col-lg-1 {
width: 8.33333333%;
}
.it-col-lg-pull-12 {
right: 100%;
}
.it-col-lg-pull-11 {
right: 91.66666667%;
}
.it-col-lg-pull-10 {
right: 83.33333333%;
}
.it-col-lg-pull-9 {
right: 75%;
}
.it-col-lg-pull-8 {
right: 66.66666667%;
}
.it-col-lg-pull-7 {
right: 58.33333333%;
}
.it-col-lg-pull-6 {
right: 50%;
}
.it-col-lg-pull-5 {
right: 41.66666667%;
}
.it-col-lg-pull-4 {
right: 33.33333333%;
}
.it-col-lg-pull-3 {
right: 25%;
}
.it-col-lg-pull-2 {
right: 16.66666667%;
}
.it-col-lg-pull-1 {
right: 8.33333333%;
}
.it-col-lg-pull-0 {
right: auto;
}
.it-col-lg-push-12 {
left: 100%;
}
.it-col-lg-push-11 {
left: 91.66666667%;
}
.it-col-lg-push-10 {
left: 83.33333333%;
}
.it-col-lg-push-9 {
left: 75%;
}
.it-col-lg-push-8 {
left: 66.66666667%;
}
.it-col-lg-push-7 {
left: 58.33333333%;
}
.it-col-lg-push-6 {
left: 50%;
}
.it-col-lg-push-5 {
left: 41.66666667%;
}
.it-col-lg-push-4 {
left: 33.33333333%;
}
.it-col-lg-push-3 {
left: 25%;
}
.it-col-lg-push-2 {
left: 16.66666667%;
}
.it-col-lg-push-1 {
left: 8.33333333%;
}
.it-col-lg-push-0 {
left: auto;
}
.it-col-lg-offset-12 {
margin-left: 100%;
}
.it-col-lg-offset-11 {
margin-left: 91.66666667%;
}
.it-col-lg-offset-10 {
margin-left: 83.33333333%;
}
.it-col-lg-offset-9 {
margin-left: 75%;
}
.it-col-lg-offset-8 {
margin-left: 66.66666667%;
}
.it-col-lg-offset-7 {
margin-left: 58.33333333%;
}
.it-col-lg-offset-6 {
margin-left: 50%;
}
.it-col-lg-offset-5 {
margin-left: 41.66666667%;
}
.it-col-lg-offset-4 {
margin-left: 33.33333333%;
}
.it-col-lg-offset-3 {
margin-left: 25%;
}
.it-col-lg-offset-2 {
margin-left: 16.66666667%;
}
.it-col-lg-offset-1 {
margin-left: 8.33333333%;
}
.it-col-lg-offset-0 {
margin-left: 0%;
}
}
.it-row:before,
.it-row:after
{
content: " ";
disitay: table;
}
.it-row:after {
clear: both;
}
.center-block {
disitay: block;
margin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
disitay: none !important;
}
.show {
disitay: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.affix {
position: fixed;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
@-ms-viewport {
width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
disitay: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
disitay: none !important;
}
@media (max-width: 767px) {
.visible-xs {
disitay: block !important;
}
table.visible-xs {
disitay: table;
}
tr.visible-xs {
disitay: table-row !important;
}
th.visible-xs,
td.visible-xs {
disitay: table-cell !important;
}
}
@media (max-width: 767px) {
.visible-xs-block {
disitay: block !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline {
disitay: inline !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline-block {
disitay: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
disitay: block !important;
}
table.visible-sm {
disitay: table;
}
tr.visible-sm {
disitay: table-row !important;
}
th.visible-sm,
td.visible-sm {
disitay: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
disitay: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
disitay: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
disitay: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
disitay: block !important;
}
table.visible-md {
disitay: table;
}
tr.visible-md {
disitay: table-row !important;
}
th.visible-md,
td.visible-md {
disitay: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
disitay: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
disitay: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
disitay: inline-block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
disitay: block !important;
}
table.visible-lg {
disitay: table;
}
tr.visible-lg {
disitay: table-row !important;
}
th.visible-lg,
td.visible-lg {
disitay: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg-block {
disitay: block !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline {
disitay: inline !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline-block {
disitay: inline-block !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
disitay: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
disitay: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
disitay: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
disitay: none !important;
}
}
.visible-print {
disitay: none !important;
}
@media print {
.visible-print {
disitay: block !important;
}
table.visible-print {
disitay: table;
}
tr.visible-print {
disitay: table-row !important;
}
th.visible-print,
td.visible-print {
disitay: table-cell !important;
}
}
.visible-print-block {
disitay: none !important;
}
@media print {
.visible-print-block {
disitay: block !important;
}
}
.visible-print-inline {
disitay: none !important;
}
@media print {
.visible-print-inline {
disitay: inline !important;
}
}
.visible-print-inline-block {
disitay: none !important;
}
@media print {
.visible-print-inline-block {
disitay: inline-block !important;
}
}
@media print {
.hidden-print {
disitay: none !important;
}
}
  .hidden{
opacity: 0;
}
.visible{
opacity: 1;
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
.animated.flipOutX,
.animated.flipOutY {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
@keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
@keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}.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 {
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
} .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;
width: 100%; -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .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 {
display: none;
}
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel .owl-item img {
display: block;
width: 100%;
-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
.owl-carousel .owl-grab {
cursor: move;
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.owl-carousel.owl-rtl {
direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
float: right;
} .no-js .owl-carousel {
display: block;
} .owl-carousel .owl-item .owl-lazy {
opacity: 0;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
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(//fleenorsecurity.com/wp-content/plugins/iThemeland-Image-Hover-Effect-For-VC//css/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
-webkit-transition: scale 100ms ease;
-moz-transition: scale 100ms ease;
-ms-transition: scale 100ms ease;
-o-transition: scale 100ms ease;
transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
-webkit-transition: scale(1.3, 1.3);
-moz-transition: scale(1.3, 1.3);
-ms-transition: scale(1.3, 1.3);
-o-transition: scale(1.3, 1.3);
transition: 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;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
}
.owl-carousel .item{
display: block;
padding: 30px 0px;
margin: 5px;
color: #FFF;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-align: center;
}
.owl-controls .owl-nav div {
padding: 5px 9px;
}
.owl-nav i{
margin-top: 2px;
}
.owl-controls .owl-nav div {
position: absolute;
}
.owl-controls .owl-nav .owl-prev{
left: -8%;
top: 55px; 
background: #000 url(//fleenorsecurity.com/wp-content/plugins/iThemeland-Image-Hover-Effect-For-VC//css/owl-carousel/img/prev.png) no-repeat 2px !important;
}
.owl-controls .owl-nav .owl-next{
right: -8%;
top: 55px;
background: #000 url(//fleenorsecurity.com/wp-content/plugins/iThemeland-Image-Hover-Effect-For-VC//css/owl-carousel/img/next.png) no-repeat 5px !important;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
position: absolute!important;
top: 41%!important;
margin-top: -14px!important;
height:22px!important;
width:22px!important;
border-radius:50px!important;
}.owl-theme .owl-controls{
margin-top: 10px;
text-align: center;
} .owl-theme .owl-controls .owl-nav 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 .owl-nav 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: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .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(//fleenorsecurity.com/wp-content/plugins/iThemeland-Image-Hover-Effect-For-VC//css/AjaxLoader.gif) no-repeat center center
}
.owl-theme .owl-controls{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-controls .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:0px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}.owl-theme .owl-controls .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(//fleenorsecurity.com/wp-content/plugins/wp-video-lightbox/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}
img.wpvl_playbutton {box-shadow:none !important}
a.pp_close {z-index:100}.wpvl_auto_thumb_box{
position: relative;
width: 200px;
height: 150px;
}
.wpvl_auto_thumb_play{
position: absolute;
left: 75px;
top: 50px;
}
.video_lightbox_auto_anchor_image{
width: 200px;
height: 150px;
} @media only screen and (max-width: 767px) {
.pp_pic_holder.pp_default { width: 100%!important; left: 0!important; overflow: hidden; }
div.pp_default .pp_content_container .pp_left { padding-left: 0!important; }
div.pp_default .pp_content_container .pp_right { padding-right: 0!important; }
.pp_content { width: 100%!important; height: auto!important; }
.pp_fade { width: 100%!important; height: 100%!important; }
a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom { display: none!important; }
#pp_full_res img { width: 100%!important; height: auto!important; }
.pp_details { width: 100%!important; padding-left: 3%; padding-right: 4%; padding-top: 10px; padding-bottom: 10px; background-color: #fff; margin-top: -2px!important; }
a.pp_close { right: 7%!important; top: 10px!important; }
}.ls-container {
visibility: hidden;
position: relative;
max-width: 100%;
}
.ls-inner {
position: relative;
width: 100%;
height: 100%;
background-position: center center;
z-index: 30;
}
.ls-wp-fullwidth-container {
width: 100%;
position: relative;
}
.ls-wp-fullwidth-helper {
position: absolute;
} .ls-layers,
.ls-slide-backgrounds,
.ls-slide-effects,
.ls-background-videos,
.ls-bg-video-overlay {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
overflow: hidden;
-o-transform: translateZ(0);
-ms-transform: translateZ(0);
-moz-transform: translateZ(0);
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.ls-wrapper {
padding: 0 !important;
visibility: visible !important;
border: 0 !important;
z-index: 1;
}
.ls-background-videos {
z-index: 1;
}
.ls-bg-video-overlay {
z-index: 21;
background-repeat: repeat;
background-position: center center;
}
.ls-slide-backgrounds {
z-index: 2;
}
.ls-slide-effects {
z-index: 4;
}
.ls-layers {
z-index: 35;
}
.ls-parallax,
.ls-in-out,
.ls-z {
position: absolute !important;
}
.ls-parallax,
.ls-z {
width: 0 !important;
height: 0 !important;
top: 0 !important;
left: 0 !important;
bottom: auto !important;
right: auto !important;
display: block !important;
overflow: visible !important;
}
.ls-in-out {
display: none;
}
.ls-loop, .ls-clip {
position: absolute !important;
display: block !important;
}
.ls-parallax,
.ls-in-out,
.ls-loop,
.ls-z {
background: none !important;
}
.ls-parallax,
.ls-bg-wrap,
.ls-loop {
margin: 0 !important;
}
.ls-wrapper > .ls-layer,
.ls-wrapper > a > .ls-layer
.ls-wrapper > .ls-bg {
line-height: normal;
white-space: nowrap;
word-wrap: normal;
margin-right: 0 !important;
margin-bottom: 0 !important;
}
.ls-wrapper > .ls-layer,
.ls-wrapper > a > .ls-layer {
position: static !important;
display: block !important;
-o-transform: translateZ(1px);
-ms-transform: translateZ(1px);
-moz-transform: translateZ(1px);
-webkit-transform: translateZ(1px);
transform: translateZ(1px);
}
.ls-bg-wrap,
.ls-bg-outer {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.ls-bg-wrap {
display: none;
}
.ls-bg-outer {
overflow: hidden !important;
}
.ls-wrapper > a.ls-layer-link {
cursor: pointer !important;
display: block !important;
position: absolute !important;
left: 0 !important;
top: 0 !important;
width: 100% !important;
height: 100% !important;
z-index: 10;
-o-transform: translateZ(100px);
-ms-transform: translateZ(100px);
-moz-transform: translateZ(100px);
-webkit-transform: translateZ(100px);
transform: translateZ(100px);
background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) !important;
}  .ls-gui-element {
z-index: 40;
text-decoration: none !important;
}
.ls-loading-container {
position: absolute !important;
display: none;
left: 50% !important;
top: 50% !important;
}
.ls-loading-indicator {
margin: 0 auto;
} .ls-media-unmute {
visibility: hidden;
position: absolute;
left: 16px;
top: 16px;
width: 30px;
height: 30px;
cursor: pointer;
opacity: .65;
}
.ls-media-unmute-active {
visibility: visible;
}
.ls-media-unmute-bg {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
border-radius: 30px;
border: 0 solid white;
transform: scale(0.1);
background: rgba(0,0,0,.25);
box-shadow: 0 3px 10px rgba(0,0,0,.2);
}
.ls-icon-muted, .ls-icon-unmuted {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center;
background-size: 20px;
transform: scale(0.1);
}
.ls-media-unmute-active .ls-media-unmute-bg {
border: 2px solid white;
}
.ls-media-unmute-active .ls-icon-muted,
.ls-media-unmute-active .ls-icon-unmuted,
.ls-media-unmute-active .ls-media-unmute-bg {
transform: scale(1) !important;
}
.ls-icon-muted {
background-image: url(//fleenorsecurity.com/wp-content/plugins/LayerSlider/static/layerslider/img/icon-muted-white.png);
opacity: 1;
}
.ls-icon-unmuted {
background-image: url(//fleenorsecurity.com/wp-content/plugins/LayerSlider/static/layerslider/img/icon-unmuted-white.png);
opacity: 0;
}
.ls-media-unmute:hover {
opacity: 1;
}
.ls-media-unmute:hover .ls-icon-muted {
opacity: 0;
}
.ls-media-unmute:hover .ls-icon-unmuted {
opacity: 1;
}
.ls-media-unmute-bg,
.ls-icon-unmuted,
.ls-media-unmute,
.ls-icon-muted {
transition: all .3s ease-in-out !important;
} .ls-bottom-slidebuttons {
text-align: left;
}
.ls-bottom-nav-wrapper,
.ls-below-thumbnails {
height: 0;
position: relative;
text-align: center;
margin: 0 auto;
}
.ls-below-thumbnails {
display: none;
}
.ls-bottom-nav-wrapper a,
.ls-nav-prev,
.ls-nav-next {
outline: none;
}
.ls-bottom-slidebuttons {
position: relative;
}
.ls-bottom-slidebuttons,
.ls-nav-start,
.ls-nav-stop,
.ls-nav-sides {
position: relative;
}
.ls-nothumb {
text-align: center !important;
}
.ls-link,
.ls-link:hover {
position: absolute !important;
width: 100% !important;
height: 100% !important;
left: 0 !important;
top: 0 !important;
}
.ls-link {
display: none;
}
.ls-link-on-top {
z-index: 999999 !important;
}
.ls-link, .ls-wrapper > a > * {
background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ls-bottom-nav-wrapper,
.ls-thumbnail-wrapper,
.ls-nav-prev,
.ls-nav-next {
visibility: hidden;
} .ls-bar-timer {
position: absolute;
width: 0;
height: 2px;
background: white;
border-bottom: 2px solid #555;
opacity: .55;
top: 0;
}
.ls-circle-timer {
width: 16px;
height: 16px;
position: absolute;
right: 10px;
top: 10px;
opacity: .65;
display: none;
}
.ls-container .ls-circle-timer,
.ls-container .ls-circle-timer * {
box-sizing: border-box !important;
}
.ls-ct-half {
border: 4px solid white;
}
.ls-ct-left,
.ls-ct-right {
width: 50%;
height: 100%;
overflow: hidden;
}
.ls-ct-left,
.ls-ct-right {
position: absolute;
}
.ls-ct-left {
left: 0;
}
.ls-ct-right {
left: 50%;
}
.ls-ct-rotate {
width: 200%;
height: 100%;
position: absolute;
top: 0;
}
.ls-ct-left .ls-ct-rotate,
.ls-ct-right .ls-ct-hider,
.ls-ct-right .ls-ct-half {
left: 0;
}
.ls-ct-right .ls-ct-rotate,
.ls-ct-left .ls-ct-hider,
.ls-ct-left .ls-ct-half {
right: 0;
}
.ls-ct-hider,
.ls-ct-half {
position: absolute;
top: 0;
}
.ls-ct-hider {
width: 50%;
height: 100%;
overflow: hidden;
}
.ls-ct-half {
width: 200%;
height: 100%;
}
.ls-ct-center {
width: 100%;
height: 100%;
left: 0;
top: 0;
position: absolute;
border: 4px solid black;
opacity: 0.2;
}
.ls-ct-half,
.ls-ct-center {
border-radius: 100px;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
}
.ls-slidebar-container {
margin: 10px auto;
}
.ls-slidebar-container,
.ls-slidebar {
position: relative;
}
.ls-progressbar,
.ls-slidebar-slider-container {
position: absolute;
left: 0;
top: 0;
}
.ls-progressbar {
width: 0;
height: 100%;
z-index: 1;
}
.ls-slidebar-slider-container {
z-index: 2;
}
.ls-slidebar-slider {
position: static !important;
cursor: pointer;
} .ls-slidebar {
height: 10px;
background-color: #ddd;
}
.ls-slidebar,
.ls-progressbar {
border-radius: 10px;
}
.ls-progressbar {
background-color: #bbb;
}
.ls-slidebar-slider-container {
top: 50%;
}
.ls-slidebar-slider {
width: 20px;
height: 20px;
border-radius: 20px;
background-color: #999;
} .ls-slidebar-light .ls-slidebar {
height: 8px;
background-color: white;
border: 1px solid #ddd;
border-top: 1px solid #ccc;
}
.ls-slidebar-light .ls-slidebar,
.ls-slidebar-light .ls-progressbar {
border-radius: 10px;
}
.ls-slidebar-light .ls-progressbar {
background-color: #eee;
}
.ls-slidebar-light .ls-slidebar-slider-container {
top: 50%;
}
.ls-slidebar-light .ls-slidebar-slider {
width: 18px;
height: 18px;
border-radius: 20px;
background-color: #eee;
border: 1px solid #bbb;
border-top: 1px solid #ccc;
border-bottom: 1px solid #999;
} .ls-tn {
display: none !important;
}
.ls-thumbnail-hover {
display: none;
position: absolute;
left: 0;
}
.ls-thumbnail-hover-inner {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
display: none;
}
.ls-thumbnail-hover-bg {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.ls-thumbnail-hover-img {
position: absolute;
overflow: hidden;
}
.ls-thumbnail-hover img {
max-width: none !important;
position: absolute;
display: inline-block;
visibility: visible !important;
left: 50%;
top: 0;
}
.ls-thumbnail-hover span {
left: 50%;
top: 100%;
width: 0;
height: 0;
display: block;
position: absolute;
border-left-color: transparent !important;
border-right-color: transparent !important;
border-bottom-color: transparent !important;
}
.ls-thumbnail-wrapper {
position: relative;
width: 100%;
margin: 0 auto;
}
.ls-thumbnail {
position: relative;
margin: 0 auto;
}
.ls-thumbnail-inner,
.ls-thumbnail-slide-container {
width: 100%;
}
.ls-thumbnail-slide-container {
overflow: hidden !important;
position: relative;
}
.ls-thumbnail-slide {
text-align: center;
white-space: nowrap;
float: left;
position: relative;
}
.ls-thumbnail-slide a {
overflow: hidden;
display: inline-block;
width: 0;
height: 0;
position: relative;
}
.ls-thumbnail-slide img {
max-width: none !important;
max-height: 100% !important;
height: 100%;
visibility: visible !important;
}
.ls-touchscroll {
overflow-x: auto !important;
} .ls-shadow {
display: none;
position: absolute;
z-index: 10 !important;
top: 100%;
width: 100%;
left: 0;
overflow: hidden !important;
visibility: hidden;
}
.ls-shadow img {
width: 100% !important;
height: auto !important;
position: absolute !important;
left: 0 !important;
bottom: 0 !important;
} .ls-media-layer {
overflow: hidden;
}
.ls-vpcontainer,
.ls-videopreview {
width : 100%;
height : 100%;
position : absolute;
left : 0;
top : 0;
cursor : pointer;
}
.ls-videopreview {
background-size: cover;
background-position: center center;
}
.ls-videopreview {
z-index: 1;
}
.ls-playvideo {
position: absolute;
left: 50%;
top: 50%;
cursor: pointer;
z-index: 2;
}
.ls-autoplay .ls-playvideo {
display: none !important;
} .ls-forcehide {
display: none !important;
} .ls-yourlogo {
position: absolute;
z-index: 50;
}  .ls-slide-transition-wrapper {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 3;
}
.ls-slide-transition-wrapper,
.ls-slide-transition-wrapper * {
text-align: left !important;
}
.ls-slide-transition-tile {
position: relative;
float: left;
}
.ls-slide-transition-tile img {
visibility: visible;
margin: 0 !important;
}
.ls-curtiles {
overflow: hidden;
}
.ls-curtiles,
.ls-nexttiles {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.ls-curtile, .ls-nexttile {
overflow: hidden;
width: 100% !important;
height: 100% !important;
-o-transform: translateZ(0);
-ms-transform: translateZ(0);
-moz-transform: translateZ(0);
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.ls-nexttile {
display: none;
}
.ls-3d-container {
position: relative;
overflow: visible !important;
-ms-perspective: none !important;
-moz-perspective: none !important;
-webkit-perspective: none !important;
perspective: none !important;
}
.ls-3d-box {
position: absolute;
}
.ls-3d-box div {
overflow: hidden;
margin: 0;
padding: 0;
position: absolute;
background-color: #888;
}
.ls-3d-box .ls-3d-top,
.ls-3d-box .ls-3d-bottom {
background-color: #555;
}
.ls-slide-transition-wrapper,
.ls-slide-transition-tile {
-ms-perspective: 1500px;
-moz-perspective: 1500px;
-webkit-perspective: 1500px;
perspective: 1500px;
}
.ls-slide-transition-tile,
.ls-3d-box,
.ls-curtiles,
.ls-nexttiles {
-ms-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.ls-curtile,
.ls-nexttile,
.ls-3d-box,
.ls-3d-box div {
-ms-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
} .ls-visible {
overflow: visible !important;
}
.ls-unselectable {
user-select: none;
-o-user-select: none;
-ms-user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
}
.ls-overflow-hidden {
overflow: hidden;
}
.ls-overflowx-hidden {
overflow-x: hidden;
}
.ls-overflow-visible {
overflow: visible !important;
}
.ls-overflowy-hidden {
overflow-y: hidden;
}
.ls-hidden {
width: 0px !important;
height: 0px !important;
position: absolute;
left: -5000px;
top: -5000px;
z-index: -1;
overflow: hidden !important;
visibility: hidden !important;
display: block !important;
}
.ls-slide {
display: block !important;
visibility: hidden !important;
position: absolute !important;
overflow: hidden;
top: 0 !important;
left: 0 !important;
bottom: auto !important;
right: auto !important;
background: none;
border: none !important;
margin: 0 !important;
padding: 0 !important;
}
.ls-slide > .ls-layer,
.ls-slide > .ls-l,
.ls-slide > .ls-bg,
.ls-slide > a > .ls-layer,
.ls-slide > a > .ls-l,
.ls-slide > a > .ls-bg {
position: absolute !important;
white-space: nowrap;
}
.ls-fullscreen {
margin: 0 !important;
padding: 0 !important;
width: auto !important;
height: auto !important;
}
.ls-fullscreen .ls-container {
background-color: black;
margin: 0 auto !important;
}
.ls-fullscreen .ls-fullscreen-wrapper {
width: 100% !important;
height: 100% !important;
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
background-color: black;
overflow: hidden !important;
position: relative !important;
}
.ls-fullscreen .ls-fullscreen-wrapper .ls-container,
.ls-fullscreen .ls-fullscreen-wrapper .ls-wp-container {
position: absolute !important;
top: 50% !important;
left: 50% !important;
transform: translate(-50%,-50%) !important;
}
.ls-layer .split-item {
font-weight: inherit !important;
font-family: inherit !important;
font-size: inherit;
color: inherit;
} html .ls-nav-prev,
body .ls-nav-prev,
#ls-global .ls-nav-prev,
html .ls-nav-next,
body .ls-nav-next,
#ls-global .ls-nav-next,
html .ls-container img,
body .ls-container img,
#ls-global .ls-container img,
html .ls-bottom-nav-wrapper a,
body .ls-bottom-nav-wrapper a,
#ls-global .ls-bottom-nav-wrapper a,
html .ls-container .ls-fullscreen,
body .ls-container .ls-fullscreen,
#ls-global .ls-container .ls-fullscreen,
html .ls-thumbnail a,
body .ls-thumbnail a,
#ls-global .ls-thumbnail a {
transition: none;
-ms-transition: none;
-webkit-transition: none;
line-height: normal;
outline: none;
padding: 0;
border: 0;
}
html .ls-wrapper > a,
body .ls-wrapper > a,
#ls-global .ls-wrapper > a,
html .ls-wrapper > p,
body .ls-wrapper > p,
#ls-global .ls-wrapper > p,
html .ls-wrapper > h1,
body .ls-wrapper > h1,
#ls-global .ls-wrapper > h1,
html .ls-wrapper > h2,
body .ls-wrapper > h2,
#ls-global .ls-wrapper > h2,
html .ls-wrapper > h3,
body .ls-wrapper > h3,
#ls-global .ls-wrapper > h3,
html .ls-wrapper > h4,
body .ls-wrapper > h4,
#ls-global .ls-wrapper > h4,
html .ls-wrapper > h5,
body .ls-wrapper > h5,
#ls-global .ls-wrapper > h5,
html .ls-wrapper > img,
body .ls-wrapper > img,
#ls-global .ls-wrapper > img,
html .ls-wrapper > div,
body .ls-wrapper > div,
#ls-global .ls-wrapper > div,
html .ls-wrapper > span,
body .ls-wrapper > span,
#ls-global .ls-wrapper > span,
html .ls-wrapper .ls-bg,
body .ls-wrapper .ls-bg,
#ls-global .ls-wrapper .ls-bg,
html .ls-wrapper .ls-layer,
body .ls-wrapper .ls-layer,
#ls-global .ls-wrapper .ls-layer,
html .ls-slide .ls-layer,
body .ls-slide .ls-layer,
#ls-global .ls-slide .ls-layer,
html .ls-slide a .ls-layer,
body .ls-slide a .ls-layer,
#ls-global .ls-slide a .ls-layer {
transition: none;
-ms-transition: none;
-webkit-transition: none;
line-height: normal;
outline: none;
padding: 0;
margin: 0;
border-width: 0;
}
html .ls-container img,
body .ls-container img,
#ls-global .ls-container img {
background: none !important;
min-width: 0 !important;
max-width: none !important;
border-radius: 0;
box-shadow: none;
border: 0;
padding: 0;
}
html .ls-wp-container .ls-wrapper > a > *,
body .ls-wp-container .ls-wrapper > a > *,
#ls-global .ls-wp-container .ls-wrapper > a > * {
margin: 0;
}
html .ls-wp-container .ls-wrapper > a,
body .ls-wp-container .ls-wrapper > a,
#ls-global .ls-wp-container .ls-wrapper > a {
text-decoration: none;
}
.ls-wp-fullwidth-container,
.ls-wp-fullwidth-helper,
.ls-gui-element *,
.ls-gui-element,
.ls-container,
.ls-slide > *,
.ls-slide,
.ls-wrapper,
.ls-layer {
box-sizing: content-box !important;
}
html .ls-yourlogo,
body .ls-yourlogo,
#ls-global .ls-yourlogo {
margin: 0;
}
html .ls-tn,
body .ls-tn,
#ls-global .ls-tn {
display: none;
}
.ls-bottom-nav-wrapper,
.ls-bottom-nav-wrapper span,
.ls-bottom-nav-wrapper a {
line-height: 0;
font-size: 0;
}
html .ls-container video,
body .ls-container video,
#ls-global .ls-container video {
max-width: none !important;
object-fit: cover !important;
} html .ls-container,
body .ls-container,
#ls-global .ls-container,
html .ls-container .ls-slide-transition-wrapper,
body .ls-container .ls-slide-transition-wrapper,
#ls-global .ls-container .ls-slide-transition-wrapper,
html .ls-container .ls-slide-transition-wrapper *,
body .ls-container .ls-slide-transition-wrapper *,
#ls-global .ls-container .ls-slide-transition-wrapper *,
html .ls-container .ls-bottom-nav-wrapper,
body .ls-container .ls-bottom-nav-wrapper,
#ls-global .ls-container .ls-bottom-nav-wrapper,
html .ls-container .ls-bottom-nav-wrapper *,
body .ls-container .ls-bottom-nav-wrapper *,
#ls-global .ls-container .ls-bottom-nav-wrapper *,
html .ls-container .ls-bottom-nav-wrapper span *,
body .ls-container .ls-bottom-nav-wrapper span *,
#ls-global .ls-container .ls-bottom-nav-wrapper span *,
html .ls-direction-fix,
body .ls-direction-fix,
#ls-global .ls-direction-fix {
direction: ltr !important;
} html .ls-container,
body .ls-container,
#ls-global .ls-container {
float: none !important;
} .ls-slider-notification {
position: relative;
margin: 10px auto;
padding: 10px 10px 15px 88px;
border-radius: 5px;
min-height: 60px;
background: #de4528;
color: white !important;
font-family: 'Open Sans', arial, sans-serif !important;
}
.ls-slider-notification a {
color: white !important;
text-decoration: underline !important;
}
.ls-slider-notification-logo {
position: absolute;
top: 16px;
left: 17px;
width: 56px;
height: 56px;
font-size: 49px;
line-height: 53px;
border-radius: 56px;
background-color: white;
color: #de4528;
font-style: normal;
font-weight: 800;
text-align: center;
}
.ls-slider-notification strong {
color: white !important;
display: block;
font-size: 20px;
line-height: 26px;
font-weight: normal !important;
}
.ls-slider-notification span {
display: block;
font-size: 13px;
line-height: 16px;
text-align: justify !important;
} @media screen and (max-width: 767px) {
.ls-container .ls-layers > .ls-hide-on-phone,
.ls-container .ls-background-videos .ls-hide-on-phone video,
.ls-container .ls-background-videos .ls-hide-on-phone audio,
.ls-container .ls-background-videos .ls-hide-on-phone iframe {
display: none !important;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.ls-container .ls-layers > .ls-hide-on-tablet,
.ls-container .ls-background-videos .ls-hide-on-tablet video,
.ls-container .ls-background-videos .ls-hide-on-tablet audio,
.ls-container .ls-background-videos .ls-hide-on-tablet iframe {
display: none !important;
}
}
@media screen and (min-width: 1025px) {
.ls-container .ls-layers > .ls-hide-on-desktop,
.ls-container .ls-background-videos .ls-hide-on-desktop video,
.ls-container .ls-background-videos .ls-hide-on-desktop audio,
.ls-container .ls-background-videos .ls-hide-on-desktop iframe {
display: none !important;
}
}
.ls-container .ls-background-videos .ls-vpcontainer {
z-index: 10;
}
.ls-container .ls-background-videos .ls-videopreview {
background-size: cover !important;
}
.ls-container .ls-background-videos video,
.ls-container .ls-background-videos audio,
.ls-container .ls-background-videos iframe {
position: relative;
z-index: 20;
} @media (transform-3d), (-ms-transform-3d), (-webkit-transform-3d) {
#ls-test3d {
position: absolute;
left: 9px;
height: 3px;
}
}