.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}.animated{-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:0.7s;animation-duration:0.7s;visibility:hidden}.animated.run_animation{visibility:visible}.animated.run_animation.bounce{-webkit-animation-name:bounce;animation-name:bounce}.animated.run_animation.flash{-webkit-animation-name:flash;animation-name:flash}.animated.run_animation.pulse{-webkit-animation-name:pulse;animation-name:pulse}.animated.run_animation.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}.animated.run_animation.shake{-webkit-animation-name:shake;animation-name:shake}.animated.run_animation.swing{-webkit-animation-name:swing;animation-name:swing}.animated.run_animation.tada{-webkit-animation-name:tada;animation-name:tada}.animated.run_animation.wobble{-webkit-animation-name:wobble;animation-name:wobble}.animated.run_animation.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}.animated.run_animation.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}.animated.run_animation.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}.animated.run_animation.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}.animated.run_animation.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}.animated.run_animation.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}.animated.run_animation.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}.animated.run_animation.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}.animated.run_animation.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}.animated.run_animation.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}.animated.run_animation.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}.animated.run_animation.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}.animated.run_animation.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}.animated.run_animation.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}.animated.run_animation.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}.animated.run_animation.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}.animated.run_animation.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}.animated.run_animation.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}.animated.run_animation.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}.animated.run_animation.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}.animated.run_animation.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}.animated.run_animation.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}.animated.run_animation.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}.animated.run_animation.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}.animated.run_animation.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}.animated.run_animation.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}.animated.run_animation.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}.animated.run_animation.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}.animated.run_animation.flip{-webkit-animation-name:flip;animation-name:flip}.animated.run_animation.flipInX{-webkit-animation-name:flipInX;animation-name:flipInX}.animated.run_animation.flipInY{-webkit-animation-name:flipInY;animation-name:flipInY}.animated.run_animation.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX}.animated.run_animation.flipOutY{-webkit-animation-name:flipOutY;animation-name:flipOutY}.animated.run_animation.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn}.animated.run_animation.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut}.animated.run_animation.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}.animated.run_animation.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}.animated.run_animation.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}.animated.run_animation.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}.animated.run_animation.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}.animated.run_animation.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}.animated.run_animation.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}.animated.run_animation.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}.animated.run_animation.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}.animated.run_animation.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}.animated.run_animation.hinge{-webkit-animation-name:hinge;animation-name:hinge}.animated.run_animation.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}.animated.run_animation.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}.animated.run_animation.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}.animated.run_animation.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}.animated.run_animation.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}.animated.run_animation.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}.animated.run_animation.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}.animated.run_animation.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}.animated.run_animation.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}.animated.run_animation.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}.animated.run_animation.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}.animated.run_animation.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes bounce{0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}100%{opacity:1}}@keyframes bounce{0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);-ms-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);-ms-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);-ms-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}100%{opacity:1}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}100%{opacity:1}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}100%{opacity:1}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-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)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}}@keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);-ms-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.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)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}}@keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);-ms-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);-ms-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);-ms-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);-ms-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);-ms-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,100%{-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)}100%{opacity:1}}@keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);-ms-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);-ms-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}100%{opacity:1}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg);opacity:1}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);-ms-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);-ms-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);-ms-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);-ms-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);-ms-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg);opacity:1}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-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)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}}@keyframes tada{0%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);-ms-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);-ms-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);-ms-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)}100%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-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)}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes wobble{0%{-webkit-transform:none;-ms-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);-ms-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);-ms-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);-ms-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);-ms-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);-ms-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}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)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}}@keyframes bounceIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-ms-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);-ms-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);-ms-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);-ms-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);-ms-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceInDown{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes bounceInDown{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);-ms-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);-ms-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);-ms-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes bounceInLeft{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);-ms-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);-ms-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);-ms-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);-ms-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes bounceInRight{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);-ms-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);-ms-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);-ms-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);-ms-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{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)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);-ms-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);-ms-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);-ms-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);-ms-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.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)}100%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3);opacity:1}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);-ms-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);-ms-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{-webkit-transform:scale3d(.3,.3,.3);-ms-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3);opacity:1}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut;-webkit-animation-duration:.75s;animation-duration:.75s}@-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)}100%{-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0);opacity:1}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);-ms-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);-ms-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{-webkit-transform:translate3d(0,2000px,0);-ms-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0);opacity:1}}.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)}100%{-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0);opacity:1}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);-ms-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{-webkit-transform:translate3d(-2000px,0,0);-ms-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0);opacity:1}}.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)}100%{-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0);opacity:1}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);-ms-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{-webkit-transform:translate3d(2000px,0,0);-ms-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0);opacity:1}}.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)}100%{-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0);opacity:1}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);-ms-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);-ms-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{-webkit-transform:translate3d(0,-2000px,0);-ms-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0);opacity:1}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-20%,0);transform:translate3d(0,-20%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-20%,0);-ms-transform:translate3d(0,-20%,0);transform:translate3d(0,-20%,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);-ms-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-20%,0,0);transform:translate3d(-20%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-20%,0,0);-ms-transform:translate3d(-20%,0,0);transform:translate3d(-20%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);-ms-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(20%,0,0);transform:translate3d(20%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(20%,0,0);-ms-transform:translate3d(20%,0,0);transform:translate3d(20%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);-ms-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,20%,0);transform:translate3d(0,20%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,20%,0);-ms-transform:translate3d(0,20%,0);transform:translate3d(0,20%,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);-ms-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);-ms-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);-ms-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);-ms-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);-ms-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);-ms-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-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}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:1}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);-ms-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);-ms-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);-ms-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);-ms-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}100%{-webkit-transform:perspective(400px);-ms-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:1}}.animated.flip{-webkit-backface-visibility:visible;-ms-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-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-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:.4}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{opacity:1;-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{opacity:1;-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);-ms-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);-ms-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:.4}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);-ms-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{opacity:1;-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);-ms-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{opacity:1;-webkit-transform:perspective(400px);-ms-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-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-transition-timing-function:ease-in;transition-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);opacity:1}100%{-webkit-transform:perspective(400px);transform:perspective(400px);opacity:1}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);-ms-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);-ms-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);-ms-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);-ms-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg);opacity:1}100%{-webkit-transform:perspective(400px);-ms-transform:perspective(400px);transform:perspective(400px);opacity:1}}.flipInY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-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}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);-ms-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);-ms-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);-ms-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-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-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}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);-ms-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);-ms-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);-ms-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes lightSpeedIn{0%{-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}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);-ms-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);-ms-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);-ms-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;-ms-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{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);-ms-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{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);-ms-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);-ms-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);-ms-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);-ms-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);-ms-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);-ms-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{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-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{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);-ms-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{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-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{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);-ms-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{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-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{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);-ms-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{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-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{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);-ms-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}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;-ms-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);-ms-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;-ms-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);-ms-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);-ms-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);-ms-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}100%{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{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);-ms-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{0%{opacity:0;-webkit-transform:scale3d(.7,.7,.7);transform:scale3d(.7,.7,.7)}40%{opacity:.7;-webkit-transform:scale3d(1.2,1.2,1.2);-ms-transform:scale3d(1.2,1.2,1.2);transform:scale3d(1.2,1.2,1.2)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.7,.7,.7);-ms-transform:scale3d(.7,.7,.7);transform:scale3d(.7,.7,.7)}40%{opacity:.7;-webkit-transform:scale3d(1.2,1.2,1.2);-ms-transform:scale3d(1.2,1.2,1.2);transform:scale3d(1.2,1.2,1.2)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{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.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}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,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}100%{opacity:1}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-ms-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.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-ms-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,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}100%{opacity:1}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{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.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}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,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}100%{opacity:1}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-ms-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.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-ms-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,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}100%{opacity:1}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{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.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}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,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-ms-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.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-ms-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,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}100%{opacity:1}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{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.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}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,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}100%{opacity:1}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-ms-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.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-ms-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,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}100%{opacity:1}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-ms-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{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.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{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,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-ms-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.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-ms-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,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)}100%{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);-ms-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);-ms-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;-ms-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)}100%{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);-ms-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);-ms-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;-ms-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.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{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,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-ms-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.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-ms-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}


@-webkit-keyframes fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.fade {
  -webkit-animation-name: fade;
  animation-name: fade;
}
.animated.fade {
	-webkit-animation-duration:0.7s;
	animation-duration:0.7s;
}


.inview-scroll .h {
	-webkit-animation-fill-mode:both !important;
	animation-fill-mode:both !important;
	-webkit-animation-duration:0.7s !important;
	animation-duration:0.7s !important;
	-webkit-animation: inviewScrollH;
	animation: inviewScrollH;
}
.inview-scroll .custom-line {
	-webkit-animation-fill-mode:both !important;
	animation-fill-mode:both!important;
	-webkit-animation-duration:0.7s !important;
	animation-duration:0.7s !important;
	-webkit-animation : inviewScrollD;
	animation : inviewScrollD;
}
.inview-scroll .wrap-custom-line {

}

@-webkit-keyframes inviewScrollH {
  0% {
   	-webkit-transform: translateY(-90px) ;
   	-moz-transform: translateY(-90px) ;
   	-o-transform: translateY(-90px) ;
   	transform: translateY(-90px) ;
   	opacity: 0 ;
  }

  100% {
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    -o-transform:translateY(0);
    transform:translateY(0);
    opacity: 1
  }
}

@keyframes inviewScrollH {
  0% {
   	-webkit-transform: translateY(-90px) ;
   	-moz-transform: translateY(-90px) ;
   	-o-transform: translateY(-90px) ;
   	transform: translateY(-90px) ;
   		opacity: 0 ;
  }

  100% {
    -webkit-transform:  translateY(0) ;
    -moz-transform:  translateY(0) ;
    -o-transform:  translateY(0) ;
    transform:  translateY(0) ;
    opacity: 1
  }
}

@keyframes inviewScrollD {
  0% {
    height: 20px;
  }

  100% {
    height: 96px;
  }
}

@keyframes inviewScrollS {
  0% {
    -webkit-transform: rotate(270deg) translateX(-160%);
    -moz-transform: rotate(270deg) translateX(-160%);
    -o-transform: rotate(270deg) translateX(-160%);
    transform: rotate(270deg) translateX(-160%);
    letter-spacing: 1em;
	opacity: 0 !important;
  }

  100% {
    -webkit-transform: rotate(270deg) translateX(-37%);
    -moz-transform: rotate(270deg) translateX(-37%);
    -o-transform: rotate(270deg) translateX(-37%);
    transform: rotate(270deg) translateX(-37%);
    letter-spacing: 0.2em;
	opacity: 1 !important;
  }
}
.vertical-excerpt {
	white-space: nowrap;
}
@media only screen and (min-width: 992px) {
	.inview-scroll .subtitle {
		-webkit-animation: inviewScrollS;
		animation: inviewScrollS;
		-webkit-animation-fill-mode:both !important;
		animation-fill-mode:both!important;
		-webkit-animation-duration:0.7s !important;
		animation-duration:0.7s !important;
	}
}/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px){/**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }}

@media all and (max-width: 900px){.mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }}

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }.owl-nav {
	height: 0;
}
/*---------------------------------------------------------
 PIECHART
-----------------------------------------------------------*/
.k2t-piechart {
	display:block;
	margin:0 0 20px;
}
	/* chart */
.k2t-piechart .chart {
	margin:0 auto;
	position:relative;
    text-transform: uppercase;
	font-weight:400;
	color:#666;
}
.k2t-piechart .chart canvas {
	position:absolute;
	top:0;
	left:0;
}
.k2t-piechart .chart-content {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align:center;
	color:#333;
}
.k2t-piechart .chart-content .chart-number {
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.k2t-piechart .chart-content .chart-number span{
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 38px;
}
.k2t-piechart .chart-content .percent {
	bottom: auto;
	visibility:hidden;
}
.k2t-piechart .chart-content .chart-text {
	font-family: 'Montserrat';
	font-weight:700;
}
	
	/* text */
.k2t-piechart .text {
	margin-top:20px;
	text-align:center;
}	
.k2t-piechart .title {
	font-size:40px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #232323;
	margin-bottom:5px;
	text-transform: uppercase;
}
.k2t-piechart .desc {
}	

	/* Icon */
.k2t-piechart .chart-icon i{
	display: block;
    margin-bottom: -2.2em;
    margin-top: 1.9em;
}
.k2t-piechart .chart-icon *{
	font-size: 20px;
}
/*--------------------------------------------------------------
	k2t Progress
--------------------------------------------------------------*/
.k2t-progress {
	margin-bottom: 21px;
	position:relative;
	overflow:hidden;
}
.k2t-progress .progress-background {
	background:#d0d0d0;
	position:relative;
	height:20px;
	width:100%;
}
.k2t-progress .bar-outer {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10;
	overflow:hidden;
}	
.k2t-progress .bar {
	background:#000;
	position:absolute;
	top:0;
	left:-100%;
	height:100%;
	width:90%;
	opacity:0;
	z-index:11;
}	
.k2t-progress .text {
	color:#000;
	font-family: 'Montserrat';
	font-size: 17px;
	margin-bottom: 8px;
	text-transform: uppercase;
}

/* striped */
.k2t-progress.striped .bar {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
	-webkit-background-size: 40px 40px;
	-moz-background-size: 40px 40px;

	
   animation: 10s linear 0s normal none infinite running progress_striped;
   -moz-animation: 10s linear 0s normal none infinite running progress_striped;
   -webkit-animation: 10s linear 0s normal none infinite running progress_striped;
}

@keyframes progress_striped {
	from { background-position: left; }
	to { background-position: right; }
}
@-moz-keyframes progress_striped {
	from { background-position: left; }
	to { background-position: right; }
}
@-webkit-keyframes progress_striped {
	from { background-position: left; }
	to { background-position: right; }
}

/* percent */
.k2t-progress .percent {
	color: #000;
	display: inline-block;
	font-family: 'Montserrat';
	font-size: 16px;
	font-weight: 400;
	padding-right: 7px;
	position: absolute;
	top: 0;
	right: 0;
	left: initial !important;
	height: 20px;
	line-height: 20px;
	z-index: 99;
}
/*--------------------------------------------------------------
	Page navigation
--------------------------------------------------------------*/
.page-nav-shortcode {
	display: inline-block;
	font-size: 0;
	line-height: 0;
	position: fixed;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 999;
}
.page-nav-shortcode ul {
	list-style: none;
}
.page-nav-shortcode + p {
	display: none;
}
.nav-item-shortcode {
	display: inline-block;
	line-height: 30px;
	width: 20px;
	vertical-align: middle;
}
.nav-item-shortcode.pni-active span {
	background-color: #fff;
}
.nav-item-shortcode span {
	background-color: #999;
	display: inline-block;
	line-height: 2px;
	width: 20px;
	overflow: hidden;
	text-indent: 9999px;
	vertical-align: middle;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.dark-bg .nav-item-shortcode.pni-active span {
	background-color: #999;
}
.dark-bg .nav-item-shortcode span {
	background-color: #fff;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.nav-item-shortcode:hover span {
	background-color: #fff;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.dark-bg .nav-item-shortcode:hover span {
	background-color: #999;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
/*--------------------------------------------------------------
	blog-post
--------------------------------------------------------------*/
.flx-entry-thumb > p {
	margin: 0;
	padding: 0;
}
/* time line */
.style-blog-time {
	padding: 0 70px;
}
.style-blog-time article .flx-entry-thumb {
	margin-bottom: 24px;
}
.style-blog-time article .entry-title {
	font-size: 114.2857%;
	margin-bottom: 0;
}
.style-blog-time article .entry-title a:hover {
	color: #999;
	transition: all 0s linear 0s;
}
.style-blog-time article .top-meta > * {
	color: #999999;
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
}
.style-blog-time article .author-meta,
.style-blog-time .footer-content,
.style-blog-time .quote-post .entry-author {
	display: none;
}
.style-blog-time .quote-post .top-meta {
	height: 0;
}
.style-blog-time article .top-meta .author-meta a:after{
	content : ',';
}
.style-blog-time article .top-meta a {
	color: #999;
}
.style-blog-time article .top-meta a:hover {
	color: #000;
}
.style-blog-time .top-meta .date-meta {
	font-family: 'Montserrat';
	font-weight: normal;
	height: 30px;
	width: 128px;
	overflow: visible;
}
.style-blog-time .top-meta .date-meta span {
	position: absolute;
	width: 200px;
}
.style-blog-time .item-left .date-meta {
	position: absolute;
	top: 0;
	left: -80px;
	transform: rotate(90deg) translateX(37%);
	-moz-transform: rotate(90deg) translateX(37%);
	-webkit-transform: rotate(90deg) translateX(37%);
}
.style-blog-time .item-right .date-meta {
	position: absolute;
	top: 0;
	right: -80px;
	transform: rotate(90deg) translateX(37%);
	-moz-transform: rotate(90deg) translateX(37%);
	-webkit-transform: rotate(90deg) translateX(37%);
}
.style-blog-time .masonry-layout article:nth-of-type(2) {
	padding-top: 200px;
}
.style-blog-time .masonry-layout article:nth-of-type(2) .date-meta {
	top: 200px;
}
.style-blog-time .owl-carousel,
.style-blog-time .owl-stage-outer {
	margin-bottom: 0;
}
/* style 2 */
.style-blog-2 .masonry-layout article.item-left {
	padding-right: 26px;
}
.style-blog-2 .masonry-layout article.item-right {
	padding-left: 26px;
}
.style-blog-2 article:not(:nth-of-type(2)) .entry-title {
	font-size: 60px;
	min-height: 1px;
	margin-bottom: 0;
	max-width: 430px;
	position: relative;
}
.style-blog-2 article:not(:nth-of-type(2)) .entry-title a {
	color: #000;
	display: inline-block;
	line-height: 95%;
	position: absolute;
	bottom: -26px;
	left: 120px;
	max-width: 90%;
	overflow: hidden;
	width: 100%;
	z-index: 11;
}

.style-blog-2 article .excerpt {
	margin-top: 51px;
	margin-bottom: 84px;
	max-width: 650px;
	padding-left: 223px;
	position: relative;
}
.style-blog-2 article .excerpt:before {
	background-color: #000;
	content: '';
	position: absolute;
	top: 10px;
	left: 123px;
	height: 2px;
	width: 71px;
}
.style-blog-2 article .top-meta {
	display: none;
}
.style-blog-2 article .footer-content {
	display: none;
}
.style-blog-2 article .entry-title a:hover {
	color: #666;
}
.style-blog-2 article.post-item:nth-of-type(2) {
	margin-top: 61px;
	margin-bottom: 94px;
}
.style-blog-2 article:nth-of-type(2) .entry-content {
	text-align: center;
}
.style-blog-2 article:nth-of-type(2) .entry-content .wrap-entry-content{
	display: inline-block;
	max-width: 530px;
	padding: 0 15px;
	text-align: left;
}
.style-blog-2 article:nth-of-type(2) .flx-entry-thumb {
	display: none;
}
.style-blog-2 article:nth-of-type(2) .entry-title {
	font-size: 40px;
}
.style-blog-2 article:nth-of-type(2) .excerpt:before {
	left: 0;
}
.style-blog-2 article:nth-of-type(2) .more-link {
	padding-left: 113px;
}
.style-blog-2 article:nth-of-type(2) .excerpt {
	margin-top: 25px;
	margin-bottom: 42px;
	padding-left: 113px;
}
.style-blog-2 article:nth-of-type(2) .footer-content {
	display: block;
}
.style-blog-2 article .footer-content .more-link{
	color: #000;
}
.style-blog-2 article .footer-content .more-link:hover {
	color: #999;
}
.style-blog-2 .more-link span {
	display: inline-block;
	-webkit-transform: translateY(0);
	-mos-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
/* style large,medium */
.style-blog-large .top-meta > p,
.style-blog-grid .top-meta > p,
.style-blog-medium .top-meta > p {
	display: inline-block;
	padding-left: 21px;
}

/* style slider */
.k2t-blog-post.style-blog-slider {
	margin-bottom: 108px;
	max-width: 1170px;
}
.style-blog-slider .post-item {
	max-width: 1140px;
}
.style-blog-slider .post-inner {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
.style-blog-slider .post-item .flx-entry-thumb {
	width: 50%;
	float: left;
}
.style-blog-slider .post-item .flx-entry-thumb a {
	display: block;
	position: relative;
	max-width: 600px;
}
.style-blog-slider .post-item .entry-content {
	float: right;
	width: 50%;
	height: 1px;
	padding-left: 100px;
}
.style-blog-slider .post-item .entry-content .wrap-entry-content {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.style-blog-slider .post-item .entry-title {
	font-size: 24px;
	margin-bottom: 3px;
}
.style-blog-slider .post-item .wrap-mic > * {
	max-width: 550px;
}
.style-blog-slider .post-item .entry-title:hover a {
	color: #999;
}	
.style-blog-slider .post-item .top-meta {
	font-family: 'Montserrat';
	margin-bottom: 30px;
	padding-bottom: 38px;
	position: relative;
}
.style-blog-slider .post-item .top-meta * {
	text-transform: uppercase;
}
.style-blog-slider .post-item .top-meta > * {
	display: inline-block;
	font-size: 13px;
	line-height: 13px;
	position: relative;
}
.style-blog-slider .post-item .top-meta > *:not(:first-child) {
	padding-left: 13px;
}
.style-blog-slider .post-item .top-meta > *:not(:last-child) {
	padding-right: 13px;
}
.style-blog-slider .post-item .top-meta > *:not(:last-child):after {
	content: "";
	background-color: #999;
	width: 2px;
	height: 100%;
	position: absolute;
	right: 0px;
}
.style-blog-slider .post-item .top-meta a,
.style-blog-slider .post-item .date-meta span {
	color: #000;
	font-weight: bold;
}
.style-blog-slider .post-item .top-meta a:hover {
	color: #999;
}
.style-blog-slider .post-item .top-meta > p .label {
	padding-right: 5px;
}
.style-blog-slider .post-item .top-meta:after {
	background-color: #000;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 55px;
	height: 4px;
}
.style-blog-slider .post-item .excerpt {
	margin-bottom: 20px;
}
.style-blog-slider .more-link {
	color: #000;
}
.style-blog-slider .more-link:hover {
	color: #999;
}
/*--------------------------------------------------------------
	k2t iconbox
--------------------------------------------------------------*/
/* layout 1 */
.dark-background .k2t-iconbox .title .h a {
	color: #fff;
}
.dark-background .k2t-iconbox .desc {
	color: #bdbdbd;
}
.k2t-iconbox {
	text-align: center;
	margin-bottom: 40px;
}
.k2t-iconbox .iconbox-image {
	margin-bottom: 25px;
}
.k2t-iconbox.layout-1:hover .iconbox-image img {
	
}
.k2t-iconbox .title .h {
	font-size: 17px;
	margin-bottom: 0;
}
.k2t-iconbox .title {
	margin-bottom: 16px;
}
.k2t-iconbox .desc {
	line-height: 214.285714286%;
}
/* layout 2 */
.k2t-iconbox.layout-2 {
	text-align: left;
}
.k2t-iconbox.layout-2 .learnmore {
	width: 100%;
}
.k2t-iconbox.layout-2 .
.k2t-iconbox.layout-2,
.k2t-iconbox.layout-2 > .iconbox-icon,
.k2t-iconbox.layout-2 > .iconbox-image,
.k2t-iconbox.layout-2 > .iconbox-text > .title > .h,
.k2t-iconbox.layout-2 > .iconbox-text > .desc,
.wpb_content_element.wpb_tabs.fill .wpb_tabs_nav li,
.wpb_content_element.wpb_tabs.fill .wpb_tabs_nav li > a,
.k2t-progress .bar,
.toggle-title:hover *,
.wpb_wrapper h4.wpb_toggle,
.wpb_wrapper h4.wpb_toggle:before,
.k2t-button a {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/*--------------------------------------------------------------
	Image hover
--------------------------------------------------------------*/
.dark .image-link, .light .image-link{
	position:relative;
	display:inline-block;
	overflow: hidden;
	max-width: 100%;
}
.dark .image-link:after{
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	top:0;
	left:0;
	background: black;
	opacity:0;
	z-index:1;
	transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
	-moz-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
	-ms-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
	-webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}
.dark .image-link:before {
	font-family: FontAwesome;
	content: '\f065';
	position: absolute;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	top: -60px;
	left: 50%;
	margin-left: -20px;
	z-index:2;
	color: #fff;
	display: inline;
	font-size: 115%;
	height: 40px;
	transition: all 0.3s ease-in-out 0s;
	width: 40px;
	transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
	-moz-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
	-ms-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
	-webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}
.dark .link-to.image-link:before {
	content: '\f0c1';
}
.dark .image-link:hover:after {
	opacity:0.7;
}
.dark .image-link:hover:before {
	top:calc(50% - 20px);
}

/* Hover Style: Light  */
.light .image-link:after{
	position:absolute;
	content:'';
	width:calc(100% - 20px);
	height:calc(100% - 20px);
	top:10px;
	left:10px;
	background: #fff;
	opacity:0;
	z-index:1;
	transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
	-moz-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
	-ms-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
	-webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}
.light .image-link:before {
	font-family: FontAwesome;
	content:'\f065';
	position:absolute;
	display:inline-block;
	border-radius:50%;
	text-align:center;
	line-height:40px;
	top:-60px;
	left:calc(50% - 20px);
	z-index:2;
	color: #3d3d3d;
	display: inline;
	font-size: 115%;
	height: 40px;
	transition: all 0.3s ease-in-out 0s;
	width: 40px;
	transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
	-moz-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
	-ms-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
	-webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}
.light .image-link:hover:after {
	opacity:0.7;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
}
.light .image-link:hover:before {
	top:calc(50% - 20px);
}

/*--------------------------------------------------------------
	ALIGN
--------------------------------------------------------------*/
.k2t-align-right {
	text-align:right;
}
.k2t-align-left {
	text-align:left;
}
.k2t-align-center {
	text-align:center;
}		

/*--------------------------------------------------------------
	HEADING
--------------------------------------------------------------*/
.k2t-heading {
	display:block;
	clear:both;
	position: relative;
}
.k2t-heading .k2t-heading-inner {

}
.k2t-heading .h a {
	color:inherit;
	text-decoration:none;
}

	/* align 
	---------------------------- */
.k2t-heading.align-center {
	text-align:center;
}
.k2t-heading.align-right {
	text-align:right;
}

	/* icon 
	---------------------------- */
	.k2t-heading .heading-icon.heading-icon-top {
		 margin-bottom:20px;
	}
	.k2t-heading .heading-icon.heading-icon-left {
		 margin-right:20px;
		 float:left;
	}		
	.k2t-heading .heading-icon.heading-icon-right {
		 margin-left:20px;
		 float:right;
	}
	.k2t-heading .heading-icon.heading-icon-bottom {
		 margin-top:20px;
	}

/*--------------------------------------------------------------
	HEADING
--------------------------------------------------------------*/	
.k2t-heading .h {
	color: #333333;
	position: relative;
}
.k2t-heading.no-margin .h {
	margin: 0;
}
.k2t-heading .h span {
	display: inline-block;
}
.k2t-heading.has-subtitle .text .h{
	margin-bottom: 10px;
}
.k2t-heading .subtitle {
	font-weight:normal;
	font-family:"Montserrat", 'Droid serif';
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:16px;
	margin-bottom: 20px;
}

	/* icon 
	---------------------------- */
.k2t-heading .heading-icon.type-icon {
	font-size:32px;
	display:inline-block;
	width:80px;
	height:80px;
	background:#3f51b5;
	color:#fff;
	text-align:center;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	position:relative;
	opacity:0.5;
}
.k2t-heading .heading-icon.type-icon i {
	line-height:80px;
	position:relative;
	z-index:12;
}	
.k2t-heading .heading-icon.type-icon:after {
	content:"";
	position:absolute;
	width:92px;
	height:92px;
	background:#3f51b5;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	top:-6px;
	left:-6px;
	opacity:0.25;
	z-index:10;
}
.k2t-heading .heading-icon.type-icon:before {
	position:absolute;
	z-index:15;
	content:"";
	left:50%;
	margin-left:-5px;
	bottom:-10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 12px 0 0;
	border-color: #3f51b5 transparent transparent transparent;
}

	/* Icon align left & right 
	---------------------------- */
.k2t-heading .heading-icon.type-icon.heading-icon-left,
.k2t-heading .heading-icon.type-icon.heading-icon-right {
	font-size:18px;
	width:60px;
	height:60px;
}			
.k2t-heading .heading-icon.type-icon.heading-icon-left i,
.k2t-heading .heading-icon.type-icon.heading-icon-right i {
	line-height:60px;
}
.k2t-heading .heading-icon.type-icon.heading-icon-left:after,
.k2t-heading .heading-icon.type-icon.heading-icon-right:after {
	width:72px;
	height:72px;
}

	/* left & right + no subtitle
	---------------------------- */
.k2t-heading.no-subtitle .heading-icon.type-icon.heading-icon-left,
.k2t-heading.no-subtitle .heading-icon.type-icon.heading-icon-right {
	font-size:16px;
	width:50px;
	height:50px;
}			
.k2t-heading.no-subtitle .heading-icon.type-icon.heading-icon-left i,
.k2t-heading.no-subtitle .heading-icon.type-icon.heading-icon-right i {
	line-height:50px;
}
.k2t-heading.no-subtitle .heading-icon.type-icon.heading-icon-left:after,
.k2t-heading.no-subtitle .heading-icon.type-icon.heading-icon-right:after {
	width:62px;
	height:62px;
}

	/* has border + Two Dots (default)
	---------------------------- */
.k2t-heading.has-border.two_dots .h:before,
.k2t-heading.has-border.two_dots .h:after {
	content: ":::";
	color: #3F51B5;
}
.k2t-heading.has-border.two_dots .h:before {
	margin-right: 25px;
}
.k2t-heading.has-border.two_dots .h:after {
	margin-left: 25px;
}
.k2t-heading.has-border.two_dots.align-left .h:before,
.k2t-heading.has-border.two_dots.align-right .h:after {
	display: none;
}

	/* has border + Three dotted
	---------------------------- */
.k2t-heading.has-border.three_dotted{
	margin-bottom: 8px;
}
.k2t-heading.has-border.three_dotted .k2t-heading-inner {
	display:block;
	overflow:hidden;
}	
.k2t-heading.has-border.three_dotted .text .h {
	position:relative;
	display:inline-block;
}
.k2t-heading.has-border.align-right.three_dotted .text .h:before,
.k2t-heading.has-border.align-left.three_dotted .text .h:after,
.k2t-heading.has-border.align-center.three_dotted .text .h:before,
.k2t-heading.has-border.align-center.three_dotted .text .h:after {
	position:absolute;
	content:"";
	width:9999px;
	height:7px;
	top:50%;
	left:100%;
	margin-top:-3px;
	margin-left:10px;
	background: url(/s/img/wp-content/plugins/k-shortcodes/assets/images/heading-border-dotted.png) repeat-x;
}
.k2t-heading.has-border.align-right.three_dotted .text .h:before,
.k2t-heading.has-border.align-center.three_dotted .text .h:before {
	left:auto;
	right:100%;
	margin-left:auto;
	margin-right:10px;
}

	/* has border + Short line
	---------------------------- */	
.k2t-heading.short_line{
	margin-bottom: 18px;
}
.k2t-heading.has-border.short_line .text .h:before{
	background: #9e9e9e;
	height: 4px;
	width: 30px;
	display: inline-block;
	content: "";
	position: absolute;
	bottom: 0;
}
.k2t-heading.has-border.align-left.short_line .text .h:before{
	left: 0;
}
.k2t-heading.has-border.align-center.short_line .text .h:before{
	left: 50%;
	margin-left: -15px;
}
.k2t-heading.has-border.align-right.short_line .text .h:before{
	right: 0;
}
	
	/* has border + Bottom icon
	---------------------------- */
.k2t-heading.bottom_icon{
	margin-bottom: 6px;
}
.k2t-heading.bottom_icon .text{
	text-align: center;
}
.k2t-heading.bottom_icon .h{
	margin-bottom: -5px;
}
.k2t-heading.has-border.bottom_icon .has-boder-style {
	width: 180px;
	display: inline-block;
	position: relative;
}
.k2t-heading.has-border.bottom_icon .has-boder-style span{
	display: table-cell;
	padding: 0 10px;
	white-space: pre;
}
.k2t-heading.has-border.bottom_icon .has-boder-style span:first-child,
.k2t-heading.has-border.bottom_icon .has-boder-style span:last-child{
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	padding: 0;
}
.k2t-heading.has-border.bottom_icon .has-boder-style span i{
	margin-top: 11px;
}
.k2t-heading.has-border.bottom_icon .has-boder-style span:first-child i,
.k2t-heading.has-border.bottom_icon .has-boder-style span:last-child i{
	background: 0 0 #cccccc;
	display: inline-block;
	height: 1px;
	width: 100%;
}
	
	/* has border + Heading
	---------------------------- */
.k2t-heading.has-border.heading {
	margin-bottom: 18px;
}
.k2t-heading.has-border.heading .h span{
	padding: 0 30px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	display: inline-block;
}
.k2t-heading.has-border.heading .h:before, .k2t-heading.heading .h:after{
	border-top: 1px solid #cccccc;
	content: "";
	display: inline-block;
	height: 9px;
	margin-top: 17px;
	width: 60px;
}
	
	/* has border + Boxed heading
	---------------------------- */
.k2t-heading.has-border.boxed_heading{
	margin-bottom: 11px;
}
.k2t-heading.has-border.boxed_heading .text{
	position: relative;
	overflow: inherit;
}
.k2t-heading.has-border.boxed_heading .h{
	border: 1px solid #cccccc;
	padding: 8px 10px;
}
.k2t-heading.has-border.boxed_heading .has-boder-style{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: -19px;
	display: table;
}
.k2t-heading.has-border.boxed_heading .has-boder-style span{
	display: table-cell;
	padding: 0 10px;
	white-space: pre;
}
.k2t-heading.has-border.boxed_heading .has-boder-style span:first-child,
.k2t-heading.has-border.boxed_heading .has-boder-style span:last-child{
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	padding: 0;
}
.k2t-heading.has-border.boxed_heading .has-boder-style span i{
	margin-top: 11px;
}
.k2t-heading.has-border.boxed_heading .has-boder-style span:first-child i,
.k2t-heading.has-border.boxed_heading .has-boder-style span:last-child i{
	background: 0 0 #cccccc;
	display: inline-block;
	height: 1px;
	width: 100%;
}

	/* has border + Bottom border
	---------------------------- */
.k2t-heading.has-border.bottom_border{
	border-bottom: 1px solid #dddddd;
	margin-bottom: 20px;
}

	/* has border + Line Through
	---------------------------- */
.k2t-heading.has-border.line_through{
	margin-bottom: 8px;
}
.k2t-heading.has-border.line_through .k2t-heading-inner {
	display:block;
	overflow:hidden;
}	
.k2t-heading.has-border.line_through .text .h {
	position:relative;
	display:inline-block;
}
.k2t-heading.has-border.align-right.line_through .text .h:before,
.k2t-heading.has-border.align-left.line_through .text .h:after,
.k2t-heading.has-border.align-center.line_through .text .h:before,
.k2t-heading.has-border.align-center.line_through .text .h:after {
	position:absolute;
	content:"";
	width:9999px;
	height:1px;
	top:50%;
	left:100%;
	margin-left:10px;
	background: #dddddd;
}
.k2t-heading.has-border.align-right.line_through .text .h:before,
.k2t-heading.has-border.align-center.line_through .text .h:before {
	left:auto;
	right:100%;
	margin-left:auto;
	margin-right:10px;
}

	/* has border + Double line
	---------------------------- */
.k2t-heading.has-border.double_line{
	margin-bottom: 8px;
}
.k2t-heading.has-border.double_line .k2t-heading-inner {
	display:block;
	overflow:hidden;
}	
.k2t-heading.has-border.double_line .text .h {
	position:relative;
	display:inline-block;
}
.k2t-heading.has-border.align-right.double_line .text .h:before,
.k2t-heading.has-border.align-left.double_line .text .h:after,
.k2t-heading.has-border.align-center.double_line .text .h:before,
.k2t-heading.has-border.align-center.double_line .text .h:after {
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	content: "";
	height: 5px;
	left: 100%;
	margin-left: 10px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 9999px;
}
.k2t-heading.has-border.align-right.double_line .text .h:before,
.k2t-heading.has-border.align-center.double_line .text .h:before {
	left:auto;
	right:100%;
	margin-left:auto;
	margin-right:10px;
}

	/* has border + Fat Line
	---------------------------- */
.k2t-heading.has-border.fat_line{
	margin-bottom: 8px;
}
.k2t-heading.has-border.fat_line .k2t-heading-inner {
	display:block;
	overflow:hidden;
}	
.k2t-heading.has-border.fat_line .text .h {
	position:relative;
	display:inline-block;
}
.k2t-heading.has-border.align-right.fat_line .text .h:before,
.k2t-heading.has-border.align-left.fat_line .text .h:after,
.k2t-heading.has-border.align-center.fat_line .text .h:before,
.k2t-heading.has-border.align-center.fat_line .text .h:after {
	background: #dddddd;
	content: "";
	height: 5px;
	left: 100%;
	margin-left: 10px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 9999px;
}
.k2t-heading.has-border.align-right.fat_line .text .h:before,
.k2t-heading.has-border.align-center.fat_line .text .h:before {
	left:auto;
	right:100%;
	margin-left:auto;
	margin-right:10px;
}
	/* has border + Bottom icon
	---------------------------- */
.k2t-heading .custom-line {
	background-color: #000;
	display: inline-block;
	height: 2px;
	width: 46px; 
	overflow: hidden;
	text-indent: 999px;
}
.k2t-heading.align-center .wrap-custom-line {
	text-align: center;
}
.k2t-heading.align-left .wrap-custom-line {
	text-align: left;
}
.k2t-heading.align-right .wrap-custom-line {
	text-align: right;
}
.k2t-heading.cb-left .h {
	padding-left: 72px;
}
.k2t-heading.cb-left .h .custom-line {
	position: absolute;
	top : 25px;
	left: 0;
}
.k2t-heading.cb-right .h {
	padding-right: 72px;
}
.k2t-heading.cb-right .h .custom-line {
	position: absolute;
	top: 25px;
	right: 0;
}
.k2t-heading.cb-top .wrap-custom-line, 
.k2t-heading.cb-bottom .wrap-custom-line {
	line-height: 0;
}
/*--------------------------------------------------------------
	Isotope shortcode
--------------------------------------------------------------*/
.k2t-shortcode-isotope.column-2 article {
	width: 50%;
}
.k2t-shortcode-isotope.column-3 article {
	width: 33.333333%;
}
.k2t-shortcode-isotope.column-4 article {
	width: 25%;
}
.k2t-shortcode-isotope.column-5 article {
	width: 20%;
}
/*--------------------------------------------------------------
	SIMPLE HEADING
--------------------------------------------------------------*/
.k2t-simple-heading {
	margin:0 0 30px;
	padding-bottom:14px;
	position:relative;
}
.k2t-simple-heading:after {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	content:"";
	border-top:1px solid;
	opacity:0.15;
}	
.k2t-simple-heading .h {
	margin-bottom:0;
}
/* center */
.k2t-simple-heading.align-center {
	text-align:center;
}
.k2t-simple-heading.align-center:after {
}
/* right */
.k2t-simple-heading.align-right {
	text-align:right;
}	
.k2t-simple-heading.align-right:after {
	left:auto;
	right:0;
}
/*--------------------------------------------------------------
	DIVIDER
--------------------------------------------------------------*/	
.k2t-divider {
	line-height: 1px;
	width: 100%;
}
.k2t-divider.d-horizontal div {
	border-top: 1px solid #303030;
	display: inline-block;
	height: 1px;
	max-width: 100%;
	overflow: hidden;
	text-indent: 999px;
}
.k2t-divider.d-vertical div {
	border-left: 1px solid #303030;
	display: inline-block;
	width: 1px;
	max-width: 100%;
	padding-top: 50px;
	overflow: hidden;
	text-indent: 999px;
}

/*--------------------------------------------------------------
	BUTTON
--------------------------------------------------------------*/
.k2t-button {
	display: inline-block;
}
.k2t-btn {
	color: #fff;
	padding: 0 15px;
	cursor: pointer;
	display: inline-block;
}  
.k2t-btn:hover {
	text-decoration:none;
	color:#fff;
}
.k2t-btn .button-text .text{
	font-weight: 300;
}

/*--------------------------------------------------------------
	CIRCLE BUTTON
--------------------------------------------------------------*/
.k2t-circle-button,
.k2t-circle-button:hover {
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	display:inline-block;
	width:80px;
	height:80px;
	line-height:80px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	background:#3f51b5;
	position:relative;
	overflow:hidden;
}
.k2t-circle-button span {
	display:block;
}	
.k2t-circle-button .button-text {
	position:relative;
	z-index:20;
	transition:all .5s cubic-bezier(.18,.96,.18,.96);
	-webkit-transition:all .5s cubic-bezier(.18,.96,.18,.96);
	-moz-transition:all .5s cubic-bezier(.18,.96,.18,.96);
}		
.k2t-circle-button .button-icon {
	z-index:10;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align:center;
	font-size:36px;
	opacity:0;
	transform:translateX(110%);
	-webkit-transform:translateX(110%);
	-moz-transform:translateX(110%);
	transition:all .5s cubic-bezier(.18,.96,.18,.96);
	-webkit-transition:all .5s cubic-bezier(.18,.96,.18,.96);
	-moz-transition:all .5s cubic-bezier(.18,.96,.18,.96);
}
.k2t-circle-button .button-icon i {
	line-height:80px;
}
.k2t-circle-button:hover .button-text {
	transform:translateX(-110%);
	-moz-transform:translateX(-110%);
	-webkit-transform:translateX(-110%);
	opacity:0;
}
.k2t-circle-button:hover .button-icon {
	transform:translateX(0%);
	-moz-transform:translateX(0%);
	-webkit-transform:translateX(0%);
	opacity:1;
}	

/*--------------------------------------------------------------
	DROPCAP
--------------------------------------------------------------*/
.k2t-dropcap {
	display: inline-block;
	display:inline;
	zoom:1;
	float: left;
	font-size: 44px;
	font-weight: 600;
	height: 36px;
	line-height: 32px;
	margin: 25px 8px 0 0;
	text-align: center;
	width: 37px;
}

	/* style 1 */
.k2t-dropcap.style-1, 
.k2t-dropcap.style-2{
	background: none repeat scroll 0 0 #3f51b5;
	color: #FFFFFF;
	font-size: 215%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position:relative;
	z-index:0;
	margin-top: 27px;
}

	/* style 2 */
.k2t-dropcap.style-2 {
	border-radius: 50%;
	font-size: 178%;
}	
 
/*--------------------------------------------------------------
	ICONBOX LIST
--------------------------------------------------------------*/
.k2t-iconbox-list {
	position:relative;
}
.k2t-iconbox-list ul {
	list-style:none;
	margin:0;
	padding:0;
}	
.k2t-iconbox-list li {
	margin:0;
	padding-bottom:60px;
	position:relative;
	float: left;
	width: 100%;
}
.k2t-iconbox-list li:hover .iconbox-list-icon {
	background: #636363;
}
.k2t-iconbox-list li .k2t-iconbox-list-inner {
	width: 50%;
}
.k2t-iconbox-list li:nth-child(2n+1) .k2t-iconbox-list-inner {
	float: right;
}		
.k2t-iconbox-list .iconbox-list-icon {
	display:block;
	width:80px;
	height:80px;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	font-size:32px;
	background:#ffffff;
	color:#3f51b5;
	position:absolute;
	z-index:20;
	text-align:center;
	right: 50%;
	margin-right: -40px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.k2t-iconbox-list .iconbox-list-text:before,
.k2t-iconbox-list .iconbox-list-text:after {
	content: "";
	position: absolute;
	top: 80px;
	left: 0;
	height: 100%;
	left: 50%;
	margin-left: -1px;
	bottom: 0;
	border: 1px solid #e6e6e6;
}
.k2t-iconbox-list li:first-child .iconbox-list-text:before,
.k2t-iconbox-list li:last-child .iconbox-list-text:before,
.k2t-iconbox-list li:last-child .iconbox-list-text:after {
	border: 0;
}
.k2t-iconbox-list .iconbox-list-icon i {
	line-height:80px;
}
.k2t-iconbox-list .iconbox-list-text {
	overflow:hidden;
	text-align: right;
	padding:30px 70px 0 0;
}
.k2t-iconbox-list li:nth-child(2n+1) .iconbox-list-text {
	text-align: left;
	padding-right: 0;
	padding-left: 70px;
	padding:30px 0 0 70px;
}
.k2t-iconbox-list .title {
	margin-bottom:10px;
	font-size: 100%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #4f4f4f;
	transition:all ease-in-out .3s;
	-moz-transition:all ease-in-out .3s;
	-ms-transition:all ease-in-out .3s;
	-webkit-transition:all ease-in-out .3s;
}
.k2t-iconbox-list:not(.style-3) li:hover .title {
	color: #3f51b5;
}
/* style 2 */
.k2t-iconbox-list.style-2 .title {
	margin-top: 38px;
}
.k2t-iconbox-list.style-2 .iconbox-list-icon {
	width: 96px;
	height: 96px;
	background: #fff;
	margin-right: -48px;
}
.k2t-iconbox-list.style-2 .iconbox-list-icon:before,
.k2t-iconbox-list.style-2 .iconbox-list-icon:after {
	content: "";
	position: absolute;
	top: 50%;
}
.k2t-iconbox-list.style-2 .iconbox-list-icon:before {
	width: 35px;
	height: 2px;
	margin-top: -1px;
	background: #e6e6e6;
	right: -37px;
}
.k2t-iconbox-list.style-2 .iconbox-list-icon:after {
	width: 8px;
	height: 8px;
	background: #e6e6e6;
	margin-top: -4px;
	right: -45px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.k2t-iconbox-list.style-2 li:nth-child(2n) .iconbox-list-icon:before {
	right: auto;
	left: -37px;
}
.k2t-iconbox-list.style-2 li:nth-child(2n) .iconbox-list-icon:after {
	right: auto;
	left: -45px;
}
.k2t-iconbox-list.style-2 .iconbox-list-text:before,
.k2t-iconbox-list.style-2 .iconbox-list-text:after {
	top: 0;
}
.k2t-iconbox-list.style-2 .iconbox-list-icon i,
.k2t-iconbox-list.style-3 .iconbox-list-icon i {
	width: 80px;
	height: 80px;
	color: #fff;
	background: #636363;
	margin-top: 6px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.k2t-iconbox-list.style-2 .iconbox-list-text {
	padding-right: 128px;
	padding-top:0;
}
.k2t-iconbox-list.style-2 li:nth-child(2n+1) .iconbox-list-text	{
	padding-left: 128px;
	padding-top:0;
}
.k2t-iconbox-list.style-2 li:hover .iconbox-list-icon,
.k2t-iconbox-list.style-3 li:hover .iconbox-list-icon {
	background: #fff;
	border-color: #3f51b5;
}
.k2t-iconbox-list.style-2 li:hover .iconbox-list-icon i,
.k2t-iconbox-list.style-3 li:hover .iconbox-list-icon i {
	background: #3f51b5;
}
.k2t-iconbox-list.style-3 li .k2t-iconbox-list-inner {
	width: 100%;
}
.k2t-iconbox-list.style-3 li:nth-child(2n+1) .k2t-iconbox-list-inner {
	float: none;
}
.k2t-iconbox-list.style-3 .iconbox-list-icon {
	position: inherit;
	float: left;
	width: 85px;
	height: 85px;
	background: #fff;
	border-radius:0;
}
.k2t-iconbox-list.style-3 .iconbox-list-icon i {
	width: 73px;
	height: 73px;
	margin-top: 5px;
	line-height:73px;
}
.k2t-iconbox-list.style-3 .iconbox-list-text {
	text-align: left;
	padding: 0 0 0 70px;
}
.k2t-iconbox-list.style-3 .iconbox-list-text:before,
.k2t-iconbox-list.style-3 .iconbox-list-text:after {
	border-left-style: solid;
	left: 43px;
}
.k2t-iconbox-list.style-3 .title {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 100%;
}
.k2t-iconbox-list.style-3 li:nth-child(2n+1) .iconbox-list-text {
	padding-top:0;
}

/* Style 3: layout right*/
.k2t-iconbox-list.style-3.align-right .iconbox-list-icon{
	float: right;
	margin-right: 0;
}
.k2t-iconbox-list.style-3.align-right .iconbox-list-text{
	text-align: right;
	padding-left: 0;
	padding-right: 30px;
}
.k2t-iconbox-list.style-3.align-right .iconbox-list-text:before, 
.k2t-iconbox-list.style-3.align-right .iconbox-list-text:after{
	right: 43px;
	left: auto;
}
 
/*--------------------------------------------------------------
	IMAGEBOX
--------------------------------------------------------------*/
.k2t-imagebox {
	box-shadow: 0px 2px 5px rgba(0,0,0,.05);
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,.05);
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,.05);
	border:1px solid #e5e5e5;
	background:#fff;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	overflow:hidden;
}
.k2t-imagebox:hover {
	border-color: #d5d5d5;
	box-shadow: 0px 2px 6px rgba(0,0,0,.22);
	-webkit-box-shadow: 0px 2px 6px rgba(0,0,0,.22);
	-moz-box-shadow: 0px 2px 6px rgba(0,0,0,.22);
}	
.k2t-imagebox .image {
	position:relative;
	overflow:hidden;
	border-bottom: 1px solid #e5e5e5;
}
.k2t-imagebox .image a {
	display:block;
	position:relative;
}	
.k2t-imagebox .image a .overlay {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.k2t-imagebox .title,
.k2t-imagebox.title-above .image {
	position:relative;
}
.k2t-imagebox .title {
	margin-bottom:5px;
}	
.k2t-imagebox .title .h {
	margin-bottom:0;
	font-size:21px;
	color:#3f51b5;
}
.k2t-imagebox .title .h a {
	text-decoration:none;
	color:inherit;
}	
.k2t-imagebox .image a .overlay {
	background:#fff;
	opacity:0;
	transition:all .3s ease-out;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	width:110%;
	height:110%;
	left:-5%;
	top:-5%;
}
.k2t-imagebox .image a .overlay:hover {
}

/* title above image */
.k2t-imagebox.title-above .title {
	padding:16px 22px 16px;
	margin-bottom:0;
}	
.k2t-imagebox.title-above .title:after {
	display:none;
}
.k2t-imagebox.title-above .image {
}

/* image right, image left */
.k2t-imagebox.image-right div.text,
.k2t-imagebox.image-left div.text {
	padding-top:16px;
}	

/* imagebox effect */
.k2t-imagebox .image1,
.k2t-imagebox .image2 {
}		
.k2t-imagebox .image1 {
	position:relative;
	z-index:15;	
}
.k2t-imagebox .image2 {
	position:absolute;
	z-index:10;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;	
}

/* hover effect */
.k2t-imagebox.thumb-effect-fade .image1 img {
	transition:opacity .5s ease-out, -webkit-transform 0.5s ease-out;
	-webkit-transition:opacity .5s ease-out, -webkit-transform 0.5s ease-out;
	-moz-transition:opacity .5s ease-out, -webkit-transform 0.5s ease-out;
}	
.k2t-imagebox.thumb-effect-fade .image:hover .image1 img {
	opacity:0;
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
	-moz-transform:scale(1.2);
}
.k2t-imagebox.thumb-effect-fade .image2 img {
	opacity:0;
	transition:opacity .5s cubic-bezier(.18,.96,.18,.96);
	-webkit-transition:opacity .5s cubic-bezier(.18,.96,.18,.96);
	-moz-transition:opacity .5s cubic-bezier(.18,.96,.18,.96);
	-webkit-backface-visibility: hidden;
}	
.k2t-imagebox.thumb-effect-fade .image:hover .image2 img {
	opacity:1;
}

/* slide effect */
.k2t-imagebox.thumb-effect-slide .image2 {
	transform:translateY(100%);
	-moz-transform:translateY(100%);
	-webkit-transform:translateY(100%);
	transition:all .5s cubic-bezier(.18,.96,.18,.96);
	-webkit-transition:all .5s cubic-bezier(.18,.96,.18,.96);
	-moz-transition:all .5s cubic-bezier(.18,.96,.18,.96);
}
.k2t-imagebox.thumb-effect-slide .image:hover .image2 {
	transform:translateY(0);
	-moz-transform:translateY(0);
	-webkit-transform:translateY(0);
}
.k2t-imagebox.thumb-effect-slide .image1 {
	transform:translateY(0);
	-moz-transform:translateY(0);
	-webkit-transform:translateY(0);
	transition:all .5s cubic-bezier(.18,.96,.18,.96);
	-webkit-transition:all .5s cubic-bezier(.18,.96,.18,.96);
	-moz-transition:all .5s cubic-bezier(.18,.96,.18,.96);
}
.k2t-imagebox.thumb-effect-slide .image:hover .image1 {
	transform:translateY(-110%);
	-moz-transform:translateY(-110%);
	-webkit-transform:translateY(-110%);
}

/* text */
.k2t-imagebox div.text {
	padding:32px 22px 16px;
}	

/* content */
.k2t-imagebox .desc p,
.k2t-imagebox .desc ul,
.k2t-imagebox .desc ol {
	margin-bottom:10px;
}

/* layout */
.k2t-imagebox.image-left .image {
	display:block;
	float:left;
	max-width:50%;
}
.k2t-imagebox.image-right .image {
	display:block;
	float:right;
	max-width:50%;
}		
.k2t-imagebox.image-left .text,
.k2t-imagebox.image-right .text {
	overflow:hidden;
}
.k2t-imagebox.image-left .title .h,
.k2t-imagebox.image-right .title .h {
	font-size:26px;
	margin-bottom:20px;
}

.k2t-imagebox .learnmore {
	margin-top:18px;
}

/*--------------------------------------------------------------
	ICONBOX
--------------------------------------------------------------*/
.k2t-iconbox {
	position:relative;
	display:block;
	margin:0 0 45px;
}	
.k2t-iconbox .learnmore {
	display: table;
	font-size: 10px;
	letter-spacing: 1px;
	margin-top: 15px;
	text-transform: uppercase;
	font-weight:500;
	margin:20px 0 0 0;
}
.k2t-iconbox .iconbox-text ol,
.k2t-iconbox .iconbox-text ul,
.k2t-iconbox .iconbox-text .k2t-iconlist {
	margin-bottom:10px;
}

/*--------------------------------------------------------------
	PROCESS
--------------------------------------------------------------*/
.k2t-process {
	margin:0 0 20px;
}
.k2t-process .layer-table {
	display:table;
	width:100%;
}
.k2t-process .layer-row {
	display:table-row;
}
.k2t-process .k2t-step {
	display:table-cell;
}
.k2t-process.process-1 .k2t-step {
	width:50%;
}	
.k2t-process.process-2 .k2t-step {
	width:50%;
}
.k2t-process.process-3 .k2t-step {
	width:33.33%;
}	
.k2t-process.process-4 .k2t-step{
	width: 25%;
}
.k2t-process.process-5 .k2t-step{
	width: 20%;
}
.k2t-process.process-6 .k2t-step{
	width: 16.66%;
}
.k2t-process .k2t-step {
	position:relative;
	font-family: "Raleway",sans-serif;
}

/* Line style */
.k2t-process.process-4.style-line .k2t-step{
	width: 30%;
}
.k2t-process.process-4.style-line .k2t-step:first-child, .k2t-process.process-4.style-line .k2t-step:last-child {
	width:20%;
}
.k2t-process.process-5.style-line .k2t-step{
	width: 22%;
}
.k2t-process.process-5.style-line .k2t-step:first-child, .k2t-process.process-5.style-line .k2t-step:last-child {
	width:17%;
}
.k2t-process.process-6.style-line .k2t-step{
	width: 18.66%;
}
.k2t-process.process-6.style-line .k2t-step:first-child, .k2t-process.process-6.style-line .k2t-step:last-child {
	width:12.66%;
}
.k2t-process.style-line .k2t-step .step-inner:before{
	height: 1px;
	border-top:1px dashed #ececec;
	width: 100%;
	position: absolute;
	top: 42px;
	z-index: -1;
	content: "";
}
.k2t-process.style-line .k2t-step .h{
	color: #4f4f4f;
	font-size: 110%;
	letter-spacing:1px;
	font-weight: 600;
	margin-top: 20px;
}
.k2t-process.style-line .k2t-step .step-heading {
	text-align: center;
}
.k2t-process.style-line .step-count{
	width: 86px;
	height: 86px;
	display: inline-block;
	background: #fff;
	border-radius: 50%;
	border:2px solid #ececec;
	text-align: center;
	line-height: 76px;
	font-size: 195%;
	font-weight: 600;
}
.k2t-process.style-line .step-count i{
	line-height: 3.1em;
}
.k2t-process.style-line .featured.k2t-step .step-count,
.k2t-process.style-line .featured.k2t-step .step-inner:before {
	color: #3f51b5;
	border-color: #3f51b5;
}
.k2t-process.style-line .k2t-step .step-inner .step-text {
	text-align:center;
}
.k2t-process.style-line .k2t-step:first-child .step-heading ,
.k2t-process.style-line .k2t-step:first-child .step-inner .step-text {
	text-align: left;
}
.k2t-process.style-line .k2t-step:last-child .step-heading,
.k2t-process.style-line .k2t-step:last-child .step-inner .step-text {
	text-align: right;
}

/* Box style */
.k2t-process.style-box{
	border: 1px solid #ededed;
	background: #fff;
}
.k2t-process.style-box .step-inner-parent{
	min-height: 72px;
	margin-top: 30px;
	text-align: center;
}
	/* Style box */
.k2t-process.style-box .k2t-step::after {
	content: "";
	position: absolute;
	width:1px;
	height:100%;
	top:0;
	right:0;
	background:#ededed;
	z-index:1;
}
.k2t-process.style-box .k2t-step::before {
	width:40px;
	height:40px;
	content:'\f0b2';
	font-size:10px;
	font-family:FontAwesome;
	text-align:center;
	position:absolute;
	top:50%;
	right:-20px;
	margin:-20px 0 0 0;
	background:#fff;
	z-index:2;
	line-height:38px;
	color:#ededed;
	border-radius:3px;
	transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	border:1px solid #ededed;
}
.k2t-process.style-box .k2t-step.featured::after {
	background:#fff;
}	
.k2t-process.style-box .k2t-step.featured::before {
	border-color:#fff;
	background:#3f51b5;
	color:#fff;
}	

.k2t-process.style-box .k2t-step:last-child:after,
.k2t-process.style-box .k2t-step:last-child:before,
.k2t-process.style-box .step-count {
	display:none;
}	


.k2t-process.style-box .k2t-step .step-inner{
	display: inline-block;
	color: #919191;
}
.k2t-process.style-box .k2t-step .step-inner > *{
	display: table-cell;
	vertical-align: middle;
}
.k2t-process.style-box .k2t-step .step-inner .step-icon{
	text-align: center;
}
.k2t-process.style-box .k2t-step .step-inner .step-text > *{
	margin-left: 15px;
	text-align: left;
}
.k2t-process.style-box .k2t-step .step-icon i{
	font-size: 200%;
	line-height: 100%;
}
.k2t-process.style-box .k2t-step .step-heading{
	margin-bottom: -5px;
}
.k2t-process.style-box .k2t-step .h{
	font-weight: 700;
}
.k2t-process.style-box .k2t-step .step-content{
	font-size: 95%;
}
.k2t-process.style-box .k2t-step.featured{
	background: #3f51b5;
}
.k2t-process.style-box .k2t-step.featured *{
	color: #fff;
}
 
/*--------------------------------------------------------------
	HIGHLIGHT
--------------------------------------------------------------*/
.k2t-highlight {
	padding:1px 4px;
	margin:0 2px;
	background-color:#DFEEF3;
	border-radius:1px;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
}
.k2t-highlight.style-2 {
	color:#fff;
	background:#3f51b5;
}

/*--------------------------------------------------------------
	HR
--------------------------------------------------------------*/
.k2t-hr {
	clear:both;
	margin:20px auto 30px;
	max-width:100%;
	display:block;
	clear:both;
	height:1px;
	margin-right:auto;
	border-top:1px solid;
	opacity:0.3;
}
.k2t-hr.style-2 {
	background:none;
	height:8px;
	position:relative;
	background:none;
	border-top:1px solid;
	border-bottom:1px solid;
}	
.k2t-hr.style-3 {
	background:none;
	height:8px;
	position:relative;
}
.k2t-hr.style-3:before,
.k2t-hr.style-3:after {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	content:"";
	background:url(/s/img/wp-content/plugins/k-shortcodes/assets/images/dot.png) repeat-x top left;
	background-size:4px 1px;
	-webkit-background-size:4px 1px;
	-moz-background-size:4px 1px;
}
.k2t-hr.style-3:after {
	top:auto;
	bottom:0;
}			
.k2t-hr.style-4 {
	background:url(/s/img/wp-content/plugins/k-shortcodes/assets/images/dot.png) repeat-x top left;
	background-size:4px 1px;
	-webkit-background-size:4px 1px;
	-moz-background-size:4px 1px;
}

/*--------------------------------------------------------------
	MEMBER
--------------------------------------------------------------*/
.k2t-member article {
	width: 100%;
	overflow: hidden;
}
.k2t-member .team-avatar {
	display: inline-block;
	max-width: 100%
}
.k2t-member .team-avatar p {
	margin-bottom: 0;
}
.k2t-member article img {
	display: block;
	height: auto;
	max-width: 100%;
	margin-bottom: 0;
}
.k2t-member article header {
	margin-bottom:5px;
}
.k2t-member:after {
	content: '';
	display: block;
	clear: both;
	width: 0;
	height: 0;
}
.k2t-member .member-wrap {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 30px; 
}
.column-md-3 .k2t-member:nth-child(3n+1) article {
	text-align: left;
}
.column-md-3 .k2t-member:nth-child(3n+3){
	text-align: right;
}
/* --- */

.k2t-member {
	text-align: center;
}
.k2t-member article header span {
	display: block;
}
.k2t-member article header span.member-name {
	color: #252525;
	font-family: 'Montserrat';
	font-weight: bold;
	font-size: 16px;
}
.k2t-member article header span.member-role {
	color: #626262;
	font-size: 115%;
	font-style: italic;
	margin-top: 12px;
	margin-bottom: 15px;
}
.k2t-member .team-socials-link ul{
	margin-top: 5px;
    width: 100%;
    display: inline-block;
}
.k2t-member .team-socials-link li {
	background-color: #252525;
	border: none;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align:center;
	display: inline-block;
	list-style: none;
	margin: 0 8px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.k2t-member .team-socials-link li:hover {
	background-color: #3f51b5;
}
.k2t-member .team-socials-link li a {
	color: #f5f5f5;
	font-size: 100%;
}
.k2t-member .team-content p {
	margin: 0 0 18px;
	margin-bottom: 0 !important;
}
/* Style Boxed */
.k2t-member.style-boxed {
	padding: 30px 10px 40px;
	background: #fff;
	margin-bottom: 30px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,.2);
    -ms-box-shadow: 0 3px 5px rgba(0,0,0,.2);
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;    
}
.k2t-member.style-boxed:hover{
	z-index: 999;
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -moz-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -ms-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
}
/* Style Zoom */
.k2t-member.style-zoom .member-wrap,
.k2t-member.style-slice .member-wrap {
	position: relative;
	overflow: hidden;
}
.k2t-member.style-zoom .mask{
	background-color: rgba( 255,255,255,0 );
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	z-index: 10;
}
.k2t-member.style-zoom .member-wrap:hover .mask {
	background-color: rgba( 255, 255, 255, 0.6);
	opacity: 1;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
.k2t-member.style-zoom img {
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
.k2t-member.style-zoom .member-wrap:hover img {
	transform: scale(1.1,1.1);	
	-ms-transform: scale(1.1,1.1);	
	-moz-transform: scale(1.1,1.1);	
	-webkit-transform: scale(1.1,1.1);	
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
 
.k2t-member.style-zoom .team-content {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.k2t-member.style-zoom .member-wrap:hover .team-content {
	opacity: 1;
	z-index: 11;
}
/* Style slice */
.k2t-member.style-slice .mask {
	background-color: rgba( 255,255,255,0 );
	position: absolute;
	top: 0;
	left: -100%;
	height: 100%;
	width: 100%;
	max-width: 100%;
	opacity: 0;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	z-index: 10;
}
.k2t-member.style-slice .member-wrap:hover .mask {
	background-color: rgba( 255,255,255,0.6 );
	left: 0;
	opacity: 1;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
.k2t-member.style-slice .team-content {
	position: absolute;
	top: 50%;
	left: -100%;
	opacity: 0;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
.k2t-member.style-slice .member-wrap:hover .team-content {
	left: 50%;
	opacity: 1;
	z-index: 11;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
/*--------------------------------------------------------------
	PROGRESS
--------------------------------------------------------------*/
/*.k2t-progress {
	position:relative;
	overflow:hidden;
}
.k2t-progress .progress-background {
	background:#e3ecf0;
	height:20px;
	width:100%;
	position:relative;
}
.k2t-progress .bar-outer {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10;
	overflow:hidden;
	border-radius:0 2px 2px 0;
}	
.k2t-progress .bar {
	position:absolute;
	top:0;
	left:0;
	width:90%;
	height:100%;
	z-index:11;
	background:#3f51b5;
	left:-100%;
	opacity:0;
}	
.k2t-progress .text {
	position:absolute;
	width:100%;
	height:100%;
	line-height:40px;
	padding-left:10px;
	color:#fff;
	z-index:15;
	position:static;
	color:inherit;
	padding-left:0;
}

/* striped *
.k2t-progress.striped .bar {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
	-webkit-background-size: 40px 40px;
	-moz-background-size: 40px 40px;

	
   animation: 10s linear 0s normal none infinite running progress_striped;
   -moz-animation: 10s linear 0s normal none infinite running progress_striped;
   -webkit-animation: 10s linear 0s normal none infinite running progress_striped;
}

@keyframes progress_striped {
	from { background-position: left; }
	to { background-position: right; }
}
@-moz-keyframes progress_striped {
	from { background-position: left; }
	to { background-position: right; }
}
@-webkit-keyframes progress_striped {
	from { background-position: left; }
	to { background-position: right; }
}

/* percent *
.k2t-progress .percent {
	color: #fff;
	font-size: 85%;
	font-weight: 400;
	left: -25px !important;
	position: absolute;
	text-align: right;
	top: 0px;
	z-index: 99;
}
.k2t-progress .percent > .icon{
	color: #3f51b5;
	font-size: 115%;
	position: absolute;
	right: -8px;
	top: -17px;
}*/

/*--------------------------------------------------------------
	PRICING
--------------------------------------------------------------*/
/*** Table 4 column ***/
.k2t-pricing {
	margin: 0 -15px;
}
.k2t-pricing .pricing-column {
	float: left;
	padding: 0 15px;
	margin-bottom: 50px;
}
.k2t-pricing .pricing-column
.table-2col .small-button, 
.table-3col .small-button, 
.table-4col .small-button, 
.table-5col .small-button {
	margin:0;
}
.table-2col .pricing-column {
	width: 50%;
}
.table-3col .pricing-column {
	width: 33.33%;
}
.table-4col .pricing-column {
	width: 25%;
}
.table-5col .pricing-column {
	width: 20%;
}
.elements-box .table-5col {
	margin-bottom:30px;
}
.pricing-column .wrap-pricing-item {
	border: 1px solid #7c7c7c;
	border-radius: 5px;
	padding: 23px 20px 30px 29px;
	margin-bottom: 0 auto 40px;
}
.wrap-pricing-item:hover {
	background-color: #242424;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.wrap-pricing-item:hover .pricing-header * ,
.wrap-pricing-item:hover .description {
	color: #fff ;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.pricing-column .pricing-header {
	border-bottom: 1px solid #7c7c7c;
	margin-bottom: 29px;
}
.pricing-column .pricing-image {
	width: 170px;
	height: 170px;
	margin: 0 auto;
}
.pricing-column .pricing-image img{
	max-height: 100%;
}
.pricing-title {
	font-size: 128.57142857%;
	font-weight: 400;
	margin-bottom: 22px;
}
.pricing-column .price {
	color: #333;
	font-weight: bold;
	margin-bottom: 6px;
}
.pricing-column .price span,
.pricing-column .price sup {
	font-family: 'Montserrat';
	font-size: 36px;
	letter-spacing: 0.08em;
}
.pricing-column .price .pricer-per {
	font-family: 'Montserrat';
	font-size: 128.57142857%;
	font-weight: bold;
	overflow: hidden;
}
.pricing-column .description,
.pricing-sub_title {
	font-family: 'Montserrat';
}
.pricing-column .description {
	letter-spacing: 0.08em;
	margin-bottom: 31px;
}
.pricing-sub_title {
	line-height: 190%;
	margin-bottom: 20px;
}
.pricing-column .description ul {
	list-style: none;
	margin-bottom: 10px;
}
.pricing-column .description ul li {
	letter-spacing: 0.03em;
	padding-left: 30px;
	margin-bottom: 9px;
	position: relative;
}
.pricing-column .description ul li:before {
	content: 'N';
	display: inline-block;
	font-family: 'ElegantIcons';
	position: absolute;
	top: 0;
	left: 0;
}
.pricing-footer button {
	background-color: #fff;
	border: 1px solid #7c7c7c;
	border-radius: 5px;
	font-family: 'Montserrat';
	font-weight: 500;
	letter-spacing: 0.04em;
	height: 50px;
	line-height: 50px;
	width: 100%;
	max-width: 209px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
.pricing-column button a {
	color: #999;
}
.pricing-column:hover button a {
	color: #000;
}
.pricing-footer button a:after {
	content: '';
	background-image: url(/s/img/wp-content/plugins/k-shortcodes/assets/images/long-arrow.png);
	background-position: center center;
	display: inline-block;
	width: 19px;
	height: 13px;
	margin-left: 10px;
}
.pricing-column:hover .pricing-footer button a:after {
	background-image: url(/s/img/wp-content/plugins/k-shortcodes/assets/images/long-arrow-black.png);
}
/*--------------------------------------------------------------
	TOGGLE
--------------------------------------------------------------*/
.k2t-toggle {
	margin:0 0 20px;
}
.toggle-title {
	margin: 0px;
	font-size:14px;
	font-weight:normal;
	color:#5b5b5b;
	padding: 9px 10px;
	position: relative;
	background: none repeat scroll 0 0 #f1f5f7;
	border: medium none;
	margin-bottom: 1px;
}
.toggle-title.open, .toggle-title.open:hover, .toggle-title.open *, .toggle-title.open:hover * {
	background-color: #06c5ac;
	color: #fff;
}
.toggle-title.open i.fa.fa-plus:before {
	content: "\f068";
}
.toggle-title:hover *{
	color: #06c5ac;
}
.toggle-title i {
	display: block;
	height: 18px;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 13px;
	color: #c6d7de;
}
.toggle-title a {
	text-decoration:none;
	color:#333;
	display:block;
}
.toggle-title a:hover {
	color:#3f51b5;	
}
.toggle-content {
	color: #5b5b5b;
	margin: 0 20px;
	padding: 10px
}
.toggle-content ul{
	margin-left: 12px;
}
.toggle-content p {
	margin: 0;
}
/* accordion */
.k2t-accordion {
	margin:0 0 20px;
}
/* accordion style 2 */
.k2t-accordion.style-2 .toggle-title {
	background: none;
	border: 1px solid #e3ecf0;
	margin-bottom: -1px;
	position: relative;
}
.k2t-accordion.style-2 .toggle-title.open, .k2t-accordion.style-2 .toggle-title.open:hover,
.k2t-accordion.style-2 .toggle-title.open *, .k2t-accordion.style-2 .toggle-title.open:hover *{
	border-color: #06c5ac;
	background: none;
	color: #06c5ac;
}

/* Toggle */
.wpb_toggle.wpb_toggle_title_active,
#content h4.wpb_toggle.wpb_toggle_title_active,
.wpb_toggle,
.wpb_wrapper h4.wpb_toggle {
	background: none;
}
.wpb_wrapper h4.wpb_toggle {
	background-color: #f1f5f7;
	color: #5b5b5b;
	font-size: 100%;
	margin: 0 0 1px;
	padding: 10px;
	position: relative;
}
.wpb_wrapper h4.wpb_toggle:hover {
	color:#06c5ac;
}
.wpb_wrapper h4.wpb_toggle:hover:before{
	background-color: #06c5ac;
	color: #fff;
}
.wpb_wrapper h4.wpb_toggle.wpb_toggle_title_active,
.wpb_wrapper h4.wpb_toggle.wpb_toggle_title_active:before{
	background-color: #06c5ac;
	color: #fff;
}
.wpb_wrapper h4.wpb_toggle:before {
	content: "+";
	background-color: #c6d7de;
	color: #ffffff;
	font-size: 157%;
	height: 18px;
	line-height: 18px;
	position: absolute;
	right: 10px;
	text-align: center;
	top: 10px;
	width: 18px
}
.wpb_wrapper h4.wpb_toggle.wpb_toggle_title_active:before{
	content: "-";
}

/*--------------------------------------------------------------
	TAB
--------------------------------------------------------------*/
.tabnav {
	display:block;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	overflow:hidden;
	clear:both;
}
.tabnav:after {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	content:"";
	border-top:1px solid;
	opacity:0.15;
}	
.tabnav li {
	display:block;
	float:left;
}	
.tabnav li a {
	display:block;
	text-decoration:none;
	height:42px;
	line-height:42px;
	padding:0 14px;
	cursor:pointer;
	color:#333;
	font-family:"PT Sans", sans-serif;
	font-size:14px;
	color:#333;
	margin-right:2px;
}
.tabnav li:last-child a {
	margin-right:0;
}	
.tabnav li.active a	{
	background:#3f51b5;
	color:#fff;
}
.tabnav li a i {
	margin-right:10px;
}
.tab-content {
	margin-top:20px;
}

/* VERTICAL
------------------------------------- */
/* layout */
.tab-vertical .tabnav {
	display:block;
	float:left;
	width:20%;
	text-align:left;
	margin-right:4%;
}
.tab-vertical .tab-content {
	display:block;
	overflow:hidden;
}

/* nav */
.tab-vertical .tabnav {
	margin-bottom:0;
	padding-bottom:0;
}
.tab-vertical .tabnav:after {
	display:none;
}			
.tab-vertical .tabnav li {
	display:block;
	float:none;
}
.tab-vertical .tabnav li a {
	display:block;
	margin-right:0;
	margin-bottom:2px;
	height:42px;
	line-height:42px;
	text-align:left;
	padding:0 10px;
}
.tab-vertical .tabnav li a i {
	margin-right:5px;
}
.tab-vertical .tabnav li.active a {
	background:#
}

/* Big tab
---------------------------- */
.k2t-big-tab .tabnav {
	padding-bottom:0;
}
.k2t-big-tab .tabnav:after {
	display:none;
}
.k2t-big-tab .tabnav li {
	width:25%;
}
.k2t-big-tab.tab-1 .tabnav li {
	width:100%;
}
.k2t-big-tab.tab-2 .tabnav li {
	width:50%;
}
.k2t-big-tab.tab-3 .tabnav li {
	width:33.33%;
}
.k2t-big-tab.tab-4 .tabnav li {
	width:25%;
}				
.k2t-big-tab.tab-5 .tabnav li {
	width:20%;
}				
.k2t-big-tab.tab-6 .tabnav li {
	width:16.66%;
}						
.k2t-big-tab.tab-7 .tabnav li {
	width:14.28%;
}
.k2t-big-tab .tabnav li a {
	display:block;
	padding:30px 0;
	text-align:center;
	font-size:24px;
	line-height:inherit;
	height:auto;
	font-weight:300;
	background:none;
	color:#333;
	margin:0;
	border:1px solid #e5e5e5;
	background-image:linear-gradient(#fff, #f5f5f5);
	border-right:none;
}
.k2t-big-tab .tabnav li:first-child a{
	border-left:none;	
}
.k2t-big-tab .tabnav li.active a	{
	background:#3f51b5;
	border-color:#3f51b5;
	color:#fff;
}
.k2t-big-tab .tab-content {
	margin-top:50px;
}

/*--------------------------------------------------------------
	COUNTER
--------------------------------------------------------------*/
.k2t-counter {
	margin: 0 0 10px;
	clear: both;
}
.k2t-counter .counter-inner {
	text-align: center;
}
.k2t-counter.icon-left .counter-inner {
	text-align: left;
}
.k2t-counter .counter-icon {
	color: #eeeeee;
	display: inline-block;
	font-size: 95px;
	text-align:center;
}
.k2t-counter .counter-inner .counter-number h2 {
	color: #333333;
	font-family: 'Droid Serif';
	font-size: 40px;
}
.k2t-counter .counter-number * {
	margin-bottom: 0;
}
.k2t-counter .title {
	color: #333;
	font-family: 'Montserrat';
	font-size: 15px;
	text-transform: uppercase;
}
.k2t-counter .desc p {
	margin-bottom:10px;
}
/* --- icon center ---- */
.k2t-counter.icon-center .wrap-thumb {
	position: relative;
}
.k2t-counter.icon-center .counter-number {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50%);
	-moz-transform: translate( -50%, -50%);
	-webkit-transform: translate( -50%, -50%);
}

.k2t-counter.icon-center .wrap-thumb {
	margin-bottom: 7px;
}

/* --- icon left ---- */
.k2t-counter.icon-left .counter-icon,
.k2t-counter.icon-left .icon-graphic {
	float: left;
	text-align: center;
}
.k2t-counter.icon-left .counter-number,
.k2t-counter.icon-left .counter-text {
	padding-left: 112px;
} 

/*--------------------------------------------------------------
	Image furion
--------------------------------------------------------------*/
.wpb_image_grid_ul{
	margin: 0 auto;
}
 
/*--------------------------------------------------------------
	SLIDER
--------------------------------------------------------------*/
.image-slider img {
	width:100%;
}
.image-slide {
	position:relative;
}
.image-slide a,
.image-slide a:hover {
	text-decoration:none;
	color:inherit;
}
.caption {
	position:absolute;
	width:100%;
	left:5%;
	top:5%;
	max-width:500px;
	padding:24px;
}
.caption-top {
	top:5%;
	bottom:auto;
}
.caption-bottom {
	top:auto;
	bottom:5%;
}
.caption-left {
	left:5%;
	right:auto;
}
.caption-right {
	text-align:right;
	left:auto;
	right:5%;
}
.image-slide .caption .title {
	font-weight:800;
	font-size:22px;
	line-height:1.6;
	display:inline;
	position: relative;
	z-index: 1;
}
.image-slide .caption .desc{
	position: relative;
	z-index: 1;
}
.image-slide .caption p {
	margin-bottom:0;
	display:inline;
}
.image-slide .caption .caption-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

/*--------------------------------------------------------------
	BRANDS
--------------------------------------------------------------*/
.k2t-brands {
	display: block;
	margin: 0 0 20px;
	text-align: center;
}
.k2t-brands .wrap-item p {
	margin-bottom: 0;
}
.k2t-brands.opacity-hover .mask-item {
	display: none;
}
.k2t-brands.opacity-hover img {
	opacity: 0.5;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
.k2t-brands.opacity-hover img:hover {
	opacity: 1;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
.k2t-brands .wrap-item {
	display: inline-block;
	max-width: 100%;
	position: relative;
}
.k2t-brands:not(.enable-grayscale) .wrap-item .mask-item {
	background-color: rgba( 255,255,255, 0.9);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	z-index: 11px;
}
.k2t-brands:not(.enable-grayscale) .wrap-item:hover .mask-item {
	background-color: rgba( 255,255,255,0);
	opacity: 0;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}

/* layout */

.brand-table {
	width: 100%;
}
.brand-row {
	font-size: 0;
	width: 100%;
}
.brand-cell {
	display: inline-block;
	margin-bottom: 48px;
	padding: 0 15px;
}
.brand-grid * {
	text-align: center;
}
.brands-1-columns .brand-cell {
	width:100%;
}
.brands-2-columns .brand-cell {
	width:50%;
}
.brands-3-columns .brand-cell {
	width:33.33%;
}
.brands-4-columns .brand-cell {
	width:25%;
}
.brands-5-columns .brand-cell {
	width:20%;
}
.brands-6-columns .brand-cell {
	width:16.66%;
}
.brands-7-columns .brand-cell {
	width:14.28%;
}
.brands-8-columns .brand-cell {
	width:12.5%;
}

.k2t-brands.has-padding .brand-cell {
	padding: 0 15px;
	text-align: center;
}
.k2t-brands.has-padding .brand-cell img {
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.k2t-brands.has-padding .brand-cell img:hover {
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -moz-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -ms-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
}
	/* grayscale */
.k2t-brands.enable-grayscale .brand-cell {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE 6-9 */
}
.k2t-brands.enable-grayscale .brand-cell:hover {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
}



/*--------------------------------------------------------------
	ICONS
--------------------------------------------------------------*/
.k2t-icon {
	display:inline-block;
	margin:0 8px 8px 0;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	text-align:center;
	height:42px;
	line-height:42px;
	width:42px;
	font-size:16px;
	overflow:hidden;
}
.k2t-icon a,
.k2t-icon a:hover {
	display:block;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	color:inherit;
	text-decoration:none;
}

/*--------------------------------------------------------------
	CALLOUT
--------------------------------------------------------------*/
.k2t-callout {
	display:block;
	position:relative;
	clear:both;
}
.k2t-callout .callout-content {
	float:left;
	width:80%;
	text-align:right;
}
.k2t-callout .callout-button {
	float:right;
	width:20%;
}	
.k2t-callout .title {
	margin-bottom:5px;
	font-size:32px;
	font-weight:normal;
}
.k2t-callout .callout-icon {
	display:block;
	float:left;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	text-align:center;
	margin-right:20px;
	width:90px;
	height:90px;
	font-size:44px;
	color:#fff;
	background:#3f51b5;
	box-shadow:-2px 2px 6px rgba(0,0,0,.1);
	-webkit-box-shadow:-2px 2px 6px rgba(0,0,0,.1);
	-moz-box-shadow:-2px 2px 6px rgba(0,0,0,.1);
}
.k2t-callout .callout-icon i {
	line-height:90px;
}
.k2t-callout .text {
	overflow:hidden;
}		
.k2t-callout .callout-button {
	padding-left:16px;
	text-align:right;
	padding-top:16px;
}

/* has border*/
.k2t-callout.has-border {
	padding:40px 0;
}	
.k2t-callout.has-border:before,
.k2t-callout.has-border:after {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:url(/s/img/wp-content/plugins/k-shortcodes/assets/images/dot.png) repeat-x top left;
	background-size:4px 1px;
	-webkit-background-size:4px 1px;
	-moz-background-size:4px 1px;
	content:"";
}
.k2t-callout.has-border:after {
	top:auto;
	bottom:0;
}

/* text white */
.text-white .k2t-callout .callout-icon {
	color:#3f51b5;
	background:#fff;
}	
.text-white .k2t-callout .callout-icon i {
	color:#3f51b5;
}

/* transaprent */
.k2t-callout .callout-button .button-transparent a {
	border:2px solid #fff;
	border-color:rgba(255,255,255,.5);
	background:none;
	line-height:40px;
}

/*--------------------------------------------------------------
	ICONLIST
--------------------------------------------------------------*/	
.k2t-iconlist {
	margin:0 0 10px;
}
.k2t-iconlist ul,
.k2t-iconlist ol {
	list-style:none !important;
	margin:0;
	padding:0;
}
.k2t-iconlist li {
	padding:5px 0;
	position:relative;
	margin:0 !important;
}
.k2t-iconlist li i {
	margin-right:8px;
}

/* align right */
.k2t-iconlist.align-right {
	text-align:right;
}
.k2t-iconlist.align-right i {
	margin-right:auto;
	margin-left:8px;
}

/*--------------------------------------------------------------
	PARALLAX
--------------------------------------------------------------*/
.k2t-parallax {
	background-position:center center;
	position:relative;
	overflow:hidden;
}
.k2t-parallax .bg-element,
.k2t-fullwidth .bg-element {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-attachment:fixed;
	z-index:10;
}
.k2t-parallax.parallax-2 .bg-element {
	top:-30%;
	left:-30%;
	width:160%;
	height:160%;
	background-attachment:scroll;
}

/*--------------------------------------------------------------
	FONT
--------------------------------------------------------------*/
h1.k2t-google-font,
h2.k2t-google-font,
h3.k2t-google-font,
h4.k2t-google-font,
h5.k2t-google-font,
h6.k2t-google-font {
	text-transform:none;
	letter-spacing:normal;
}
.k2t-google-font.align-center {
	text-align:center;
}
.k2t-google-font.align-right {
	text-align:right;
}
span.k2t-google-font {
	margin:0 15px 5px 0;
}

/*--------------------------------------------------------------
	FULLWIDTH
--------------------------------------------------------------*/
.k2t-fullwidth {
	overflow:hidden;
	position:relative;
	background-repeat:no-repeat;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-position:center center;
	background-attachment:fixed;
}
.k2t-fullwidth .overlay-element {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:11;
}
.k2t-fullwidth .clipmask-element {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:16;
	opacity:0;
	background:url(/wp-content/plugins/k-shortcodes/assets/images/clipmask.png) top left repeat;
}	
.k2t-fullwidth .fullwidth-content {
	position:relative;
	z-index:20;
}
.k2t-fullwidth.has-shadow .shadow-element {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:12;
	box-shadow:0 0px 10px rgba(0,0,0,.14) inset;
	-webkit-box-shadow:0 0px 10px rgba(0,0,0,.14) inset;
	-moz-box-shadow:0 0px 10px rgba(0,0,0,.14) inset;
}	

/*--------------------------------------------------------------
	BOX
--------------------------------------------------------------*/
.k2t-box {
	display:block;
	max-width:100%;
	position:relative;
	background-position:center center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
}
.box-content {
	position:relative;
	z-index:12;
}
.k2t-box .bg-element,		
.box-overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:11;
	background-repeat:no-repeat;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
}
.k2t-box .bg-element {
	z-index:10;
}
.k2t-box.k2t-zoom {
	overflow:hidden;
}	
.k2t-box.k2t-zoom .bg-element {
	transition:all .2s;
	-webkit-transition:all .2s;
	-moz-transition:all .2s;
}
.k2t-box.k2t-zoom:hover .bg-element {
	-webkit-transform:scale(1.15);
	-moz-transform:scale(1.15);
	transform:scale(1.15);
}

/* align center */
.k2t-box.align-center {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}	
.k2t-box.align-center .box-content {
	margin:0 auto;
}

/* align right */
.k2t-box.align-right {
	text-align:right;
}	
.k2t-box.align-right .box-content {
	margin-left:auto;
}

.k2t-box h1,	
.k2t-box h2,
.k2t-box h3,
.k2t-box h4,
.k2t-box h5,
.k2t-box h6 {
	position:relative;
	margin-bottom:20px;
}

/* align center */
.k2t-box.align-center h1:after,
.k2t-box.align-center h2:after,
.k2t-box.align-center h3:after,
.k2t-box.align-center h4:after,
.k2t-box.align-center h5:after,
.k2t-box.align-center h6:after {
	left:50%;
	margin-left:-30px;
}

/* align right */
.k2t-box.align-right h1:after,
.k2t-box.align-right h2:after,
.k2t-box.align-right h3:after,
.k2t-box.align-right h4:after,
.k2t-box.align-right h5:after,
.k2t-box.align-right h6:after {
	right:0;
	left:auto;
}	
/*--------------------------------------------------------------
	TESTIMONIAL
--------------------------------------------------------------*/
.k2t-testimonial {
	overflow: hidden;
	max-width: 1170px;
	margin: 0 auto;
}
.k2t-testimonial .owl-carousel .owl-controls .owl-nav .owl-next,
.k2t-testimonial .owl-carousel .owl-controls .owl-nav .owl-prev{
	display: block !important;
}
.k2t-testimonial .owl-carousel .owl-item img{
	width: auto;
	margin: 0 auto;
	max-width: 730px;
	border: 3px solid #7c7c7c;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.testi-avatar{
	max-width: 730px;
    margin: 0 auto;
    display: block;
}
.testimonial-name i{
	font-size: 56px;
    font-family: Montserrat;
    font-style: normal;
    position: relative;
    top: 25px;
    left: -2px;
}
.k2t-testimonial .testimonial-content,
.testimonial-name {
	color: #fff;
}
.k2t-testimonial .testimonial-content,
.testimonial-info {
	max-width: 730px;
	margin: 0 auto;
	text-align: center;
	margin-top: 32px;
}
.testimonial-name {
	font-family: "Montserrat";
	font-size: 14px;
	font-weight: 400;
	margin-right: 14px;
}

.k2t-testimonial .testimonial-job {
	color: #fff;
	font-family: "Montserrat";
	font-weight: 400;
	letter-spacing: 0.02em;
	margin-top: 2px;
	margin-left: 14px;
	margin-bottom: 28px;
}
.k2t-testimonial .testimonial-job:before {
	content: '';
	width: 1px;
	height: 25px;
	background: #333;
	display: inline-block;
	position: relative;
	top: 8px;
	left: -14px;
}
.speech {
	font-size: 14px;
	text-align: justify;
	margin-bottom: 38px;
}
.speech p {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
	TEXT BLOCK
--------------------------------------------------------------*/
.k2t-text-block {
	display:block;
	margin:0 0 20px;
}
.k2t-text-block .layer-table {
	display:table;
}
.k2t-text-block .layer-row {
	display:table-row;
}
.k2t-text-block .block-1,
.k2t-text-block .block-2 {
	display:table-cell;
}
.k2t-text-block .block-1 {
	width:16%;
	vertical-align:top;
	text-align:right;
}
.k2t-text-block.has-separator .block-1 {
	padding-right:30px;
}
.k2t-text-block .block-2 {
	padding-left:30px;
}
.k2t-text-block p:last-child,
.k2t-text-block ul:last-child,
.k2t-text-block ol:last-child {
	margin-bottom:0;
}

.k2t-text-block.heading-align-top .block-1 {
	vertical-align:top;
}
.k2t-text-block.heading-align-bottom .block-1 {
	vertical-align:bottom;
}
.k2t-text-block.heading-align-middle .block-1 {
	vertical-align:middle;
}		

.k2t-text-block.has-separator .block-1 {
	border:none;
	position:relative;
}
.k2t-text-block.has-separator .block-1:after {
	position:absolute;
	content:"";
	top:0;
	right:0;
	width:1px;
	height:100%;
	background:url(/s/img/wp-content/plugins/k-shortcodes/assets/images/dot2.png) repeat-y top left;
	background-size:1px 4px;
	-webkit-background-size:1px 4px;
	-moz-background-size:1px 4px;
}
.k2t-text-block h1,
.k2t-text-block h2,
.k2t-text-block h3,
.k2t-text-block h4,
.k2t-text-block h5,
.k2t-text-block h6 {
	margin-bottom:20px;
}
.k2t-text-block .block-1 h1,
.k2t-text-block .block-1 h2,
.k2t-text-block .block-1 h3,
.k2t-text-block .block-1 h4,
.k2t-text-block .block-1 h5,
.k2t-text-block .block-1 h6 {
	padding-bottom:20px;
	position:relative;
}
.k2t-text-block .block-1 h1:after,
.k2t-text-block .block-1 h2:after,
.k2t-text-block .block-1 h3:after,
.k2t-text-block .block-1 h4:after,
.k2t-text-block .block-1 h5:after,
.k2t-text-block .block-1 h6:after {
	position:absolute;
	content:"";
	border-top:1px solid;
	width:60px;
	bottom:0;
	right:6px;
	opacity:0.5;
}

/* TEXT WHITE */
.text-white .k2t-text-block.has-separator .block-1:after {
	background-image:url(/s/img/wp-content/plugins/k-shortcodes/assets/images/dot2-white.png);
	opacity:0.5;
}	

/*--------------------------------------------------------------
	SPACER
--------------------------------------------------------------*/
.k2t-spacer {
	display:block;
	clear:both;
	height:30px;
}

/*--------------------------------------------------------------
	IMAGE GRAYSCALE
--------------------------------------------------------------*/
.image-grayscale {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE 6-9 */
}
.image-grayscale:hover {
	-webkit-filter:none;
	-moz-filter:none;
	-ms-filter:none;
	-o-filter:none;
	filter:none;
}	

/*--------------------------------------------------------------
	ICONS
--------------------------------------------------------------*/
.k2t-icon {
	display:inline-block;
}

/*--------------------------------------------------------------
	QUOTE
--------------------------------------------------------------*/
.k2t-quote blockquote {
	letter-spacing:1px;
	font-family:"Open Sans", sans-serif;
	text-transform:uppercase;
	padding-left:0;
	border:none;
	text-align:center;
}
.k2t-quote blockquote p {
	font-size:24px;
	font-weight:700;
	margin-bottom:26px;
}
.k2t-quote blockquote cite {
	float:none;
	margin-right:0;
	font-style:italic;
}
.k2t-quote blockquote cite a {
	color:inherit;
	text-decoration:none;
}	

/*--------------------------------------------------------------
	TAB STICKY
--------------------------------------------------------------*/
.k2t-tab-sticky {
	display:block;
	position:relative;
	border:1px solid #ededed;
	background:#f9f9f9;
}
.tabsticky-nav {
	display:block;
	float:left;
	width:300px;
	padding-top:40px;
}
.tabsticky-content {
	overflow:hidden;
	display:block;
	padding-left:60px;
	padding-right:50px;
	background:#fff;
	border-left: 1px solid #ededed;
}
.tabsticky-content .k2t-section {
	opacity: 0;
	display: none;
	visibility: hidden;
	-webkit-transition: opacity 0.15s linear 0s;
	-moz-transition: opacity 0.15s linear 0s;
	transition: opacity 0.15s linear 0s;
}
.tabsticky-content .k2t-section.active {
	opacity: 1;
	display: block;
	visibility: visible;
}
.k2t-tab-sticky-footer {
	position:absolute;
	bottom:50px;
}

/* navigation */
.tabsticky-nav	{
	font-family:"Raleway", sans-serif;
	position:relative;
}
.tabsticky-nav ul {
	list-style:none;
	margin:0;
	padding:0;
}
.tabsticky-nav ul li {
	display:block;
}
.tabsticky-nav ul li a {
	display:block;
	text-align:right;
	text-decoration:none;
	padding:14px 32px 14px 18px;
	font-size:14px;
	position:relative;
	color:#767676;
	border-top:1px dotted #ededed;
	transition:all .5s ease-out;
	-webkit-transition:all .5s ease-out;
	-moz-transition:all .5s ease-out;
}
.tabsticky-nav ul li a:hover,
.tabsticky-nav ul li.active a {
	color:#3f51b5;
}
.tabsticky-nav ul li:first-child a {
	border:none;
}

/*--------------------------------------------------------------
	Horizontal tabs
--------------------------------------------------------------*/

.wpb_tour.wpb_content_element .wpb_tour_tabs_wrapper{
	display: table;
}
.wpb_tour.wpb_content_element .wpb_wrapper.wpb_tour_tabs_wrapper > *{
	display: table-cell;
	float: none;
	width: auto;
	padding: 0;
}
.wpb_tour.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tour_next_prev_nav{
	display: none;
}
.wpb_tour.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav{
	border-right: 2px solid #e4e4e4;
}
.wpb_tour.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav > li{
	background: none;
	position: relative;
	margin: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition:    all .3s ease-in-out 0s;
	transition:         all .3s ease-in-out 0s;
	border-radius:2px;
}
.wpb_tour.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav > li.ui-tabs-active:after, 
.wpb_tour.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav > li:hover:after {
	border-right: 2px solid #3f51b5;
	content: "";
	display: block !important;
	height: 100%;
	position: absolute;
	right: -2px;
	top: 0;
	width: 100%;
	
}
.wpb_tour.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav > li > a {
	color: #4f4f4f;
	cursor: pointer;
	font-family: "Raleway",sans-serif;
	font-weight: 600;
	padding: 13px 35px 13px 0;
	display: table;
	width: 100%;
	position: relative;
	z-index: 10;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition:    all .3s ease-in-out 0s;
	transition:         all .3s ease-in-out 0s;
}
.wpb_tour.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav > li.ui-tabs-active > a, 
.wpb_tour.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav > li:hover > a{
	color: #3f51b5;
}
.wpb_tour.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav > li > a > *{
	display: table-cell;
	vertical-align: middle;
}
.wpb_tour.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav > li > a > i{
	font-size: 130%;
	text-align: left;
	width: 70px;
}
.wpb_tour.wpb_content_element .wpb_tour_tabs_wrapper .ui-tabs-panel > .wpb_text_column{
	padding: 13px 0 30px 20px;
}

/* Tabs style outline */
.wpb_tour.wpb_content_element.outline .wpb_tour_tabs_wrapper .wpb_tabs_nav{
	border: none;
}
.wpb_tour.wpb_content_element.outline .wpb_tour_tabs_wrapper .wpb_tabs_nav > li{
	text-align: center;
	border: 2px solid transparent;
}
.wpb_tour.wpb_content_element.outline .wpb_tour_tabs_wrapper .wpb_tabs_nav > li > a{
	padding-left: 30px;
	padding-right: 30px;
	white-space: nowrap;
}
.wpb_tour.wpb_content_element.outline .wpb_tour_tabs_wrapper .wpb_tabs_nav > li:after{
	border: none;
}
.wpb_tour.wpb_content_element.outline .wpb_tour_tabs_wrapper .wpb_tabs_nav > li.ui-tabs-active {
	border-color: #3f51b5;
}
.wpb_tour.wpb_content_element.outline .wpb_tour_tabs_wrapper .wpb_tabs_nav > li:hover a {
	color: #3f51b5;
}
.wpb_tour.wpb_content_element.outline .wpb_tour_tabs_wrapper .ui-tabs-panel > .wpb_text_column{
	padding-left: 35px;
}

/*--------------------------------------------------------------
	Single Image
--------------------------------------------------------------*/
.wpb_single_image {
	max-width: 100%;
	overflow: hidden;
}
.wpb_single_image .entry-image .popup-icon{
	display: none;
}
.wpb_single_image .entry-title{
	text-align: center;
	color: #696969;
	margin-top: 13px;
}

/* Style: Rounded */
.wpb_single_image.rounded img{
	border-radius: 2px;
}

/* Style: Border */
.wpb_single_image.border .image-link{
	border: 5px solid #e1e1e1;
	max-width: 100%;
	display: inline-block;
}

/* Style: Outline  */
.wpb_single_image.outline .image-link{
	border: 1px solid #e1e1e1;
	padding: 5px;
	max-width: 100%;
	display: inline-block;
}
/* Style: Shadow  */
.wpb_single_image.shadow{
	overflow: inherit;
}
.wpb_single_image.shadow img{
	-webkit-box-shadow: 0 0 4px rgba(0,0,0, .65);
	-moz-box-shadow: 0 0 4px rgba(0,0,0, .65);
	box-shadow: 0 0 4px rgba(0,0,0, .65);
}

/* Hover Style: Banner  */
.wpb_single_image.banner .entry-image {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}
.wpb_single_image.banner .entry-image figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}
.wpb_single_image.banner .entry-image figure img {
	position: relative;
	display: block;
	max-width: 100%;
	opacity: 0.8;
	width: 100%;
}
.wpb_single_image.banner .entry-image figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.wpb_single_image.banner .entry-image figure figcaption::before,
.wpb_single_image.banner .entry-image figure figcaption::after {
	pointer-events: none;
}
.wpb_single_image.banner .entry-image figure figcaption,
.wpb_single_image.banner .entry-image figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.wpb_single_image.banner .entry-image figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.wpb_single_image.banner .entry-image figure .wpb_heading {
	color: #fff;
	font-family: "Raleway",sans-serif;
	font-size: 190%;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	top: calc(50% - 80px);
	line-height: 46px;
	-webkit-transition: all .2s ease-in-out 0.15s;
	-moz-transition:    all .2s ease-in-out 0.15s;
	-o-transition:      all .2s ease-in-out 0.15s;
	transition:         all .2s ease-in-out 0.15s;
}
.wpb_single_image.banner .entry-image figure .image-content{
	font-size: 110%;
	text-transform: uppercase;
	padding: 0.5em 2em;
	text-transform: none;
	margin-top: 60px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition:    all .3s ease-in-out 0s;
	-o-transition:      all .3s ease-in-out 0s;
	transition:         all .3s ease-in-out 0s;
}
.wpb_single_image.banner figure.effect-layla {
	background: #000000;
}
.wpb_single_image.banner figure.effect-layla figcaption {
	padding: 3em;
}
.wpb_single_image.banner figure.effect-layla figcaption::before,
.wpb_single_image.banner figure.effect-layla figcaption::after {
	position: absolute;
	content: '';
}
.wpb_single_image.banner figure.effect-layla figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.wpb_single_image.banner figure.effect-layla figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
.wpb_single_image.banner figure.effect-layla img{
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
}
.wpb_single_image.banner figure.effect-layla img,
.wpb_single_image.banner figure.effect-layla figcaption::before,
.wpb_single_image.banner figure.effect-layla figcaption::after{
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
}
.wpb_single_image.banner figure.effect-layla:hover img {
	opacity: 0.7;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.wpb_single_image.banner figure.effect-layla:hover figcaption::before{
	-webkit-transform: scale(0,1);
	-moz-transform: scale(0,1);
	-o-transform: scale(0,1);
	transform: scale(0,1);
}
.wpb_single_image.banner figure.effect-layla:hover figcaption::after {
	-webkit-transform: scale(1,0);
	-moz-transform: scale(1,0);
	-o-transform: scale(1,0);
	transform: scale(1,0);
}
.wpb_single_image.banner figure.effect-layla:hover .image-content{
	opacity: 0;
	-webkit-transform: scale(3);
	-moz-transform: scale(3);
	-o-transform: scale(3);
	transform: scale(3);
}
.wpb_single_image.banner figure.effect-layla:hover .wpb_heading {
	opacity: 0;
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
}
.wpb_single_image.banner figure.effect-layla:hover figcaption::after,
.wpb_single_image.banner figure.effect-layla:hover .wpb_heading,
.wpb_single_image.banner figure.effect-layla:hover .image-content,
.wpb_single_image.banner figure.effect-layla:hover img {
	
}

/*--------------------------------------------------------------
	Post furion
--------------------------------------------------------------*/
.wpb_teaser_grid.align-left{
	text-align: left;
}
.wpb_teaser_grid.align-center{
	text-align: center;
}
.wpb_teaser_grid.align-right{
	text-align: right;
}
.wpb_teaser_grid .post-thumb img{
	width: 100%;
}
.wpb_teaser_grid .post-title, .wpb_teaser_grid .post-title a{
	color: #3d3d3d;
	font-size: 105%;
	font-weight: 600;
	text-transform: uppercase;
}
.wpb_teaser_grid .post-title:hover, .wpb_teaser_grid .post-title:hover a{
	color: #3f51b5;
}
.wpb_teaser_grid .post-title{
	padding-top: 18px;
}
.wpb_teaser_grid .entry-content{
	padding-top: 10px !important;
}
.wpb_teaser_grid .vc_read_more{
	display: inline-block;
}

/* Style: boxed;  */
.wpb_teaser_grid.style-boxed .isotope-inner .article-inner > *{
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding-left: 20px;
	padding-right: 20px;
}
.wpb_teaser_grid.style-boxed .isotope-inner .article-inner > *:first-child{
	border-top: 1px solid #e5e5e5;;
}
.wpb_teaser_grid.style-boxed .isotope-inner .article-inner > *:last-child{
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 35px;
}
.wpb_teaser_grid.style-boxed .isotope-inner .article-inner .post-thumb{
	border: none;
	padding-left: 0;
	padding-right: 0;
}
.wpb_teaser_grid.style-boxed .isotope-inner .article-inner .post-thumb .post-thumbnail{
	margin-bottom: 0;
}

/*--------------------------------------------------------------
	LATEST POSTS
--------------------------------------------------------------*/
.k2t-latest-posts .latest-post {
	display:block;
	float:left;
	padding:0 10px;
	margin-bottom:30px;
}
.k2t-latest-posts.cols-1 .latest-post {
	width:100%;
}
.k2t-latest-posts.cols-2 .latest-post {
	width:50%;
}
.k2t-latest-posts.cols-3 .latest-post {
	width:33.33%;
}
.k2t-latest-posts.cols-4 .latest-post {
	width:25%;
}
.k2t-latest-posts.cols-5 .latest-post {
	width:20%;
}
.k2t-latest-posts.cols-2 .latest-post(2n+1) {
	clear:left;
}
.k2t-latest-posts.cols-3 .latest-post(3n+1) {
	clear:left;
}
.k2t-latest-posts.cols-4 .latest-post(4n+1) {
	clear:left;
}
.k2t-latest-posts.cols-5 .latest-post(5n+1) {
	clear:left;
}				

.ltp-thumb {
	margin-bottom:20px;
}
.ltp-title-meta {
	position:relative;
	padding-bottom:10px;
	margin-bottom:10px;
}	
.ltp-title-meta:after {
	content:"";
	width:50px;
	height:4px;
	background:#3f51b5;
	position:absolute;
	bottom:0;
	left:0;
	opacity:0.3;
}	
.ltp-title {
	margin-bottom:0px;
	line-height:1.2;
	font-size:18px;
	text-transform:uppercase;
	font-weight:bold;
}
.ltp-title a {
	transition:all .3s ease-out;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	text-decoration:none;
}	
.ltp-title a:hover {
	color:#555;
}


.ltp-meta {
	display:block;
	overflow:hidden;
	text-transform:uppercase;
	font-size:10px;
	margin-bottom:10px;
	color:#333;
}	
.ltp-meta .ele {
	display:block;
	float:left;
}
.ltp-meta .ele:last-child {
	margin-right:0;
}
.ltp-meta .ele:after {
	content:"|";
	margin:0 8px;
}
.ltp-meta .ele:last-child:after	{
	display:none;
}
.ltp-meta a {
	color:#333;
}

/*--------------------------------------------------------------
	VC Separator
--------------------------------------------------------------*/
.vc_separator.vc_sep_shadow .vc_sep_holder .vc_sep_line{
	height: 1px;
	position: relative;
}
.vc_separator.vc_sep_shadow .vc_sep_holder .vc_sep_line:after, .vc_separator.vc_sep_shadow .vc_sep_holder .vc_sep_line:before {
	background: url(/s/img/wp-content/plugins/k-shortcodes/assets/images/shadow-divider.png) no-repeat;
	content: "";
	height: 7px;
	left: 0;
	position: absolute;
	top: 0;
	width: 50%;
}
.vc_separator.vc_sep_shadow .vc_sep_holder .vc_sep_line:before {
	background-position: right top;
	left: auto;
	right: 0;
	top: 0;
}


/*--------------------------------------------------------------
	TIPSY
--------------------------------------------------------------*/
.tipsy { 
	position: absolute; 
	padding: 5px 6px; 
	z-index: 100000;
	font-family: 'PT Sans', sans-serif;
	font-size:14px;
	-webkit-animation: tipsyzoom 0.2s ease-out;
	-moz-animation: tipsyzoom 0.2s ease-out;
	animation: tipsyzoom 0.2s ease-out
}
.tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }

/* Rounded corners */
.tipsy-inner { border-radius: 1px; -moz-border-radius: 1px; -webkit-border-radius: 1px; }

/* Uncomment for shadow */
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/

.tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }

/* Rules to colour arrows */
.tipsy-arrow-n { border-bottom-color: #000; }
.tipsy-arrow-s { border-top-color: #000; }
.tipsy-arrow-e { border-left-color: #000; }
.tipsy-arrow-w { border-right-color: #000; }

.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-e .tipsy-arrow { right: 1px; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
.tipsy-w .tipsy-arrow { left: 1px; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }

@-webkit-keyframes tipsyzoom {
	0% {
		transform:scale(0.7);
		-moz-transform:scale(0.7);
		-webkit-transform:scale(0.7);
	}
	60% {
	   transform:scale(1.1);
	   -moz-transform:scale(1.1);
	   -webkit-transform:scale(1.1);
   }

   100% {
	   transform:scale(1);
	   -moz-transform:scale(1);
	   -webkit-transform:scale(1);
   }
}
@-moz-keyframes tipsyzoom {
	from {
	 transform:scale(0.7);
 }
 to {
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
}
}
@keyframes tipsyzoom {
	from {
		transform:scale(0.7);
		} to {
		   transform:scale(1);
		   -webkit-transform:scale(1);
		   -moz-transform:scale(1);
	   }
   }	
   .tipsy-inner {
	 border-radius:0px;
	 -webkit-border-radius:0px;
	 -moz-border-radius:0px;
	 padding: 6px 9px 5px 9px;
	 background:#3f51b5;
 }
 .tipsy .tipsy-arrow { border-style:solid;}	
 .tipsy-n .tipsy-arrow {
   border-width: 5px 0 0 5px;
   border-color: transparent transparent transparent #3f51b5;
   margin-left:-3px;
}
.tipsy-s .tipsy-arrow {
	border-width: 5px 5px 0 0;
	border-color: #3f51b5 transparent transparent transparent;
	margin-left:-3px;
}
.tipsy-w .tipsy-arrow {
	border-width: 0 5px 5px 0;
	border-color: transparent #3f51b5 transparent transparent;
	margin-top:-3px;
}
.tipsy-e .tipsy-arrow {
	border-width: 5px 5px 0 0;
	border-color: #3f51b5 transparent transparent transparent;
	margin-top:-3px;
}
 
/*--------------------------------------------------------------
	TOOLTIPSTER
--------------------------------------------------------------*/

/* This is the base styling required to make all Tooltipsters work */
.k2-tooltipster .tooltipster-markup {
	display:none;
}
.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible;
}
.tooltipster-base .tooltipster-content {
	overflow: hidden;
	line-height:1.7;
	font-size:14px;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
	/* border-color: ... !important; */
}

/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
	cursor: help;
	margin-left: 4px;
}
/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
	display: block;
	width: 0; 
	height: 0;
	position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
	left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
	right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-left: 9px solid;
	margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-right: 9px solid;
	margin-top: -8px;
}

/* CUSTOM CONTENT FROM THEME */
.tooltipster-default {
	border-radius:1px;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border:none;
	background:#f9f9f9;
	border:1px solid #d5d5d5;
	box-shadow:5px 5px 35px rgba(0,0,0,.3);
	-webkit-box-shadow:5px 5px 35px rgba(0,0,0,.3);
	-moz-box-shadow:5px 5px 35px rgba(0,0,0,.3);
}	
.tooltipster-default .tooltipster-content {
}	
.tooltipster-image {
	display:block;
	text-align:center;
}
.tooltipster-header {
	position:relative;
	margin:0 15px;
	padding:8px 0 13px;
}	
.tooltipster-header:after {
	content:"";
	position:absolute;
	left:0;
	bottom:0px;
	width:100%;
	height:5px;
	border-top:1px solid;
	border-bottom:1px solid;
	opacity:0.3;
}
.tooltipster-header h1,
.tooltipster-header h2,
.tooltipster-header h3,
.tooltipster-header h4,
.tooltipster-header h5,
.tooltipster-header h6 {
	margin-bottom:0;
}
.tooltipster-desc {
	display:block;
	overflow:hidden;
	padding:15px;
}
.tooltipster-desc p {
	margin-bottom:0;
	display:block;
	line-height:inherit;
}

/* THEME DARK */
.tooltipster-dark {
	border-radius:1px;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	background:#111;
	color:#fff;
	border:none;
}	
.tooltipster-dark h1,
.tooltipster-dark h2,
.tooltipster-dark h3,
.tooltipster-dark h4,
.tooltipster-dark h5,
.tooltipster-dark h6 {
	color:#fff;
}

/* THEME COLOR */
.tooltipster-color {
	border-radius:1px;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	background:#3f51b5;
	color:#fff;
	border:none;
}	
.tooltipster-color h1,
.tooltipster-color h2,
.tooltipster-color h3,
.tooltipster-color h4,
.tooltipster-color h5,
.tooltipster-color h6 {
	color:#fff;
}

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade-show {
	opacity: 1;
}
.tooltipster-popup {
	opacity:0;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-o-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;	
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-popup-show {
	opacity:1;
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
}
.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 0.4); 
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}
.tooltipster-slide {
	margin-top:15px;
	-webkit-transition-property:margin-top, opacity;
	-moz-transition-property: margin-bottom;
	-o-transition-property: margin-bottom;
	-ms-transition-property: margin-bottom;
	transition-property:margin-top, opacity;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
	margin-top:0;
	opacity:1;
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property:margin-top, opacity;
	opacity: 0;
}
/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
	opacity: 0.5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

/*--------------------------------------------------------------
	furion Slider 
--------------------------------------------------------------*/
	/* Style 1 (iview) */
.iview {
	display: block;
	width: 100%;
	height: 400px;
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	position: relative;
	overflow: hidden;
}
.iview2 {
	margin-top: 20px;
}
.iview .iviewSlider {
	display: block;
	width: 100%;
	height: 400px;
	overflow: hidden;
}
.iview div.iview-directionNav {
	position: absolute;
	top: 50%;
	left: 0px;
	z-index: 9;
	width: 100%;
	margin-top:-20px;
}
.iview div.iview-directionNav a {
	display: block;
	cursor: pointer;
	position: absolute;
	width: 40px;
	height: 40px;
	/*text-indent: -9999px;*/
	color: transparent;
	-webkit-transition: left 0.3s ease-in-out;
	-webkit-transition-property: left,right;
	-moz-transition: left 0.3s ease-in-out;
	-moz-transition-property: left,right;
	-o-transition: left 0.3s ease-in-out;
	-o-transition-property: left,right;
	-ms-transition: left 0.3s ease-in-out;
	-ms-transition-property: left,right;
	transition: left 0.3s ease-in-out;
	transition-property: left,right;
}
.iview div.iview-directionNav a.iview-nextNav {
	right: -40px;
	background-color: #3f51b5;
}
.iview div.iview-directionNav a.iview-nextNav:before {
	content: "\f054";
	font-family: FontAwesome;
	font-size: 14px;
	color: #fff;
	left: 16px;
	position: absolute;
	top: 12px;
}
.iview div.iview-directionNav a.iview-prevNav {
	left: -40px;
	background-color: #3f51b5;
}
.iview div.iview-directionNav a.iview-prevNav:before {
	content: "\f053";
	font-family: FontAwesome;
	font-size: 14px;
	color: #fff;
	left: 14px;
	position: absolute;
	top: 12px;
}
.iview.iview-hover div.iview-directionNav a.iview-nextNav {
	right: 0px;
	background-color:#000;
}
.iview.iview-hover div.iview-directionNav a.iview-prevNav {
	left: 0px;
	background-color:#000;
}
.iview-caption {
	background-color: rgba(0, 0, 0, .5);
	color: #FFF;
	padding: 10px 15px;
	font-family: Verdana;
	font-size: 85%;
	text-shadow: #000 1px 1px 0px;
	height: auto !important;
	min-width: 50%;
}
.iview-caption div {
	width: 100% !important;
}
.iview-preloader {
	border: #666 1px solid;
	width: 150px
}
.iview-preloader div {
	background: #666;
}

	/* Style 2 (eislideshow) */
.ei-slider {
	position: relative;
	width: 100%;
	max-width: 2720px;
	height: 430px;
	margin: 0 auto;
}
.ei-slider-loading {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:999;
	background: rgba(0,0,0,0.9);
	color: #fff;
	text-align: center;
	line-height: 430px;
}
.ei-slider-large {
	height: 100%;
	width: 100%;
	position:relative;
	overflow: hidden;
}
.ei-slider-large li {
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
	list-style:none;
}
.ei-slider-large li img {
	width: 100%;
	display: block;
	margin-left: 0 !important;
}
.ei-title {
	position: absolute;
	left: 40px;
	margin-right: 0;
	bottom: 10px;
	width:50%;
}
.ei-title h2, .ei-title h3 {
	text-align: left;
}
.ei-title h2 {
	font-size: 215%;
	line-height: 32px;
	padding:20px 25px;
	background-color:#3f51b5;
	color: #fff;
	margin-bottom:5px;
	display:inline-block;
	float:left;
}
.ei-title h3 {
	font-size: 128%;
	line-height: 20px;
	color: #fff;
	background:rgba(1,1,1,.8);
	padding:10px;
	display:inline-block;
	float:left;
}
.ei-slider-thumbs {
	height: 6px;
	margin: 20px auto 0;
	position: relative;
}
.ei-slider-thumbs li {
	position: relative;
	float: left;
	height: 100%;
	list-style:none;
}
.ei-slider-thumbs li.ei-slider-element {
	top: 0px;
	left: 0px;
	position: absolute;
	height: 100%;
	z-index: 10;
	text-indent: -9000px;
	background: #02b98d;
	-webkit-box-shadow: 
		0px 1px 0px 3px #fff;
	-moz-box-shadow: 
		0px 1px 0px 3px #fff;
	box-shadow: 
		0px 1px 0px 3px #fff;
}
.ei-slider-thumbs li a {
	display: block;
	text-indent: -9000px;
	background: #d6d6d6 ;
	width: 100%;
	height: 100%;
	cursor: pointer;
	outline:none;
	-webkit-box-shadow: 
		0px 1px 0px 3px #fff;
	-moz-box-shadow: 
		0px 1px 0px 3px #fff;
	box-shadow: 
		0px 1px 0px 3px #fff;
	-webkit-transition: background 0.2s ease;
	-moz-transition: background 0.2s ease;
	-o-transition: background 0.2s ease;
	-ms-transition: background 0.2s ease;
	transition: background 0.2s ease;
}
.ei-slider-thumbs li a:hover {
	background-color: #02b98d;
}
.ei-slider-thumbs li img {
	position: absolute;
	bottom: 50px;
	opacity: 0;
	z-index: 999;
	max-width: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-box-reflect: 
		below 0px -webkit-gradient(
			linear, 
			left top, 
			left bottom, 
			from(transparent), 
			color-stop(50%, transparent), 
			to(rgba(255,255,255,0.3))
			);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ei-slider-thumbs li:hover img {
	opacity: 1;
	bottom: 13px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*Responsive*/
@media (max-width: 991px){.k2t-brands[class*="brands-"] .brand-cell{
		width: 33.3333%;
		margin-bottom: 30px;
	}}
@media (max-width: 480px){.k2t-brands[class*="brands-"] .brand-cell{
		width: 50%;
	}
	/*pricing*/}

/**
 * Layout
 */

.event-entry-meta .event-countdown-container{
  padding: 30px 0;
  text-align: center;
  margin-left: -5px;
  margin-right: -5px;
}
.event-countdown-container {
  text-align: center;
  margin-top: 30px;
  margin-left: -7px;
  margin-right: -7px;
}

.event-countdown-container .time {
  margin: 0 10px 0;
}
.event-countdown-container .wrap-item-count {
  display:block;
  float: left;
  width: 25%;
  padding: 0 7px;
}
.event-countdown-container .countdown-container {
  display: inline-flex;
}
.event-countdown-container .time {
  border-radius: 50%;
  border: 1px solid #ebebeb;
  display: inline-block;
  margin-bottom: 45px;
  text-align: center;
  position: relative;
  height: 85px;
  width: 85px;
  background-color: #e4e4e4;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  -ms-perspective: 500px;
  -o-perspective: 500px;
  perspective: 500px;

  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;

  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);

  -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);
}


.event-countdown-container .count {
  
  color: #252525;
  display: block;
  z-index: 2;
  font-size: 21.69px;
  line-height: 32px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 15px;

  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  -ms-transform-style: flat;
  -o-transform-style: flat;
  transform-style: flat;
}
/*@-moz-document url-prefix() {
  .event-countdown-container .count {
    line-height: 60px;
  }
}*/
.event-countdown-container .count.top {
  box-shadow: inset 0 -1px 0 #ebebeb;
  -moz-box-shadow: inset 0 -1px 0 #ebebeb;
  -ms-box-shadow: inset 0 -1px 0 #ebebeb;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  position: absolute;
  left: 27px;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.event-countdown-container .count.bottom {
  display: none;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  line-height: 0;
  height: 50%;
  top: 50%;

  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.event-countdown-container .label {
  font-size: normal;
  display: block;
  margin-top: 6px;
  position: absolute;
  top: 35px;
  width: 100%;
  font-size: 11.92px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
}
/* Animation start */
.event-countdown-container .count.curr.top {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  z-index: 3;
}
.event-countdown-container .count.next.bottom {
  display: none;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  z-index: 4;
}
/* Animation end */
.event-countdown-container .flip .count.curr.top {
  
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  transform: scale(1.3);
  opacity: 0;
  background-color: #e4e4e4;

  
}
.event-countdown-container .flip .count.next.bottom {
  -webkit-transition: all 250ms ease-in-out 250ms;
  -moz-transition: all 250ms ease-in-out 250ms;
  -ms-transition: all 250ms ease-in-out 250ms;
  -o-transition: all 250ms ease-in-out 250ms;
  transition: all 250ms ease-in-out 250ms;

  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
@media screen and (max-width: 48em) {
  .event-countdown-container {
    width: 100%;
  }
  .event-countdown-container .time {
      height: 70px;
      width: 48px;
  }
  .event-countdown-container .count {
    font-size: 1.5em;
    line-height: 70px;
  }
  .event-countdown-container .label {
    font-size: 0.8em;
    top: 72px;
  }
}/**
 * The stylesheet for displaying on mobile device.
 *
 * @package Furion
 * @author  ThemeLead
 * @link	http://www.lunartheme.com
 */
@media only screen and (max-width: 1280px), (min-width: 992px){/* isotope shortcode */
	.k2t-shortcode-isotope.column-md-2 article {
		width: 50%;
	}
	.k2t-shortcode-isotope.column-md-3 article {
		width: 33.3333%;
	}
	.k2t-shortcode-isotope.column-md-4 article {
		width: 25%;
	}
	.k2t-shortcode-isotope.column-md-5 article {
		width: 20%;
	}}


@media only screen and (max-width: 1024px), (max-device-width: 1024px){/* page navigation */
	.page-nav-shortcode {
		right: 30px;
	}
	.page-nav-shortcode  a {
		text-align: center;
	}
	.nav-item-shortcode span {
		width: 10px;
	}
	/*blog post */
	.style-blog-2 article.post-item:nth-of-type(2) {
		margin-bottom: 54px;
	}
	.style-blog-2 article:not(:nth-of-type(2)) .entry-title a {
		bottom: -22px;
		font-size: 52px;
	}
	.style-blog-2 article:not(:nth-of-type(2)) .entry-title a {
		left: 60px;
	}
	.style-blog-2 article .excerpt:before {
		left: 63px;
	}
	.style-blog-2 article .excerpt {
		padding-left: 163px;
		margin-bottom: 40px;
	}
	.style-blog-2.b-masonry .post-item {
		margin-bottom: 20px;
	}


	.k2t-blog-post .post-content p{
		overflow: hidden;
		max-height: 46px;
	}
	.k2t-iconbox.layout-2 > .iconbox-icon, 
	.k2t-iconbox.layout-2 > .iconbox-image {
		margin-top: 32px;
	}
	.style-blog-2 article:nth-of-type(2) .more-link {
		padding-left: 0;
	}
	/* pricing table */
	section.table-4col .pricing-column {
		width: 50%;
	}}
@media only screen and (max-width: 1024px) and (min-width: 768px){/* layout  grid */

	.page-entry .vc_row {
		margin-left: 0;
		margin-right: 0;
	}
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100% !important;
	}
	.col-sm-11 {
		width: 91.66666667% !important;
	}
	.col-sm-10 {
		width: 83.33333333% !important;
	}
	.col-sm-9 {
		width: 75% !important;
	}
	.col-sm-8 {
		width: 66.66666667% !important;
	}
	.col-sm-7 {
		width: 58.33333333% !important;
	}
	.col-sm-6 {
		width: 50% !important;
	}
	.col-sm-5 {
		width: 41.66666667% !important;
	}
	.col-sm-4 {
		width: 33.33333333% !important;
	}
	.col-sm-3 {
		width: 25% !important;
	}
	.col-sm-2 {
		width: 16.66666667% !important;
	}

	.col-sm-12-padding-15 {
		width: 100% !important;
		padding: 0 15px !important;
	}
	.col-sm-11-padding-15 {
		width: 91.66666667% !important;
		padding: 0 15px !important;
	}
	.col-sm-10-padding-15 {
		width: 83.33333333% !important;
		padding: 0 15px !important;
	}
	.col-sm-9-padding-15 {
		width: 75% !important;
		padding: 0 15px !important;
	}
	.col-sm-8-padding-15 {
		width: 66.66666667% !important;
		padding: 0 15px !important;
	}
	.col-sm-7-padding-15 {
		width: 58.33333333% !important;
		padding: 0 15px !important;
	}
	.col-sm-6-padding-15 {
		width: 50% !important;
		padding: 0 15px !important;
	}
	.col-sm-5-padding-15 {
		width: 41.66666667% !important;
		padding: 0 15px !important;
	}
	.col-sm-4-padding-15 {
		width: 33.33333333% !important;
		padding: 0 15px !important;
	}
	.col-sm-3-padding-15 {
		width: 25% !important;
		padding: 0 15px !important;
	}
	.col-sm-2-padding-15 {
		width: 16.66666667% !important;
		padding: 0 15px !important;
	}

	/* top */

	.page-entry .sm-padding-top-40 {
		padding-top: 40px !important;
	}
	.page-entry .sm-padding-top-20 {
		padding-top: 20px !important;
	}
	.page-entry .sm-padding-top-0 {
		padding-top: 0 !important;
	}
	.page-entry .sm-margin-top-40 {
		margin-top: 40px !important;
	}
	.page-entry .sm-margin-top-20 {
		margin-top: 20px !important;
	}
	.page-entry .sm-margin-top-15 {
		margin-top: 15px !important;
	}
	.page-entry .sm-margin-top-0 {
		margin-top: 0 !important;
	}
	/* bot */
	.page-entry .sm-padding-bot-40 {
		padding-bottom: 40px !important;
	}
	.page-entry .sm-padding-bot-20 {
		padding-bottom: 40px !important;
	}
	.page-entry .sm-padding-bot-0 {
		padding-bottom: 0 !important;
	}
	.page-entry .sm-margin-bot-40 {
		margin-bottom: 40px !important;
	}
	.page-entry .sm-margin-bot-20 {
		margin-bottom: 20px !important;
	}
	.page-entry .sm-margin-bot-0 {
		margin-bottom: 0 !important;
	}
	/* left */
	.page-entry .sm-padding-left-80 {
		padding-left: 80px !important;
	}
	.page-entry .sm-padding-left-40 {
		padding-left: 40px !important;
	}
	.page-entry .sm-padding-left-20 {
		padding-left: 20px !important;
	}
	.page-entry .sm-padding-left-15 {
		padding-left: 15px !important;
	}
	.page-entry .sm-padding-left-0 {
		padding-left: 0 !important;
	}
	/* right */
	.page-entry .sm-padding-right-40 {
		padding-right: 40px !important;
	}
	.page-entry .sm-padding-right-20 {
		padding-right: 20px !important;
	}
	.page-entry .sm-padding-right-15 {
		padding-right: 15px !important;
	}
	.page-entry .sm-padding-right-0 {
		padding-right: 0 !important;
	}}


@media only screen and (max-width: 991px) and (min-width: 768px){/* shortcode isotope */

	.k2t-shortcode-isotope.column-sm-2 article {
		width: 50%;
	}
	.k2t-shortcode-isotope.column-sm-3 article {
		width: 33.3333%;
	}
	.k2t-shortcode-isotope.column-sm-4 article {
		width: 25%;
	}
	.k2t-shortcode-isotope.column-sm-5 article {
		width: 20%;
	}}
@media only screen and (max-width: 900px), (max-device-width: 900px){.wpb_single_image.banner .entry-image figure .wpb_heading {
		top: 50%;
		margin-top: -60px;
	}
	.wpb_single_image.banner .entry-image figure .image-content {
		margin-top: 40px;
	}
	.k2t-countdown {
		text-align: center;
	}
	.k2t-countdown .ele {
		display: inline-block;
		float: none;
	}

	/* ElasticSlideshow */
	.ei-slider {
		height: 410px;
	}
	.ei-slider-loading {
		line-height: 410px;
	}
	.ei-title {
		left: 20px;
	}
	.ei-title h2 {
		padding: 10px 15px;
	}

	/* iView Slider */
	#iview {
		margin: 30px auto;
		height: 300px;
	}
	#iview .iviewSlider {
		height: 300px;
	}
	.iview .iviewSlider > div .iview-caption {
		width: 250px !important;
		top: 20px !important;
		left: 20px !important;
	}}
@media only screen and (max-width: 800px), (max-device-width: 800px){.k2t-iconbox.layout-2 > .iconbox-icon, 
	.k2t-iconbox.layout-2 > .iconbox-image {
		margin: 8.5px 0;
	}
	/* blog */
	.style-blog-slider .post-item .flx-entry-thumb {
		float: none;
		margin-bottom: 38px;
		width: 100%;
	}
	.style-blog-slider .post-item .entry-content {
		float: none;
		padding-left: 0;
		width: 100%;
	}

	/* style blog 2 */ 
	.style-blog-2 article:last-of-type .excerpt {
		margin-bottom: 0;
	}
	.style-blog-2 article .excerpt:before {
		width: 50px;
	}
	.style-blog-2 article:nth-of-type(2) .excerpt:before {
		left: 31px;
	}
	.style-blog-2 article:nth-of-type(2) .excerpt {
		padding-right: 10px;
	}
	.style-blog-2 article:nth-of-type(2) .excerpt,
	.style-blog-2 article:nth-of-type(2) .footer-content {
		padding-left: 100px;
	}
	.style-blog-2 article.post-item:nth-of-type(2) {
		margin-bottom: 54px;
	}
	.style-blog-2 article:not(:nth-of-type(2)) .entry-title a {
		font-size: 38px;
		bottom: -17px;
	}
	.style-blog-2 article:not(:nth-of-type(2)) .entry-title a {
		left: 30px;
	}
	.style-blog-2 article .excerpt:before {
		left: 32px;
	}
	.style-blog-2 article .excerpt {
		padding-left: 106px;
		margin-bottom: 40px;
	}
	.style-blog-2.b-masonry .post-item {
		margin-bottom: 20px;
	}
	.style-blog-2 .masonry-layout article:nth-last-child(2),
	.style-blog-2 .masonry-layout article:nth-last-child(2) .excerpt,
	.style-blog-2 .masonry-layout article:last-child,
	.style-blog-2 .masonry-layout article:last-child .excerpt {
		margin-bottom: 0;
	}}
@media only screen and (max-width: 768px) and (max-device-width: 768px){/* shortcode isotope */

	.k2t-shortcode-isotope.column-xs-2 article {
		width: 50%;
	}
	.k2t-shortcode-isotope.column-xs-3 article {
		width: 33.3333%;
	}
	.k2t-shortcode-isotope.column-xs-4 article {
		width: 25%;
	}
	.k2t-shortcode-isotope.column-xs-5 article {
		width: 20%;
	}
	/* member isotope */
	.column-xs-2 .k2t-member:nth-child(2n+1) article {
		text-align: center;
	}
	.column-xs-2 .k2t-member:nth-child(2n+2) article {
		text-align: center;
	}
	.page-entry .vc_row {
		margin-left: 0;
		margin-right: 0;
	}
	.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	  float: left;
	}
	.col-xs-12 {
	  width: 100% !important;
	}
	.col-xs-11 {
	  width: 91.66666667% !important;
	}
	.col-xs-10 {
	  width: 83.33333333% !important;
	}
	.col-xs-9 {
	  width: 75% !important;
	}
	.col-xs-8 {
	  width: 66.66666667% !important;
	}
	.col-xs-7 {
	  width: 58.33333333% !important;
	}
	.col-xs-6 {
	  width: 50% !important;
	}
	.col-xs-5 {
	  width: 41.66666667% !important;
	}
	.col-xs-4 {
	  width: 33.33333333% !important;
	}
	.col-xs-3 {
	  width: 25% !important;
	}
	.col-xs-2 {
	  width: 16.66666667% !important;
	}
	.col-xs-1 {
	  width: 8.33333333% !important;
	}
	/* top */
	.page-entry .xs-padding-top-40 {
		padding-top: 40px !important;
	}
	.page-entry .xs-padding-top-20 {
		padding-top: 20px !important;
	}
	.page-entry .xs-padding-top-0 {
		padding-top: 0 !important;
	}
	.page-entry .xs-margin-top-40 {
		margin-top: 40px !important;
	}
	.page-entry .xs-margin-top-20 {
		margin-top: 20px !important;
	}
	.page-entry .xs-margin-top-0 {
		margin-top: 0 !important;
	}
	/* bot */
	.page-entry .xs-padding-bot-40 {
		padding-bottom: 40px !important;
	}
	.page-entry .xs-padding-bot-20 {
		padding-bottom: 40px !important;
	}
	.page-entry .xs-padding-bot-0 {
		padding-bottom: 0 !important;
	}
	.page-entry .xs-margin-bot-40 {
		margin-bottom: 40px !important;
	}
	.page-entry .xs-margin-bot-20 {
		margin-bottom: 20px !important;
	}
	.page-entry .xs-margin-bot-0 {
		margin-bottom: 0 !important;
	}
	/* left */
	.page-entry .xs-padding-left-40 {
		padding-left: 40px !important;
	}
	.page-entry .xs-padding-left-20 {
		padding-left: 40px !important;
	}
	.page-entry .xs-padding-left-15 {
		padding-left: 40px !important;
	}
	.page-entry .xs-padding-left-0 {
		padding-left: 0 !important;
	}
	/* right */
	.page-entry .xs-padding-right-40 {
		padding-right: 40px !important;
	}
	.page-entry .xs-padding-right-20 {
		padding-right: 40px !important;
	}
	.page-entry .xs-padding-right-15 {
		padding-right: 40px !important;
	}
	.page-entry .xs-padding-right-0 {
		padding-right: 0 !important;
	}


	.wpb_single_image.banner .entry-image figure .wpb_heading{
		top: 50%;
		margin-top: -25px;
	}
	.wpb_single_image.banner .entry-image figure .image-content{
		display: none;
	}
	.k2t-member.style-2 .image img,
	.k2t-member.style-4 .image img{
		width: 100%;
	}
	.k2t-member.style-4 .desc{
		padding-top: 17px;
	}
	
	/* ElasticSlideshow */
	.ei-slider {
		height: 283px;
	}
	.ei-slider-loading {
		line-height: 283px;
	}
	.ei-title {
		left: 20px;
	}
	.ei-title h2 {
		padding: 5px 10px;
		font-size: 20px;
	}
	.ei-title h3 {
		font-size: 14px;
		padding: 5px;
	}
	/* blog */
	.style-blog-2 article.post-item:nth-of-type(2) {
		margin-bottom: 40px !important;
	}}
@media only screen and (max-width: 767px){.page-nav-shortcode {
		display: none;
	}
	div.style-blog-slider .post-inner {
		display: block;
	}
	div.style-blog-slider .post-item .entry-content {
		height: auto;
		padding-left: 0;
	}
	div.style-blog-slider .post-item {
		display: block;
	}
	div.style-blog-slider .post-item .entry-content .wrap-entry-content {
		position: relative !important;
		top: 0 !important;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0) ;
	}}
@media only screen and (max-width: 667px){/* blog post */
	.style-blog-time .post-item:nth-child(2n) .date-meta {
		position: absolute;
		top: 0;
		left: -80px;
		transform: rotate(90deg) translateX(37%);
		-moz-transform: rotate(90deg) translateX(37%);
		-webkit-transform: rotate(90deg) translateX(37%);
	}
	.style-blog-time .post-item:nth-child(2n+1) .date-meta {
		position: absolute;
		top: 0;
		right: -80px;
		transform: rotate(90deg) translateX(37%);
		-moz-transform: rotate(90deg) translateX(37%);
		-webkit-transform: rotate(90deg) translateX(37%);
	}
	.style-blog-time .post-item:nth-child(2n+1).item-left .date-meta,
	.style-blog-time .post-item:nth-child(2n).item-right .date-meta {
		left: initial;
	}
	.style-blog-time .masonry-layout article:nth-of-type(2) {
		padding-top: 0;
	}
	.style-blog-time .masonry-layout article:nth-of-type(2) .date-meta {
		top: 0;
	}
	/* blog style  2 */
	.style-blog-2 article.post-item:nth-of-type(1) .excerpt {
		margin-bottom: 0;
	}
	.style-blog-2 article.post-item:nth-of-type(2) {
		margin-top: 0;
		margin-bottom: 0;
	}
	.style-blog-2 .masonry-layout article:nth-last-child(2) .excerpt {
		margin-bottom: 40px;
	}
	.style-blog-2 .masonry-layout article:last-child,
	.style-blog-2 .masonry-layout article:last-child .excerpt {
		margin-bottom: 0;
	}
	.style-blog-2 article:nth-of-type(2) .flx-entry-thumb {
		display: block;
	}
	.style-blog-2 article:nth-of-type(2) .entry-title {
		font-size: 38px !important;
		min-height: 1px !important;
		margin-bottom: 0 !important;
		max-width: 430px !important;
		position: relative !important;
	}
	.style-blog-2 article:nth-of-type(2) .entry-title a {
		color: #000 !important;
		display: inline-block !important;
		line-height: 95% !important;
		position: absolute !important;
		bottom: -17px !important;
		left: 30px !important;
		max-width: 90% !important;
		overflow: hidden !important;
		width: 100% !important;
		z-index: 11 !important;
	}
	.style-blog-2 article:nth-of-type(2) .entry-content .wrap-entry-content {
		max-width: 100%;
	}
	.style-blog-2 article:nth-of-type(2) .entry-content .footer-content {
		display: none;
	}
	.style-blog-2 article:nth-of-type(2) .entry-content .excerpt {
		margin-bottom: 0;
	}
	.style-blog-2 article .excerpt {
		margin-top: 36px !important;
	}}


@media only screen and (max-width: 568px) and (max-device-width: 568px){/* blog post */
	.style-blog-time {
		padding: 0;
	}
	.style-blog-time .post-item:nth-child(2n) .date-meta {
		left: -62px;
	}
	.style-blog-time .post-item:nth-child(2n+1) .date-meta {
		right: -62px;
	}

	/* other */

	.k2t-counter .title,
	.k2t-testimonial.style-2 *,
	.k2t-main span.k2t-dropcap,
	div.k2t-heading.bottom_icon .text,
	div.k2t-iconbox.layout-1.align-left .iconbox-icon,
	div.k2t-iconbox.layout-1.align-right .iconbox-icon,
	div.k2t-countdown .ele *,
	div.k2t-blog-post .post-content .post-content,
	.k2t-button.align-right {
		text-align: center;
	}
	.k2t-iconbox.layout-2.align-right .iconbox-text *,
	.k2t-iconbox.layout-3.align-right .iconbox-text *{
		text-align: right;
	}
	div.k2t-iconbox.layout-1.align-left .iconbox-icon,
	div.k2t-iconbox.layout-1.align-right .iconbox-icon{
		float: none;
	}


	.wpb_single_image.banner .entry-image figure .wpb_heading{
		font-size: 140%;
	}
	.k2t-tab-sticky > * {
		width: 100% !important;
		text-align: center;
		padding: 30px 20px !important;
	}
	.tabsticky-nav ul li a {
		text-align: center;
	}
	
	/* ElasticSlideshow */
	.ei-slider {
		height: 266px;
	}
	.ei-slider-loading {
		line-height: 266px;
	}
	.ei-title {
		left: 20px;
	}
	.ei-title h2 {
		padding: 5px;
		font-size: 20px;
		line-height: 22px;
	}
	.ei-title h3 {
		font-size: 14px;
		padding: 5px;
	}

	/* iView Slider */
	#iview {
		margin: 20px auto;
		height: 200px;
	}
	#iview .iviewSlider {
		height: 200px;
	}
	.iview .iviewSlider > div .iview-caption {
		width: 200px !important;
		top: 10px !important;
		left: 10px !important;
		padding: 5px 10px;
	}}
@media only screen and (max-width: 480px) and (max-device-width: 480px){.style-blog-slider .post-item .top-meta .label {
		display: none;
	}
	.style-blog-slider .post-item .top-meta > :not(:first-child) {
		padding-left: 0;
	}
	.wpb_single_image.banner .entry-image figure .wpb_heading{
		font-size: 100%;
	}
	/* footer */

	.k2t-info [class|="col"] > * {
		line-height: 100% !important;
		float: none !important;
	}
	.k2t-info [class|="col"] > *:first-child {
		margin-top: 30px !important;
	}
	.k2t-info [class|="col"] > * {
		margin-bottom: 30px !important; 
	}
	/* ElasticSlideshow */
	.ei-slider{
		height: 165px;
	}
	.ei-slider-loading{
		line-height: 165px;
	}
	.ei-title{
		display: none;
	}
	/* style 2 blog post */
	.style-blog-2 article.post-item:nth-of-type(1) .excerpt {
		margin-bottom: 16px;
	} 
	.style-blog-2 article:nth-of-type(2) .excerpt {
	    margin-top: 36px;
	}
	.style-blog-2 article:nth-of-type(2) .entry-title a {
		bottom: -17px !important;
	}
	/* pricing */
	section.table-2col .pricing-column,
	section.table-3col .pricing-column,
	section.table-4col .pricing-column {
		width: 100%;
	}}
@media only screen and (max-width: 320px) and (max-device-width: 320px){.style-blog-2 article .entry-title a {
		bottom: -13px !important;
		font-size: 30px !important;
	}
	.style-blog-2 article:nth-of-type(2) .entry-content .wrap-entry-content {
		padding: 0;
	}
	.style-blog-2 article:not(:nth-of-type(2)) .entry-title a {
		max-width: 255px;
	}
	.style-blog-2 article:nth-of-type(2) .entry-title a {
		bottom: -13px;
	}
	.style-blog-2 article .excerpt {
		margin-top: 36px;
	}}/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.page_counter_icon {
    width: 28px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.page_counter_label{clear: both;margin-bottom: 10px;}/*-----------------------------------------------------------------------------

-	Revolution Slider 5.0 Default Style Settings -

Screen Stylesheet

version:   	5.4.0
date:      	11/02/17
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/
#debungcontrolls,.debugtimeline{width:100%;box-sizing:border-box}.rev_column,.rev_column .tp-parallax-wrap,.tp-svg-layer svg{vertical-align:top}#debungcontrolls{z-index:100000;position:fixed;bottom:0;height:auto;background:rgba(0,0,0,.6);padding:10px}.debugtimeline{height:10px;position:relative;margin-bottom:3px;display:none;white-space:nowrap}.debugtimeline:hover{height:15px}.the_timeline_tester{background:#e74c3c;position:absolute;top:0;left:0;height:100%;width:0}.debugtimeline.tl_slide .the_timeline_tester{background:#f39c12}.debugtimeline.tl_frame .the_timeline_tester{background:#3498db}.debugtimline_txt{color:#fff;font-weight:400;font-size:7px;position:absolute;left:10px;top:0;white-space:nowrap;line-height:10px}.rtl{direction:rtl}@font-face{font-family:revicons;src:url(/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.eot);src:url(/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.eot#iefix) format('embedded-opentype'),url(/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.woff) format('woff'),url(/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.ttf) format('truetype'),url(/s/img/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.svg#revicons) format('svg');font-weight:400;font-style:normal}[class*=" revicon-"]:before,[class^=revicon-]:before{font-family:revicons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}.revicon-search-1:before{content:'\e802'}.revicon-pencil-1:before{content:'\e831'}.revicon-picture-1:before{content:'\e803'}.revicon-cancel:before{content:'\e80a'}.revicon-info-circled:before{content:'\e80f'}.revicon-trash:before{content:'\e801'}.revicon-left-dir:before{content:'\e817'}.revicon-right-dir:before{content:'\e818'}.revicon-down-open:before{content:'\e83b'}.revicon-left-open:before{content:'\e819'}.revicon-right-open:before{content:'\e81a'}.revicon-angle-left:before{content:'\e820'}.revicon-angle-right:before{content:'\e81d'}.revicon-left-big:before{content:'\e81f'}.revicon-right-big:before{content:'\e81e'}.revicon-magic:before{content:'\e807'}.revicon-picture:before{content:'\e800'}.revicon-export:before{content:'\e80b'}.revicon-cog:before{content:'\e832'}.revicon-login:before{content:'\e833'}.revicon-logout:before{content:'\e834'}.revicon-video:before{content:'\e805'}.revicon-arrow-combo:before{content:'\e827'}.revicon-left-open-1:before{content:'\e82a'}.revicon-right-open-1:before{content:'\e82b'}.revicon-left-open-mini:before{content:'\e822'}.revicon-right-open-mini:before{content:'\e823'}.revicon-left-open-big:before{content:'\e824'}.revicon-right-open-big:before{content:'\e825'}.revicon-left:before{content:'\e836'}.revicon-right:before{content:'\e826'}.revicon-ccw:before{content:'\e808'}.revicon-arrows-ccw:before{content:'\e806'}.revicon-palette:before{content:'\e829'}.revicon-list-add:before{content:'\e80c'}.revicon-doc:before{content:'\e809'}.revicon-left-open-outline:before{content:'\e82e'}.revicon-left-open-2:before{content:'\e82c'}.revicon-right-open-outline:before{content:'\e82f'}.revicon-right-open-2:before{content:'\e82d'}.revicon-equalizer:before{content:'\e83a'}.revicon-layers-alt:before{content:'\e804'}.revicon-popup:before{content:'\e828'}.rev_slider_wrapper{position:relative;z-index:0;width:100%}.rev_slider{position:relative;overflow:visible}.entry-content .rev_slider a,.rev_slider a{box-shadow:none}.tp-overflow-hidden{overflow:hidden!important}.group_ov_hidden{overflow:hidden}.rev_slider img,.tp-simpleresponsive img{max-width:none!important;transition:none;margin:0;padding:0;border:none}.rev_slider .no-slides-text{font-weight:700;text-align:center;padding-top:80px}.rev_slider>ul,.rev_slider>ul>li,.rev_slider>ul>li:before,.rev_slider_wrapper>ul,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{list-style:none!important;position:absolute;margin:0!important;padding:0!important;overflow-x:visible;overflow-y:visible;background-image:none;background-position:0 0;text-indent:0;top:0;left:0}.rev_slider>ul>li,.rev_slider>ul>li:before,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{visibility:hidden}.tp-revslider-mainul,.tp-revslider-slidesli{padding:0!important;margin:0!important;list-style:none!important}.fullscreen-container,.fullwidthbanner-container{padding:0;position:relative}.rev_slider li.tp-revslider-slidesli{position:absolute!important}.tp-caption .rs-untoggled-content{display:block}.tp-caption .rs-toggled-content{display:none}.rs-toggle-content-active.tp-caption .rs-toggled-content{display:block}.rs-toggle-content-active.tp-caption .rs-untoggled-content{display:none}.rev_slider .caption,.rev_slider .tp-caption{position:relative;visibility:hidden;white-space:nowrap;display:block;-webkit-font-smoothing:antialiased!important;z-index:1}.rev_slider .caption,.rev_slider .tp-caption,.tp-simpleresponsive img{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.rev_slider .tp-mask-wrap .tp-caption,.rev_slider .tp-mask-wrap :last-child,.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,.wpb_text_column .rev_slider .tp-mask-wrap :last-child{margin-bottom:0}.tp-svg-layer svg{width:100%;height:100%;position:relative}.tp-carousel-wrapper{cursor:url(/wp-content/plugins/revslider/public/assets/css/openhand.cur),move}.tp-carousel-wrapper.dragged{cursor:url(/wp-content/plugins/revslider/public/assets/css/closedhand.cur),move}.tp_inner_padding{box-sizing:border-box;max-height:none!important}.tp-caption.tp-layer-selectable{-moz-user-select:all;-khtml-user-select:all;-webkit-user-select:all;-o-user-select:all}.tp-caption.tp-hidden-caption,.tp-forcenotvisible,.tp-hide-revslider,.tp-parallax-wrap.tp-hidden-caption{visibility:hidden!important;display:none!important}.rev_slider audio,.rev_slider embed,.rev_slider iframe,.rev_slider object,.rev_slider video{max-width:none!important}.tp-element-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.tp-blockmask,.tp-blockmask_in,.tp-blockmask_out{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;z-index:1000;transform:scaleX(0) scaleY(0)}.rev_row_zone{position:absolute;width:100%;left:0;box-sizing:border-box;min-height:50px;font-size:0}.rev_column_inner,.rev_slider .tp-caption.rev_row{position:relative;width:100%!important;box-sizing:border-box}.rev_row_zone_top{top:0}.rev_row_zone_middle{top:50%;transform:translateY(-50%)}.rev_row_zone_bottom{bottom:0}.rev_slider .tp-caption.rev_row{display:table;table-layout:fixed;vertical-align:top;height:auto!important;font-size:0}.rev_column{display:table-cell;position:relative;height:auto;box-sizing:border-box;font-size:0}.rev_column_inner{display:block;height:auto!important;white-space:normal!important}.rev_column_bg{width:100%;height:100%;position:absolute;top:0;left:0;z-index:0;box-sizing:border-box;background-clip:content-box;border:0 solid transparent}.tp-caption .backcorner,.tp-caption .backcornertop,.tp-caption .frontcorner,.tp-caption .frontcornertop{height:0;top:0;width:0;position:absolute}.rev_column_inner .tp-loop-wrap,.rev_column_inner .tp-mask-wrap,.rev_column_inner .tp-parallax-wrap{text-align:inherit}.rev_column_inner .tp-mask-wrap{display:inline-block}.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap{position:relative!important;left:auto!important;top:auto!important;line-height:0}.tp-video-play-button,.tp-video-play-button i{line-height:50px!important;vertical-align:top;text-align:center}.rev_column_inner .rev_layer_in_column,.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap{vertical-align:top}.rev_break_columns{display:block!important}.rev_break_columns .tp-parallax-wrap.rev_column{display:block!important;width:100%!important}.fullwidthbanner-container{overflow:hidden}.fullwidthbanner-container .fullwidthabanner{width:100%;position:relative}.tp-static-layers{position:absolute;z-index:101;top:0;left:0}.tp-caption .frontcorner{border-left:40px solid transparent;border-right:0 solid transparent;border-top:40px solid #00A8FF;left:-40px}.tp-caption .backcorner{border-left:0 solid transparent;border-right:40px solid transparent;border-bottom:40px solid #00A8FF;right:0}.tp-caption .frontcornertop{border-left:40px solid transparent;border-right:0 solid transparent;border-bottom:40px solid #00A8FF;left:-40px}.tp-caption .backcornertop{border-left:0 solid transparent;border-right:40px solid transparent;border-top:40px solid #00A8FF;right:0}.tp-layer-inner-rotation{position:relative!important}img.tp-slider-alternative-image{width:100%;height:auto}.caption.fullscreenvideo,.rs-background-video-layer,.tp-caption.coverscreenvideo,.tp-caption.fullscreenvideo{width:100%;height:100%;top:0;left:0;position:absolute}.noFilterClass{filter:none!important}.rs-background-video-layer{visibility:hidden;z-index:0}.caption.fullscreenvideo audio,.caption.fullscreenvideo iframe,.caption.fullscreenvideo video,.tp-caption.fullscreenvideo iframe,.tp-caption.fullscreenvideo iframe audio,.tp-caption.fullscreenvideo iframe video{width:100%!important;height:100%!important;display:none}.fullcoveredvideo audio,.fullscreenvideo audio .fullcoveredvideo video,.fullscreenvideo video{background:#000}.fullcoveredvideo .tp-poster{background-position:center center;background-size:cover;width:100%;height:100%;top:0;left:0}.videoisplaying .html5vid .tp-poster{display:none}.tp-video-play-button{background:#000;background:rgba(0,0,0,.3);border-radius:5px;position:absolute;top:50%;left:50%;color:#FFF;margin-top:-25px;margin-left:-25px;cursor:pointer;width:50px;height:50px;box-sizing:border-box;display:inline-block;z-index:4;opacity:0;transition:opacity .3s ease-out!important}.tp-audio-html5 .tp-video-play-button,.tp-hiddenaudio{display:none!important}.tp-caption .html5vid{width:100%!important;height:100%!important}.tp-video-play-button i{width:50px;height:50px;display:inline-block;font-size:40px!important}.rs-fullvideo-cover,.tp-dottedoverlay,.tp-shadowcover{height:100%;top:0;left:0;position:absolute}.tp-caption:hover .tp-video-play-button{opacity:1;display:block}.tp-caption .tp-revstop{display:none;border-left:5px solid #fff!important;border-right:5px solid #fff!important;margin-top:15px!important;line-height:20px!important;vertical-align:top;font-size:25px!important}.tp-seek-bar,.tp-video-button,.tp-volume-bar{outline:0;line-height:12px;margin:0;cursor:pointer}.videoisplaying .revicon-right-dir{display:none}.videoisplaying .tp-revstop{display:inline-block}.videoisplaying .tp-video-play-button{display:none}.fullcoveredvideo .tp-video-play-button{display:none!important}.fullscreenvideo .fullscreenvideo audio,.fullscreenvideo .fullscreenvideo video{object-fit:contain!important}.fullscreenvideo .fullcoveredvideo audio,.fullscreenvideo .fullcoveredvideo video{object-fit:cover!important}.tp-video-controls{position:absolute;bottom:0;left:0;right:0;padding:5px;opacity:0;transition:opacity .3s;background-image:linear-gradient(to bottom,#000 13%,#323232 100%);display:table;max-width:100%;overflow:hidden;box-sizing:border-box}.rev-btn.rev-hiddenicon i,.rev-btn.rev-withicon i{transition:all .2s ease-out!important;font-size:15px}.tp-caption:hover .tp-video-controls{opacity:.9}.tp-video-button{background:rgba(0,0,0,.5);border:0;border-radius:3px;font-size:12px;color:#fff;padding:0}.tp-video-button:hover{cursor:pointer}.tp-video-button-wrap,.tp-video-seek-bar-wrap,.tp-video-vol-bar-wrap{padding:0 5px;display:table-cell;vertical-align:middle}.tp-video-seek-bar-wrap{width:80%}.tp-video-vol-bar-wrap{width:20%}.tp-seek-bar,.tp-volume-bar{width:100%;padding:0}.rs-fullvideo-cover{width:100%;background:0 0;z-index:5}.disabled_lc .tp-video-play-button,.rs-background-video-layer audio::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls-start-playback-button{display:none!important}.tp-audio-html5 .tp-video-controls{opacity:1!important;visibility:visible!important}.tp-dottedoverlay{background-repeat:repeat;width:100%;z-index:3}.tp-dottedoverlay.twoxtwo{background:url(/s/img/wp-content/plugins/revslider/public/assets/assets/gridtile.png)}.tp-dottedoverlay.twoxtwowhite{background:url(/s/img/wp-content/plugins/revslider/public/assets/assets/gridtile_white.png)}.tp-dottedoverlay.threexthree{background:url(/s/img/wp-content/plugins/revslider/public/assets/assets/gridtile_3x3.png)}.tp-dottedoverlay.threexthreewhite{background:url(/s/img/wp-content/plugins/revslider/public/assets/assets/gridtile_3x3_white.png)}.tp-shadowcover{width:100%;background:#fff;z-index:-1}.tp-shadow1{box-shadow:0 10px 6px -6px rgba(0,0,0,.8)}.tp-shadow2:after,.tp-shadow2:before,.tp-shadow3:before,.tp-shadow4:after{z-index:-2;position:absolute;content:"";bottom:10px;left:10px;width:50%;top:85%;max-width:300px;background:0 0;box-shadow:0 15px 10px rgba(0,0,0,.8);transform:rotate(-3deg)}.tp-shadow2:after,.tp-shadow4:after{transform:rotate(3deg);right:10px;left:auto}.tp-shadow5{position:relative;box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset}.tp-shadow5:after,.tp-shadow5:before{content:"";position:absolute;z-index:-2;box-shadow:0 0 25px 0 rgba(0,0,0,.6);top:30%;bottom:0;left:20px;right:20px;border-radius:100px/20px}.tp-button{padding:6px 13px 5px;border-radius:3px;height:30px;cursor:pointer;color:#fff!important;text-shadow:0 1px 1px rgba(0,0,0,.6)!important;font-size:15px;line-height:45px!important;font-family:arial,sans-serif;font-weight:700;letter-spacing:-1px;text-decoration:none}.tp-button.big{color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.6);font-weight:700;padding:9px 20px;font-size:19px;line-height:57px!important}.purchase:hover,.tp-button.big:hover,.tp-button:hover{background-position:bottom,15px 11px}.purchase.green,.purchase:hover.green,.tp-button.green,.tp-button:hover.green{background-color:#21a117;box-shadow:0 3px 0 0 #104d0b}.purchase.blue,.purchase:hover.blue,.tp-button.blue,.tp-button:hover.blue{background-color:#1d78cb;box-shadow:0 3px 0 0 #0f3e68}.purchase.red,.purchase:hover.red,.tp-button.red,.tp-button:hover.red{background-color:#cb1d1d;box-shadow:0 3px 0 0 #7c1212}.purchase.orange,.purchase:hover.orange,.tp-button.orange,.tp-button:hover.orange{background-color:#f70;box-shadow:0 3px 0 0 #a34c00}.purchase.darkgrey,.purchase:hover.darkgrey,.tp-button.darkgrey,.tp-button.grey,.tp-button:hover.darkgrey,.tp-button:hover.grey{background-color:#555;box-shadow:0 3px 0 0 #222}.purchase.lightgrey,.purchase:hover.lightgrey,.tp-button.lightgrey,.tp-button:hover.lightgrey{background-color:#888;box-shadow:0 3px 0 0 #555}.rev-btn,.rev-btn:visited{outline:0!important;box-shadow:none!important;text-decoration:none!important;line-height:44px;font-size:17px;font-weight:500;padding:12px 35px;box-sizing:border-box;font-family:Roboto,sans-serif;cursor:pointer}.rev-btn.rev-uppercase,.rev-btn.rev-uppercase:visited{text-transform:uppercase;letter-spacing:1px;font-size:15px;font-weight:900}.rev-btn.rev-withicon i{font-weight:400;position:relative;top:0;margin-left:10px!important}.rev-btn.rev-hiddenicon i{font-weight:400;position:relative;top:0;opacity:0;margin-left:0!important;width:0!important}.rev-btn.rev-hiddenicon:hover i{opacity:1!important;margin-left:10px!important;width:auto!important}.rev-btn.rev-medium,.rev-btn.rev-medium:visited{line-height:36px;font-size:14px;padding:10px 30px}.rev-btn.rev-medium.rev-hiddenicon i,.rev-btn.rev-medium.rev-withicon i{font-size:14px;top:0}.rev-btn.rev-small,.rev-btn.rev-small:visited{line-height:28px;font-size:12px;padding:7px 20px}.rev-btn.rev-small.rev-hiddenicon i,.rev-btn.rev-small.rev-withicon i{font-size:12px;top:0}.rev-maxround{border-radius:30px}.rev-minround{border-radius:3px}.rev-burger{position:relative;width:60px;height:60px;box-sizing:border-box;padding:22px 0 0 14px;border-radius:50%;border:1px solid rgba(51,51,51,.25);-webkit-tap-highlight-color:transparent;cursor:pointer}.rev-burger span{display:block;width:30px;height:3px;background:#333;transition:.7s;pointer-events:none;transform-style:flat!important}.rev-burger.revb-white span,.rev-burger.revb-whitenoborder span{background:#fff}.rev-burger span:nth-child(2){margin:3px 0}#dialog_addbutton .rev-burger:hover :first-child,.open .rev-burger :first-child,.open.rev-burger :first-child{transform:translateY(6px) rotate(-45deg)}#dialog_addbutton .rev-burger:hover :nth-child(2),.open .rev-burger :nth-child(2),.open.rev-burger :nth-child(2){transform:rotate(-45deg);opacity:0}#dialog_addbutton .rev-burger:hover :last-child,.open .rev-burger :last-child,.open.rev-burger :last-child{transform:translateY(-6px) rotate(-135deg)}.rev-burger.revb-white{border:2px solid rgba(255,255,255,.2)}.rev-burger.revb-darknoborder,.rev-burger.revb-whitenoborder{border:0}.rev-burger.revb-darknoborder span{background:#333}.rev-burger.revb-whitefull{background:#fff;border:none}.rev-burger.revb-whitefull span{background:#333}.rev-burger.revb-darkfull{background:#333;border:none}.rev-burger.revb-darkfull span,.rev-scroll-btn.revs-fullwhite{background:#fff}@keyframes rev-ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:50%}50%{opacity:0;top:50%}100%{opacity:0;top:29%}}.rev-scroll-btn{display:inline-block;position:relative;left:0;right:0;text-align:center;cursor:pointer;width:35px;height:55px;box-sizing:border-box;border:3px solid #fff;border-radius:23px}.rev-scroll-btn>*{display:inline-block;line-height:18px;font-size:13px;font-weight:400;color:#fff;font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:2px}.rev-scroll-btn>.active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{color:#fff}.rev-scroll-btn>.active,.rev-scroll-btn>:active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{opacity:.8}.rev-scroll-btn.revs-fullwhite span{background:#333}.rev-scroll-btn.revs-fulldark{background:#333;border:none}.rev-scroll-btn.revs-fulldark span,.tp-bullet{background:#fff}.rev-scroll-btn span{position:absolute;display:block;top:29%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;background:#fff;border-radius:50%;animation:rev-ani-mouse 2.5s linear infinite}.rev-scroll-btn.revs-dark{border-color:#333}.rev-scroll-btn.revs-dark span{background:#333}.rev-control-btn{position:relative;display:inline-block;z-index:5;color:#FFF;font-size:20px;line-height:60px;font-weight:400;font-style:normal;font-family:Raleway;text-decoration:none;text-align:center;background-color:#000;border-radius:50px;text-shadow:none;background-color:rgba(0,0,0,.5);width:60px;height:60px;box-sizing:border-box;cursor:pointer}.rev-cbutton-dark-sr,.rev-cbutton-light-sr{border-radius:3px}.rev-cbutton-light,.rev-cbutton-light-sr{color:#333;background-color:rgba(255,255,255,.75)}.rev-sbutton{line-height:37px;width:37px;height:37px}.rev-sbutton-blue{background-color:#3B5998}.rev-sbutton-lightblue{background-color:#00A0D1}.rev-sbutton-red{background-color:#DD4B39}.tp-bannertimer{visibility:hidden;width:100%;height:5px;background:#000;background:rgba(0,0,0,.15);position:absolute;z-index:200;top:0}.tp-bannertimer.tp-bottom{top:auto;bottom:0!important;height:5px}.tp-caption img{background:0 0;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);zoom:1}.caption.slidelink a div,.tp-caption.slidelink a div{width:3000px;height:1500px;background:url(/s/img/wp-content/plugins/revslider/public/assets/assets/coloredbg.png)}.tp-caption.slidelink a span{background:url(/s/img/wp-content/plugins/revslider/public/assets/assets/coloredbg.png)}.tp-loader.spinner0,.tp-loader.spinner5{background-image:url(/s/img/wp-content/plugins/revslider/public/assets/assets/loader.gif);background-repeat:no-repeat}.tp-shape{width:100%;height:100%}.tp-caption .rs-starring{display:inline-block}.tp-caption .rs-starring .star-rating{float:none;display:inline-block;vertical-align:top;color:#FFC321!important}.tp-caption .rs-starring .star-rating,.tp-caption .rs-starring-page .star-rating{position:relative;height:1em;width:5.4em;font-family:star;font-size:1em!important}.tp-loader.spinner0,.tp-loader.spinner1{width:40px;height:40px;margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;background-color:#fff;border-radius:3px;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.tp-caption .rs-starring .star-rating:before,.tp-caption .rs-starring-page .star-rating:before{content:"\73\73\73\73\73";color:#E0DADF;float:left;top:0;left:0;position:absolute}.tp-caption .rs-starring .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em;font-size:1em!important}.tp-caption .rs-starring .star-rating span:before{content:"\53\53\53\53\53";top:0;position:absolute;left:0}.tp-loader{top:50%;left:50%;z-index:10000;position:absolute}.tp-loader.spinner0{background-position:center center}.tp-loader.spinner5{background-position:10px 10px;background-color:#fff;margin:-22px;width:44px;height:44px;border-radius:3px}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.tp-loader.spinner2{width:40px;height:40px;margin-top:-20px;margin-left:-20px;background-color:red;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;animation:tp-scaleout 1s infinite ease-in-out}@keyframes tp-scaleout{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}.tp-loader.spinner3{margin:-9px 0 0 -35px;width:70px;text-align:center}.tp-loader.spinner3 .bounce1,.tp-loader.spinner3 .bounce2,.tp-loader.spinner3 .bounce3{width:18px;height:18px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;display:inline-block;animation:tp-bouncedelay 1.4s infinite ease-in-out;animation-fill-mode:both}.tp-loader.spinner3 .bounce1{animation-delay:-.32s}.tp-loader.spinner3 .bounce2{animation-delay:-.16s}@keyframes tp-bouncedelay{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.tp-loader.spinner4{margin:-20px 0 0 -20px;width:40px;height:40px;text-align:center;animation:tp-rotate 2s infinite linear}.tp-loader.spinner4 .dot1,.tp-loader.spinner4 .dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#fff;border-radius:100%;animation:tp-bounce 2s infinite ease-in-out;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.tp-loader.spinner4 .dot2{top:auto;bottom:0;animation-delay:-1s}@keyframes tp-rotate{100%{transform:rotate(360deg)}}@keyframes tp-bounce{0%,100%{transform:scale(0)}50%{transform:scale(1)}}.tp-bullets.navbar,.tp-tabs.navbar,.tp-thumbs.navbar{border:none;min-height:0;margin:0;border-radius:0}.tp-bullets,.tp-tabs,.tp-thumbs{position:absolute;display:block;z-index:1000;top:0;left:0}.tp-tab,.tp-thumb{cursor:pointer;position:absolute;opacity:.5;box-sizing:border-box}.tp-arr-imgholder,.tp-tab-image,.tp-thumb-image,.tp-videoposter{background-position:center center;background-size:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.tp-tab.selected,.tp-tab:hover,.tp-thumb.selected,.tp-thumb:hover{opacity:1}.tp-tab-mask,.tp-thumb-mask{box-sizing:border-box!important}.tp-tabs,.tp-thumbs{box-sizing:content-box!important}.tp-bullet{width:15px;height:15px;position:absolute;background:rgba(255,255,255,.3);cursor:pointer}.tp-bullet.selected,.tp-bullet:hover{background:#fff}.tparrows{cursor:pointer;background:#000;background:rgba(0,0,0,.5);width:40px;height:40px;position:absolute;display:block;z-index:1000}.tparrows:hover{background:#000}.tparrows:before{font-family:revicons;font-size:15px;color:#fff;display:block;line-height:40px;text-align:center}.hginfo,.hglayerinfo{font-size:12px;font-weight:600}.tparrows.tp-leftarrow:before{content:'\e824'}.tparrows.tp-rightarrow:before{content:'\e825'}body.rtl .tp-kbimg{left:0!important}.dddwrappershadow{box-shadow:0 45px 100px rgba(0,0,0,.4)}.hglayerinfo{position:fixed;bottom:0;left:0;color:#FFF;line-height:20px;background:rgba(0,0,0,.75);padding:5px 10px;z-index:2000;white-space:normal}.helpgrid,.hginfo{position:absolute}.hginfo{top:-2px;left:-2px;color:#e74c3c;background:#000;padding:2px 5px}.indebugmode .tp-caption:hover{border:1px dashed #c0392b!important}.helpgrid{border:2px dashed #c0392b;top:0;left:0;z-index:0}#revsliderlogloglog{padding:15px;color:#fff;position:fixed;top:0;left:0;width:200px;height:150px;background:rgba(0,0,0,.7);z-index:100000;font-size:10px;overflow:scroll}.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}