@charset "utf-8";
@charset "utf-8";
@charset "UTF-8";
@charset 'UTF-8';
.ex_s_lick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.ex_s_lick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.ex_s_lick-list:focus
{
outline: none;
}
.ex_s_lick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.ex_s_lick-slider .ex_s_lick-track,
.ex_s_lick-slider .ex_s_lick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.ex_s_lick-track
{
position: relative;
top: 0;
left: 0;
display: block;
}
.ex_s_lick-track:before,
.ex_s_lick-track:after
{
display: table;
content: '';
}
.ex_s_lick-track:after
{
clear: both;
}
.ex_s_lick-loading .ex_s_lick-track
{
visibility: hidden;
}
.ex_s_lick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .ex_s_lick-slide
{
float: right;
}
.ex_s_lick-slide img
{
display: block;
}
.ex_s_lick-slide.ex_s_lick-loading img
{
display: none;
}
.ex_s_lick-slide.dragging img
{
pointer-events: none;
}
.ex_s_lick-initialized .ex_s_lick-slide
{
display: block;
}
.ex_s_lick-loading .ex_s_lick-slide
{
visibility: hidden;
}
.ex_s_lick-vertical .ex_s_lick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.ex_s_lick-arrow.ex_s_lick-hidden {
display: none;
}
 .ex_s_lick-loading .ex_s_lick-list
{
background: #fff url(https://www.rtscorp.com/wp-content/plugins/wp-timeline/js/ex_s_lick/ajax-loader.gif) center center no-repeat;
} @font-face
{
font-family: 'ex_s_lick';
font-weight: normal;
font-style: normal;
src: url(https://www.rtscorp.com/wp-content/plugins/wp-timeline/js/ex_s_lick/fonts/ex_s_lick.eot);
src: url(https://www.rtscorp.com/wp-content/plugins/wp-timeline/js/ex_s_lick/fonts/ex_s_lick.eot?#iefix) format('embedded-opentype'), url(https://www.rtscorp.com/wp-content/plugins/wp-timeline/js/ex_s_lick/fonts/ex_s_lick.woff) format('woff'), url(https://www.rtscorp.com/wp-content/plugins/wp-timeline/js/ex_s_lick/fonts/ex_s_lick.ttf) format('truetype'), url(https://www.rtscorp.com/wp-content/plugins/wp-timeline/js/ex_s_lick/fonts/ex_s_lick.svg#ex_s_lick) format('svg');
} .ex_s_lick-prev,
.ex_s_lick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.ex_s_lick-prev:hover,
.ex_s_lick-prev:focus,
.ex_s_lick-next:hover,
.ex_s_lick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.ex_s_lick-prev:hover:before,
.ex_s_lick-prev:focus:before,
.ex_s_lick-next:hover:before,
.ex_s_lick-next:focus:before
{
opacity: 1;
}
.ex_s_lick-prev.ex_s_lick-disabled:before,
.ex_s_lick-next.ex_s_lick-disabled:before
{
opacity: .25;
}
.ex_s_lick-prev:before,
.ex_s_lick-next:before
{
font-family: 'ex_s_lick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ex_s_lick-prev
{
left: -25px;
}
[dir='rtl'] .ex_s_lick-prev
{
right: -25px;
left: auto;
}
.ex_s_lick-prev:before
{
content: '←';
}
[dir='rtl'] .ex_s_lick-prev:before
{
content: '→';
}
.ex_s_lick-next
{
right: -25px;
}
[dir='rtl'] .ex_s_lick-next
{
right: auto;
left: -25px;
}
.ex_s_lick-next:before
{
content: '→';
}
[dir='rtl'] .ex_s_lick-next:before
{
content: '←';
} .ex_s_lick-dotted.ex_s_lick-slider
{
margin-bottom: 30px;
}
.ex_s_lick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.ex_s_lick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.ex_s_lick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.ex_s_lick-dots li button:hover,
.ex_s_lick-dots li button:focus
{
outline: none;
}
.ex_s_lick-dots li button:hover:before,
.ex_s_lick-dots li button:focus:before
{
opacity: 1;
}
.ex_s_lick-dots li button:before
{
font-family: 'ex_s_lick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ex_s_lick-dots li.ex_s_lick-active button:before
{
opacity: .75;
color: black;
}
 .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.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 headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.headShake {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-name: headShake;
animation-name: headShake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.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;
}
  .clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; } .wpex-single-timeline {
margin: 0 auto;
max-width: 1170px;
padding: 30px;
font-family: 'Source Sans Pro', sans-serif;
font-size: 13px;
} .wpex-timeline-list,
.wpex{ font-family:'Source Sans Pro', sans-serif; 
background-size: cover;
background-position: top center;
}
.wpex a:focus,
.wpex-timeline-list a:focus{outline:none !important;}
.wpex h2,
.wpex h2 a,
.wpex .timeline-details h2,
.wpex .timeline-details h2{ font-size:20px; font-weight:normal;}
.wpex .wpex-dates a,
.wpex h2,
.wpex h2 a,
.wpex-single-timeline h1.tl-title,
.wpex .timeline-details h2,
.wpex .timeline-details h2{font-weight:normal; font-family:'Oswald', sans-serif}
.timeline-details,
.timeline-media{ position:relative; box-sizing:border-box;}
.timeline-media i{ 
position:absolute;
top:50%;
left:50%;
font-size:18px;
width:35px;
height:35px;
text-align:center;
line-height:35px;
border-radius:2px;
color:#FFFFFF;
margin-top:-17px;
margin-left:-17px;
opacity:0;
transition:all .3s;
}
.tl-overlay-bg{
background:rgba(0,0,0,0.7);
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
opacity:0;
transition:all .3s;	
}
.timeline-media:hover i,
.timeline-media:hover .tl-overlay-bg{ opacity:1}
.wpex a:focus{ outline:none !important} .wpex-timeline-list .wpex.wpex-timeline,
.wpex-timeline {
margin: 30px 0 0 0;
padding: 0;
list-style: none;
position: relative;
} 
.wpex-timeline-list ul.wpex-timeline > li,
.wpex-timeline > li{ position:relative; padding-bottom:60px; margin-bottom:-30px}
.wpex-timeline > li:first-child:before{
content: '';
position: absolute;
top: -50px;
width: 4px;
background: #E9E9E9;
left: 150px;
margin-left: -8px;
z-index:1;
height:95px;
}
.wpex-timeline > li:after{
content: '';
position: absolute;
top: 0;
bottom: 0;
width: 4px;
background: #E9E9E9;
left: 150px;
margin-left: -8px;
z-index:1;
}
.no-more.no-end .wpex-timeline > li:last-child:after{ display:none;} .wpex-timeline:before {
content: '';
position: absolute;
top: 0;
bottom: 0;
width: 8px;
left: 20%;
margin-left: -8px;
}
.wpex-timeline > li:last-child{ padding-bottom:30px;}
.wpex-timeline-icon{ z-index:9;} .wpex-timeline > li .wpex-timeline-time {
display: block;
width: 200px;
padding-right: 80px;
position: absolute;
text-align:center;
margin-top:-5px;
}
.wpex-timeline > li .wpex-timeline-time span { display: block;}
.wpex-timeline > li .wpex-timeline-time span.info-h {
font-size: 12px;
color: #9c9c9c;
}
.wpex-timeline > li .wpex-timeline-time .info-img{
height: 80px;
width: 80px;
border-radius: 4px;
overflow: hidden;
display:inline-block;
box-shadow: 0 0 0 1px rgba(0,0,0,0.15);
border: 3px solid #fff;
}
.wpex-timeline > li .wpex-timeline-time span:first-child img{ height:100%; width:auto; max-width: none;}
.wpex-timeline > li .wpex-timeline-time span:last-child {
font-size: 20px;
color: #00BCD4;
}
.wpex-timeline > li:nth-child(odd) .wpex-timeline-time span:last-child {} .wpex-timeline > li .wpex-timeline-label {
margin: 0 0 0 200px;
background: #fff;
color: #101010;
padding: 27px 30px;
font-size: 13px;
font-weight: 300;
line-height: 1.4;
position: relative;
border-radius: 5px;
webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.15);
box-shadow: 0 1px 1px 0 rgba(0,0,0,0.15);
border: 1px solid rgba(0,0,0,0.15);
border-left:4px solid #00BCD4;
}
.wpex-timeline > li .wpex-timeline-label .timeline-media{ width:33%; display:inline-block; float:left}
.wpex-timeline > li .wpex-timeline-label .timeline-media + div{ width:67%; display:inline-block; float:left; padding-left:15px;}
.wpex-timeline > li .wpex-timeline-label p + .wptl-more-meta{ margin-top:15px;}
.wpex-timeline-list .wpex-timeline > li .wpex-timeline-label .timeline-details > p{ margin-bottom:0;}
.wpex-timeline > li .wpex-timeline-label h2 a{ text-decoration:none; box-shadow: none; color:#101010} .wpex-timeline > li .wpex-timeline-label:before {
right: 100%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-right-color: #00BCD4;
border-width: 12px;
top: 10px;
}
.wpex-timeline > li:nth-child(odd) .wpex-timeline-label:before {
} .wpex-timeline > li .wpex-timeline-icon .fa {
width: 40px;
height: 40px;
font-family: 'fontawesome';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
font-size: 25px;
line-height: 40px;
-webkit-font-smoothing: antialiased;
position: absolute;
background: #00BCD4;
color: #fff;
border-radius: 50%;
box-shadow: 0 0 0 3px #E9E9E9;
text-align: center;
left: 150px;
top: 0;
margin: 0 0 0 -25px;
z-index:9;
}
.wpex-timeline > li .wpex-timeline-time a{ box-shadow:none; text-decoration:none;} .wpex-timeline.style-center > li .wpex-timeline-icon .fa{ margin-left:-20px}
.wpex-timeline.style-center > li:after,
.wpex-timeline.style-center > li:first-child:before{ margin-left:-3px;}
.wpex-timeline > li .wpex-timeline-label .timeline-details > p{ line-height:1.6; margin-top: 8px; margin-bottom:15px;} .wpex-timeline-list.show-icon .wpex-timeline > li:after,
.wpex-timeline-list.show-icon .wpex-timeline > li:first-child:before{ width:3px; background-color:#00BCD4;}
.wpex-timeline-list.show-icon li .wpex-timeline-time .info-img{ display:none}
.wpex-timeline-list.show-icon li .wpex-timeline-icon .fa{ width:15px; height:15px; box-shadow:0 0 0 2px #fff; margin-left:-14px; background-color:#00BCD4; top: 30px; line-height:.3; font-size:50px;}
.wpex-timeline-list.show-icon li .wpex-timeline-icon .fa.no-icon{ font-size:60px;}
.wpex-timeline-list li .wpex-timeline-icon .fa.no-icon:before,
.wpex-timeline-list.show-icon li .wpex-timeline-icon .fa.no-icon:before{ color:transparent;}
.wpex-timeline-list.show-icon .wpex-timeline > li .wpex-timeline-label:before{ top:23px}
.wpex-timeline-list.show-icon li .wpex-timeline-icon .fa:before{ margin-left:-120px; color:#00BCD4; }
.wpex-timeline-list.show-icon .wpex-timeline > li .wpex-timeline-label{ border-left: 1px solid rgba(0,0,0,0.15)}
.wpex-timeline-list.show-icon .wpex-timeline > li .wpex-timeline-label:after {
position: absolute;
top: 24px;
left: -11px;
display: inline-block;
border-top: 11px solid transparent;
border-left: 11px solid #fff;
border-right: 0 solid #fff;
border-bottom: 11px solid transparent;
border-left-width: 0;
border-right-width: 11px;
content: " ";
}
.wpex-timeline-list.show-icon .wpex-timeline > li .wpex-timeline-label:before{ border-right-color: rgba(0,0,0,0.15);}
.wpex-timeline-list.left-tl .wpex-timeline > li .wpex-content-left,
.wpex-timeline-list.show-icon .wpex-timeline > li .wpex-content-left{ float:left; width:40%; margin-top:-5px;}
.wpex-timeline-list.show-icon .wpex-timeline > li .wpex-content-left .wpex-leftdate + a{ margin-top:10px}
.wpex-timeline-list.show-icon .wpex-timeline.style-center > li .wpex-content-left .wpex-leftdate{padding: 15px 30px; background:#00BCD4; border-top-left-radius: 3px; border-top-right-radius: 3px; color:#FFFFFF;}
.wpex-timeline-list.left-tl .wpex-timeline > li .wpex-content-left + .timeline-details,
.wpex-timeline-list.show-icon .wpex-timeline > li .wpex-content-left + .timeline-details{ float:right; width:60%; padding-left:30px;}
.wpex-timeline-list.show-icon .wpex-timeline > li .wpex-content-left .tlday{ font-size:70px; float:left; line-height:1; margin-top:-5px; margin-right:15px}
.wpex-timeline-list.show-icon .wpex-timeline > li .wpex-content-left .wpex-leftdate div span{ line-height:1.3; font-size:24px;}
.wpex-timeline-list.show-icon .wpex-timeline > li .wpex-content-left .wpex-leftdate div span:first-child{ display:block; font-size:16px; margin-bottom:3px; padding-top:3px;} .wpex-timeline-list.show-icon .wpex-timeline.style-center > li .wpex-timeline-label:after{border-right-color:#00BCD4;}
.wpex-timeline-list.show-icon .style-center > li .wpex-content-left + .timeline-details,
.wpex-timeline-list.show-icon .style-center > li .wpex-content-left{ width:100%; display:inline-block; padding-left:0}
.wpex-timeline-list.show-icon .style-center > li .wpex-content-left + .timeline-details{ margin-bottom:7px;}
.wpex-timeline-list.show-icon .style-center > li .wpex-timeline-label{ padding:0}
.wpex-timeline-list.show-icon .style-center > li .wpex-timeline-label .timeline-details{ padding:17px 30px;}
.wpex-timeline-list.show-icon .style-center > li .wpex-content-left{ margin:0; margin-bottom:10px;}
.wpex-timeline-list.show-icon .style-center .timeline-details .img-left{ display:inline-block; width:40%; float:left; margin:0 20px 5px 0; box-shadow:none;}
.wpex-timeline-list.show-icon li .wpex-content-left .info-img img,
.wpex-timeline-list.show-icon .timeline-details .img-left img{ border-radius:4px;}
.wpex-timeline-list.show-icon .style-center li .wpex-timeline-icon .fa{ margin-left:-9px;}
.wpex-timeline-list.show-icon .style-center > li:nth-child(odd) .wpex-timeline-label{border: 1px solid rgba(0,0,0,0.15);}
.wpex.wptl-dark .wpex-content-left *{ color:#FFFFFF;}
.wpex .wpex-content-left .wpex-leftdate + a { width:100%; margin-top:0; display:inline-block; box-shadow:none; position:relative;}
.wptl-readmore-center{ text-align:right; margin-top:15px;}
li .wptl-readmore-center > a { box-shadow:none; font-size:12px; color:#101010;}
li .wptl-readmore-center > a:hover{ text-decoration:none;}
@media(min-width:768px){
.wpex-timeline-list .style-center > li:nth-child(odd) .wptl-readmore-center{ margin-right:55%; float:none;}
.wpex-timeline.style-center > li .wpex-timeline-label{margin-left:55%; margin-right:0}
.wpex-timeline.style-center > li:nth-child(odd) .wpex-timeline-label{ margin-right:55%; margin-left:0; border:1px solid rgba(0,0,0,0.15); border-right: 4px solid #00BCD4;}
.wpex-timeline-list.show-icon .style-center > li:nth-child(odd) .wpex-timeline-icon .fa:before{ margin-right:-120px; margin-left:auto;}
.wpex-timeline.style-center > li:nth-child(odd) .wpex-timeline-label:before {
left: 100%;
right: 0;
border-right-color: transparent;
border-left-color: #00BCD4;
}
.wpex-timeline-list.show-icon .style-center > li:nth-child(odd) .wpex-timeline-label:before{border-left-color: rgba(0,0,0,0.15);border-right-color: rgba(0,0,0,0);}
.wpex-timeline-list.show-icon .style-center > li:nth-child(odd) .wpex-timeline-label:after{ right:-11px; border-left-width:11px;  border-right-width:0; left:auto; border-left-color:#00BCD4}
.wpex-timeline.style-center > li:after,
.wpex-timeline.style-center > li:first-child:before,
.wpex-timeline.style-center > li .wpex-timeline-icon .fa{ left:50%;}
.wpex-timeline.style-center > li .wpex-timeline-time{width:200px; right:50%; padding-right:50px; text-align:center;}
.wpex-timeline.style-center > li:nth-child(odd) .wpex-timeline-time{left:50%; padding-right:0; padding-left:50px; text-align: center;}
} .wpex ul,
.wpex .hor-container ul.horizontal-nav,
.wpex .wptl-item{ padding:0; margin:0}
.wpex .wptl-readmore{ display:block; margin-bottom: 0; width:100%; float:left;}
.wpex .timeline-details .wptl-readmore > a{ box-shadow:none; background-color: transparent; color:#101010; font-weight:bold; margin:0; padding: 11px 14px; border:0; display:inline-block; transition:all .2s; line-height:1.2;  border-radius:2px; text-decoration: none; font-size: 12px; text-transform:uppercase;border: 2px solid #00BCD4;}
.wpex .timeline-details .wptl-readmore > a:hover{ text-decoration:none;background-color:#00BCD4; color:#FFFFFF;}
.wpex.wptl-dark.wpex .wptl-excerpt:after,
.wpex .wptl-readmore:after{ content:""; display:block; clear:both;} .wpex div.wptl-social-share{ float:left; display:block; width:100%}
.wpex div.wptl-social-share span {
list-style: none;
width:auto !important;
display: inline-block;
font-size: 20px;
padding: 0;
float: none;
margin-right: 10px;
margin-bottom: 0;
}
.wpex div.wptl-social-share  span a {
border: 1px solid #00BCD4;
color: #00BCD4;
height: 40px;
width: 40px;
line-height: 40px;
float: left;
text-align: center;
box-shadow: none;
}
.wpex .wptl-excerpt{
display:block;
float:left;
margin-bottom: 20px;
font-size: 13px;
border-top: 1px dashed rgba(0, 0, 0, 0.15);
margin-top: 15px;
padding-top: 15px;
width:100%;
}
.wpex h2 + .wptl-excerpt{ margin-top:0}
.wptl-more-meta span a,
.wptl-more-meta span{
color: #9c9c9c;
text-decoration:none;
box-shadow:none;
font-size: 12px;
margin-right: 8px;
}
.wptl-more-meta {
overflow: hidden;
display: inline-block;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
font-weight: normal;
} .wpex-tl-horizontal {
width: 100%;
overflow: hidden;
margin: 20px auto;
position: relative;
}
.wpex-tl-horizontal .wpex-point{ position:relative; height:100px;}
.wpex-tl-horizontal.arrow-top .wpex-point{ padding:0 35px;}
.wpex-tl-horizontal .wpex-dates {
width: 100%;
margin:0;
position:relative;
height:50px;
padding:0;
}
.wpex-tl-horizontal .wpex-dates li {
list-style: none;
float: left;
width: 120px;
font-size: 13px;
text-align: center;
position:relative;
padding:0;
margin:0;
}
.wpex-tl-horizontal .wpex-dates li a:before{ 
font: normal normal normal 14px/1 FontAwesome;
content:"";
height:17px;
width:17px;
border: 3px solid #EEEEEE;
background-color:#FFFFFF;
border-radius:50%;
position:absolute;
bottom:-20px;
left:50%;
margin-left:-6px;
transition:all .3s;
box-sizing:border-box;
}
.wpex-tl-horizontal .wpex-dates li a:hover:before{border-color:#00BCD4;}
.wpex-tl-horizontal .wpex-dates li.tl-old-item a:before{ border-color:#00BCD4}
.wpex-tl-horizontal .wpex-dates li a.selected:before{ font-size:17px; background-color:#00BCD4; border-color:#00BCD4}
.wpex-tl-horizontal .wpex-dates a {
line-height: 38px;
padding-bottom: 0;
text-decoration:none;
box-shadow:none;
color:#7d7d7d;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
display: block;
}
.wpex-tl-horizontal .wpex-point .tl-date{ margin:0; overflow:hidden; height:100%; position:relative}
.wpex-tl-horizontal .timeline-hr{
border-bottom:3px solid #EEEEEE;
top: 49px;
position: absolute;
width: 100%;
}
.wpex-tl-horizontal.wpex .timeline-details .wptl-readmore > a{ border-radius:20px}
.wpex-tl-horizontal .wpex-dates .selected {
font-size: 15px;
font-weight:bold;
}
.wpex-tl-horizontal .timeline-pos-select{
border-bottom:3px solid #00BCD4;
top: 49px;
position: absolute;
}
.wpex-tl-horizontal .wptl-item {
overflow: hidden;
padding-top:10px;
}
.wpex-tl-horizontal .wptl-item .wpex-timeline-label .timeline-media {
width: 40%;
display: inline-block;
float: left;
padding-left:1px;
padding-right:15px;
}
.wpex-tl-horizontal .wptl-item .wpex-timeline-label .timeline-media a{ display:inline-block; box-shadow:none; width:100%;}
.wpex-timeline > li .wpex-timeline-label h2,
.wpex-tl-horizontal .wptl-item .wpex-timeline-label h2{
margin-top: 0px;
margin-bottom:15px;
font-weight: normal;
text-transform: uppercase;
}
.wpex .wptl-item .wpex-timeline-label .wptl-more-meta i{ 
margin-right: 8px;
}
.wpex-tl-horizontal .wptl-item .wpex-timeline-label h2 a {
text-decoration: none;
box-shadow: none;
color: #101010;
}
.wpex-tl-horizontal .wptl-item .wpex-timeline-label:before {
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-bottom-color: #00BCD4;
border-width: 0;
top: -25px;
margin-left:25px;
}
.wpex-tl-horizontal .wpex-content{
}
.wpex-tl-horizontal .wptl-item .wpex-timeline-label{
color: #101010;
font-size: 1.2em;
font-weight: 300;
line-height: 1.4;
position: relative;
border-radius: 0;
border: 0px;		
}
.wpex-tl-horizontal .wptl-item .wpex-timeline-label .timeline-media + div {
width: 60%;
display: inline-block;
float: left;
padding-left: 15px;
}
.wpex.wpex-style-full-width .wptl-item .wpex-timeline-label .timeline-media,
.wpex.wpex-style-full-width .wptl-item .wpex-timeline-label .timeline-media + div{ width:100%; padding-left:0; text-align:center; padding-right:0}
.wpex.wpex-style-full-width .wptl-item .wpex-timeline-label .timeline-media{ margin-bottom:30px}
.wpex.wpex-style-full-width .wptl-item .wpex-timeline-label .timeline-media:after{ content:''; display:block; clear:both;}
.wpex.wpex-style-full-width .wptl-item .wpex-timeline-label .timeline-media img{ max-height:300px; width:auto; margin:0 auto;}
.wpex-tl-horizontal .wptl-item .wpex-timeline-label .timeline-details p{ margin:0; margin-bottom:15px;}
.wpex-tl-horizontal .wptl-item li {
list-style: none;
float: left;
padding:0;
margin:0;
}
.wpex-tl-horizontal .wpex-dates .selected,
.wpex-tl-horizontal #next:focus,
.wpex-tl-horizontal #prev:focus{ outline:none;}
.wpex-tl-horizontal #next,
.wpex-tl-horizontal #prev {
position: absolute;
top: 50%;
margin-top: 0;
font-size: 26px;
box-shadow: none;
text-decoration: none;
width: 40px;
height: 40px;
border: 0;
text-align: center;
line-height: 39px;
border-radius: 0;
background: rgba(0,0,0,.6);
color:#fff;
z-index:9999;
transition: all .3s;
}
.wpex-tl-horizontal #next.wptl-disable,
.wpex-tl-horizontal #prev.wptl-disable{}
.wpex-tl-horizontal #next {right: 20px;
opacity:0;
transform: translateX(40px);
-webkit-transform: translateX(40px);
transition: all .3s ease;
}
.wpex-tl-horizontal.arrow-top #next{ right:0; transform:none; opacity: 1;}
.wpex-tl-horizontal #prev {left: 20px;
opacity:0;
transform: translateX(-40px);
-webkit-transform: translateX(-40px);
transition: all .3s ease;
}
.wpex-tl-horizontal.arrow-top #prev{ left:0; transform:none; opacity: 1;}
.wpex-tl-horizontal.arrow-top #next, .wpex-tl-horizontal.arrow-top #prev{
top: 32px;
line-height: 29px;
border-radius: 20px;
background: rgba(255, 255, 255, 1);
border: 3px solid #00BCD4;
color: #00BCD4;
font-size: 19px;
height:35px;
width:35px;
}
.wpex-tl-horizontal.arrow-top #next.wptl-disable, .wpex-tl-horizontal.arrow-top #prev.wptl-disable{ border-color:#EEEEEE; color:#EEEEEE;}
.wpex-tl-horizontal.arrow-top .timeline-pos-select{ overflow:visible !important;}
.wpex-tl-horizontal.arrow-top .timeline-pos-select:before{
content:"";
height:3px;
width:20px;
position:absolute;
left:0;
background-image: -webkit-linear-gradient( left , #fff, rgba(238, 238, 238, 0));
background-image: linear-gradient(to right, #fff, rgba(238, 238, 238, 0))
}
.wpex-tl-horizontal.arrow-top .timeline-hr:before{
position:absolute;
content:"";
right:0;
height:3px;
width:20px;
background-image: -webkit-linear-gradient( left , #EEEEEE, rgba(255, 255, 255, .8));
background-image: linear-gradient(to right, #EEEEEE, rgba(255, 255, 255, .8));
}
.wpex-tl-horizontal:hover #prev,
.wpex-tl-horizontal:hover #next{
transform: translateX(0);
-webkit-transform: translateX(0);
opacity: 1;
}
.wpex-tl-horizontal #next:not(.wptl-disable):hover, .wpex-tl-horizontal #prev:not(.wptl-disable):hover{ color:#FFFFFF; border-color:#00BCD4; background-color:#00BCD4;}
.wpex-tl-horizontal #next.disabled,
.wpex-tl-horizontal #prev.disabled {opacity: 0.2;}
.wpex .wptl-readmore > a{ text-transform:capitalize;} .wpex-tl-vertical {
width: 100%;
height: 700px; margin: 40px auto;
position: relative;
}
.wpex-tl-vertical .timeline-hr{
border-right:3px solid #EEEEEE;
position: absolute;
height: 100%;
right: 50%;
margin-right: -1px;
}
.wpex-tl-vertical .timeline-hr:before{
content:"";
position:absolute;
bottom:0;
height:20px;
width:3px;
background-image: -webkit-linear-gradient( top , #EEEEEE, rgba(255, 255, 255, .8));
background-image: linear-gradient(to bottom, #EEEEEE, rgba(255, 255, 255, .8));
}
.wpex-tl-vertical a,
.wpex-tl-vertical .wpex-point a:focus{outline:none}
.wpex-tl-vertical .wpex-point {
position: relative;
width: 100px;
float:left;
height:100%;
}
.wpex-tl-vertical .wpex-point .tl-date{
margin: 0;
overflow: hidden;
position: relative;
float:left;
height:100%;
}
.wpex-tl-vertical .timeline-pos-select {
border-right: 3px solid #00BCD4;
position: absolute;
right: 50%;
margin-right: -2px;
overflow:visible !important;
}
.wpex-tl-vertical .timeline-pos-select:before{
content:"";
position:absolute;
top:0;
height:20px;
width:3px;
background-image: -webkit-linear-gradient( top , #fff, rgba(238, 238, 238, 0));
background-image: linear-gradient(to bottom, #fff, rgba(238, 238, 238, 0));
}
.wpex-tl-vertical .wpex-dates {
width: 100px;
height: 600px;
float: left;
margin:auto 0;
text-align:center;
}
.wpex-tl-vertical .wpex-dates li {
list-style: none;
width: 100px;
height: 100px;
line-height: 1;
font-size: 13px;
}
.wpex-tl-vertical .wpex-dates a {
display:inline-block;
margin-top:40px;
line-height: 1.2;
text-decoration:none;
box-shadow:none;
color:#7d7d7d;
position:relative;
border: 1px solid #eee;
padding: 5px 15px;
background-color: #ffffff;
border-radius: 2px;
}
.wpex-tl-vertical .wpex-dates li a:after {
display:none;
}
.wpex-tl-vertical .wpex-dates li a.selected:after {
font-size: 17px;
background-color: #00BCD4;
}
.wpex-tl-vertical .wptl-item .wpex-timeline-label h2 {
margin-top: 0px;
margin-bottom: 15px;
font-weight: normal;
text-transform: uppercase;
}
.wpex-tl-vertical .wptl-item .wpex-timeline-label h2 a {
text-decoration: none;
box-shadow: none;
color: #101010;
}
.wpex-tl-vertical .wptl-item .wpex-timeline-label{ 
padding:0 0 40px 0;
color: #101010;
font-size: 1.2em;
font-weight: 300;
line-height: 1.4;
position: relative;
border-radius: 0;
border: 0px;
}
.wpex-tl-vertical.wpex-style-full-width .wptl-item .wpex-timeline-label{ padding-bottom:0;}
.wpex-tl-vertical .wptl-item li:not(.selected) .wpex-timeline-label:before{}
.wpex-tl-vertical .wpex-dates li a.selected {
font-size: 15px;
background-color: #00BCD4;
border-color: #00BCD4;
color: #fff;
font-weight: bold;
}
.vertical-stl{ padding:60px 0;}
.wpex-tl-vertical .wpex-dates li.tl-old-item a {border-color: #00BCD4;}
.wpex-tl-vertical .wpex-content{
width:calc(100% - 100px);
-webkit-calc(100% - 100px);
-ms-calc(100% - 100px);
-moz-calc(100% - 100px);
float: left;
height:100%; overflow:hidden;
}
.wpex-tl-vertical .wptl-item {
margin:auto 0;
margin-top:1px;
}	
.wpex-tl-vertical .wptl-item li {
width: 100%;
list-style: none;
padding-left:30px;
}
.wpex-tl-vertical .wptl-item .wpex-timeline-label .timeline-media {
width: 40%;
display: inline-block;
float: left;
padding-left: 1px;
}
.wpex-tl-vertical .wptl-item .wpex-timeline-label .timeline-media + div {
width: 60%;
display: inline-block;
float: left;
padding-left: 15px;
}
.wpex-tl-vertical .wptl-item .wpex-timeline-label .timeline-details p{ margin:0; margin-bottom:15px;}
.wpex-tl-vertical #next,
.wpex-tl-vertical #prev {
position: absolute;
font-size: 19px;
left: 0;
box-shadow: none;
text-decoration: none;
border: 0;
text-align: center;
line-height: 29px;
border: 3px solid #00BCD4;
color: #00BCD4;
transition: all .3s;
margin-left: 33px;
height: 35px;
width: 35px;
border-radius:50%;
}
.wpex-tl-vertical #next {bottom: -35px;}
.wpex-tl-vertical #prev {top: -35px;}
.wpex-tl-vertical #next.wptl-disable, .wpex-tl-vertical #prev.wptl-disable {
border-color: #EEEEEE;
color: #EEEEEE;
pointer-events: none;
}
.wpex-tl-vertical #next.disabled,
.wpex-tl-vertical #prev.disabled {opacity: 0.2;}
.wptl-info{text-align:center;}
.wpex-tl-vertical .wptl-item li:not(.selected) { opacity: .5 !important;}
.wpex.wpex-style-full-width .wptl-item li:not(.selected) { opacity:0 !important;}
.wpex-timeline-list.wpex .timeline-media > a{ display:inline-block; box-shadow:none;} .wpex.wpex-tl-vertical #next:hover, .wpex.wpex-tl-vertical #prev:hover{ color:#fff; background:#00BCD4;} .wpex-timeline-list{ position:relative; padding-top:21px;}
.wpex-filter{ position:fixed; transition:all .3s; top:20%; right:0; opacity:0; max-height:80%;}
.wpex-filter div{ max-height:80vh; overflow-y:auto;}
.wpex-filter > .fa{ position:absolute; top:0; line-height:1; font-size:18px; padding: 9px 13px; background:#00BCD4; left:0; color:#FFFFFF; cursor:pointer; border:0;}
.wpex-filter.active > .fa{ left:-45px}
.wpex-filter.show-filter > .fa.fa-angle-double-left:before{content:"\f101";}
.wpex-filter.active{ opacity:1; background:#FFFFFF}
.wpex-filter span{
display: block;
padding: 5px 14px;
margin-bottom: 1px;
line-height: 1.6;
border-left: 3px solid #00BCD4;
font-size:12px;
cursor:pointer;
font-weight:bold;
}
.wpex-filter span.active{ color:#00BCD4}
.wpex-loadmore {
display: inline-block;
width: 100%;
text-align: center;
margin: 30px 0;
}
.left-tl .wpex-loadmore{ width:280px}
.wpex-tltitle.wpex-loadmore{ margin-bottom:20px;}
.wpex-tltitle.wpex-loadmore .yft + span{ display:none;}
.wpex-endlabel.wpex-loadmore span,
.wpex-tltitle.wpex-loadmore span,
.wpex-loadmore .loadmore-timeline {
padding: 10px 18px;
font-size: 12px;
font-weight:bold;
text-transform: uppercase;
transition: all .3s;
line-height: 1.7em;
padding-top: 11px;
display: inline-block;
text-decoration: none;
float: none;
background:#00BCD4;
box-shadow:none;
color:#FFFFFF;
border-radius:2px;
white-space:nowrap;
}
.wpex-endlabel{ display:block}
.hidden-date,
.wpex-loadmore.hidden{ display:none;}
.wpex-loadmore:not(.hidden) + .wpex-endlabel{ display:none;}
.wpex-loadmore .loadmore-timeline span:not(.load-tltext) {
width: 4px;
height: 4px;
border-radius: 50%;
background-color: #FFFFFF;
display: inline-block;
vertical-align: middle;
}
.wpex-loadmore .loadmore-timeline.disable-click{pointer-events: none;}
.wpex-loadmore .loadmore-timeline span:not(.load-tltext){
width: 4px;
height: 4px;
border-radius:50%;
background-color: #FFFFFF;
display: inline-block;
vertical-align: middle;
}
.wpex-loadmore .loadmore-timeline.loading span:not(.load-tltext){
display: inline-block;
}
.wpex-loadmore .loadmore-timeline span:not(.load-tltext):nth-child(2){margin-left:10px;}
.wpex-loadmore .loadmore-timeline.loading span:not(.load-tltext):nth-child(2) {animation: wpexloading_ef 0.5s ease-in-out 0.2s infinite alternate; -webkit-animation: wpexloading_ef 0.5s ease-in-out 0.2s infinite alternate;}
.wpex-loadmore .loadmore-timeline.loading span:not(.load-tltext):nth-child(3) {animation: wpexloading_ef 0.5s ease-in-out 0.35s infinite alternate; -webkit-animation: wpexloading_ef 0.5s ease-in-out 0.35s infinite alternate;}
.wpex-loadmore .loadmore-timeline.loading span:not(.load-tltext):nth-child(4) {animation: wpexloading_ef 0.5s ease-in-out 0.5s infinite alternate; -webkit-animation: wpexloading_ef 0.5s ease-in-out 0.5s infinite alternate;}
@keyframes wpexloading_ef {
0% {
opacity:0;
}
100% {
opacity:1;
}
}
@-webkit-keyframes wpexloading_ef {
0% {
opacity:0;
}
100% {
opacity:1;
}
}
.scroll-effect,
.wpex-timeline-list ul.wpex > li.de-active.active.scroll-effect,
.wpex-timeline-list ul.wpex > li.de-active{opacity: 0; transition: all .2s;}
.scroll-effect.animated,
.wpex-timeline-list ul.wpex > li.de-active.active{ opacity:1;}
.wptl-embed{ width:100%; text-align:center;}
.wpex-timeline-list.show-icon.left-tl .wptl-embed{ margin-top:15px;}
.wptl-embed > iframe, .wptl-embed > embed, .wptl-embed > source, .wptl-embed > object{ max-height:320px; margin:0 auto; margin-bottom:20px;}
.slider-timeline:not(.wpex-style-full-width) .wptl-embed > iframe, .slider-timeline:not(.wpex-style-full-width) .wptl-embed > embed, .slider-timeline:not(.wpex-style-full-width) .wptl-embed > source, .slider-timeline:not(.wpex-style-full-width) .wptl-embed > object,
.style-center .wptl-embed > iframe, .style-center .wptl-embed > embed, .style-center .wptl-embed > source, .style-center .wptl-embed > object{ max-height:200px;}
.wpex-content-left .wptl-embed > iframe, .wpex-content-left .wptl-embed > embed, .wpex-content-left .wptl-embed > source, .wpex-content-left .wptl-embed > object{
max-height:175px;
margin-bottom:0
} .wpex-timeline-list.flat-style.show-icon .wpex-timeline.style-center > li .wpex-content-left .wpex-leftdate,
.wpex-timeline-list.flat-style .wpex-timeline > li .wpex-timeline-label,
.wpex-timeline-list.flat-style .wpex-endlabel.wpex-loadmore span, 
.wpex-timeline-list.flat-style .wpex-tltitle.wpex-loadmore span, 
.wpex-timeline-list.flat-style .wpex .timeline-details .wptl-readmore > a,
.wpex-timeline-list.flat-style .wpex-loadmore .loadmore-timeline{ border-radius:0; box-shadow:none;}
.flat-style:not(.left-tl) .wpex-timeline li .wpex-timeline-label{
}
.wpex-timeline-list.flat-style .wpex-timeline li .wpex-timeline-label{
background: #ffffff;
}
.wpex-timeline-list.flat-style.show-icon:not(.left-tl) .wpex-timeline li .wpex-timeline-label{ box-shadow: 0 0 1px 1px rgba(0,0,0,0.15);}
.flat-style:not(.show-icon) .wpex-timeline > li .wpex-timeline-icon .fa{
box-shadow: 0 0 0 1px #E9E9E9;
border: 3px solid #fff;
line-height:36px;
}
.flat-style:not(.left-tl) .wpex-timeline li:nth-child(even) .wpex-timeline-label{}
.wpex-timeline-list.flat-style.show-icon li .wpex-content-left .info-img img, 
.wpex-timeline-list.flat-style.show-icon .timeline-details .img-left img,
.wpex-timeline-list.flat-style .wpex-timeline > li .wpex-timeline-icon .fa,
.wpex-timeline-list.flat-style .wpex-timeline > li .wpex-timeline-time .info-img{ border-radius:0;}
.wpex-timeline-list.flat-style.show-icon .style-center > li .wpex-timeline-label{ border:0; background:#fff;}
.wpex-timeline-list.flat-style:not(.left-tl).show-icon .wpex-timeline > li .wpex-timeline-label{ border-left:0;} .tl-info-left .wptl-social-share * {
color:#FFFFFF;
}
.tl-info-left .wptl-social-share > span{ width:100%; display:block;
height:30px;
line-height:29px;
font-size:13px;
margin-bottom:7px;
}
.tl-info-left .wptl-social-share > span.facebook{ background:#516eab}
.tl-info-left .wptl-social-share > span.twitter{ background:#31bae1}
.tl-info-left .wptl-social-share > span.linkedin{ background:#0077B5}
.tl-info-left .wptl-social-share > span.google-plus{ background:#e14e31}
.tl-info-left .wptl-social-share > span.tumblr{ background:#34465d}
.tl-info-left .wptl-social-share > span.pinterest{ background:#bd081c}
.tl-info-left .wptl-social-share > span.vk{ background:#4c75a3}
.tl-info-left .wptl-social-share > span.email{ background:#131418}
.tl-info-left .wptl-social-share > span i{ width:35px; margin-right:0px; text-align:center;}
.tl-info-left{ margin-bottom:15px;}
.wpex-custom-meta-info.one-p > p:before{ display:none}
@media(min-width:768px){
.timeline-content{ margin-top:-5px;}
.tl-info-left{
width:30%;
float:left;
margin-right:30px;
margin-bottom:10px;
}
.timeline-info{ width: calc(70% - 30px); float:left;}
}
.wptimeline-sidebar,
.wpex-custom-meta-info{
background: #FAFAFA;
padding: 20px 25px;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
margin-bottom:30px;
}
.wpex-custom-meta-info p{ position:relative; margin:0;padding: 7px 25px;}
.wpex-custom-meta-info p:before{
content: "";
width: 1px;
height: 100%;
position: absolute;
background: #666;
left: 5px;
}
.wpex-custom-meta-info p:first-child:before {
top: 50%;
}
.wpex-custom-meta-info p:last-child:before {
top: -50%;
}
.wpex-custom-meta-info p:after {
content: "";
width: 10px;
height: 10px;
background: #666;
border-radius: 50%;
position: absolute;
top: 50%;
margin-top: -5px;
left: 1px;
}
.wpex-single-timeline .wptl-embed > iframe, .wpex-single-timeline .wptl-embed > embed, .wpex-single-timeline .wptl-embed > source, .wpex-single-timeline .wptl-embed > object{ max-height: inherit; margin-bottom:0; width:100%;}
.wpex-single-timeline h1.tl-title{ line-height:1.6; padding:20px 0; text-transform: capitalize;}
.tlmobile-visible{ display:none !important;}
.img-left.tlmobile-visible{ box-shadow:none; margin-bottom:5px;}
@media(max-width:767px){
.tl-info-left .wptl-social-share > span{ width:40px; height:40px; line-height:39px; margin-right:15px; float:left;}
.tl-info-left .wptl-social-share > span i{ width:40px;}
.wpex-loadmore { width: 280px;}
.wpex-timeline-list.show-icon .wpex-timeline > li .wpex-content-left{ width:100%; }
.wpex-tl-vertical .wptl-item .wpex-timeline-label .timeline-media img,
.wpex-tl-horizontal .wptl-item .wpex-timeline-label .timeline-media img,
.wpex-timeline-list.show-icon .wpex-timeline > li .wpex-content-left img{ margin-bottom:30px;}
.wpex-tl-vertical .wptl-item .wpex-timeline-label .timeline-media,
.wpex-tl-horizontal .wptl-item .wpex-timeline-label .timeline-media,
.wpex-tl-horizontal .wptl-item .wpex-timeline-label .timeline-media + div,
.wpex-tl-vertical .wptl-item .wpex-timeline-label .timeline-media + div,
.wpex-timeline-list.show-icon .wpex-timeline:not(.style-center) > li .wpex-content-left + .timeline-details{ width:100%; float:left; padding-left:0;}
}
@media(max-width:520px){
.left-tl .wpex-loadmore,
.wpex-loadmore { width: 100px;}
.tlmobile-visible{ display:inline-block !important;}
.wpex-timeline > li .wpex-timeline-time,
.wpex-timeline-list.show-icon li .wpex-timeline-icon .fa:before{ opacity:0}
.wpex-timeline > li:first-child:before,
.wpex-timeline > li .wpex-timeline-icon .fa,
.wpex-timeline > li:after{ left:50px;}
.wpex-timeline > li .wpex-timeline-label{ margin-left:100px;}
.wpex-timeline-list.show-icon .style-center .timeline-details .img-left{ width:100%;}
}
.wpex-tl-horizontal .wptl-item li:after,
.wpex-tl-horizontal .wptl-item .wpex-timeline-label .timeline-details:after,
.wpex-tl-horizontal .wptl-item .wpex-timeline-label .timeline-media:after{ content:""; display:block; clear:both} .wpex-timeline-list .wpex-taxonomy-filter{
text-align: center;
padding: 20px 30px;
font-size:13px;
margin:0;
}
.wpex-timeline-list .wpex-taxonomy-filter li{ list-style:none; display:inline-block; padding:7px 17px;; line-height:1.6; border: 1px solid rgba(0,0,0,0.15); margin-right: 5px; margin-bottom: 5px;}
.wpex-timeline-list .wpex-taxonomy-filter li a{ color:#101010; text-decoration:none; box-shadow:none; transition:all .3s; font-size:13px;}
.wpex-timeline-list .wpex-taxonomy-filter a:hover,
.wpex-timeline-list .wpex-taxonomy-filter a.active { color:#00BCD4;}
.wpex-timeline-list .wpex-taxonomy-filter a.active {pointer-events: none;} .wpex-loading{ position: absolute; top:30%; left:50%; margin-top:-20px; margin-left:-27px; opacity:0; transition:all .3s}
.wpex-timeline-list.loading > *:not(.wpex-loading):not(.wpex-taxonomy-filter):not(.year-ft){ opacity: 0;}
.wpex-timeline-list.loading .wpex-loading{ opacity:1; z-index:9999}
.wpex-spinner {
margin: 100px auto;
width: 50px;
height: 40px;
text-align: center;
font-size: 10px;
}
.wpex-spinner > div {
background-color: #00BCD4;
height: 100%;
width: 6px;
display: inline-block;
-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.wpex-spinner .rect2 {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}
.wpex-spinner .rect3 {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
.wpex-spinner .rect4 {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
.wpex-spinner .rect5 {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
20% { -webkit-transform: scaleY(1.0) }
}
@keyframes sk-stretchdelay {
0%, 40%, 100% { 
transform: scaleY(0.4);
-webkit-transform: scaleY(0.4);
}  20% { 
transform: scaleY(1.0);
-webkit-transform: scaleY(1.0);
}
} .wpex.slider-timeline.slider-big-title .wptl-excerpt{ border-top:0;}
.wpex.slider-timeline.slider-big-title .hidden-date{ display:block;
font-size: 22px;
font-style: italic;
color:#999;
}
.wpex.slider-timeline.slider-big-title .wptl-item .wpex-timeline-label h2{ margin-top:-10px;}
.wpex.slider-timeline.slider-big-title .wptl-item .wpex-timeline-label h2 a{ font-size:50px; text-transform:capitalize; line-height:1.3;}
.wpex.slider-timeline.slider-content-modern .wptl-readmore{ text-align:center;}
.wpex.slider-timeline.slider-content-modern.wpex-tl-vertical .timeline-details .wptl-readmore > a,
.wpex.slider-timeline.slider-content-modern.wpex-tl-vertical .wpex-dates a{ border-radius:20px;}
.wpex.wpex-style-full-width.slider-big-title .wptl-item .wpex-timeline-label .timeline-media + div{ text-align:left;}
.slider-timeline .wptl-embed > iframe, .slider-timeline .wptl-embed > embed, .slider-timeline .wptl-embed > source, .slider-timeline .wptl-embed > object{ margin-bottom:0;} .wpex.horizontal-timeline{ font-size:13px;}
.wpex.horizontal-timeline .hor-container{position:relative;}
.wpex.horizontal-timeline:not(.no-arr-top) .hor-container{ padding:0 35px;}
.wpex.horizontal-timeline .horizontal-nav .ex_s_lick-list{ min-height:100px;}
.wpex.horizontal-timeline .timeline-hr{
border-bottom: 3px solid #EEEEEE;
top: 49px;
position: absolute;
width: calc(100% - 70px);
content: "";
height:0;
}
.wpex.horizontal-timeline.no-arr-top .timeline-hr{ width:100%;}
.wpex.horizontal-timeline .timeline-hr:before {
position: absolute;
content: "";
right: 0;
height: 3px;
width: 20px;
background-image: -webkit-linear-gradient( left , #EEEEEE, rgba(255, 255, 255, .8));
background-image: linear-gradient(to right, #EEEEEE, rgba(255, 255, 255, .8));
}
.wpex.horizontal-timeline .timeline-pos-select {
border-bottom: 3px solid #00BCD4;
top: 49px;
position: absolute;
width:calc(50% - 35px);
}
.wpex.horizontal-timeline.no-arr-top .timeline-pos-select{ width:0;}
.wpex.horizontal-timeline.no-arr-top.tlhl-full .timeline-pos-select{ width:100%;}
.wpex.horizontal-timeline .timeline-pos-select:before {
content: "";
height: 3px;
width: 20px;
position: absolute;
left: 0;
background-image: -webkit-linear-gradient( left , #fff, rgba(238, 238, 238, 0));
background-image: linear-gradient(to right, #fff, rgba(238, 238, 238, 0));
}
.wpex.horizontal-timeline .horizontal-nav li{ position:relative; list-style: none; display: inline-block;}
.wpex.horizontal-timeline .horizontal-nav li a{
line-height: 38px;
padding-bottom: 0;
text-decoration: none;
box-shadow: none;
color: #7d7d7d;
white-space: nowrap;
text-overflow: ellipsis;
overflow: visible;
display: block;
text-align:center;
}
.wpex.horizontal-timeline:not(.ex-multi-item) .horizontal-nav li.ex_s_lick-current a{
font-size: 15px;
font-weight: bold;
}
.wpex.horizontal-timeline .horizontal-nav li.ex_s_lick-current + li.prev_item a:before,
.wpex.horizontal-timeline .horizontal-nav li a i,
.wpex.horizontal-timeline .horizontal-nav li a:before{
font: normal normal normal 14px/1 FontAwesome;
content: "";
height: 17px;
width: 17px;
border: 3px solid #EEEEEE;
background-color: #FFFFFF;
border-radius: 50%;
position: absolute;
bottom: -20px;
left: 50%;
margin-left: -6px;
transition: all .25s;
box-sizing: border-box;
}
.wpex.horizontal-timeline .horizontal-nav li.ex_s_lick-current a:before{
font-size: 17px;
background-color: #00BCD4;
border-color: #00BCD4;
}
.wpex.horizontal-timeline .ex_s_lick-prev:before, .wpex.horizontal-timeline .ex_s_lick-next:before{ display:none;}
.wpex.horizontal-timeline .ex_s_lick-prev, .wpex.horizontal-timeline .ex_s_lick-next{
line-height: 29px;
border-radius: 20px;
background: rgba(255, 255, 255, 1);
border: 3px solid #00BCD4;
color: #00BCD4;
font-size: 19px;
height: 35px;
width: 35px;
z-index:3;
}
.wpex.horizontal-timeline .horizontal-nav .ex_s_lick-prev{ left:-35px}
.wpex.horizontal-timeline .horizontal-nav .ex_s_lick-next{ right:-35px;}
.wpex.horizontal-timeline:not(.ex-multi-item) .horizontal-nav .ex_s_lick-arrow.ex_s_lick-disabled{ border-color: #EEEEEE; color: #EEEEEE; background:transparent;}
.wpex.horizontal-timeline .horizontal-nav li.prev_item a:before { border-color: #00BCD4;}
.wpex.horizontal-timeline .wpex-timeline-label{ text-align:center;}
.wpex.horizontal-timeline .wpex-timeline-label .timeline-media{ margin-bottom:30px;}
.wpex.horizontal-timeline .wpex-timeline-label .timeline-media img{ max-height: 300px; width: auto; margin: 0 auto;}
.wpex.horizontal-timeline .wpex-timeline-label h2{margin-top: 0px; margin-bottom: 15px; font-weight: normal; text-transform: uppercase;}
.wpex.horizontal-timeline .wpex-timeline-label h2 a{
text-decoration: none;
box-shadow: none;
color: #101010;
}
.wpex.horizontal-timeline .horizontal-content .ex_s_lick-next,
.wpex.horizontal-timeline .horizontal-content .ex_s_lick-prev{
font-size: 26px;
box-shadow: none;
text-decoration: none;
width: 40px;
height: 40px;
border: 0;
text-align: center;
line-height: 39px;
border-radius: 0;
background: rgba(0,0,0,.6);
color: #fff;
z-index: 9999;
transition: all .3s;
}
.wpex.horizontal-timeline .ex_s_lick-prev:hover, .wpex.horizontal-timeline .ex_s_lick-next:hover,
.wpex.horizontal-timeline .horizontal-content .ex_s_lick-next:hover,
.wpex.horizontal-timeline .horizontal-content .ex_s_lick-prev:hover{
color: #FFFFFF;
border-color: #00BCD4;
background-color: #00BCD4;
transition:all .2s;
}
.wpex.horizontal-timeline .horizontal-content .ex_s_lick-prev{ left: 20px;
opacity: 0;
transition: all .3s ease;
transform: translateX(-40px);
-webkit-transform: translateX(-40px);
}
.wpex.horizontal-timeline .horizontal-content .ex_s_lick-next{ right: 20px;
opacity: 0;
transform: translateX(40px);
-webkit-transform: translateX(40px);
transition: all .3s ease;
}
.wpex.horizontal-timeline .horizontal-content:hover .ex_s_lick-prev,
.wpex.horizontal-timeline .horizontal-content:hover .ex_s_lick-next{
transform: translateX(0);
-webkit-transform: translateX(0);
opacity: 1;
}
.wpex.horizontal-timeline .wptl-readmore a{ border-radius:20px;}
.wpex.horizontal-timeline .horizontal-nav li a i{ display:none;
width:40px;
height:40px;
font-size:19px;
line-height:35px;
bottom:-43px; margin-left:-20px;
}
.wpex.horizontal-timeline.tl-hozsteps .horizontal-nav li a:before{ display:none;}
.wpex.horizontal-timeline.tl-hozsteps .horizontal-nav li a i{ display: block;}
.wpex.horizontal-timeline.tl-hozsteps .ex_s_lick-arrow{ border-radius:0}
.wpex.horizontal-timeline.tl-hozsteps .horizontal-nav li.prev_item a i{border-color: #00BCD4; color:#00BCD4}
.wpex.horizontal-timeline.tl-hozsteps .horizontal-nav li.ex_s_lick-current a i{
background: #00BCD4;
border-color: #00BCD4;
color: #fff;
}
.wpex.horizontal-timeline.tl-hozsteps .timeline-hr,
.wpex.horizontal-timeline.tl-hozsteps .timeline-pos-select{ top:60px; border-color: #00BCD4;}
.wpex.horizontal-timeline.tl-hozsteps  .horizontal-nav .ex_s_lick-list{ min-height:120px;}
.wpex.horizontal-timeline.tl-hozsteps .timeline-hr:before{background-image: -webkit-linear-gradient( right , #fff, rgba(238, 238, 238, 0)); background-image: linear-gradient(to left, #fff, rgba(238, 238, 238, 0));}
.wpex.horizontal-timeline .ex_s_lick-slide:focus{ outline:none}
.wpex.horizontal-timeline.wpex-horizontal-left .timeline-media {
width: 40%;
display: inline-block;
float: left;
padding-left: 1px;
padding-right: 15px;
}
.wpex.horizontal-timeline.wpex-horizontal-left .timeline-media + div {
width: 60%;
display: inline-block;
float: left;
padding-left: 15px;
}
.wpex.horizontal-timeline .wpex-timeline-label .wptl-more-meta i {
margin-right: 8px;
}
.wpex.horizontal-timeline.show-all-items .timeline-pos-select{width: calc(100% - 70px);}
.wpex.horizontal-timeline.no-arr-top.show-all-items .timeline-pos-select{ width:100%} .wpex.horizontal-timeline.show-all-items .timeline-pos-select:after {
position: absolute;
content: "";
right: 0;
height: 3px;
width: 20px;
background-image: -webkit-linear-gradient( right , #fff, rgba(238, 238, 238, 0));
background-image: linear-gradient(to left, #fff, rgba(238, 238, 238, 0));
}
.wpex.horizontal-timeline .horizontal-content + .hor-container ul.horizontal-nav li.ex_s_lick-slide{ margin-top:61px;} 
.wpex.horizontal-timeline .horizontal-content + .hor-container ul.horizontal-nav li.ex_s_lick-slide a:before{ top:-20px; bottom: auto;}
.wpex.horizontal-timeline.wpex-horizontal-left .horizontal-content + .hor-container{ margin-top:-30px;}
.wpex.horizontal-timeline.show-all-items.dark-style .timeline-pos-select:after {
background-image: -webkit-linear-gradient( right , #484848, rgba(238, 238, 238, 0));
background-image: linear-gradient(to left, #484848, rgba(238, 238, 238, 0));
}
.timeline-navigation{ display:inline-block; width:100%; margin-top:40px;}
.timeline-navigation .previous-timeline{ float:left;}
.timeline-navigation .previous-timeline i{ margin-right:7px;}
.timeline-navigation .next-timeline{ float:right;}
.timeline-navigation .next-timeline i{ margin-left:7px;}
.timeline-navigation div > a,
.timeline-navigation a.btn{ border-radius:0; box-shadow: 0 0 1px rgba(0, 0, 0, 0.15); background:#00BCD4; border:0; padding: 8px 16px; color:#FFFFFF}
.timeline-navigation.defa .previous-timeline a:before{
content: "\f100";
font-family: 'fontawesome';
font-size:13px;
margin-right:7px;
}
.timeline-navigation.defa .next-timeline a:after{
content: "\f101";
font-family: 'fontawesome';
font-size:13px;
margin-left:7px;
}
.wpex-timeline-list li.wptl-feature{ padding-top: 60px;}
.wpex-timeline-list li.wptl-feature .wpex-timeline-icon i{ top:60px;}
.wpex-timeline-list.no-more.no-end li.wptl-feature:last-child:after{ display:block; height:90px;}
.wpex-timeline-list.show-icon li.wptl-feature .wpex-timeline-icon i{ top:90px;}
.wpex-timeline-list.center-tl .wptl-feature-name{position: absolute; top: 0; left: 50%;}
.wpex-timeline-list.left-tl .wptl-feature-name{ position:absolute; left:142px; top: 5px;}
.wpex-timeline-list .wptl-feature-name span{left: -50%; position: relative; z-index: 10;}
.wpex-timeline-list .wptl-feature-name span{padding: 5px 25px; border: 2px solid #E9E9E9; background: #fff; border-radius:3px; }
.wpex-timeline-list.flat-style:not(.left-tl) .wptl-feature-name span,
.wpex-timeline-list.left-tl.flat-style .wptl-feature-name{border-radius:0;}
.wpex-timeline-list .wptl-feature-name span{font-size:20px; font-family: 'Oswald', sans-serif; line-height:1.2; }
.wpex-timeline-list.show-icon .wptl-feature-name span{ border-color:#00BCD4;}
.wpex-timeline-list:not(.show-icon) .wptl-feature-name span{ background-color:#00BCD4; color:#FFFFFF;}
@media(max-width:767px){
.wpex-timeline-list.center-tl .wptl-feature-name{ left:150px;}
}
@media(max-width:520px){
.wpex-timeline-list.center-tl .wptl-feature-name,
.wpex-timeline-list .wptl-feature-name{ left:50px;}
.wpex-timeline-list.left-tl .wptl-feature-name{ left:42px;}
.wpex-timeline-list .wptl-feature-name span{ white-space: nowrap;}
} .wpex.horizontal-timeline.ex-multi-item:not(.wpex-horizontal-3) .wptl-embed > :first-child {
margin-bottom: 0;
}
.wpex.horizontal-timeline.ex-multi-item .hor-container .ex_s_lick-list { padding-top:130px;}
.wpex.horizontal-timeline.ex-multi-item .timeline-hr{ top:79px;}
.wpex.horizontal-timeline.ex-multi-item:not(.wpex-horizontal-4) .horizontal-nav li a.wpex_point{ margin:0 7px; margin-top:-129px; position:relative; text-align:left; font-size:20px; background:#00BCD4; color:#FFFFFF;}
.wpex.horizontal-timeline.ex-multi-item .horizontal-nav li a.wpex_point i{position: relative; border-radius:0;
display:inline-block;
left: auto;
right: auto;
text-align: center;
top: 0;
margin: 0; line-height:45px;
margin-right: 5px; width: 50px;
height: 50px;
color: #00BCD4;
border-color: #00BCD4;
}
.wpex.horizontal-timeline.ex-multi-item .horizontal-nav li a.wpex_point i.no-icon{ width:1px; visibility: hidden;}
.wpex.horizontal-timeline.ex-multi-item:not(.wpex-horizontal-4) .horizontal-nav li a.wpex_point:after{
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-top-color: #00BCD4;
border-width: 10px;
left: 29px;
bottom:-18px;
}
.wpex.horizontal-timeline.ex-multi-item .horizontal-nav{ margin:0 -10px; list-style:none}
.wpextt_templates{ margin-top:60px; padding:5px 7px;}
.wpextt_templates > div {background:#fff;background-size: cover; background-position: center center;}
.wpex.horizontal-timeline.ex-multi-item .timeline-pos-select{ width:100%;}
.wpex.horizontal-timeline.ex-multi-item .horizontal-nav li  .wptl-readmore{ display:inline-block; float:none;}
.wpex.horizontal-timeline.ex-multi-item .horizontal-nav  .wpextt_templates .timeline-details a{
line-height: 1.6; white-space: normal; text-align:left; position:relative;
}
.wpex.horizontal-timeline.ex-multi-item .horizontal-nav .wpextt_templates .wptl-readmore a{
border: 0;
padding: 0 0 0 25px; font-weight:100; text-transform:capitalize;
background: transparent;
color: #101010;
}
.wpex.horizontal-timeline.ex-multi-item .horizontal-nav .wptl-readmore a:after{
content: '';
position: absolute;
background: #7a7272;
width: 18px;
height: 1px;
left: 0;
top: 45%;
}
.wpex.horizontal-timeline.ex-multi-item .horizontal-nav li .info-cat{ white-space:normal;}
.wpex.horizontal-timeline.ex-multi-item .wptl-more-meta{ margin-top:-5px;}
.wpex.horizontal-timeline.ex-multi-item .horizontal-nav li .info-cat a{ display:inline-block; overflow:visible;}
.wpex.horizontal-timeline.ex-multi-item .wptl-excerpt{ margin:0 0 15px 0; padding:0; border:0; float:none;}
.wpex.horizontal-timeline.ex-multi-item .wpex-timeline-label .timeline-media{ margin:0;}
.wpex.horizontal-timeline.ex-multi-item .wpex-timeline-label .timeline-details{
padding: 25px 20px;
text-align: left;
border:2px solid #eee;
}
.wpex.horizontal-timeline.ex-multi-item .horizontal-nav li  .wpextt_templates a:before{ display:none;}
.wpex.horizontal-timeline.ex-multi-item .horizontal-nav li a:before,
.wpex.horizontal-timeline.ex-multi-item .horizontal-nav li.ex_s_lick-current a:before{
border: 0;
background-color: #00BCD4;
bottom:-37px; left:35px;
}
.wpex.horizontal-timeline.ex-multi-item .timeline-hr{ border-bottom:3px solid #cccccc}
.wpex.horizontal-timeline.ex-multi-item .timeline-hr:before {
background-image: -webkit-linear-gradient( left , #cccccc, rgba(255, 255, 255, .8));
background-image: linear-gradient(to right, #cccccc, rgba(255, 255, 255, .8));
}
.wpex.horizontal-timeline.ex-multi-item .timeline-hr:after {
position: absolute; content: ""; left: 0; height: 3px; width: 20px;
background-image: -webkit-linear-gradient( left , rgba(255, 255, 255, .8), #cccccc);
background-image: linear-gradient(to right, rgba(255, 255, 255, .8), #cccccc);
}
.wpex.wpex-horizontal-2.ex-multi-item .wpex-timeline-label .timeline-details{ padding:15px}
.wpex-horizontal-2.ex-multi-item .timeline-media + .timeline-details h2{
padding:10px 15px 0 15px;
margin-top:-50px; background:#fff;
}
.wpex-horizontal-2.ex-multi-item .timeline-media + .timeline-details > div,
.wpex-horizontal-2.ex-multi-item .timeline-media + .timeline-details .wptl-readmore{ padding-left:15px; padding-right:15px;}
.wpex-horizontal-3.ex-multi-item .wpex-timeline-label{text-align:center;
background:rgba(0,0,0,.6);
}
.wpex.wpex-horizontal-3.ex-multi-item .horizontal-nav .wpextt_templates .wptl-readmore a:after{ display:none;}
.wpex.wpex-horizontal-3.ex-multi-item .horizontal-nav .wpextt_templates .wptl-readmore a{
display: inline-block;
padding: 7px 15px;
border: 1px solid #00BCD4; border-radius:0;
}
.wpex.wpex-horizontal-3.ex-multi-item .horizontal-nav .wpextt_templates .wptl-readmore a,
.wpex.wpex-horizontal-3.ex-multi-item .wpex-timeline-label h2 a{ color:#FFFFFF;}
.wpex-horizontal-3.ex-multi-item .horizontal-nav li .info-cat *,
.wpex.wpex-horizontal-3.ex-multi-item .wptl-excerpt{ color:#EEEEEE}
.wpex.wpex-horizontal-3.ex-multi-item .wpex-timeline-label .timeline-details{ padding:25px 30px; border:0;}
.wpex.wpex-horizontal-3.ex-multi-item .horizontal-nav  h2 a{
margin: -25px -30px;
margin-bottom: 30px;
padding: 10px 30px;
background: #00BCD4;
}
.wpex.wpex-horizontal-3.ex-multi-item .wpex-timeline-label .timeline-details:after{
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-bottom-color: #00BCD4;
border-width: 10px;
left: 28px;
top: -18px;
}
.wpex.horizontal-timeline.ex-multi-item.wpex-horizontal-4 .horizontal-nav li a.wpex_point{ margin:0 7px; margin-top:-129px; position:relative; font-size:20px; height:50px;}
.wpex.horizontal-timeline.ex-multi-item.wpex-horizontal-4 .horizontal-nav li a:before, .wpex.horizontal-timeline.ex-multi-item.wpex-horizontal-4 .horizontal-nav li.ex_s_lick-current a:before{ left:50%;}
.wpex.horizontal-timeline.ex-multi-item.wpex-horizontal-4 .wpextt_templates .wptl-readmore a,
.wpex.horizontal-timeline.ex-multi-item.wpex-horizontal-4 .horizontal-nav  .wpextt_templates .timeline-details a,
.wpex.horizontal-timeline.ex-multi-item.wpex-horizontal-4 .wpex-timeline-label .timeline-details{ text-align:center}
.wpex.horizontal-timeline.ex-multi-item.wpex-horizontal-4 .wpextt_templates .wptl-readmore a{ padding-left:0;
border: 1px solid #00BCD4;
padding: 7px 15px;
display:inline-block; border-radius:0;
}
.wpex.horizontal-timeline.ex-multi-item.wpex-horizontal-4 .horizontal-nav .wptl-readmore a:after{ display:none;}
.wpex.horizontal-timeline.ex-multi-item.wpex-horizontal-4 .horizontal-nav li a.wpex_point i{
position:absolute;
left:50%;
margin-left:-25px;
top:50px;
}
.wpex.horizontal-timeline.ex-multi-item .ex_s_lick-prev, .wpex.horizontal-timeline.ex-multi-item .ex_s_lick-next{
background: rgba(0,0,0,.3);
width: 45px;
height: 45px;
padding: 0;
margin: 0; border:0;
line-height: 36px;
border-radius: 0px;
font-size: 22px;
opacity: 0;
transform: translateX(-30px);
-webkit-transform: translateX(-30px);
transition: all .3s ease;
color:#FFFFFF;
}
.wpex.horizontal-timeline.ex-multi-item .ex_s_lick-next{
transform: translateX(30px);
-webkit-transform: translateX(30px);
}
.wpex.horizontal-timeline.ex-multi-item:hover .ex_s_lick-prev, .wpex.horizontal-timeline.ex-multi-item:hover .ex_s_lick-next{
background:rgba(0,0,0,.6);
transform: translateX(0);
-webkit-transform: translateX(0);
opacity: 1;
} .wpex.horizontal-timeline.tl-ct-left .timeline-details{ text-align:left;}
.wpex.horizontal-timeline.tl-ct-left .wptl-readmore a{ border-radius:0;}
.wpex.horizontal-timeline.tl-ct-left .wpex-timeline-label .timeline-media img{ max-height:100%;}
.wpex.horizontal-timeline .horizontal-content .ex_s_lick-slide{ padding-left:1px;}
.wpex.horizontal-timeline .ex_s_lick-list{ box-sizing:content-box; padding-bottom:1px;}
@media(min-width:1024px){
.show-all-items .ex_s_lick-track,
.tlhl-full .ex_s_lick-track{ transform:none !important}
}
.wpex-timeline > li:first-child:before,
.wpex-timeline > li:after{ margin-left:-7px;}
.wpex-timeline > li:first-child:before,
.wpex-timeline > li:after{ width:3px;}
.wpex-timeline-list:not(.show-icon) .wpex-timeline.style-center > li:after, .wpex-timeline-list:not(.show-icon) .wpex-timeline.style-center:not(.show-icon) > li:first-child:before{ margin-left:-1px;}
.slick-lightbox .ex_s_lick-prev{ left: 20px;
opacity: .6;
transition: all .3s ease;
}
.slick-lightbox .ex_s_lick-next{ right: 20px;
opacity: .6
transition: all .3s ease;
}
.slick-lightbox:hover .ex_s_lick-prev,
.slick-lightbox:hover .ex_s_lick-next{
opacity: 1;
z-index: 9;
}
.slick-lightbox .ex_s_lick-slide{ outline:none;}
.wptl-lightbox span.info-img{ position:relative;display:inline-block}
.wptl-lightbox span.info-img:before {
content:"";
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: #000;
opacity: 0;
transition: all .2s;
}
.wptl-lightbox span.info-img:after{ 
content: "\f002";
font: normal normal normal 16px/1 FontAwesome; 
position:absolute; 
top:50%;
margin-top:-7px;
left:50%;
margin-left:-7px;
color:#fff;
opacity: 0;
transition: all .2s;
}
.wptl-lightbox span.info-img:hover:after{opacity: 1;}
.wptl-lightbox span.info-img:hover:before{opacity: 0.5;}
 .wpex.horizontal-timeline.dark-style{ color:#b7b7b7;}
.dark-style .timeline-details .wptl-readmore > a,
.dark-style .wpex-timeline > li .wpex-timeline-label h2 a,
.dark-style li .wptl-readmore-center > a,
.wpex-timeline-list.dark-style .wpex-taxonomy-filter li a:not(.active):not(:hover),
.wpex.horizontal-timeline.dark-style .wpex-timeline-label h2 a{ color:#dedede;}
.wpex.horizontal-timeline.dark-style .horizontal-nav .ex_s_lick-arrow{ background-color:transparent;}
.wpex.horizontal-timeline.dark-style .horizontal-content .ex_s_lick-arrow{ background:rgba(255,255,255,.25)}
.wpex.horizontal-timeline.dark-style .timeline-hr:before{
background-image: -webkit-linear-gradient( left , #EEEEEE, rgba(0, 0, 0, 0.8));
background-image: linear-gradient(to right, #EEEEEE, rgba(0, 0, 0, 0.8));
}
.wpex.horizontal-timeline.dark-style.tl-hozsteps .timeline-hr:before{
background-image: -webkit-linear-gradient( left , rgba(0, 0, 0, 0), rgba(72, 72, 72, 1));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(72, 72, 72, 1));
}
.wpex.horizontal-timeline.dark-style .timeline-pos-select:before{
background-image: -webkit-linear-gradient( left , #484848, rgba(238, 238, 238, 0));
background-image: linear-gradient(to right, #484848, rgba(238, 238, 238, 0));
}
.wpex.dark-style .wptl-excerpt{ border-color:rgba(255,255,255,0.15)}
.wpex-timeline-list.dark-style .wpex-timeline > li .wpex-timeline-label{background: #232323; color:#b7b7b7;}
.wpex-timeline-list.flat-style.show-icon.dark-style .style-center > li .wpex-timeline-label{background: #232323;}
.wpex-timeline-list.dark-style .wpex-taxonomy-filter li{ border-color:rgba(255,255,255,.15)}
.wpex-timeline-list.show-icon.dark-style li .wpex-timeline-icon .fa{box-shadow: 0 0 0 2px #232323;}
.dark-style .wpex-timeline > li:after,
.dark-style .wpex-timeline > li:first-child:before{background: #232323;}
.dark-style .wpex-timeline > li .wpex-timeline-icon .fa{box-shadow: 0 0 0 4px #232323;}
.dark-style.flat-style:not(.show-icon) .wpex-timeline > li .wpex-timeline-icon .fa,
.dark-style .wpex-timeline > li .wpex-timeline-time .info-img{ border-color:#232323;}
.dark-style.flat-style:not(.show-icon) .wpex-timeline > li .wpex-timeline-icon .fa{box-shadow: none;}
.dark-style.wpex-timeline-list.left-tl:not(.show-icon) .wptl-feature-name,
.dark-style.wpex-timeline-list:not(.show-icon) .wptl-feature-name span{ border-color:#232323;}
.dark-style.wpex-timeline-list.center-tl.show-icon .wptl-feature-name span,
.dark-style.wpex-timeline-list.left-tl.show-icon .wptl-feature-name{ background: #232323; color:#FFFFFF}