.cute3dslider .kl-slideshow-inner {
	padding-top: 170px;
	padding-bottom: 50px;
}

.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);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.acc--default-style .acc-tgg-button:after {
	right: 25px;
	top: 50%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.acc--default-style .acc-tgg-button.collapsed:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.acc--default-style .acc-tgg-button.collapsed:after {
	-webkit-transform: rotate(-45deg);
	-ms-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: #BDBDBD;
	-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);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.acc--style2 .acc-tgg-button:after {
	right: 15px;
	top: 50%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.acc--style2 .acc-tgg-button.collapsed:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.acc--style2 .acc-tgg-button.collapsed:after {
	-webkit-transform: rotate(-45deg);
	-ms-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: #424242;
}

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

.action_box {
	padding: 24px 0;
	color: #fff;
	border-top: 2px solid #fff;
	border-bottom: 1px solid #fff;
	position: relative;
	background-color: #CD2122;
	clear: both;
}

.actionbox--dark {
	color: #000;
	border-top: 2px solid #111;
	border-bottom: 1px solid #111;
}

.action_box:after,
.action_box:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -14px;
	margin-left: -25%;
	border-radius: 3px;
	border: 8px solid transparent;
	border-top-width: 7px;
	border-top-color: #CD2122;
}

.action_box:after {
	border-top-color: rgba(0, 0, 0, 0.2);
}

.action_box[data-arrowpos=center]:after,
.action_box[data-arrowpos=center]:before {
	margin-left: -7px;
}

.action_box[data-arrowpos=right]:after,
.action_box[data-arrowpos=right]:before {
	margin-left: 25%;
}

.action_box-content {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
	width: 100%;
}

.action_box-title {
	margin: 10px 0;
	font-weight: 200;
	font-size: 24px;
	line-height: 1.4;
}

.action_box-subtitle {
	opacity: 0.6;
	line-height: 1.6
}

.actionbox--dark .action_box-subtitle {
	color: rgba(0, 0, 0, 0.6);
}

.action_box-button {
	margin-left: 5px;
	margin-right: 5px;
}

.action_box.style2 .action_box-content {
	display: block;
}

.action_box.style2 .action_box-text,
.action_box.style2 .action_box-buttons {
	display: block;
	text-align: center;
	padding-left: 0;
}

.action_box.style2 .action_box-text {
	margin-bottom: 25px;
}

.action_box.style2 .action_box-button,
.action_box.style2 .action_box-button:last-child {
	display: inline-block;
	margin: 0 5px;
}

.actionbox--dark .action_box-text {
	color: #111;
}

.action_box.style3 {
	padding: 0;
	border-radius: 6px;
}

.action_box.style3:before {
	position: absolute;
	content: '';
	background-color: #CD2122;
	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;
}

.action_box.style3:after {
	display: none
}

.action_box.style3 .action_box-inner {
	position: relative;
	padding: 35px;
	border-radius: 6px;
	z-index: 1;
}

.action_box.style3 .action_box-inner:before {
	position: absolute;
	content: '';
	background-color: #CD2122;
	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;
}

.action_box.style3 .action_box-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;
}

.action_box.style3 .action_box-content {
	position: relative;
}

@media (min-width:1200px) {
	.action_box-content {
		display: table;
	}
	.action_box-text {
		display: table-cell;
	}
	.action_box-buttons {
		text-align: right;
		display: table-cell;
		vertical-align: middle;
		padding-left: 30px;
	}
	.action_box-button {
		display: inline;
	}
}

@media (max-width:1200px) {
	.action_box {
		text-align: center;
	}
	.action_box-text {
		margin-bottom: 25px;
	}
	.action_box.style3 {
		margin-top: 40px;
	}
}

@media (max-width:991px) {
	.action_box-button {
		margin-top: 10px;
	}
}

@media (min-width:768px) {
	.action_box-title {
		margin-bottom: 15px;
	}
}

@media (max-width:767px) {
	.action_box-title {
		text-align: center;
		margin-bottom: 20px;
	}
}

.bigsocialblock {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.bigsocialblock__item {
	position: relative;
	overflow: hidden;
	height: 150px;
	padding: 25px;
	text-align: right;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-backface-visibility: hidden;
	border-width: 0 1px;
	border-style: solid;
	border-color: rgba(255, 255, 255, 0.25);
}

.bigsocialblock__item:hover {
	box-shadow: 0 6px 22px 4px rgba(0, 0, 0, .4);
	z-index: 1;
	border-color: transparent;
}

.bigsocialblock__link {
	display: block;
	width: 100%;
	height: 100%;
}

.bigsocialblock__bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.bigsocialblock__bg a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}

.bigsocialblock__title {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
	position: absolute;
	z-index: 1;
	right: 25px;
	bottom: 20px;
}

.bigsocialblock__count {
	font-size: 18px;
	font-weight: 600;
	position: absolute;
	right: 25px;
	bottom: 40px;
}

.bigsocialblock__follow {
	opacity: .5;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	position: absolute;
	right: 25px;
	bottom: 20px;
}

.bigsocialblock__count,
.bigsocialblock__follow {
	display: block;
	opacity: 0;
	visibility: hidden;
}

.bigsocialblock__social-icon {
	position: absolute;
	z-index: 1;
	font-size: 80px;
	border-style: solid;
	border-width: 5px;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	line-height: 140px;
	left: -21px;
	bottom: -30px;
	text-align: center;
	opacity: 0.5;
}

.bigsocialblock__item:hover .bigsocialblock__social-icon {
	opacity: 1;
}

.bigsocialblock__title,
.bigsocialblock__count,
.bigsocialblock__follow,
.bigsocialblock__social-icon {
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	-webkit-backface-visibility: hidden;
}

.bsb--theme-light .bigsocialblock__title,
.bigsocialblock__item:hover .bigsocialblock__title,
.bsb--theme-light .bigsocialblock__count,
.bigsocialblock__item:hover .bigsocialblock__count,
.bsb--theme-light .bigsocialblock__follow,
.bigsocialblock__item:hover .bigsocialblock__follow {
	color: #fff;
}

.bsb--theme-light .bigsocialblock__social-icon,
.bigsocialblock__item:hover .bigsocialblock__social-icon {
	color: #fff;
	border-color: #fff;
}

.bsb--theme-dark .bigsocialblock__title,
.bsb--theme-dark .bigsocialblock__count,
.bsb--theme-dark .bigsocialblock__follow {
	color: #8A8A8A;
}

.bsb--theme-dark .bigsocialblock__social-icon {
	color: #8A8A8A;
	border-color: #8A8A8A;
}

.bigsocialblock--style1 .bigsocialblock__item:hover .bigsocialblock__count,
.bigsocialblock--style1 .bigsocialblock__item:hover .bigsocialblock__follow {
	-webkit-transform: scale(.6);
	-ms-transform: scale(.6);
	transform: scale(.6);
}

.bigsocialblock--style1 .bigsocialblock__item:hover .bigsocialblock__title {
	bottom: 70px;
}

.bigsocialblock--style1 .bigsocialblock__item:hover .bigsocialblock__count,
.bigsocialblock--style1 .bigsocialblock__item:hover .bigsocialblock__follow {
	opacity: 1;
	visibility: visible;
	z-index: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.bigsocialblock.type-chover .bigsocialblock__bg {
	opacity: 0;
	-webkit-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

.bigsocialblock.type-chover .bigsocialblock__item:hover .bigsocialblock__bg {
	opacity: 1;
}

.bigsocialblock--style2 .bigsocialblock__social-icon {
	font-size: 200px;
	width: 400px;
	height: 400px;
	line-height: 400px;
	left: -130px;
	bottom: -140px;
	border: solid 15px #fff;
}

.bigsocialblock--style2 .bigsocialblock__item:hover {
	box-shadow: none;
}

.bigsocialblock--style2 .bigsocialblock__count {
	font-size: 30px;
	line-height: 30px;
	display: block;
	position: relative;
	text-align: right;
	margin-bottom: 10px;
	z-index: 1;
	bottom: auto;
	right: auto;
}

.bigsocialblock--style2 .bigsocialblock__follow {
	font-weight: 400;
	display: block;
	position: relative;
	text-align: right;
	bottom: auto;
	right: auto;
}

.bigsocialblock--style2 .bigsocialblock__item:hover .bigsocialblock__count,
.bigsocialblock--style2 .bigsocialblock__item:hover .bigsocialblock__follow {
	opacity: 1;
	visibility: visible;
}

.no-flexbox .bigsocialblock {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.no-flexbox .bigsocialblock__item {
	display: table-cell;
	position: relative;
	overflow: hidden;
	height: 150px;
	padding: 25px;
	text-align: right;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

@media (max-width:1199px) {
	.bigsocialblock--style2 .bigsocialblock__social-icon {
		opacity: 0.25;
	}
	.bigsocialblock--style2 .bigsocialblock__item:hover .bigsocialblock__social-icon {
		opacity: 0.4;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.bigsocialblock.count-4 .bigsocialblock__social-icon {
		border-width: 5px;
		font-size: 60px;
		width: 120px;
		height: 120px;
		line-height: 110px;
		left: -30px;
		bottom: -20px;
	}
	.bigsocialblock.count-5 .bigsocialblock__social-icon {
		border-width: 5px;
		font-size: 50px;
		width: 100px;
		height: 100px;
		line-height: 90px;
		left: -30px;
		bottom: -10px;
	}
	.bigsocialblock.count-4 .bigsocialblock__title,
	.bigsocialblock.count-5 .bigsocialblock__title {
		font-size: 16px;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.bigsocialblock.count-3 .bigsocialblock__social-icon {
		border-width: 5px;
		font-size: 60px;
		width: 120px;
		height: 120px;
		line-height: 110px;
		left: -30px;
		bottom: -20px;
	}
	.bigsocialblock.count-4 .bigsocialblock__social-icon {
		border-width: 5px;
		border-color: transparent;
		font-size: 60px;
		width: 120px;
		height: 120px;
		line-height: 110px;
		left: -30px;
		bottom: -20px;
	}
	.bigsocialblock.count-3 .bigsocialblock__title,
	.bigsocialblock.count-4 .bigsocialblock__title {
		font-size: 16px;
	}
	.bigsocialblock.count-5 .bigsocialblock__item {
		padding: 15px;
	}
	.bigsocialblock.count-5 .bigsocialblock__title {
		font-size: 15px;
		position: relative;
		right: 0;
		top: auto;
		bottom: auto;
		text-align: right;
		margin-bottom: 10px;
		opacity: 1;
		visibility: visible;
	}
	.bigsocialblock__item:hover .bigsocialblock__title {
		bottom: auto;
	}
	.bigsocialblock.count-5 .bigsocialblock__count,
	.bigsocialblock.count-5 .bigsocialblock__follow {
		font-size: 14px;
		opacity: 1;
		visibility: visible;
		transform: none;
		position: relative;
		right: 0;
		top: auto;
		bottom: auto;
		text-align: right;
	}
	.bigsocialblock.count-5 .bigsocialblock__social-icon {
		border-color: transparent;
		font-size: 50px;
		width: 100px;
		height: 100px;
		line-height: 90px;
		left: -20px;
		bottom: -10px;
	}
	.bigsocialblock--style2 .bigsocialblock__title {
		position: relative;
		bottom: auto;
		right: auto;
		margin-bottom: 10px;
	}
}

@media (max-width:767px) {
	.bigsocialblock {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.bigsocialblock__item {
		width: 100%;
		display: block;
		height: 100px;
		padding: 15px;
	}
	.bigsocialblock__title {
		position: relative;
		right: 0;
		top: auto;
		bottom: auto;
		text-align: right;
		margin-bottom: 10px;
		opacity: 1;
		visibility: visible;
	}
	.bigsocialblock__item:hover .bigsocialblock__title {
		bottom: auto;
	}
	.bigsocialblock__count,
	.bigsocialblock__follow {
		opacity: 1;
		visibility: visible;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		position: relative;
		right: 0;
		top: auto;
		bottom: auto;
		text-align: right;
	}
	.bigsocialblock--style2 .bigsocialblock__item {
		height: 120px;
	}
}

.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
}

.kl-slideshow-css3panels {
	position: relative;
}

.css3panels-container {
	overflow: hidden;
	position: relative;
	z-index: 0;
	min-height: 150px;
	margin-left: -62px;
	margin-right: -62px;
}

.css3p--flexbox .css3panels-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.css3panel {
	float: left;
	position: relative;
	z-index: 0;
	min-height: 150px;
}

.css3p--flexbox .css3panel {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-backface-visibility: hidden;
}

.css3panel:hover {
	z-index: 1;
}

.css3panel:hover .css3panel-inner {
	box-shadow: 0 0 0 3px #FFF, 0 0 50px 20px rgba(0, 0, 0, 0.5);
}

.css3p--flexbox .css3panels--resize .css3panel {
	will-change: flex-grow;
	-webkit-transition: -webkit-box-flex .2s ease-out;
	-webkit-transition: -webkit-flex-grow .2s ease-out;
	transition: -webkit-box-flex .2s ease-out;
	transition: -ms-flex-positive .2s ease-out;
	transition: flex-grow .2s ease-out;
}

.css3panels--resize .css3panel-inner {
	will-change: box-shadow;
	-webkit-transition: box-shadow .2s ease-out;
	-webkit-transition: box-shadow .2s ease-out;
	transition: box-shadow .2s ease-out;
}

.css3p--flexbox .css3panels--resize .css3panel:hover {
	-webkit-box-flex: 1.3;
	-webkit-flex-grow: 1.3;
	-ms-flex-positive: 1.3;
	flex-grow: 1.3;
}

.no-flexbox .css3panel {
	-webkit-transition: width .2s ease-out;
	transition: width .2s ease-out;
}

.no-flexbox .css3panels-container[data-panels="1"] .css3panel {
	width: 100%;
	float: none;
}

.no-flexbox .css3panels-container[data-panels="2"] .css3panel {
	width: 50%;
}

.no-flexbox .css3panels-container[data-panels="3"] .css3panel {
	width: 33.3333%;
}

.no-flexbox .css3panels-container[data-panels="4"] .css3panel {
	width: 25%;
}

.no-flexbox .css3panels-container[data-panels="5"] .css3panel {
	width: 20%;
}

.no-flexbox .css3panels-container[data-panels="6"] .css3panel {
	width: 16.6666%;
}

.no-flexbox .css3panels-container.css3panels--resize[data-panels="2"]:hover .css3panel {
	width: 40%;
}

.no-flexbox .css3panels-container.css3panels--resize[data-panels="2"]:hover .css3panel:hover {
	width: 60%;
}

.no-flexbox .css3panels-container.css3panels--resize[data-panels="3"]:hover .css3panel {
	width: 30%;
}

.no-flexbox .css3panels-container.css3panels--resize[data-panels="3"]:hover .css3panel:hover {
	width: 40%;
}

.no-flexbox .css3panels-container.css3panels--resize[data-panels="4"]:hover .css3panel {
	width: 22%;
}

.no-flexbox .css3panels-container.css3panels--resize[data-panels="4"]:hover .css3panel:hover {
	width: 34%;
}

.no-flexbox .css3panels-container.css3panels--resize[data-panels="5"]:hover .css3panel {
	width: 16%;
}

.no-flexbox .css3panels-container.css3panels--resize[data-panels="5"]:hover .css3panel:hover {
	width: 36%;
}

.no-flexbox .css3panels-container.css3panels--resize[data-panels="6"]:hover .css3panel {
	width: 15%;
}

.no-flexbox .css3panels-container.css3panels--resize[data-panels="6"]:hover .css3panel:hover {
	width: 25%;
}

.css3panel-inner {
	position: relative;
	-webkit-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	transform: skewX(-10deg);
	-webkit-backface-visibility: hidden;
	overflow: hidden;
	-webkit-transition: box-shadow .2s ease-out;
	transition: box-shadow .2s ease-out;
	box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.7);
}

.css3panel-mainimage-wrapper {
	position: relative;
	margin-left: -60px;
	margin-right: -60px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	transform: skewX(10deg);
	-webkit-backface-visibility: hidden;
}

.css3panel-mainimage {
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
}

.css3panel-mainimage-img {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	-webkit-transition: .2s ease-out;
	transition: .2s ease-out;
}

div.css3panel-mainimage-img {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.css3p-overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: opacity .15s ease-out;
	transition: opacity .15s ease-out;
}

.css3panel:hover .css3p-overlay {
	opacity: 0;
}

.css3p-overlay--gradient {
	opacity: 0.5;
	top: 50%;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.css3panel-mainimage-img.anim--grayscale {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: opacity .15s ease-out;
	transition: opacity .15s ease-out;
}

.css3panel:hover .css3panel-mainimage-img.anim--grayscale {
	opacity: 0;
}

.css3panel-mainimage-img.anim--blur {
	-webkit-filter: blur(9px);
	filter: blur(9px);
	-webkit-transition: opacity .15s ease-out;
	transition: opacity .15s ease-out;
}

.css3panel:hover .css3panel-mainimage-img.anim--blur {
	opacity: 0;
}

.css3panel-mainimage-img.anim--grayscale.anim--blur {
	-webkit-filter: grayscale(100%) blur(9px);
	filter: grayscale(100%) blur(9px);
	-webkit-transition: opacity .15s ease-out;
	transition: opacity .15s ease-out;
}

.css3panel:hover .css3panel-mainimage-img.anim--grayscale.anim--blur {
	opacity: 0;
}

.css3panel-caption {
	position: absolute;
	bottom: 90px;
	color: #FFFFFF;
	z-index: 1;
	width: 100%;
	padding: 0 50px;
	text-align: right;
}

.css3panel:first-child .css3panel-caption {
	padding-left: 80px;
}

.css3panel:last-child .css3panel-caption {
	padding-right: 80px;
}

.css3panel-caption.css3caption--middle {
	bottom: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cssp-capt-fadein .css3panel-title,
.cssp-capt-fadein .css3panel-text,
.cssp-capt-fadein .css3panel-btn-area {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .15s ease-out, visibility .15s ease-out;
	transition: opacity .15s ease-out, visibility .15s ease-out;
}

.cssp-capt-fadein .css3panel:hover .css3panel-title,
.cssp-capt-fadein .css3panel:hover .css3panel-text,
.cssp-capt-fadein .css3panel:hover .css3panel-btn-area {
	opacity: 1;
	visibility: visible;
}

.cssp-capt-fadeout .css3panel-title,
.cssp-capt-fadeout .css3panel-text,
.cssp-capt-fadeout .css3panel-btn-area {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .15s ease-out, visibility .15s ease-out;
	transition: opacity .15s ease-out, visibility .15s ease-out;
}

.cssp-capt-fadeout .css3panel:hover .css3panel-title,
.cssp-capt-fadeout .css3panel:hover .css3panel-text {
	opacity: 0;
	visibility: hidden;
}

.cssp-capt-fadeout .css3panel:hover .css3panel-btn-area {}

.cssp-capt-slidein .css3panel-title,
.cssp-capt-slidein .css3panel-text,
.cssp-capt-slidein .css3panel-btn-area {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(200px);
	-ms-transform: translateX(200px);
	transform: translateX(200px);
	-webkit-transition: opacity .15s ease-out, visibility .15s ease-out, -webkit-transform .15s ease-out;
	transition: opacity .15s ease-out, visibility .15s ease-out, transform .15s ease-out;
}

.cssp-capt-slidein .css3panel:hover .css3panel-title,
.cssp-capt-slidein .css3panel:hover .css3panel-text,
.cssp-capt-slidein .css3panel:hover .css3panel-btn-area {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.cssp-capt-slideout .css3panel-title,
.cssp-capt-slideout .css3panel-text,
.cssp-capt-slideout .css3panel-btn-area {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: opacity .15s ease-out, visibility .15s ease-out, -webkit-transform .15s ease-out;
	transition: opacity .15s ease-out, visibility .15s ease-out, transform .15s ease-out;
}

.cssp-capt-slideout .css3panel:hover .css3panel-title,
.cssp-capt-slideout .css3panel:hover .css3panel-text {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(200px);
	-ms-transform: translateX(200px);
	transform: translateX(200px);
}

@media (min-width:480px) {
	.cssp-capt-slideout .css3panel:hover .css3panel-btn-area {
		-webkit-transform: translateY(40px) translateX(-10px);
		-ms-transform: translateY(40px) translateX(-10px);
		transform: translateY(40px) translateX(-10px);
		-webkit-transition-duration: .3s !important;
		transition-duration: .3s !important;
		-webkit-transition-delay: .1s !important;
		transition-delay: .1s !important;
	}
}

.cssp-capt-slideout .css3panel:hover .css3p-overlay {
	opacity: 0;
}

.cssp-capt-animated .css3panel-title {
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.cssp-capt-animated .css3panel-text {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.cssp-capt-animated .css3panel-btn-area {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.cssp-capt-animated .css3panel:hover .css3panel-btn-area {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.cssp-capt-animated .css3p-overlay {
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.css3panel-title {
	position: relative;
	font-size: 28px;
	line-height: 1.3;
	font-weight: 600;
	color: #FFF;
	float: right;
	margin: 0;
}

.css3panel-title.title-size-bigger {
	font-size: 70px;
	line-height: 1.1;
	text-shadow: 1px 1px 50px rgba(0, 0, 0, 0.4);
	letter-spacing: -2px;
}

.css3panel:last-child .css3panel-title {
	margin-right: 10px;
}

.css3panel-text {
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	margin-top: 20px;
	max-width: 380px;
	margin-right: 20px;
	line-height: 1.6;
	clear: both;
	float: right;
}

.cp-theme--dark .css3panel-title:not(.captiontitle--wbg):not(.captiontitle--dbg),
.cp-theme--dark .css3panel-text {
	color: #252525;
}

.captiontitle--wbg {}

.captiontitle--wbg,
.captiontitle--dbg {
	padding: 13px 0px 13px 45px;
}

.captiontitle--wbg:before,
.captiontitle--dbg:before {
	content: "";
	position: absolute;
	height: 100%;
	border-radius: 4px;
	padding-right: 35px;
	display: block;
	right: -35px;
	bottom: 0;
	left: 0;
	top: 0;
	z-index: -1;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: skew(-10deg) translate3d(0, 0, 0);
	-ms-transform: skew(-10deg) translate3d(0, 0, 0);
	transform: skew(-12deg) translate3d(0, 0, 0);
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 80%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0.45)));
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 80%);
	background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 80%);
	background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 80%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 80%);
}

.captiontitle--wbg:before {
	background: rgba(255, 255, 255, 0.9);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.25) 40%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(255, 255, 255, 0.25)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.25) 40%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0.25) 40%, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.25) 40%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0.25) 40%, rgba(255, 255, 255, 0) 100%);
}

.css3panel-btn-area {
	clear: both;
	float: right;
	margin-top: 30px;
	margin-right: 20px;
}

.css3panel-btn-area .btn {
	margin-left: 20px;
	margin-bottom: 10px;
}

@media (max-width:1440px) {
	.css3panel-caption {
		padding-left: 50px;
	}
	.css3p--flexbox .css3panel:first-child,
	.css3p--flexbox .css3panel:last-child {
		-webkit-box-flex: 1.1;
		-webkit-flex-grow: 1.1;
		-ms-flex-positive: 1.1;
		flex-grow: 1.1;
	}
	.css3panel .css3panel-title {
		font-size: 18px;
		margin-right: 30px;
	}
	.css3panel .css3panel-text {
		font-size: 13px;
		margin-right: 10px;
	}
	.css3panel .css3panel-btn-area {
		margin-right: 10px;
	}
	.css3panel .css3panel-btn-area .btn {
		margin-bottom: 10px;
		display: block
	}
	.css3panel .css3panel-title.title-size-bigger {
		font-size: 30px;
	}
}

@media (min-width:992px) and (max-width:1200px) {
	.css3panel .css3panel-caption {
		padding-right: 30px;
	}
	.css3panels-container.css3panels--resize:hover .css3panel .css3panel-caption {
		width: 130%;
		margin-left: -30%;
	}
	.css3panels-container.css3panels--resize:hover .css3panel:hover .css3panel-caption {}
	.css3panel .css3panel-title,
	.css3panel .css3panel-title.title-size-bigger {
		font-size: 18px;
		margin-right: 30px;
	}
	.css3panel .css3panel-text {
		font-size: 13px;
		margin-right: 30px;
	}
	.css3panel .css3panel-btn-area {
		margin-right: 35px;
	}
	.css3panel .css3panel-btn-area .btn {
		margin-bottom: 10px;
	}
	.css3p--flexbox .css3panel:first-child {
		-webkit-box-flex: 1.3;
		-webkit-flex-grow: 1.3;
		-ms-flex-positive: 1.3;
		flex-grow: 1.3;
	}
	.css3p--flexbox .css3panels--resize .css3panel:hover {
		-webkit-box-flex: 2;
		-webkit-flex-grow: 2;
		-ms-flex-positive: 2;
		flex-grow: 2;
	}
	.css3panel:first-child .css3panel-caption {
		padding-left: 70px;
	}
	.css3panel:last-child .css3panel-caption {
		padding-right: 60px;
	}
	.css3panel-btn-area .btn {
		font-size: 12px;
		margin-left: 0;
	}
	.css3panel-btn-area .btn:last-child {
		margin-left: 10px;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.css3panel .css3panel-caption {
		padding-right: 25px;
	}
	.css3panels-container.css3panels--resize:hover .css3panel .css3panel-caption {}
	.css3panels-container.css3panels--resize:hover .css3panel:hover .css3panel-caption {}
	.css3panel .css3panel-title,
	.css3panel .css3panel-title.title-size-bigger {
		font-size: 16px;
		margin-right: 20px;
	}
	.css3panel .css3panel-text {
		font-size: 13px;
		margin-right: 30px;
		display: none;
	}
	.css3panel .css3panel-btn-area {
		margin-right: 35px;
		margin-top: 50px;
	}
	.css3panel .css3panel-btn-area .btn {
		margin-bottom: 10px;
	}
	.css3p--flexbox .css3panel:first-child {
		-webkit-box-flex: 1.3;
		-webkit-flex-grow: 1.3;
		-ms-flex-positive: 1.3;
		flex-grow: 1.3;
	}
	.css3p--flexbox .css3panels--resize .css3panel:hover {
		-webkit-box-flex: 2.2;
		-webkit-flex-grow: 2.2;
		-ms-flex-positive: 2.2;
		flex-grow: 2.2;
	}
	.css3panel:first-child .css3panel-caption {
		padding-left: 50px;
	}
	.css3panel:last-child .css3panel-caption {
		padding-right: 50px;
	}
	.css3panel:last-child .css3panel-title {
		margin-right: 30px;
	}
	.css3panel-btn-area .btn {
		font-size: 12px;
		margin-left: 0;
	}
	.css3panel-btn-area .btn:last-child {
		margin-left: 10px;
	}
}

@media (max-width:767px) {
	.css3panels-container {
		height: auto !important;
		margin-left: 0;
		margin-right: 0;
	}
	.css3p--flexbox .css3panels-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.css3panel {
		float: left;
		overflow: hidden;
		position: relative;
		z-index: 0;
		box-shadow: 0 0 0 3px #fff;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.css3p--flexbox .css3panel {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	.zn_pb_wrapper .kl-slideshow-css3panels:first-child .css3panel:first-child {
		padding-bottom: 0;
		box-sizing: content-box;
		width: 100%;
	}
	.zn_pb_wrapper .kl-slideshow-css3panels:first-child .css3panel:first-child .css3panel-inner {
		top: 0;
	}
	.zn_pb_wrapper .kl-slideshow-css3panels:first-child .css3panel:first-child {
		padding-top: 150px;
	}
	.zn_pb_wrapper .kl-slideshow-css3panels:first-child .css3panel:first-child .css3panel-caption {
		margin-top: 150px;
	}
	.site-header--relative~.zn_pb_wrapper .kl-slideshow-css3panels:first-child .css3panel:first-child {
		padding-top: 20px;
	}
	.site-header--relative~.zn_pb_wrapper .kl-slideshow-css3panels:first-child .css3panel:first-child .css3panel-caption {
		margin-top: 20px;
	}
	.css3p--flexbox .css3panel:first-child,
	.css3p--flexbox .css3panel:last-child {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.css3p--flexbox .css3panels--resize .css3panel:first-child:hover,
	.css3p--flexbox .css3panels--resize .css3panel:last-child:hover,
	.css3p--flexbox .css3panels--resize .css3panel:hover {
		-webkit-box-flex: 1.5;
		-webkit-flex-grow: 1.5;
		-ms-flex-positive: 1.5;
		flex-grow: 1.5;
	}
	.no-flexbox .css3panels-container .css3panel {
		width: 100% !important;
		float: none;
	}
	.css3panel-inner {
		position: absolute;
		margin-left: 0;
		margin-right: 0;
		min-height: 150px;
		-webkit-transform: skewX(0);
		-ms-transform: skewX(0);
		transform: skewX(0);
		top: 0;
		width: 100%;
		height: 100% !important;
	}
	.css3panel-mainimage-wrapper {
		-webkit-transform: skewX(0);
		-ms-transform: skewX(0);
		transform: skewX(0);
		height: 100% !important;
	}
	.css3panel-caption {
		padding-left: 20px;
		padding-right: 20px;
		bottom: auto;
		position: static;
	}
	.css3panel:last-child .css3panel-caption {
		padding-right: 20px;
	}
	.css3panel-title,
	.css3panel .css3panel-title.title-size-bigger {
		font-size: 18px;
		max-width: 70%;
	}
	.captiontitle--wbg,
	.captiontitle--dbg {
		padding: 10px 0 10px 25px;
	}
	.css3panel-text {
		font-size: 14px;
		max-width: 70%;
		margin-right: 0;
	}
	.css3panel-btn-area {
		clear: none;
		float: left;
		max-width: 30%;
		position: absolute;
		top: 0;
		left: 0;
		text-align: left;
		margin-top: 25px;
		margin-right: 0;
	}
	.css3panel-btn-area .btn:first-child {
		margin-bottom: 15px;
	}
}

@media (max-width:480px) {
	.zn_pb_wrapper .kl-slideshow-css3panels:first-child .css3panel:first-child {
		padding-top: 30px;
		padding-bottom: 30px;
		box-sizing: content-box;
		width: 100%;
	}
	.zn_pb_wrapper .kl-slideshow-css3panels:first-child .css3panel:first-child .css3panel-inner {
		top: 0;
	}
	.zn_pb_wrapper .kl-slideshow-css3panels:first-child .css3panel:first-child .css3panel-caption {
		margin-top: 0;
	}
	.css3panel-text {
		display: none;
	}
	.css3panel-btn-area {
		clear: right;
		float: right;
		max-width: 100%;
		position: relative;
		top: 0;
		left: 0;
		text-align: left;
		margin-right: 0;
		margin-top: 20px;
	}
	.css3panel-btn-area .btn:first-child {}
}

.callout-banner {
	margin-bottom: 40px;
	margin-top: 20px;
}

.callout-banner-title {
	font-weight: 300;
	font-size: 24px;
	line-height: 1.6;
	position: relative;
	padding-top: 20px;
	margin-top: 0;
}

.callout-banner-title strong {
	font-weight: 600;
}

.callout-banner-title:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 3px;
	background: #000;
	opacity: 0.1;
}

.calloutbanner--dark .callout-banner-title:before {
	background: #fff;
}

.circlehover {
	width: 130px;
	height: 130px;
	text-align: center;
	color: white;
	font-size: 18px;
	padding: 10px;
	display: table;
	line-height: 1.4;
	background-color: #CD2122;
	position: relative;
	font-weight: 300;
	border-radius: 50%;
	box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 400ms cubic-bezier(0.680, 0, 0.265, 1);
	-webkit-transition: all 400ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
	transition: all 400ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-webkit-transition-timing-function: cubic-bezier(0.680, 0, 0.265, 1);
	-webkit-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
	transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

.circlehover:hover {
	color: #fff;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	box-shadow: 5px 5px 1px rgba(0, 0, 0, 0.2);
}

.circlehover:before {
	content: '';
	position: absolute;
	top: 7px;
	left: 7px;
	background: #CD2122;
	width: 30px;
	height: 30px;
	border-radius: 3px;
}

.circlehover>span {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 1;
}

.circlehover[data-size="small"] {
	width: 80px;
	height: 80px;
	font-size: 14px;
	padding: 8px;
}

.circlehover[data-size="medium"] {
	width: 95px;
	height: 95px;
	font-size: 16px;
	padding: 10px;
}

.circlehover[data-position="top-left"]:before {
	top: 7px;
	left: 7px;
}

.circlehover[data-position="top-right"]:before {
	top: 7px;
	right: 7px;
	left: auto;
}

.circlehover[data-position="bottom-left"]:before {
	bottom: 7px;
	left: 7px;
	top: auto;
}

.circlehover[data-position="bottom-right"]:before {
	bottom: 7px;
	right: 7px;
	left: auto;
	top: auto;
}

.circlehover[data-position="top"]:before,
.circlehover[data-position="right"]:before,
.circlehover[data-position="left"]:before,
.circlehover[data-position="bottom"]:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.circlehover[data-position="top"]:before {
	top: -10px;
	left: 50%;
	margin-left: -15px;
}

.circlehover[data-position="right"]:before {
	top: 50%;
	right: -10px;
	left: auto;
	margin-top: -15px;
}

.circlehover[data-position="left"]:before {
	top: 50%;
	left: -10px;
	margin-top: -15px;
}

.circlehover[data-position="bottom"]:before {
	bottom: -10px;
	left: 50%;
	margin-left: -15px;
	top: auto;
}

.circlehover[data-position="bottom-right"] {
	box-shadow: -3px -3px 1px rgba(0, 0, 0, 0.5);
}

.circlehover[data-position="bottom-right"]:hover {
	box-shadow: -5px -5px 1px rgba(0, 0, 0, 0.5);
}

.circlehover[data-align="left"] {
	float: left;
}

.circlehover[data-align="right"] {
	float: right;
}

.circlehover.with-symbol .circlehover-symbol {
	opacity: 0;
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	line-height: 130px;
}

.circlehover.with-symbol:hover .circlehover-text {
	opacity: 0;
}

.circlehover.with-symbol:hover .circlehover-symbol {
	opacity: 1;
}

.circlehover.style2 {
	width: 100%;
	height: 75px;
	text-align: center;
	color: white;
	font-size: 18px;
	padding: 10px 20px;
	display: table;
	line-height: 1.3;
	position: relative;
	font-weight: 300;
	text-shadow: none;
	border-radius: 4px;
	box-shadow: none;
}

.circlehover.style2:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: initial;
	bottom: -4px;
	left: 0;
	border-radius: 3px;
	-webkit-transform: skewY(3deg);
	-ms-transform: skewY(3deg);
	transform: skewY(3deg);
	z-index: 1;
}

.circlehover.style2:after {
	content: '';
	position: absolute;
	background-color: #dcdcdc;
	width: 90%;
	height: 16px;
	top: initial;
	bottom: -9px;
	left: 11px;
	border-radius: 3px;
	-webkit-transform: skewY(-3deg);
	-ms-transform: skewY(-3deg);
	transform: skewY(-3deg);
}

.circlehover.style2.with-symbol .circlehover-symbol {
	line-height: 73px;
}

.circlehover.style2.with-symbol .circlehover-symbol-img {
	max-height: 48px;
}

.circlehover.style3 {
	width: 150px;
	height: 150px;
	box-shadow: none;
}

.circlehover.style3:before {
	left: 3px;
	top: inherit;
	bottom: 25px;
	-webkit-transform: skewY(-28deg) rotate(27deg);
	-ms-transform: skewY(-28deg) rotate(27deg);
	transform: skewY(-28deg) rotate(27deg);
}

.circlehover.style3 .circlehover-text {
	background: #000;
	color: #fff;
	display: block;
	position: absolute;
	bottom: 15px;
	right: -23px;
	min-width: 100px;
	padding: 3px 10px;
	font-style: italic;
	border-radius: 4px;
	font-size: 13px;
	line-height: 20px;
}

.calloutbanner--dark .circlehover.style3 .circlehover-text {
	background: #ccc;
	color: #333;
}

.circlehover.style3.with-symbol .circlehover-symbol {
	line-height: 150px;
}

.circlehover-symbol-trg {
	display: none;
}

.circlehover.style3 .circlehover-symbol-trg {
	display: block;
	position: absolute;
	left: 72px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	top: 65px;
}

.circlehover.style3 .play-icon {
	display: block;
	background-color: #fff;
	-webkit-transform: rotate(-60deg) skewX(-30deg) scale(1, .866);
	-ms-transform: rotate(-60deg) skewX(-30deg) scale(1, .866);
	transform: rotate(-60deg) skewX(-30deg) scale(1, .866);
	position: relative;
	text-align: left;
}

.circlehover.style3 .play-icon:before,
.circlehover.style3 .play-icon:after {
	content: '';
	position: absolute;
	background-color: inherit;
}

.circlehover.style3 .play-icon,
.circlehover.style3 .play-icon:before,
.circlehover.style3 .play-icon:after {
	width: 16px;
	height: 16px;
	border-top-right-radius: 30%;
}

.circlehover.style3 .play-icon {
	-webkit-transform: rotate(-60deg) skewX(-30deg) scale(1, .866);
	-ms-transform: rotate(-60deg) skewX(-30deg) scale(1, .866);
	transform: rotate(-60deg) skewX(-30deg) scale(1, .866);
}

.circlehover.style3 .play-icon:before {
	-webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414, .707) translate(0, -50%);
	-ms-transform: rotate(-135deg) skewX(-45deg) scale(1.414, .707) translate(0, -50%);
	transform: rotate(-135deg) skewX(-45deg) scale(1.414, .707) translate(0, -50%);
}

.circlehover.style3 .play-icon:after {
	-webkit-transform: rotate(135deg) skewY(-45deg) scale(.707, 1.414) translate(50%);
	-ms-transform: rotate(135deg) skewY(-45deg) scale(.707, 1.414) translate(50%);
	transform: rotate(135deg) skewY(-45deg) scale(.707, 1.414) translate(50%);
}

.circlehover.style3:hover .circlehover-symbol-trg {
	display: none;
}

@media (max-width:767px) {
	.circlehover[data-align="right"] {
		float: none;
		margin: 20px auto;
	}
	.circlehover.style2 {
		width: auto;
	}
}

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

.elm-custommenu {
	margin-bottom: 20px;
}

.elm-cmlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.elm-cmlist li {}

.elm-cmlist li a {}

.elm-cmlist li ul {
	list-style: none;
	padding-left: 20px;
}

.elm-cmlist-cols:not(.elm-cmlist--cols-1) {
	margin-left: -10px;
	margin-right: -10px;
}

.elm-cmlist-cols:not(.elm-cmlist--cols-1)>li {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.elm-cmlist-cols.elm-cmlist--cols-2>li {
	width: calc(50% - 20px);
}

.elm-cmlist-cols.elm-cmlist--cols-3>li {
	width: calc(33.3333% - 20px);
}

.elm-cmlist-cols.elm-cmlist--cols-4>li {
	width: calc(25% - 20px);
}

.elm-cmlist.elm-cmlist--v1 li {
	margin-bottom: 0;
}

.elm-cmlist.elm-cmlist--v1 a {
	color: #747474;
	display: block;
	padding: 5px 0;
	position: relative;
}

.elm-cmlist.elm-cmlist--v1 a:before {
	content: '';
	display: inline-block;
	margin-right: 12px;
	width: 8px;
	height: 2px;
	background: #000;
	opacity: 0.05;
	vertical-align: middle;
	-webkit-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

.elm-cmlist.elm-cmlist--v1 li.active>a,
.elm-cmlist.elm-cmlist--v1 a:hover {
	color: #000000;
}

.elm-cmlist.elm-cmlist--v1 li.active>a:before,
.elm-cmlist.elm-cmlist--v1 a:hover:before {
	width: 12px;
	margin-right: 8px;
	opacity: 0.2;
}

.elm-cmlist--skin-dark .elm-cmlist.elm-cmlist--v1 a {
	color: #ababab;
}

.elm-cmlist--skin-dark .elm-cmlist.elm-cmlist--v1 a:before {
	background: #fff;
}

.elm-cmlist--skin-dark .elm-cmlist.elm-cmlist--v1 li.active>a,
.elm-cmlist--skin-dark .elm-cmlist.elm-cmlist--v1 a:hover {
	color: #eee;
}

.elm-cmlist.elm-cmlist--v2 li {
	margin-bottom: 0;
}

.elm-cmlist.elm-cmlist--v2 a {
	color: #747474;
	display: block;
	padding: 10px 0;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.elm-cmlist.elm-cmlist--v2 a:before {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #cd2122;
	-webkit-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

.elm-cmlist.elm-cmlist--v2 a:after {
	content: "\e258";
	color: #000;
	opacity: 0.05;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .15s ease-out;
	transition: all .15s ease-out;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.elm-cmlist.elm-cmlist--v2 li.current-menu-item>a,
.elm-cmlist.elm-cmlist--v2 a:hover {
	color: #000000;
}

.elm-cmlist.elm-cmlist--v2 li.current-menu-item>a:after,
.elm-cmlist.elm-cmlist--v2 a:hover:after {
	opacity: 0.2;
}

.elm-cmlist.elm-cmlist--v2 li.current-menu-item>a:before,
.elm-cmlist.elm-cmlist--v2 a:hover:before {
	width: 100%;
}

.elm-cmlist--skin-dark .elm-cmlist.elm-cmlist--v2 a {
	color: #ababab;
	border-bottom-color: rgba(255, 255, 255, 0.1);
}

.elm-cmlist--skin-dark .elm-cmlist.elm-cmlist--v2 a:before {
	background: #fff;
}

.elm-cmlist--skin-dark .elm-cmlist.elm-cmlist--v2 a:after {
	color: #fff;
}

.elm-cmlist--skin-dark .elm-cmlist.elm-cmlist--v2 li.current-menu-item>a,
.elm-cmlist--skin-dark .elm-cmlist.elm-cmlist--v2 a:hover {
	color: #eee;
}

.elm-cmlist.elm-cmlist--v3 a {
	background: rgba(0, 0, 0, 0.1);
	color: #444;
	display: block;
	padding: 10px 15px;
	position: relative;
	border-radius: 2px;
	margin-bottom: 3px;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.elm-cmlist.elm-cmlist--v3 li.current-menu-item>a,
.elm-cmlist.elm-cmlist--v3 a:hover {
	background: rgba(0, 0, 0, 0.2);
	color: #444;
}

.elm-cmlist--skin-dark .elm-cmlist.elm-cmlist--v3 a {
	background: rgba(255, 255, 255, 0.1);
	color: #eee;
}

.elm-cmlist--skin-dark .elm-cmlist.elm-cmlist--v3 li.current-menu-item>a,
.elm-cmlist--skin-dark .elm-cmlist.elm-cmlist--v3 a:hover {
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
}

.elm-cmlist.elm-cmlist--v3ext a {
	color: #444;
	display: block;
	padding: 10px 15px;
	margin-bottom: 3px;
	position: relative;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	-webkit-transition: color .15s cubic-bezier(0.77, 0, 0.175, 1);
	transition: color .15s cubic-bezier(0.77, 0, 0.175, 1);
	overflow: hidden;
}

.elm-cmlist.elm-cmlist--v3ext a span {
	position: relative;
}

.elm-cmlist.elm-cmlist--v3ext a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #cd2122;
	border-radius: 2px;
	opacity: 0;
	-webkit-transform: translateX(-103%) skewX(10deg);
	-ms-transform: translateX(-103%) skewX(10deg);
	transform: translateX(-103%) skewX(10deg);
	-webkit-transition: all .15s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all .15s cubic-bezier(0.77, 0, 0.175, 1);
}

.elm-cmlist.elm-cmlist--v3ext li.current-menu-item>a,
.elm-cmlist.elm-cmlist--v3ext a:hover {
	color: #fff;
}

.elm-cmlist.elm-cmlist--v3ext li.current-menu-item a:before,
.elm-cmlist.elm-cmlist--v3ext li a:hover:before {
	width: 100%;
	opacity: 1;
	-webkit-transform: translateX(0) skewX(0);
	-ms-transform: translateX(0) skewX(0);
	transform: translateX(0) skewX(0);
}

.elm-cmlist--skin-dark .elm-cmlist.elm-cmlist--v3ext a {
	color: #ccc;
	background: rgba(255, 255, 255, 0.1);
}

.elm-cmlist--skin-dark .elm-cmlist.elm-cmlist--v3ext li.current-menu-item>a,
.elm-cmlist--skin-dark .elm-cmlist.elm-cmlist--v3ext a:hover {
	color: #000;
}

.elm-cmlist--h1 {
	margin: 5px 0;
}

.elm-cmlist.elm-cmlist--h1>li {
	display: inline-block;
	margin: 0 10px;
	position: relative;
}

.elm-cmlist.elm-cmlist--h1 li.current-menu-item>a {
	font-weight: 600;
}

.elm-cmlist.elm-cmlist--h1 li ul {
	display: none;
}

.elm-cmlist--h2 {
	margin: 5px 0;
}

.elm-cmlist.elm-cmlist--h2>li {
	display: inline-block;
	margin: 0 3px;
	position: relative;
}

.elm-cmlist.elm-cmlist--h2 a {
	background: rgba(0, 0, 0, 0.1);
	color: #444;
	display: block;
	padding: 10px 15px;
	position: relative;
	border-radius: 2px;
	margin-bottom: 3px;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.elm-cmlist.elm-cmlist--h2 li.current-menu-item>a,
.elm-cmlist.elm-cmlist--h2 a:hover {
	background: rgba(0, 0, 0, 0.2);
	color: #444;
}

.elm-cmlist.elm-cmlist--h2 li.current-menu-item>a {
	font-weight: 600;
}

.elm-cmlist--skin-dark .elm-cmlist.elm-cmlist--h2 a {
	background: rgba(255, 255, 255, 0.1);
	color: #eee;
}

.elm-cmlist--skin-dark .elm-cmlist.elm-cmlist--h2 li.current-menu-item>a,
.elm-cmlist--skin-dark .elm-cmlist.elm-cmlist--h2 a:hover {
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
}

.elm-cmlist.elm-cmlist--h2 li ul {
	display: none;
}

.elm-custommenu--dd {
	position: relative;
}

.elm-custommenu--dd .elm-custommenu-pick {
	display: block;
	padding: 13px 40px 13px 15px;
	min-width: 40px;
	min-height: 50px;
	background-color: #cd2122;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	position: relative;
	border-radius: 2px;
	cursor: pointer;
	opacity: .9;
}

.elm-custommenu--dd .elm-custommenu-pick:after {
	width: 40px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	content: "\e259";
	display: inline-block;
	-webkit-transition: all .15s ease-out;
	transition: all .15s ease-out;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
}

.elm-custommenu--dd.is-opened .elm-custommenu-pick {
	border-radius: 2px 2px 0 0;
}

.elm-custommenu--dd.is-opened .elm-custommenu-pick:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.elm-custommenu--dd:hover .elm-custommenu-pick,
.elm-custommenu--dd.is-opened .elm-custommenu-pick {
	opacity: 1;
}

.elm-cmlist--dd {
	padding: 10px 0;
	background: #fff;
	position: absolute;
	width: 100%;
	top: 100%;
	z-index: 2;
	display: none;
	border-radius: 0 0 3px 3px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.elm-custommenu--dd.is-opened .elm-cmlist--dd {
	display: block;
}

.elm-cmlist--dd li a {
	padding: 10px 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	display: block;
}

.elm-cmlist--dd li:first-child a {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.elm-cmlist--dd li a:hover,
.elm-cmlist--dd li.current-menu-item>a:hover {
	background: #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% - 27.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(../themes/intermobil/images/devices/macbook.png);
}

.el-di-type--vector .el-di__laptop {
	background-image: url(https://www.intermobil.com.tr/wp-content/themes/intermobil/images/devices/macbook-air.svg);
}

.el-di-type--img .el-di__smartphone {
	background-image: url(https://www.intermobil.com.tr/wp-content/themes/intermobil/images/devices/iphone6.png);
}

.el-di-type--vector .el-di__smartphone {
	background-image: url(https://www.intermobil.com.tr/wp-content/themes/intermobil/images/devices/iphone6.svg);
}

.fancyslider__slideshow {
	overflow: hidden;
	background-color: #699100;
	-webkit-transition: background-color .4s cubic-bezier(0.680, 0, 0.265, 1);
	transition: background-color .4s cubic-bezier(0.680, 0, 0.265, 1);
	background-image: -webkit-radial-gradient(40.87% 43.25%, circle, rgba(255, 255, 255, 0.12), transparent 70%), radial-gradient(circle at 65.72% 51.68%, rgba(255, 255, 255, 0.12), transparent 100%), radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 100%);
	background-image: radial-gradient(circle at 40.87% 43.25%, rgba(255, 255, 255, 0.12), transparent 70%), radial-gradient(circle at 65.72% 51.68%, rgba(255, 255, 255, 0.12), transparent 100%), radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 100%);
}

.fancyslider__slideshow .fake-loading {
	z-index: 2;
}

.fancyslider__slideshow .kl-slideshow-inner {
	padding-top: 130px;
	padding-bottom: 0;
}

.zn_fancy_carousel-nav {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -25px;
	width: 40px;
	height: 20px;
}

.zn_fancy_carousel-nav .glyphicon {
	top: auto;
}

.zn_fancy_carousel-next,
.zn_fancy_carousel-prev {
	cursor: pointer;
	display: block !important;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 20px;
	color: rgba(255, 255, 255, 0.36);
	-webkit-transition: -webkit-transform .2s ease-out, opacity .2s ease-out;
	transition: transform .2s ease-out, opacity .2s ease-out;
}

.zn_fancy_carousel-next {
	left: 20px;
	bottom: 3px;
}

.zn_fancy_carousel-next:hover,
.zn_fancy_carousel-prev:hover {
	-webkit-transform: scale(1.25);
	-ms-transform: scale(1.25);
	transform: scale(1.25);
	color: rgba(255, 255, 255, 0.6);
}

.zn_fancy_carousel-next:active,
.zn_fancy_carousel-prev:active {
	color: #fff;
}

.controls-inside .zn_fancy_carousel-nav {
	bottom: 24px;
	width: 60px;
	height: 30px;
	z-index: 2;
	background: rgba(0, 0, 0, 0.36);
	border-radius: 3px;
}

.controls-inside .zn_fancy_carousel-nav .zn_fancy_carousel-prev {
	left: 12px;
	bottom: 4px;
}

.controls-inside .zn_fancy_carousel-nav .zn_fancy_carousel-next {
	left: 30px;
	bottom: 6px;
}

.zn_fancy_carousel-pagi {
	position: absolute;
	text-align: center;
	line-height: 1;
	bottom: -20px;
	z-index: 2;
	width: 100%;
}

.zn_fancy_carousel-pagi a {
	margin: 0 2px;
	line-height: 1;
	display: inline-block;
	width: 15px;
	height: 4px;
	background: #fff;
	opacity: .7;
	cursor: pointer;
	position: relative;
	border-radius: 2px;
	-webkit-transition: opacity .3s ease-in-out, width .3s ease-in-out;
	transition: opacity .3s ease-in-out, width .3s ease-in-out;
}

.zn_fancy_carousel-pagi a:hover {
	opacity: 1;
}

.zn_fancy_carousel-pagi a.selected {
	opacity: 1;
	width: 27px;
}

.controls-inside .zn_fancy_carousel-pagi {
	bottom: 25px;
}

.zn_features_boxes-title {
	color: #CD2122;
	text-shadow: 0 1px 0 #fff;
	font-size: 14px;
	font-weight: 700;
	border-bottom: 1px solid #bcbcbc;
	margin: 0 0 20px;
}

.zn_features_boxes-title-sp {
	padding-bottom: 9px;
	display: inline-block;
	border-bottom: 1px solid #bcbcbc;
	position: relative;
}

.zn_features_boxes-title-sp:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -2px;
	border: 3px solid transparent;
	border-bottom-color: #bcbcbc;
}

.zn_features_boxes-title--ext {
	text-align: center;
	font-size: 18px;
}

.feature_box .box {
	margin-bottom: 15px
}

.feature_box .title {
	font-size: 14px;
	font-weight: 700;
	color: #CD2122;
	vertical-align: middle;
}

.feature_box .box .title+p {
	min-height: 0;
}

.feature_box span.icon~p {
	overflow: hidden;
}

.feature_box.default_style .title>img {
	margin-right: 10px;
}

.feature_box.style2 .box {
	min-height: 0
}

.feature_box.style2 span.icon {
	margin-right: 14px;
	display: inline-block;
	padding: 8px;
	background: #646464;
	float: left;
	border-radius: 50%;
}

.feature_box.style2 span.icon img {
	vertical-align: middle;
}

@media (min-width:768px) and (max-width:991px) {
	.feature_box .box .title+p {
		font-size: 12px;
	}
}

@media only screen and (min-width:481px) and (max-width:767px) {
	.feature_box .title {
		font-size: 13px;
	}
	.feature_box.feature_box.style2 p {
		font-size: 12px;
	}
	.feature_box.style2 .box {
		min-height: 130px;
	}
}

.zn_features_boxes-title {
	color: #CD2122;
	text-shadow: 0 1px 0 #fff;
	font-size: 14px;
	font-weight: 700;
	border-bottom: 1px solid #bcbcbc;
	margin: 0 0 20px;
}

.zn_features_boxes-title-sp {
	padding-bottom: 9px;
	display: inline-block;
	border-bottom: 1px solid #bcbcbc;
	position: relative;
}

.zn_features_boxes-title-sp:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -2px;
	border: 3px solid transparent;
	border-bottom-color: #bcbcbc;
}

.zn_features_boxes-title--ext {
	text-align: center;
	font-size: 18px;
}

.feature_box .box {
	margin-bottom: 15px
}

.feature_box .title {
	font-size: 14px;
	font-weight: 700;
	color: #CD2122;
	vertical-align: middle;
}

.feature_box .box .title+p {
	min-height: 0;
}

.feature_box span.icon~p {
	overflow: hidden;
}

.fb_icon_font {
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 20px;
	display: inline-block;
}

.feature_box.style3 .box {
	min-height: 90px;
	padding: 10px;
	text-align: center;
	position: relative;
}

.feature_box.style3 .box .title {
	margin-bottom: 25px;
}

.feature_box.style3 span.icon {
	display: inline-block;
	margin-bottom: 20px;
	width: 32px;
	height: 32px;
}

.feature_box.style3 .box:hover {
	background: #CD2122;
	color: #fff;
}

.feature_box.style3 .box:hover .title {
	margin-bottom: 25px;
	color: #fff;
	text-shadow: none;
}

.feature_box.style3 .box:hover:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 2px;
	width: 100%;
	background: #fff;
}

.feature_box.style3 .box:hover:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 50%;
	margin-left: -2px;
	border: 4px solid transparent;
	border-top-color: #fff;
}

.feature_box.style3 .box:hover span.icon {
	background-position: center bottom;
}

@media (min-width:768px) and (max-width:991px) {
	.feature_box .box .title+p {
		font-size: 12px;
	}
	.feature_box.style3 .box {
		font-size: 12px;
	}
}

@media only screen and (min-width:481px) and (max-width:767px) {
	.feature_box .title {
		font-size: 13px;
	}
	.feature_box.style3 .box {
		font-size: 12px;
	}
}

.zn_simple_slider_container {
	width: 100%;
	margin: 0 0 15px;
	padding: 0;
	position: relative;
}

.zn_simple_slider_container,
.zn_simple_slider-itemimg {
	height: 470px;
}

.zn_simple_slider-itemimg {
	width: 100%;
	border-radius: 3px;
}

.simpleslider__slideshow .fake-loading {
	z-index: 2;
}

.flex-label {
	display: inline-block;
	position: relative;
	z-index: 1;
	color: #fff;
	padding: 6px 10px 5px;
	border-radius: 3px;
	float: left;
	margin-bottom: 20px;
}

.zn_simple_carousel-arr,
.zn_simple_carousel-nav,
.zn_simple_carousel-pagi.zn_has_thumbs a,
.zn_simple_carousel-pagi.zn_has_thumbs {
	-webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	-ms-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}

.flex-caption-wrapper {
	position: absolute;
	bottom: 20px;
	left: 20px;
	margin: 0;
	float: left;
	opacity: 0;
	-webkit-transition: opacity .4s ease-out, left .4s ease-out, bottom .4s ease-out;
	transition: opacity .4s ease-out, left .4s ease-out, bottom .4s ease-out;
}

.cfs--active-item .flex-caption-wrapper {
	opacity: 1;
}

.kl-flex--classic .flex-caption-wrapper {
	left: 120px;
}

.kl-flex--classic .cfs--active-item .flex-caption-wrapper {
	left: 20px;
}

.kl-flex--classic .flex-caption {
	padding: 9px 15px;
	line-height: 1.3;
	color: #E9E9E9;
	border-left: 5px solid #CD2122;
	background: rgba(0, 0, 0, 0.9);
	font-size: 17px;
	text-transform: uppercase;
	clear: left;
}

.kl-flex--classic .zn_simple_carousel-nav {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 61px;
	height: 40px;
	z-index: 1;
}

.showOnMouseover.kl-flex--classic .zn_simple_carousel-nav {
	opacity: 0;
}

.showOnMouseover.kl-flex--classic:hover .zn_simple_carousel-nav {
	opacity: 1;
}

.kl-flex--classic .zn_simple_carousel-arr {
	width: 30px;
	height: 40px;
	margin: 0;
	display: block;
	cursor: pointer;
	float: left;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9);
	font-size: 13px;
	color: #fff;
	overflow: hidden;
	line-height: 40px;
	text-align: center;
}

.kl-flex--classic .zn_simple_carousel-arr.zn_general_carousel-next {
	margin-left: 1px;
}

.kl-flex--classic .zn_simple_carousel-arr:before {
	display: block;
	width: 30px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
}

.kl-flex--classic .zn_simple_carousel-arr:hover {
	background-color: #CD2122;
}

.kl-flex--classic .zn_simple_carousel-arr.disabled {
	opacity: .3;
	cursor: default;
}

.kl-flex--modern .zn_simple_carousel-nav {
	position: absolute;
	right: 20px;
	bottom: 40px;
	height: 60px;
	z-index: 2;
}

.showOnMouseover.kl-flex--modern .zn_simple_carousel-nav {
	opacity: 0;
}

.showOnMouseover.kl-flex--modern:hover .zn_simple_carousel-nav {
	opacity: 1;
}

.kl-flex--modern .zn_simple_carousel-arr {
	width: 30px;
	height: 30px;
	margin: 0;
	display: block;
	cursor: pointer;
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	overflow: hidden;
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
}

.kl-flex--modern .zn_simple_carousel-arr.zn_general_carousel-next {
	margin-left: -3px;
	margin-top: -3px;
}

.kl-flex--modern .zn_simple_carousel-arr:before {
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
}

.kl-flex--modern .zn_simple_carousel-arr:hover {
	-webkit-transform: scale3d(1.3, 1.3, 1);
	transform: scale3d(1.3, 1.3, 1);
}

.kl-flex--modern .zn_simple_carousel-arr.disabled {
	opacity: .3;
	cursor: default;
}

.kl-flex--classic .zn_simple_carousel-pagi {
	width: 100%;
	position: absolute;
	bottom: -27px;
	text-align: center;
	line-height: 1;
}

.kl-flex--classic .zn_simple_carousel-pagi a {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 3px;
	background-color: #fff;
	opacity: 0.8;
	cursor: pointer;
	position: relative;
	border-radius: 50%;
	border: 2px solid transparent;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.kl-flex--classic .zn_simple_carousel-pagi a:hover,
.kl-flex--classic .zn_simple_carousel-pagi a.selected {
	background-color: transparent;
	border: 2px solid white;
	opacity: 1;
}

.kl-flex--modern .zn_simple_carousel-pagi {
	position: absolute;
	text-align: center;
	line-height: 1;
	top: 30px;
	right: 30px;
	z-index: 2;
}

.kl-flex--modern .zn_simple_carousel-pagi a {
	display: inline-block;
	width: 15px;
	height: 4px;
	margin: 0 3px;
	background: #fff;
	opacity: .7;
	cursor: pointer;
	position: relative;
	border-radius: 2px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.kl-flex--modern .zn_simple_carousel-pagi a:hover,
.kl-flex--modern .zn_simple_carousel-pagi a.selected {
	opacity: 1;
}

.kl-flex--modern .zn_simple_carousel-pagi:not(.zn_has_thumbs) a.selected {
	width: 27px;
}

.zn_simple_carousel-pagi.zn_has_thumbs {
	bottom: 20px;
	right: 20px;
	text-align: right;
	width: auto;
}

.showOnMouseover .zn_simple_carousel-pagi.zn_has_thumbs {
	opacity: 0;
}

.showOnMouseover:hover .zn_simple_carousel-pagi.zn_has_thumbs {
	opacity: 1;
}

.zn_simple_carousel-pagi.zn_has_thumbs a {
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.6) inset;
	width: 100px;
	height: 40px;
	display: inline-block;
	opacity: 0.7;
	margin: 0 3px;
	border-radius: 2px;
	border: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.zn_simple_carousel-pagi.zn_has_thumbs a:hover,
.zn_simple_carousel-pagi.zn_has_thumbs a.selected {
	opacity: 1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	border: 0;
}

.zn_simple_carousel-pagi.zn_has_thumbs+.zn_simple_carousel-nav {
	bottom: 80px;
}

.kl-flex--modern .zn_simple_carousel-pagi.zn_has_thumbs {
	bottom: auto;
	top: 20px;
	right: 20px;
	text-align: right;
	width: auto;
}

.kl-flex--modern .zn_simple_carousel-pagi.zn_has_thumbs+.zn_simple_carousel-nav {
	bottom: 40px;
}

.kl-flex--modern .flex-underbar {
	height: 20px;
	width: 100%;
	background-color: #373737;
	border-radius: 0 0 2px 2px;
}

.kl-flex--modern .zn_simple_slider-itemimg {
	position: relative;
}

.kl-flex--modern .flex-gradient-overlay {
	position: absolute;
	left: 0;
	bottom: 20px;
	right: 0;
	top: 80%;
	opacity: 0;
	-webkit-transition: opacity .4s ease-out, top .4s ease-out;
	transition: opacity .4s ease-out, top .4s ease-out;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}

.kl-flex--modern .cfs--active-item .flex-gradient-overlay {
	opacity: 1;
	top: 50%;
}

.kl-flex--modern .flex-caption-wrapper {
	bottom: 10px;
	width: 100%;
}

.kl-flex--modern .cfs--item.cfs--active-item .flex-caption-wrapper {
	bottom: 45px;
	width: 100%;
}

.kl-flex--modern .flex-caption {
	float: left;
	padding: 0;
	line-height: 1.2;
	color: #fff;
	font-size: 32px;
	letter-spacing: -1px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0;
	clear: left;
}

.kl-flex--modern .slide__link {
	width: 36px;
	height: 36px;
	border: 2px solid rgba(255, 255, 255, .7);
	border-radius: 18px;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	padding-right: 32px;
	direction: rtl;
	color: rgba(255, 255, 255, .9);
	line-height: 32px;
	font-size: 14px;
	text-indent: 1px;
	font-weight: 400;
	transition: padding .4s ease-in-out, max-width .4s ease-in-out, width .4s ease-in-out;
	max-width: 36px;
	display: inline-block;
	margin-left: 20px;
	margin-bottom: -5px;
}

.kl-flex--modern .flex-caption:hover .slide__link {
	width: auto;
	max-width: 100%;
	padding-left: 16px;
	border-color: rgba(255, 255, 255, .9);
}

.kl-flex--modern .slide__link .flex-arrow {
	position: absolute;
	display: block;
	width: 34px;
	height: 34px;
	top: -1px;
	-webkit-backface-visibility: hidden;
}

.kl-flex--modern .slide__link .flex-arrow:before,
.kl-flex--modern .slide__link .flex-arrow:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 2px;
	background: rgba(255, 255, 255, 0.7);
	top: 17px;
	left: 17px;
	display: block;
}

.kl-flex--modern .slide__link .flex-arrow:after {
	width: 2px;
	height: 10px;
}

.kl-flex--modern .slide__link .flex-arrow {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	left: auto;
	right: -6px;
}

@media only screen and (max-width :991px) {
	.flex-caption {
		font-size: 18px;
		letter-spacing: 0;
		font-weight: 800;
		line-height: 1.2;
	}
	.kl-flex--modern .slide__link {
		margin-bottom: -10px;
	}
}

@media only screen and (max-width :767px) {
	.flex-caption {
		font-size: 16px;
		letter-spacing: 0;
		font-weight: 400;
		line-height: 1.2;
	}
	.kl-flex--modern .slide__link {
		margin-bottom: -13px;
	}
	.zn_simple_carousel-nav {
		display: none
	}
}

.flickrfeed {
	min-height: 10px;
}

.gridPhotoGallery {
	margin-left: -5px;
	margin-right: -5px;
}

.gridPhotoGallery__item {
	float: left;
	position: relative;
	padding: 0;
}

.gridPhotoGallery__link {
	width: 100%;
	height: 0;
	display: block;
	padding: 0;
	padding-bottom: 100%;
	margin-bottom: 0;
}

.gridPhotoGallery__imgAnimWrapper {
	display: block;
	position: absolute;
	overflow: hidden;
}

.gridPhotoGallery__img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.gpg-gutter--0 .gridPhotoGallery__imgAnimWrapper {
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.gpg-gutter--3 .gridPhotoGallery__imgAnimWrapper {
	top: 3px;
	right: 3px;
	left: 3px;
	bottom: 3px;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
}

.gpg-gutter--5 .gridPhotoGallery__imgAnimWrapper {
	top: 5px;
	right: 5px;
	left: 5px;
	bottom: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
}

.gpg-gutter--10 .gridPhotoGallery__imgAnimWrapper {
	top: 10px;
	right: 10px;
	left: 10px;
	bottom: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
}

.gpg-gutter--15 .gridPhotoGallery__imgAnimWrapper {
	top: 15px;
	right: 15px;
	left: 15px;
	bottom: 15px;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
}

.gridPhotoGallery__item .kl-icon {
	opacity: 0;
	position: absolute;
	top: 50%;
	margin-top: 15px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	border-color: #fff;
	color: #fff
}

.gridPhotoGallery__link:hover .kl-icon {
	display: block;
	opacity: 1;
	margin-top: 0;
}

.gridPhotoGallery__link.gridPhotoGallery__link-anim--zoomin .gridPhotoGallery__img {
	-webkit-transition: -webkit-transform 0.7s linear;
	transition: -webkit-transform 0.7s linear;
	transition: transform 0.7s linear;
	transition: transform 0.7s linear, -webkit-transform 0.7s linear;
}

.gridPhotoGallery__link.gridPhotoGallery__link-anim--zoomin:hover .gridPhotoGallery__img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition-duration: 2s;
	transition-duration: 2s;
}

.gridPhotoGallery__link.gridPhotoGallery__link-anim--zoomout .gridPhotoGallery__img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: -webkit-transform 1s linear;
	transition: -webkit-transform 1s linear;
	transition: transform 1s linear;
	transition: transform 1s linear, -webkit-transform 1s linear;
}

.gridPhotoGallery__link.gridPhotoGallery__link-anim--zoomout:hover .gridPhotoGallery__img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition-duration: 2s;
	transition-duration: 2s;
}

.gridPhotoGallery__link.gridPhotoGallery__link-anim--fadeout .gridPhotoGallery__img {
	-webkit-transition: opacity .4s ease-out;
	transition: opacity .4s ease-out;
}

.gridPhotoGallery__link.gridPhotoGallery__link-anim--fadeout:hover .gridPhotoGallery__img {
	opacity: .7;
}

.gridPhotoGallery__link.gridPhotoGallery__link-anim--fadein .gridPhotoGallery__img {
	opacity: .7;
	-webkit-transition: opacity .4s ease-out;
	transition: opacity .4s ease-out;
}

.gridPhotoGallery__link.gridPhotoGallery__link-anim--fadein:hover .gridPhotoGallery__img {
	opacity: 1;
}

.gridPhotoGallery__link {
	position: relative;
}

.gridPhotoGallery__link:after {
	content: attr(title);
	position: absolute;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	left: 15%;
	right: 15%;
	top: 50%;
	margin-top: -65px;
	opacity: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.gridPhotoGallery__link:hover:after {
	opacity: 1;
}

.gridPhotoGallery__img:after {
	content: '';
	position: absolute;
	background-color: rgba(28, 31, 32, 0.25);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}

.gridPhotoGallery__link:hover .gridPhotoGallery__img:after {
	opacity: 1;
}

.gridPhotoGallery--scheme-dark .gridPhotoGallery__item .kl-icon,
.gridPhotoGallery-item--scheme-dark.gridPhotoGallery__item .kl-icon {
	border-color: #333;
	color: #333
}

.gridPhotoGallery--scheme-dark .gridPhotoGallery__link:after,
.gridPhotoGallery-item--scheme-dark.gridPhotoGallery__item .gridPhotoGallery__link:after {
	color: #333;
}

.gridPhotoGallery-item--scheme-light.gridPhotoGallery__item .kl-icon {
	border-color: #fff;
	color: #fff
}

.gridPhotoGallery-item--scheme-light.gridPhotoGallery__item .gridPhotoGallery__link:after {
	color: #fff;
}

.gridPhotoGallery--cols-1 .gridPhotoGallery__item {
	width: 100%;
}

.gridPhotoGallery--cols-2 .gridPhotoGallery__item {
	width: 50%;
}

.gridPhotoGallery--cols-3 .gridPhotoGallery__item {
	width: 33.3333%;
}

.gridPhotoGallery--cols-4 .gridPhotoGallery__item {
	width: 25%;
}

.gridPhotoGallery--cols-5 .gridPhotoGallery__item {
	width: 20%;
}

.gridPhotoGallery--cols-6 .gridPhotoGallery__item {
	width: 16.6666%;
}

.gridPhotoGallery--cols-2 .gridPhotoGalleryItem--w2 {
	width: 100%;
}

.gridPhotoGallery--cols-3 .gridPhotoGalleryItem--w2 {
	width: 66.6666%;
}

.gridPhotoGallery--cols-4 .gridPhotoGalleryItem--w2 {
	width: 50%;
}

.gridPhotoGallery--cols-5 .gridPhotoGalleryItem--w2 {
	width: 40%;
}

.gridPhotoGallery--cols-6 .gridPhotoGalleryItem--w2 {
	width: 33.3333%;
}

.gridPhotoGallery--ratio-short .gridPhotoGalleryItem--w1 .gridPhotoGalleryItem--h1,
.gridPhotoGallery--ratio-short .gridPhotoGalleryItem--w2 .gridPhotoGalleryItem--h2 {
	padding-bottom: 75%;
}

.gridPhotoGallery--ratio-square .gridPhotoGalleryItem--w1 .gridPhotoGalleryItem--h1,
.gridPhotoGallery--ratio-square.gridPhotoGalleryItem--w2 .gridPhotoGalleryItem--h2,
.gridPhotoGallery--ratio-custom .gridPhotoGalleryItem--w1 .gridPhotoGalleryItem--h1,
.gridPhotoGallery--ratio-custom.gridPhotoGalleryItem--w2 .gridPhotoGalleryItem--h2 {
	padding-bottom: 100%;
}

.gridPhotoGallery--ratio-tall .gridPhotoGalleryItem--w1 .gridPhotoGalleryItem--h1,
.gridPhotoGallery--ratio-tall .gridPhotoGalleryItem--w2 .gridPhotoGalleryItem--h2 {
	padding-bottom: 125%;
}

.gridPhotoGallery--ratio-short .gridPhotoGalleryItem--w2 .gridPhotoGalleryItem--h1 {
	padding-bottom: 37.5%;
}

.gridPhotoGallery--ratio-square .gridPhotoGalleryItem--w2 .gridPhotoGalleryItem--h1 {
	padding-bottom: 50%;
}

.gridPhotoGallery--ratio-tall .gridPhotoGalleryItem--w2 .gridPhotoGalleryItem--h1 {
	padding-bottom: 62.5%;
}

.gridPhotoGallery--ratio-short .gridPhotoGalleryItem--w1 .gridPhotoGalleryItem--h2 {
	padding-bottom: 150%;
}

.gridPhotoGallery--ratio-square .gridPhotoGalleryItem--w1 .gridPhotoGalleryItem--h2 {
	padding-bottom: 200%;
}

.gridPhotoGallery--ratio-tall .gridPhotoGalleryItem--w1 .gridPhotoGalleryItem--h2 {
	padding-bottom: 250%;
}

@media (max-width:992px) {
	.gridPhotoGalleryItem--w1,
	.gridPhotoGalleryItem--w2 {
		width: 50% !important;
	}
	.gridPhotoGalleryItem--h1,
	.gridPhotoGalleryItem--h2 {
		padding-bottom: 100% !important;
	}
}

@media (max-width:480px) {
	.gridPhotoGalleryItem--w1,
	.gridPhotoGalleryItem--w2 {
		width: 100% !important;
	}
	.gridPhotoGallery__link:after {
		font-size: 13px
	}
}

.timeline-box:hover .date,
.timeline-box:before {
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.timeline-bar {
	position: relative
}

.timeline-bar:before {
	position: absolute;
	content: '';
	width: 1px;
	height: 97%;
	background-color: rgba(0, 0, 0, 0.09);
	display: block;
	top: 26px;
	left: 50%;
	margin-left: -1px;
	z-index: 0;
}

.timeline-box {
	background: #fff;
	border-radius: 3px;
	margin: 30px 30px 30px 0;
	padding: 30px;
	position: relative;
}

.timeline-bar--right .timeline-box {
	margin: 30px 0 30px 30px;
}

.timeline-edge {
	text-align: center;
}

.timeline-box,
.timeline-box-date {
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05)
}

.timeline-edge-text {
	background: #fff;
	border-radius: 3px;
	padding: 0 10px;
	line-height: 2;
	display: inline-block;
}

.timeline-box:hover:before {
	background-color: #cd2122;
}

.timeline-box-date {
	font-size: 13px;
	font-weight: 700;
	background: #fff;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 2px;
	position: absolute;
	top: 50%;
	margin-top: -14px;
	right: -100px;
	color: #787878;
	right: auto;
	white-space: nowrap;
	left: -webkit-calc(100% + 90px);
	left: calc(100% + 90px);
}

.timeline-box-title {
	font-weight: bold;
}

.timeline-bar--right .timeline-box-date {
	left: auto;
	right: calc(100% + 90px);
	right: -webkit-calc(100% + 90px);
}

.historic--dark.timeline-bar:before {
	background-color: rgba(255, 255, 255, 0.09);
}

.historic--dark .timeline-box {
	background: #000;
}

.historic--dark .timeline-edge-text {
	background: #000;
}

.historic--dark .timeline-box-date {
	background: #000;
	color: #cbcbcb;
}

@media (min-width:768px) {
	.timeline-box:after {
		content: '';
		position: absolute;
		top: 50%;
		right: -20px;
		border: 10px solid transparent;
		border-left-color: #fff;
		margin-top: -10px;
	}
	.timeline-bar--right .timeline-box:after {
		left: -20px;
		right: auto;
		border-left-color: transparent;
		border-right-color: #fff;
	}
	.timeline-box:before {
		content: "\e109";
		position: absolute;
		font-family: 'Glyphicons Halflings';
		font-size: 18px;
		top: 50%;
		right: -70px;
		background: #E5E5E5;
		color: #fff;
		width: 50px;
		height: 50px;
		margin-top: -25px;
		border-radius: 50%;
		text-align: center;
		line-height: 50px;
		box-sizing: content-box;
	}
	.timeline-bar--right .timeline-box:before {
		right: auto;
		left: -70px;
	}
	.historic--dark .timeline-box:after {
		border-left-color: #000;
	}
	.historic--dark .timeline-bar--right .timeline-box:after {
		border-right-color: #000;
	}
	.historic--dark .timeline-box:before {
		background: #121212;
	}
}

@media (max-width:767px) {
	.timeline-bar--right .timeline-box-date,
	.timeline-box-date {
		left: 30%;
		right: 30%;
		text-align: center;
		width: 40%;
		top: -39px;
		padding: 5px 0;
	}
	.timeline-box,
	.timeline-bar--right .timeline-box {
		margin: 76px 0
	}
}

.hr-tabs-nav-icon {
	margin-right: 5px;
	vertical-align: middle;
}

.hr-tabs-nav-icon+span {
	vertical-align: middle;
}

.tab-content>.tab-pane {
	display: block !important;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	min-height: auto;
	position: absolute;
	left: -9999px;
}

.tab-content>.tab-pane.active {
	visibility: visible;
	height: auto;
	overflow: visible;
	position: relative;
	left: auto;
}

.tabs_style1 {
	background: #fff;
	border: 1px solid #ececec;
}

.tabs_style1>ul.nav {
	margin-bottom: 0;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #F9F9F9));
	background: -webkit-linear-gradient(top, #fff 0%, #F9F9F9 100%);
	background: linear-gradient(to bottom, #fff 0%, #F9F9F9 100%);
	border-bottom: 1px solid #ececec;
}

.tabs_style1>ul.nav>li {
	float: left;
	margin-bottom: -3px;
}

.tabs_style1>ul.nav>li>a {
	padding: 14px 20px 15px;
	line-height: 1.4;
	border-right: 1px solid #ececec;
	color: #343434;
	margin-bottom: 2px;
}

.tabs_style1>ul.nav>li.active>a,
.tabs_style1>ul.nav>li>a:hover {
	background-color: #fff;
}

.tabs_style1>ul.nav>li.active>a {
	border-top: 3px solid #cd2122;
	border-left: 0;
	font-weight: 700;
	padding: 13px 20px 15px;
	margin-top: -2px;
}

.tabs_style1 .tab-content {
	display: table;
	width: 100%;
	padding: 0 15px 15px;
}

.tabs_style1 .tab-content>.active {
	padding-top: 10px;
}

.tabs_style1.tabs--dark {
	background: #000;
	border-color: #131313;
}

.tabs_style1.tabs--dark>ul.nav {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000), color-stop(100%, #060606));
	background: -webkit-linear-gradient(top, #000 0%, #060606 100%);
	background: linear-gradient(to bottom, #000 0%, #060606 100%);
	border-bottom-color: #131313;
}

.tabs_style1.tabs--dark>ul.nav>li>a {
	border-right-color: #131313;
	color: #CBCBCB;
}

.tabs_style1.tabs--dark>ul.nav>li.active>a,
.tabs_style1.tabs--dark>ul.nav>li>a:hover {
	background-color: #000;
}

@media (min-width:768px) and (max-width:991px) {
	.tabs_style1>ul.nav>li>a {
		padding: 8px 10px;
	}
}

.tabs_style2 {
	margin: 10px 0;
}

.tabs_style2>ul.nav {
	margin-bottom: 10px;
}

.tabs_style2>ul.nav>li {
	float: left;
	border-left: 1px dotted #ccc;
	line-height: 18px;
}

.tabs_style2>ul.nav>li:first-child {
	border-left: 0;
}

.tabs_style2>ul.nav>li:first-child a {
	border-left: 0;
	padding-left: 0;
}

.tabs_style2>ul.nav>li>a {
	padding: 4px 20px;
	line-height: 18px;
	color: #555;
	font-weight: bold;
}

.tabs_style2>ul.nav>li.active>a,
.tabs_style2>ul.nav>li>a:hover {
	background: none;
	color: #222;
}

.tabs_style2 .tab-content {
	display: table;
	width: 100%;
	padding: 0;
}

.tabs_style2.tabs--dark>ul.nav>li {
	border-left-color: #333333;
}

.tabs_style2.tabs--dark>ul.nav>li>a {
	color: #AAAAAA;
}

.tabs_style2.tabs--dark>ul.nav>li.active>a,
.tabs_style2.tabs--dark>ul.nav>li>a:hover {
	color: #DDDDDD;
}

.tabs_style3 {
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 5px;
	position: static;
	overflow: hidden;
}

.tabs_style3>ul.nav {
	margin-bottom: 0;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #F9F9F9));
	background: -webkit-linear-gradient(top, #fff 0%, #F9F9F9 100%);
	background: linear-gradient(to bottom, #fff 0%, #F9F9F9 100%);
}

.tabs_style3>ul.nav>li {
	float: left;
	margin-bottom: -1px;
}

.tabs_style3>ul.nav>li>a {
	padding: 8px 20px;
	line-height: 18px;
	border: 1px solid transparent;
	border-left: 1px solid #fff;
	border-right: 1px solid #ececec;
	color: #343434;
}

.tabs_style3>ul.nav>li.active>a,
.tabs_style3>ul.nav>li>a:hover {
	background-color: #fff;
}

.tabs_style3>ul.nav>li.active>a {
	border-left: 0;
	font-weight: 700;
}

.tabs_style3 .tab-content {
	display: table;
	width: 100%;
	padding: 10px 15px 15px;
}

.tabs_style3.tabs--dark {
	background: #000;
	border-color: #131313;
}

.tabs_style3.tabs--dark>ul.nav {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000), color-stop(100%, #060606));
	background: -webkit-linear-gradient(top, #000 0%, #060606 100%);
	background: linear-gradient(to bottom, #000 0%, #060606 100%);
}

.tabs_style3.tabs--dark>ul.nav>li>a {
	border-color: transparent;
	border-left-color: #000;
	border-right-color: #131313;
	color: #CBCBCB;
}

.tabs_style3.tabs--dark>ul.nav>li.active>a,
.tabs_style3.tabs--dark>ul.nav>li>a:hover {
	background-color: #000;
}

.tabs_style4>ul.nav {
	margin-bottom: 0;
}

.tabs_style4>ul.nav>li {
	float: left;
	margin-bottom: -1px;
}

.tabs_style4>ul.nav>li>a {
	padding: 8px 20px;
	line-height: 18px;
	color: #343434;
}

.tabs_style4>ul.nav>li.active>a,
.tabs_style4>ul.nav>li>a:hover {
	color: #222;
}

.tabs_style4>ul.nav>li.active>a {
	background: #fff;
	border: 1px solid #ececec;
	border-bottom: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.tabs_style4 .tab-content {
	display: table;
	width: 100%;
	padding: 10px 15px 15px;
	border: 1px solid #ececec;
	background: #fff;
}

.tabs_style4.tabs--dark>ul.nav>li>a {
	color: #CBCBCB;
}

.tabs_style4.tabs--dark>ul.nav>li.active>a,
.tabs_style4.tabs--dark>ul.nav>li>a:hover {
	color: #DDDDDD;
	background-color: #111111;
}

.tabs_style4.tabs--dark>ul.nav>li.active>a {
	background: #000;
	border-color: #131313;
	border-bottom: 0;
}

.tabs_style4.tabs--dark .tab-content {
	border-color: #131313;
	background: #000;
}

.tabs_style5>ul.nav {
	border-bottom: 2px solid #dfdfdf;
}

.tabs_style5>ul.nav>li {
	float: left;
	margin-bottom: -2px;
}

.tabs_style5>ul.nav li>a {
	color: #909090;
}

.tabs_style5>ul.nav li>a:hover {
	color: #535353;
}

.tabs_style5>ul.nav>li.active>a {
	color: #535353;
	border-bottom: 2px solid #cd2122;
	background: none;
}

.tabs_style5>ul.nav>li>a {
	padding: 8px 20px;
	line-height: 18px;
}

.tabs_style5>ul.nav>li>a:hover {
	background: none;
}

.tabs_style5 .tab-content h5 {
	color: #4d4d4d;
}

.tabs_style5 .tab-content {
	display: table;
	width: 100%;
	padding: 10px 0 15px;
}

.tabs_style5.tabs--dark>ul.nav {
	border-bottom-color: #202020;
}

.tabs_style5.tabs--dark>ul.nav li>a {
	color: #6F6F6F;
}

.tabs_style5.tabs--dark>ul.nav li>a:hover {
	color: #ACACAC;
}

.tabs_style5.tabs--dark>ul.nav>li.active>a {
	color: #ACACAC;
}

.tabs_style5.tabs--dark .tab-content h5 {
	color: #B2B2B2;
}

ul.nav.nav-alignment--center {
	text-align: center;
}

ul.nav.nav-alignment--center>li {
	float: none !important;
	display: inline-block;
}

.tabs_style5>ul.nav.nav-alignment--center>li:first-child>a {
	padding-left: 20px;
}

ul.nav.nav-alignment--right {
	text-align: right;
}

ul.nav.nav-alignment--right>li {
	float: none !important;
	display: inline-block;
}

.tabs_style5>ul.nav.nav-alignment--right>li:first-child>a {
	padding-left: 20px;
}

.tabs_style5>ul.nav.nav-alignment--right>li:last-child>a {
	padding-right: 0;
}

@media (max-width:600px) {
	.tabbable>ul.nav>li {
		float: none;
		display: block;
	}
	.tabbable>ul.nav>li>a {
		padding: 12px 20px !important;
	}
}

.hover-box {
	display: block;
	padding: 15px;
	background: #969696;
	border: 1px solid rgba(0, 0, 0, 0.4);
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
	border-radius: 3px;
	margin-bottom: 20px;
	overflow: hidden;
}

.hover-box:hover {
	background: #CD2122;
	color: #fff;
}

.hover-box.centered {
	text-align: center;
}

.hover-box-img {
	float: left;
	margin: 15px 15px 8px 10px;
}

.hover-box.centered .hover-box-img {
	float: none;
}

.hover-box.centered>p:after {
	margin: 22px auto 0;
}

.hover-box-title {
	line-height: 1.1;
	margin-top: 0;
}

.hover-box-subtitle {
	line-height: 1.1;
	margin-top: 0;
}

.hover-box-content {
	line-height: 1.1;
}

.hover-box.hover-box-2,
.hover-box.hover-box-3 {
	text-shadow: none;
	border: none;
	padding: 25px;
	margin-bottom: 0;
	min-height: 180px;
	position: relative;
}

.hover-box.hover-box-2:hover,
.hover-box.hover-box-3:hover {
	box-shadow: 0 10px 2px -6px rgba(0, 0, 0, 0.8);
	-webkit-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
}

.hover-box.hover-box-3 .hover-box-img {
	display: none;
}

.hover-box.hover-box-2 .hover-box-title,
.hover-box.hover-box-3 .hover-box-title {
	margin-bottom: 20px;
}

.hover-box.hover-box-2 .hover-box-subtitle,
.hover-box.hover-box-3 .hover-box-subtitle {
	font-weight: bold;
}

.hover-box.hover-box-2 .hover-box-img {
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 15px;
	float: none;
	max-width: none;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.hover-box.hover-box-2 .hover-box-img.rb-right {
	right: 0;
}

.hover-box.hover-box-2 .hover-box-content,
.hover-box.hover-box-3 .hover-box-content {
	line-height: 1.4;
}

.hover-box.hover-box-2 .hover-box-content:after,
.hover-box.hover-box-3 .hover-box-content:after {
	content: '';
	height: 3px;
	width: 50px;
	display: block;
	background: #fff;
	margin-top: 22px;
}

.hover-box.hover-box-2:hover .hover-box-content:after,
.hover-box.hover-box-3:hover .hover-box-content:after {
	background: #fff;
}

.hover-box.hover-box-2:hover .hover-box-img {
	opacity: 0;
	right: -100%;
}

.hover-box.hover-box-2 .hb-circle {
	width: 187px;
	height: 187px;
	display: block;
	position: absolute;
	bottom: -40px;
	right: -40px;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.hover-box.hover-box-2:hover .hb-circle {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

@media screen and (max-width:991px) {
	.hover-box.hover-box-2,
	.hover-box.hover-box-3 {
		margin-bottom: 30px;
	}
	.hover-box-title {
		font-size: 18px
	}
	.hover-box-subtitle {
		font-size: 14px;
	}
}

@media only screen and (min-width :1200px) {
	.kl-icarousel {
		height: 680px;
	}
	.kl-icarousel-container {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

.kl-icarousel {
	overflow: hidden;
}

.kl-icarousel__wrapper {
	width: 490px;
	height: 320px;
}

.kl-icarousel__slide,
.kl-icarousel__img {
	width: 480px;
	height: 280px;
}

.kl-icarousel__title {
	text-align: start;
	color: #FFF;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 300;
	margin: 0;
	opacity: 0;
	-webkit-transition: opacity .2s ease-out .7s;
	transition: opacity .2s ease-out .7s;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
}

.kl-icarousel__title span {
	position: relative;
}

.kl-icarousel__title:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 150px;
	bottom: 0;
	left: 0;
	opacity: .5;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.kl-icarousel__slide.current .kl-icarousel__title {
	opacity: 1;
}

.kl-icarousel-container {
	width: 100%;
	padding: 0 0 30px;
}

.kl-icarousel__wrapper {
	position: relative;
	margin: 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
}

.kl-icarousel__slide {
	display: block;
	border-radius: 2px;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.26);
	-webkit-transition: box-shadow .2s ease-out .7s;
	transition: box-shadow .2s ease-out .7s;
}

.kl-icarousel__slide.current {
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5), 0 35px 10px -20px rgba(0, 0, 0, 0.6);
}

.kl-icarousel__img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.kl-icarousel__link {
	display: block;
	position: relative;
}

.iCarouselNav {
	display: block;
	position: absolute;
	width: 25px;
	height: 25px;
	line-height: 25px;
	z-index: 999;
	opacity: 0.9;
	cursor: pointer;
	color: #fff;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 22px;
	text-align: center;
	transition: transform .2s ease-out;
}

#iCarouselNext:before {
	content: "\e080";
}

#iCarouselPrev:before {
	content: "\e079";
}

#iCarouselNext {
	right: 20px;
	bottom: 35px;
}

#iCarouselPrev {
	right: 19px;
	bottom: 59px;
}

.iCarouselNav:hover {
	opacity: 1;
	transform: scale(1.2);
	color: #fff;
}

#iCarousel-preloader {
	position: absolute;
	z-index: 1000;
	border-radius: 3px;
	border: #000 1px solid;
	border-color: rgba(0, 0, 0, 0.6);
	padding: 0;
	width: 150px;
	height: 3px;
}

#iCarousel-preloader div {
	float: left;
	border-radius: 3px;
	height: 3px;
	background: #000;
	background: rgba(0, 0, 0, 0.6);
	width: 0px;
}

#iCarousel-timer {
	position: absolute;
	z-index: 1000;
	border-radius: 5px;
	cursor: pointer;
}

#iCarousel-timer div {
	border-radius: 3px;
}

@media screen and (max-width:991px) {}

@media screen and (max-width:550px) {
	.kl-icarousel__wrapper {
		-webkit-transform: scale(0.70) translateX(-50%);
		-ms-transform: scale(0.70) translateX(-50%);
		transform: scale(0.70) translateX(-50%);
		margin-top: -20px;
	}
	.icarousel_title {
		margin-top: 0 !important;
	}
}

@media screen and (max-width:500px) {
	.kl-icarousel__wrapper {
		-webkit-transform: scale(0.64) translateX(-50%);
		-ms-transform: scale(0.64) translateX(-50%);
		transform: scale(0.64) translateX(-50%);
		margin-top: -40px;
	}
	.icarousel_bullets {
		margin-top: -40px;
	}
}

@media screen and (max-width:450px) {
	.kl-icarousel__wrapper {
		-webkit-transform: scale(0.56) translateX(-50%);
		-ms-transform: scale(0.56) translateX(-50%);
		transform: scale(0.56) translateX(-50%);
	}
}

@media screen and (max-width:401px) {
	.kl-icarousel__wrapper {
		-webkit-transform: scale(0.51) translateX(-50%);
		-ms-transform: scale(0.51) translateX(-50%);
		transform: scale(0.51) translateX(-50%);
		margin-top: -60px;
	}
	.icarousel_bullets {
		margin-top: -40px;
	}
}

@media screen and (max-width:380px) {
	.kl-icarousel__wrapper {
		-webkit-transform: scale(0.5) translateX(-50%);
		-ms-transform: scale(0.5) translateX(-50%);
		transform: scale(0.5) translateX(-50%);
		margin-top: -60px;
	}
	.icarousel_bullets {
		margin-top: -70px;
	}
}

@media screen and (max-width:320px) {
	.kl-icarousel__wrapper {
		-webkit-transform: scale(0.41) translateX(-50%);
		-ms-transform: scale(0.41) translateX(-50%);
		transform: scale(0.41) translateX(-50%);
	}
}

.kl-iconbox {
	margin-bottom: 30px
}

.kl-iconbox__inner {}

.kl-iconbox__icon-wrapper,
.kl-iconbox__title-wrapper,
.kl-iconbox__desc-wrapper,
.kl-iconbox__cta-wrapper {
	margin-top: 0;
	margin-bottom: 15px;
}

.kl-iconbox__content-wrapper {
	overflow: hidden;
}

.kl-iconbox__link {}

.kl-iconbox__title,
.kl-iconbox__desc {
	margin: 0;
}

.kl-iconbox__icon {
	line-height: 1;
	font-size: 42px;
	-webkit-transition: color .2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: color .2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

span.kl-iconbox__icon {
	font-size: 42px;
}

span.kl-iconbox__icon.kl-iconbox__icon--force-square:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	line-height: 1;
}

img.kl-iconbox__icon {
	max-width: 100px;
}

.kl-iconbox--theme-light,
.kl-iconbox--theme-light a {
	color: #fff;
}

.kl-iconbox--theme-dark,
.kl-iconbox--theme-dark a {
	color: #323232;
}

@media screen and (min-width:481px) {
	.kl-iconbox--fleft .kl-iconbox__icon-wrapper {
		float: left;
		margin-right: 20px;
	}
	.kl-iconbox--fright .kl-iconbox__icon-wrapper {
		float: right;
		margin-left: 20px;
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	.kl-iconbox--fleft .kl-iconbox__icon-wrapper,
	.kl-iconbox--fright .kl-iconbox__icon-wrapper {
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
}

.kl-iconbox--sh .kl-iconbox__icon-wrapper {
	position: relative;
}

.kl-iconbox--align-left.kl-iconbox--sh span.kl-iconbox__icon,
.kl-iconbox--align-right.kl-iconbox--sh span.kl-iconbox__icon {
	text-align: center;
}

.kl-iconbox--sh-square span.kl-iconbox__icon {
	display: inline-block;
	border-radius: 3px;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	padding: 22px;
}

.kl-iconbox--sh-square span.kl-iconbox__icon:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	z-index: -1;
	border-radius: 3px;
	-webkit-transition: width .2s cubic-bezier(0.215, 0.610, 0.355, 1.000), left .2s cubic-bezier(0.215, 0.610, 0.355, 1.000), right .2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: width .2s cubic-bezier(0.215, 0.610, 0.355, 1.000), left .2s cubic-bezier(0.215, 0.610, 0.355, 1.000), right .2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.kl-iconbox--sh-square:hover span.kl-iconbox__icon:after {
	width: 120%;
	left: -10%;
}

.kl-iconbox--align-left.kl-iconbox--sh-square:hover span.kl-iconbox__icon:after,
.kl-iconbox--fleft.kl-iconbox--sh-square:hover span.kl-iconbox__icon:after {
	width: 120%;
	left: -20%;
}

.kl-iconbox--align-right.kl-iconbox--sh-square span.kl-iconbox__icon:after,
.kl-iconbox--fright.kl-iconbox--sh-square span.kl-iconbox__icon:after {
	left: auto;
	right: 0;
}

.kl-iconbox--align-right.kl-iconbox--sh-square:hover span.kl-iconbox__icon:after,
.kl-iconbox--fright.kl-iconbox--sh-square:hover span.kl-iconbox__icon:after {
	width: 120%;
	left: auto;
	right: -20%;
}

.kl-iconbox--sh-circle span.kl-iconbox__icon {
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	padding: 22px;
}

.kl-iconbox--sh-circle span.kl-iconbox__icon:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 50%;
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: -webkit-transform .2s cubic-bezier(0.215, 0.610, 0.355, 1.000), opacity .2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: transform .2s cubic-bezier(0.215, 0.610, 0.355, 1.000), opacity .2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.kl-iconbox--sh-circle:hover span.kl-iconbox__icon:after {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
	opacity: 1;
}

.kl-iconbox--sh-circle-stroke span.kl-iconbox__icon {
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	padding: 22px;
	-webkit-transition: all .2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: all .2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.kl-iconbox .kl-iconbox-AnimateFloat {
	position: relative;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: floatingAnim;
	animation-name: floatingAnim;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes floatingAnim {
	from {
		top: -8px;
	}
	to {
		top: 8px;
	}
}

@keyframes floatingAnim {
	from {
		top: -8px;
	}
	to {
		top: 8px;
	}
}

.kl-iconbox .playVideo {
	display: inline-block;
	cursor: default;
}

.kl-iconbox--theme-dark .playVideo {
	border-color: #111;
	color: #111;
}

.kl-iconbox--theme-dark .playVideo:hover,
.kl-iconbox--theme-dark .playVideo:focus {
	color: #111;
}

.kl-iconbox .mouse-anim-icon {
	display: inline-block;
	cursor: default;
}

.kl-iconbox--theme-dark .mouse-anim-icon {
	background-color: rgba(0, 0, 0, .1);
}

.kl-iconbox--theme-dark .mouse-anim-icon:after {
	background-color: rgba(255, 255, 255, 0.25);
}

.kl-iconbox--theme-dark .mouse-anim-icon:hover {
	background-color: rgba(0, 0, 0, .4);
}

.kl-iconbox .circleanim-svg {
	position: relative;
}

.kl-iconbox .circleanim-svg-inner {
	position: relative;
	top: 0;
	width: 100%;
	height: 0;
	display: block;
	padding: 0;
	padding-bottom: 100%;
	margin-bottom: 0;
}

.kl-iconbox .circleanim-svg svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.kl-iconbox--theme-dark .circleanim-svg__circle-front,
.kl-iconbox--theme-dark .circleanim-svg__circle-back {
	stroke: #111;
}

.kl-iconbox--theme-dark .circleanim-svg path {
	fill: #111;
}

.grid-ibx {}

.grid-ibx__item {
	float: left;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	-webkit-backface-visibility: hidden;
	height: 200px;
}

.grid-ibx--theme-light .grid-ibx__item {
	background-color: #f2f2f2;
}

.grid-ibx--theme-dark .grid-ibx__item {
	background-color: #0D0D0D;
}

.grid-ibx__item[onclick] {
	cursor: pointer;
}

.grid-ibx--cols-1 .grid-ibx__item {
	width: 100%;
}

.grid-ibx--cols-2 .grid-ibx__item {
	width: 50%;
}

.grid-ibx--cols-3 .grid-ibx__item {
	width: 33.3333%;
}

.grid-ibx--cols-4 .grid-ibx__item {
	width: 25%;
}

.grid-ibx--cols-5 .grid-ibx__item {
	width: 20%;
}

.grid-ibx__item-inner {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.grid-ibx__link {
	display: block;
}

.grid-ibx__title-wrp,
.grid-ibx__icon-wrp,
.grid-ibx__desc-wrp {
	margin-top: 0;
	margin-bottom: 20px;
}

.grid-ibx__title,
.grid-ibx__desc {
	margin: 0;
}

.grid-ibx__icon {
	font-size: 60px;
	line-height: 1;
	-webkit-transition: color .2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: color .2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.grid-ibx__item:hover .grid-ibx__icon {
	color: #cd2122;
}

.grid-ibx--theme-light .grid-ibx__icon {
	color: #343434;
}

.grid-ibx--theme-dark .grid-ibx__icon {
	color: #CBCBCB;
}

.grid-ibx--style-lined-full {
	border-width: 1px 0 0 1px;
}

.grid-ibx--style-lined-full .grid-ibx__item {
	border-width: 0 1px 1px 0;
}

.grid-ibx--style-lined-full,
.grid-ibx--style-lined-full .grid-ibx__item {
	border-color: rgba(0, 0, 0, 0.1);
	border-style: solid;
}

.grid-ibx--theme-dark.grid-ibx--style-lined-full,
.grid-ibx--theme-dark.grid-ibx--style-lined-full .grid-ibx__item {
	border-color: rgba(255, 255, 255, 0.1);
}

.grid-ibx--style-lined-center,
.grid-ibx--style-lined-center .grid-ibx__item {
	border-color: rgba(0, 0, 0, 0.1);
	border-style: solid;
}

.grid-ibx--theme-dark.grid-ibx--style-lined-center,
.grid-ibx--theme-dark.grid-ibx--style-lined-center .grid-ibx__item {
	border-color: rgba(255, 255, 255, 0.1);
}

.grid-ibx--style-lined-center .grid-ibx__item {
	border-width: 0 1px 1px 0;
}

.grid-ibx--style-lined-center.grid-ibx--cols-1 .grid-ibx__item:nth-child(1) {
	border-right-width: 0;
}

.grid-ibx--style-lined-center.grid-ibx--cols-2 .grid-ibx__item:nth-child(2) {
	border-right-width: 0;
}

.grid-ibx--style-lined-center.grid-ibx--cols-3 .grid-ibx__item:nth-child(3) {
	border-right-width: 0;
}

.grid-ibx--style-lined-center.grid-ibx--cols-4 .grid-ibx__item:nth-child(4) {
	border-right-width: 0;
}

.grid-ibx--style-lined-center.grid-ibx--cols-5 .grid-ibx__item:nth-child(5) {
	border-right-width: 0;
}

.grid-ibx--style-lined-center .grid-ibx__row:last-child .grid-ibx__item {
	border-bottom-width: 0;
}

.grid-ibx--style-lined-center {
	border: 0;
}

.grid-ibx--style-lined-gradient .grid-ibx__item {
	margin-bottom: 30px;
	margin-left: 15px;
	margin-right: 15px;
	position: relative;
}

.grid-ibx--style-lined-gradient.grid-ibx--cols-1 .grid-ibx__item {
	width: -webkit-calc(100% - 30px);
	width: calc(100% - 30px);
}

.grid-ibx--style-lined-gradient.grid-ibx--cols-2 .grid-ibx__item {
	width: -webkit-calc(50% - 30px);
	width: calc(50% - 30px);
}

.grid-ibx--style-lined-gradient.grid-ibx--cols-3 .grid-ibx__item {
	width: -webkit-calc(33.3333% - 30px);
	width: calc(33.3333% - 30px);
}

.grid-ibx--style-lined-gradient.grid-ibx--cols-4 .grid-ibx__item {
	width: -webkit-calc(25% - 30px);
	width: calc(25% - 30px);
}

.grid-ibx--style-lined-gradient.grid-ibx--cols-5 .grid-ibx__item {
	width: -webkit-calc(20% - 30px);
	width: calc(20% - 30px);
}

.grid-ibx--style-lined-gradient .grid-ibx__ghelper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 0;
	border-radius: 4px 4px 0 0;
}

.grid-ibx--theme-dark.grid-ibx--style-lined-gradient .grid-ibx__ghelper {
	border-color: rgba(255, 255, 255, 0.2);
}

.grid-ibx--style-lined-gradient .grid-ibx__item:before,
.grid-ibx--style-lined-gradient .grid-ibx__item:after {
	content: "";
	position: absolute;
	top: 4px;
	width: 1px;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0.2)), color-stop(100%, transparent));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 60%, transparent 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 60%, transparent 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 60%, transparent 100%);
}

.grid-ibx--theme-dark.grid-ibx--style-lined-gradient .grid-ibx__item:before,
.grid-ibx--theme-dark.grid-ibx--style-lined-gradient .grid-ibx__item:after {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 60%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 60%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 60%, rgba(255, 255, 255, 0) 100%);
}

.grid-ibx--style-lined-gradient .grid-ibx__item:before {
	left: 0;
}

.grid-ibx--style-lined-gradient .grid-ibx__item:after {
	right: 0;
}

.grid-ibx--style-lined-gradient .grid-ibx__item:hover .grid-ibx__ghelper {
	border-color: #cd2122;
	border-bottom: 0;
}

.grid-ibx--style-lined-gradient .grid-ibx__item:hover:before,
.grid-ibx--style-lined-gradient .grid-ibx__item:hover:after {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cd2122), color-stop(100%, transparent));
	background: -webkit-linear-gradient(top, #cd2122 0%, transparent 100%);
	background: -webkit-linear-gradient(top, #cd2122 0%, transparent 100%);
	background: linear-gradient(to bottom, #cd2122 0%, transparent 100%);
}

.grid-ibx--hover-shadow .grid-ibx__item {
	-webkit-transition: box-shadow .25s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: box-shadow .25s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.grid-ibx--hover-shadow .grid-ibx__item:hover {
	box-shadow: 0 40px 120px -20px rgba(0, 0, 0, 0.6);
	z-index: 1;
}

.grid-ibx--theme-dark.grid-ibx--hover-shadow .grid-ibx__item:hover {
	box-shadow: 0 40px 120px -20px rgba(0, 0, 0, 1);
	z-index: 1;
}

.grid-ibx--hover-shadow.grid-ibx--style-lined-gradient .grid-ibx__item:hover {
	box-shadow: 0 -10px 30px -10px rgba(0, 0, 0, 0.29);
}

.grid-ibx--hover-scale .grid-ibx__item {
	-webkit-transition: -webkit-transform .25s cubic-bezier(0.215, 0.610, 0.355, 1.000), background .15s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: transform .25s cubic-bezier(0.215, 0.610, 0.355, 1.000), background .15s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.grid-ibx--hover-scale .grid-ibx__item:hover {
	-webkit-transform: scale3d(1.05, 1.05, 1);
	-ms-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1);
	z-index: 1;
	border-width: 1px !important;
	border-radius: 3px;
}

.grid-ibx--hover-scale.grid-ibx--style-lined-gradient .grid-ibx__item:hover {
	background: none;
}

.grid-ibx--hover-shadowscale .grid-ibx__item {
	-webkit-transition: -webkit-transform .25s cubic-bezier(0.215, 0.610, 0.355, 1.000), background .15s cubic-bezier(0.215, 0.610, 0.355, 1.000), box-shadow .25s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: transform .25s cubic-bezier(0.215, 0.610, 0.355, 1.000), background .15s cubic-bezier(0.215, 0.610, 0.355, 1.000), box-shadow .25s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.grid-ibx--hover-shadowscale .grid-ibx__item:hover {
	-webkit-transform: scale3d(1.06, 1.06, 1);
	-ms-transform: scale3d(1.06, 1.06, 1);
	transform: scale3d(1.06, 1.06, 1);
	z-index: 1;
	border-width: 1px !important;
	background: #fff;
	box-shadow: 0 40px 120px -20px rgba(0, 0, 0, 0.6);
	border-radius: 2px;
}

.grid-ibx--theme-dark.grid-ibx--hover-shadowscale .grid-ibx__item:hover {
	background: #000;
	box-shadow: 0 40px 120px -20px rgba(0, 0, 0, 0.9);
}

.grid-ibx--hover-shadowscale.grid-ibx--style-lined-gradient .grid-ibx__item:hover {
	box-shadow: 0 -10px 30px -10px rgba(0, 0, 0, 0.29);
	background: none;
}

@media screen and (max-width:991px) {
	.grid-ibx--cols-4 .grid-ibx__item,
	.grid-ibx--cols-5 .grid-ibx__item {
		width: 33.3333%;
	}
	.grid-ibx--style-lined-gradient.grid-ibx--cols-4 .grid-ibx__item,
	.grid-ibx--style-lined-gradient.grid-ibx--cols-5 .grid-ibx__item {
		width: -webkit-calc(33.3333% - 30px);
		width: calc(33.3333% - 30px);
	}
}

@media screen and (max-width:767px) {
	.grid-ibx--cols-3 .grid-ibx__item,
	.grid-ibx--cols-4 .grid-ibx__item,
	.grid-ibx--cols-5 .grid-ibx__item {
		width: 100%;
	}
	.grid-ibx--style-lined-gradient.grid-ibx--cols-3 .grid-ibx__item,
	.grid-ibx--style-lined-gradient.grid-ibx--cols-4 .grid-ibx__item,
	.grid-ibx--style-lined-gradient.grid-ibx--cols-5 .grid-ibx__item {
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);
	}
}

@media screen and (max-width:550px) {
	.grid-ibx--cols-2 .grid-ibx__item,
	.grid-ibx--cols-3 .grid-ibx__item,
	.grid-ibx--cols-4 .grid-ibx__item,
	.grid-ibx--cols-5 .grid-ibx__item {
		width: 100% !important;
		float: none !important;
	}
}

.image-boxes {
	margin-bottom: 30px;
	overflow: hidden;
	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 {}

.imgbox-simple .image-boxes-img {
	width: auto;
	margin: 0 auto;
}

.sliding-details {
	position: relative;
	display: block;
	overflow: hidden;
}

.sliding-details: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%);
	z-index: -1;
	opacity: .8;
}

.image-boxes.image-boxes--4 .image-boxes-title:after {
	content: '';
	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;
}

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

.offer-banners-link {
	margin-bottom: 20px;
	display: block
}

.offer-banners.ob--resize-cover .offer-banners-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.th-image-gallery-title {
	color: #CD2122;
	text-shadow: 0 1px 0 #fff;
	font-size: 14px;
	font-weight: 700;
	border-bottom: 1px solid #bcbcbc;
	margin: 0 0 20px;
	text-align: center;
	font-size: 18px;
}

.th-image-gallery-title-sp {
	padding-bottom: 9px;
	display: inline-block;
	border-bottom: 1px solid #bcbcbc;
	position: relative;
}

.th-image-gallery-title-sp:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -2px;
	border: 3px solid transparent;
	border-bottom-color: #bcbcbc;
}

.infobox1 {
	text-align: center;
	background: #ececec;
	border-bottom: 1px solid rgba(255, 255, 255, 0.9);
	padding: 50px 30px 30px 30px;
	border-radius: 3px;
	margin-bottom: 30px;
}

.infobox1 .m_title {
	margin: 0 0 10px;
	font-weight: 300;
	font-size: 24px;
	line-height: 1.6;
}

.infobox1 .m_title strong {
	font-weight: 600;
}

.infobox1:hover {
	background: #e9e9e9;
}

.infobox2 {
	background: #ececec;
	border-bottom: 1px solid rgba(255, 255, 255, 0.9);
	padding: 40px 40px 30px;
	border-radius: 2px;
	margin-bottom: 30px;
}

.infobox2 .m_title {
	margin: 0 0 10px;
	font-weight: 300;
	font-size: 24px;
	line-height: 1.6;
}

.infobox2 .m_title strong {
	font-weight: 600;
}

.infobox2 .ib-button {
	float: right;
	margin-top: 5px;
	text-align: right;
}

.infobox2 .ib-button .btn {
	font-size: 14px;
}

.infobox2:hover {
	background: #e9e9e9;
}

.infobox3 {
	text-align: center;
	padding: 80px 30px;
	margin-bottom: 30px;
}

.infobox3 .m_title {
	margin: 0 0 10px;
	font-weight: 300;
	font-size: 24px;
	line-height: 1.6;
	text-shadow: none;
}

.infobox3 .m_title strong {
	font-weight: 600;
}

.infobox3 .ib-button.ib-button-1,
.infobox3 .ib-button.ib-button-2 {
	margin-top: 30px;
	display: inline-block;
	text-transform: uppercase;
}

.infobox3 .ib-button.ib-button-1 {
	margin-right: 20px;
}

.infobox3--dark,
.infobox3--dark .m_title {
	color: #343434;
}

.infobox3--light,
.infobox3--light .m_title {
	color: #FFF;
}

.infobox2-infotext {
	background: #767676;
	border-radius: 2px;
	color: #fff;
	font-size: 28px;
	line-height: 1.4;
	font-weight: 300;
	padding: 25px 30px;
	position: relative;
	box-shadow: 3px 3px 0 white;
	overflow: hidden;
}

.infobox2-infotext.infobox2--light {
	color: #121212;
}

.infobox2-infotext.infobox2--dark {
	color: #fff;
	box-shadow: 3px 3px 0 rgba(255, 255, 255, 0.15);
}

.infobox2-infotext:after {
	content: 'i';
	width: 90px;
	height: 90px;
	position: absolute;
	right: -15px;
	bottom: -15px;
	font-family: Georgia;
	font-style: italic;
	border: 4px solid #fff;
	color: #fff;
	opacity: .5;
	text-align: center;
	line-height: 82px;
	border-radius: 50%;
	font-weight: bold;
	font-size: 44px;
}

.infobox2-infotext.infobox2--light:after {
	color: #121212;
	border-color: #121212;
}

.infobox2-infotext.infobox2--dark:after {
	color: #fff;
	border-color: #fff;
}

.infobox2-infotext p:only-child {
	margin-bottom: 0
}

@media (max-width:991px) {
	.infobox2-infotext {
		font-size: 20px;
	}
}

.infobox2-inner {
	padding: 40px;
	position: relative;
	z-index: 1;
	border-left: 4px solid #cd2122;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.infobox2-message {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 20px 42px;
	padding: 0 20px 5px 0;
	display: inline-block;
	position: relative;
}

.infobox2-message:before {
	content: 'i';
	position: absolute;
	left: -42px;
	top: -5px;
	width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	border-width: 2px;
	border-style: solid;
	color: #CD2122;
	border-radius: 50%;
	font-size: 17px;
	font-weight: 900;
}

.infobox2--light .infobox2-message {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.infobox2--dark .infobox2-message {
	border-bottom: 1px solid rgba(241, 241, 241, 0.35);
}

.infobox2-title {
	font-size: 22px;
	font-weight: 100;
	line-height: 1.4;
	margin: 0 0 10px;
}

.infobox2-text {
	line-height: 1.8;
}

.infobox2-text p:last-child {
	margin-bottom: 0;
}

.infobox2--light .infobox2-title {
	color: #828282;
}

.infobox2--light .infobox2-text {
	color: #535353;
}

.ib2-style2.infobox2--light {
	background: #fff;
}

.ib2-style2.infobox2--dark {
	background: #000;
}

.ib2-style2.infobox2--light .infobox2-message {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ib2-style2.infobox2--dark .infobox2-message {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.ib2-style2.infobox2--light .infobox2-title {
	color: #111;
}

.ib2-style2.infobox2--light .infobox2-text {
	color: rgba(0, 0, 0, 0.6);
}

.ib2-style2.infobox2--dark .infobox2-title {
	color: #fff;
}

.ib2-style2.infobox2--dark .infobox2-text {
	color: rgba(255, 255, 255, 0.6);
}

.ib2-style3 {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.ib2-style3:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.ib2-style3.infobox2--light:after {
	background-color: rgba(255, 255, 255, 0.85);
}

.ib2-style3.infobox2--dark:after {
	background-color: rgba(37, 41, 43, 0.7);
}

.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% + 55%);
	}
}

.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%);
	-ms-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;
}

.kl-slider-loaded .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;
	}
}

.kl-iosslider-prev,
.kl-iosslider-next,
.kl-iosslider-prev .btn-label,
.kl-iosslider-next .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%;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

.iosslider-slideshow .iosSlider {
	height: 1500px;
}

.iosslider-slideshow.ios--fixed-width .iosSlider {
	height: 475px;
}

.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 .kl-iosslider .item {
	float: left;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.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;
	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;
	object-position: center top;
}

.slide-item-bg.vertical-pos--center {
	background-position: center center;
	object-position: center center;
}

.slide-item-bg.vertical-pos--bottom {
	background-position: center bottom;
	object-position: center bottom;
}

.iosSlider .zn_slide_image_link {
	display: block;
	opacity: 1;
}

.kl-slider-loaded .iosSlider .slide-item-bg,
.kl-slider-loaded .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%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.iosSlider .kl-iosslide-caption {
	position: absolute;
	bottom: 50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-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%);
	-ms-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: -webkit-calc(100% - 40px);
	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);
	-ms-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);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	-ms-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(249, 228, 41, 0.24); 
	z-index: 0;
	display: block;
	right: 0;
	bottom: 0;
	left: 0;
	top: 0;
	z-index: -1;
	background: -moz-linear-gradient(left, rgba(249, 228, 41, 0.25) 40%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(249, 228, 41, 0.25)), color-stop(100%, rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(left, rgba(249, 228, 41, 0.25) 40%, rgba(0, 0, 0, 0) 100%);
	background: -o-linear-gradient(left, rgba(249, 228, 41, 0.25) 40%, rgba(0, 0, 0, 0) 100%);
	background: -ms-linear-gradient(left, rgba(249, 228, 41, 0.25) 40%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to right, rgba(249, 228, 41, 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);
	-ms-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);
	-ms-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);
	-ms-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);
	-ms-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: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 60%);
	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: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 60%);
	background: -ms-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;
}

.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: -webkit-calc(100% - 80px);
	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;
}

.kl-iosslider-active .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;
}

.kl-iosslider-active .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;
}

.kl-iosslider-active .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;
}

.kl-iosslider-active .kl-ioscaption--style6 .klios-playvid {
	left: 0;
	opacity: 1
}

.kl-iosslider-active .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);
	-ms-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);
	-ms-transform: translateX(-100px);
	transform: translateX(-100px);
}

.kl-iosslide-caption.fromright .main_title {
	opacity: 0;
	-webkit-transform: translateX(-100px);
	-ms-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);
	-ms-transform: translateX(100px);
	transform: translateX(100px);
}

.kl-iosslider-active .kl-iosslide-caption.fromleft .main_title,
.kl-iosslider-active .kl-iosslide-caption.fromright .main_title,
.kl-iosslider-active .kl-iosslide-caption.fromleft .title_big,
.kl-iosslider-active .kl-iosslide-caption.fromright .title_big,
.kl-iosslider-active .kl-iosslide-caption.fromleft .more,
.kl-iosslider-active .kl-iosslide-caption.fromright .more,
.kl-iosslider-active .kl-iosslide-caption.fromleft .title_small,
.kl-iosslider-active .kl-iosslide-caption.fromright .title_small {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.kl-iosslide-caption.sfb .main_title {
	opacity: 0;
	-webkit-transform: translateY(20px);
	-ms-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);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
}

.kl-iosslider-active .kl-iosslide-caption.sfb .main_title,
.kl-iosslider-active .kl-iosslide-caption.sfb .title_big,
.kl-iosslider-active .kl-iosslide-caption.sfb .more,
.kl-iosslider-active .kl-iosslide-caption.sfb .title_small {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.kl-iosslide-caption.zoomin .main_title {
	opacity: 0;
	-webkit-transform: scale(1.3);
	-ms-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);
	-ms-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%;
	-ms-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%;
	-ms-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%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.kl-iosslider-active .kl-iosslide-caption.zoomin .main_title,
.kl-iosslider-active .kl-iosslide-caption.zoomin .title_big,
.kl-iosslider-active .kl-iosslide-caption.zoomin .more,
.kl-iosslider-active .kl-iosslide-caption.zoomin .title_small {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-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;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

.iosSlider .kl-iosslide-caption .main_title {
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, 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, 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, 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, transform .3s;
	-webkit-transition-delay: .4s !important;
	transition-delay: .4s
}

.iosslider-slideshow .kl-item-nav img {
	width: auto;
}

.kl-iosslider-prev,
.kl-iosslider-next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 100px;
	height: 50px;
	z-index: 10;
	opacity: .5;
	cursor: pointer;
}

.iosSlider.hideControls .kl-iosslider-prev,
.iosSlider.hideControls .kl-iosslider-next {
	opacity: 0;
}

.iosSlider.hideControls:hover .kl-iosslider-prev,
.iosSlider.hideControls:hover .kl-iosslider-next {
	opacity: .5;
}

.thin-arrows {
	position: absolute;
	display: block;
	width: 35px;
	height: 35px;
	top: 10px;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

.thin-arrows:before,
.thin-arrows:after {
	content: '';
	position: absolute;
	width: 35px;
	height: 3px;
	background: #fff;
	top: 0;
	left: 0;
	display: block;
}

.thin-arrows:after {
	width: 3px;
	height: 35px;
}

.thin-arrows.ta__next {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	left: auto;
	right: 30px;
}

.thin-arrows.ta__prev {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 30px;
}

.kl-iosslider-prev {
	left: 0;
}

.kl-iosslider-next {
	right: 0;
	background-position: center bottom;
}

.kl-iosslider-prev:hover,
.kl-iosslider-next:hover {
	opacity: 1 !important;
}

.kl-iosslider-prev .btn-label,
.kl-iosslider-next .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;
}

.kl-iosslider-prev .btn-label {
	right: -20px;
}

.kl-iosslider-next .btn-label {
	left: -20px;
}

.kl-iosslider-prev:hover .btn-label {
	right: -5px;
	opacity: 1;
}

.kl-iosslider-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;
}

.kl-ios-selectors-block.bullets {
	display: inline;
	text-align: center;
}

.kl-ios-selectors-block.bullets .item {
	display: inline-block;
	width: 9px;
	height: 9px;
	margin: 0 0 0 4px;
	background: #fff;
	opacity: 0.4;
	border-radius: 50%;
}

.kl-ios-selectors-block.bullets .selected {
	opacity: 1;
}

.kl-ios-selectors-block.bullets .first {
	margin-left: 0;
}

.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 .selectors {
	display: inline-block;
	text-align: right;
	margin-right: 25px;
	direction: rtl;
}

.kl-ios-selectors-block.bullets2 .item {
	display: block;
	width: 40px;
	height: 10px;
	padding: 4px 0;
	margin: 0;
	opacity: 0.6;
	transition: opacity .2s ease-in-out, width .2s ease-in-out;
}

.kl-ios-selectors-block.bullets2 .item::before {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	margin: 0;
	background-color: #fff;
}

.kl-ios-selectors-block.bullets2 .item:hover,
.kl-ios-selectors-block.bullets2 .selected {
	opacity: 1;
	width: 50px;
}

.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 .selectors {
	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 .selectors:hover {
	box-shadow: 0 0 20px #000;
}

.kl-ios-selectors-block.thumbs .item {
	display: inline-block;
	margin: 0 0 0 15px;
	opacity: 0.6;
	position: relative;
	float: left;
}

.kl-ios-selectors-block.thumbs .item.selected,
.kl-ios-selectors-block.thumbs .item:hover {
	opacity: 0.9;
}

.kl-ios-selectors-block.thumbs .item.first {
	margin-left: 0;
}

.kl-ios-selectors-block.thumbs .item img {
	width: auto;
	max-height: 60px;
	max-width: 150px;
}

.kl-ios-selectors-block.thumbs input[type=checkbox] {
	display: none;
}

.thumbTrayButton {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: -webkit-calc(100% - 30px);
	top: calc(100% - 30px);
	left: 50%;
	margin-left: -15px;
	padding: 8px 7px 17px 8px;
	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: 0;
}

#thumbTrayButton:checked~.thumbTrayButton .glyphicon-minus {
	display: block;
}

#thumbTrayButton:checked~.thumbTrayButton .glyphicon-plus {
	display: none;
}

#thumbTrayButton:checked~.thumbTrayButton {
	top: -30px;
}

#thumbTrayButton:checked~.selectors {
	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;
	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: -webkit-calc(100% - 100px);
		height: calc(100% - 100px);
		top: 100px;
		right: -webkit-calc((100vw - 970px) / 2);
		right: calc((100vw - 970px) / 2);
		z-index: 1;
	}
	.ios--fixed-width .klios-imageboxes {
		right: 50px;
	}
	.klios-imageboxes.klios-alignright,
	.klios-imageboxes.fromright {
		left: -webkit-calc((100vw - 970px) / 2);
		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%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		padding: 30% 0;
	}
	.kl-imgbox {
		margin-top: 30px;
		width: auto;
		opacity: 0;
		-webkit-transform: translateY(30px);
		-ms-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);
		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-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.kl-imgbox-img {
		width: 100%;
		height: 100%;
	}
	.kl-iosslider-active .kl-imgbox {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-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: -webkit-calc(50% - 20px);
		height: calc(50% - 20px);
	}
	.kl-imgbox:first-child:nth-last-child(3),
	.kl-imgbox:first-child:nth-last-child(3)~.kl-imgbox {
		height: -webkit-calc(33.3333% - 20px);
		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);
		-ms-transform: scale(1.03);
		transform: scale(1.03);
		opacity: .8;
	}
}

@media screen and (min-width:1200px) {
	.klios-imageboxes {
		right: -webkit-calc((100vw - 1170px) / 2);
		right: calc((100vw - 1170px) / 2);
	}
	.ios--fixed-width .klios-imageboxes {
		right: 50px;
	}
	.klios-imageboxes.klios-alignright,
	.klios-imageboxes.fromright {
		left: -webkit-calc((100vw - 1170px) / 2);
		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 {
	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 only screen and (max-width :1279px) {
	.kl-iosslider-prev,
	.kl-iosslider-next {
		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%);
		-ms-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;
	}
}

.keywordbox {
	border-top: 4px solid #ddd;
	position: relative;
	padding-top: 30px;
	font-size: 23px;
	font-style: italic;
	text-align: center;
	color: #8D8D8D;
	line-height: 32px;
}

.keywordbox:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -3px;
	border: 6px solid transparent;
	border-top-color: #ddd;
}

.kwd--dark.keywordbox {
	border-top-color: #222;
	color: #727272;
}

.kwd--dark.keywordbox:after {
	border-top-color: #222;
}

.keywordbox.keywordbox-2,
.keywordbox.keywordbox-3,
.keywordbox.keywordbox-4 {
	font-size: 20px;
}

.keywordbox.keywordbox-2,
.keywordbox.keywordbox-3 {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 60px 0;
	color: #fff;
	border-top: none;
	border-bottom: solid 5px #cd2122;
	position: relative;
	z-index: 2;
}

.keywordbox.keywordbox-3 {
	border-bottom: solid 10px #cd2122;
	text-transform: uppercase;
	font-style: normal;
}

.keywordbox.keywordbox-2::after,
.keywordbox.keywordbox-3::after {
	content: none;
}

.keywordbox.keywordbox-2::after,
.keywordbox.keywordbox-3::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	border: 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(22, 22, 22, 0.3)), color-stop(94%, rgba(1, 1, 1, 0.8)), color-stop(100%, rgba(0, 0, 0, 0.8)));
	background: -webkit-linear-gradient(top, rgba(22, 22, 22, 0.3) 0%, rgba(1, 1, 1, 0.8) 94%, rgba(0, 0, 0, 0.8) 100%);
	background: linear-gradient(to bottom, rgba(22, 22, 22, 0.3) 0%, rgba(1, 1, 1, 0.8) 94%, rgba(0, 0, 0, 0.8) 100%);
	z-index: -1;
}

.keywordbox.keywordbox-4 {
	padding: 60px 0;
	color: #fff;
	text-transform: uppercase;
	font-style: normal;
	border-top: none;
}

.keywordbox.keywordbox-4::after {
	margin-left: -22px;
	border: 22px solid transparent;
	border-top-color: #FFF;
}

@media (max-width:767px) {
	.keywordbox {
		line-height: 1.4;
	}
}

.laptop-slider__slideshow {
	overflow: hidden;
}

.laptop-slider__slideshow.ls--fullscreen {
	height: 100vh;
}

.laptop-slider__wrapper {
	width: 100%;
	overflow: hidden;
}

.ls--fullscreen .laptop-slider__inner {
	position: absolute;
	left: 50%;
	bottom: 4%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ls__container {
	position: relative;
}

.ls__main-title {
	font-size: 40px;
	margin-bottom: 60px;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	font-weight: 300;
}

.zn_laptop_slider_wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
}

.zn_laptop_slider {
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

.zn_laptop_slider_container {
	width: 100%;
	height: 100%;
}

.ls__slider-item {
	float: left;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0 0 0 0;
}

.ls-slider-item__img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.ls--laptop .ls__item-caption {
	position: absolute;
	bottom: 30px;
	z-index: 1;
	color: #fff;
	background-color: #000;
	border-left: 3px solid #cd2122;
	padding: 3px 20px;
	font-size: 18px;
	opacity: 0;
	left: 100px;
	-webkit-transition: opacity .3s ease-out .4s, left .3s ease-out .4s;
	transition: opacity .3s ease-out .4s, left .3s ease-out .4s;
}

.ls--laptop .ls__item-caption a {
	color: #fff;
}

.ls--laptop .item--active .ls__item-caption {
	left: 30px;
	opacity: 1;
}

.ls__laptop-mask {
	width: 80%;
	max-width: 100%;
	padding-bottom: 41%;
	padding-top: 0;
	height: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.ls--laptop .ls__laptop-mask {
	margin-bottom: 20px;
}

.ls__laptop-mask::after {
	background-repeat: no-repeat;
	background-position: center top;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-size: 100%;
	background-position: 50% 0
}

.ls__laptop-mask .ls__screen {
	position: absolute;
	bottom: 0;
	overflow: hidden;
	width: 65.7%;
	height: 0;
	top: 0;
	left: 0;
	margin-left: 17.2%;
	margin-top: 3.5%;
	padding-bottom: 41.4%;
	background-color: rgba(0, 0, 0, 0.5);
}

.ls--lapt_slider_desc .ls__laptop-mask,
.ls--lapt_desc .ls__laptop-mask {
	width: 70%;
	padding-bottom: 39%;
	float: right;
	margin-right: -50px;
}

.ls__left-desc {
	float: left;
	width: -webkit-calc(30% + 110px);
	width: calc(30% + 110px);
	margin-right: -60px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 180px;
}

.ls__sl-main-title {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 25px;
	line-height: 1.3;
}

.ls__sl-main-desc {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 40px;
}

.ls__secbtn {
	margin-left: 20px;
}

.ls_slide_item-details {
	position: absolute;
	bottom: 0;
	left: 10px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: -webkit-transform .2s ease-out, opacity .2s ease-out, visibility .2s ease-out;
	transition: transform .2s ease-out, opacity .2s ease-out, visibility .2s ease-out;
}

.ls_slide_item-details.selected {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.ls__nav {
	position: absolute;
	bottom: -10px;
	width: 100%;
	text-align: center;
	z-index: 1;
}

.ls--laptop .ls__nav {
	bottom: -30px;
}

.ls--lapt_slider_desc .ls__laptop-mask,
.ls--lapt_desc .ls__laptop-mask {
	bottom: 0;
}

.ls__nav-item {
	display: inline-block;
	width: 15px;
	height: 4px;
	margin: 0;
	background: #444;
	opacity: .4;
	margin-left: 5px;
	cursor: pointer;
	position: relative;
	border-radius: 2px;
	-webkit-transition: opacity .3s ease-in-out, width .3s ease-in-out;
	transition: opacity .3s ease-in-out, width .3s ease-in-out;
}

.ls__nav-item:first-child {
	margin-left: 0;
}

.ls__nav-item:hover {
	opacity: 1;
}

.ls__nav-item.selected {
	opacity: 1;
	width: 27px;
}

.ls__arrows {
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
	z-index: 1;
}

.ls__arrow {
	position: absolute;
	display: block;
	cursor: pointer;
	width: 65px;
	height: 140px;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: opacity .2s ease-out, left .2s ease-out, right .2s ease-out;
	transition: opacity .2s ease-out, left .2s ease-out, right .2s ease-out;
	-webkit-backface-visibility: hidden;
}

.ls__arrow:before,
.ls__arrow:after {
	width: 90px;
	height: 20px;
	display: block;
	content: '';
	background-color: rgba(255, 255, 255, 0.17);
	-webkit-transform: rotate(-45deg)skew(45deg);
	-ms-transform: rotate(-45deg)skew(45deg);
	transform: rotate(-45deg)skew(45deg);
	top: 50px;
	left: auto;
	right: 0;
	position: absolute;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	-webkit-transition: background-color .2s ease-out;
	transition: background-color .2s ease-out;
	-webkit-backface-visibility: hidden;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.17) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.17) 100%);
}

.ls__arrow:before {
	top: 70px;
	-webkit-transform: rotate(45deg) skew(-45deg);
	-ms-transform: rotate(45deg) skew(-45deg);
	transform: rotate(45deg) skew(-45deg);
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.ls__arrow-left {
	left: 10.6%;
	-webkit-transform: scale(-1);
	-ms-transform: scale(-1);
	transform: scale(-1);
	top: 190px;
}

.ls__arrow-right {
	right: 10.6%;
	top: 90px;
}

.ls__laptop-mask:hover .ls__arrow-left {
	left: 6.6%;
	opacity: 1;
}

.ls__laptop-mask:hover .ls__arrow-right {
	right: 6.6%;
	opacity: 1;
}

.ls--lapt_slider_desc .ls__laptop-mask:hover .ls__arrow-left,
.ls--lapt_desc .ls__laptop-mask:hover .ls__arrow-left {
	left: 5.6%;
}

.ls--lapt_slider_desc .ls__laptop-mask:hover .ls__arrow-right,
.ls--lapt_desc .ls__laptop-mask:hover .ls__arrow-right {
	right: 5.6%;
}

.ls__arrow:hover:before,
.ls__arrow:hover:after {
	background-color: rgba(255, 255, 255, 0.3);
}

.ls-source__mask {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 20vh;
	background: #fff;
	width: 100%;
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: skewY(-2deg);
	-ms-transform: skewY(-2deg);
	transform: skewY(-2deg);
	-webkit-backface-visibility: hidden;
}

.ls-source__mask.ls-source__mask-front {
	background: -moz-linear-gradient(top, rgba(245, 245, 245, 0.6) 0%, rgba(245, 245, 245, 1) 60%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(245, 245, 245, 0.6)), color-stop(60%, rgba(245, 245, 245, 1)));
	background: -webkit-linear-gradient(top, rgba(245, 245, 245, 0.6) 0%, rgba(245, 245, 245, 1) 60%);
	background: -o-linear-gradient(top, rgba(245, 245, 245, 0.6) 0%, rgba(245, 245, 245, 1) 60%);
	background: -ms-linear-gradient(top, rgba(245, 245, 245, 0.6) 0%, rgba(245, 245, 245, 1) 60%);
	background: linear-gradient(to bottom, rgba(245, 245, 245, 0.6) 0%, rgba(245, 245, 245, 1) 60%);
}

.ls-source__mask.ls-source__mask-back {
	background: rgba(255, 255, 255, .4);
	-webkit-transform: skewY(-3.1deg);
	-ms-transform: skewY(-3.1deg);
	transform: skewY(-3.1deg);
	-webkit-backface-visibility: hidden;
	bottom: 40px;
}

.ls--theme-dark .ls__main-title,
.ls--theme-dark .ls__left-desc {
	color: #343434;
}

@media only screen and (max-height :680px) {
	.laptop-slider__slideshow.ls--fullscreen,
	.laptop-slider__slideshow {
		height: auto;
	}
	.laptop-slider__source+.laptop-slider__inner {
		position: relative;
	}
}

@media only screen and (min-width :1280px) and (max-width :1440px) {}

@media only screen and (max-width :1279px) {
	.ls__laptop-mask {
		width: 90%;
		padding-bottom: 47%;
	}
}

@media only screen and (min-width :992px) and (max-width :1279px) {}

@media only screen and (max-width :991px) {
	.laptop-slider__slideshow {
		height: auto;
	}
	.laptop-slider__source+.laptop-slider__inner {
		position: relative
	}
	.ls-source__mask {
		height: 120px;
	}
	.ls__laptop-mask {
		width: 100%;
		padding-bottom: 51%;
	}
	.ls__main-title {
		font-size: 27px;
	}
	.ls--lapt_slider_desc.laptop-slider__slideshow,
	.ls--lapt_desc.laptop-slider__slideshow {
		height: auto;
	}
	.ls--lapt_slider_desc .ls__laptop-mask,
	.ls--lapt_desc .ls__laptop-mask {
		width: 100%;
		padding-bottom: 52%;
		float: none;
		margin-right: 0;
	}
	.ls--lapt_slider_desc .ls__left-desc,
	.ls--lapt_desc .ls__left-desc {
		float: none;
		width: 100%;
		position: static;
		text-align: center;
		margin-right: 0;
		margin-top: 50px;
	}
	.ls--lapt_slider_desc .ls-source__mask,
	.ls--lapt_desc .ls-source__mask {
		display: none;
	}
	.ls_slide_item-details {
		position: static;
		display: none;
	}
	.ls_slide_item-details.selected {
		display: block;
	}
}

@media only screen and (min-width :768px) and (max-width :991px) {}

@media only screen and (max-width :767px) {
	.ls__main-title {
		margin-bottom: 40px;
		margin-top: 30px;
	}
	.ls__laptop-mask,
	.ls--lapt_slider_desc .ls__laptop-mask,
	.ls--lapt_desc .ls__laptop-mask {
		width: 120%;
		padding-bottom: 62%;
		max-width: 120%;
		margin-left: -10%;
	}
	.ls__arrows {
		display: none;
	}
	.ls--laptop .ls__item-caption {
		bottom: 10px;
		padding: 5px 10px;
		font-size: 12px;
		line-height: 1.4;
	}
	.ls--laptop .item--active .ls__item-caption {
		left: 10px;
	}
}

@media only screen and (max-width :480px) {
	.ls__laptop-mask,
	.ls--lapt_slider_desc .ls__laptop-mask,
	.ls--lapt_desc .ls__laptop-mask {
		width: 140%;
		padding-bottom: 72%;
		max-width: 140%;
		margin-left: -20%;
	}
}

.ls__laptop-mask::after {
	background-image: url(https://www.intermobil.com.tr/wp-content/themes/intermobil/pagebuilder/elements/TH_LaptopSlider/assets/macbook-air.svg);
}

.latest_posts-acc {
	position: relative;
}

.latest_posts-acc-elm-title {
	position: absolute;
	top: 14px;
	z-index: 1;
	margin: 0;
}

.latest_posts-acc-viewall {
	position: absolute;
	top: 12px;
	right: 0;
	font-size: 10px;
	font-weight: bold;
	color: #757575;
	z-index: 1;
}

.latest_posts-acc--dark .latest_posts-acc-viewall {
	color: #ababab;
}

.latest_posts-acc-item,
.latest_posts-acc-inner,
.latest_posts-acc-link {
	-webkit-transition: width0.2s ease-in-out 0.2s;
	transition: width 0.2s ease-in-out 0.2s;
}

.latest_posts-acc-wrapper {
	width: 100%;
	margin: 0 auto 20px;
	overflow: hidden;
	position: relative;
}

.latest_posts-acc-list {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

.latest_posts-acc-item {
	width: calc(25% - 20px);
	padding-top: 50px;
	position: relative;
	float: left;
	overflow: hidden;
	margin-right: 20px;
	border-top: 4px solid #E7E7E7;
}

.latestposts--dark .latest_posts-acc-item {
	border-top-color: #323232;
}

.latest_posts-acc-inner,
.latest_posts-acc-item:hover~.latest_posts-acc-item>.latest_posts-acc-inner {
	width: calc(200% + 40px);
}

.latest_posts-acc-item:hover>.latest_posts-acc-inner,
.latest_posts-acc-item.last>.latest_posts-acc-inner {
	width: 100%;
}

.latest_posts-acc-link {
	width: calc(50% - 20px);
	float: left;
	margin-right: 20px;
	opacity: .8;
}

.latest_posts-acc-item.last,
.latest_posts-acc-item:hover:not(.last) {
	width: 50%;
}

.latest_posts-acc-item:hover~.latest_posts-acc-item {
	width: calc(25% - 20px);
}

.latest_posts-acc-item:hover .latest_posts-acc-link {
	opacity: 1;
}

.latest_posts-acc-item.last {
	margin-right: 0;
}

.latest_posts-acc-details {
	font-size: 11px;
}

.latest_posts-acc-title {
	font-size: 13px;
	line-height: 1.4;
	margin: 10px 0;
}

.latest_posts-acc-text {
	font-size: 11px;
	line-height: 1.4;
}

.latest_posts-acc-more {
	font-size: 10px;
	font-weight: bold;
	color: #888;
	display: inline-block;
	margin-top: 5px;
}

@media (max-width:991px) {
	.latest_posts-acc-title {
		font-size: 12px;
		line-height: 1.3;
		margin: 8px 0;
	}
	.latest_posts-acc-text {
		font-size: 11px;
		line-height: 1.4;
	}
}

@media (max-width:767px) {
	.latest_posts-acc-elm-title {
		position: static;
		margin: 0 0 20px;
	}
	.latest_posts-acc-details {
		display: block;
	}
	.latest_posts-acc-item,
	.latest_posts-acc-item:hover,
	.latest_posts-acc-item.last,
	.latest_posts-acc-item.last:hover {
		width: 100% !important;
		margin-right: 0;
		padding: 20px 0;
		float: none;
	}
	.latest_posts-acc-inner,
	.latest_posts-acc-item:hover~.latest_posts-acc-item>.latest_posts-acc-inner {
		width: 100% !important;
	}
}

.latest_posts--style2 {
	position: relative;
}

.latest_posts2-elm-title {
	margin-bottom: 20px;
}

.latest_posts2-thumb {
	margin-right: 20px;
	margin-top: 5px;
}

.latest_posts2-viewall {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 10px;
	font-weight: bold;
	color: #757575;
}

.latest_posts2-posts {
	margin: 0;
	padding: 0;
	list-style: none;
}

.latest_posts2-post {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E3E3E3;
	overflow: hidden;
}

.kl-sidebar--dark .latest_posts2-post,
.latestposts2--dark .latest_posts2-post {
	border-bottom-color: #252525;
}

.latest_posts2-post:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.latest_posts2-title {
	font-size: 13px;
	margin: 0 0 5px;
	font-weight: 600;
	vertical-align: middle;
	line-height: 20px;
	margin: 0 0 5px;
	padding: 0;
	vertical-align: middle;
}

.latest_posts3 {
	position: relative;
	padding: 30px 30px 10px 30px
}

.latestposts3--light {
	background-color: #fff;
}

.latest_posts3-elm-title {
	margin-bottom: 20px;
}

.latest_posts3-viewall {
	position: absolute;
	top: 28px;
	right: 20px;
	font-size: 10px;
	font-weight: bold;
	color: #757575;
}

.latest_posts3-posts {
	margin: 0;
	padding: 0;
	list-style: none;
}

.latest_posts3-post {
	margin-top: 25px;
	border-bottom: 1px solid #ECECEC;
	padding-bottom: 25px;
}

.latest_posts3-post:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

.latest_posts3-thumb {
	float: left;
	margin-right: 20px;
}

.latest_posts3-title {
	font-size: 14px;
	font-weight: 700;
	color: #CD2122;
	line-height: 1.6;
	vertical-align: middle;
}

.latest_posts3-post-details {
	float: left;
	width: 110px;
}

.latest_posts3-post-details-det {
	display: inline-block;
	margin-bottom: 2px;
	font-size: 10px
}

.latest_posts3-post-date {
	background: #cd2122;
	color: #fff;
	padding: 3px 10px;
	margin: 0 0 5px;
	position: relative
}

.latest_posts3-post-date:after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 10px;
	border: 4px solid transparent;
	border-top-color: #cd2122;
}

.latest_posts3-post-text {
	margin-left: 110px;
}

.latest_posts3-post-cat {
	display: block;
}

.latestposts3--dark {
	background-color: #111;
}

.latestposts3--dark .latest_posts3-post {
	border-bottom-color: #121212;
}

.latest_posts--4.default-style .latest_posts-link {
	margin-bottom: 10px;
}

.latest_posts--4.default-style .latest_posts-readon {
	position: absolute;
	left: -10px;
	bottom: 16px;
	color: #fff;
	padding: 11px 14px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	margin: 0;
	border-radius: 2px;
	z-index: 1;
}

.latest_posts--4.default-style .latest_posts-link:hover .latest_posts-readon {
	left: 15px;
	background: #fff;
}

.latest_posts--4.default-style .latest_posts-details {
	font-size: 11px;
	display: block;
}

.latest_posts--4.default-style .latest_posts-post {
	margin-bottom: 30px;
}

.latest_posts--4.default-style .latest_posts-title {
	font-style: italic;
	font-size: 16px;
	line-height: 1.4;
	margin-top: 10px;
}

.latest_posts--4.default-style .latest_posts-img {
	box-shadow: 0 1px 1px rgba(0, 0, 0, .22);
}

.latest_posts--4.kl-style-2 .latest_posts-elm-titlew {
	background-color: #cd2122;
	height: 120px;
	width: 100%;
	text-align: center;
	padding: 20px 40px;
	margin: 0 0 20px;
}

.latest_posts--4.kl-style-2 .latest_posts-elm-title {
	position: relative;
	color: #fff;
	text-shadow: none;
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
	top: 50%;
	margin: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.latest_posts--4.kl-style-2 .latest_posts-post {
	position: relative;
	margin-bottom: 10px;
}

.latest_posts--4.kl-style-2 .latest_posts-details {
	position: absolute;
	bottom: 0;
	padding: 20px 15px 15px;
}

.latest_posts--4.kl-style-2 .latest_posts-details-data {
	font-style: normal;
	color: rgba(255, 255, 255, 0.8);
	font-size: 11px;
}

.latest_posts--4.kl-style-2 .latest_posts-details-data a {
	color: #fff;
}

.latest_posts--4.kl-style-2 .latest_posts-title {
	position: relative;
	margin: 0 0 20px;
}

.latest_posts--4.kl-style-2 .latest_posts-title:after {
	position: absolute;
	content: '';
	width: 88px;
	height: 3px;
	background-color: #cd2122;
	left: 0;
	bottom: -10px;
	-webkit-transition: width .25s ease-in-out;
	transition: width .25s ease-in-out;
}

.latest_posts--4.kl-style-2 .latest_posts-post:hover .latest_posts-title:after {
	width: 160px;
}

.latest_posts--4.kl-style-2 .latest_posts-title-link {
	color: #fff;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
	font-style: normal;
	margin-bottom: 5px;
}

.latest_posts--4.kl-style-2 .latest_posts-link {
	position: relative;
	display: block;
}

.latest_posts--4.kl-style-2 .latest_posts-link:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(transparent 50%, rgba(0, 0, 0, 0.8) 100%);
	background: -webkit-linear-gradient(transparent 50%, rgba(0, 0, 0, 0.6) 100%);
	background: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.6) 100%);
	box-shadow: none;
	border-radius: 0;
	-webkit-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}

.latest_posts--4.kl-style-2 .latest_posts-post:hover .latest_posts-link:after {
	opacity: 0;
}

.latest_posts--4.kl-style-2 .latest_posts-img {
	border-radius: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

@media (min-width:768px) {
	.latest_posts--4.kl-style-2 .latest_posts-elm-titlew {
		margin-bottom: 0;
	}
}

@media (min-width:1200px) {
	.latest_posts--4.kl-style-2 .latest_posts-elm-titlew {
		height: 350px;
		margin-bottom: 20px;
	}
	.latest_posts--4.kl-style-2 .latest_posts-elm-title {
		font-size: 54px;
	}
	.latest_posts--4.kl-style-2 .latest_posts-post {
		margin-bottom: 20px;
	}
}

@media (max-width:991px) and (min-width:768px) {
	.latest_posts--4.kl-style-2 .latest_posts-elm-titlew {
		height: 219px;
	}
}

@media (max-width:1199px) and (min-width:992px) {
	.latest_posts--4.kl-style-2 .latest_posts-elm-titlew {
		height: 288px;
	}
}

@media (max-width:480px) {
	.latest_posts--4.kl-style-2 .latest_posts-title {
		margin-bottom: 0;
		font-size: 10px;
	}
	.latest_posts--4.kl-style-2 .latest_posts-title:after {
		content: none;
	}
	.latest_posts--4.kl-style-2 .latest_posts-details-data {
		display: none;
	}
}

.latest-posts-crs {
	position: relative;
}

.latest-posts-crs-controls {
	position: relative;
	right: auto;
	float: right;
}

.latest-posts-crs-arr {
	opacity: 0.5;
}

.latest-posts-crs-title {
	font-style: italic;
	font-size: 16px;
	line-height: 1.4;
	margin-top: 10px;
}

.latest-posts-crs-details {
	display: block;
	font-size: 11px;
	color: #7d7d7d;
}

.latest-posts-crs-list {
	margin: 0;
	padding: 0;
	list-style: none;
	height: auto;
	height: auto !important;
	position: relative !important;
}

.latest-posts-crs-post {
	float: left;
	margin: 0;
	padding: 0 10px;
}

.latest-posts-crs-readon {
	position: absolute;
	left: -10px;
	bottom: 16px;
	color: #fff;
	padding: 11px 14px;
	background: #CD2122;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	margin: 0;
	border-radius: 2px;
	z-index: 1;
}

.latest-posts-crs-link:hover .latest-posts-crs-readon {
	left: 15px;
	background: #fff;
}

.media-container {
	position: relative;
}

.media-container__link--wrap {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.media-container__link--btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.media-container__link .kl-icon {
	color: #fff;
}

.media-container__link--btn .kl-icon:not(.circled-icon) {
	margin-right: 5px;
	-webkit-transition: margin-right .2s ease-out;
	transition: margin-right .2s ease-out;
}

.media-container__link--btn:hover .kl-icon:not(.circled-icon) {
	margin-right: 15px;
}

.media-container__link--style-borderanim1 {
	padding: 10px 30px;
	font-size: 42px;
	letter-spacing: 2px;
	font-weight: 600;
	line-height: 1.2;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	-webkit-transition: color .2s ease-out;
	transition: color .2s ease-out;
}

.media-container__link--style-borderanim1>i {
	opacity: .8;
	background-color: #fff;
	display: block;
	position: absolute;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.media-container__border-tt {
	width: 30%;
	height: 7px;
	top: 0;
	left: 0;
}

.media-container__border-tl {
	height: 80%;
	width: 7px;
	top: 7px;
	left: 0;
}

.media-container__border-bb {
	width: 30%;
	height: 7px;
	bottom: 0;
	right: 0;
}

.media-container__border-br {
	height: 80%;
	width: 7px;
	bottom: 7px;
	right: 0;
}

.media-container:hover>i {
	opacity: 1;
}

.media-container:hover .media-container__border-tt {
	width: 100%;
	height: 3px;
	top: 0;
	left: 0;
}

.media-container:hover .media-container__border-tl {
	height: 100%;
	width: 3px;
	top: 0;
	left: 0;
}

.media-container:hover .media-container__border-bb {
	width: 100%;
	height: 3px;
	bottom: 0;
	right: 0;
}

.media-container:hover .media-container__border-br {
	height: 100%;
	width: 3px;
	bottom: 0;
	right: 0;
}

.media-container__link--style-borderanim2 {
	color: #fff;
}

.media-container__link--style-borderanim2 .media-container__text {
	text-align: center;
	font-size: 32px;
	letter-spacing: 4px;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.borderanim2-svg {
	position: relative;
}

.borderanim2-svg__shape {
	stroke-width: 8px;
	fill: transparent;
	stroke: #FFF;
	-webkit-transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
	transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
}

.media-container:hover .borderanim2-svg__shape {
	stroke-width: 3px;
	stroke-dashoffset: 0;
}

.media-container:hover .circleanim-svg__circle-front {
	stroke-dasharray: 340;
	stroke-width: 2px;
	stroke-opacity: 1;
}

.media-container.media-container--type-pb {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.media-container-pb {
	width: calc(100% - 50px);
	margin: 10px 25px;
}

.media-container-pb.media-container-pb--alg-top {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.media-container-pb.media-container-pb--alg-center {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.media-container-pb.media-container-pb--alg-bottom {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

@media screen and (min-width:1200px) {
	.media-container {
		height: 300px;
	}
}

@media screen and (min-width:992px) and (max-width:1199px) {
	.media-container {
		height: 300px;
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	.media-container {
		height: 300px;
	}
}

@media screen and (max-width:767px) {
	.media-container {
		height: 400px;
	}
}

.elm-nlbox__form {
	border-radius: 4px;
	position: relative;
	margin-bottom: 10px;
}

.elm-nlbox__input,
.elm-nlbox__submit {
	height: 50px;
	float: left;
	border: 0;
	vertical-align: middle;
	outline: none;
	margin: 0;
	top: 0;
}

.elm-nlbox__icon {
	font-size: 16px;
}

.elm-nlbox__input {
	width: calc(100% - 130px);
	background: #fff;
	border-radius: 3px;
	padding-left: 20px;
	-webkit-transition: padding-left .15s ease-out;
	transition: padding-left .15s ease-out;
}

.elm-nlbox__input.btn--rounded {
	border-radius: 3px !important;
}

.elm-nlbox__input.btn--round {
	border-radius: 50px !important;
}

.elm-nlbox__input.btn--square {
	border-radius: 0 !important;
}

.elm-nlbox__input:focus {
	padding-left: 30px;
}

.elm-nlbox__submit {
	width: 130px;
	border-radius: 3px;
}

.elm-nlbox__submit:not(.glyphicon) {
	font-size: 14px;
	font-weight: 600;
}

.nlbox--style-normal .elm-nlbox__submit {
	color: #fff;
	background-color: #cd2122;
}

.nlbox--style-normal .elm-nlbox__submit:hover {
	background-color: #000;
}

.nlbox--style-normal2 .elm-nlbox__submit {
	color: #999;
	background-color: #fff;
	position: relative;
}

.nlbox--style-normal2 .elm-nlbox__submit:hover {
	color: #767676;
}

.nlbox--style-transparent .elm-nlbox__input {
	border: 1px solid rgba(255, 255, 255, .7);
	background: rgba(255, 255, 255, .3);
	color: #fff;
}

.nlbox--style-transparent .elm-nlbox__input::-webkit-input-placeholder {
	color: #fff;
}

.nlbox--style-transparent .elm-nlbox__input:-moz-placeholder {
	color: #fff;
}

.nlbox--style-transparent .elm-nlbox__input::-moz-placeholder {
	color: #fff;
}

.nlbox--style-transparent .elm-nlbox__input:-ms-input-placeholder {
	color: #fff;
}

.nlbox--style-transparent .elm-nlbox__submit {
	color: #fff;
	background-color: #cd2122;
}

.nlbox--style-transparent .elm-nlbox__submit:hover {
	background-color: #000;
}

.nlbox--style-transparent2 .elm-nlbox__input {
	border: 1px solid rgba(255, 255, 255, .7);
	background: rgba(255, 255, 255, .1);
	color: #fff;
}

.nlbox--style-transparent2 .elm-nlbox__input::-webkit-input-placeholder {
	color: #fff;
}

.nlbox--style-transparent2 .elm-nlbox__input:-moz-placeholder {
	color: #fff;
}

.nlbox--style-transparent2 .elm-nlbox__input::-moz-placeholder {
	color: #fff;
}

.nlbox--style-transparent2 .elm-nlbox__input:-ms-input-placeholder {
	color: #fff;
}

.nlbox--style-transparent2 .elm-nlbox__submit {
	color: #fff;
	background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .7);
	position: relative;
}

.nlbox--style-transparent2 .elm-nlbox__submit:hover {
	color: rgba(255, 255, 255, .8);
}

.nlbox--layout-single .elm-nlbox__form {
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

.nlbox--layout-single .elm-nlbox__input {
	border-radius: 4px 0 0 4px;
}

.nlbox--layout-single .elm-nlbox__input.btn--round,
.nlbox--layout-single .elm-nlbox__input.btn--rounded {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.nlbox--layout-single .elm-nlbox__submit {
	border-radius: 0 4px 4px 0;
}

.nlbox--layout-single .elm-nlbox__submit.btn--round,
.nlbox--layout-single .elm-nlbox__submit.btn--rounded {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.nlbox--style-normal2.nlbox--layout-single .elm-nlbox__submit:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 86%;
	top: 7%;
	left: 0;
	background-color: rgba(0, 0, 0, 0.1)
}

.nlbox--style-transparent.nlbox--layout-single .elm-nlbox__input {
	border-right-width: 0;
}

.nlbox--style-transparent2.nlbox--layout-single .elm-nlbox__input {
	border-right-width: 0;
}

.nlbox--style-transparent2.nlbox--layout-single .elm-nlbox__submit {
	border-left-width: 0;
}

.nlbox--style-transparent2.nlbox--layout-single .elm-nlbox__submit:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 86%;
	top: 7%;
	left: 0;
	background-color: rgba(255, 255, 255, 0.7)
}

.nlbox--layout-separate .elm-nlbox__input {
	width: calc(100% - 140px);
	margin-right: 10px;
}

.nlbox--layout-separate .elm-nlbox__input,
.nlbox--layout-separate .elm-nlbox__submit {}

.nlbox--layout-rows .elm-nlbox__input {
	width: 100%;
	display: block;
	margin-bottom: 10px
}

.nlbox--layout-rows-full .elm-nlbox__input {
	margin-bottom: 10px
}

.nlbox--layout-rows-full .elm-nlbox__input,
.nlbox--layout-rows-full .elm-nlbox__submit {
	width: 100% !important;
	display: block;
}

.nlbox--style-lined_light .elm-nlbox__input {
	border: 2px solid #fff;
	background: transparent;
	color: #fff;
}

.nlbox--style-lined_light .elm-nlbox__input::-webkit-input-placeholder {
	color: #fff;
}

.nlbox--style-lined_light .elm-nlbox__input:-moz-placeholder {
	color: #fff;
}

.nlbox--style-lined_light .elm-nlbox__input::-moz-placeholder {
	color: #fff;
}

.nlbox--style-lined_light .elm-nlbox__input:-ms-input-placeholder {
	color: #fff;
}

.nlbox--style-lined_light .elm-nlbox__submit {
	color: #fff;
	background-color: #cd2122;
}

.nlbox--style-lined_light .elm-nlbox__submit:hover {
	background-color: #333;
}

.nlbox--style-lined_dark .elm-nlbox__input {
	border: 2px solid #333;
	background: transparent;
	color: #333;
}

.nlbox--style-lined_dark .elm-nlbox__input::-webkit-input-placeholder {
	color: #333;
}

.nlbox--style-lined_dark .elm-nlbox__input:-moz-placeholder {
	color: #333;
}

.nlbox--style-lined_dark .elm-nlbox__input::-moz-placeholder {
	color: #333;
}

.nlbox--style-lined_dark .elm-nlbox__input:-ms-input-placeholder {
	color: #333;
}

.nlbox--style-lined_dark .elm-nlbox__submit {
	color: #333;
	background-color: #cd2122;
}

.nlbox--style-lined_dark .elm-nlbox__submit:hover {
	background-color: #cecece;
}

@media screen and (max-width:767px) {
	.elm-nlbox__submit {
		width: 130px !important;
	}
	.elm-nlbox__input {
		width: calc(100% - 130px) !important;
	}
	.nlbox--layout-separate .elm-nlbox__input {
		width: calc(100% - 140px) !important;
	}
}

.kl-nivoslider .fake-loading {
	z-index: 2;
}

.nivoContainer {
	position: relative;
}

.nivoSlider {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 0;
}

.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: none;
}

.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}

.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
}

.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
	top: 0;
}

.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
	overflow: hidden;
}

.nivo-box img {
	display: block;
}

.nivo-directionNav,
.nivo-directionNav a,
.nivo-controlNav.nivo-thumbs-enabled a img {
	-webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	-ms-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}

.nivo-caption {
	padding: 0 15px;
	position: absolute;
	bottom: 20px;
	line-height: 40px;
	color: #E9E9E9;
	margin: 0;
	display: inline-block;
	border-left: 5px solid #CD2122;
	background: black;
	background: rgba(0, 0, 0, 0.9);
	font-size: 17px;
	text-transform: uppercase;
	opacity: 0;
	filter: alpha(opacity=0);
	left: 120px;
	z-index: 9999;
}

.nivo-caption p {
	padding: 5px;
	margin: 0;
}

.nivo-caption a {
	display: inline !important;
}

.nivo-html-caption {
	display: none;
}

.nivo-directionNav {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 61px;
	height: 40px;
	z-index: 9999;
}

.nivoSlider.showOnMouseover .nivo-directionNav {
	opacity: 0;
	filter: alpha(opacity=0);
}

.nivoSlider.showOnMouseover:hover .nivo-directionNav {
	opacity: 1;
	filter: alpha(opacity=100);
}

.nivo-directionNav a {
	width: 30px;
	height: 40px;
	margin: 0;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	float: left;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.nivo-directionNav .nivo-nextNav {
	background-position: 100% 0;
	margin-left: 1px;
}

.nivo-directionNav a:hover {
	background-color: #CD2122;
}

.nivo-controlNav {
	position: absolute;
	text-align: center;
	line-height: 1;
	top: 30px;
	left: auto;
	right: 30px;
	z-index: 100;
}

.nivo-controlNav a {
	display: inline-block;
	width: 15px;
	height: 4px;
	margin: 0 3px;
	background: #000;
	opacity: 0.3;
	cursor: pointer;
	position: relative;
	border-radius: 2px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.nivo-controlNav a:hover,
.nivo-controlNav a.active {
	opacity: 0.6;
}

.nivo-controlNav a.active {
	width: 27px;
}

.nivo-controlNav.nivo-thumbs-enabled {
	position: relative;
	bottom: -20px;
}

.nivo-controlNav.nivo-thumbs-enabled a {
	cursor: pointer;
	line-height: 1;
	margin: 0 0 0 5px;
	display: inline-block;
	zoom: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	position: relative;
	text-indent: 0;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	width: auto;
	height: auto;
	-webkit-box-shadow: 0 0 0 4px black inset;
	-moz-box-shadow: 0 0 0 4px black inset;
	box-shadow: 0 0 0 4px black inset;
}

.nivo-controlNav.nivo-thumbs-enabled a img {
	max-height: 40px;
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
	position: relative;
	-webkit-box-shadow: 0 0 3px black;
	-moz-box-shadow: 0 0 3px black;
	box-shadow: 0 0 3px black;
}

.nivo-controlNav.nivo-thumbs-enabled a.active img,
.nivo-controlNav.nivo-thumbs-enabled a img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-box-shadow: 0 0 8px black;
	-moz-box-shadow: 0 0 8px black;
	box-shadow: 0 0 8px black;
}

.nivo-directionNav a {
	background-image: url(https://www.intermobil.com.tr/wp-content/themes/intermobil/pagebuilder/elements/TH_NivoSlider/assets/k-nivo-nav.png);
}

.partners_carousel-title {
	font-weight: 500;
	margin-top: 0;
}

.partners_carousel-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.partners_carousel-item {
	float: left;
	text-align: center;
	margin: 0;
	padding: 0 0 0 10px;
	width: 250px;
}

.partners_carousel-link {
	display: block;
	padding: 10px 0;
	margin: 0;
	min-height: 46px;
	line-height: 46px;
	border: 4px solid #f9f9f9;
	border-radius: 3px;
	background: #ffffff;
}

.partners_carousel-img {
	opacity: .8;
}

.partners_carousel-link:hover {
	background: #f9f9f9;
	border: 4px solid #eee;
}

.prtc--dark .partners_carousel-link {
	border: 4px solid #060606;
	background: #000;
}

.prtc--dark .partners_carousel-link:hover {
	background: #060606;
	border: 4px solid #111;
}

.partners_carousel-link:hover .partners_carousel-img {
	opacity: 1;
}

.partners_carousel-controls {
	opacity: 0.5;
}

.partners_carousel-arr:hover {
	opacity: 1;
}

.testimonials-partners__separator {
	background: #fff;
	opacity: .2;
	height: 1px;
	width: 100%;
	margin-bottom: 70px;
}

.ts-pt-testimonials {
	margin-left: -50px;
}

.ts-pt-testimonials__item {
	float: left;
	margin-left: 50px;
	margin-bottom: 50px;
	color: #fff;
}

.ts-pt-testimonials__item--size-1 {
	width: -webkit-calc(25% - 50px);
	width: calc(25% - 50px);
}

.ts-pt-testimonials__item--size-2 {
	width: -webkit-calc(50% - 50px);
	width: calc(50% - 50px);
}

.ts-pt-testimonials__item--size-3 {
	width: -webkit-calc(75% - 50px);
	width: calc(75% - 50px);
}

.ts-pt-testimonials__item--size-4 {
	width: -webkit-calc(100% - 50px);
	width: calc(100% - 50px);
}

.ts-pt-testimonials__text {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	padding: 50px 25px 40px;
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
	line-height: 1.7;
	position: relative;
}

.ts-pt-testimonials__text:after {
	content: '';
	position: absolute;
	left: 55px;
	border: 13px solid transparent;
}

.ts-pt-testimonials__item--normal .ts-pt-testimonials__text:after {
	top: 100%;
	border-top-color: rgba(0, 0, 0, 0.2);
}

.ts-pt-testimonials__item--reversed .ts-pt-testimonials__text:after {
	bottom: 100%;
	border-bottom-color: rgba(0, 0, 0, 0.2);
}

.ts-pt-testimonials__item--normal .ts-pt-testimonials__infos {
	margin-top: 15px;
}

.ts-pt-testimonials__item--reversed .ts-pt-testimonials__infos {
	margin-bottom: 15px;
}

.ts-pt-testimonials__item--normal .ts-pt-testimonials__infos--noimg {
	margin-top: 25px;
	margin-left: 20px;
}

.ts-pt-testimonials__item--reversed .ts-pt-testimonials__infos--noimg {
	margin-bottom: 25px;
	margin-left: 20px;
}

.ts-pt-testimonials__img {
	position: relative;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
	margin-right: 20px;
	margin-left: 25px;
	border: 5px solid rgba(255, 255, 255, 0.2);
	background-clip: content-box;
}

.ts-pt-testimonials__item--normal .ts-pt-testimonials__img {
	margin-top: -35px;
}

.ts-pt-testimonials__item--reversed .ts-pt-testimonials__img {
	margin-top: -15px;
}

.ts-pt-testimonials__item--size-1 .ts-pt-testimonials__img {
	width: 60px;
	height: 60px;
	margin-left: 5px;
	margin-top: 0;
}

.ts-pt-testimonials__name {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 0;
}

.ts-pt-testimonials__item--size-1 .ts-pt-testimonials__name {
	font-size: 14px;
}

.ts-pt-testimonials__position {
	font-size: 13px;
	line-height: 1.4;
	font-weight: 300;
	opacity: 0.5;
	margin-bottom: 5px;
}

.ts-pt-testimonials__stars span {
	opacity: .6;
	font-size: 9px;
}

.ts-pt-testimonials__stars--1 span:nth-child(1)~span,
.ts-pt-testimonials__stars--2 span:nth-child(2)~span,
.ts-pt-testimonials__stars--3 span:nth-child(3)~span,
.ts-pt-testimonials__stars--4 span:nth-child(4)~span {
	opacity: .3;
}

.ts-pt-partners__title {
	width: 22%;
	float: left;
	font-size: 24px;
	color: #dbbd00;
	opacity: .6;
	position: relative;
	line-height: 3;
}

.ts-pt-partners__title:after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 50px;
	height: 3px;
	background: #fff;
}

.ts-pt-partners__carousel-wrapper {
	width: 100%;
}

.ts-pt-partners--y-title .ts-pt-partners__carousel-wrapper {
	width: 78%;
	float: left;
}

.ts-pt-partners__carousel-item {
	float: left;
	height: 60px;
	line-height: 60px;
	vertical-align: middle;
	text-align: center;
}

.ts-pt-partners__img {
	max-height: 60px;
	width: auto;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
	-webkit-transition: opacity 0.6s ease 0.1s, -webkit-transform 0.6s ease 0s;
	transition: opacity 0.6s ease 0.1s, transform 0.6s ease 0s;
}

.ts-pt--active-item .ts-pt-partners__img {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.ts-pt--active-item~.ts-pt--active-item .ts-pt-partners__img {
	-webkit-transition-delay: 0.2s, 0.1s;
	transition-delay: 0.2s, 0.1s;
}

.ts-pt--active-item~.ts-pt--active-item~.ts-pt--active-item .ts-pt-partners__img {
	-webkit-transition-delay: 0.3s, 0.2s;
	transition-delay: 0.3s, 0.2s;
}

.ts-pt--active-item~.ts-pt--active-item~.ts-pt--active-item~.ts-pt--active-item .ts-pt-partners__img {
	-webkit-transition-delay: 0.4s, 0.3s;
	transition-delay: 0.4s, 0.3s;
}

.ts-pt--active-item~.ts-pt--active-item~.ts-pt--active-item~.ts-pt--active-item~.ts-pt--active-item .ts-pt-partners__img {
	-webkit-transition-delay: 0.5s, 0.4s;
	transition-delay: 0.5s, 0.4s;
}

.testimonials-partners--dark .testimonials-partners__separator {
	background: #181818;
}

.testimonials-partners--dark .ts-pt-testimonials__item {
	color: #181818;
}

.testimonials-partners--dark .ts-pt-testimonials__text {
	background: rgba(255, 255, 255, 0.2);
}

.testimonials-partners--dark .ts-pt-testimonials__item--normal .ts-pt-testimonials__text:after {
	border-top-color: rgba(255, 255, 255, 0.2);
}

.testimonials-partners--dark .ts-pt-testimonials__item--reversed .ts-pt-testimonials__text:after {
	border-bottom-color: rgba(255, 255, 255, 0.2);
}

.testimonials-partners--dark .ts-pt-partners__title {
	color: #181818;
}

.testimonials-partners--dark .ts-pt-partners__title:after {
	background: #181818;
}

@media screen and (max-width:992px) {
	.ts-pt-testimonials__item--size-1,
	.ts-pt-testimonials__item--size-2,
	.ts-pt-testimonials__item--size-3 {
		width: -webkit-calc(50% - 50px);
		width: calc(50% - 50px);
	}
	.ts-pt-partners__title {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	.ts-pt-partners__title:after {
		content: '';
		position: absolute;
		bottom: -15px;
		left: 0;
		width: 50px;
		height: 3px;
		background: #fff;
	}
	.ts-pt-partners--y-title .ts-pt-partners__carousel-wrapper {
		width: 100%;
		clear: left;
		float: none;
	}
}

@media screen and (max-width:767px) {
	.ts-pt-testimonials__item--size-1,
	.ts-pt-testimonials__item--size-2,
	.ts-pt-testimonials__item--size-3 {
		width: -webkit-calc(100% - 50px);
		width: calc(100% - 50px);
	}
	.ts-pt-partners__link {
		padding-left: 5px;
		padding-right: 5px;
		display: block;
	}
}

.elm-phg--sld {
	position: relative;
}

.elm-phg--sld .elm-phg-image {
	width: 100%;
}

.elm-phg-slideshow {
	overflow: hidden;
}

.elm-phg-slideshow,
.elm-phg-slideshow-pager {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.elm-phg-slideshow li {
	float: left;
}

.elm-phg-slideshow.cheight-fixed .elm-phg-image {
	height: 100%;
}

.elm-phg-slideshow li.selected {
	border: 2px solid #000;
}

.elm-phg-slideshow-pager-wrapper {
	position: absolute;
	bottom: 20px;
	left: 0;
	height: 80px;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}

.elm-phg-slideshow-pager {
	width: 100%;
}

.elm-phg-slideshow-pager li {
	width: 80px;
	height: 80px;
	float: left;
	cursor: pointer;
	margin: 0 10px;
	-webkit-transition: padding .15s ease-out, background-color .15s ease-out;
	transition: padding .15s ease-out, background-color .15s ease-out;
	-webkit-backface-visibility: hidden;
}

.elm-phg-slideshow-pager li.selected {
	padding: 3px;
	background-color: rgba(0, 0, 0, 0.5);
}

.elm-phg-slideshow-arrows a {
	display: block;
	width: 30px;
	height: 50px;
	position: absolute;
	top: 50%;
	font-size: 14px;
	color: #fff;
	background: rgba(0, 0, 0, 0.4);
	line-height: 51px;
	margin-top: -25px;
	text-align: center;
	z-index: 1;
	border-radius: 0px;
	opacity: 0;
	-webkit-transition: opacity .15s ease-out;
	transition: opacity .15s ease-out;
}

.elm-phg-slideshow-arrows a:hover {
	background: rgba(0, 0, 0, 0.7);
}

.elm-phg-slideshow-prev {
	left: 20px;
}

.elm-phg-slideshow-next {
	right: 20px;
}

.elm-phg--sld:hover .elm-phg-slideshow-arrows a {
	opacity: 1;
}

@media (max-width:767px) {
	.elm-phg-slideshow-pager-wrapper {
		display: none;
	}
	.elm-phg--sld .elm-phg-slideshow-arrows a {
		opacity: 1;
	}
}

.psl__wrapper {
	width: 100%;
	overflow: hidden;
	z-index: 0;
}

.kl-bg-source+.psl__inner {
	position: relative;
}

.psl--height {
	height: auto;
}

@media only screen and (min-width :1200px) {
	.psl--height .psl__inner {
		position: absolute;
		width: 100%;
		bottom: 0;
	}
}

@media only screen and (min-width :992px) {
	.psl--fullscreen {
		height: 100vh;
	}
	.psl--fullscreen .psl__inner {
		position: absolute;
		width: 100%;
		bottom: 0;
	}
}

.psl--fullscreen {
	height: 100vh;
}

.psl__container {
	padding-bottom: 0 !important;
}

.psl-carousel__wrapper,
.psl-carousel__container,
.psl-carousel__item {}

.psl-carousel__container {}

.psl__main-title {
	font-size: 42px;
	color: #fff;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 1.1;
	text-align: center;
	margin-bottom: 15px;
}

.psl__main-desc {
	font-size: 22px;
	color: #fff;
	font-weight: 300;
	line-height: 1.4;
	text-align: center;
}

.psl-carousel__wrapper {
	margin: 0 auto 0;
	position: relative;
}

.psl-carousel__container {
	position: relative;
}

.psl-carousel__item {
	position: relative;
	overflow: hidden;
	float: left;
	padding: 25px 0 0 !important;
	margin-right: auto;
	margin-left: auto;
}

.psl__img {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: box-shadow, width, bottom, left, right, margin, -webkit-transform, opacity;
	transition-property: box-shadow, width, bottom, left, right, margin, transform, opacity;
	-webkit-transition-duration: 0.3s, 0.3s, 0.3s, 0.3s, 0.3s, 0.3s, 0.5s;
	transition-duration: 0.3s, 0.3s, 0.3s, 0.3s, 0.3s, 0.3s, 0.3s, 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.680, 0, 0.265, 1);
	transition-timing-function: cubic-bezier(0.680, 0, 0.265, 1);
}

.psl__img:hover {
	z-index: 5;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.32);
}

.psl__img:before {
	content: '';
	width: 100%;
	height: 24px;
	border-radius: 4px 4px 0 0;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: #dddfe7;
}

.psl__img:after {
	content: '';
	position: absolute;
	top: 8px;
	left: 25px;
	display: block;
	background: #BEBEBE;
	border-radius: 30px;
	width: 8px;
	height: 8px;
	box-shadow: -12px 0 0 #BEBEBE, 12px 0 0 #BEBEBE;
}

.psl-img--front {
	left: 50%;
	bottom: -10px;
	z-index: 4;
	width: 500px;
	margin-left: -250px;
	height: 390px;
	padding-bottom: 0;
	position: relative;
}

.psl-img--right {
	left: auto;
	right: 50%;
	bottom: 0px;
	z-index: 3;
	width: 430px;
	height: 330px;
	position: absolute;
	margin-right: -590px;
}

.psl-img--left {
	left: 50%;
	bottom: 0;
	z-index: 3;
	width: 430px;
	height: 330px;
	position: absolute;
	margin-left: -590px;
}

.psl__img-bg {
	position: absolute;
	top: 24px;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: calc(100% - 24px);
}

.psl__img-bg:after {
	content: '';
	position: absolute;
	top: -22px;
	left: -50px;
	width: 50px;
	height: 100%;
	-webkit-transform: skewY(-20deg) translate3d(0, 0, 0);
	transform: skewY(-20deg) translate3d(0, 0, 0);
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.2)));
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
	background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
	background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.psl--vertical .psl__img {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.psl--vertical .psl-img--front {
	-webkit-transition-delay: 0s, 0s, 0s, 0s, 0s, 0s, 0.2s, 0.2s;
	transition-delay: 0s, 0s, 0s, 0s, 0s, 0s, 0.2s, 0.2s;
}

.psl--vertical .psl-img--right {
	-webkit-transition-delay: 0s, 0s, 0s, 0s, 0s, 0s, 0.3s, 0.3s;
	transition-delay: 0s, 0s, 0s, 0s, 0s, 0s, 0.3s, 0.3s;
}

.psl--vertical .psl-img--left {
	-webkit-transition-delay: 0s, 0s, 0s, 0s, 0s, 0s, 0.5s, 0.5s;
	transition-delay: 0s, 0s, 0s, 0s, 0s, 0s, 0.5s, 0.5s;
}

.psl--vertical .psl--active-item .psl__img {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.psl--horizontal:not(.psl--left) .psl__img {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.psl--horizontal.psl--left .psl__img {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.psl--horizontal .psl-img--front {
	-webkit-transition-delay: 0s, 0s, 0s, 0s, 0s, 0s, 0.2s, 0.2s;
	transition-delay: 0s, 0s, 0s, 0s, 0s, 0s, 0.2s, 0.2s;
}

.psl--horizontal .psl-img--right {
	-webkit-transition-delay: 0s, 0s, 0s, 0s, 0s, 0s, 0.3s, 0.3s;
	transition-delay: 0s, 0s, 0s, 0s, 0s, 0s, 0.3s, 0.3s;
}

.psl--horizontal .psl-img--left {
	-webkit-transition-delay: 0s, 0s, 0s, 0s, 0s, 0s, 0.5s, 0.5s;
	transition-delay: 0s, 0s, 0s, 0s, 0s, 0s, 0.5s, 0.5s;
}

.psl--horizontal .psl--active-item .psl__img {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

@media (min-width:768px) {
	.psl-carousel__item:hover .psl-img--left {
		left: 48%;
	}
	.psl-carousel__item:hover .psl-img--left:hover {
		left: 48%;
	}
	.psl-carousel__item:hover .psl-img--left:hover+.psl-img--front {
		margin-left: -210px;
	}
	.psl-carousel__item:hover .psl-img--right {
		right: 48%;
	}
	.psl-carousel__item:hover .psl-img--right:hover {
		right: 48%;
	}
	.psl-carousel__item:hover .psl-img--right:hover~.psl-img--front {
		margin-left: -290px;
	}
	.psl--active-item .psl-img--front:hover {
		width: 510px;
		margin-left: -255px;
		bottom: 0;
	}
}

.psl__project_title {
	z-index: 6;
	font-size: 10px;
	font-family: Arial;
	color: #919191;
	width: 100%;
	text-align: center;
	font-weight: bold;
	display: block;
	height: 24px;
	line-height: 25px;
	position: absolute;
	text-transform: uppercase;
}

.psl__project_url {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.psl__prev,
.psl__next {
	background-color: rgba(0, 0, 0, 0.1);
	display: block;
	width: 34px;
	height: 54px;
	line-height: 54px;
	position: absolute;
	bottom: 110px;
	z-index: 10;
	border-radius: 4px;
	transition: width .2s ease-out;
}

.psl__prev:hover,
.psl__next:hover {
	background-color: rgba(0, 0, 0, 0.3);
	width: 60px;
}

.psl__prev span,
.psl__next span {
	margin: 10px;
	display: inline-block;
}

.psl__prev {
	left: 0;
	border-radius: 0 4px 4px 0;
	text-align: right;
}

.psl__next {
	right: 0;
	border-radius: 4px 0 0 4px;
}

@media (min-width:1200px) {
	.psl-carousel__item {
		width: 1140px;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.psl-carousel__item {
		width: 940px;
	}
}

@media (max-width:991px) {
	.psl-carousel__item {
		width: 750px;
	}
	.psl__main-title {
		font-size: 32px;
		letter-spacing: -1px;
	}
	.psl__main-desc {
		font-size: 18px;
		color: #fff;
	}
}

@media (max-width:767px) {
	.psl-carousel__item {
		width: auto;
	}
	.psl-img--front {
		max-width: 100%;
		left: 0;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width:480px) {
	.psl-img--front {
		width: 420px;
	}
}

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

.recentwork_carousel__crsl {
	margin: 0;
	padding: 0;
	list-style: none;
	height: auto;
}

.recentwork_carousel__crsl li {
	float: left;
	text-align: center;
	margin: 0;
	padding: 0 20px 0 0;
}

.recentwork_carousel__link {
	display: block;
	padding: 0;
	margin: 0;
	line-height: 0;
}

.recentwork_carousel__hover {
	display: block;
	position: relative;
	overflow: hidden;
}

.recentwork_carousel__hov {
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.recentwork_carousel__link:hover .recentwork_carousel__hov {
	top: 0;
}

.recentwork_carousel__link:hover .recentwork_carousel__hov:after {
	opacity: 1;
}

.recentwork_carousel__img-wrapper {
	height: 165px;
}

.recentwork_carousel__img {
	height: 100%;
	width: 100%;
}

.recentwork_carousel__details {
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.recentwork_carousel__crsl-title {
	font-size: 14px;
	color: #CD2122;
	padding: 10px 0;
	margin: 0;
	position: relative;
	z-index: 1;
}

.recentwork_carousel__cat {
	font-size: 11px;
	display: block;
	color: #343434;
	line-height: 1;
	padding-bottom: 15px;
	position: relative;
	z-index: 1;
}

.recentwork--dark .recentwork_carousel__cat {
	color: #CBCBCB;
}

.recentwork_carousel__link:hover .recentwork_carousel__crsl-title,
.recentwork_carousel__link:hover .recentwork_carousel__cat {
	color: #fff;
}

.recentwork_carousel__controls {
	margin-bottom: 20px;
}

.recentwork_carousel__controls>a {
	opacity: 0.5;
}

.recentwork_carousel__controls>a:hover {
	opacity: 1;
}

.recentwork_carousel__details.nopointer {
	pointer-events: none;
}

.recentwork_carousel--1 .recentwork_carousel__hov {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 100%;
	background-color: rgba(35, 35, 35, 0.8);
	display: block;
}

.recentwork_carousel--1 .recentwork_carousel__hov:after {
	content: "\2b";
	position: relative;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -10px;
	opacity: 0;
}

.recentwork_carousel--1 .recentwork_carousel__details {
	display: block;
	position: relative;
}

.recentwork_carousel--1 .recentwork_carousel__bg {
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.recentwork_carousel--1 .recentwork_carousel__bg {
	position: absolute;
	top: 0;
	height: 0;
	background: #CD2122;
	width: 100%;
	left: 0;
}

.recentwork_carousel--1 .recentwork_carousel__link:hover .recentwork_carousel__bg {
	height: 100%;
}

.recentwork_carousel--2 li {
	text-align: left;
	padding: 0 0 0 3px;
}

.recentwork_carousel--2 .recentwork_carousel__link {
	position: relative;
}

.recentwork_carousel--2 .recentwork_carousel__img-wrapper {
	height: 190px;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: -webkit-transform .2s ease-out;
	transition: transform .2s ease-out
}

.recentwork_carousel--2 .recentwork_carousel__link:hover .recentwork_carousel__img-wrapper {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.recentwork_carousel--2 .recentwork_carousel__hov {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.recentwork_carousel--2 .recentwork_carousel__link:hover .recentwork_carousel__hov {
	opacity: 1;
	visibility: visible;
}

.recentwork_carousel--2 .recentwork_carousel__details {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	opacity: 0;
	visibility: hidden;
	padding: 20px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: bottom .25s ease, opacity .25s ease, visibility .25s ease;
	transition: bottom .25s ease, opacity .25s ease, visibility .25s ease;
}

.recentwork_carousel--2 .recentwork_carousel__link:hover .details {
	opacity: 1;
	visibility: visible;
	bottom: 0
}

.recentwork_carousel--2 .recentwork_carousel__cat {
	background-color: #cd2122;
	display: inline-block;
	padding: 6px;
	text-transform: uppercase;
	border-radius: 2px;
	font-size: 11px;
	line-height: 1;
	z-index: 1;
}

.recentwork_carousel--2 .recentwork_carousel__crsl-title {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 0;
}

.recentwork_carousel--2 .recentwork_carousel__crsl-title,
.recentwork_carousel--2 .recentwork_carousel__cat {
	color: #fff
}

.recentwork_carousel--2 .recentwork_carousel__title {
	font-weight: bold;
	position: relative;
	padding: 0 0 15px;
	margin: 0 0 30px;
	font-size: 18px;
	line-height: 1.4;
}

.recentwork_carousel--2 .recentwork_carousel__title:after {
	position: absolute;
	content: '';
	display: block;
	width: 48px;
	height: 3px;
	background-color: #cd2122;
	bottom: 0;
	left: 0;
}

.recentwork_carousel--2 .recentwork_carousel__desc {
	margin-bottom: 30px;
}

.recentwork_carousel--2 .btn {
	font-size: 11px
}

.recentwork_carousel--2 .recentwork_carousel__controls {
	float: right;
	margin-top: 6px;
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.recentwork_carousel--2:hover .recentwork_carousel__controls {
	opacity: 1
}

.recentwork_carousel--2 .recentwork_carousel__controls .glyphicon {
	display: none;
}

.recentwork_carousel--2 .recentwork_carousel__next,
.recentwork_carousel--2 .recentwork_carousel__prev {
	position: relative;
	width: 24px;
	height: 24px;
	display: inline-block !important;
}

.recentwork_carousel--2 .recentwork_carousel__next:before,
.recentwork_carousel--2 .recentwork_carousel__prev:after,
.recentwork_carousel--2 .recentwork_carousel__next:after,
.recentwork_carousel--2 .recentwork_carousel__prev:before {
	position: absolute;
	content: '';
	left: 7px;
	width: 10px;
	height: 2px;
	background-color: #2C2C2C;
}

.recentwork--dark .recentwork_carousel__next:before,
.recentwork--dark .recentwork_carousel__prev:after,
.recentwork--dark .recentwork_carousel__next:after,
.recentwork--dark .recentwork_carousel__prev:before {
	background-color: #D3D3D3;
}

.recentwork_carousel--2 .recentwork_carousel__next:before,
.recentwork_carousel--2 .recentwork_carousel__prev:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.recentwork_carousel--2 .recentwork_carousel__next:after,
.recentwork_carousel--2 .recentwork_carousel__prev:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.recentwork_carousel--2 .recentwork_carousel__next:after,
.recentwork_carousel--2 .recentwork_carousel__prev:after {
	top: 14px;
}

.recentwork_carousel--2 .recentwork_carousel__next:before,
.recentwork_carousel--2 .recentwork_carousel__prev:before {
	top: 8px;
}

@media (max-width:767px) {
	.recentwork_carousel--2 .recentwork_carousel__left {
		margin-bottom: 30px;
	}
}

.rwc--3 .recentwork_carousel__title {
	font-size: 28px;
	letter-spacing: -1px;
}

.zn_section_size.full_width .recentwork_carousel--2 {
	margin-bottom: 0;
}

.zn_section_size.full_width .recentwork_carousel--2 .recentwork_carousel__crsl-wrapper {
	padding-right: 15px;
}

@media (min-width:768px) {
	.zn_section_size.full_width.recentwork_carousel__left {
		padding-left: -webkit-calc((100vw - 750px) / 2);
		padding-left: calc((100vw - 750px) / 2);
	}
}

@media (min-width:992px) {
	.zn_section_size.full_width .recentwork_carousel__left {
		padding-left: -webkit-calc((100vw - 970px) / 2);
		padding-left: calc((100vw - 970px) / 2);
	}
}

@media (min-width:1200px) {
	.zn_section_size.full_width .recentwork_carousel__left {
		padding-left: -webkit-calc((100vw - 1155px) / 2);
		padding-left: calc((100vw - 1155px) / 2);
	}
}

@media (max-width:991px) {
	.recentwork_carousel li a iframe {
		width: 100%;
		height: auto;
	}
}

@media (max-width:767px) {
	.recentwork_carousel .recentwork_carousel__crsl-title {
		font-size: 13px;
		line-height: 1.4;
	}
}

.recentwork_carousel__crsl {
	margin: 0;
	padding: 0;
	list-style: none;
	height: auto;
}

.recentwork_carousel__crsl li {
	float: left;
	text-align: center;
	margin: 0;
	padding: 0 20px 0 0;
}

.recentwork_carousel__link {
	display: block;
	padding: 0;
	margin: 0;
	line-height: 0;
}

.recentwork_carousel__hover {
	display: block;
	position: relative;
	overflow: hidden;
}

.recentwork_carousel__hov {
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.recentwork_carousel__link:hover .recentwork_carousel__hov {
	top: 0;
}

.recentwork_carousel__link:hover .recentwork_carousel__hov:after {
	opacity: 1;
}

.recentwork_carousel__img-wrapper {
	height: 165px;
}

.recentwork_carousel__img {
	height: 100%;
	width: 100%;
}

.recentwork_carousel__details {
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.recentwork_carousel__crsl-title {
	font-size: 14px;
	color: #CD2122;
	padding: 10px 0;
	margin: 0;
	position: relative;
	z-index: 1;
}

.recentwork_carousel__cat {
	font-size: 11px;
	display: block;
	color: #343434;
	line-height: 1;
	padding-bottom: 15px;
	position: relative;
	z-index: 1;
}

.recentwork--dark .recentwork_carousel__cat {
	color: #CBCBCB;
}

.recentwork_carousel__link:hover .recentwork_carousel__crsl-title,
.recentwork_carousel__link:hover .recentwork_carousel__cat {
	color: #fff;
}

.recentwork_carousel__controls {
	margin-bottom: 20px;
}

.recentwork_carousel__controls>a {
	opacity: 0.5;
}

.recentwork_carousel__controls>a:hover {
	opacity: 1;
}

.recentwork_carousel__details.nopointer {
	pointer-events: none;
}

.recentwork_carousel_v2 {
	position: relative;
	margin-bottom: 40px;
}

.recentwork_carousel_v2 .recentwork_carousel__controls {
	position: absolute;
	right: 0;
	top: -30px;
}

.recentwork_carousel_v2 .recentwork_carousel__title+.recentwork_carousel__controls {
	top: 5px;
}

.recentwork_carousel_v2 .recentwork_carousel__crsl-wrapper {
	margin-left: -10px;
	margin-right: -10px;
}

.recentwork_carousel_v2 li {
	padding: 0 10px;
}

.recentwork_carousel_v2 .recentwork_carousel__link {
	position: relative;
	overflow: hidden;
}

.recentwork_carousel_v2 .recentwork_carousel__details {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: 0;
	background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.25)), color-stop(1%, rgba(0, 0, 0, 0.25)), color-stop(100%, rgba(0, 0, 0, 0.65)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 1%, rgba(0, 0, 0, 0.65) 100%);
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 1%, rgba(0, 0, 0, 0.65) 100%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 1%, rgba(0, 0, 0, 0.65) 100%);
}

.recentwork_carousel_v2 .recentwork_carousel__link:hover .recentwork_carousel__details {
	opacity: 1;
}

.recentwork_carousel_v2 .recentwork_carousel__plus {
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	background: #CD2122;
	font-size: 16px;
	color: #fff;
	top: 50%;
	margin-top: -12px;
	left: 50%;
	margin-left: -12px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
	border-radius: 2px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.recentwork_carousel_v2 .recentwork_carousel__crsl-title {
	position: absolute;
	font-size: 14px;
	top: 65%;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
	color: #fff;
}

.recentwork_carousel_v2 .recentwork_carousel__cat {
	position: absolute;
	font-size: 11px;
	top: 80%;
	left: 0;
	right: 0;
	padding: 0;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
	color: #fff;
}

@media (max-width:991px) {
	.recentwork_carousel li a iframe {
		width: 100%;
		height: auto;
	}
}

@media (max-width:767px) {
	.recentwork_carousel .recentwork_carousel__crsl-title {
		font-size: 13px;
		line-height: 1.4;
	}
}

.recentwork_carousel__crsl {
	margin: 0;
	padding: 0;
	list-style: none;
	height: auto;
}

.recentwork_carousel__crsl li {
	float: left;
	text-align: center;
	margin: 0;
	padding: 0 20px 0 0;
}

.recentwork_carousel__link {
	display: block;
	padding: 0;
	margin: 0;
	line-height: 0;
}

.recentwork_carousel__hover {
	display: block;
	position: relative;
	overflow: hidden;
}

.recentwork_carousel__hov {
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.recentwork_carousel__link:hover .recentwork_carousel__hov {
	top: 0;
}

.recentwork_carousel__link:hover .recentwork_carousel__hov:after {
	opacity: 1;
}

.recentwork_carousel__img-wrapper {
	height: 165px;
}

.recentwork_carousel__img {
	height: 100%;
	width: 100%;
}

.recentwork_carousel__details {
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.recentwork_carousel__crsl-title {
	font-size: 14px;
	color: #CD2122;
	padding: 10px 0;
	margin: 0;
	position: relative;
	z-index: 1;
}

.recentwork_carousel__cat {
	font-size: 11px;
	display: block;
	color: #343434;
	line-height: 1;
	padding-bottom: 15px;
	position: relative;
	z-index: 1;
}

.recentwork--dark .recentwork_carousel__cat {
	color: #CBCBCB;
}

.recentwork_carousel__link:hover .recentwork_carousel__crsl-title,
.recentwork_carousel__link:hover .recentwork_carousel__cat {
	color: #fff;
}

.recentwork_carousel__controls {
	margin-bottom: 20px;
}

.recentwork_carousel__controls>a {
	opacity: 0.5;
}

.recentwork_carousel__controls>a:hover {
	opacity: 1;
}

.recentwork_carousel__details.nopointer {
	pointer-events: none;
}

.recentwork_carousel_v3 {
	position: relative;
	margin-bottom: 40px;
}

.recentwork_carousel_v3 .recentwork_carousel__crsl-wrapper {
	margin-left: -5px;
	margin-right: -5px;
}

.recentwork_carousel_v3 li {
	padding: 0 5px;
}

.recentwork_carousel_v3 .recentwork_carousel__link {
	position: relative;
	overflow: hidden;
}

.recentwork_carousel_v3 .recentwork_carousel__details {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	opacity: 0;
	padding: 20px;
	-webkit-transition: bottom .25s ease, opacity .25s ease, visibility .25s ease;
	transition: bottom .25s ease, opacity .25s ease, visibility .25s ease;
	-webkit-backface-visibility: hidden;
	text-align: start;
	padding-top: 80px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.recentwork_carousel_v3 .recentwork_carousel__cat {
	background-color: #cd2122;
	display: inline-block;
	padding: 6px;
	text-transform: uppercase;
	border-radius: 2px;
	font-size: 11px;
	line-height: 1.6;
	z-index: 1;
}

.recentwork_carousel_v3 .recentwork_carousel__crsl-title {
	font-size: 20px;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 0;
	color: #595959;
	font-weight: 600;
	position: relative;
	padding: 0;
	margin: 15px 0 0;
}

.recentwork_carousel_v3 .recentwork_carousel__crsl-title,
.recentwork_carousel_v3 .recentwork_carousel__cat {
	color: #fff
}

.recentwork_carousel_v3 .recentwork_carousel__top-container {
	padding-top: 25px;
	padding-bottom: 35px;
}

.recentwork_carousel_v3 .recentwork_carousel__title {
	font-size: 32px;
	font-weight: 700;
	color: #343434;
	line-height: 1;
}

.recentwork_carousel_v3 .btn {
	color: #585858;
	line-height: 1;
	padding: 0;
	text-decoration: none;
}

.recentwork3--dark.recentwork_carousel_v3 .btn {
	color: #A7A7A7;
}

.recentwork_carousel_v3 .btn:hover {
	color: #343434;
}

.recentwork3--dark.recentwork_carousel_v3 .btn:hover {
	color: #CBCBCB;
}

.recentwork_carousel_v3 .btn::before {
	content: '';
	background-color: #cd2122;
	margin-right: 5px;
	width: 10px;
	height: 3px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -1px
}

.recentwork_carousel_v3 .recentwork_carousel__link:hover .recentwork_carousel__details {
	opacity: 1;
	visibility: visible;
	bottom: 0;
}

.recentwork_carousel_v3 .recentwork_carousel__img-wrapper {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: -webkit-transform .2s ease-out;
	transition: transform .2s ease-out
}

.recentwork_carousel_v3 .recentwork_carousel__link:hover .recentwork_carousel__img-wrapper {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.recentwork_carousel_v3 .recentwork_carousel__controls {
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	position: absolute;
	bottom: 0;
	right: 0;
	margin-bottom: 0;
}

.recentwork_carousel_v3:hover .recentwork_carousel__controls {
	opacity: 1;
}

.recentwork_carousel_v3 .recentwork_carousel__controls .glyphicon {
	display: none;
}

.recentwork_carousel_v3 .recentwork_carousel__next,
.recentwork_carousel_v3 .recentwork_carousel__prev {
	position: relative;
	width: 24px;
	height: 24px;
	display: inline-block !important
}

.recentwork_carousel_v3 .recentwork_carousel__next:before,
.recentwork_carousel_v3 .recentwork_carousel__prev:after,
.recentwork_carousel_v3 .recentwork_carousel__next:after,
.recentwork_carousel_v3 .recentwork_carousel__prev:before {
	position: absolute;
	content: '';
	left: 7px;
	width: 10px;
	height: 2px;
	background-color: #2C2C2C;
}

.recentwork3--dark.recentwork_carousel_v3 .recentwork_carousel__next:before,
.recentwork3--dark.recentwork_carousel_v3 .recentwork_carousel__prev:after,
.recentwork3--dark.recentwork_carousel_v3 .recentwork_carousel__next:after,
.recentwork3--dark.recentwork_carousel_v3 .recentwork_carousel__prev:before {
	background-color: #D3D3D3;
}

.recentwork_carousel_v3 .recentwork_carousel__next:before,
.recentwork_carousel_v3 .recentwork_carousel__prev:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.recentwork_carousel_v3 .recentwork_carousel__next:after,
.recentwork_carousel_v3 .recentwork_carousel__prev:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.recentwork_carousel_v3 .recentwork_carousel__next:after,
.recentwork_carousel_v3 .recentwork_carousel__prev:after {
	top: 14px;
}

.recentwork_carousel_v3 .recentwork_carousel__next:before,
.recentwork_carousel_v3 .recentwork_carousel__prev:before {
	top: 8px;
}

.zn_section_size.full_width .recentwork_carousel_v3 .recentwork_carousel__crsl-wrapper {
	margin-left: -10%;
	margin-right: -10%;
}

@media (max-width:991px) {
	.recentwork_carousel li a iframe {
		width: 100%;
		height: auto;
	}
}

@media (max-width:767px) {
	.recentwork_carousel .recentwork_carousel__crsl-title {
		font-size: 13px;
		line-height: 1.4;
	}
}

.screenshot-box {
	position: relative;
	border-radius: 3px;
}

.screenshot-box--light {
	background: #fff;
}

.screenshot-box--dark {
	background: #121212;
}

.screenshot-box .screenshot-box__title {
	color: #CD2122;
	line-height: 1.4;
	font-size: 16px;
}

.screenshot-box .screenshot-box__feature-title {
	font-size: 14px;
	line-height: 1.3;
	margin: 5px 0 0;
	font-weight: 600;
}

.screenshot-box .screenshot-box__feature-desc {
	font-size: 11px;
}

.screenshot-box .left-side ul.features {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}

.screenshot-box .left-side ul.features li {
	padding-left: 35px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 20px;
}

.screenshot-box .left-side ul.features li:first-child {
	margin-top: 0;
}

.zn_screenshot-carousel {
	margin: 0;
	padding: 0;
	list-style: none;
}

.zn_screenshot-carousel li {
	float: left
}

.screenshot-box.kl-style-1 {
	border: 1px solid #b3b3b3;
	padding: 15px 20px 20px 30px;
}

.screenshot-box--dark.kl-style-1 {
	border-color: #323232;
}

.screenshot-box.kl-style-1 .left-side {
	float: left;
	max-width: 90%;
}

.screenshot-box.kl-style-1 .thescreenshot {
	overflow: hidden;
	float: right;
	margin-left: 30px;
	width: 580px;
	height: 328px;
	padding: 42px 16px 0 10px;
	position: relative;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: -40px;
	box-sizing: content-box;
}

.screenshot-box.kl-style-1 .thescreenshot .controls {
	position: absolute;
	top: 15px;
	left: 17px;
	width: 43px;
	height: 19px;
}

.screenshot-box.kl-style-1 .thescreenshot .controls a {
	display: block;
	width: 21px;
	height: 19px;
	float: left;
}

.screenshot-box.kl-style-2 {
	border: 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.screenshot-box.kl-style-2 .left-side {
	padding: 10px 0 25px 30px;
}

.screenshot-box.kl-style-2 .left-side ul.features {
	margin: 25px 0;
}

.screenshot-box.kl-style-2 .left-side ul.features li {
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: left center;
}

.screenshot-box.kl-style-2 .screenshot-box__feature-title {
	margin: 0 0 5px;
	text-transform: uppercase;
}

.screenshot-box.kl-style-2 .left-side>.btn {
	margin-left: 50px;
}

.screenshot-box.kl-style-2 .thescreenshot {
	position: relative;
	background-color: #dcdee7;
	padding: 36px 0 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin-top: -10px;
}

.screenshot-box.kl-style-2 .thescreenshot:before {
	content: "";
	position: absolute;
	top: 15px;
	margin-top: 0;
	left: 30px;
	display: block;
	background: #ababab;
	border-radius: 50%;
	width: 7px;
	height: 7px;
	box-shadow: -12px 0 0 #ababab, 12px 0 0 #ababab;
}

.screenshot-box.kl-style-2 .thescreenshot img {
	width: 100%;
}

.screenshot-box.kl-style-2 .controls {
	display: none
}

.screenshot-box.kl-style-2 .thescreenshot>[class*="th-"] {
	position: absolute;
	bottom: 20px;
	text-align: center;
	left: 0;
	right: 0;
	z-index: 10;
}

.screenshot-box.kl-style-2 .thescreenshot>[class*="th-"] a {
	width: 35px;
	height: 3px;
	background-color: rgba(0, 0, 0, 0.5);
	display: inline-block;
	margin: 0 3px;
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
}

.screenshot-box.kl-style-2 .thescreenshot>[class*="th-"] a.selected {
	background-color: #fff;
}

.screenshot-box.kl-style-2 .thescreenshot>[class*="th-"] a span {
	display: none
}

@media (min-width:1200px) {
	.screenshot-box .screenshot-box__title {
		font-size: 19px;
	}
	.screenshot-box .screenshot-box__feature-desc {
		font-size: 13px;
	}
	.screenshot-box.kl-style-2 .screenshot-box__title {
		font-size: 24px;
		font-weight: 100;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.screenshot-box .screenshot-box__title {
		font-size: 16px;
	}
	.screenshot-box .screenshot-box__feature-desc {
		font-size: 11px;
	}
	.thescreenshot {
		float: none;
	}
	.screenshot-box .left-side {
		width: auto;
		float: none;
		margin: 20px;
	}
}

@media (max-width:767px) {
	.thescreenshot {
		float: none;
	}
	.screenshot-box .left-side {
		width: auto;
		float: none;
		margin: 20px;
	}
	.screenshot-box.kl-style-1 {
		padding: 0 25px
	}
	.screenshot-box.kl-style-1 .left-side {
		width: 100%;
		margin: 0 0 20px
	}
	.screenshot-box.kl-style-1 .thescreenshot {
		width: 100%;
		padding: 0;
		margin: 0;
		background: none;
	}
	.screenshot-box.kl-style-1 .thescreenshot .controls {
		z-index: 10;
		width: 62px;
		height: 30px;
	}
	.screenshot-box.kl-style-1 .thescreenshot .controls a {
		background-color: #fff;
		width: 30px;
		height: 30px;
		margin-right: 2px;
	}
	.screenshot-box.kl-style-1 .thescreenshot .controls a:last-child {
		margin-right: 0
	}
	.screenshot-box.kl-style-1 .thescreenshot .controls a:after {
		content: '';
		font-family: 'Glyphicons Halflings';
		text-align: center;
		line-height: 30px;
		color: #000;
		width: 100%;
		height: 100%;
		display: block;
	}
	.screenshot-box.kl-style-1 .thescreenshot .controls a.next:after {
		content: "\e080"
	}
	.screenshot-box.kl-style-1 .thescreenshot .controls a.prev:after {
		content: "\e079"
	}
	.screenshot-box.kl-style-2 .left-side {
		padding: 0 30px 25px 30px
	}
	.screenshot-box.kl-style-2 .screenshot-box__title {
		text-align: center
	}
	.screenshot-box.kl-style-2 .left-side>.btn {
		margin-left: 0;
		display: block
	}
	.screenshot-box.kl-style-2 .thescreenshot {
		margin-top: 0
	}
}

.screenshot-box .left-side ul.features li {
	background-image: url(https://www.intermobil.com.tr/wp-content/themes/intermobil/images/ok2.png);
}

.screenshot-box.kl-style-1 .thescreenshot {
	background-image: url(https://www.intermobil.com.tr/wp-content/themes/intermobil/images/screenshotbox-bg.png);
}

.screenshot-box.kl-style-2 .left-side ul.features li {
	background-image: url(https://www.intermobil.com.tr/wp-content/themes/intermobil/images/ok3.png);
}

.screenshot-box--dark .left-side ul.features li {
	background-image: url(https://www.intermobil.com.tr/wp-content/themes/intermobil/images/ok2_invert.png);
}

.screenshot-box--dark.kl-style-2 .left-side ul.features li {
	background-image: url(https://www.intermobil.com.tr/wp-content/themes/intermobil/images/ok3_invert.png);
}

.elm-searchbox__form {
	border-radius: 4px;
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
	position: relative;
}

.elm-searchbox__input,
.elm-searchbox__submit {
	height: 50px;
	float: left;
	border: 0;
	vertical-align: middle;
	outline: none;
	margin: 0;
	top: 0;
}

.elm-searchbox__input {
	width: calc(100% - 130px);
	background: #fff;
	border-radius: 4px 0 0 4px;
	padding-left: 20px;
	-webkit-transition: padding-left .15s ease-out;
	transition: padding-left .15s ease-out;
}

.elm-searchbox__input:focus {
	padding-left: 30px;
}

.elm-searchbox__submit {
	width: 130px;
	border-radius: 0 4px 4px 0;
}

.elm-searchbox__submit:not(.glyphicon) {
	font-size: 14px;
	font-weight: 600;
}

.elm-searchbox--normal .elm-searchbox__submit {
	color: #fff;
	background-color: #cd2122;
}

.elm-searchbox--normal .elm-searchbox__submit:hover {
	background-color: #000;
}

.elm-searchbox--normal2 .elm-searchbox__submit {
	color: #999;
	background-color: #fff;
	position: relative;
}

.elm-searchbox--normal2 .elm-searchbox__submit:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 86%;
	top: 7%;
	left: 0;
	background-color: rgba(0, 0, 0, 0.1)
}

.elm-searchbox--normal2 .elm-searchbox__submit:hover {
	color: #767676;
}

.elm-searchbox--transparent .elm-searchbox__input {
	border: 1px solid rgba(255, 255, 255, .7);
	border-right: 0;
	background: rgba(255, 255, 255, .3);
	color: #fff;
}

.elm-searchbox--transparent .elm-searchbox__input::-webkit-input-placeholder {
	color: #fff;
}

.elm-searchbox--transparent .elm-searchbox__input:-moz-placeholder {
	color: #fff;
}

.elm-searchbox--transparent .elm-searchbox__input::-moz-placeholder {
	color: #fff;
}

.elm-searchbox--transparent .elm-searchbox__input:-ms-input-placeholder {
	color: #fff;
}

.elm-searchbox--transparent .elm-searchbox__submit {
	color: #fff;
	background-color: #cd2122;
}

.elm-searchbox--transparent .elm-searchbox__submit:hover {
	background-color: #000;
}

.elm-searchbox--transparent2 .elm-searchbox__input {
	border: 1px solid rgba(255, 255, 255, .7);
	border-right: 0;
	background: rgba(255, 255, 255, .1);
	color: #fff;
}

.elm-searchbox--transparent2 .elm-searchbox__input::-webkit-input-placeholder {
	color: #fff;
}

.elm-searchbox--transparent2 .elm-searchbox__input:-moz-placeholder {
	color: #fff;
}

.elm-searchbox--transparent2 .elm-searchbox__input::-moz-placeholder {
	color: #fff;
}

.elm-searchbox--transparent2 .elm-searchbox__input:-ms-input-placeholder {
	color: #fff;
}

.elm-searchbox--transparent2 .elm-searchbox__submit {
	color: #fff;
	background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .7);
	border-left: 0;
	position: relative;
}

.elm-searchbox--transparent2 .elm-searchbox__submit:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 86%;
	top: 7%;
	left: 0;
	background-color: rgba(255, 255, 255, 0.7)
}

.elm-searchbox--transparent2 .elm-searchbox__submit:hover {
	color: rgba(255, 255, 255, .8);
}

.elm-searchbox__input-text {
	max-width: 400px;
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	padding-left: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
	font-size: 14px;
	line-height: 1;
	color: #595959;
	overflow: hidden;
	white-space: nowrap;
	-webkit-animation: elm-searchbox__inputtext 4s steps(50, end);
	animation: elm-searchbox__inputtext 4s steps(50, end);
}

.elm-searchbox__input-text:after {
	content: ' |';
	-webkit-animation: blink 1s infinite;
	animation: blink 1s infinite;
}

.elm-searchbox__input.is-focused+.elm-searchbox__input-text {
	opacity: 0;
	visibility: hidden;
}

@-webkit-keyframes elm-searchbox__inputtext {
	from {
		max-width: 0;
	}
}

@keyframes elm-searchbox__inputtext {
	from {
		max-width: 0;
	}
}

@-webkit-keyframes blink {
	to {
		opacity: .0;
	}
}

@keyframes blink {
	to {
		opacity: .0;
	}
}

.elm-searchbox--transparent .elm-searchbox__input-text,
.elm-searchbox--transparent2 .elm-searchbox__input-text {
	color: #fff;
}

@media screen and (max-width:767px) {
	.elm-searchbox__submit {
		width: 130px !important;
	}
	.elm-searchbox__input {
		width: calc(100% - 130px) !important;
	}
}

.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: 2;
}

.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%;
	}
}

.services_box_element .box {
	padding: 30px;
	background: #eee;
	margin: 0;
	position: relative;
	height: 360px;
	margin-bottom: 30px;
}

.services_box_element .box:hover {
	background: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	z-index: 1;
	border-radius: 5px
}

.services_box_element .box .title {
	font-size: 22px;
	margin-bottom: 15px;
	padding: 6px 0 15px 0;
	margin-top: 0;
	text-shadow: 1px 1px 0 white;
	vertical-align: middle;
}

.services_box_element .box .icon {
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 3px;
	transition: all .2s ease-out;
	background: #646464;
	float: left;
	text-align: center;
	margin-right: 20px;
	vertical-align: middle;
}

.services_box_element .box .icon img {
	vertical-align: middle;
	line-height: 45px;
	display: inline-block;
	margin-top: -2px;
	max-width: 30px;
}

.services_box_element .box .list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
	float: none
}

.services_box_element .box .list li {
	line-height: 26px;
	padding: 10px 0;
	border-top: 1px solid #eee;
	color: #CD2122
}

.services_box_element .box .list li:first-child {
	border-top: 0;
	padding-top: 0
}

@media (min-width:1200px) {
	.services_box_element .box {
		height: 530px;
	}
}

@media (min-width:481px) and (max-width:991px) {
	.services_box_element .box {
		margin-bottom: 20px;
	}
	.services_box_element .box {
		overflow: hidden;
	}
}

.shop-features {
	margin-bottom: 30px;
}

.shop-features .title {
	margin: 0;
	line-height: 1.3;
}

.shop-features .shop-feature {
	background: #E8E8E8;
	color: #fff;
	padding: 20px 10px;
	border-radius: 3px;
	position: relative;
}

.shop-features .shop-feature:hover {
	background: #CD2122;
}

.shop-features .shop-feature>img {
	float: left;
	margin: 0 20px 0 0;
}

.shop-feature>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.shop-features .shop-feature>img {
	float: left;
	max-height: 40px;
	margin: 0 20px 0 0;
}

.shop-features .shop-feature .sf-text {
	margin-left: 60px;
}

.shop-features .shop-feature .sf-text>h4 {
	color: #333;
	line-height: 1.6;
	text-transform: uppercase;
	margin: 0 0 7px;
	font-size: 16px;
	font-weight: normal;
}

.shop-features .shop-feature .sf-text>h5 {
	color: #535353;
	line-height: 1.6;
	margin: 0;
	font-weight: normal;
}

.shop-features .shop-feature:hover .sf-text>h4,
.shop-features .shop-feature:hover .sf-text>h5 {
	color: #fff;
}

@media (max-width:767px) {
	.shop-features .shop-feature>h4 {
		font-size: 14px;
	}
	.shop-features .shop-feature>h5 {
		font-size: 13px;
	}
	.shop-features .shop-feature>img {
		margin-right: 10px;
	}
	.shop-features .title {
		margin-bottom: 15px;
	}
	.shop-features .shop-feature {
		margin-bottom: 20px;
	}
}

.zn_sidebar.sidebar.no_bg {
	background: transparent;
}

.kl-skills-diagram {
	position: relative;
}

.diagram-size--fixed {
	width: 600px;
}

.kl-diagram svg {
	overflow: visible !important;
	width: 100%;
	height: 100%;
}

.skills-responsive-diagram {
	padding-bottom: 100%;
	height: 0;
	position: relative;
}

.kl-diagram {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.kl-skills-legend {
	position: absolute;
}

.kl-skills-legend.legend-topright {
	left: 100%;
	top: 40px;
	text-align: left;
}

.kl-skills-legend.legend-bottomright {
	left: 100%;
	bottom: 40px;
	text-align: left;
}

.kl-skills-legend.legend-topleft {
	right: 100%;
	top: 40px;
	text-align: right;
}

.kl-skills-legend.legend-bottomleft {
	right: 100%;
	bottom: 40px;
	text-align: right;
}

.kl-skills-list {
	margin: 0;
	padding: 0;
	list-style: none;
	direction: ltr;
}

.kl-skills-item {
	padding: 0 13px;
	height: 25px;
	line-height: 25px;
	color: white;
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: 300;
	display: inline-block;
}

.kl-skills-title {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0;
}

@media (max-width:1199px) {
	.kl-skills-diagram .kl-skills-legend {
		position: static;
		left: auto;
		top: auto;
	}
}

@media (max-width:767px) {
	body .kl-skills-diagram {
		width: 100%;
	}
}

.elm-social-icons {
	margin-left: 0;
	padding: 0;
	display: inline-block;
	list-style: none;
}

.elm-social-icons-item {
	display: inline-block;
	margin: 5px;
	margin-left: 3px;
	margin-right: 3px;
}

.elm-social-icons .elm-sc-link {
	display: block;
}

.elm-social-icons .elm-sc-icon {
	display: inline-block;
	color: #fff;
	width: auto;
	height: auto;
	padding: 30px;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	font-size: 14px;
	font-weight: normal;
	opacity: 1;
	vertical-align: middle;
}

.elm-social-icons .elm-sc-icon:before {
	position: absolute;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-webkit-backface-visibility: hidden;
	top: 50%;
	left: 50%;
}

.elm-social-icons.sc--normal .elm-sc-icon {
	background-color: #111;
}

.elm-social-icons.sc--normal .elm-sc-link:hover .elm-sc-icon {
	background-color: #CD2122;
}

.elm-social-icons.sc--colored .elm-sc-icon {
	background-color: rgba(0, 0, 0, 0.05);
}

.elm-social-icons.sc--colored .elm-sc-link:hover .elm-sc-icon {
	background-color: #111;
}

.elm-social-icons.sc--colored_hov .elm-sc-icon {
	background-color: #111;
}

.elm-social-icons.sc--colored_hov .elm-sc-link:hover .elm-sc-icon {
	background-color: rgba(0, 0, 0, 0.05);
}

.elm-social-icons.sc--clean .elm-sc-icon {
	background: none !important;
}

.elm-social-icons.sc--clean .elm-sc-link:hover .elm-sc-icon {
	background: none !important;
	box-shadow: none;
}

.elm-social-icons.sh--rounded .elm-sc-icon {
	border-radius: 3px;
}

.elm-social-icons.sh--circle .elm-sc-icon {
	border-radius: 50%;
}

.elm-social-icons.sh--special1 .elm-sc-icon:before {
	top: 75%;
	left: 75%;
}

.elm-social-icons.sc-lay--vlist .elm-social-icons-item {
	display: block;
}

.elm-social-icons.sc-lay--vlisttitle .elm-social-icons-item {
	display: block;
}

.elm-social-icons.sc-lay--vlisttitle .elm-sc-title {
	vertical-align: middle;
	display: inline-block;
	margin-left: 1em;
}

@media (max-width:991px) {
	.elm-social-icons.sc-lay--vlisttitle .elm-sc-title {
		font-size: 11px;
	}
}

.elm-socialicons.sc-icon--right .elm-sc-link {
	direction: rtl;
}

.elm-socialicons.sc-icon--right .sc-lay--vlisttitle .elm-sc-title {
	margin-left: 0;
	margin-right: 1em;
}

.stage-ibx {}

.stage-ibx__stage {
	position: relative;
}

.stage-ibx__stage-img {
	margin-left: auto;
	margin-right: auto;
}

.stage-ibx__point {
	display: none;
}

@media screen and (min-width:1200px) {
	.stage-ibx__point {
		display: block;
		position: absolute;
		opacity: 0;
		width: 0;
		height: 0;
		-webkit-transition: opacity 1s ease-out;
		transition: opacity 1s ease-out;
	}
	.stage-ibx__point:after {
		content: attr(data-nr);
		position: absolute;
		left: 0;
		top: 0;
		width: 10px;
		height: 10px;
		margin-left: -5px;
		margin-top: -5px;
		display: block;
		background: rgba(255, 255, 255, 0.6);
		box-shadow: 0 0 0 3px #FFFFFF;
		border-radius: 50%;
		-webkit-transition: box-shadow .2s ease-out, -webkit-transform .2s ease-out;
		transition: box-shadow .2s ease-out, transform .2s ease-out;
	}
	.stage-ibx__point[data-nr]:after {
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin-left: -15px;
		margin-top: -15px;
		font-size: 13px;
		text-align: center;
		color: #FFF;
	}
	.stage-ibx__point:hover:after,
	.stage-ibx__point.is-hover:after {
		box-shadow: 0 0 0 5px #FFFFFF, 0 4px 10px #000;
		-webkit-transform: scale(1.4);
		-ms-transform: scale(1.4);
		transform: scale(1.4);
	}
	.stage-ibx--points-full .stage-ibx__point:after {
		width: 34px;
		height: 34px;
		line-height: 34px;
		margin-left: -17px;
		margin-top: -17px;
		display: block;
		background: #000;
		border-radius: 50%;
		-webkit-transition: background .2s ease-out;
		transition: background .2s ease-out;
		box-shadow: none;
	}
	.stage-ibx--points-full .stage-ibx__point[data-nr]:after {
		width: 54px;
		height: 54px;
		line-height: 54px;
		margin-left: -27px;
		margin-top: -27px;
		font-size: 16px;
		text-align: center;
		color: #FFF;
	}
	.stage-ibx--points-full .stage-ibx__point:hover:after,
	.stage-ibx--points-full .stage-ibx__point.is-hover:after {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.stage-ibx__point[data-title]:before {
		content: attr(data-title);
		position: absolute;
		bottom: 100%;
		left: 50%;
		min-width: 100px;
		transform: translateX(-50%);
		background: rgba(0, 0, 0, 0.9);
		color: #fff;
		font-size: 12px;
		line-height: 1.4;
		padding: 6px 3px;
		text-align: center;
		border-radius: 3px;
		margin-bottom: 30px;
		visibility: hidden;
		opacity: 0;
		transition: opacity .2s ease-out .1s, visibility .2s ease-out .1s, margin-bottom .2s ease-out .1s;
		z-index: 1;
	}
	.stage-ibx__point[data-title]:hover:before,
	.stage-ibx__point[data-title].is-hover:before {
		opacity: 1;
		visibility: visible;
		margin-bottom: 20px
	}
}

.statistic-box__title {
	font-size: 40px;
	color: #fff;
	font-weight: 300;
	line-height: 1;
	margin: 0 0 10px;
}

.statistic-box__content {
	color: #fff;
	font-size: 13px;
}

.statistic-box__details {
	margin: 0;
	position: relative;
	width: 100%;
}

.statistic-box__icon-holder {
	width: 100%;
	margin: 0;
	vertical-align: middle;
}

.statistic-box__icon {
	color: #fff;
	opacity: .8;
	line-height: 60px;
	margin: 0;
	-webkit-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

span.statistic-box__icon {
	font-size: 40px;
}

.statistic-box__icon-holder--img {
	line-height: 60px;
}

.statistic-box__iconimg {
	max-height: 80px;
	width: auto;
}

.statistic-box:hover .statistic-box__icon {
	opacity: 1;
}

.statistic-box__line {
	position: relative;
	width: 100%;
	height: 1px;
	border-bottom: dotted 1px #cd2122;
	margin: 0;
}

.statistic-box__line::before {
	content: '';
	position: absolute;
	height: 3px;
	background-color: #fff;
	width: 3px;
	display: block;
	left: 50%;
	border-radius: 3px;
	top: -1px;
	box-shadow: 0px 5px 0 -1px #fff, 0px 10px 0 -1px #fff, 0px 15px 0 -1px #fff, 0px 20px 0 -1px #fff;
}

.statistic-box--stl-style1.statistic-box__container {
	width: 100%;
	display: table;
	table-layout: fixed;
	margin-top: 120px;
	margin-bottom: 120px;
}

.statistic-box--stl-style1 .statistic-box {
	position: relative;
	display: table-cell;
	text-align: center;
}

.statistic-box--stl-style1 .statistic-box__icon-holder {
	position: absolute;
	top: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	padding-top: 0;
	padding-bottom: 35px;
}

.statistic-box--stl-style1 .statistic-box__details {
	position: absolute;
	top: 0;
	min-height: 90px;
	padding-top: 35px;
	padding-bottom: 0;
}

.statistic-box--odd .statistic-box__icon-holder {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	padding-top: 35px;
	padding-bottom: 0;
}

.statistic-box--odd .statistic-box__details {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	padding-bottom: 35px;
	padding-top: 0;
}

.statistic-box--odd .statistic-box__line::before {
	bottom: -2px;
	box-shadow: 0px -5px 0 -1px #fff, 0px -10px 0 -1px #fff, 0px -15px 0 -1px #fff, 0px -20px 0 -1px #fff;
}

.statistic-box--stl-style2.statistic-box__container {
	width: 100%;
	display: table;
	table-layout: fixed;
	margin-top: 120px;
	margin-bottom: 120px;
}

.statistic-box--stl-style2 .statistic-box {
	position: relative;
	display: table-cell;
	text-align: center;
}

.statistic-box--stl-style2 .statistic-box__icon-holder {
	position: absolute;
	top: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	padding-top: 0;
	padding-bottom: 35px;
}

.statistic-box--stl-style2 .statistic-box__details {
	position: absolute;
	top: 0;
	min-height: 90px;
	padding-top: 35px;
	padding-bottom: 0;
}

.statistic-box--dark .statistic-box__title {
	color: #121212;
}

.statistic-box--dark .statistic-box__content {
	color: #121212;
}

.statistic-box--dark .statistic-box__icon {
	color: #121212;
}

.statistic-box--dark .statistic-box__line::before {
	background-color: #121212;
	box-shadow: 0px 5px 0 -1px #121212, 0px 10px 0 -1px #121212, 0px 15px 0 -1px #121212, 0px 20px 0 -1px #121212;
}

.statistic-box--dark .statistic-box--odd .statistic-box__line::before {
	box-shadow: 0px -5px 0 -1px #121212, 0px -10px 0 -1px #121212, 0px -15px 0 -1px #121212, 0px -20px 0 -1px #121212;
}

.zn_pb_editor_enabled .statistic-box__icon-holder~.statistic-box__line,
.zn_pb_editor_enabled .statistic-box__details~.statistic-box__line {
	min-height: 3px;
}

@media screen and (min-width:992px) and (max-width:1199px) {
	.statistic-box__title {
		font-size: 32px;
	}
}

@media screen and (max-width:991px) {
	.statistic-box--stl-style1.statistic-box__container {
		width: 100%;
		display: block;
		margin: 0;
	}
	.statistic-box--stl-style1 .statistic-box {
		position: relative;
		display: block;
		float: left;
		width: 50%;
		margin-bottom: 30px;
		text-align: center;
	}
	.statistic-box--stl-style1 .statistic-box__icon-holder {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		padding-top: 0;
		padding-bottom: 0;
	}
	.statistic-box--stl-style1 .statistic-box__details {
		position: static;
		min-height: 90px;
		padding-top: 0;
		padding-bottom: 0;
	}
	.statistic-box--stl-style1 .statistic-box--odd .statistic-box__icon-holder {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		padding-top: 0;
		padding-bottom: 0;
	}
	.statistic-box--stl-style1 .statistic-box--odd .statistic-box__details {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		padding-bottom: 0;
		padding-top: 0;
	}
	.statistic-box--stl-style1 .statistic-box__line {
		display: none;
	}
	.statistic-box--stl-style2.statistic-box__container {
		width: 100%;
		display: block;
		margin: 0;
	}
	.statistic-box--stl-style2 .statistic-box {
		position: relative;
		display: block;
		float: left;
		width: 50%;
		margin-bottom: 30px;
		text-align: center;
	}
	.statistic-box--stl-style2 .statistic-box__icon-holder {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		padding-top: 0;
		padding-bottom: 0;
	}
	.statistic-box--stl-style2 .statistic-box__details {
		position: static;
		min-height: 90px;
		padding-top: 0;
		padding-bottom: 0;
	}
	.statistic-box--stl-style2 .statistic-box--odd .statistic-box__icon-holder {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		padding-top: 0;
		padding-bottom: 0;
	}
	.statistic-box--stl-style2 .statistic-box--odd .statistic-box__details {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		padding-bottom: 0;
		padding-top: 0;
	}
	.statistic-box--stl-style2 .statistic-box__line {
		display: none;
	}
}

@media screen and (max-width:767px) {
	.statistic-box--stl-style1 .statistic-box,
	.statistic-box--stl-style2 .statistic-box {
		float: none;
		display: block;
		width: 100%;
	}
}

.statsboxes-elm-title {
	font-size: 20px;
	background: white;
	display: inline-block;
	padding: 0 10px;
	color: #595959;
	line-height: 1.5;
	background: none
}

.statsboxes-elm-title .statsboxes-elm-titleicon {
	margin-right: 3px;
	margin-top: 7px;
}

.statsboxes-item {
	background: #fff;
	padding: 15px;
	margin-bottom: 25px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1)
}

.statsboxes-img {
	float: left;
	margin-right: 15px;
}

.statsboxes-icon {
	float: left;
	margin-right: 15px;
	font-size: 22px;
	color: #8f8f8f;
	vertical-align: top;
}

.statsboxes-title {
	font-size: 26px;
	font-weight: 400;
	text-transform: uppercase;
	color: #CD2122;
	line-height: 1;
	margin-top: 0;
}

.statsboxes-content {
	color: #969696;
	margin-bottom: 0;
	margin-top: 0;
	line-height: 1;
}

.stsbx--dark .statsboxes-item {
	background: #000;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.8)
}

.stsbx--dark .statsboxes-icon {
	color: #bcbcbc;
}

.stsbx--dark .statsboxes-content {
	color: #aaa;
}

@media (max-width:767px) {
	.statsboxes-item {
		margin-bottom: 15px;
	}
}

.process_steps {
	overflow: hidden;
	border-radius: 2px;
	margin-bottom: 35px;
	width: 100%;
	min-height: 0;
}

.process_steps--style1 {
	display: table;
	table-layout: fixed;
}

.process_steps--style1 .process_steps__step {
	display: table-cell;
	padding: 20px 10px;
	color: #fff;
	position: relative;
	text-align: center;
	vertical-align: middle;
	height: 240px
}

.process_steps--style1 .process_steps__step:first-child {
	border-radius: 3px 0 0 3px;
}

.process_steps--style1 .process_steps__step:last-child {
	border-radius: 0 3px 3px 0;
}

.process_steps--style1 .process_steps__step:after {
	content: '';
	position: absolute;
	top: 15px;
	right: -14px;
	border: 7px solid transparent;
	z-index: 1;
}

.process_steps--style1 .process_steps__intro {
	background: #CD2122;
	text-align: left;
	padding: 20px;
}

.process_steps--style1 .process_steps__intro:after {
	border-left-color: #CD2122;
}

.process_steps--style1 .process_steps__intro-title {
	margin-top: 0;
	line-height: 1.2;
	font-weight: 500;
	font-size: 24px
}

.process_steps--style1 .process_steps__intro-title strong {
	font-size: 120%;
	display: block;
}

.process_steps--style1 .process_steps__intro-link {
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	opacity: .8;
}

.process_steps--style1 .process_steps__intro-link:hover {
	opacity: 1;
}

.process_steps--style1 .process_steps__step-desc {
	margin-bottom: 0;
}

.process_steps--style1 .process_steps__step-icon {
	margin: 20px 0 15px;
	min-height: 50px;
	line-height: 50px;
	font-size: 56px;
}

.process_steps--style1 .process_steps__step-typeimg,
.process_steps--style1 .process_steps__step-typeimg img {
	max-height: 90px;
	display: inline-block;
}

.process_steps--style1 .process_steps__step:nth-child(2) {
	background-color: #5a5a5a;
}

.process_steps--style1 .process_steps__step:nth-child(2):after {
	border-left-color: #5a5a5a;
}

.process_steps--style1 .process_steps__step:nth-child(3) {
	background-color: #4a4a4a;
}

.process_steps--style1 .process_steps__step:nth-child(3):after {
	border-left-color: #4a4a4a;
}

.process_steps--style1 .process_steps__step:nth-child(4) {
	background-color: #3e3e3e;
}

.process_steps--style1 .process_steps__step:nth-child(4):after {
	border-left-color: #3e3e3e;
}

.process_steps--style1 .process_steps__step:nth-child(5) {
	background-color: #383838;
}

.process_steps--style1 .process_steps__step:nth-child(5):after {
	border-left-color: #383838;
}

.process_steps--style1 .process_steps__step:nth-child(6) {
	background-color: #303030;
}

.process_steps--style1 .process_steps__step:nth-child(6):after {
	border-left-color: #303030;
}

.process_steps--style1 .process_steps__step:nth-child(7) {
	background-color: #252525;
}

.process_steps--style1 .process_steps__step:nth-child(7):after {
	border-left-color: #252525;
}

.process_steps--style1 .process_steps__step:last-child:after {
	border: 0;
}

@media screen and (min-width:768px) and (max-width:991px) {
	.process_steps--style1 {
		display: block;
	}
	.process_steps--style1 .process_steps__step {
		float: left;
		width: 33.3333%;
	}
	.process_steps--style1 .process_steps__intro {
		display: block;
		width: 100%;
		float: none;
		height: auto;
	}
}

@media screen and (max-width:767px) {
	.process_steps--style1 {
		display: block;
	}
	.process_steps--style1 .process_steps__step {
		float: left;
		width: 100%;
	}
	.process_steps--style1 .process_steps__intro {
		display: block;
		width: 100%;
		float: none;
		height: auto;
	}
}

.process_steps--style2 {
	overflow: hidden;
	padding: 20px 0;
}

.container .process_steps--style2 {
	overflow: visible;
}

.process_steps--style2 .process_steps__container,
.process_steps--style2 .process_steps__height {
	min-height: 235px;
}

.process_steps--style2 .process_steps__container {
	float: left;
	width: 66%;
	border-radius: 5px;
	position: relative;
	min-height: 230px;
	padding-right: calc(((100vw - 1170px) / 2) + 15px);
}

.container .process_steps--style2 .process_steps__container {
	padding-right: 0;
}

.process_steps--style2 .process_steps__container:before {
	content: '';
	width: 102%;
	height: 108%;
	position: absolute;
	left: -30px;
	-webkit-transform: skewX(-10deg) translate3d(0, 0, 0);
	-ms-transform: skewX(-10deg) translate3d(0, 0, 0);
	transform: skewX(-10deg) translate3d(0, 0, 0);
	border: solid 1px #E0E0E0;
	top: -4%;
	padding-right: calc(((100vw - 1170px) / 2) + 60px);
	box-sizing: content-box;
	border-radius: 5px;
}

.process_steps--style2 .process_steps__container:after {
	content: '';
	width: 10px;
	height: 106%;
	position: absolute;
	left: -40px;
	-webkit-transform: skewX(-10deg) translate3d(0, 0, 0);
	-ms-transform: skewX(-10deg) translate3d(0, 0, 0);
	transform: skewX(-10deg) translate3d(0, 0, 0);
	z-index: 1;
	top: -3%;
	background: -webkit-gradient(100% 50%, ellipse, rgba(0, 0, 0, .5), transparent 70%);
	background: -webkit-radial-gradient(100% 50%, ellipse, rgba(0, 0, 0, .5), transparent 70%);
	background: radial-gradient(ellipse at 100% 50%, rgba(0, 0, 0, .5), transparent 70%);
	background: -webkit-radial-gradient( 100% 50%, 100% 70%, rgba(0, 0, 0, 0.5) 0%, transparent 70%);
}

.process_steps--style2.kl-bgc-light .process_steps__container:before {
	background: #fff;
}

.process_steps--style2.kl-bgc-gray .process_steps__container:before {
	background: #F1F1F1;
	border: solid 1px #F1F1F1;
}

.process_steps--style2.kl-bgc-dark .process_steps__container:before {
	background: #010101;
	border: solid 1px #404040;
}

.process_steps--style2 .process_steps__step {
	padding: 20px;
	color: #fff;
	position: relative;
	text-align: center;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.process_steps--style2 .process_steps__container .process_steps__step:after {
	content: '';
	width: 10px;
	height: 70%;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjEwcHgiIGhlaWdodD0iMzAwcHgiIHZpZXdCb3g9IjAgMCAxMCAzMDAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCAzLjMuMiAoMTIwNDMpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPnY8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBza2V0Y2g6dHlwZT0iTVNQYWdlIj4KICAgICAgICA8ZyBpZD0idiIgc2tldGNoOnR5cGU9Ik1TQXJ0Ym9hcmRHcm91cCIgZmlsbD0iIzAwMDAwMCI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLjA3MTc4NTcxMzksMjguMTY3MTMzOCBMMi4wMDk5OTk5OSwyOC4xNjcxMzM4IEwyLjAwOTk5OTk5LDMwMC4xNjcxMzQgTDAsMzAwLjE2NzEzNCBMMC4wNzE3ODU3MTM5LDI4LjE2NzEzMzggWiIgaWQ9IlNoYXBlIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj48L3BhdGg+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yLjA4NjMzMDk0LDI4LjE2NzEzMzggTDAuMDcxOTQyNDQ2LDI4LjE2NzEzMzggTDcuNzY5Nzg0MTcsMTQuMDQ3MzYyNCBMOS43MTIyMzAyMiwxNC4wNDczNjI0IEwyLjA4NjMzMDk0LDI4LjE2NzEzMzggWiIgaWQ9IlNoYXBlIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj48L3BhdGg+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yLjE1ODI3MzM4LDAgTDAuMDcxOTQyNDQ2LDAgTDcuOTg1NjExNTEsMTQuMDQ3MzYyNCBMMTAsMTQuMDQ3MzYyNCBMMi4xNTgyNzMzOCwwIFoiIGlkPSJTaGFwZSIgc2tldGNoOnR5cGU9Ik1TU2hhcGVHcm91cCI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
	left: 100%;
	top: 15%;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	opacity: 0.05;
	position: absolute;
}

.process_steps--style2.kl-bgc-dark .process_steps__container .process_steps__step:after {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjEwcHgiIGhlaWdodD0iMzAwcHgiIHZpZXdCb3g9IjAgMCAxMCAzMDAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCAzLjMuMiAoMTIwNDMpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPnY8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBza2V0Y2g6dHlwZT0iTVNQYWdlIj4KICAgICAgICA8ZyBpZD0idiIgc2tldGNoOnR5cGU9Ik1TQXJ0Ym9hcmRHcm91cCIgZmlsbD0iI2ZmZiI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLjA3MTc4NTcxMzksMjguMTY3MTMzOCBMMi4wMDk5OTk5OSwyOC4xNjcxMzM4IEwyLjAwOTk5OTk5LDMwMC4xNjcxMzQgTDAsMzAwLjE2NzEzNCBMMC4wNzE3ODU3MTM5LDI4LjE2NzEzMzggWiIgaWQ9IlNoYXBlIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj48L3BhdGg+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yLjA4NjMzMDk0LDI4LjE2NzEzMzggTDAuMDcxOTQyNDQ2LDI4LjE2NzEzMzggTDcuNzY5Nzg0MTcsMTQuMDQ3MzYyNCBMOS43MTIyMzAyMiwxNC4wNDczNjI0IEwyLjA4NjMzMDk0LDI4LjE2NzEzMzggWiIgaWQ9IlNoYXBlIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj48L3BhdGg+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yLjE1ODI3MzM4LDAgTDAuMDcxOTQyNDQ2LDAgTDcuOTg1NjExNTEsMTQuMDQ3MzYyNCBMMTAsMTQuMDQ3MzYyNCBMMi4xNTgyNzMzOCwwIFoiIGlkPSJTaGFwZSIgc2tldGNoOnR5cGU9Ik1TU2hhcGVHcm91cCI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
}

.process_steps--style2 .process_steps__container .process_steps__step:last-child:after {
	display: none;
}

.process_steps--style2 .process_steps__inner {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.process_steps--style2 .process_steps__step-title {
	color: #333333;
	font-weight: bold;
	font-size: 20px;
}

.process_steps--style2 .process_steps__step-desc {
	color: #888888;
	margin-bottom: 0;
}

.process_steps--style2.kl-bgc-dark .process_steps__step-title {
	color: #C4C4C4;
}

.process_steps--style2.kl-bgc-dark .process_steps__step-desc {
	color: #AFAFAF;
}

.process_steps--style2 .process_steps__step-icon {
	margin: 20px 0 15px;
	min-height: 50px;
	line-height: 50px;
	font-size: 48px;
}

.process_steps--style2 .process_steps__step-typeimg,
.process_steps--style2 .process_steps__step-typeimg .process_steps__step-icon-src {
	max-height: 90px;
	display: inline-block;
	margin: 0;
}

.process_steps--style2 .process_steps__intro {
	background: #CD2122;
	text-align: left;
	float: left;
	width: 34%;
	padding: 30px 40px 30px 30px;
	padding-left: calc(((100vw - 1170px) / 2) + 15px);
}

.process_steps--style2 .process_steps__intro:before {
	content: '';
	width: 100px;
	height: 100%;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 0;
	background: #CD2122;
}

.container .process_steps--style2 .process_steps__intro {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding-left: 30px;
}

.process_steps--style2 .process_steps__intro-wrp {
	position: relative;
}

.process_steps--style2 .process_steps__intro-title {
	margin-top: 0;
	line-height: 1.2;
	font-weight: 500;
	position: relative;
	padding-bottom: 10px;
}

.process_steps--style2 .process_steps__intro-title::before {
	content: '';
	height: 3px;
	width: 30px;
	background: #fff;
	position: absolute;
	display: inline-block;
	bottom: 0;
}

.process_steps--style2 .process_steps__intro-title strong {
	font-size: 120%;
	display: block;
}

.process_steps--style2 .process_steps__intro-link {
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	opacity: .8;
	display: inline-block;
}

.process_steps--style2 .process_steps__intro-link:hover {
	opacity: 1;
}

@media screen and (min-width:992px) and (max-width:1199px) {
	.process_steps--style2 .process_steps__container {
		padding-right: calc(((100vw - 970px) / 2) + 15px);
	}
	.process_steps--style2 .process_steps__container:before {
		padding-right: calc(((100vw - 970px) / 2) + 60px);
	}
	.process_steps--style2 .process_steps__intro {
		padding-left: calc(((100vw - 970px) / 2) + 15px);
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	.process_steps--style2 {
		display: block;
	}
	.process_steps--style2 .process_steps__container {
		width: 100%;
	}
	.process_steps--style2 .process_steps__step {
		float: left;
		width: 33.3333%;
	}
	.process_steps--style2 .process_steps__intro {
		display: block;
		width: 100%;
		float: none;
		height: auto;
		min-height: 0;
	}
	.process_steps--style2 .process_steps__container:before {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		left: -5px;
		padding: 0;
		width: calc(100% + 10px);
	}
	.process_steps--style2 .process_steps__container:after {
		display: none;
	}
	.process_steps--style2 .process_steps__container .process_steps__step:after {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

@media screen and (max-width:767px) {
	.process_steps--style2 {
		display: block;
	}
	.process_steps--style2 .process_steps__container {
		width: 100%;
	}
	.process_steps--style2 .process_steps__step {
		float: left;
		width: 100%;
		margin-bottom: 30px;
	}
	.process_steps--style2 .process_steps__intro {
		display: block;
		width: 100%;
		float: none;
		height: auto;
		min-height: 0;
		padding: 30px;
		margin-bottom: 0;
	}
	.process_steps--style2 .process_steps__container:before {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		left: -5px;
		padding: 0;
		width: calc(100% + 10px);
	}
	.process_steps--style2 .process_steps__container:after,
	.process_steps--style2 .process_steps__container .process_steps__step:after {
		display: none;
	}
}

.process_steps__step:hover .process_steps__step-icon-src[data-animation=tada] {
	-webkit-animation: tada ease-in-out 1 normal 800ms;
	animation: tada ease-in-out 1 normal 500ms;
}

.process_steps__step:hover .process_steps__step-icon-src[data-animation=pulse] {
	-webkit-animation: pulse ease-in-out 1 normal 500ms;
	animation: pulse ease-in-out 1 normal 500ms;
}

.process_steps__step:hover .process_steps__step-icon-src[data-animation=fadeOutRightBig] {
	-webkit-animation: fadeOutRightBig ease-out 1 normal 1s;
	animation: fadeOutRightBig ease-out 1 normal 1s;
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
	}
	33% {
		-webkit-transform: scale(0.9);
	}
	66% {
		-webkit-transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	33% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	66% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale(1);
	}
	10%,
	20% {
		-webkit-transform: scale(0.9) rotate(-3deg);
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale(1.1) rotate(3deg);
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
	}
	100% {
		-webkit-transform: scale(1) rotate(0);
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	10%,
	20% {
		-webkit-transform: scale(0.9) rotate(-3deg);
		transform: scale(0.9) rotate(-3deg);
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
	}
	100% {
		-webkit-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		-webkit-transform: translate(2px, 1px);
	}
	3% {
		-webkit-transform: translate(-1px, -2px);
	}
	6% {
		-webkit-transform: translate(-3px, 0);
	}
	8% {
		-webkit-transform: translate(0, 2px);
	}
	10% {
		-webkit-transform: translate(1px, -1px);
	}
	20% {
		-webkit-transform: translate(20px, -20px);
	}
	100% {
		-webkit-transform: translate( 120px, -120px);
	}
}

@keyframes fadeOutRightBig {
	0% {
		-webkit-transform: translate(2px, 1px);
		transform: translate(2px, 1px);
	}
	3% {
		-webkit-transform: translate(-1px, -2px);
		transform: translate(-1px, -2px);
	}
	6% {
		-webkit-transform: translate(-3px, 0);
		transform: translate(-3px, 0);
	}
	8% {
		-webkit-transform: translate(0, 2px);
		transform: translate(0, 2px);
	}
	10% {
		-webkit-transform: translate(1px, -1px);
		transform: translate(1px, -1px);
	}
	20% {
		-webkit-transform: translate(20px, -20px);
		transform: translate(20px, -20px);
	}
	100% {
		-webkit-transform: translate( 120px, -120px);
		transform: translate( 120px, -120px);
	}
}

.stepbox2-box {
	color: #535353;
	padding: 25px;
	min-height: 100px;
	position: relative;
	line-height: 1.6;
	margin-bottom: 25px;
	border-radius: 5px;
	background-color: #EDEDED;
}

.stepsbox2--dark .stepbox2-box {
	color: #cdcdcd;
	background-color: #232323;
}

.stepbox2-content {
	z-index: 1;
	position: relative;
}

.stepbox2-title {
	margin-top: 0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

.stepbox2-box:before,
.stepbox2-box:after {
	content: '';
	position: absolute;
	top: 50%;
}

.stepbox2-box:before {
	margin-top: 0;
	top: 0;
	left: -5px;
	background-color: #EDEDED;
	width: 40%;
	height: 100%;
	border-radius: 5px;
	-webkit-transform: skewX(-12deg);
	-ms-transform: skewX(-12deg);
	transform: skewX(-12deg);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}

.stepbox2-box:after {
	margin-top: 0;
	top: 0;
	right: -5px;
	background-color: #EDEDED;
	width: 40%;
	height: 100%;
	border-radius: 5px;
	-webkit-transform: skewX(-12deg);
	-ms-transform: skewX(-12deg);
	transform: skewX(-12deg);
	-webkit-transform-origin: bottom right;
	-ms-transform-origin: bottom right;
	transform-origin: bottom right;
}

.stepsbox2--dark .stepbox2-box:before,
.stepsbox2--dark .stepbox2-box:after {
	background-color: #232323;
}

.stepbox2-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.stepbox2-box.stepbox2-first:before,
.stepbox2-box.stepbox2-last:after {
	display: none
}

.stepbox2-box--ok:before,
.stepbox2-box--ok:after,
.stepbox2-box--ok {
	background-color: #CD2122;
	font-size: 13px;
	color: #fff;
}

.stepbox2-box--ok .stepbox2-title {
	color: #fff;
}

.stepbox2-box--ok .stepbox2-okicon {
	font-size: 42px;
	color: #fff;
	opacity: .6;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	left: 0px;
}

.stepbox2-box--ok .stepbox2-okicon+.stepbox2-content {
	overflow: hidden;
	margin-left: 30px;
}

@media screen and (max-width:767px) {
	.stepbox2-box {
		margin-bottom: 15px;
	}
	.stepbox2-title {
		font-size: 15px;
		line-height: 1.2;
	}
	.stepbox2-box:before,
	.stepbox2-box:after {
		display: none;
	}
	.stepbox2-box--ok .stepbox2-okicon {
		margin-left: 10px;
	}
	.stepbox2-box--ok .stepbox2-okicon+.stepbox2-content {
		margin-left: 40px;
	}
}

.stepbox3-box {
	position: relative;
	padding: 0;
	margin-bottom: 80px;
	box-shadow: none;
}

.stepbox3-box:after {
	border-color: transparent;
	border-top-color: #eee;
	border-width: 10px;
	margin-left: -10px;
	left: 10%;
}

.stepbox3-box:before {
	border-color: transparent;
	border-top-color: #ccc;
	border-width: 13px;
	margin-left: -13px;
	left: 10%;
}

.stepbox3-box[data-align=right]:after,
.stepbox3-box[data-align=right]:before {
	right: 10%;
	left: auto;
	margin-left: 0;
}

.stepbox3-box[data-align=right]:before {
	margin-right: -13px;
}

.stepbox3-box[data-align=center]:after,
.stepbox3-box[data-align=center]:before {
	left: 50%;
}

.stepbox3-box[data-align=center]:after {
	border-top-color: #fff;
}

.stepbox3-number {
	padding: 0;
	height: 100%;
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	float: left;
}

.stepbox3-number-sp {
	font-size: 100px;
	font-weight: 900;
	color: #333;
	vertical-align: middle;
	position: relative;
	top: 50%;
	line-height: 1;
	display: block;
}

.stepbox3-content {
	padding: 25px 35px 20px 35px;
	float: left;
	font-size: 14px;
	line-height: 30px;
	color: #929292;
	background-color: #fff
}

.stepbox3-title {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
}

.stepbox3-box[data-align=right] .stepbox3-number {
	left: auto;
	right: 0;
	border-right: 0;
}

.stepbox3-box[data-align=right] .stepbox3-content {
	margin-left: auto;
	padding: 25px 35px 20px 35px;
	color: #929292;
	line-height: 30px;
	font-size: 14px;
}

.stepsbox3--dark .stepbox3-box:after {
	border-top-color: #111;
}

.stepsbox3--dark .stepbox3-box:before {
	border-top-color: #343434;
}

.stepsbox3--dark .stepbox3-box[data-align=center]:after {
	border-top-color: #000;
}

.stepsbox3--dark .stepbox3-content {
	color: #6D6D6D;
	background-color: #000
}

.stepsbox3--dark .stepbox3-title {
	color: #CCCCCC;
}

@media (min-width:992px) {
	.stepbox3-number {
		width: 240px;
		position: absolute;
	}
	.stepbox3-number-sp {
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.stepbox3-content {
		margin-left: 240px;
	}
	.stepbox3-content:before,
	.stepbox3-content:after {
		-webkit-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
	}
	.stepbox3-content:before {
		position: absolute;
		content: '';
		top: 0;
		width: 2px;
		height: 100%;
		background-color: #cd2122;
	}
	.stepbox3-box:hover .stepbox3-content:before {
		width: 5px;
	}
	.stepbox3-box[data-align=right] .stepbox3-content {
		text-align: right;
		margin-left: auto;
		margin-right: 240px;
	}
	.stepbox3-box[data-align=left] .stepbox3-content:before {
		left: 240px;
	}
	.stepbox3-box[data-align=right] .stepbox3-content:before {
		right: 240px;
	}
	.stepbox3-content:after {
		position: absolute;
		content: '';
		border: 14px solid;
		border-color: transparent;
		top: 50%;
		margin-top: -14px;
	}
	.stepbox3-box[data-align=left] .stepbox3-content:after {
		left: 242px;
		border-left-color: #cd2122;
	}
	.stepbox3-box[data-align=right] .stepbox3-content:after {
		right: 242px;
		border-right-color: #cd2122;
	}
	.stepbox3-box[data-align=left]:hover .stepbox3-content:after {
		left: 245px;
	}
	.stepbox3-box[data-align=right]:hover .stepbox3-content:after {
		right: 245px;
	}
	.stepbox3-box:after,
	.stepbox3-number:before,
	.stepbox3-number:after {
		background-color: #F1F1F1 !important;
	}
	.stepbox3-box:after {
		position: absolute;
		content: '';
		width: calc(100% - 234px);
		height: 6px;
		bottom: -43px;
	}
	.stepbox3-box[data-align=left]:after {
		left: 130px;
	}
	.stepbox3-box[data-align=right]:after {
		right: 114px;
	}
	.stepbox3-number:before,
	.stepbox3-number:after {
		position: absolute;
		content: '';
		width: 6px;
		height: 50px;
	}
	.stepbox3-number:before {
		top: -37px;
	}
	.stepbox3-number:after {
		bottom: -37px;
	}
	.stepbox3-box:first-child .stepbox3-number:before,
	.stepbox3-box.last .stepbox3-number:after,
	.stepbox3-box.last:after {
		content: none;
	}
	.stepbox3-box.last {
		margin-bottom: 0
	}
	.stepsbox3--dark .stepbox3-box:after,
	.stepsbox3--dark .stepbox3-number:before,
	.stepsbox3--dark .stepbox3-number:after {
		background-color: #0E0E0E !important;
	}
}

.step-boxes-4 {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.stepbox4-box {
	display: table-cell;
	text-align: center;
	position: relative;
}

.stepbox4-title {
	text-align: center;
	font-weight: 600;
	font-size: 16px;
}

.stepbox4-number {
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -40px;
}

.stepbox4-number:before {
	content: '';
	background: #cd2122;
	border-radius: 50%;
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 50%;
	margin-left: -10px;
	transition: all .2s ease-out;
}

.stepbox4-box:hover .stepbox4-number:before {
	width: 80px;
	height: 80px;
	margin-left: -40px;
	margin-top: -40px;
}

.stepbox4-icon {
	visibility: hidden;
	opacity: 0;
	line-height: 80px;
	position: relative;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	transition: opacity .2s ease-out .1s, font-size .2s ease-out .1s, visibility .2s ease-out .1s;
	height: 80px;
	width: 80px;
	display: block;
}

.stepbox4-box:hover .stepbox4-icon {
	visibility: visible;
	opacity: 1;
	font-size: 30px;
}

.stepbox4-line {
	display: block;
	height: 1px;
	width: 100%;
	margin-left: -10px;
	background: #d8d8d8;
	margin: 50px 0;
	position: relative;
}

.stepbox4-box:first-child .stepbox4-line {
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(216, 216, 216, 0)), color-stop(40%, rgba(216, 216, 216, 1)));
	background: -webkit-linear-gradient(left, rgba(216, 216, 216, 0) 0%, rgba(216, 216, 216, 1) 40%);
	background: linear-gradient(to right, rgba(216, 216, 216, 0) 0%, rgba(216, 216, 216, 1) 40%);
}

.stepbox4-box:last-child .stepbox4-line {
	background: -webkit-gradient(linear, left top, right top, color-stop(60%, rgba(216, 216, 216, 1)), color-stop(100%, rgba(216, 216, 216, 0)));
	background: -webkit-linear-gradient(left, rgba(216, 216, 216, 1) 60%, rgba(216, 216, 216, 0) 100%);
	background: linear-gradient(to right, rgba(216, 216, 216, 1) 60%, rgba(216, 216, 216, 0) 100%);
}

.stepsbox4--dark .stepbox4-line {
	background: #272727;
}

.stepsbox4--dark .stepbox4-box:first-child .stepbox4-line {
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(39, 39, 39, 0)), color-stop(40%, rgba(39, 39, 39, 1)));
	background: -webkit-linear-gradient(left, rgba(39, 39, 39, 0) 0%, rgba(39, 39, 39, 1) 40%);
	background: linear-gradient(to right, rgba(39, 39, 39, 0) 0%, rgba(39, 39, 39, 1) 40%);
}

.stepsbox4--dark .stepbox4-box:last-child .stepbox4-line {
	background: -webkit-gradient(linear, left top, right top, color-stop(60%, rgba(39, 39, 39, 1)), color-stop(100%, rgba(39, 39, 39, 0)));
	background: -webkit-linear-gradient(left, rgba(39, 39, 39, 1) 60%, rgba(39, 39, 39, 0) 100%);
	background: linear-gradient(to right, rgba(39, 39, 39, 1) 60%, rgba(39, 39, 39, 0) 100%);
}

.stepbox4-content {
	padding: 0 10px;
}

@media (max-width:768px) {
	.stepbox4-box {
		display: block;
		margin-bottom: 50px;
	}
}

.team-member {
	padding: 0 0 5px;
	position: relative;
}

.teambox-style--hover {
	background: #fff;
}

.teambox-style--hover:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	z-index: 2;
}

.teambox-style--hover .team-member-details {
	padding: 0 20px 20px;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	background: #fff;
	box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	font-size: 11px;
	width: 100%;
}

.teambox-style--hover:hover .team-member-details {
	opacity: 1;
	visibility: visible;
}

.team-member-name,
.team-member-pos {
	padding: 0 20px;
}

.team-member-link {
	overflow: hidden;
	position: relative;
	display: inline-block;
}

.team-member-img {
	position: relative;
}

.team-member .social-icons {
	padding: 0;
	margin-left: -4px;
	margin-right: -4px;
}

.team-member .social-icons-li {
	margin: 0 4px;
}

.team-member .social-icons-item {
	color: #fff;
}

.team-member .social-icons-li:first-child {
	margin-left: 0;
}

.sctb-icon-nocolor {
	background-color: #121212;
}

@media screen and (max-width:767px) {
	.team-member {
		clear: both;
		padding: 20px;
		margin-bottom: 20px
	}
	.team-member:before,
	.team-member:after {
		content: '\0020';
		display: block;
		overflow: hidden;
		visibility: hidden;
		width: 0;
		height: 0;
	}
	.team-member:after {
		clear: both;
	}
	.team-member-link {
		overflow: hidden;
		position: relative;
		float: left;
		display: inline-block;
		max-width: 130px;
		margin-right: 20px;
	}
	.team-member-details {
		float: left;
		overflow: visible;
		visibility: visible;
		opacity: 1;
		position: static;
		background: none;
		box-shadow: none;
		width: auto;
		padding: 10px 0 0;
	}
}

.teambox--dark.teambox-style--hover,
.teambox--dark.teambox-style--hover .team-member-details {
	background: #121212;
}

.teambox-style--normal {
	text-align: center;
}

.teambox-style--normal .team-member-name {
	margin-bottom: 0;
}

.teambox-style--normal .team-member-pos {
	color: #9b5150;
	margin-top: 0;
}

.teambox-style--normal .team-member-pos {
	color: #9b5150;
	margin-top: 0;
	margin-bottom: 20px;
}

.tst-box {
	padding: 0;
	margin: 15px 0 20px;
	width: 100%;
	position: relative;
}

.tst-box[data-size=small] {
	width: 30%;
}

.tst-box[data-size=medium] {
	width: 50%;
}

.tst-box[data-size=large] {
	width: 70%;
}

.tst-box[data-size=full] {
	width: 100%;
}

.tst-box[data-size=onethird] {
	width: 33%;
}

.tst-box[data-size=twothirds] {
	width: 66%;
}

.tst-box[data-theme=light] .tst-box-bqt {
	background: #ddd;
	color: #343434;
}

.tst-box[data-theme=dark] .tst-box-bqt {
	background: #707070;
	color: #f5f5f5;
}

.tst-box[data-theme=light][data-align=left] .tst-box-bqt:after {
	border-right-color: #ddd;
}

.tst-box[data-theme=dark][data-align=left] .tst-box-bqt:after {
	border-right-color: #707070;
}

.tst-box[data-theme=light][data-align=right] .tst-box-bqt:after {
	border-left-color: #ddd;
}

.tst-box[data-theme=dark][data-align=right] .tst-box-bqt:after {
	border-left-color: #707070;
}

.tst-box[data-theme=light][data-align=top] .tst-box-bqt:after {
	border-bottom-color: #ddd;
}

.tst-box[data-theme=dark][data-align=top] .tst-box-bqt:after {
	border-bottom-color: #707070;
}

.tst-box[data-theme=light][data-align=bottom] .tst-box-bqt:after {
	border-top-color: #ddd;
}

.tst-box[data-theme=dark][data-align=bottom] .tst-box-bqt:after {
	border-top-color: #707070;
}

.tst-box[data-align=left] .tst-box-details {
	float: left;
	margin-right: 10px;
	width: 90px;
}

.tst-box[data-align=left] .tst-box-bqt {
	margin-left: 90px;
}

.tst-box[data-align=left] .tst-box-bqt:after {
	left: -14px;
	top: 50%;
}

.tst-box[data-align=right] .tst-box-details {
	float: right;
	margin-left: 10px;
	width: 90px;
	text-align: right;
}

.tst-box[data-align=right] .tst-box-bqt {
	margin-right: 90px;
}

.tst-box[data-align=right] .tst-box-bqt:after {
	right: -14px;
	top: 50%;
}

.tst-box[data-align=top] .tst-box-details {
	float: none;
	margin-left: 10px;
	width: 100%;
	position: relative;
	z-index: 1;
}

.tst-box[data-align=top] .tst-box-img {
	position: absolute;
	top: -5px;
	right: -5px
}

.tst-box[data-align=top] .tst-box-title-auth {
	display: block;
}

.tst-box[data-align=top] .tst-box-title {
	margin-top: 0;
}

.tst-box[data-align=top] .tst-box-bqt {
	margin-top: 14px;
	clear: both;
}

.tst-box[data-align=top] .tst-box-bqt:after {
	left: 30px;
	top: -14px;
}

.tst-box[data-align=bottom] {
	margin-bottom: 35px
}

.tst-box[data-align=bottom] .tst-box-details {
	position: absolute;
	left: 25px;
	right: 5px;
	top: 100%;
	z-index: 1;
}

.tst-box[data-align=bottom] .tst-box-img {
	float: right;
	margin-top: -20px;
}

.tst-box[data-align=bottom] .tst-box-title-auth {
	display: block;
}

.tst-box[data-align=bottom] .tst-box-bqt {
	margin-bottom: 0;
	float: none;
	position: relative;
	z-index: 0;
}

.tst-box[data-align=bottom] .tst-box-bqt:after {
	left: 30px;
	bottom: -14px;
}

.tst-box .tst-box-title {
	font-size: 10px;
	font-weight: normal;
	margin: 10px 0 0;
	line-height: 1.4;
}

.tst-box .tst-box-title-auth {
	display: block;
}

.tst-box .tst-box-bqt {
	margin: 0;
	padding: 15px;
	border: 0;
	font-size: 12px;
	font-style: italic;
	position: relative;
	border-radius: 3px;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}

.tst-box .tst-box-bqt:after {
	content: '';
	position: absolute;
	border-width: 7px;
	border-style: solid;
	border-color: transparent;
}

.tst-box .tst-box-img {
	border-radius: 50%;
}

.tst-box4 .tst-box-bqt {
	background: #fff;
	border: 4px solid #eee;
	margin: 0 0 10px;
	padding: 15px;
	font-size: 12px;
	font-style: italic;
	color: #474747;
	position: relative;
}

.tst-box4 .tst-box-bqt:after {
	content: '';
	position: absolute;
	bottom: -14px;
	left: 15px;
	border: 7px solid transparent;
	border-top-color: #fff;
}

.tst-box4 .tst-box-bqt+h5 {
	margin-top: 0;
	margin-left: 5px;
	font-size: 13px;
	font-weight: 500;
}

.tst-fader {
	margin-bottom: 40px;
}

.tst-fader-list {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

.tst-fader .has-left-border {
	border-left: 1px solid #e2e2e2;
}

.tst-fader-item {
	position: relative;
	padding: 0 0 20px 100px
}

.tst-fader-item:after {
	content: '\201C';
	position: absolute;
	top: -10px;
	left: 30px;
	font-size: 150px;
	color: #e2e2e2;
	line-height: 1;
	font-family: tahoma;
}

.tst-fader-bqt {
	margin: 0;
	padding: 0;
	border: 0;
	font: italic 20px/1.4 Georgia, Arial, sans-serif;
	overflow: hidden;
}

.tst-fader-bqt+.tst-fader-author-title {
	font-weight: normal;
	font-size: 11px;
	font-style: italic;
}

.tst-fader-photo {
	width: 30px;
	height: 30px;
}

.tst-fader-author-title {
	float: left;
	margin: 5px 0;
}

.tstfd--dark .tst-fader .has-left-border {
	border-left-color: #1D1D1D;
}

.tstfd--dark .tst-fader-item:after {
	color: #1D1D1D;
}

.tst-fader-controls {
	opacity: .2;
	-webkit-transition: opacity .15s ease-out;
	transition: opacity .15s ease-out;
}

.tst-fader-controls-arr {
	color: #ccc;
}

.tst-fader-controls-arr:hover {
	color: #aaa;
}

.tst-fader:hover .tst-fader-controls {
	opacity: 1;
}

.tst-carousel {
	position: relative;
}

.tst-carousel-controls {
	position: absolute;
	right: 0;
	top: -30px;
}

.tst-carousel-elm-title+.tst-carousel-controls {
	top: 4px;
}

.tst-carousel-controls-arr {
	opacity: 0.5;
	z-index: 1;
}

.tst-carousel-controls-arr:hover {
	opacity: 1;
}

.tst-carousel-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tst-carousel-item {
	float: left;
	overflow: hidden
}

.tst-carousel-bqt {
	background: #fff;
	margin: 0 1px 10px 0;
	padding: 25px;
	color: #898989;
	font-size: 14px;
	border-left: none;
	line-height: 2;
	font-style: italic;
	position: relative;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
}

.tst-carousel-bqt:after,
.tst-carousel-bqt:before {
	content: '';
	position: absolute;
	bottom: -14px;
	left: 14px;
	border: 7px solid transparent;
	border-top-color: #fff;
}

.tst-carousel-bqt:before {
	bottom: -16px;
	border-top-color: #D9D9D9
}

.tst-carousel-title {
	display: inline-block;
	margin: 12px 0;
	font-size: 13px;
	font-weight: 500;
}

.tst-carousel-author {
	margin-top: 15px;
}

.tst-carousel-photo {
	margin-right: 10px;
	float: left;
	border-radius: 50%;
	overflow: hidden;
	width: 40px;
	height: 40px;
}

.tst-carousel-img {
	width: 100%;
	height: auto;
	display: block
}

.tstsld--dark.tst-carousel-bqt {
	background: #000;
	color: #898989;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}

.tstsld--dark.tst-carousel-bqt:after,
.tstsld--dark.tst-carousel-bqt:before {
	border-top-color: #000;
}

.tstsld--dark.tst-carousel-bqt:before {
	border-top-color: #262626
}

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

.kl-title-block {
	padding-top: 0;
	padding-bottom: 35px;
}

.tbk__title {
	margin-top: 0;
	margin-bottom: 10px;
	font-family: 'Open Sans';
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	font-style: normal;
}

.tbk__subtitle {
	margin-top: 0;
	font-size: 20px;
	font-family: 'Open Sans';
	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-title .tbk__title {
	margin-bottom: 10px;
}

.tbk-symbol--line_border.tbk-icon-pos--after-subtitle .tbk__title {
	margin-bottom: 10px;
}

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

.vr-tabs {
	overflow: hidden;
}

.vr-tabs-nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}

.vr-tabs-nav-item {
	position: relative;
	display: block
}

.vr-tabs-nav-link {
	position: relative;
	display: block;
	padding: 10px 15px
}

.vr-tabs-nav-link:hover,
.vr-tabs-nav-link:focus {
	text-decoration: none;
	background-color: #eee
}

.vr-tabs-nav-link,
.vr-tabs-nav-icon {
	-webkit-transition: color .2s ease-out;
	transition: color .2s ease-out;
}

.vr-tabs-nav-icon span {
	margin: 0;
}

.vr-tabs-nav-link:focus,
.vr-tabs-nav-link:hover {
	background-color: transparent;
}

.vr-tabs-nav-item.active .vr-tabs-nav-link,
.vr-tabs-nav-item.active .vr-tabs-nav-icon,
.vr-tabs-nav-link:hover,
.vr-tabs-nav-link:hover .vr-tabs-nav-icon {
	color: #cd2122;
}

.vr-tabs-nav-item:first-child {
	border-top: 0;
}

.vr-tabs-tabpane h4 {
	margin: 0 0 25px;
}

.vr-tabs-kl-style-1 .vr-tabs-nav-link {
	line-height: 22px;
	padding: 10px 20px 10px 0;
	margin-right: -1px;
	font-weight: 400;
	color: #8f8f8f;
	font-size: 16px;
}

.vr-tabs-kl-style-1 .vr-tabs-nav-icon {
	padding: 6px 0 7px;
	color: #C7C7C7;
	margin-right: 8px;
	line-height: 1;
	display: inline-block;
	margin-top: -1px;
	border-radius: 50%;
	font-size: 18px;
	vertical-align: middle;
	margin-right: 10px;
}

.vr-tabs-kl-style-1 .vr-tabs-nav-item.active .vr-tabs-nav-link {
	border-right: 3px solid #cd2122
}

.vr-tabs-kl-style-1 .vr-tabs-nav-item.active .vr-tabs-nav-icon,
.vr-tabs-kl-style-1 .vr-tabs-nav-link:hover .vr-tabs-nav-icon {
	color: #767676;
}

.verttabs--dark.vr-tabs-kl-style-1 .vr-tabs-nav-link {
	color: #B9B9B9;
}

.verttabs--dark.vr-tabs-kl-style-1 .vr-tabs-nav-icon {
	color: #595959;
}

.verttabs--dark.vr-tabs-kl-style-1 .vr-tabs-nav-link.active .vr-tabs-nav-icon,
.verttabs--dark.vr-tabs-kl-style-1 .vr-tabs-nav-link:hover .vr-tabs-nav-icon {
	color: #898989;
}

.vr-tabs-kl-style-2 .vr-tabs-tbb {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.vr-tabs-kl-style-2 .vr-tabs-nav {
	margin-right: -1px;
	overflow: hidden;
	border-bottom: 0;
	border-left: 0;
}

.vr-tabs-kl-style-2 .vr-tabs-nav-link {
	line-height: 22px;
	color: #858585;
	font-weight: normal;
	background-color: #fff;
	padding: 20px 45px 20px 25px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	text-transform: none;
	margin-right: 0;
	position: relative;
	border-left: 1px solid #ddd;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #fff), color-stop(100%, rgba(239, 239, 239, 0.5)));
	background-image: -webkit-linear-gradient(left, #fff 0%, rgba(239, 239, 239, 0.5) 100%);
	background-image: linear-gradient(to right, #fff 70%, rgba(239, 239, 239, 0.5) 100%);
}

.vr-tabs-kl-style-2 .vr-tabs-nav-item:first-child .vr-tabs-nav-link {
	border-radius: 3px 0 0 0;
	border-top: 1px solid #ddd;
}

.vr-tabs-kl-style-2 .vr-tabs-nav-item:last-child .vr-tabs-nav-link {
	border-radius: 0 00 3px;
}

.vr-tabs-kl-style-2 .vr-tabs-nav-item.active .vr-tabs-nav-link {
	color: #131313;
	font-weight: 600;
	box-shadow: none;
}

.vr-tabs-kl-style-2 .vr-tabs-nav-link .vr-tabs-nav-icon {
	color: #999;
	line-height: 1;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: normal;
	margin-right: 0;
	padding: 0;
	font-size: 20px;
}

.vr-tabs-kl-style-2 .vr-tabs-content {
	background-color: #fff;
	border: 1px solid #ddd;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	padding: 40px 25px;
}

.verttabs--dark.vr-tabs-kl-style-2 .vr-tabs-nav-link {
	color: #7A7A7A;
	background-color: #000;
	border-bottom: 1px solid #222222;
	border-right: 1px solid #222222;
	border-left: 1px solid #222222;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #000), color-stop(100%, rgba(16, 16, 16, 0.5)));
	background-image: -webkit-linear-gradient(left, #000 0%, rgba(16, 16, 16, 0.5) 100%);
	background-image: linear-gradient(to right, #000 70%, rgba(16, 16, 16, 0.5) 100%);
}

.verttabs--dark.vr-tabs-kl-style-2 .vr-tabs-nav-item:first-child .vr-tabs-nav-link {
	border-top: 1px solid #222222;
}

.verttabs--dark.vr-tabs-kl-style-2 .vr-tabs-nav-item.active .vr-tabs-nav-link {
	color: #ECECEC;
}

.verttabs--dark.vr-tabs-kl-style-2 .vr-tabs-nav-link .vr-tabs-nav-icon {
	color: #666666;
}

.verttabs--dark.vr-tabs-kl-style-2 .vr-tabs-content {
	background-color: #000;
	border: 1px solid #222222;
}

@media (min-width:768px) {
	.vr-tabs-nav {
		float: left;
		width: 20%;
	}
	.vr-tabs-content {
		float: left;
		width: 80%;
		min-height: 240px;
		padding-left: 30px;
		border-left: 1px solid #c2c2c2;
	}
	.vr-tabs-kl-style-2 .vr-tabs-nav {
		border-right: 0;
		width: 30%;
	}
	.vr-tabs-kl-style-2 .vr-tabs-nav-item.active .vr-tabs-nav-link {
		border-right: 0;
		background-image: none;
		background-color: #fff;
	}
	.vr-tabs-kl-style-2 .vr-tabs-content {
		width: 70%;
	}
	.verttabs--dark .vr-tabs-content {
		border-left-color: #3A3A3A;
	}
	.verttabs--dark.vr-tabs-kl-style-2 .vr-tabs-nav-item.active .vr-tabs-nav-link {
		background-color: #000;
	}
}

@media (max-width:767px) {
	.vr-tabs-nav {
		margin-bottom: 25px;
		white-space: nowrap;
		padding-bottom: 10px;
	}
	.vr-tabs.vr-tabs-kl-style-1 .vr-tabs-nav,
	.vr-tabs.vr-tabs-kl-style-2 .vr-tabs-nav {
		overflow-x: auto;
	}
	.vr-tabs.vr-tabs-kl-style-1 .vr-tabs-nav-item,
	.vr-tabs.vr-tabs-kl-style-2 .vr-tabs-nav-item {
		display: inline-block;
		border: 0;
	}
	.vr-tabs.vr-tabs-kl-style-1 .vr-tabs-nav-item .vr-tabs-nav-link,
	.vr-tabs.vr-tabs-kl-style-2 .vr-tabs-nav-item .vr-tabs-nav-link {
		background: #fff;
		border: 0;
		border-right: 1px solid #ccc;
	}
	.vr-tabs.vr-tabs-kl-style-1 .vr-tabs-nav-item.active .vr-tabs-nav-link,
	.vr-tabs.vr-tabs-kl-style-2 .vr-tabs-nav-item.active .vr-tabs-nav-link {
		background: #fbfbfb;
	}
	.vr-tabs.vr-tabs-kl-style-1 .vr-tabs-nav-item:last-child .vr-tabs-nav-link,
	.vr-tabs.vr-tabs-kl-style-2 .vr-tabs-nav-item:last-child .vr-tabs-nav-link {
		border-right: 0;
	}
	.vr-tabs.vr-tabs-kl-style-1.verttabs--dark .vr-tabs-nav-item .vr-tabs-nav-link,
	.vr-tabs.vr-tabs-kl-style-2.verttabs--dark .vr-tabs-nav-item .vr-tabs-nav-link {
		background: #000;
		border: 0;
		border-right: 1px solid #333;
	}
	.vr-tabs.vr-tabs-kl-style-1.verttabs--dark .vr-tabs-nav-item.active .vr-tabs-nav-link,
	.vr-tabs.vr-tabs-kl-style-2.verttabs--dark .vr-tabs-nav-item.active .vr-tabs-nav-link {
		background: #111;
	}
	.vr-tabs.vr-tabs-kl-style-1.verttabs--dark .vr-tabs-nav-item:last-child .vr-tabs-nav-link,
	.vr-tabs.vr-tabs-kl-style-2.verttabs--dark .vr-tabs-nav-item:last-child .vr-tabs-nav-link {
		border-right: 0;
	}
	.vr-tabs-nav::-webkit-scrollbar {
		-webkit-appearance: none;
	}
	.vr-tabs-nav::-webkit-scrollbar:vertical {
		width: 11px;
	}
	.vr-tabs-nav::-webkit-scrollbar:horizontal {
		height: 11px;
	}
	.vr-tabs-nav::-webkit-scrollbar-thumb {
		border-radius: 8px;
		border: 2px solid white;
		background-color: rgba(0, 0, 0, .3);
	}
	.vr-tabs-nav::-webkit-scrollbar-track {
		background-color: #fff;
		border-radius: 8px;
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	}
	.verttabs--dark .vr-tabs-nav::-webkit-scrollbar-thumb {
		border: 2px solid #000;
		background-color: rgba(255, 255, 255, .2);
	}
	.verttabs--dark .vr-tabs-nav::-webkit-scrollbar-track {
		background-color: #000;
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	}
	.vr-tabs-kl-style-1 .vr-tabs-nav-link {
		padding: 14px 20px;
	}
	.vr-tabs-kl-style-2 .vr-tabs-tbb {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.vr-tabs-kl-style-2 .vr-tabs-nav {
		margin-right: 0;
	}
}

.adbox.video {
	position: relative;
}

.adbox.video:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(23, 23, 25, 0.5)
}

.adbox.video .adbox-img {
	display: block;
	width: 100%;
	height: auto;
}

.adbox.video .video_trigger_wrapper {
	position: absolute;
	z-index: 1;
	top: 0;
	left: auto;
	margin-left: 0;
	margin-top: 0;
	width: 100%;
	height: 100%;
}

.adbox_container {
	position: relative;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.adbox_container .adbox-title {
	color: white;
	font-size: 11px;
	min-width: 150px;
	margin: 0 auto;
	display: block;
	text-align: center;
}

.playVideo~.adbox-title {
	margin: 20px auto 0;
}

.kl-wowslider .fake-loading {
	z-index: 2;
}

.th-wowslider a.ws_next,
.th-wowslider a.ws_prev {
	-webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	-ms-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}

.th-wowslider {
	zoom: 1;
	position: relative;
	max-width: 1170px;
	margin: 0px auto 0px;
	z-index: 100;
	border: none;
	text-align: left;
}

.th-wowslider .ws_images ul {
	position: relative;
	width: 10000%;
	height: auto;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	border-spacing: 0;
	overflow: visible;
}

.th-wowslider .ws_images ul li {
	width: 1%;
	line-height: 0;
	float: left;
	font-size: 0;
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
}

.th-wowslider .ws_images {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.th-wowslider .ws_images a {
	width: 100%;
	display: block;
	color: transparent;
}

.th-wowslider img {
	max-width: none !important;
}

.th-wowslider .ws_images img {
	width: 100%;
	border: none 0;
	max-width: none;
}

.th-wowslider a {
	text-decoration: none;
	outline: none;
	border: none;
}

.th-wowslider .ws_bullets {
	position: absolute;
	text-align: center;
	line-height: 1;
	top: 30px;
	left: auto;
	right: 30px;
	z-index: 999;
}

.th-wowslider .ws_bullets div {
	position: relative;
	float: left;
}

.th-wowslider a.wsl {
	display: none;
}

.th-wowslider .ws_bullets a {
	display: inline-block;
	width: 15px;
	height: 4px;
	margin: 0 3px;
	background: #000;
	opacity: 0.3;
	cursor: pointer;
	position: relative;
	border-radius: 2px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.th-wowslider .ws_bullets a:hover,
.th-wowslider .ws_bullets a.ws_selbull {
	opacity: 0.6;
}

.th-wowslider .ws_bullets a.ws_selbull {
	width: 27px;
}

.th-wowslider a.ws_next,
.th-wowslider a.ws_prev {
	position: absolute;
	right: 51px;
	bottom: 20px;
	width: 61px;
	height: 40px;
	z-index: 9999;
	width: 30px;
	height: 40px;
	margin: 0;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	float: left;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.th-wowslider a.ws_next {
	right: 20px;
	background-position: 100% 0;
}

.th-wowslider a.ws_next:hover,
.th-wowslider a.ws_prev:hover {
	background-color: #CD2122;
}

.th-wowslider.showOnMouseover a.ws_next,
.th-wowslider.showOnMouseover a.ws_prev {
	opacity: 0;
	filter: alpha(opacity=0);
}

.th-wowslider.showOnMouseover:hover a.ws_next,
.th-wowslider.showOnMouseover:hover a.ws_prev {
	opacity: 1;
	filter: alpha(opacity=100);
}

.th-wowslider .ws-title {
	padding: 0 15px;
	position: absolute;
	bottom: 20px;
	line-height: 40px;
	color: #E9E9E9;
	margin: 0;
	display: inline;
	border-left: 5px solid #CD2122;
	background: black;
	background: rgba(0, 0, 0, 0.9);
	font-size: 17px;
	text-transform: uppercase;
	left: 20px;
	z-index: 9999;
}

.ws-alternative-title .ws-title {
	font-size: 60px;
	font-weight: 800;
	background: none;
	height: 60px;
	line-height: 60px;
	display: block;
	padding-left: 20px;
	letter-spacing: -2px;
	opacity: 0;
	-webkit-transition: text-shadow .2s ease-out, opacity .2s ease-out;
	transition: text-shadow .35s ease-out, opacity .35s ease-out;
}

.ws-alternative-title:not(.transitioning) .ws-title {
	text-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
	opacity: 1;
}

.th-wowslider .ws_images ul {
	animation: wsBasic 16s infinite;
	-moz-animation: wsBasic 16s infinite;
	-webkit-animation: wsBasic 16s infinite;
}

@keyframes wsBasic {
	0% {
		left: -0%
	}
	12.5% {
		left: -0%
	}
	25% {
		left: -100%
	}
	37.5% {
		left: -100%
	}
	50% {
		left: -200%
	}
	62.5% {
		left: -200%
	}
	75% {
		left: -300%
	}
	87.5% {
		left: -300%
	}
}

@-moz-keyframes wsBasic {
	0% {
		left: -0%
	}
	12.5% {
		left: -0%
	}
	25% {
		left: -100%
	}
	37.5% {
		left: -100%
	}
	50% {
		left: -200%
	}
	62.5% {
		left: -200%
	}
	75% {
		left: -300%
	}
	87.5% {
		left: -300%
	}
}

@-webkit-keyframes wsBasic {
	0% {
		left: -0%
	}
	12.5% {
		left: -0%
	}
	25% {
		left: -100%
	}
	37.5% {
		left: -100%
	}
	50% {
		left: -200%
	}
	62.5% {
		left: -200%
	}
	75% {
		left: -300%
	}
	87.5% {
		left: -300%
	}
}

.th-wowslider .ws_bulletsa img {
	text-indent: 0;
	display: block;
	bottom: 12px;
	left: -60px;
	visibility: hidden;
	position: absolute;
	border: 2px solid #B8C4CF;
	max-width: none;
}

.th-wowslider .ws_bullets a:hover img {
	visibility: visible;
}

.th-wowslider .ws_bulframe div div {
	height: 48px;
	overflow: visible;
	position: relative;
}

.th-wowslider .ws_bulframe div {
	left: 0;
	overflow: hidden;
	position: relative;
	background-color: #B8C4CF;
	width: 120px;
}

.th-wowslider .ws_bullets .ws_bulframe {
	display: none;
	top: 25px;
	overflow: visible;
	position: absolute;
	cursor: pointer;
	border: 2px solid #eee;
}

.th-wowslider .ws_bulframe span {
	position: absolute;
}

@media screen and (max-width:1199px) {
	.ws-alternative-title .ws-title {
		font-size: 50px;
	}
}

@media screen and (max-width:991px) {
	.ws-alternative-title .ws-title {
		font-size: 30px;
		letter-spacing: 0;
	}
}

@media screen and (max-width:767px) {
	.ws-alternative-title .ws-title {
		font-size: 20px;
	}
}

.th-wowslider a.ws_next,
.th-wowslider a.ws_prev {
	background-image: url(https://www.intermobil.com.tr/wp-content/themes/intermobil/pagebuilder/elements/TH_WowSlider/assets/k-wow-nav.png);
}

.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 .zn_form_field input[type=checkbox] {
	display: inline;
	width: auto;
}

.cf-elm p.zn_checkbox {
	margin-bottom: 0;
}

.cf-elm .zn_form_field input[type=checkbox]+label {
	position: relative;
	display: inline;
	left: 12px;
	top: -2px;
	font-size: 12px;
}

.cf-elm-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;
}

.cf--dark .cf-elm-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;
}

.kl-fancy-form-inpwrapper {}

.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 {}

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

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

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

.zn_google_map {
	overflow: hidden;
	width: 100%;
}

.zn_google_map:not(.static-content--fullscreen) {
	height: 600px;
}

@media only screen and (max-height :600px) {
	.zn_google_map:not(.static-content--fullscreen) {
		height: 90vh;
	}
}

.zn_gmap_canvas {
	height: 100%;
	width: 100%;
}

.zn_gmap_canvas .zn_visitUsContainer {
	z-index: 2;
	position: absolute;
	display: inline-block;
	width: auto;
	background-color: #fff;
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.45);
}

.zn_gmap_canvas .zn_startLocation {
	width: 120px;
	background-color: transparent;
	text-indent: 10px;
	border: 0;
	height: 38px;
	color: rgba(0, 0, 0, 0.5);
	box-shadow: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	outline: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.zn_gmap_canvas .zn_startLocation:focus {
	width: 260px;
	color: #333;
	border-color: #cd2122;
	box-shadow: none;
}

.zn_gmap_canvas .zn_startLocation:focus,
.zn_gmap_canvas .zn_visitUsContainer.startLocationNotEmpty .zn_startLocation {
	width: 270px;
}

.zn_gmap_canvas .zn_startLocation::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.25);
}

.zn_gmap_canvas .zn_startLocation:-moz-placeholder {
	color: rgba(0, 0, 0, 0.25);
}

.zn_gmap_canvas .zn_startLocation::-moz-placeholder {
	color: rgba(0, 0, 0, 0.25);
}

.zn_gmap_canvas .zn_startLocation:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.25);
}

.zn_gmap_canvas .zn_removeRoute {
	opacity: 0;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -6px;
	color: rgba(0, 0, 0, 0.18);
	cursor: pointer;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.zn_gmap_canvas .zn_startLocation:focus+.zn_removeRoute {
	opacity: 1;
}

.zn_gmap_canvas .zn_startLocation:focus+.zn_gmap_canvas .zn_removeRoute,
.zn_gmap_canvas .zn_visitUsContainer.startLocationNotEmpty .zn_removeRoute {
	opacity: 1;
}

.zn_gmap_canvas .zn_startLocation.startLocationInvalid {
	border-bottom-color: #f00;
}

.zn_visitUsContainer.zn_visit--pos-top-left {
	left: 30px;
	top: 20px;
}

.zn_visitUsContainer.zn_visit--pos-middle-left {
	left: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.zn_visitUsContainer.zn_visit--pos-bottom-left {
	left: 30px;
	bottom: 40px;
}

.zn_visitUsContainer.zn_visit--pos-top-right {
	right: 30px;
	top: 20px;
}

.zn_visitUsContainer.zn_visit--pos-middle-right {
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.zn_visitUsContainer.zn_visit--pos-bottom-right {
	right: 30px;
	bottom: 40px;
}

.zn_visitUsContainer.zn_visit--pos-top-center {
	top: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.zn_visitUsContainer.zn_visit--pos-bottom-center {
	bottom: 40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.priceListElement {}

.priceListElement>ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.priceListElement>ul>li {
	margin-top: 5px;
	margin-bottom: 5px;
}

.priceListElement-itemMain {
	margin-bottom: 10px;
}

.priceListElement-itemTitle,
.priceListElement-itemPrice {
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	font-weight: 700;
	margin: 0;
}

.priceListElement-itemPrice {
	color: #cd2122;
	text-align: right;
}

.priceListElement-itemDesc {
	font-size: 12px;
	color: #333;
}

.priceListElement-dash--classic .priceListElement-itemMain {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.priceListElement-dash--classic .priceListElement-itemTitle,
.priceListElement-dash--classic .priceListElement-itemPrice {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.priceListElement-dash--classic .priceListElement-dottedSeparator {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-left: 3px;
	margin-right: 5px;
	margin-bottom: calc((24px - 14px) / 2);
}

.priceListElement-dash--separator>ul>li {
	padding-bottom: 10px;
}

.priceListElement-dash--separator .priceListElement-itemTitle {
	float: left;
}

.priceListElement-dash--separator .priceListElement-itemPrice {
	float: right;
}

.priceListElement-dash--separator .priceListElement-dottedSeparator {
	display: none;
}

.priceListElement-dash--classic .priceListElement-dottedSeparator,
.priceListElement-dash--separator>ul>li {
	background-image: -webkit-radial-gradient(circle closest-side, rgba(0, 0, 0, .2) 99%, transparent 1%);
	background-image: radial-gradient(circle closest-side, rgba(0, 0, 0, .2) 99%, transparent 1%);
	background-position: bottom;
	background-size: 5px 3px;
	background-repeat: repeat-x;
}

.priceListElement-scheme--dark .priceListElement-itemTitle {
	color: #ececec;
}

.priceListElement-scheme--dark .priceListElement-itemDesc {
	color: #9c9c9c;
}

.priceListElement-scheme--dark.priceListElement-dash--classic .priceListElement-dottedSeparator,
.priceListElement-scheme--dark.priceListElement-dash--separator>ul>li {
	background-image: -webkit-radial-gradient(circle closest-side, rgba(255, 255, 255, .35) 99%, transparent 1%);
	background-image: radial-gradient(circle closest-side, rgba(255, 255, 255, .35) 99%, transparent 1%);
}

.zn_section {
	padding-top: 35px;
	padding-bottom: 35px;
}

.zn_section--relative {
	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.zn_parallax {
	background-color: transparent !important;
}

.zn_pb_editor_enabled .zn_parallax:before {
	content: 'PAGE BUILDER MODE - PARALLAX EFFECT DISABLED';
	position: absolute;
	right: 0;
	top: 0;
	background-color: #fff;
	border-bottom: 1px solid #2DB89C;
	border-left: 1px solid #2DB89C;
	color: #2DB89C;
	font-size: 12px;
	font-weight: 600;
	border-radius: 0 0 0 4px;
	padding: 10px 15px;
	opacity: .5;
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.55);
	z-index: 1;
}

.zn_pb_editor_enabled .zn_parallax:hover:before {
	opacity: .7
}

.zn_section--inlinemodal {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.zn_pb_editor_enabled .zn_section--inlinemodal {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2)
}

.zn_pb_editor_enabled .zn_section--inlinemodal:before {
	content: 'MODAL WINDOW';
	position: absolute;
	right: 0;
	top: 0;
	background-color: #fff;
	border-bottom: 1px solid #cd2122;
	border-left: 1px solid #cd2122;
	color: #cd2122;
	font-size: 12px;
	font-weight: 600;
	border-radius: 0 0 0 4px;
	padding: 10px 15px;
	opacity: .5;
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.55);
	z-index: 2;
}

.zn_pb_editor_enabled .zn_section--inlinemodal:hover:before {
	opacity: .7
}

.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-height--full_height {
	height: 100vh;
}

.zn-section-content_algn--middle,
.zn-section-content_algn--bottom {
	display: -webkit-box;
	display: -webkit-flex;
	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;
}

.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);
	-ms-transform: skewY(3deg);
	transform: skewY(3deg);
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}

.zn_section.section--skewed .kl-bg-source__bgimage {
	-webkit-transform: skewY(-3deg);
	-ms-transform: skewY(-3deg);
	transform: skewY(-3deg);
	margin: -100px 0;
	-webkit-backface-visibility: hidden;
}

.zn_section.section--skewed .kl-bg-source__overlay {
	-webkit-transform: skewY(-3deg);
	-ms-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);
	-ms-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);
	-ms-transform: skewY(3deg);
	transform: skewY(3deg);
	margin: -100px 0;
	-webkit-backface-visibility: hidden;
}

.zn_section.section--skewed-flipped .kl-bg-source__overlay {
	-webkit-transform: skewY(3deg);
	-ms-transform: skewY(3deg);
	transform: skewY(3deg);
	margin: -100px 0;
	-webkit-backface-visibility: hidden;
}

.zn_separator.zn_separator--icon-no {
	border-top-style: solid;
}

.zn_pb_editor_enabled .sep-no-notification {
	margin-bottom: 2px;
}

.zn_separator--icon-yes .zn_separator__icon {
	display: inline-block;
	color: #cd2122;
	vertical-align: middle;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 20px;
}

.zn_separator--icon-yes .zn_separator__line {
	content: '';
	display: inline-block;
	border-top-style: solid;
	width: calc(50% - 50px);
	vertical-align: middle;
}

.skills_wgt ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.skills_wgt ul li {
	margin-top: 15px;
}

.skills_wgt ul li:first-child {
	margin-top: 0;
}

.skills_wgt .skill-title {
	font-size: 13px;
	line-height: 1;
	margin: 0 0 13px 0;
}

.skills_wgt .skill-bar {
	display: block;
	border-radius: 2px;
	height: 13px;
}

.skills_wgt .skill-bar.stg-rounded,
.skills_wgt .skill-bar.stg-rounded .skill-bar-inner {
	border-radius: 9px;
}

.skills_wgt .skill-bar-inner {
	border-radius: 2px;
	width: 0;
	height: 13px;
	display: block;
	position: relative;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.skills_wgt.started .skill-bar-inner::before {
	background: #1a1c25;
	border-radius: 3px;
	padding: 0 0.5em;
	height: auto;
	line-height: 1.8;
	width: auto;
	display: block;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	position: absolute;
	bottom: 100%;
	left: 100%;
	margin-left: -25px;
	content: attr(data-percentage);
	margin-bottom: 8px;
}

.skills_wgt.started .skill-bar-inner::after {
	content: '';
	position: absolute;
	border: 4px solid transparent;
	border-top-color: #1a1c25;
	bottom: 100%;
	left: 100%;
	margin-left: -0.7em;
}

.skills_wgt.started.tool_light .skill-bar-inner::before {
	background: #DADADA;
	color: #888;
}

.skills_wgt.started.tool_light .skill-bar-inner::after {
	border-top-color: #DADADA;
}

.skills_wgt.started.tool_tr_light .skill-bar-inner::before {
	background: transparent;
	color: #FFF;
	margin-bottom: 5px;
}

.skills_wgt.started.tool_tr_light .skill-bar-inner::after {
	border-top-color: transparent;
}

.skills_wgt.started.tool_tr_dark .skill-bar-inner::before {
	background: transparent;
	color: #333;
	margin-bottom: 5px;
}

.skills_wgt.started.tool_tr_dark .skill-bar-inner::after {
	border-top-color: transparent;
}

.skills_wgt.skillbar--hover.started .skill-bar-inner::before,
.skills_wgt.skillbar--hover.started .skill-bar-inner::after {
	opacity: 0;
	visibility: hidden;
	margin-bottom: 30px;
}

.skills_wgt.skillbar--hover.started .skill-bar:hover .skill-bar-inner::before,
.skills_wgt.skillbar--hover.started .skill-bar:hover .skill-bar-inner::after {
	opacity: 1;
	visibility: visible;
	margin-bottom: 15px;
}

.skills_wgt.skillbar--hover.started .skill-bar:hover .skill-bar-inner::after {
	margin-bottom: 7px;
}

.znSmartCarouselMode--edit .znSmartCarousel-item {
	float: none;
	margin-bottom: 0;
	position: relative;
	padding: 0;
}

.znSmartCarousel-arr.is-disabled {
	opacity: .4;
	pointer-events: none;
}

.znSmartCarousel {
	position: relative;
}

.znSmartCarousel-navPosition--top-center,
.znSmartCarousel-navPosition--bottom-center {
	margin-left: auto;
	margin-right: auto;
	max-width: 150px;
	text-align: center;
}

.znSmartCarousel-navPosition--top-center .znSmartCarousel-arr,
.znSmartCarousel-navPosition--bottom-center .znSmartCarousel-arr {
	margin-left: 20px;
	margin-right: 20px;
}

.znSmartCarousel-navPosition--top-left,
.znSmartCarousel-navPosition--bottom-left {
	float: left;
}

.znSmartCarousel-navPosition--top-right,
.znSmartCarousel-navPosition--bottom-right {
	float: right;
}

.znSmartCarousel-navPosition--middle .znSmartCarousel-arr {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.znSmartCarousel-navPosition--middle .znSmartCarousel-prev {
	right: calc(100% + 15px);
}

.znSmartCarousel-navPosition--middle .znSmartCarousel-next {
	left: calc(100% + 15px);
}

.znSmartCarousel-arr,
.znSmartCarousel-arr svg {
	width: 18px;
	height: 18px;
}

.znSmartCarousel-arr polyline {
	-webkit-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

.znSmartCarousel-arr:hover polyline {
	stroke-width: 35;
}

.znSmartCarousel-arr:active polyline {
	stroke-width: 50;
}

.znSmartCarousel-navStyle--s1 .znSmartCarousel-arr,
.znSmartCarousel-navStyle--s1 .znSmartCarousel-arr svg {
	width: 28px;
	height: 28px;
}

.znSmartCarousel-pagi {}

.znSmartCarousel-pagi a {
	display: inline-block;
	padding: 4px;
	opacity: .3;
}

.znSmartCarousel-pagi a:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #000;
	border-radius: 50%;
}

.znSmartCarousel-pagi a:hover,
.znSmartCarousel-pagi a.selected {
	opacity: .6;
}

.znSmartCarousel-bulletsPosition--top-center,
.znSmartCarousel-bulletsPosition--bottom-center {
	width: 100%;
	text-align: center;
}

.znSmartCarousel-bulletsPosition--top-left,
.znSmartCarousel-bulletsPosition--bottom-left {
	float: left;
}

.znSmartCarousel-bulletsPosition--top-right,
.znSmartCarousel-bulletsPosition--bottom-right {
	float: right;
}

.znSmartCarousel-bulletsPosition--top-center,
.znSmartCarousel-bulletsPosition--bottom-center {}

.znSmartCarouselMode--view .znSmartCarousel-holder:not(.zn-images-loaded) .cfs--item:not(:first-child) {
	display: none;
}

.znSmartCarousel-hasPreloader.znSmartCarouselMode--view .znSmartCarousel-loading {
	-webkit-transition: visibility .3s ease-out, opacity .3s ease-out;
	transition: visibility .3s ease-out, opacity .3s ease-out;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
}

.znSmartCarousel-hasPreloader.znSmartCarouselMode--view .znSmartCarousel-loading:before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	border: 2px solid rgba(0, 0, 0, 0.05);
	border-top-color: rgba(0, 0, 0, 0.15);
	border-radius: 50%;
	-webkit-animation: spin-rotate .5s infinite linear;
	animation: spin-rotate .5s infinite linear;
}

.znSmartCarousel-hasPreloader.zn-images-loaded-parent .znSmartCarousel-loading {
	visibility: hidden;
	opacity: 0;
}

@-webkit-keyframes spin-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spin-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.znSmartCarousel-hasPreloader.znSmartCarouselMode--view .znSmartCarousel-loadingContainer {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility .3s ease-out, opacity .3s ease-out;
	transition: visibility .3s ease-out, opacity .3s ease-out;
}

.znSmartCarousel-hasPreloader.znSmartCarouselMode--view.zn-images-loaded-parent .znSmartCarousel-loadingContainer {
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}