.iosslider--custom-height,
.iosslider-slideshow+.zn_fixed_slider_fill {
	padding-bottom: 39%;
}

@media only screen and (max-width :1440px) {

	.iosslider--custom-height,
	.iosslider-slideshow+.zn_fixed_slider_fill {
		padding-bottom: calc(39% + 5%);
	}
}

@media only screen and (max-width :1279px) {

	.iosslider--custom-height,
	.iosslider-slideshow+.zn_fixed_slider_fill {
		padding-bottom: calc(39% + 10%);
	}
}

@media only screen and (max-width :991px) {

	.iosslider--custom-height,
	.iosslider-slideshow+.zn_fixed_slider_fill {
		padding-bottom: calc(39% + 15%);
	}
}

@media only screen and (max-width :767px) {

	.iosslider--custom-height,
	.iosslider-slideshow+.zn_fixed_slider_fill {
		padding-bottom: calc(39% + 35%);
	}
}

@media only screen and (max-width :480px) {

	.iosslider--custom-height,
	.iosslider-slideshow+.zn_fixed_slider_fill {
		padding-bottom: calc(39% + 5%);
	}
}

.iosslider-slideshow {
	width: 100%;
	height: 0;
	overflow: hidden;
}

.iosslider-slideshow.ios--notpadded {
	height: auto;
	padding: 0;
}

.iosslider-slideshow .kl-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 2;
	-webkit-transition: opacity .3s ease-out, visibility .3s ease-out;
	transition: opacity .3s ease-out, visibility .3s ease-out;
}

.is-initialised .kl-loader {
	opacity: 0;
	visibility: hidden;
}

.kl-loader svg path,
.kl-loadersvg rect {
	fill: #cd2122;
}

.iosslider-slideshow.kl-slider-fullscreen {
	height: 100vh;
	padding-bottom: 0;
	overflow: hidden;
}

@media (min-width:768px) {
	.iosslider-slideshow.ios-fixed-position-scr {
		position: fixed;
		height: 0 !important;
	}

	.iosslider-slideshow.ios-fixed-position-scr.ios--fixed-width {
		padding-bottom: 34%;
	}

	.ios-fixed-position-scr .inner-page {
		position: relative;
	}

	.zn_fixed_slider_fill {
		height: 0 !important;
		width: 100%;
	}

	.iosslider-slideshow.kl-slider-fullscreen.ios-fixed-position-scr {
		height: 100vh !important;
		padding-bottom: 0 !important;
	}

	.iosslider-slideshow.kl-slider-fullscreen~.zn_fixed_slider_fill {
		height: 100vh !important;
		padding: 0 !important;
	}
}

.iosSliderNav .znSlickNav-arr,
.iosSliderNav .znSlickNav-arr .btn-label,
.iosSlider.hideCaptions .kl-iosslide-caption,
.kl-ios-selectors-block.thumbs .item,
.kl-ios-selectors-block.thumbs,
.thumbTrayButton {
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#sparkles,
.th-sparkles {
	z-index: 2;
}

.iosSlider {
	width: 100%;
}

.iosslider-slideshow .iosSlider {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.iosslider-slideshow.ios--fixed-width .iosSlider {
	height: 475px;
	position: relative;
}

.iosslider-slideshow.kl-slider-fullscreen .iosSlider,
.iosslider-slideshow.ios--fixed-width.kl-slider-fullscreen .iosSlider {
	height: 100%;
}

@media screen and (min-width:1200px) {
	.iosslider-slideshow.ios--fixed-width .iosSlider {
		height: 475px;
	}
}

@media screen and (max-width:1199px) {
	.iosslider-slideshow.ios--fixed-width.ios--fw--relativeresp .kl-iosslider {
		position: absolute !important;
	}

	.iosslider-slideshow.ios--fixed-width.ios--fw--relativeresp .iosSlider {
		height: 0 !important;
		padding-bottom: 45%;
	}
}

.iosSlider .kl-iosslider {
	width: 100%;
	height: 100%;
}

.iosSlider .slick-list,
.iosSlider .slick-track {
	height: 100%;
}

.iosSlider .kl-iosslider .item {
	float: left;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

[dir=rtl] .iosSlider .kl-iosslider .item {
	float: right;
}

.iosSlider .slide-item-bg,
.iosSlider .zn_slide_image_link,
.iosSlider .kl-slide-overlay {
	opacity: 0;
	background-size: cover;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	width: 100%;
	height: 100%;
}

.iosSlider .slide-item-bg,
.iosSlider .kl-slide-overlay {
	pointer-events: none;
}

.no-csspointerevents .iosSlider .kl-slide-overlay {
	display: none;
}

.slide-item-bg.vertical-pos--top {
	background-position: center top;
	-o-object-position: center top;
	object-position: center top;
}

.slide-item-bg.vertical-pos--center {
	background-position: center center;
	-o-object-position: center center;
	object-position: center center;
}

.slide-item-bg.vertical-pos--bottom {
	background-position: center bottom;
	-o-object-position: center bottom;
	object-position: center bottom;
}

.iosSlider .zn_slide_image_link {
	display: block;
	opacity: 1;
}

.is-initialised .iosSlider .slide-item-bg,
.is-initialised .iosSlider .kl-slide-overlay {
	opacity: 1;
}

.iosslider-slideshow.ios--fixed-width {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
}

.iosslider-slideshow.ios--fixed-width:not(.kl-slider-fullscreen) {}

.iosslider-slideshow.ios--fixed-width .kl-iosslider .item {
	height: 100%;
}

.fluidHeight {
	width: 100%;
	position: relative;
}

.sliderContainer {
	position: relative;
	padding: 160px 0 50px;
}

.kl-slider-fullscreen .fluidHeight {
	height: 100%;
}

.kl-slider-fullscreen .sliderContainer {
	top: 50%;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.iosSlider .kl-iosslide-caption {
	position: absolute;
	bottom: 50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.iosSlider .kl-caption-posv-bottom {
	bottom: 50px;
}

.iosSlider .kl-caption-posv-top {
	bottom: auto;
	top: 150px;
}

.iosSlider .kl-caption-posv-middle {
	bottom: auto;
	margin-top: 70px;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.ios--fixed-width .iosSlider .kl-caption-posv-middle {
	margin-top: 0;
}

.iosslider-slideshow .kl-iosslide-caption {
	padding: 0;
}

.iosslider-slideshow.ios--fixed-width .kl-iosslide-caption {
	width: calc(100% - 40px);
}

.iosSlider.hideCaptions .kl-iosslide-caption {
	opacity: 0;
}

.iosSlider.hideCaptions:hover .kl-iosslide-caption {
	opacity: 1;
}

.kl-ioscaption--style1 .main_title {
	color: #fff;
	font-size: 28px;
	line-height: 1.3;
	border-left: 5px solid #fff;
	padding: 10px 25px;
	float: left;
	margin-bottom: 80px;
	opacity: 0;
	text-shadow: 0 0px 3px rgba(0, 0, 0, 0.7);
	background: #000;
	background: rgba(35, 35, 35, 0.3);
	-webkit-transition: opacity .3s, left .3s, right .3s;
	transition: opacity .3s, left .3s, right .3s;
}

.kl-ioscaption--style1 .title_big {
	float: left;
	clear: both;
	font-size: 32px;
	line-height: 1;
	color: #e9e9e9;
	position: relative;
	opacity: 0;
	padding: 15px 20px 15px 2000px;
	margin: 0 0 0 -2000px;
	z-index: 1;
	min-width: 400px;
	text-align: right;
}

.kl-ioscaption--style1 .title_big:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	right: 0;
	top: 0;
	z-index: -1;
}

.kl-ioscaption--style1 .more {
	float: left;
	width: 35px;
	height: 62px;
	margin-left: 4px;
	position: relative;
	z-index: 1;
	opacity: 0;
}

.kl-ioscaption--style1 .more .more-arrow {
	padding: 0;
	position: absolute;
	font-size: 18px;
	text-align: center;
	width: 33px;
	top: 0;
	-webkit-transform: skewX(-10deg);
	transform: skewX(-10deg);
	line-height: 62px;
}

.kl-ioscaption--style1 .more:before,
.kl-ioscaption--style1 .more:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -2;
}

.kl-ioscaption--style1 .more:after {
	z-index: -1;
}

.kl-ioscaption--style1 .more:hover:after {
	background: #333;
	background: rgba(0, 0, 0, 0.2);
}

.kl-ioscaption--style1 .title_small {
	float: left;
	clear: both;
	font-size: 16px;
	line-height: 1;
	color: #e9e9e9;
	position: relative;
	z-index: 1;
	opacity: 0;
	padding: 10px 20px 10px 2000px;
	margin: 5px 0 0 -2000px;
	text-align: right;
	font-weight: 500;
}

.kl-ioscaption--style1 .title_small:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	background: rgba(0, 0, 0, 0.7);
	right: 0;
	top: 0;
	z-index: -1;
}

.kl-ioscaption--style1 .title_big:before,
.kl-ioscaption--style1 .more:before,
.kl-ioscaption--style1 .more:after,
.kl-ioscaption--style1 .title_small:before {
	-webkit-transform: skew(-20deg);
	transform: skew(-20deg);
}

.kl-ioscaption--style1.klios-alignright .main_title {
	float: right;
	border-left: 0;
	border-right: 5px solid white;
	left: 0;
	text-align: right;
}

.kl-ioscaption--style1.klios-alignright .title_big {
	float: right;
	left: auto;
	padding: 15px 2000px 15px 20px;
	margin: 0 -2000px 0 0;
	text-align: left;
}

.kl-ioscaption--style1.klios-alignright .more {
	float: right;
	margin-left: 0;
	margin-right: 4px;
	left: auto;
}

.kl-ioscaption--style1.klios-alignright .title_small {
	float: right;
	left: auto;
	padding: 10px 2000px 10px 20px;
	margin: 5px -2000px 0 0;
	text-align: left;
}

.kl-ioscaption--style2 .main_title {
	color: #fff;
	font-size: 28px;
	line-height: 1.3;
	border-left: 5px solid #fff;
	padding: 10px 25px;
	float: left;
	margin-bottom: 80px;
	opacity: 0;
	text-shadow: 0 0px 3px rgba(0, 0, 0, 0.7);
	background: #000;
	background: rgba(35, 35, 35, 0.3);
	position: relative
}

.kl-ioscaption--style2 .title_big,
.kl-ioscaption--style2 .title_small {
	line-height: 1.3;
	color: #E9E9E9;
	position: relative;
	opacity: 0;
	margin: 0;
	float: left;
	border-left: 5px solid #CD2122;
	background: black;
	background: rgba(0, 0, 0, 0.9);
}

.kl-ioscaption--style2 .title_big {
	font-size: 32px;
	clear: both;
	padding: 10px 30px 10px 20px;
}

.kl-ioscaption--style2 .title_small {
	font-size: 16px;
	font-weight: 500;
	clear: both;
	padding: 10px 15px;
}

.kl-ioscaption--style2 .more {
	float: left;
	width: 30px;
	height: 30px;
	margin-left: -8px;
	background-color: #CD2122;
	position: relative;
	top: 12px;
	z-index: 1;
	opacity: 0;
}

.kl-ioscaption--style2 .more:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.kl-ioscaption--style2 .more .more-arrow {
	padding: 0;
	position: absolute;
	font-size: 15px;
	text-align: center;
	width: 30px;
	top: 0;
	line-height: 30px;
}

.kl-ioscaption--style2 .more:hover:after {
	background: #333;
	background: rgba(0, 0, 0, 0.2);
}

.kl-ioscaption--style2.klios-alignright .main_title {
	float: right;
	border-left: 0;
	border-right: 5px solid #fff;
	text-align: right;
	left: auto;
}

.kl-ioscaption--style2.klios-alignright .title_big,
.kl-ioscaption--style2.klios-alignright .title_small {
	float: right;
	border-right: 5px solid #cd2122;
	border-left: 0;
	left: auto;
}

.kl-ioscaption--style2.klios-alignright .title_big {
	padding: 10px 20px 10px 30px;
}

.kl-ioscaption--style2.klios-alignright .more {
	float: right;
	margin-left: 0;
	margin-right: -8px;
	left: auto;
}

.kl-ioscaption--style3 .main_title {
	color: #fff;
	font-size: 28px;
	line-height: 1.3;
	border-left: 5px solid #fff;
	padding: 10px 25px;
	float: left;
	margin-bottom: 80px;
	opacity: 0;
	text-shadow: 0 0px 3px rgba(0, 0, 0, 0.7);
	background: #000;
	background: rgba(35, 35, 35, 0.3);
	position: relative;
}

.kl-ioscaption--style3 .title_big,
.kl-ioscaption--style3 .title_small {
	line-height: 1.3;
	color: #E9E9E9;
	color: rgba(255, 255, 255, 0.8);
	position: relative;
	opacity: 0;
	margin: 0;
	float: left;
}

.kl-ioscaption--style3 .title_big {
	font-size: 52px;
	clear: both;
	padding: 0;
	line-height: 1;
	margin-bottom: 20px;
}

.kl-ioscaption--style3 .title_big span.stronger {
	font-size: 180px;
	display: block;
	line-height: 1;
}

.kl-ioscaption--style3 .title_small {
	font-size: 26px;
	clear: both;
	padding: 0;
	max-width: 400px;
}

.kl-ioscaption--style3 .discount-huge {
	font-size: 200px;
	font-weight: 800;
	display: block;
	line-height: 1;
}

.kl-ioscaption--style3 .discount-subtext {
	font-size: 47px;
	font-weight: 300;
	display: block;
	line-height: 1;
	letter-spacing: 22px;
}

.kl-ioscaption--style3 .more {
	clear: both;
	float: left;
	position: relative;
	opacity: 0;
	padding: 0;
	margin-bottom: 20px
}

.kl-ioscaption--style3.s3ext .main_title {
	background: none;
	padding: 0;
	border: 0;
	text-shadow: none;
	position: relative;
	font-size: 38px;
	margin-bottom: 80px;
}

.kl-ioscaption--style3.s3ext .main_title.has_titlebig {}

.kl-ioscaption--style3.s3ext .main_title::before {
	content: '';
	position: absolute;
	bottom: -20px;
	width: 50px;
	height: 3px;
	background-color: #fff;
}

.kl-ioscaption--style3.s3ext .title_small {
	font-size: 32px;
	clear: both;
	padding: 0;
	max-width: none;
}

.kl-ioscaption--style3.s3ext .more {
	clear: both;
	float: left;
	position: relative;
	opacity: 0;
	padding: 0;
}

.kl-ioscaption--style3.klios-alignright .main_title {
	float: right;
	border-left: 0;
	border-right: 5px solid #fff;
	text-align: right;
	left: auto;
}

.kl-ioscaption--style3.klios-alignright .title_big,
.kl-ioscaption--style3.klios-alignright .title_small {
	float: right;
	text-align: right;
	left: auto;
}

.kl-ioscaption--style3.s3ext.klios-alignright .main_title {
	float: right;
	border-left: 0;
	border-right: 0;
	text-align: right;
	left: auto;
}

.kl-ioscaption--style3.s3ext.klios-alignright .main_title::before {
	content: '';
	position: absolute;
	bottom: -20px;
	right: 0;
	width: 50px;
	height: 3px;
	background: #fff;
}

.kl-ioscaption--style3.s3ext.klios-alignright .title_big {
	float: right;
	text-align: right;
}

.kl-ioscaption--style3.s3ext.klios-alignright .more {
	left: auto;
	float: right;
}

.kl-ioscaption--style4 {
	z-index: 1;
}

.kl-ioscaption--style4 .main_title {
	color: #fff;
	font-size: 28px;
	line-height: 1.6;
	padding: 16px 25px;
	float: left;
	margin-bottom: 80px;
	opacity: 0;
	text-shadow: none;
	background: none;
	position: relative;
	-webkit-transition: opacity .3s, left .3s, right .3s;
	transition: opacity .3s, left .3s, right .3s;
	border: 0;
}

.kl-ioscaption--style4 .main_title::before {
	content: '';
	position: absolute;
	border-radius: 8px;
	background-color: rgba(0, 0, 0, 0.24);
	z-index: 0;
	display: block;
	right: 0;
	bottom: 0;
	left: 0;
	top: 0;
	z-index: -1;
	background: -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(0, 0, 0, 0.25)), color-stop(100%, rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.25) 40%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.25) 40%, rgba(0, 0, 0, 0) 100%);
}

.kl-ioscaption--style4 .title_big {
	float: left;
	clear: both;
	font-size: 32px;
	line-height: 1;
	color: #fff;
	position: relative;
	opacity: 0;
	padding: 15px 20px 15px 2000px;
	margin: 0 0 0 -2000px;
	z-index: 1;
	min-width: 400px;
	text-align: right;
}

.kl-ioscaption--style4 .title_big:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.65);
	right: 0;
	top: 0;
	z-index: -1;
	border-right: 4px solid #000;
}

.kl-ioscaption--style4 .more {
	float: left;
	height: 62px;
	margin-left: 5px;
	position: relative;
	opacity: 0;
	padding: 0 48px;
	font-size: 21px;
	line-height: 62px;
	color: #fff;
}

.kl-ioscaption--style4 .more.no_titlebig {
	clear: both;
}

.kl-ioscaption--style4 .more:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 6px;
	background: rgba(0, 0, 0, 0.4);
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-right-width: 4px;
	border-right-style: solid;
	-webkit-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}

.kl-ioscaption--style4 .title_small {
	float: left;
	clear: both;
	font-size: 16px;
	line-height: 1;
	color: #F8F8F8;
	position: relative;
	z-index: 1;
	opacity: 0;
	padding: 15px 20px 15px 2000px;
	margin: 8px 0 0 -2000px;
	text-align: right;
	font-weight: 500;
}

.kl-ioscaption--style4 .title_small:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	background: rgba(0, 0, 0, 0.4);
	right: 0;
	top: 0;
	z-index: -1;
}

.kl-ioscaption--style4 .main_title::before,
.kl-ioscaption--style4 .title_big:before,
.kl-ioscaption--style4 .more:before,
.kl-ioscaption--style4 .title_small:before {
	-webkit-transform: skew(-20deg);
	transform: skew(-20deg);
}

.kl-ioscaption--style4.s4ext .main_title::before,
.kl-ioscaption--style4.s4ext .title_big:before,
.kl-ioscaption--style4.s4ext .more:before {
	-webkit-transform: skew(20deg);
	transform: skew(20deg);
}

.kl-ioscaption--style4.klios-alignright .main_title::before,
.kl-ioscaption--style4.klios-alignright .title_big:before,
.kl-ioscaption--style4.klios-alignright .more:before,
.kl-ioscaption--style4.klios-alignright .title_small:before {
	-webkit-transform: skew(20deg);
	transform: skew(20deg);
}

.kl-ioscaption--style4.s4ext.klios-alignright .main_title::before,
.kl-ioscaption--style4.s4ext.klios-alignright .title_big:before,
.kl-ioscaption--style4.s4ext.klios-alignright .more:before {
	-webkit-transform: skew(-20deg);
	transform: skew(-20deg);
}

.kl-ioscaption--style4.klios-alignright .main_title {
	float: right;
	border-left: 0;
	left: 0;
	text-align: right;
}

.kl-ioscaption--style4.klios-alignright .title_big {
	float: right;
	left: auto;
	padding: 15px 2000px 15px 20px;
	margin: 0 -2000px 0 0;
	text-align: left;
}

.kl-ioscaption--style4.klios-alignright .title_big::before {
	border-left: 4px solid #000;
	border-right: 0;
}

.kl-ioscaption--style4.klios-alignright .more {
	float: right;
	margin-left: 0;
	margin-right: 4px;
	left: auto;
}

.kl-ioscaption--style4.klios-alignright .more::before {
	border-left-width: 4px;
	border-left-style: solid;
	border-right-width: 0;
}

.kl-ioscaption--style4.klios-alignright .title_small {
	float: right;
	left: auto;
	padding: 10px 2000px 10px 20px;
	margin: 5px -2000px 0 0;
	text-align: left;
}

.kl-ioscaption--style4.klios-alignright .main_title::before {
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0.35)));
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 60%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 60%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#40000000', GradientType=1);
}

.kl-ioscaption--style5 {
	z-index: 1;
}

.kl-ioscaption--style5 .main_title {
	clear: both;
	margin-top: 0;
	color: #fff;
	font-size: 48px;
	line-height: 1.2;
	padding: 0;
	float: left;
	margin-bottom: 80px;
	opacity: 0;
	text-shadow: none;
	background: none;
	position: relative;
	-webkit-transition: opacity .3s, left .3s, right .3s;
	transition: opacity .3s, left .3s, right .3s;
	border: 0;
}

@media (max-width:767px) {
	.kl-ioscaption--style5 .main_title {
		margin-bottom: 35px;
	}
}

.kl-ioscaption--style5 .main_title.has_titlebig,
.kl-ioscaption--style5 .main_title.has_klios-line {
	margin-bottom: 40px;
}

.kl-ioscaption--style5 .main_title:not(.has_klios-line)::before {
	content: '';
	position: absolute;
	bottom: -20px;
	width: 50px;
	height: 3px;
	background: #fff;
}

.kl-ioscaption--style5 .title_big {
	float: left;
	clear: both;
	position: relative;
	font-size: 28px;
	line-height: 1.2;
	color: #fff;
	position: relative;
	opacity: 0;
	z-index: 1;
	min-width: 400px;
	text-align: left;
}

.kl-ioscaption--style5 .main_title+.title_big {
	margin-bottom: 40px;
}

.kl-ioscaption--style5 .title_small {
	float: left;
	clear: both;
	position: relative;
	font-size: 16px;
	line-height: 1.3;
	color: #F8F8F8;
	position: relative;
	z-index: 1;
	opacity: 0;
	text-align: right;
	font-weight: 400;
	margin-top: 20px;
}

.kl-ioscaption--style5 .title_small_top {
	float: left;
	position: relative;
	font-size: 16px;
	line-height: 1.3;
	color: rgba(255, 255, 255, .8);
	position: relative;
	z-index: 1;
	opacity: 0;
	font-weight: 400;
}

.kl-ioscaption--style5 .more {
	clear: left;
	float: left;
	position: relative;
	opacity: 0;
	padding: 0;
	margin-bottom: 10px;
}

.kl-ioscaption--style5 .btn-fullcolor {
	margin-right: 10px;
}

.kl-ioscaption--style5 .main_title.kl-ios-has-sqbox::before {
	width: 100px;
	height: 3px;
	bottom: -30px;
}

.kl-ioscaption--style5 .main_title.kl-ios-has-sqbox {
	margin-bottom: 80px;
}

.kl-ioscaption--style5 .main_title .kl-ios-sqbox {
	position: absolute;
	top: -20%;
	left: -30px;
	width: 200px;
	height: 175%;
	background: rgba(0, 0, 0, 0.2);
	z-index: -1;
}

.kl-ioscaption--style5 .klios-separator-line {
	width: 90%;
	margin-bottom: 40px;
	clear: left;
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out .8s;
	transition: opacity .3s ease-in-out .8s;
}

.kl-ioscaption--style5 .klios-separator-line.has_imageboxes {
	width: 60%;
}

.kl-ioscaption--style5 .klios--inner {
	position: relative;
}

.kl-ioscaption--style5 .klios-separator-line span {
	width: 70px;
	height: 3px;
	position: relative;
	display: block;
	background-color: #cd2122;
}

.kl-ioscaption--style5 .klios--inner::before,
.kl-ioscaption--style5 .klios--inner::after {
	content: '';
	width: calc(100% - 80px);
	height: 1px;
	position: absolute;
	top: 1px;
	background: rgba(255, 255, 255, 0.2);
	display: block;
}

.kl-ioscaption--style5.klios-alignleft .klios--inner::before {
	display: none;
}

.kl-ioscaption--style5.klios-alignleft .klios--inner::after {
	left: 80px;
}

.slick-item--activated .kl-ioscaption--style5 .klios-separator-line {
	opacity: 1;
}

.kl-ioscaption--style5.klios-aligncenter {
	text-align: center;
}

.kl-ioscaption--style5.klios-aligncenter .main_title {
	float: none;
	text-align: center;
}

.kl-ioscaption--style5.klios-aligncenter .main_title::before {
	left: 50%;
	margin-left: -25px;
}

.kl-ioscaption--style5.klios-aligncenter .title_big {
	float: none;
	text-align: center;
}

.kl-ioscaption--style5.klios-aligncenter .title_small {
	float: none;
	text-align: center;
}

.kl-ioscaption--style5.klios-aligncenter .title_small_top {
	float: none;
	text-align: center;
}

.kl-ioscaption--style5.klios-aligncenter .more {
	clear: left;
	float: none;
}

.kl-ioscaption--style5.klios-aligncenter .main_title.kl-ios-has-sqbox::before {
	left: 50%;
	margin-left: -50px;
}

.kl-ioscaption--style5.klios-aligncenter .main_title .kl-ios-sqbox {
	left: 50%;
	margin-left: -100px;
}

.kl-ioscaption--style5.klios-aligncenter .klios-separator-line {
	clear: both;
	width: 80%;
	float: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.kl-ioscaption--style5.klios-aligncenter .klios-separator-line span {
	margin: 0 auto;
}

.kl-ioscaption--style5.klios-aligncenter .klios--inner::before {
	display: block;
	width: calc(50% - 45px);
	width: -webkit-calc(50% - 45px);
	left: 0px;
}

.kl-ioscaption--style5.klios-aligncenter .klios--inner::after {
	width: calc(50% - 45px);
	width: -webkit-calc(50% - 45px);
	margin-left: auto;
	margin-right: auto;
	right: 0;
	left: auto;
}

.kl-ioscaption--style5.klios-alignright {
	text-align: right;
}

.kl-ioscaption--style5.klios-alignright .main_title {
	float: right;
	text-align: right;
}

.kl-ioscaption--style5.klios-alignright .main_title::before {
	left: auto;
	margin-left: auto;
	right: 0;
}

.kl-ioscaption--style5.klios-alignright .title_big {
	float: right;
	text-align: right;
}

.kl-ioscaption--style5.klios-alignright .title_small {
	float: right;
	text-align: right;
}

.kl-ioscaption--style5.klios-alignright .title_small_top {
	float: right;
	text-align: right;
}

.kl-ioscaption--style5.klios-alignright .more {
	clear: right;
	float: right;
}

.kl-ioscaption--style5.klios-alignright .main_title.kl-ios-has-sqbox::before {
	right: 0;
	margin-right: 0;
}

.kl-ioscaption--style5.klios-alignright .main_title .kl-ios-sqbox {
	left: auto;
	right: -30px;
}

.kl-ioscaption--style5.klios-alignright .klios-separator-line {
	clear: right;
	float: right;
}

.kl-ioscaption--style5.klios-alignright .klios-separator-line span {
	clear: right;
	float: right;
}

.kl-ioscaption--style5.klios-alignright .klios--inner::after {
	display: none;
}

.kl-ioscaption--style5.klios-alignright .klios--inner::before {
	right: 80px;
}

.slick-item--activated .kl-ioscaption--style5 .title_small_top {
	left: 0;
	opacity: 1
}

.kl-ioscaption--style5.klios-alignright .main_title {
	left: auto;
}

.kl-ioscaption--style5.klios-alignright .title_big,
.kl-ioscaption--style5.klios-alignright .title_small,
.kl-ioscaption--style5.klios-alignright .more,
.kl-ioscaption--style5 .title_small_top {
	left: auto;
}

.slick-item--activated .kl-ioscaption--style5 .title_small_top {
	left: auto;
	right: 0;
	opacity: 1
}

.kl-ioscaption--style6 .main_title {
	color: #fff;
	font-size: 44px;
	text-align: center;
	line-height: 1.6;
	padding: 0;
	margin-bottom: 10px;
	margin-top: 0;
	opacity: 0;
	text-shadow: none;
	background: none;
	position: relative;
	-webkit-transition: opacity .3s, left .3s, right .3s;
	transition: opacity .3s, left .3s, right .3s;
	border: 0;
}

.kl-ioscaption--style6 .title_small {
	position: relative;
	font-size: 16px;
	line-height: 1.3;
	color: #FFFFFF;
	position: relative;
	z-index: 1;
	opacity: 0;
	text-align: center;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 40px;
}

.kl-ioscaption--style6 .klios-playvid {
	text-align: center;
	opacity: 0;
	position: relative;
	-webkit-transition: opacity .3s, left .3s, right .3s;
	transition: opacity .3s, left .3s, right .3s;
	-webkit-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000) !important;
	transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000) !important;
	-webkit-transition-delay: .2s !important;
	transition-delay: .2s !important;
}

.kl-ioscaption--style6 .klios-playvid a {
	display: inline-block;
	color: #fff;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}

.kl-ioscaption--style6 .klios-playvid a:hover {
	opacity: .5;
}

.kl-ioscaption--style6.klios-alignright .klios-playvid {
	left: auto;
}

.slick-item--activated .kl-ioscaption--style6 .klios-playvid {
	left: 0;
	opacity: 1
}

.slick-item--activated .kl-ioscaption--style6.klios-alignright .klios-playvid {
	opacity: 1;
	right: 0;
	left: auto;
}

.kl-iosslide-caption.fromleft .main_title {
	opacity: 0;
	-webkit-transform: translateX(100px);
	transform: translateX(100px);
}

.kl-iosslide-caption.fromleft .title_big,
.kl-iosslide-caption.fromleft .more,
.kl-iosslide-caption.fromleft .title_small {
	opacity: 0;
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px);
}

.kl-iosslide-caption.fromright .main_title {
	opacity: 0;
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px);
}

.kl-iosslide-caption.fromright .title_big,
.kl-iosslide-caption.fromright .more,
.kl-iosslide-caption.fromright .title_small {
	opacity: 0;
	-webkit-transform: translateX(100px);
	transform: translateX(100px);
}

.slick-item--activated .kl-iosslide-caption.fromleft .main_title,
.slick-item--activated .kl-iosslide-caption.fromright .main_title,
.slick-item--activated .kl-iosslide-caption.fromleft .title_big,
.slick-item--activated .kl-iosslide-caption.fromright .title_big,
.slick-item--activated .kl-iosslide-caption.fromleft .more,
.slick-item--activated .kl-iosslide-caption.fromright .more,
.slick-item--activated .kl-iosslide-caption.fromleft .title_small,
.slick-item--activated .kl-iosslide-caption.fromright .title_small {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.kl-iosslide-caption.sfb .main_title {
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}

.kl-iosslide-caption.sfb .title_big,
.kl-iosslide-caption.sfb .more,
.kl-iosslide-caption.sfb .title_small {
	opacity: 0;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
}

.slick-item--activated .kl-iosslide-caption.sfb .main_title,
.slick-item--activated .kl-iosslide-caption.sfb .title_big,
.slick-item--activated .kl-iosslide-caption.sfb .more,
.slick-item--activated .kl-iosslide-caption.sfb .title_small {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.kl-iosslide-caption.zoomin .main_title {
	opacity: 0;
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.kl-iosslide-caption.zoomin .title_big,
.kl-iosslide-caption.zoomin .more,
.kl-iosslide-caption.zoomin .title_small {
	opacity: 0;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

.kl-iosslide-caption.klios-alignleft .main_title,
.kl-iosslide-caption.klios-alignleft .title_big,
.kl-iosslide-caption.klios-alignleft .more,
.kl-iosslide-caption.klios-alignleft .title_small {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

.kl-iosslide-caption.klios-alignright .main_title,
.kl-iosslide-caption.klios-alignright .title_big,
.kl-iosslide-caption.klios-alignright .more,
.kl-iosslide-caption.klios-alignright .title_small {
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
}

.kl-iosslide-caption.klios-aligncenter .main_title,
.kl-iosslide-caption.klios-aligncenter .title_big,
.kl-iosslide-caption.klios-aligncenter .more,
.kl-iosslide-caption.klios-aligncenter .title_small {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.slick-item--activated .kl-iosslide-caption.zoomin .main_title,
.slick-item--activated .kl-iosslide-caption.zoomin .title_big,
.slick-item--activated .kl-iosslide-caption.zoomin .more,
.slick-item--activated .kl-iosslide-caption.zoomin .title_small {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.iosSlider .kl-iosslide-caption .main_title,
.iosSlider .kl-iosslide-caption .title_big,
.iosSlider .kl-iosslide-caption .title_small,
.iosSlider .kl-iosslide-caption .more {
	-webkit-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000) !important;
	transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000) !important;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.iosSlider .kl-iosslide-caption .main_title {
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s, -webkit-transform .3s;
	-webkit-transition-delay: .6s !important;
	transition-delay: .6s !important;
}

.iosSlider .kl-iosslide-caption .title_big {
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s, -webkit-transform .3s;
	-webkit-transition-delay: .3s !important;
	transition-delay: .3s !important;
}

.iosSlider .kl-iosslide-caption .title_small {
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s, -webkit-transform .3s;
	-webkit-transition-delay: .5s !important;
	transition-delay: .5s !important;
}

.iosSlider .kl-iosslide-caption .more {
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s, -webkit-transform .3s;
	-webkit-transition-delay: .4s !important;
	transition-delay: .4s
}

.iosslider-slideshow .kl-item-nav img {
	width: auto;
}

.iosSliderNav .znSlickNav-arr {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 100px;
	height: 50px;
	z-index: 10;
	opacity: .5;
	cursor: pointer;
}

.iosSliderNav .znSlickNav-arr svg {
	width: 50px;
	height: 50px;
}

.iosSliderNav .znSlickNav-arr polyline {
	stroke: #fff;
	stroke-width: 5;
}

.iosSliderNav .znSlickNav-arr:hover polyline {
	stroke-width: 10;
}

.iosSliderNav .znSlickNav-arr:active polyline {
	stroke-width: 15;
}

.iosSliderNav .znSlickNav-prev {
	left: 35px;
}

.iosSliderNav .znSlickNav-prev:hover {
	left: 20px;
}

.iosSliderNav .znSlickNav-next {
	right: 35px;
}

.iosSliderNav .znSlickNav-next:hover {
	right: 20px;
}

.iosSliderNav .znSlickNav-arr:hover {
	opacity: 1 !important;
}

.iosSliderNav .znSlickNav-arr .btn-label {
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	font-weight: 700;
	display: inline-block;
	padding: 0 4px;
	line-height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	opacity: 0;
	display: none;
}

.iosSliderNav .znSlickNav-prev .btn-label {
	right: -20px;
}

.iosSliderNav .znSlickNav-next .btn-label {
	left: -20px;
}

.iosSliderNav .znSlickNav-prev:hover .btn-label {
	right: -5px;
	opacity: 1;
}

.iosSliderNav .znSlickNav-next:hover .btn-label {
	left: -5px;
	opacity: 1;
}

.kl-ios-selectors-block.bullets {
	position: absolute;
	bottom: 10px;
	width: auto;
	right: 20px;
	text-align: center;
	z-index: 1;
	display: inline;
	text-align: center;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.kl-ios-selectors-block.bullets .slick-active {
	opacity: 1;
}

.kl-ios-selectors-block.bullets .slickBtn {
	background-color: #fff;
}

.kl-ios-selectors-block.bullets li:first-child {
	margin-left: 0;
}

.iosslider-slideshow:hover .kl-ios-selectors-block.bullets {
	opacity: 1;
}

.kl-ios-selectors-block.bullets2 {
	position: absolute;
	bottom: 20px;
	width: auto;
	right: 20px;
	z-index: 1;
	text-align: right;
}

.iosslider-slideshow.ios--fixed-width .kl-ios-selectors-block.bullets2 {
	bottom: 70px;
}

.kl-ios-selectors-block.bullets2 ul {
	display: inline-block;
	text-align: right;
	margin-right: 25px;
	direction: rtl;
}

.kl-ios-selectors-block.bullets2 li {
	display: block;
	width: 40px;
	height: 10px;
	padding: 4px 0;
	margin: 0;
	opacity: 0.6;
	-webkit-transition: opacity .2s ease-in-out, width .2s ease-in-out;
	transition: opacity .2s ease-in-out, width .2s ease-in-out;
}

.kl-ios-selectors-block.bullets2 li:hover,
.kl-ios-selectors-block.bullets2 li.slick-active {
	opacity: 1;
	width: 50px;
}

.kl-ios-selectors-block.bullets2 .slickBtn {
	display: block;
	width: 100%;
	height: 2px;
	margin: 0;
	background-color: #fff;
	border-radius: 0;
}

.kl-ios-selectors-block.thumbs {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1170px;
	margin-left: -585px;
	text-align: center;
	height: 95px;
}

.kl-ios-selectors-block.thumbs .slick-dots {
	margin: 0 auto;
	height: 95px;
	min-width: 320px;
	display: inline-block;
	border: 1px solid #333;
	border-radius: 2px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.57);
	-webkit-transition: box-shadow .2s ease-out;
	transition: box-shadow .2s ease-out;
	padding: 15px 15px 20px;
	background: rgba(34, 34, 34, 0.8);
	position: relative;
	top: 100%;
	-webkit-transition: top .2s ease-out;
	transition: top .2s ease-out;
}

.kl-ios-selectors-block.thumbs .slick-dots:hover {
	box-shadow: 0 0 20px #000;
}

.kl-ios-selectors-block.thumbs li {
	display: inline-block;
	margin: 0 0 0 15px;
	opacity: 0.6;
	position: relative;
	float: left;
}

.kl-ios-selectors-block.thumbs li.selected,
.kl-ios-selectors-block.thumbs li:hover {
	opacity: 0.9;
}

.kl-ios-selectors-block.thumbs li:first-child {
	margin-left: 0;
}

.kl-ios-selectors-block.thumbs .slickBtn {
	height: 60px;
	width: 150px;
	padding: 0;
	border-radius: 0;
	opacity: 1;
}

.kl-ios-selectors-block.thumbs input[type=checkbox] {
	display: none;
}

.thumbTrayButton {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: calc(100% - 30px);
	left: 50%;
	margin-left: -15px;
	background: black;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	opacity: .7;
	cursor: pointer;
	-webkit-transition: top .2s ease-out;
	transition: top .2s ease-out;
}

.thumbTrayButton .glyphicon-minus {
	display: none;
}

.thumbTrayButton:hover {
	opacity: 1;
}

.thumbTrayButton>span {
	margin: 6px auto 0;
	display: block;
	text-align: center;
	font-size: 12px;
	width: 11px;
}

#thumbTrayButton:checked~.thumbTrayButton .glyphicon-minus {
	display: block;
	font-size: 11px;
}

#thumbTrayButton:checked~.thumbTrayButton .glyphicon-plus {
	display: none;
}

#thumbTrayButton:checked~.thumbTrayButton {
	top: -30px;
}

#thumbTrayButton:checked~.slick-dots {
	top: 0;
}

.iosslider-slideshow .scrollbarContainer {
	position: relative;
	bottom: 10px;
	left: 0;
	width: 980px;
	height: 4px;
	margin: 0 auto;
	z-index: 1;
}

.iosslider-slideshow .sliderContainer .scrollbarContainer {
	bottom: -5px;
	width: 980px;
}

.iosslider-slideshow .sliderContainer .kl-ios-selectors-block {
	bottom: 17px;
}

.iosslider-faded .fadeMask {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25%;
	height: 25vh;
	pointer-events: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(245, 245, 245, 0)), color-stop(100%, rgb(245, 245, 245)));
	background: -webkit-linear-gradient(top, rgba(245, 245, 245, 0) 0%, rgb(245, 245, 245) 100%);
	background: -webkit-linear-gradient(top, rgba(245, 245, 245, 0) 0%, rgb(245, 245, 245) 100%);
	background: linear-gradient(to bottom, rgba(245, 245, 245, 0) 0%, rgb(245, 245, 245) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00f5f5f5", endColorstr="#fff5f5f5", GradientType=0);
}

.iosslider-faded .kl-ios-selectors-block.bullets .item {
	background: #888;
}

.klios-imageboxes {
	display: none;
}

@media screen and (min-width:992px) {
	.klios-imageboxes {
		position: absolute;
		display: block;
		max-width: 265px;
		width: 100%;
		height: calc(100% - 100px);
		top: 100px;
		right: calc((100vw - 970px) / 2);
		z-index: 1;
	}

	.ios--fixed-width .klios-imageboxes {
		right: 50px;
	}

	.klios-imageboxes.klios-alignright,
	.klios-imageboxes.fromright {
		left: calc((100vw - 970px) / 2);
		right: auto;
	}

	.ios--fixed-width .klios-imageboxes.klios-alignright,
	.ios--fixed-width .klios-imageboxes.fromright {
		left: 50px;
		right: auto;
	}

	.kl-imgbox-inner {
		position: relative;
		top: 50%;
		height: 100%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		padding: 30% 0;
	}

	.kl-imgbox {
		margin-top: 30px;
		width: auto;
		opacity: 0;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
		-webkit-transition: -webkit-transform .3s cubic-bezier(0.230, 1.000, 0.320, 1.000), opacity .3s cubic-bezier(0.230, 1.000, 0.320, 1.000);
		-webkit-transition: opacity .3s cubic-bezier(0.230, 1.000, 0.320, 1.000), -webkit-transform .3s cubic-bezier(0.230, 1.000, 0.320, 1.000);
		transition: opacity .3s cubic-bezier(0.230, 1.000, 0.320, 1.000), -webkit-transform .3s cubic-bezier(0.230, 1.000, 0.320, 1.000);
		transition: transform .3s cubic-bezier(0.230, 1.000, 0.320, 1.000), opacity .3s cubic-bezier(0.230, 1.000, 0.320, 1.000);
		transition: transform .3s cubic-bezier(0.230, 1.000, 0.320, 1.000), opacity .3s cubic-bezier(0.230, 1.000, 0.320, 1.000), -webkit-transform .3s cubic-bezier(0.230, 1.000, 0.320, 1.000);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	.kl-imgbox-img {
		width: 100%;
		height: 100%;
	}

	.slick-item--activated .kl-imgbox {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	.kl-imgbox--1 {
		-webkit-transition-delay: .1s;
		transition-delay: .1s;
	}

	.kl-imgbox--2 {
		-webkit-transition-delay: .2s;
		transition-delay: .2s;
	}

	.kl-imgbox--3 {
		-webkit-transition-delay: .3s;
		transition-delay: .3s;
	}

	.kl-imgbox:first-child {
		margin-top: 0;
	}

	.kl-imgbox:first-child:nth-last-child(1) {
		height: 100%;
		height: 100%;
	}

	.kl-imgbox:first-child:nth-last-child(2),
	.kl-imgbox:first-child:nth-last-child(2)~.kl-imgbox {
		height: calc(50% - 20px);
	}

	.kl-imgbox:first-child:nth-last-child(3),
	.kl-imgbox:first-child:nth-last-child(3)~.kl-imgbox {
		height: calc(33.3333% - 20px);
	}

	.kl-imgbox--link {
		display: block;
		border-radius: 5px;
		height: 100%;
		-webkit-transition: all .5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
		transition: all .5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
		background-position: right center;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.kl-imgbox--link:hover {
		-webkit-transform: scale(1.03);
		transform: scale(1.03);
		opacity: .8;
	}
}

@media screen and (min-width:1200px) {
	.klios-imageboxes {
		right: calc((100vw - 1170px) / 2);
	}

	.ios--fixed-width .klios-imageboxes {
		right: 50px;
	}

	.klios-imageboxes.klios-alignright,
	.klios-imageboxes.fromright {
		left: calc((100vw - 1170px) / 2);
	}

	.ios--fixed-width .klios-imageboxes.klios-alignright,
	.ios--fixed-width .klios-imageboxes.fromright {
		left: 50px;
	}
}

.iosslider-slideshow[class*="maskcontainer--"] .scrollbarContainer {
	display: none;
}

.iosslider-slideshow[class*="maskcontainer--"] .tonext-btn {
	bottom: 60px;
}

.iosslider-slideshow[class*="maskcontainer--"] .kl-ios-selectors-block.bullets {
	bottom: 75px;
}

.iosslider-slideshow[class*="maskcontainer--"] .iosSlider .kl-caption-posv-bottom {
	bottom: 70px;
}

.kl-ios-selectors-block.bullets+.tonext-btn {
	bottom: 110px;
}

.fluidHeight .tonext-btn {
	display: none;
}

.iosslider-slideshow .kl-video--controls[data-position="bottom-right"],
.iosslider-slideshow .kl-video--controls[data-position="bottom-left"],
.iosslider-slideshow .kl-video--controls[data-position="bottom-center"] {
	bottom: 55px;
}

@media only screen and (min-width :1280px) and (max-width :1440px) {}

@media (max-width :1279px) {
	.iosSliderNav {
		display: none;
	}
}

@media only screen and (min-width :992px) and (max-width :1279px) {
	.iosSlider .kl-iosslide-caption .main_title {
		font-size: 26px;
	}

	.iosSlider .kl-iosslide-caption .title_big {
		font-size: 28px;
	}

	.iosSlider .kl-iosslide-caption .title_small {
		font-size: 16px;
	}

	.kl-ioscaption--style1 .main_title {
		margin-bottom: 40px;
	}

	.kl-ioscaption--style1 .more {
		height: 56px;
	}

	.kl-ioscaption--style1 .more .more-arrow {
		line-height: 56px;
	}

	.kl-ioscaption--style2 .main_title {
		margin-bottom: 40px;
	}

	.kl-ioscaption--style3 .main_title {
		margin-bottom: 40px;
	}

	.kl-ioscaption--style4 .main_title {
		margin-bottom: 40px;
	}

	.kl-ioscaption--style4 .more {
		font-size: 18px;
		line-height: 58px;
		height: 58px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.kl-ioscaption--style5 .main_title.kl-ios-has-sqbox {
		margin-bottom: 60px;
	}
}

@media only screen and (max-width :991px) {

	.iosSlider .kl-caption-posv-top,
	.iosSlider .kl-caption-posv-bottom,
	.iosSlider .kl-caption-posv-middle {
		top: auto;
		margin-top: 0;
		bottom: 35px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.iosSlider .kl-iosslide-caption .main_title {
		font-size: 22px;
	}

	.iosSlider .kl-iosslide-caption .title_big {
		font-size: 18px;
	}

	.iosSlider .kl-iosslide-caption .title_small {
		font-size: 14px;
	}

	.kl-ioscaption--style1 .main_title {
		margin-bottom: 15px;
		line-height: 1.3;
		padding-top: 7px;
		padding-bottom: 7px;
	}

	.kl-ioscaption--style1 .more {
		height: 46px;
	}

	.kl-ioscaption--style1 .more .more-arrow {
		line-height: 46px;
	}

	.kl-ioscaption--style2 .main_title {
		margin-bottom: 15px;
		line-height: 1.3;
		padding-top: 7px;
		padding-bottom: 7px;
	}

	.kl-ioscaption--style2 .more {
		height: 26px;
		width: 26px;
	}

	.kl-ioscaption--style2 .more .more-arrow {
		line-height: 26px;
		width: 26px;
		font-size: 12px;
	}

	.kl-ioscaption--style3 .main_title {
		margin-bottom: 15px;
		line-height: 1.3;
		padding-top: 7px;
		padding-bottom: 7px;
	}

	.kl-ioscaption--style3.s3ext .main_title {
		margin-bottom: 40px;
	}

	.kl-ioscaption--style3.s3ext .title_small {
		margin-bottom: 10px;
	}

	.kl-ioscaption--style4 .main_title {
		margin-bottom: 40px;
		padding: 8px 25px;
		line-height: 1.5;
	}

	.kl-ioscaption--style4 .more {
		font-size: 14px;
		line-height: 48px;
		height: 48px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.kl-ioscaption--style5 .main_title.kl-ios-has-sqbox {
		margin-bottom: 30px;
	}

	.kl-ioscaption--style5 .main_title.kl-ios-has-sqbox::before {
		width: 70px;
		height: 2px;
		bottom: -10px;
	}

	.kl-ioscaption--style5.klios-aligncenter .main_title::before {
		margin-left: -25px;
	}

	.kl-ioscaption--style5.klios-aligncenter .main_title.kl-ios-has-sqbox::before {
		margin-left: -35px;
	}

	.kl-ioscaption--style5 .main_title.has_titlebig,
	.kl-ioscaption--style5 .main_title.has_klios-line {
		margin-bottom: 30px;
	}

	.kl-ioscaption--style5 .klios-separator-line {
		margin-bottom: 30px;
	}

	.kl-ios-selectors-block.thumbs {
		max-width: 970px;
		width: 100%;
		margin-left: auto;
		left: 0;
	}

	.kl-slideshow .scrollbarContainer {
		width: 100%;
	}
}

@media only screen and (min-width :768px) and (max-width :991px) {}

@media only screen and (max-width :767px) {
	.iosslider-slideshow .kl-iosslide-caption {
		width: 95%;
	}

	.kl-ioscaption--style1 .more {
		width: 28px;
	}

	.kl-ioscaption--style1 .more .more-arrow {
		width: 26px;
	}

	.kl-ioscaption--style4 .main_title {
		margin-bottom: 20px;
	}

	.kl-ioscaption--style4 .title_big {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.kl-ioscaption--style4 .title_small {
		font-size: 13px;
	}

	.kl-ioscaption--style4 .more {
		font-size: 13px;
		line-height: 48px;
		height: 48px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.kl-ioscaption--style5 .kl-ios-sqbox {
		display: none
	}

	.kl-ioscaption--style5 .main_title+.title_big,
	.kl-ioscaption--style5 .title_big {
		margin-bottom: 10px;
	}

	.kl-ioscaption--style5 .more .btn {
		font-size: 12px;
	}

	.kl-ioscaption--style5 .main_title.has_titlebig,
	.kl-ioscaption--style5 .main_title.has_klios-line {
		margin-bottom: 20px;
	}

	.kl-ioscaption--style5 .klios-separator-line {
		margin-bottom: 20px;
	}

	.kl-ioscaption--style6 .main_title {
		margin-bottom: 20px;
	}

	.kl-ios-selectors-block {
		display: none !important;
	}

	.ios--fixed-width .sliderContainer {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.scrollbarContainer {
		display: none;
	}
}

@media only screen and (max-width :480px) {
	.kl-ioscaption--style4 .title_small {
		display: none;
	}

	.kl-ioscaption--style5 .title_small_top,
	.kl-ioscaption--style5 .title_small {
		display: none;
	}

	.kl-ioscaption--style5 .main_title.has_titlebig,
	.kl-ioscaption--style5 .main_title.has_klios-line {
		margin-bottom: 10px;
	}

	.kl-ioscaption--style5 .klios-separator-line {
		margin-bottom: 10px;
	}
}

.eluidf7d1a348 {
	padding-bottom: 49%;
}

@media only screen and (max-width :1440px) {
	.eluidf7d1a348 {
		padding-bottom: 47%;
	}
}

@media only screen and (max-width :1279px) {
	.eluidf7d1a348 {
		padding-bottom: 52%;
	}
}

@media only screen and (max-width :991px) {
	.eluidf7d1a348 {
		padding-bottom: 57%;
	}
}

@media only screen and (max-width :767px) {
	.eluidf7d1a348 {
		padding-bottom: 48%;
	}
}

@media only screen and (max-width :480px) {
	
}

.kl-title-block {
	padding-top: 0;
	padding-bottom: 35px;
}
.tbk__h1 {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 45px;
	line-height: 30px;
	font-weight: 600;
	color: #000;
	font-style: normal;
}
.tbk__title {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	font-style: normal;
}

.tbk__subtitle {
	margin-top: 0;
	font-size: 20px;
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
	font-style: normal;
}

.tbk__text {
	margin-top: 0;
	line-height: 1.6;
}

.tbk__symbol {
	margin-top: 0;
	margin-bottom: 10px;
	display: block;
}

.tbk-symbol--line .tbk__symbol span {
	display: inline-block;
	width: 50px;
	height: 3px;
	background-color: #ccc;
}

.tbk--text-dark.tbk-symbol--line .tbk__symbol span {
	background-color: #333333;
}

.tbk-symbol--line.tbk-icon-pos--after-title .tbk__symbol {
	margin-bottom: 20px;
	margin-top: -5px;
}

.tbk-symbol--border .tbk__symbol,
.tbk-symbol--border2 .tbk__symbol {
	margin-bottom: 20px;
}

.tbk-symbol--border .tbk__symbol span,
.tbk-symbol--border2 .tbk__symbol span {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ccc;
}

.tbk--text-dark.tbk-symbol--border2 .tbk__symbol span {
	background-color: #333333;
}

.tbk-symbol--border.tbk-icon-pos--after-text .tbk__symbol {
	margin-top: 30px;
}

.tbk-symbol--border2.tbk-icon-pos--after-title .tbk__border-helper {
	border-bottom: 3px solid #D2D2D2;
	padding-bottom: 15px;
	margin-bottom: -12px;
	display: inline-block;
}

.tbk--text-dark.tbk-symbol--border2.tbk-icon-pos--after-title .tbk__border-helper {
	border-bottom-color: #2D2D2D;
}

.tbk-symbol--line_border .tbk__symbol span {
	display: inline-block;
	width: 50px;
	height: 3px;
	background-color: #ccc;
	margin-right: 25px;
	margin-left: 25px;
	vertical-align: middle;
}

.tbk-symbol--line_border .tbk__symbol:before,
.tbk-symbol--line_border .tbk__symbol:after {
	content: '';
	display: inline-block;
	width: calc(50% - 50px);
	height: 1px;
	background-color: #ccc;
	vertical-align: middle;
}

.tbk--text-dark.tbk-symbol--line_border .tbk__symbol:before,
.tbk--text-dark.tbk-symbol--line_border .tbk__symbol:after,
.tbk--text-dark.tbk-symbol--line_border .tbk__symbol span {
	background-color: #333;
}

.tbk--left.tbk-symbol--line_border .tbk__symbol span {
	margin-left: 0;
}

.tbk--left.tbk-symbol--line_border .tbk__symbol:before {
	display: none;
}

.tbk--left.tbk-symbol--line_border .tbk__symbol:after {
	content: '';
	display: inline-block;
	width: calc(100% - 75px);
	height: 1px;
	background-color: #ccc;
}

.tbk--text-dark.tbk--left.tbk-symbol--line_border .tbk__symbol:after {
	background-color: #333;
}

.tbk--right.tbk-symbol--line_border .tbk__symbol span {
	margin-right: 0;
}

.tbk--right.tbk-symbol--line_border .tbk__symbol:before {
	content: '';
	display: inline-block;
	width: calc(100% - 75px);
	height: 1px;
	background-color: #ccc;
}

.tbk--text-dark.tbk--right.tbk-symbol--line_border .tbk__symbol:before {
	background-color: #333;
}

.tbk--right.tbk-symbol--line_border .tbk__symbol:after {
	display: none;
}

.tbk-symbol--line_border.tbk-icon-pos--after-subtitle .tbk__subtitle {
	margin-bottom: 20px;
}

.tbk-symbol--line_border.tbk-icon-pos--after-text .tbk__text {
	margin-bottom: 25px;
}

.tbk__icon {}

.tbk-symbol--icon.tbk-icon-pos--after-text .tbk__text {
	margin-bottom: 25px;
}

.tbk__title .tbk__symbol {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.tbk__title .tbk__icon {
	vertical-align: middle;
}

.tbk--colored.tbk-symbol--line .tbk__symbol span,
.tbk--colored.tbk-symbol--line_border .tbk__symbol span,
.tbk--colored.tbk-symbol--border .tbk__symbol span {
	background-color: #cd2122;
}

.tbk--colored.tbk-symbol--icon .tbk__icon {
	color: #cd2122;
}

.tbk--colored.tbk-symbol--border2 .tbk__border-helper {
	border-bottom-color: #cd2122;
}

.eluida06f57e2 {
	margin-top: 47px;
}

.eluida06f57e2 {
	padding-top: 0px;
	padding-bottom: 45px;
}

.eluida06f57e2 .tbk__title {
	margin-bottom: 10px;
}

.eluida06f57e2 .tbk__title {
	font-size: 32px;
	line-height: 76px;
	font-weight: 500;
	color: #303030;
	font-style: normal;
}

.eluida06f57e2 .tbk__subtitle {
	font-size: 20px;
	line-height: 40px;
	font-weight: 300;
	font-style: normal;
}

.eluida06f57e2 .tbk__icon {
	font-size: 46px;
}

.eluida06f57e2.tbk--colored .tbk__symbol span {
	background-color: #c6c6c6;
}

.znColumnElement-innerWrapper {
	width: 100%;
}

.znColumnElement-innerWrapper.znColumnElement-innerWrapper--halign-center,
.znColumnElement-innerWrapper.znColumnElement-innerWrapper--halign-right,
.znColumnElement-innerWrapper.znColumnElement-innerWrapper--valign-center,
.znColumnElement-innerWrapper.znColumnElement-innerWrapper--valign-bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.znColumnElement-innerWrapper.znColumnElement-innerWrapper--halign-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.znColumnElement-innerWrapper.znColumnElement-innerWrapper--halign-right {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.znColumnElement-innerWrapper.znColumnElement-innerWrapper--valign-center .znColumnElement-innerContent {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	margin: auto;
}

.znColumnElement-innerWrapper.znColumnElement-innerWrapper--valign-bottom .znColumnElement-innerContent {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.znColumnElement-innerContent {
	width: 100%;
}

.services_box--classic .services_box__inner {
	margin-bottom: 30px
}

.services_box--classic .services_box__content {
	overflow: hidden;
}

.services_box--classic .services_box__title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	margin: 15px 0;
	vertical-align: middle;
}

.services_box--classic .services_box__icon {
	float: left;
	width: 80px;
	line-height: 80px;
	color: #fff;
	background: #646464;
	text-align: center;
	margin-right: 20px;
	vertical-align: middle;
	border-radius: 50%;
	height: 80px;
	-webkit-transition: background .15s ease-out;
	transition: background .15s ease-out;
	position: relative;
}

.services_box--classic:hover .services_box__icon {
	background: #CD2122;
}

.services_box--classic .services_box__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.services_box--classic .services_box__list .glyphicon {
	font-size: 7px;
	margin-right: 10px;
	color: #868686;
	top: 0;
	vertical-align: middle;
	-webkit-transition: color .15s;
	transition: color .15s;
}

.services_box--classic .services_box__list li:hover .glyphicon {
	color: #454545;
}

.services_box--classic .services_box__list-text {
	vertical-align: middle;
}

.services_box--classic .services_box__iconimg {
	max-width: 70px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: opacity .15s ease-out;
	transition: opacity .15s ease-out;
}

.services_box--classic .services_box__iconimg-hover {
	opacity: 0;
}

.services_box--classic:hover .sb--hashover .services_box__iconimg-main {
	opacity: 0;
}

.services_box--classic:hover .services_box__iconimg-hover {
	opacity: 1;
}

.services_box--classic .services_box__fonticon {
	color: #fff;
	font-size: 22px;
	line-height: 80px;
	-webkit-transition: color .2s ease-out .1s;
	transition: color .2s ease-out .1s;
}

.services_box--classic:hover .services_box__fonticon {
	color: #fff;
}

.services_box--modern .services_box__inner {
	margin-bottom: 30px;
	position: relative;
}

.services_box--modern .services_box__title {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3;
	color: #424242;
	margin: 15px 0;
	vertical-align: middle;
}

.services_box--modern .services_box__icon {
	float: left;
	width: 80px;
	line-height: 80px;
	box-shadow: inset 0 0 0 2px #cd2122;
	text-align: center;
	margin-right: 20px;
	vertical-align: middle;
	border-radius: 50%;
	height: 80px;
	-webkit-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

.services_box--modern:hover .services_box__icon {
	box-shadow: inset 0 0 0 40px #cd2122;
}

.services_box--modern .services_box__icon-inner {
	position: relative;
	height: 100%;
}

.services_box--modern .services_box__icon:after {
	content: '';
	position: absolute;
	top: 80px;
	left: 40px;
	height: calc(100% - 60px);
	width: 1px;
	background-color: rgba(0, 0, 0, 0.07);
}

.servicebox-sch--dark.services_box--modern .services_box__icon:after {
	background-color: rgba(255, 255, 255, 0.07);
}

.services_box--modern .services_box__iconimg {
	max-width: 70px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	transition: opacity .15s ease-out;
}

.services_box--modern .services_box__iconimg-hover {
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0);
	-ms-transform: translateX(-50%) translateY(-50%) scale(0);
	transform: translateX(-50%) translateY(-50%) scale(0);
	-webkit-transition: all .15s ease-out;
	transition: all .15s ease-out
}

.services_box--modern:hover .sb--hashover .services_box__iconimg-main {
	opacity: 0;
}

.services_box--modern:hover .services_box__iconimg-hover {
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
}

.services_box--modern .services_box__fonticon {
	font-size: 22px;
	line-height: 80px;
	-webkit-transition: color .2s ease-out .1s;
	transition: color .2s ease-out .1s;
}

.services_box--modern:hover .services_box__fonticon {
	color: #fff;
}

.services_box--modern .services_box__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.services_box--modern .services_box__list li {
	position: relative;
}

.services_box--modern .services_box__list li:before {
	content: '';
	width: 5px;
	height: 5px;
	position: absolute;
	left: 38px;
	top: 9px;
	border-radius: 50%;
	display: block;
	background-color: #fff;
	box-shadow: 0 0 0 2px #cd2122;
	-webkit-transition: all .15s;
	transition: all .15s
}

.servicebox-sch--dark.services_box--modern .services_box__list li:before {
	background-color: #000;
}

.services_box--modern .services_box__list li:hover:before {
	box-shadow: 0 0 0 3px #cd2122;
}

.services_box--modern .services_box__list-text {
	vertical-align: middle;
}

.services_box--modern.sb--hasicon .services_box__title {
	margin-left: 100px;
}

.services_box--modern.sb--hasicon .services_box__desc {
	margin-left: 100px;
}

.services_box--modern.sb--hasicon .services_box__list li {
	padding-left: 100px;
}

.services_box--boxed {
	padding: 30px;
	background: #eee;
	margin: 0;
	position: relative;
	margin-bottom: 30px;
	border-radius: 5px;
	position: relative;
}

.servicebox-sch--dark.services_box--boxed {
	background: #121212;
}

.services_box--boxed:hover {
	z-index: 3;
}

.services_box--boxed .services_box__inner {
	position: relative;
}

.services_box--boxed .services_box__title {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3;
	color: #424242;
	margin: 15px 0;
	vertical-align: middle;
	z-index: 2;
	position: relative;
}

.services_box--boxed .services_box__desc {
	z-index: 2;
	position: relative;
}

.services_box--boxed .services_box__icon {
	max-height: 80px;
	position: relative;
	z-index: 2;
	min-height: 50px;
}

.services_box--boxed .services_box__iconimg {
	-webkit-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

.services_box--boxed .services_box__iconimg-hover {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.services_box--boxed:hover .sb--hashover .services_box__iconimg-main {
	opacity: 0;
}

.services_box--boxed:hover .services_box__iconimg-hover {
	opacity: 1
}

.services_box--boxed .services_box__fonticon {
	font-size: 22px;
	-webkit-transition: color .2s ease-out .1s;
	transition: color .2s ease-out .1s;
}

.services_box--boxed:hover .services_box__fonticon {
	color: #454545;
}

.servicebox-sch--dark.services_box--boxed:hover .services_box__fonticon {
	color: #cecece;
}

.services_box--boxed .services_box__list-wrapper {
	position: absolute;
	width: 100%;
	top: -30px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.services_box--boxed:hover .services_box__list-wrapper {
	opacity: 1;
	visibility: visible;
}

.services_box--boxed .services_box__list-bg {
	position: absolute;
	width: calc(100% + 60px);
	height: calc(100% + 30px);
	background: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	z-index: 1;
	opacity: 1;
	left: -30px;
	border-radius: 5px;
}

.servicebox-sch--dark.services_box--boxed .services_box__list-bg {
	background: #000;
}

.services_box--boxed .services_box__list {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 200px;
	z-index: 1;
	position: relative;
}

.services_box--boxed .services_box__list li {
	position: relative;
	line-height: 26px;
	padding: 10px 0;
	border-top: 1px solid #eee;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.servicebox-sch--dark.services_box--boxed .services_box__list li {
	border-top-color: #222;
}

.services_box--boxed .services_box__list li:nth-child(1) {
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition-delay: 0.025s;
	transition-delay: 0.025s;
}

.services_box--boxed .services_box__list li:nth-child(2) {
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.services_box--boxed .services_box__list li:nth-child(3) {
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition-delay: 0.075s;
	transition-delay: 0.075s;
}

.services_box--boxed .services_box__list li:nth-child(4) {
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.services_box--boxed .services_box__list li:nth-child(5) {
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition-delay: 0.125s;
	transition-delay: 0.125s;
}

.services_box--boxed .services_box__list li:nth-child(6) {
	-webkit-transform: translateY(60px);
	-ms-transform: translateY(60px);
	transform: translateY(60px);
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.services_box--boxed .services_box__list li:nth-child(7) {
	-webkit-transform: translateY(70px);
	-ms-transform: translateY(70px);
	transform: translateY(70px);
	-webkit-transition-delay: 0.175s;
	transition-delay: 0.175s;
}

.services_box--boxed .services_box__list li:nth-child(8) {
	-webkit-transform: translateY(80px);
	-ms-transform: translateY(80px);
	transform: translateY(80px);
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.services_box--boxed .services_box__list li:nth-child(9) {
	-webkit-transform: translateY(90px);
	-ms-transform: translateY(90px);
	transform: translateY(90px);
	-webkit-transition-delay: 0.225s;
	transition-delay: 0.225s;
}

.services_box--boxed .services_box__list li:nth-child(10) {
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}

.services_box--boxed:hover .services_box__list li {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

@media (max-width:1199px) {
	.services_box .services_box__icon {
		float: none;
	}

	.services_box--modern.sb--hasicon .services_box__title {
		margin-left: 0;
	}

	.services_box--modern.sb--hasicon .services_box__desc {
		margin-left: 0;
	}

	.services_box--modern.sb--hasicon .services_box__list li {
		padding-left: 0;
	}

	.services_box--modern .services_box__list li:before,
	.services_box--modern .services_box__icon:after {
		display: none;
	}
}

@media (max-width:767px) {
	.services_box .services_box__inner {
		text-align: center;
	}

	.services_box .services_box__icon {
		float: none;
		margin: 0 auto;
	}

	.services_box .services_box__list .glyphicon {
		display: none
	}
}

@media (max-width:568px) {
	.services_box {
		width: 100%;
	}
}

.eluidaa9522e1 .services_box__fonticon {
	font-size: 27px
}

.eluidecebdba8 .services_box__fonticon {
	font-size: 27px
}

.eluid6ceeb0c5 .services_box__fonticon {
	font-size: 27px
}

.smart-cnt--action_box {
	position: relative;
	padding: 0;
	border-radius: 6px;
	background-color: #000;
	margin-bottom: 20px;
}

.smart-cnt--action_box:before {
	position: absolute;
	content: '';
	background-color: #000;
	width: 30px;
	height: 32px;
	display: block;
	bottom: -6px;
	left: 20%;
	border-radius: 4px;
	-webkit-transform: skewY(35deg);
	-ms-transform: skewY(35deg);
	transform: skewY(35deg);
	border-top: 0;
}

.smart-cnt--action_box .smart-cnt-inner {
	position: relative;
	padding: 35px;
	border-radius: 6px;
	z-index: 1;
}

.smart-cnt--action_box .smart-cnt-inner:before {
	position: absolute;
	content: '';
	background-color: #000;
	top: -6px;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transform: skewY(1.5deg);
	-ms-transform: skewY(1.5deg);
	transform: skewY(1.5deg);
	border-radius: 6px;
	transform-origin: right top;
}

.smart-cnt--action_box .smart-cnt-inner:after {
	position: absolute;
	content: '';
	background-color: rgba(0, 0, 0, 0.2);
	width: 90%;
	height: 30%;
	display: block;
	border-radius: 4px;
	-webkit-transform: skewY(-2deg);
	-ms-transform: skewY(-2deg);
	transform: skewY(-2deg);
	right: 5%;
	top: -20px;
	z-index: -1;
}

.eluidfa99a671 {
	padding-top: 1%;
	;
}

.eluidfa99a671 {}

.zn_section {
	padding-top: 35px;
	padding-bottom: 35px;
	position: relative;
}

.zn_section--masked {
	padding-bottom: 55px;
}

.zn_section__source+.zn_section_size {
	position: relative;
}

.kl-bg-source+.zn_section_size {
	position: relative;
}

@media screen and (max-width:991px) {
	.section-sidemargins .zn_section_size.full_width {
		margin-left: 15px;
		margin-right: 15px;
	}
}

.ios-fixed-position-scr~.zn_section {
	position: relative;
}

.zn_section--inlinemodal {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.mfp-close-btn-in .zn_section--inlinemodal .mfp-close {
	right: -5px;
	top: -45px;
}

@media (max-width:767px) {
	.mfp-close-btn-in .zn_section--inlinemodal {
		padding-top: 30px !important;
	}

	.mfp-close-btn-in .zn_section--inlinemodal .mfp-close {
		top: -5px;
	}
}

.zn_pb_editor_enabled .zn_section--inlinemodal.mfp-hide {
	display: block !important;
}

.zn_section--stretch-container {
	padding-left: 20px;
	padding-right: 20px;
}

.zn_section--stretch-container>.container {
	width: 100%;
}

.zn_section-modalOverlay {
	background: rgba(143, 43, 162, 0.5);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.modal-overlay-hidden~.zn_section-modalOverlay {
	display: none;
}

.zn_section-modalInfo {
	position: absolute;
	top: 20px;
	right: 30px;
	z-index: 3;
	width: 70px;
	color: #000;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}

.zn_section-modalInfo-title {
	display: block;
	margin-bottom: 20px;
}

.zn_section-modalInfo-tip {
	display: block;
	margin-bottom: 20px;
	position: relative;
}

.zn_section-modalInfo a {
	color: #000;
}

.zn_section-modalInfo a:hover,
.zn_section-modalInfo a:focus {
	color: rgba(0, 0, 0, 0.65);
}

.zn_section-modalInfo-bubble {
	display: none;
	width: 230px;
	right: 100%;
	position: absolute;
	top: -10px;
	font-weight: normal;
	background: rgba(0, 0, 0, 0.15);
	padding: 10px 10px 10px 15px;
	line-height: 1.5;
	text-align: start;
	border-radius: 3px;
}

.zn_section-modalInfo-bubble:after {
	content: '';
	position: absolute;
	right: -10px;
	top: 15px;
	border: 5px solid transparent;
	border-left-color: rgba(0, 0, 0, 0.15);
}

.zn_section-modalInfo-tip:hover .zn_section-modalInfo-bubble {
	display: block;
}

.zn_section-modalInfo-toggleVisible {
	display: block;
	cursor: pointer;
}

.modal-overlay-hidden+.zn_section-modalInfo .dashicons-visibility:before {
	content: "\f530";
}

@media (min-width:768px) {

	.zn-section-content_algn--middle,
	.zn-section-content_algn--bottom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.zn-section-content_algn--middle>.row,
	.zn-section-content_algn--bottom>.row {
		width: 100%;
	}

	.zn-section-content_algn--middle>.row {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
	}

	.zn-section-content_algn--bottom>.row {
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}

	.is-ie11 .zn_section_size.zn-section-content_algn--middle {
		display: table;
	}

	.is-ie11 .zn_section_size.zn-section-content_algn--middle>.row {
		display: table-cell;
		vertical-align: middle;
	}
}

.zn_section.section--skewed,
.zn_section.section--skewed-flipped {
	z-index: 1;
	background-color: transparent !important;
}

.zn_section.section--skewed .kl-bg-source:not(:empty) {
	-webkit-transform: skewY(3deg);
	transform: skewY(3deg);
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}

.zn_section.section--skewed .kl-bg-source__bgimage {
	-webkit-transform: skewY(-3deg);
	transform: skewY(-3deg);
	margin: -100px 0;
	-webkit-backface-visibility: hidden;
}

.zn_section.section--skewed .zn-bgSource-overlay {
	-webkit-transform: skewY(-3deg);
	transform: skewY(-3deg);
	margin: -100px 0;
	-webkit-backface-visibility: hidden;
}

.zn_section.section--skewed-flipped .kl-bg-source:not(:empty) {
	-webkit-transform: skewY(-3deg);
	transform: skewY(-3deg);
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}

.zn_section.section--skewed-flipped .kl-bg-source__bgimage {
	-webkit-transform: skewY(3deg);
	transform: skewY(3deg);
	margin: -100px 0;
	-webkit-backface-visibility: hidden;
}

.zn_section.section--skewed-flipped .zn-bgSource-overlay {
	-webkit-transform: skewY(3deg);
	transform: skewY(3deg);
	margin: -100px 0;
	-webkit-backface-visibility: hidden;
}

.zn-prLayer {
	position: absolute;
	pointer-events: none;
	z-index: 0;
}

.zn-prLayer.zn-prLayer--align-top-left {
	top: 0;
	left: 0;
}

.zn-prLayer.zn-prLayer--align-top-center {
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.zn-prLayer.zn-prLayer--align-top-right {
	top: 0;
	right: 0;
}

.zn-prLayer.zn-prLayer--align-center-left {
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.zn-prLayer.zn-prLayer--align-center {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.zn-prLayer.zn-prLayer--align-center-right {
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.zn-prLayer.zn-prLayer--align-bottom-left {
	bottom: 0;
	left: 0;
}

.zn-prLayer.zn-prLayer--align-bottom-center {
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.zn-prLayer.zn-prLayer--align-bottom-right {
	bottom: 0;
	right: 0;
}

.zn-prLayer.zn-prLayer--over {
	z-index: 1;
}

.zn-prLayer.zn-prLayer--blur-simple {
	-webkit-filter: blur(3px);
	filter: blur(3px);
}

.zn-prLayer.zn-prLayer--blur-deep {
	-webkit-filter: blur(7px);
	filter: blur(7px);
}

.zn-prLayer.zn-prLayer--blur-deeper {
	-webkit-filter: blur(12px);
	filter: blur(12px);
}

.eluidb52c846b {
	padding-top: 16px;
	padding-bottom: 50px;
}

.zn_section.eluidb52c846b {
	background-color: #ffffff;
}

.image-boxes {
	margin-bottom: 30px;
	border-radius: 2px;
}

.image-boxes-img {
	width: 100%;
	height: auto;
}

.image-boxes-link,
.image-boxes-holder {
	display: block;
	margin-bottom: 20px;
	position: relative;
}

.image-boxes-img-wrapper {
	display: block;
}

.image-boxes-no .image-boxes-img-wrapper {
	height: auto !important;
}

.image-boxes-img.cover-fit-img {
	height: 100%;
}

.image-boxes.image-boxes--1 {
	overflow: visible;
}

.image-boxes.image-boxes--1 .image-boxes-readon {
	position: absolute;
	left: -10px;
	bottom: 20px;
	color: #fff;
	padding: 11px 15px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	margin: 0;
	border-radius: 2px;
	z-index: 1;
}

.image-boxes.image-boxes--1 .image-boxes-link:hover .image-boxes-readon {
	left: 20px;
}

.image-boxes.image-boxes--1 .image-boxes-img {
	box-shadow: 0 1px 1px rgba(0, 0, 0, .22)
}

.image-boxes.image-boxes--2 .image-boxes-link {
	margin-bottom: 0;
}

.imgbox-simple .image-boxes-img {
	width: auto;
}

.imgbox-simple .img-align-center .image-boxes-img {
	display: block;
	margin: 0 auto;
}

.imgbox-simple .img-align-left {
	text-align: left;
}

.imgbox-simple .img-align-right {
	text-align: right;
}

.imgbox-simple .img-align-left img.image-boxes-img,
.imgbox-simple .img-align-right img.image-boxes-img {
	display: inline-block;
}

.no-object-fit .imgbox-simple .img-align-left .image-boxes-img {
	background-position-x: left;
}

.no-object-fit .imgbox-simple .img-align-right .image-boxes-img {
	background-position-x: right;
}

.sliding-details {
	position: relative;
	display: block;
	overflow: hidden;
}

.sliding-details:not([class*="znBoxShadow-"]):hover {
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}

.sliding-details-img {
	position: relative;
}

.sliding-details,
.sliding-details-content {
	-webkit-transition: all .2s cubic-bezier(0.680, 0, 0.265, 1);
	transition: all .2s cubic-bezier(0.680, 0, 0.265, 1);
	-webkit-backface-visibility: hidden;
}

.sliding-details-content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 100%;
	opacity: 0;
	visibility: hidden;
	padding: 25px 30px;
	font-size: 12px;
	color: #fff;
	background: #232323;
	background: rgba(35, 35, 35, 0.8);
}

.sliding-details:hover .sliding-details-content {
	visibility: visible;
	opacity: 1;
	top: 0;
}

.sliding-details-title {
	font-size: 18px;
	margin-top: 0;
}

.image-boxes.image-boxes--4 .image-boxes-title {
	position: absolute;
	bottom: 0;
	color: #fff;
	width: 100%;
	text-align: center;
	font-size: 16px;
	margin-bottom: 0;
	padding-bottom: 30px;
	z-index: 0;
}

.image-boxes.image-boxes--4 .image-boxes-title:before {
	content: '';
	position: absolute;
	top: -100%;
	left: 0;
	height: 200%;
	width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 1)));
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 100%);
	opacity: .8;
	-webkit-backface-visibility: hidden;
}

.image-boxes.image-boxes--4 .image-boxes-title span {
	z-index: 1;
	position: relative;
	-webkit-backface-visibility: hidden;
}

.image-boxes.image-boxes--4 .image-boxes-title:after {
	content: '';
	position: relative;
	height: 2px;
	width: 30px;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	z-index: 1;
	-webkit-backface-visibility: hidden;
}

.image-boxes.image-boxes--4:hover .image-boxes-title:after {
	width: 60px;
}

.image-boxes.image-boxes--4 .image-boxes-img {
	-webkit-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
	-webkit-backface-visibility: hidden;
}

.image-boxes.image-boxes--4:hover .image-boxes-img {
	opacity: .8
}

.image-boxes.image-boxes--4.kl-title_style_bottom .image-boxes-title {
	text-align: left;
	padding: 0 20px 30px;
	-webkit-transition: padding-bottom .2s ease-out;
	transition: padding-bottom .2s ease-out;
}

.image-boxes.image-boxes--4.kl-title_style_bottom .image-boxes-title:before {
	-webkit-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

.image-boxes.image-boxes--4.kl-title_style_bottom .image-boxes-title:after {
	display: none;
}

.image-boxes.image-boxes--4.kl-title_style_bottom .imgboxes-border-helper {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	z-index: 1;
}

.image-boxes.image-boxes--4.kl-title_style_bottom:hover .imgboxes-border-helper {
	border-bottom-style: solid;
	border-bottom-width: 10px;
}

.image-boxes.image-boxes--4.kl-title_style_bottom:hover .image-boxes-title {
	text-align: left;
	padding-bottom: 25px;
}

.image-boxes.image-boxes--4.kl-title_style_bottom:hover .image-boxes-title:before {
	opacity: .5;
}

.image-boxes.image-boxes--4.kl-title_style_left .image-boxes-title {
	text-align: left;
	padding: 0 20px 30px;
}

.image-boxes.image-boxes--4.kl-title_style_left .image-boxes-title:after {
	margin: initial;
	width: 40px;
	margin-top: 10px;
}

.image-boxes.image-boxes--4.kl-title_style_left:hover .image-boxes-title:after {
	width: 80px;
}

.eluid3cb12fb9.image-boxes .image-boxes-title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 29px;
	line-height: 43px;
	font-weight: 300;
}

.eluid3cb12fb9 .image-boxes-img {
	border-radius: 10px
}

.eluid3cb12fb9 {
	margin-bottom: 30px;
}

.eluidf4575efd.image-boxes .image-boxes-title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 29px;
	line-height: 43px;
	font-weight: 300;
	font-style: normal;
}

.eluidf4575efd .image-boxes-img {
	border-radius: 10px
}

.eluidf4575efd {
	margin-bottom: 30px;
}

.eluid30b5f451 {
	padding-top: 60px;
	padding-bottom: 30px;
}

.zn_section.eluid30b5f451 {
	background-color: #f5f5f5;
}

.el-di {
	position: relative;
}

.el-di-dir--ltr {
	direction: ltr;
	max-height: none !important;
}

.el-di__laptop {
	position: relative;
	width: 1160px;
	background-repeat: no-repeat;
	background-size: contain;
}

.el-di__laptop-img {
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 3px;
}

.el-di-type--img .el-di__laptop {
	height: 670px;
}

.el-di-type--img .el-di__laptop-img {
	left: 14%;
	top: 7.6%;
	width: calc(100% - 17.9%);
	height: calc(100% - 20.9%);
}

.el-di-type--vector .el-di__laptop {
	height: 600px;
}

.el-di-type--vector .el-di__laptop-img {
	left: 16.6%;
	top: 6.3%;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.24);
	width: calc(100% - 33.2%);
	height: calc(100% - 18.1%);
}

.el-di__smartphone {
	position: absolute;
	width: 220px;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -20px;
	left: 70px;
}

.el-di__smartphone-img {
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 3px;
}

.el-di-type--img .el-di__smartphone {
	height: 403px;
	width: 245px;
}

.el-di-type--img .el-di__smartphone-img {
	left: 15.9%;
	top: 11.6%;
	width: calc(100% - 30.7%);
	height: calc(100% - 25.4%);
}

.el-di-type--vector .el-di__smartphone {
	height: 400px;
	width: 200px;
	left: 110px;
}

.el-di-type--vector .el-di__smartphone-img {
	left: 7.3%;
	top: 14%;
	width: calc(100% - 14.7%);
	height: calc(100% - 25.7%);
}

.el-di__frame {
	position: relative;
	width: 1160px;
	height: 520px;
	padding-top: 30px;
	padding-bottom: 5px;
	border-radius: 4px 4px 0 0;
	background-color: #dcdee7;
	border: 2px solid #fff;
	box-shadow: 0 10px 13px -10px rgba(0, 0, 0, 0.3);
}

.el-di__frame:before {
	content: "";
	position: absolute;
	top: 12px;
	margin-top: 0;
	left: 25px;
	display: block;
	background: #ababab;
	border-radius: 30px;
	width: 7px;
	height: 7px;
	box-shadow: -12px 0 0 #ababab, 12px 0 0 #ababab;
}

.el-di__frame-img {
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	left: 0;
	top: 30px;
	bottom: 5px;
	right: 0;
	width: 100%;
	height: calc(100% - 35px);
}

.el-di.el-di-imgtype--custom_frame .el-di__frame {
	padding-bottom: 0;
}

.el-di-dir--rtl {
	direction: rtl;
	max-height: none !important;
}

.el-di-dir--rtl.el-di-type--img .el-di__smartphone {
	left: auto;
	right: 70px;
}

.el-di-dir--rtl.el-di-type--vector .el-di__smartphone {
	left: auto;
	right: 110px;
}

.el-di-dir--rtl .el-di__frame:before {
	left: auto;
	right: 25px;
}

.el-di-dir--center.el-di-imgtype--frame {
	overflow: hidden;
	min-height: 100px
}

.el-di-dir--center .el-di__frame {
	width: 100%;
	height: 0;
	padding-bottom: 45%;
}

.el-di-dir--center.el-di-imgtype--custom_frame {
	max-height: none !important;
}

.el-di-dir--center.el-di-imgtype--custom_frame .el-di__frame {
	margin: 0 auto;
}

@media screen and (min-width:992px) and (max-width:1199px) {
	.el-di-type--img .el-di__laptop {
		height: 490px;
		width: 850px;
	}

	.el-di-type--vector .el-di__laptop {
		height: 428px;
		width: 845px;
	}

	.el-di__frame {
		width: 900px;
		height: 490px;
	}

	.el-di-type--vector .el-di__smartphone {
		height: 330px;
		width: 166px;
	}

	.el-di-type--img .el-di__smartphone {
		height: 324px;
		width: 197px;
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	.el-di-type--img .el-di__laptop {
		height: 416px;
		width: 720px;
	}

	.el-di-type--vector .el-di__laptop {
		height: 370px;
		width: 720px;
	}

	.el-di__frame {
		width: 720px;
		height: 440px;
	}

	.el-di-type--vector .el-di__smartphone {
		height: 250px;
		width: 125px;
	}

	.el-di-type--img .el-di__smartphone {
		height: 274px;
		width: 167px;
	}

	.el-di-type--vector .el-di__smartphone {
		left: 70px;
	}

	.el-di-dir--rtl.el-di-type--img .el-di__smartphone {
		right: 40px;
	}

	.el-di-dir--rtl.el-di-type--vector .el-di__smartphone {
		right: 70px;
	}
}

@media screen and (max-width:767px) {
	.el-di-type--img .el-di__laptop {
		width: 100%;
		height: 0 !important;
		padding-bottom: 57.77%;
	}

	.el-di-type--vector .el-di__laptop {
		width: 100%;
		height: 0 !important;
		padding-bottom: 51%;
	}

	.el-di__frame {
		width: 100%;
		padding-bottom: 63%;
		height: 0 !important;
	}

	.el-di__smartphone {
		display: none
	}
}

.el-di-type--img .el-di__laptop {
	background-image: url(404.png);
}

.el-di-type--img .el-di__smartphone {
	background-image: url(404.png);
}

.eluid97f9cde6 .el-di__laptop.zn-animateInViewport,
.eluid97f9cde6 .el-di__frame.zn-animateInViewport {
	-webkit-transition-delay: 250ms !important;
	transition-delay: 250ms !important;
}

.eluid97f9cde6 .el-di__smartphone.zn-animateInViewport {
	-webkit-transition-delay: 350ms !important;
	transition-delay: 350ms !important;
}

.eluid3d9a6f02 {
	padding-top: 62px;
	padding-bottom: 4px;
}

.eluid3d9a6f02 .tbk__title {
	margin-bottom: 10px;
}

.eluid3d9a6f02 .tbk__title {
	font-size: 36px;
	line-height: 2;
	font-weight: 500;
}

.eluid3d9a6f02 .tbk__subtitle {
	font-size: 17px;
	line-height: 36px;
}

.eluid3d9a6f02 .tbk__icon {
	font-size: 28px;
}

.btn-element>span,
.btn-element>i {
	vertical-align: middle;
	display: inline-block;
}

.btn-element>span+i {
	margin-left: 10px
}

.btn-element>i+span {
	margin-left: 10px
}

.btn-element.btn-text,
.btn-element.btn-underline,
.btn-element.btn-link {
	text-align: inherit;
	padding-left: 0;
	padding-right: 0;
}

.eluide5e0e757 {
	padding-top: 0px;
	padding-bottom: 42px;
}

.zn_section.eluide5e0e757 {
	background-color: #f5f5f5;
}

.eluid4d409ae7 {
	margin-top: -40px;
	margin-bottom: -50px;
}

.eluid4d409ae7 {
	padding-bottom: -20px;
}

.pricing-table-element {
	*zoom: 1;
	background: #fff;
	border: 1px solid #e6e7e8;
	border-radius: 4px;
	font-size: 13px;
	color: #999999;
}

.pricing-table-element::before,
.pricing-table-element::after {
	display: table;
	line-height: 0;
	content: "";
}

.pricing-table-element::after {
	clear: both;
}

.pricing-table-element ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
}

.pricing-table-element .features-column {
	width: 28%;
	margin-top: 195px;
}

.pricing-table-element .plan-column,
.pricing-table-element .features-column {
	float: left;
}

.pricing-table-element[data-columns="1"] .plan-column {
	width: 100%;
}

.pricing-table-element[data-columns="2"] .plan-column {
	width: 50%;
}

.pricing-table-element[data-columns="3"] .plan-column {
	width: 33.3333%;
}

.pricing-table-element[data-columns="4"] .plan-column {
	width: 25%;
}

.pricing-table-element[data-columns="5"] .plan-column {
	width: 20%;
}

.pricing-table-element[data-columns="1"] .features-column~.plan-column {
	width: 72%;
}

.pricing-table-element[data-columns="2"] .features-column~.plan-column {
	width: -webkit-calc(72% / 2);
	width: calc(72% / 2);
}

.pricing-table-element[data-columns="3"] .features-column~.plan-column {
	width: -webkit-calc(72% / 3);
	width: calc(72% / 3);
}

.pricing-table-element[data-columns="4"] .features-column~.plan-column {
	width: -webkit-calc(72% / 4);
	width: calc(72% / 4);
}

.pricing-table-element[data-columns="5"] .features-column~.plan-column {
	width: -webkit-calc(72% / 5);
	width: calc(72% / 5);
}

.pricing-table-element .plan-column {
	border-left: 1px solid #e6e7e8;
}

.pricing-table-element .plan-column:first-child {
	border-left: 0;
}

.pricing-table-element .plan-column ul,
.pricing-table-element .features-column ul {
	display: table;
}

.pricing-table-element .plan-column ul li,
.pricing-table-element .features-column ul li {
	display: table-row;
}

.pricing-table-element .plan-column .inner-cell,
.pricing-table-element .features-column .inner-cell {
	border-bottom: 1px solid #e6e7e8;
	padding: 0;
	text-align: center;
	height: 50px;
	line-height: 1;
	display: table-cell;
	vertical-align: middle;
}

.pricing-table-element .features-column .inner-cell {
	text-align: right;
	font-size: 14px;
	font-weight: 600;
	padding-right: 30px;
	border-bottom: 1px solid rgba(230, 231, 232, 0.5);
	color: #909090;
}

.pricing-table-element .features-column li:first-child .inner-cell {
	border-top: 1px solid rgba(230, 231, 232, 0.5);
}

.pricing-table-element .plan-column ul li:last-child .inner-cell {
	height: 100px;
}

.pricing-table-element .plan-column ul li:nth-child(odd):not(:first-child) {
	background: #fafbfb;
}

.pricing-table-element .plan-column .plan-title {
	font-size: 25px;
	height: auto;
	padding: 0;
}

.pricing-table-element.plan-title .inner-cell {
	height: 75px
}

.pricing-table-element .plan-column .subscription-price {
	font-size: 13px;
	color: #999999;
	height: auto;
	padding: 0;
}

.pricing-table-element .subscription-price .inner-cell {
	height: 120px;
}

.pricing-table-element .plan-column .subscription-price .currency {
	font-size: 18px;
	color: #434343;
	font-weight: 700;
	vertical-align: bottom;
	display: inline-block;
	line-height: 1.5;
	margin-right: -2px
}

.pricing-table-element .plan-column .subscription-price .price {
	font-size: 45px;
	color: #434343;
	font-weight: 700;
	line-height: 1;
}

.pricing-table-element .plan-column.featured {
	border-radius: 4px;
	box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.06);
	position: relative;
	margin-top: -20px;
	background: #fff;
	margin: -20px 0;
}

.table-responsive .pricing-table-element {
	margin: 30px;
}

.prt--dark.pricing-table-element {
	background: #000;
	border: 1px solid #191817;
	color: #999999;
}

.prt--dark.pricing-table-element .plan-column {
	border-left-color: #191817;
}

.prt--dark.pricing-table-element .plan-column:first-child {
	border-left: 0;
}

.prt--dark.pricing-table-element .plan-column .inner-cell,
.prt--dark.pricing-table-element .features-column .inner-cell {
	border-bottom-color: #191817;
}

.prt--dark.pricing-table-element .features-column .inner-cell {
	border-bottom-color: rgba(25, 24, 23, 0.5);
	color: #909090;
}

.prt--dark.pricing-table-element .features-column li:first-child .inner-cell {
	border-top-color: rgba(25, 24, 23, 0.5);
}

.prt--dark.pricing-table-element .plan-column ul li:nth-child(odd):not(:first-child) {
	background: #050404;
}

.prt--dark.pricing-table-element .plan-column .subscription-price {
	color: #666666;
}

.prt--dark.pricing-table-element .plan-column .subscription-price .currency {
	color: #BCBCBC;
}

.prt--dark.pricing-table-element .plan-column .subscription-price .price {
	color: #BCBCBC;
}

.prt--dark.pricing-table-element .plan-column.featured {
	box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.25);
	background: #000;
}

@media only screen and (min-width:992px) {
	.pricing-table-element .plan-column.featured {
		margin: -20px;
	}

	.pricing-table-element[data-columns="1"] .plan-column.featured {
		width: calc(100% + 40px);
		margin: 30px -10px;
	}

	.pricing-table-element[data-columns="2"] .plan-column.featured {
		width: calc(50% + 40px);
	}

	.pricing-table-element[data-columns="3"] .plan-column.featured {
		width: calc(33.3333% + 40px);
	}

	.pricing-table-element[data-columns="4"] .plan-column.featured {
		width: calc(25% + 40px);
	}

	.pricing-table-element[data-columns="5"] .plan-column.featured {
		width: calc(20% + 40px);
	}

	.pricing-table-element[data-columns="1"] .features-column~.plan-column.featured {
		width: 72%;
	}

	.pricing-table-element[data-columns="2"] .features-column~.plan-column.featured {
		width: calc((72% / 2) + 40px);
	}

	.pricing-table-element[data-columns="3"] .features-column~.plan-column.featured {
		width: calc((72% / 3) + 40px);
	}

	.pricing-table-element[data-columns="4"] .features-column~.plan-column.featured {
		width: calc((72% / 4) + 40px);
	}

	.pricing-table-element[data-columns="5"] .features-column~.plan-column.featured {
		width: calc((72% / 5) + 40px);
	}
}

.pricing-table-element .plan-column.featured+.plan-column {
	border-left-color: transparent;
}

.pricing-table-element .plan-column.featured .plan-title {
	padding: 0;
	color: #45474d;
}

.pricing-table-element .plan-column.featured .plan-title .inner-cell {
	height: 95px
}

.pricing-table-element .plan-column.featured .plan-title .inner-cell::after {
	content: attr(data-featuredtitle);
	opacity: .4;
	font-size: 12px;
	font-weight: 600;
	line-height: 20px;
	display: block;
}

.pricing-table-element .plan-column.featured .subscription-price .inner-cell {
	background: #cd2122;
	color: #fff;
}

.pricing-table-element .plan-column.featured .subscription-price span {
	color: #fff;
}

.pricing-table-element .plan-column.featured ul li:last-child .inner-cell {
	height: 120px;
}

.prt--dark.pricing-table-element .plan-column.featured .plan-title {
	color: #D2D2D2;
}

@media only screen and (max-width:991px) {
	.pricing-table-element[data-columns="1"] .features-column~.plan-column {
		width: 100%;
	}

	.pricing-table-element[data-columns="2"] .features-column~.plan-column {
		width: calc(100% / 2);
	}

	.pricing-table-element[data-columns="3"] .features-column~.plan-column {
		width: calc(100% / 3);
	}

	.pricing-table-element[data-columns="4"] .features-column~.plan-column {
		width: calc(100% / 4);
	}

	.pricing-table-element[data-columns="5"] .features-column~.plan-column {
		width: calc(100% / 5);
	}

	.pricing-table-element .plan-column.featured {
		margin: -20px 0;
	}
}

@media only screen and (max-width:767px) {
	.table-responsive-normal .pricing-table-element .plan-column {
		width: 100% !important;
	}

	.table-responsive-normal .pricing-table-element .plan-column:not(.featured) {
		border: solid #cdcdcd;
		border-width: 3px 0;
	}

	.table-responsive-normal .pricing-table-element .plan-column.featured {
		margin-bottom: 0
	}

	.prt--dark.pricing-table-element .plan-column:not(.featured) {
		border: solid #cdcdcd;
	}

	.pr-table-responsive {
		border: 0;
	}

	.pr-table-responsive .pricing-table-element {
		min-width: 1140px;
		margin-left: 0;
		margin-right: 0;
	}
}

.eluide736d27b {
	margin-top: -40px;
	margin-bottom: -50px;
}

.eluid0fcf4db2 {
	padding-top: 35px;
	padding-bottom: 35px;
}

.eluidddf9237d {
	padding-top: 0px;
	padding-bottom: 0px;
}

.eluidddf9237d .tbk__title {
	margin-bottom: 10px;
}

.eluidddf9237d .tbk__title {
	font-size: 22px;
	line-height: 36px;
	font-weight: 700;
	color: #ffffff;
	font-style: normal;
}

.eluidddf9237d .tbk__subtitle {
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
	color: #ffffff;
	font-style: normal;
}

.eluidddf9237d .tbk__icon {
	font-size: 28px;
}

.eluid27868542.th-spacer {
	height: 30px;
}

.eluida29a4d88 {
	padding-top: 60px;
	padding-bottom: 55px;
}

.zn_section.eluida29a4d88 {
	background-color: #e8e8e8;
}

.eluidd49c24a8 {
	padding-top: 0px;
	padding-bottom: 10px;
}

.eluidd49c24a8 .tbk__title {
	margin-bottom: 10px;
}

.eluidd49c24a8 .tbk__title {
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	font-style: normal;
}

.eluidd49c24a8 .tbk__subtitle {
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
	font-style: normal;
}

.eluidd49c24a8 .tbk__icon {
	font-size: 22px;
}

.eluidd49c24a8.tbk--colored .tbk__icon {
	color: #b2b2b2;
}

.zn_text_box-title--style1 {
	font-size: 16px;
	color: #CD2122;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

.zn_text_box-title--style2 {
	font-size: 22px;
	color: #535353;
	font-weight: normal;
	margin-top: 0;
}

.eluid6afba8b8 {
	padding-top: 0px;
	padding-bottom: 2px;
}

.eluid673b6e61 {
	padding-top: 0px;
	padding-bottom: 2px;
}

.eluide792b780 {
	padding-top: 0px;
	padding-bottom: 2px;
}

.eluidfe546125 {
	padding-top: 0px;
	padding-bottom: 2px;
}

.eluidfe9c5661 {
	padding-top: 0px;
	padding-bottom: 2px;
}

.eluid38724e83 {
	padding-top: 0px;
	padding-bottom: 2px;
}

.eluid180ebf5e {
	padding-top: 0px;
	padding-bottom: 2px;
}

.eluidb890496f {
	padding-top: 0px;
	padding-bottom: 2px;
}

.eluidd9353054 {
	padding-top: 0px;
	padding-bottom: 2px;
}

.eluidb076f880 {
	padding-top: 0px;
	padding-bottom: 2px;
}

.zn_accordion--container {}

.zn_accordion--element {}

.zn_accordion--shortcode {
	margin-bottom: 0;
}

.acc-group button {
	outline: 0 !important;
}

.acc-group>button.collapsed {
	padding-right: 30px;
}

.acc-panel-title {
	margin: 0;
}

.zn-acc--default-style .acc-title {
	font-size: 18px;
	line-height: 1.4;
	margin-top: 0;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

.acc--default-style {
	border: 1px solid #E3E3E3;
	border-radius: 4px;
}

.acc--default-style .acc-group {
	margin-bottom: 0;
	border: 0;
	border-bottom: 1px solid #E3E3E3;
	background-color: transparent;
	padding: 0;
	box-shadow: none;
	margin: 0;
	border-radius: 3px;
}

.acc--default-style .acc-group+.acc-group {
	margin-top: 0;
}

.acc--default-style .acc-group:last-child {
	border-bottom: 0;
}

.acc--default-style .acc-group:first-child .acc-tgg-button {
	border-radius: 3px 3px 0 0;
}

.acc--default-style .acc-group:last-child .acc-tgg-button {
	border-bottom: 0;
	border-radius: 0 0 3px 3px;
}

.acc--default-style .acc-tgg-button {
	border: 0;
	padding: 4px 10px;
	color: #CD2122;
	display: block;
	width: 100%;
	text-align: left;
	background-color: #F8F8F8;
	padding: 16px 60px 15px 25px;
	font-size: 14px;
	font-weight: 600;
	position: relative;
}

.acc--default-style .acc-tgg-button.collapsed {
	color: #505050;
	background-color: #fff;
}

.acc--default-style .acc-tgg-button:hover {
	background: #F8F8F8;
	color: #111;
}

.acc--default-style .acc-tgg-button:not(.collapsed) {
	border-bottom: 1px solid #EEEEEE;
}

.acc--default-style .acc-tgg-button:before,
.acc--default-style .acc-tgg-button:after {
	position: absolute;
	content: ' ';
	width: 10px;
	height: 2px;
	display: block;
	background: #ddd;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.acc--default-style .acc-tgg-button:before {
	right: 31px;
	top: 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.acc--default-style .acc-tgg-button:after {
	right: 25px;
	top: 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.acc--default-style .acc-tgg-button.collapsed:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.acc--default-style .acc-tgg-button.collapsed:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.acc--default-style .acc-content {
	background-color: #F8F8F8;
	padding: 20px 25px;
}

.zn_accordion_element .acc--default-style .acc-panel-collapse {
	padding: 0 15px
}

.zn_accordion_element .acc--default-style .acc-content {
	padding: 20px 10px;
}

.acc-sch--dark .acc-title {
	text-shadow: none;
}

.acc-sch--dark .acc--default-style {
	border-color: #1C1C1C;
}

.acc-sch--dark .acc--default-style .acc-group {
	border-bottom-color: #1C1C1C;
}

.acc-sch--dark .acc--default-style .acc-tgg-button {
	background-color: #070707;
}

.acc-sch--dark .acc--default-style .acc-tgg-button.collapsed {
	color: #AFAFAF;
	background-color: #000;
}

.acc-sch--dark .acc--default-style .acc-tgg-button:hover {
	background: #070707;
	color: #EEE;
}

.acc-sch--dark .acc--default-style .acc-tgg-button:not(.collapsed) {
	border-bottom-color: #111;
}

.acc-sch--dark .acc--default-style .acc-tgg-button:before,
.acc-sch--dark .acc--default-style .acc-tgg-button:after {
	background: #222222;
}

.acc-sch--dark .acc--default-style .acc-content {
	background-color: #070707;
}

.acc--style2 .acc-group {
	margin-bottom: 2px;
	padding: 0;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	background-color: transparent;
}

.acc--style2 .acc-group+.acc-group {
	margin-top: 0;
}

.acc--style2 .acc-tgg-button {
	display: block;
	width: 100%;
	text-align: left;
	position: relative;
	margin: 0;
	background-color: #FFFFFF;
	border: 0;
	color: #cd2122;
	padding: 16px 60px 15px 25px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 3px 3px 0 0;
}

.acc--style2 .acc-tgg-button.collapsed {
	color: #505050;
	background-color: transparent;
	border-radius: 3px;
}

.acc--style2 .acc-tgg-button:before,
.acc--style2 .acc-tgg-button:after {
	position: absolute;
	content: ' ';
	width: 8px;
	height: 2px;
	display: block;
	background: rgba(255, 255, 255, 0.6);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.acc--style2 .acc-tgg-button:before {
	right: 20px;
	top: 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.acc--style2 .acc-tgg-button:after {
	right: 15px;
	top: 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.acc--style2 .acc-tgg-button.collapsed:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.acc--style2 .acc-tgg-button.collapsed:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.acc--style2 .acc-content {
	padding: 20px 25px;
	border-top: 1px solid #E5E5E5;
	background-color: #fff;
	border-radius: 0 0 3px 3px;
}

.acc--style2 .acc-content p:last-child {
	margin-bottom: 0;
}

.zn_accordion_element .acc--style2 .acc-panel-collapse {
	padding: 0 15px
}

.zn_accordion_element .acc--style2 .acc-content {
	padding: 20px 10px;
}

.acc-sch--dark .acc--style2 .acc-group {
	border-color: #1A1A1A;
}

.acc-sch--dark .acc--style2 .acc-tgg-button {
	background-color: #000;
	border: 0;
}

.acc-sch--dark .acc--style2 .acc-tgg-button.collapsed {
	color: #AFAFAF;
}

.acc-sch--dark .acc--style2 .acc-tgg-button:before,
.acc-sch--dark .acc--style2 .acc-tgg-button:after {
	background: rgba(0, 0, 0, 0.4);
}

.acc-sch--dark .acc--style2 .acc-content {
	border-top-color: #1A1A1A;
	background-color: #000;
}

.acc--style3 {
	background: #fff;
	border: 1px solid #e3e3e3;
	padding: 11px 15px 10px;
}

.acc--style3 .acc-group {
	margin-bottom: 8px;
	margin-left: 54px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e5e5e5;
	box-shadow: none;
}

.acc--style3 .acc-group+.acc-group {
	margin-top: 0;
}

.acc--style3 .acc-group:last-child {
	border-bottom: 0;
}

.acc--style3 .acc-tgg-button {
	display: block;
	width: 100%;
	text-align: left;
	position: relative;
	margin: 0;
	padding: 10px 10px 5px 0;
	background: none;
	border: 0;
	font-size: 14px;
}

.acc--style3 .acc-tgg-button.collapsed {
	color: #505050;
}

.acc--style3 .acc-tgg-button:before {
	width: 36px;
	height: 50px;
	background-color: #cd2122;
	position: absolute;
	left: -54px;
	top: 5px;
	content: "\2212";
	font-family: 'Glyphicons Halflings';
	color: #fff;
	text-align: center;
	border-radius: 3px;
	line-height: 40px;
	font-size: 12px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.acc--style3 .acc-tgg-button.collapsed:before {
	content: "\2b";
	background-color: #D3D3D3;
	height: 40px;
}

.acc--style3 .acc-content {
	padding: 10px 15px 10px 0;
}

.acc--style3 .acc-content p:last-child {
	margin-bottom: 0;
}

.acc-sch--dark .acc--style3 {
	background: #000;
	border-color: #1C1C1C;
}

.acc-sch--dark .acc--style3 .acc-group {
	border-bottom-color: #1A1A1A;
	box-shadow: none;
	background-color: #000;
}

.acc-sch--dark .acc--style3 .acc-tgg-button.collapsed {
	color: #AFAFAF;
}

.acc-sch--dark .acc--style3 .acc-tgg-button:before {
	color: #000;
}

.acc-sch--dark .acc--style3 .acc-tgg-button.collapsed:before {
	background-color: #2C2C2C;
}

.zn-acc--style4 .acc-title {
	line-height: 1.4;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-shadow: none;
	padding: 15px 20px;
	margin-bottom: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	text-transform: uppercase;
}

.acc--style4 {
	border: solid 1px #CE2123;
	border-radius: 4px;
}

.acc-title+.acc--style4 {
	border-top: none;
}

.acc--style4 .acc-group {
	margin-bottom: 0;
	border-radius: 0;
	border: 0;
	box-shadow: none;
}

.acc--style4 .acc-group+.acc-group {
	margin-top: 0;
}

.acc--style4 .acc-tgg-button {
	background: none;
	border: 0;
	padding: 4px 10px;
	color: #CD2122;
	display: block;
	width: 100%;
	text-align: left;
	position: relative;
	padding: 12px 20px;
	overflow: hidden;
	border-bottom: solid 1px #f9f9f9;
}

.acc--style4 .acc-tgg-button:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.acc--style4 .acc-tgg-button:last-child:only-child {
	border-radius: 3px;
}

.acc--style4 .acc-tgg-button.collapsed {
	background: #f9f9f9;
	color: #505050;
	border-bottom: solid 1px #E6E6E6;
}

.acc--style4 .acc-tgg-button,
.acc--style4 .acc-tgg-button:hover,
.acc--style4 .acc-tgg-button.collapsed:hover {
	color: #111;
	background: #fff;
}

.acc--style4 .acc-tgg-button.collapsed .acc-icon {
	position: absolute;
	right: -21px;
	width: 58px;
	height: 58px;
	border: 7px solid #000;
	border-radius: 50%;
	top: -7px;
}

.acc--style4 .acc-tgg-button.collapsed .acc-icon:before,
.acc--style4 .acc-tgg-button.collapsed .acc-icon:after {
	content: '';
	background-color: #000;
	display: inline-block;
	text-align: center;
	line-height: 63px;
	position: absolute;
	left: 50%;
	top: 50%;
}

.acc--style4 .acc-tgg-button.collapsed .acc-icon:before {
	width: 20px;
	height: 6px;
	margin-top: -3px;
	margin-left: -9px;
}

.acc--style4 .acc-tgg-button.collapsed .acc-icon:after {
	width: 6px;
	height: 19px;
	margin-left: -2px;
	margin-top: -10px;
}

.acc--style4 .acc-tgg-button .acc-icon {
	position: absolute;
	right: -11px;
	width: 58px;
	height: 58px;
	opacity: .05;
	border: 7px solid #cd2122;
	border-radius: 50%;
	top: -7px;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.acc--style4 .acc-tgg-button .acc-icon:before {
	content: '';
	width: 20px;
	height: 6px;
	background-color: #cd2122;
	display: inline-block;
	text-align: center;
	line-height: 63px;
	position: absolute;
	left: 50%;
	margin-left: -9px;
	top: 50%;
	margin-top: -3px;
}

.acc--style4 .acc-tgg-button.collapsed:hover .acc-icon {
	opacity: .05;
}

.acc--style4 .acc-group:last-child .acc-tgg-button.collapsed {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.acc--style4 .acc-group:last-child .acc-tgg-button,
.acc--style4 .acc-group:last-child .acc-tgg-button.collapsed {
	border-bottom-width: 0;
}

.acc--style4 .acc-group:last-child .acc-content {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.acc--style4 .acc-content {
	border-bottom: none;
	background: #fff;
	padding: 20px;
}

.acc--style4 .acc-panel-collapse.collapse.in .acc-content {
	border-bottom: solid 1px #E6E6E6;
}

.acc--style4 .acc-content p:last-child {
	margin-bottom: 0;
}

.zn_accordion_element .acc--style4 .acc-panel-collapse {
	padding: 0 15px
}

.zn_accordion_element .acc--style4 .acc-content {
	padding: 20px 5px;
}

.acc-sch--dark .acc--style4 .acc-tgg-button {
	border-bottom-color: #060606;
}

.acc-sch--dark .acc--style4 .acc-tgg-button.collapsed {
	background: #060606;
	color: #AFAFAF;
	border-bottom-color: #191919;
}

.acc-sch--dark .acc--style4 .acc-tgg-button,
.acc-sch--dark .acc--style4 .acc-tgg-button:hover,
.acc-sch--dark .acc--style4 .acc-tgg-button.collapsed:hover {
	color: #EEEEEE;
	background: #000;
}

.acc-sch--dark .acc--style4 .acc-tgg-button.collapsed .acc-icon {
	border-color: #FFF;
}

.acc-sch--dark .acc--style4 .acc-tgg-button.collapsed .acc-icon:before,
.acc-sch--dark .acc--style4 .acc-tgg-button.collapsed .acc-icon:after {
	background-color: #fff;
}

.acc-sch--dark .acc--style4 .acc-group {
	background: none;
}

.acc-sch--dark .acc--style4 .acc-content {
	background: #000;
}

.acc-sch--dark .acc--style4 .acc-panel-collapse.collapse.in .acc-content {
	border-bottom-color: #191919;
}

.zn_accordion--shortcode.acc--style4 {
	border-width: 1px;
	border-style: solid;
}

.zn_accordion--shortcode.acc--style4,
.zn_accordion--shortcode.acc--style4 .acc-group:only-child,
.zn_accordion--shortcode.acc--style4 .acc-group:only-child .acc-tgg-button {
	border-radius: 3px;
}

@media screen and (max-width:767px) {
	.zn_accordion_element {
		margin-bottom: 30px;
	}
}

.acc-panel-collapse .acc-content .slick-slider {
	opacity: 0;
	-webkit-transition: opacity .35s ease-out .5s;
	transition: opacity .35s ease-out .5s;
	visibility: visible;
	display: block;
}

.acc-panel-collapse.in .acc-content .slick-slider {
	opacity: 1;
}

.acc-panel-collapse:not(.in) .zn_element_zncolumn>.zn_el_options_bar,
.acc-panel-collapse.collapsing .zn_element_zncolumn>.zn_el_options_bar {
	display: none;
}

.circle-text-box .wpk-circle-span {
	font-size: 12px;
	font-weight: 300;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	position: relative;
	color: #ffffff;
	-webkit-transition: all 0.2s cubic-bezier(0.680, 0, 0.265, 1);
	transition: all 0.2s cubic-bezier(0.680, 0, 0.265, 1);
}

.circle-text-box .wpk-circle-span>span {
	position: relative;
	z-index: 1;
}

.circle-text-box .wpk-circle-span:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	background-color: #cd2122;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	-webkit-transition: all 0.2s cubic-bezier(0.680, 0, 0.265, 1);
	transition: all 0.2s cubic-bezier(0.680, 0, 0.265, 1);
}

.circle-text-box .wpk-circle-span {
	float: left;
	margin-right: 20px;
}

.circle-text-box .wpk-circle-title {
	height: 55px;
	margin: 0 0 30px;
	font-size: 20px;
	font-weight: 600;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
}

.circletitlebox--dark .wpk-circle-title {
	border-bottom-color: rgba(255, 255, 255, 0.3);
}

.circle-text-box .wpk-circle-span+.wpk-circle-title {
	overflow: hidden;
	line-height: 60px;
}

.circle-text-box.style1:hover .wpk-circle-span:after {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

.circle-text-box.style2 .wpk-circle-span::before {
	content: '';
	position: absolute;
	right: 5px;
	bottom: 5px;
	background: #CD2122;
	width: 14px;
	height: 14px;
	border-radius: 2px;
	-webkit-transition: all .2s cubic-bezier(0.680, 0, 0.265, 1);
	transition: all .2s cubic-bezier(0.680, 0, 0.265, 1);
}

.circle-text-box.style2:hover .wpk-circle-span::before {
	-webkit-transform: translate3d(5px, 5px, 0);
	transform: translate3d(5px, 5px, 0);
}

.circle-text-box.style2:hover .wpk-circle-span::after {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

.circle-text-box.style3 .wpk-circle-span {
	font-size: 12px;
	font-weight: 300;
	display: inline-block;
	background: #cd2122;
	color: #ffffff;
	width: auto;
	height: 45px;
	line-height: 45px;
	text-align: right;
	z-index: 1;
	border-radius: 3px;
	padding-left: 25px;
	margin-left: -25px;
	padding-right: 10px;
}

.circle-text-box .wpk-circle-span>span {
	position: relative;
	z-index: 1;
}

.circle-text-box.style3 .wpk-circle-span:after {
	display: none;
}

.circle-text-box.style3 .wpk-circle-title {
	height: 42px;
	margin: 0 0 35px;
}

.circle-text-box.style3 .wpk-circle-span+.wpk-circle-title {
	line-height: 45px;
}

.circle-text-box.style3:hover .wpk-circle-span {
	padding-left: 35px;
	margin-left: -35px;
}

.eluid1b1d72b4 {
	margin-bottom: 30px;
}

.eluid1b1d72b4 {
	padding-top: 70px;
	padding-bottom: 0px;
}

.eluid82cd7d7a {
	padding-top: 0px;
	padding-bottom: 15px;
}

.eluid82cd7d7a .tbk__title {
	margin-bottom: 10px;
}

.eluid82cd7d7a .tbk__title {
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	color: #3f3f3f;
	font-style: normal;
}

.eluid82cd7d7a .tbk__subtitle {
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	font-style: normal;
}

.eluid82cd7d7a .tbk__icon {
	font-size: 28px;
}

.cf-elm .zn_field_valid .zn_form_input {
	outline: 1px solid #00DF00;
}

.cf-elm .zn_field_not_valid .zn_form_input {
	outline: 1px solid red;
}

.cf-elm .zn_contact_captcha_text {
	margin-bottom: 5px;
	display: block;
}

.cf-elm .zn_form_loading {
	opacity: 0.5;
}

.cf-elm .zn_captcha_text {
	position: absolute;
	left: 17px;
	padding: 10px 15px;
	width: 76px;
}

.cf-elm .zn_validate_captcha {
	padding-left: 55px;
}

.cf-elm {
	position: relative;
	padding-top: 10px;
}

.cf-elm-form>p {
	margin-bottom: 0;
}

.cf-elm .submit:before {
	line-height: 1;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

.cf-elm input[type=text],
.cf-elm input[type=password],
.cf-elm textarea,
.cf-elm select,
.cf-elm input[type=email] {
	max-width: 100%;
	margin-bottom: 15px;
}

.cf-elm #contactResponse {
	overflow: hidden;
}

.cf-elm .contactBusy {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
}

.cf-elm .progressContainer {
	height: 35px;
	bottom: 0;
	right: 0;
	position: absolute;
	width: 150px;
}

.cf-elm .zn_contact_ajax_response {
	width: 100%;
	margin-bottom: 20px;
}

.cf-label-notice {
	font-weight: normal;
	color: #C43A3A;
}

.cf-elm p.zn_checkbox {
	margin-bottom: 0;
}

.cf-elm input[type=checkbox]+label {
	margin-left: 5px;
}

.kl-fancy-form .form-control {
	font-size: 13px;
	height: auto;
	outline: none;
	box-shadow: inset 1px 2px 0 rgba(0, 0, 0, 0.06);
	border: 1px solid #D9D9D9;
	line-height: 1.6;
}

.cf--dark .kl-fancy-form .form-control {
	box-shadow: inset 1px 2px 0 rgba(0, 0, 0, 0.85);
	border-color: #262626;
	color: #ababab;
	background-color: #131313;
}

.cf-elm-form .kl-fancy-form-label {
	left: 25px;
}

.cf-elm-form .kl-fancy-form .form-control {
	padding-left: 10px
}

.cf-elm-form.cf--placeholders .kl-fancy-form .form-control {
	padding: 15px;
}

.cf-elm.inp-c--square .zn_form_input[type="text"],
.cf-elm.inp-c--square select.zn_form_input,
.cf-elm.inp-c--square textarea.zn_form_input {
	border-radius: 0;
}

.cf-elm.inp-s--flat .zn_form_input[type="text"],
.cf-elm.inp-s--flat select.zn_form_input,
.cf-elm.inp-s--flat textarea.zn_form_input {
	box-shadow: none;
}

.cf-elm.cf--resetBorders .zn_form_input {
	border: none;
}

.kl-fancy-form-col-wrapper {
	position: relative;
}

.kl-fancy-form-col-wrapper:not(:only-child) {
	float: left;
}

.cf-elm-form .kl-fancy-form-col-wrapper .kl-fancy-form-label {
	left: 10px;
}

.kl-fancy-form-date-wrapper:not(:only-child) {
	width: 70%;
}

.kl-fancy-form-date-wrapper:not(:only-child) .form-control {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.kl-fancy-form-time-wrapper {
	width: 30%;
}

.kl-fancy-form-time-wrapper .form-control {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.kl-material-form-col-wrapper {
	position: relative;
}

.kl-material-form-col-wrapper:not(:only-child) {
	float: left;
}

.cf-elm-form .kl-material-form-col-wrapper .kl-material-form-label {
	left: 0px;
}

.kl-material-form-date-wrapper:not(:only-child) {
	width: 70%;
}

.kl-material-form-date-wrapper:not(:only-child) .form-control {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.kl-material-form-time-wrapper {
	width: 30%;
}

.kl-material-form-time-wrapper .form-control {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.kl-material-form.zn_form_field.zn_field_not_valid .zn_form_input,
.kl-material-form-date-wrapper.zn_field_not_valid .zn_form_input,
.kl-material-form-time-wrapper.zn_field_not_valid .zn_form_input {
	outline: none;
	border-bottom-color: #00DF00;
}

.kl-material-form.zn_form_field.zn_field_not_valid .zn_form_input,
.kl-material-form-date-wrapper.zn_field_not_valid .zn_form_input,
.kl-material-form-time-wrapper.zn_field_not_valid .zn_form_input {
	outline: none;
	border-bottom-color: red;
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}

.ui-datepicker .ui-datepicker-next {
	right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}

.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}

.ui-datepicker td {
	border: 0;
	padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

.ll-skin-melon {
	font-size: 14px;
}

.ll-skin-melon .ui-widget {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	background: #2e3641;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.ll-skin-melon .ui-datepicker {
	padding: 0;
}

.ll-skin-melon .ui-datepicker-header {
	border: none;
	background: transparent;
	font-weight: normal;
	font-size: 15px;
}

.ll-skin-melon .ui-datepicker-header .ui-state-hover {
	background: transparent;
	border-color: transparent;
	cursor: pointer;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-title {
	margin-top: .4em;
	margin-bottom: .3em;
	color: #e9f0f4;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover,
.ll-skin-melon .ui-datepicker .ui-datepicker-next-hover,
.ll-skin-melon .ui-datepicker .ui-datepicker-next,
.ll-skin-melon .ui-datepicker .ui-datepicker-prev {
	top: .6em;
	border: none;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover {
	left: 2px;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-next span,
.ll-skin-melon .ui-datepicker .ui-datepicker-prev span {
	color: #fff;
	width: 1em;
	height: 1em;
	overflow: hidden;
	position: relative;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	margin: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ll-skin-melon .ui-datepicker .ui-datepicker-next span:before,
.ll-skin-melon .ui-datepicker .ui-datepicker-prev span:before {
	display: block;
	line-height: 1em;
	text-align: center;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-next span:before {
	content: "\e258";
}

.ll-skin-melon .ui-datepicker .ui-datepicker-prev span:before {
	content: "\e257";
}

.ll-skin-melon .ui-datepicker table {
	margin: 0;
}

.ll-skin-melon .ui-datepicker th {
	padding: 1em 0;
	color: #ccc;
	font-size: 12px;
	font-weight: normal;
	border: none;
	border-top: 1px solid #3a414d;
}

.ll-skin-melon .ui-datepicker td {
	background: #4D4D4D;
	border: none;
	padding: 0;
}

.ll-skin-melon td .ui-state-default {
	background: transparent;
	border: none;
	text-align: center;
	padding: .5em;
	margin: 0;
	font-weight: normal;
	color: #efefef;
	font-size: 12px;
}

.ll-skin-melon td .ui-state-highlight {
	background: rgba(0, 0, 0, 0.15);
}

.ll-skin-melon .ui-state-disabled {
	opacity: 1;
}

.ll-skin-melon .ui-state-disabled .ui-state-default {
	color: #888;
}

.ll-skin-melon td .ui-state-active,
.ll-skin-melon td .ui-state-hover {
	background: #2e3641;
}

.cf-elm-tp.ui-timepicker-wrapper {
	overflow-y: auto;
	height: 150px;
	width: 9em;
	outline: none;
	z-index: 999999;
	margin: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	background: #2e3641;
}

.cf-elm-tp.ui-timepicker-wrapper.ui-timepicker-with-duration {
	width: 13em;
}

.cf-elm-tp.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.cf-elm-tp.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
	width: 11em;
}

.cf-elm-tp .ui-timepicker-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.cf-elm-tp .ui-timepicker-duration {
	margin-left: 5px;
	color: #888;
}

.cf-elm-tp .ui-timepicker-list:hover .ui-timepicker-duration {
	color: #888;
}

.cf-elm-tp .ui-timepicker-list li {
	padding: 5px 0;
	cursor: pointer;
	white-space: nowrap;
	color: #FFF;
	list-style: none;
	margin: 0;
	font-size: 12px;
	line-height: 1.6;
	text-align: center;
}

.cf-elm-tp .ui-timepicker-list li:not(:first-child) {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.cf-elm-tp li.ui-timepicker-selected,
.cf-elm-tp .ui-timepicker-list li:hover,
.cf-elm-tp .ui-timepicker-list .ui-timepicker-selected:hover {
	background: #4D4D4D;
	color: #fff;
}

.cf-elm-tp li.ui-timepicker-selected .ui-timepicker-duration,
.cf-elm-tp .ui-timepicker-list li:hover .ui-timepicker-duration {
	color: #ccc;
}

.cf-elm-tp .ui-timepicker-list li.ui-timepicker-disabled,
.cf-elm-tp .ui-timepicker-list li.ui-timepicker-disabled:hover,
.cf-elm-tp .ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	color: #888;
	cursor: default;
}

.cf-elm-tp .ui-timepicker-list li.ui-timepicker-disabled:hover,
.cf-elm-tp .ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	background: #f2f2f2;
}

.eluidb1ece391 {
	padding-top: 35px;
	padding-bottom: 35px;
}

.zn_section.eluidb1ece391 {
	background-color: #f4f4f4;
}

@media screen and (min-width:1200px) {
	.zn_section--inlinemodal.eluidb1ece391 {
		width: 1200px
	}
}


.tbk__course_title{
	font-size: 30px;
}
.icon-list-block {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #efefef;
  border-radius: 5px;
  display: block;
  padding: 15px 25px;
  margin-bottom: 30px;
  transition: all 0.6s;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .icon-list-block {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 991px) {
  .icon-list-block {
    text-align: center;
    padding: 15px;
  }
}

.icon-list-block:hover,
.icon-list-block-cur  {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
		  background: #fc6411;
		  color: #fff!important;
}
.icon-list-block:hover span,
.icon-list-block-cur span{
	color: #fff!important;
}

.icon-list-block img {
  display: inline-block;
  margin-right: 20px;
  width: 30px;
}

@media screen and (max-width: 1199px) {
  .icon-list-block img {
    margin-right: 15px;
  }
}

@media screen and (max-width: 991px) {
  .icon-list-block img {
    display: block;
    margin: 0 auto;
  }
}

.icon-list-block i {
  display: inline-block;
  margin-right: 20px;
  font-size: 20px;
}

.icon-list-block span {
  color: #2f2f35;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .icon-list-block span {
    line-height: .8;
  }
}

@media screen and (max-width: 991px) {
  .icon-list-block span {
    line-height: 1;
  }
}

@media screen and (max-width: 1199px) {
  .icon-list-block span {
    font-size: 15px;
  }
}
@media only screen and (max-width :640px) {
	.eluida06f57e2 .tbk__title{
		font-size: 16px;
		line-height: 30px;
	}
	.eluida06f57e2 .tbk__subtitle{
		font-size: 14px;
		line-height: 24px;
	}
	.tbk__h1{
		font-size: 26px;
	}
	.pricing-table-element .plan-column .subscription-price .price{
		font-size: 30px;
	}
	.icon-list-block{
		margin-bottom: 10px;
		padding: 5px 0;
	}
	.col-md-3.col-sm-6{
		width: 50%;
		float: left;
	}
	.icon-list-block:hover, .icon-list-block-cur{
		transform:translateY(0px)
	}
	.zn_section{
		padding-top: 0;
	}
}