/***************** Self Application *****************/
.zb_self_application a.linkedIn:before,
.zb_self_application a.linkedIn:after{
	content: none;
}
.zb_self_application .wpcf7{
	display: none;
	background: #f1f2f4;
    border: 1px solid #eee;
    border-top: 0px;
    padding: 45px 20px 15px;
}
.zb_self_application .opened .wpcf7{
	display: block;
}
.zb_self_application a.linkedIn{
	width: 241px;
	height: 65px;
	background: url(/wp-content/themes/fortuna-child/zanjabyte/img/linedin.png) no-repeat;
	background-size: 100% 100%;
	text-indent: -9999px;
}
.zb_self_application .vc_col-sm-9{
	text-align: right;
}
.zb_self_application .vc_col-sm-9.opened{
	text-align: left;
}
.zb_self_application .vc_col-sm-9 h2.boc_heading{
	font-size: 15px !important;
	font-weight: 600;
	color: #fff !important;
	line-height: 1;
	padding: 21px 44px;
	border-radius: 5px;
	background-color: var(--main-color);
	cursor: pointer;
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 0;
}
.zb_self_application .vc_col-sm-9.opened h2.boc_heading{
	display: block;
	font-size: 18px !important;
	position: relative;
	padding: 18px 44px;
	margin-bottom: 0 !important;
}
.zb_self_application .vc_col-sm-9.opened h2.boc_heading:after{
	background: url('/wp-content/themes/fortuna-child/zanjabyte/img/x.png') no-repeat;
	content: '';
	position: absolute;
	width: 9px;
	height: 9px;
	right: 32px;
	top: calc(50% - 4px);

}
.zb-locations-locator,
.zb-position-locator{
	position: relative;
}


.zb-locations-locator .zb-select,
.zb-position-locator .zb-select{
	text-align: right;
}
.zb-locations-locator  .zb-select select,
.zb-position-locator .zb-select select{
	display: inline-block;
	margin-left: 15px;
	margin-bottom: 0px;
	background: #fff;
	color: #222222;
	border: 0;
    padding: 12px;
    width: auto;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
	margin: 0;
    width: 50%;
}

.zb-position-locator .zb-select select{
	width: auto;
    border: 1px solid #ddd !important;
    padding: 10px 20px;
    margin: 0 0 0 10px;
}
.zb-position-locator .zb-select select:focus{
    border: 1px solid #ddd !important;
}
.zb-position-locator .zb-select select.continents {
    background: url(/wp-content/themes/fortuna-child/zanjabyte/img/continent.png) no-repeat;
    background-position: left 3px center;
}
.zb-locations-locator  .zb-select select{
	font-size: 13px;
	padding: 10px;

}
.zb-locations-locator .zb-select select.continents,
.zb-position-locator .zb-select select.continents{
	padding-left: 15px;
	background: url(/wp-content/themes/fortuna-child/zanjabyte/img/continent.png) no-repeat;
	background-position: left 5px center;
}
.zb-locations-locator .vc_col-sm-3, .zb-locations-locator .vc_col-sm-9,
.zb-position-locator .vc_col-sm-3, .zb-position-locator .vc_col-sm-9{
	padding: 0;
}
.zb-locations-locator .vc_col-sm-3,
.zb-position-locator .vc_col-sm-3{
	overflow-x: visible;
}
.zb-locations-locator .vc_col-sm-3:before,
.zb-position-locator .vc_col-sm-3:before{
	content: '';
    background: url(/wp-content/themes/fortuna-child/zanjabyte/img/before.png) repeat-x;
    background-size: auto 100%;
    background-position: top right;
    width: 3000px;
    height: 100%;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
}
.zb-locations-locator  .location-description .location,
.zb-position-locator .positions_types{
	position: relative;
	z-index: 99;
	margin-top: 25px;
	background: #fff;
	padding: 24px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.17);
    border-radius: 5px;
}
.zb-locations-locator  .location-description .location{
	margin-top: 10px;
}
.zb-position-locator .positions_types h4.title{
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #222222;
    text-transform: none;
    margin-bottom: 16px;
}
.zb-position-locator .positions_types .scroll-wrapper{
	position: relative;
	margin-bottom: 15px;
}
.zb-position-locator .positions_types .scroll-wrapper:after{
	content: '';
	width: 100%;
	height: 25px;
	bottom: 0;
	left: 0;
	background: linear-gradient(to bottom, transparent, white);
}

.zb-position-locator .positions_types .scroll{
	max-height: 280px;
	/*min-width: 260px;*/
	overflow-y: scroll; 
	border: 1px solid #eeeeee;
}

.zb-position-locator .positions_types .scroll::-webkit-scrollbar{
	width: 6px;
	background-color: #eeeeee;
	left: 0;
	right: unset;
}
.zb-position-locator .positions_types .scroll::-webkit-scrollbar-thumb{
	border-radius: 3px;
	background-color: #9d9d9d;
}
.zb-position-locator .positions_types .scroll::-webkit-scrollbar-button{
	display: none;
}
.zb-position-locator .positions_types .scroll .item{
	opacity: 0.5;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	padding: 7px 14px;
	cursor: pointer;
}

.zb-position-locator .positions_types .item.checked{
	background-color: #ddd;
}
.zb-position-locator .positions_types .item input[type=checkbox]{
	display: none;
}

.zb-position-locator .positions_types button.btn_find{
	display: block;
	margin-bottom: 0;
	text-transform: uppercase;
	background-color: var(--main-color);
	font-weight: 600;
	line-height: 1;
	text-align: center;
	width: 100%;
	padding: 14px;
	border-radius: 5px;
}
.zb-position-locator .results{
	max-width: 800px;
    margin: 0 auto;
    padding-top: 85px;
}

.zb-locations-locator .results .reset a.btn_top,
.zb-position-locator .results .reset a.btn_top,
.zb-locations-locator .results .reset a.btn_reset,
.zb-position-locator .results .reset a.btn_reset{
	cursor: pointer;
	display: inline-block;
	margin-bottom: 15px;
	margin-right: 15px;
}
.zb-locations-locator .results .headding{
	padding: 0 18px;
}
.zb-position-locator .results .headding .col {
    margin-bottom: 0;
}
.zb-position-locator .results .headding .col1{
	margin-left: 0;
}
.zb-position-locator .results .count{
	font-family: 'Montserrat', sans-serif;
	color: var(--main-color);
	font-size: 18px;
	font-weight: 600;
}
.zb-position-locator .results .filters ul{
	display: inline-block;
}
.zb-position-locator .results .filters ul li{
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	background-color: var(--main-color);
	color: #fff;
	font-size: 14px;
	border-radius: 3px;
	padding: 10px 28px 10px 10px;
	list-style-type: none;
	margin: 0 7px 7px;
	position: relative;
	line-height: 1;
	font-weight: 500;
}
.zb-position-locator .results .filters ul li span.close{
	position: absolute;
	top: calc(50% - 4px);
	right: 10px;
	cursor: pointer;
	display: block;
	width: 9px;
	height: 9px;
	text-indent: -9999px;
	background: url(/wp-content/themes/fortuna-child/zanjabyte/img/x.png);
}

.zb-position-locator .results .order{
	text-align: right;
}
.zb-position-locator .results .order select.sort{
	width: auto;
	border: 1px solid #eee;
	padding: 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	color: #777777;
	display: inline-block;
	margin-bottom: 0;
}
.zb-position-locator .results .positions{
	margin-top: 40px;
}
.zb-position-locator .results .positions .position{
	margin-bottom: 24px;
	background: #f4f4f4;
}


.zb-position-locator .results .positions .position h3.title{
	text-transform: none;
	padding: 20px 25px;
	border-radius: 6px;
	color: #777777;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	border: 1px solid #e8e8e8;
	position: relative;
	cursor: pointer;
	margin-bottom: 0px;
}
.zb-position-locator .results .positions .position h3.title span.toggle{
	position: absolute;
	display: inline-block;
	width: 8px;
	height: 12px;
	background: url(/wp-content/themes/fortuna-child/zanjabyte/img/arrow-right.png);
	right: 25px;
	top: calc(50% - 6px);
}
.zb-position-locator .results .positions .position.opened h3.title{
	background-color: var(--main-color);
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	border: 0px;
}
.zb-position-locator .results .positions .position.opened h3.title span.toggle{
	background: url(/wp-content/themes/fortuna-child/zanjabyte/img/arrow-down.png);
	width: 12px;
	height: 8px;
	top: calc(50% - 4px);
}



.zb-position-locator .results .positions .position.opened .content{
	display: block;
}
.zb-position-locator .results .positions .position .content{
	display: none;
    border: 1px solid #eee;
    border-top: 0px;
    padding: 15px 20px;
}
.zb-position-locator .results .position .content .meta{
	font-size: 16px;
	font-weight: 600;
	color: #212121;
}
.zb-position-locator .results .position .content .meta .col{
	margin-bottom: 25px;
}
.zb-position-locator .results .position .content .meta .col img{
	margin-bottom: -3px;
}
.zb-position-locator .results .position .content .meta .address{
	text-align: right;
}
.zb-position-locator .results .position .content .text{
	position: relative;
	font-size: 16px;
	color: #777777;
	line-height: 1.8;
	font-family: 'Roboto', sans-serif;
}
.zb-position-locator .results .position .content .text h1,
.zb-position-locator .results .position .content .text h2,
.zb-position-locator .results .position .content .text h3,
.zb-position-locator .results .position .content .text h4,
.zb-position-locator .results .position .content .text h5,
.zb-position-locator .results .position .content .text h6{
	color: #777777;
	font-family: 'Roboto', sans-serif;
	text-transform: none;
	margin-bottom: 0;
	margin-top: 25px;
}

.zb-position-locator .content .form{
	position: relative;
	display: none;
}
.zb-locations-locator .request_form .contact_location form,
.zb-position-locator .content .form form{
	margin-bottom: 0;
}
.zb-locations-locator .request_form .contact_location .col,
.zb_self_application .wpcf7 .col,
.zb-position-locator .form .col{
	margin-bottom: 0px;
}
.zb-locations-locator .request_form .contact_location .span_1_of_2.first,
.zb_self_application .span_1_of_2.first,
.zb_self_application .span_1_of_3.first,
.zb-position-locator .form .span_1_of_2.first,
.zb-position-locator .form .span_1_of_3.first,
.zb-locations-locator .col.first,
.zb_self_application .col.first,
.zb-position-locator .col.first{
	margin-left: 0;
}

.zb-locations-locator .request_form .contact_location input:not(.wpcf7-submit),
.zb-locations-locator .request_form .contact_location textarea,
.zb_self_application .wpcf7 input, .zb_self_application .wpcf7 textarea,
.zb_self_application .wpcf7 select,
.zb-position-locator .content .form input,
.zb-position-locator .content .form select,
.zb-position-locator .content .form textarea{
	background: #fff;
	border-radius: 5px;
	border: 1px solid #eee;
	padding: 15px;
	color: #999;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 300;
	max-width: 100%;
}
.zb-locations-locator .request_form .contact_location input[name=location_name],
.zb-locations-locator .request_form .contact_location input[name=location_id],
.zb-locations-locator .request_form .contact_location input[name=email],
.zb-position-locator .content .form input[name=position_name],
.zb-position-locator .content .form input[name=position_id]{
	display: none;
}
.zb_self_application .wpcf7 .wpcf7-list-item,
.zb-position-locator .content .form .wpcf7-list-item{
	margin-left: 0px;
}
.zb-locations-locator .request_form .contact_location a,
.zb-locations-locator .request_form .contact_location .wpcf7-list-item-label,
.zb_self_application .wpcf7 .span_1_of_3 a,
.zb_self_application .wpcf7 .wpcf7-list-item-label,
.zb-position-locator .content .form .span_1_of_3 a,
.zb-position-locator .content .form .wpcf7-list-item-label{
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	color: #848484;
	font-weight: 300;
}

.zb_self_application .wpcf7 .submitbtn,
.zb-position-locator .content .form .submitbtn{
	text-align: right;
	padding-top: 25px;
}
.zb-locations-locator .location-description .btn_contact{
	text-align: center;
}
.zb-locations-locator .location-description .btn_contact .btn_rounded_submit,
.zb_self_application .wpcf7 .btn_rounded_submit,
.zb-position-locator .content .text .btn_rounded_submit,
.zb-position-locator .content .form .submitbtn .btn_rounded_submit{
	display: inline-block;
}

.zb-locations-locator .location-description .btn_contact .btn_rounded_submit:before{
		height: 110px;
	    background-color: #fff;
}
.zb_self_application .wpcf7 .btn_rounded_submit:before,
.zb-position-locator .content .text .btn_rounded_submit:before,
.zb-position-locator .content .form .submitbtn .btn_rounded_submit:before{
	    height: 110px;
	    background-color: #f4f4f4;
}
.zb-locations-locator .location-description .btn_contact .btn_rounded_submit:after{
		width: 48px;
	    height: 80px;
	    background-color: #fff;
}
.zb_self_application .wpcf7 .btn_rounded_submit:after,
.zb-position-locator .content .text .btn_rounded_submit:after,
.zb-position-locator .content .form .submitbtn .btn_rounded_submit:after{
	    width: 48px;
	    height: 80px;
	    background-color: #f4f4f4;
}
.zb_self_application .wpcf7 .submitbtn input[type="submit"],
.zb-position-locator .content .text button.btn_apply,
.zb-locations-locator .location-description button.btn_contact,
.zb-position-locator .content .form .submitbtn input[type="submit"]{
    margin-bottom: 0;
    background-image: none;
    color: #fff;
    background-color: var(--main-color) !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 1em;
    padding: 20px 75px;
}
.zb-position-locator .content .text div.apply{
	text-align: right;
}
.zb_self_application .wpcf7 a.link_back,
.zb-position-locator .content a.go_back{
	font-size: 16px;
	font-weight: 300;
	color: var(--main-color);
	text-decoration: underline;
	cursor: pointer;
	position: absolute;
	bottom: 5px;
	left: 0;
}
.zb_self_application .wpcf7 a.link_back{
	bottom: 45px;
	left: 30px;
}

.zb-locations-locator  .results{
	padding-top: 135px;
}
.zb-locations-locator  .results .locations{
	clear: both;
	padding-top: 14px;
}
.zb-locations-locator  .results .locations .one-fourth{
	width: 25%;
	float: left;
	padding: 0 18px;
	margin-bottom: 30px;

}
.zb-locations-locator  .results .locations .item{
	cursor: pointer;
	padding: 24px;
	min-height: 304px;
}
.zb-locations-locator  .results .locations .item.current,
.zb-locations-locator  .results .locations .item:hover{
	background: #fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.17);
    border-radius: 3px;
}

.zb-locations-locator  .results .locations .item .title h3{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #222222;
	text-transform: none;
}
.zb-locations-locator .location-description .meta,
.zb-locations-locator  .results .locations .item .meta{
	font-size: 12px;
	color: #888888;
	line-height: 1.5;
}
.zb-locations-locator .location-description .meta{
	margin-bottom: 30px;
}
.zb-locations-locator .location-description .meta .address,
.zb-locations-locator  .results .locations .item .meta .address{
	margin-bottom: 10px;
}

.zb-locations-locator .location-description .meta img,
.zb-locations-locator  .results .locations .item .meta img{
	margin-right: 10px;
}



.zb-locations-locator .location-description .location{
	padding: 15px;
}
.zb-locations-locator .location-description .thumb img{
	border-radius: 5px;
	width: 100%;
	margin-bottom: 15px;
}
.zb-locations-locator .location-description .title h3{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
	color: #222222;
	text-transform: none;
	margin-bottom: 15px;
}


.zb-locations-locator .locations_type .item{
	display: inline-block;
	font-family: 'Robot', sans-serif;
	color: #888;
	font-size: 15px;
	margin-right: 22px;
	cursor: pointer;
}
.zb-locations-locator .locations_type .item.checked{
	color: var(--main-color);
	font-weight: 600;
	border-bottom: 2px solid var(--main-color);
}
.zb-locations-locator .locations_type .item input{
	display: none;
}

.zb-locations-locator .contact_location{
	display: none;
	position: absolute;
	z-index: 999;
	width: 80%;
	height: auto;
	top: 10px;
	left: 15px;
	background-color: #fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.17);
    border-radius: 5px;
   	padding: 24px;
}

.zb-locations-locator .contact_location h3.title{
	text-transform: none;
	font-size: 23px;
	font-weight: 600;
	color: #222222;
	margin-bottom: 10px;
}

.zb-locations-locator .contact_location h4.location-title{
	text-transform: none;
	font-size: 16px;
	font-weight: 600;
	color: #222222;
	margin-bottom: 25px;
}

.zb-locations-locator .contact_location .submitbtn{
	text-align: right;
	margin-right: 15px;
}
.zb-locations-locator .contact_location div.wpcf7-response-output {
	margin: 0.5em;
}

.zb-position-locator .load-more,
.zb-locations-locator .load-more{
	text-align: center;
	padding-top: 35px;
	padding-bottom: 35px;
}
.zb-position-locator .load-more .btn-load,
.zb-locations-locator .load-more .btn-load{
	background-color: var(--main-color);
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 100px;
	border-radius: 5px;
}

.zb-locations-locator .contact_location span.close{
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 36px;
	right: 36px;
	cursor: pointer;
}
@media screen and (max-width: 1366px){
	.zb-locations-locator .location-description button.btn_contact{
		padding: 15px 48px;
	}
}

@media screen and (max-width: 1300px){
	.zb-locations-locator .results .locations .one-fourth{
		width: 33.33%;
	}
}
@media screen and (max-width: 1200px){
	.zb-position-locator .vc_col-sm-3,
	.zb-position-locator .vc_col-sm-9{
		width: 100%;
		clear: both;
	}
	.zb-locations-locator .vc_col-sm-3{
		width: 40%;
	}
	.zb-locations-locator .vc_col-sm-9{
		width: 60%;
	}
	.zb-locations-locator .request_form .contact_location .col.span_1_of_2.not_devided_in_mobile{
		width: 100%;
		float: none;
	}
	.zb-locations-locator .results .locations .one-fourth{
		width: 50%;
	}
}

@media screen and (max-width: 991px){
	.zb-locations-locator .vc_col-sm-3,
	.zb-locations-locator .vc_col-sm-6,
	.zb-locations-locator .vc_col-sm-9{
		width: 100%;
		float: none;
		clear: both;
		height: auto !important;
		margin-bottom: 15px;
	}
	.zb-locations-locator .location-description .location{
		height: auto !important;
	}
	.zb-locations-locator .zb-select, .zb-position-locator .zb-select{
		text-align: left;
	}
}
@media screen and (min-width: 769px) and (max-width: 1280px){
	.zb-locations-locator .contact_location .span_2_of_3 {
		width: 100%;
	}
	.zb-locations-locator .contact_location .span_1_of_3 {
		width: 100%;
		float: none;
		display: inline-block;
		text-align: center;
		margin: 20px 0 !important;
	}
	.zb-locations-locator .contact_location .submitbtn{
		text-align: center;
	}
}
@media screen and (max-width: 768px){
	.zb-position-locator .container,
	.zb-locations-locator .container{
		width: 100% !important;
		margin: 0;
	}
	.zb-locations-locator .zb-select, .zb-position-locator .zb-select {
    	text-align: left;
	}
	.zb-locations-locator .zb-select select, .zb-position-locator .zb-select select{
		display: block;
		width: 100%;
		margin: 5px 0;
	}
	.zb-position-locator .results .order select.sort{
		width: 100%;
	}
	.zb-locations-locator .results .locations .one-fourth{
		width: 100%;
		float: none;
	}
	.zb-position-locator .load-more .btn-load, .zb-locations-locator .load-more .btn-load{
		padding: 15px 70px;
	}
	.zb-position-locator .results .position .content .meta .address{
		text-align: left;
	}
	.zb_self_application .wpcf7 a.link_back, .zb-position-locator .content a.go_back{
		position: initial;
	}
	
	.zb-locations-locator .contact_location .submitbtn{
		text-align: center;
		margin: 20px;
	}
	.zb-locations-locator .contact_location span:not([class*="acceptance-"]) > span.wpcf7-not-valid-tip {
		margin: -18px 0 15px;
	}
	.zb-locations-locator .contact_location div.wpcf7-response-output {
		margin: 0.5em;
	}
}

.zb-education .txteducation,
.zb-lang .txtlanguages,
.zb-experience .txtexperience{
	display: none;
}
body .wpcf7 .zb-education  a.btn-add,
body .wpcf7 .zb-experience  a.btn-add,
body .wpcf7  .zb-lang a.btn-add{
	background: var(--main-color);
    display: block;
    color: #fff !important;
    text-align: center;
    padding: 11px !important;
    border-radius: 5px;
    text-transform: unset;
    font-weight: bold  !important;
    cursor: pointer;
	    font-size: 12px;
}


body .wpcf7 .zb-education  ul li.item,
body .wpcf7 .zb-experience  ul li.item,
body .wpcf7  .zb-lang ul li.item{
	background: #fff;
    padding: 10px;
    border-radius: 5px;
    list-style-type: none;
    position: relative;
}
body .wpcf7 .zb-education  ul li.item span.close,
body .wpcf7 .zb-experience  ul li.item span.close,
body .wpcf7  .zb-lang ul li.item span.close{
    position: absolute;
    color: var(--main-color);
    right: 10px;
    cursor: pointer;
    font-weight: bold;
}
/***** Modif 24/05/2018 ************/
.zb-locations-locator .locations_type{
	display: flex;
	text-align: center;
}
.zb-locations-locator .locations_type .item{
	border-radius: 4px 4px 0 0;
    padding: 8px;
    margin-right: 8px;
    background: #f0f0f0;
}

.zb-locations-locator .location-description .location .icon,
.zb-locations-locator .results .locations .item .icon {
    text-align: center;
    margin-bottom: 8px;
}

.zb-locations-locator.full-map .vc_col-sm-3{
	display: none;
	position: absolute;
}
.zb-locations-locator.full-map .vc_col-sm-9{
	width: 100%;
}

.zb-locations-locator .results .locations .item {
    min-height: 304px !important;
}

.zb-locations-locator .location-description .location .next,
.zb-locations-locator .location-description .location .previous,
.zb-locations-locator .location-description .location .close{
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	background-color: #222;
	padding: 0px 5px;
	display: none;
	width: 20px;
    text-align: center;
    border-radius: 2px;
    z-index: 99;
}
.zb-locations-locator .location-description .location .next{
	top: unset;
	bottom: 10px;
	right: 10px;
}
.zb-locations-locator .location-description .location .previous{
	top: unset;
	bottom: 10px;
	left: 10px;
}
.zb-locations-locator.full-map .location-description .location .close,
.zb-locations-locator.full-map .location-description .location .next,
.zb-locations-locator.full-map .location-description .location .previous{
	display: block;
}

.zb-locations-locator.full-map .contact_location{
	width: 73%;
	left: 26%;
}
@media screen and (max-width: 767px){
	.zb-locations-locator .locations_type{
		display: block;
	}
	.zb-locations-locator .locations_type .item{
		display: block;
		margin-bottom: 8px;
	}
}



.zb_news_slider{
	background: url(/wp-content/uploads/revslider/Page-news-new/slider-blog.jpg) no-repeat;
	background-size: cover;
	padding-top: 70px;

}
.zb_news_slider .slides .zb-item{
	display: none;
	min-height: 320px;
}
.zb_news_slider .slides .zb-item.active{
	display: block;
}
.zb_news_slider .slides .zb-item .span_2_of_3{
	padding-top: 40px;
}
.zb_news_slider .slides .zb-item h2{
	color: #fff;
    font-size: 45px;
    line-height: 50px;
    font-weight: 700;
    text-transform: none;
    /*opacity: 0;
    text-indent: -2700px;
    transition: all 3s ease-in-out;*/
}
.zb_news_slider .slides .zb-item h2 > a {
	color: #fff;
}
.zb_news_slider .slides .zb-item h2:hover > a {
	opacity: 0.8;
}
/*.zb_news_slider .slides .zb-item.active h2{
	opacity: 1;
	text-indent: 0;
}*/
.zb_news_slider .slides .zb-item a.more_link{
	font-size: 17px;
    line-height: 17px;
    font-weight: 500;
    color: #fff;
    padding: 18px 40px;
    background-color: var(--main-color);
    border-radius: 5px;
}
.zb_news_slider .pointers{
	border-top: 1px solid #676262;
}
.zb_news_slider .zb-pointer{
	cursor: pointer;
	opacity: 0.5;
	padding-top: 30px;
	position: relative;
}
.zb_news_slider .zb-pointer.active{
	opacity: 1;
	background: url(/wp-content/uploads/2018/03/sel.png) no-repeat;
	background-position: top 1px left;
}
.zb_news_slider .zb-pointer h3{
	color: #fff;
    text-transform: uppercase;
    margin: 0px 0px 15px;
    line-height: 28px;
    padding: 0px;
    font-weight: 600;
    font-size: 20px;
}
.zb_news_slider .zb-pointer p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
}



body.category-news .post_item {
    border-bottom: 2px solid #f4f4f4;
    margin-bottom: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px !important;
}


.zb_products_slider .slides .text{
	padding: 0;
}
.zb_products_slider .slides .text h2{
	text-transform: uppercase;
}
.zb_products_slider .slides .image{
	text-align: center;
}
.zb_products_slider .slides .image img{
	display: inline-block;
}
.zb_products_slider .slides .vc_col-sm-12.text {
	display: none;
}

.zb_products_slider .slides .slick-arrow{
	position: absolute;
	text-indent: -9999px;
	top: 50%;
	border-radius: 50%;
	border: 1px solid #eee;
	background-color: #fff;
	color: #aaa;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    z-index: 9;
    width: 46px;
    height: 46px;
}
.zb_products_slider .slides .slick-arrow.slick-prev{
	background: #fff url(../img/zb_prev.png) no-repeat;
    background-size: 50% 50%;
    background-position: center;
}
.zb_products_slider .slides .slick-arrow.slick-next{
	background: #fff url(../img/zb_next.png) no-repeat;
    background-size: 50% 50%;
    background-position: center;
}

.zb_products_slider .slides .slick-arrow.slick-prev{
	left: 0;
	transform: translateX(-48px);
}
.zb_products_slider .slides .slick-arrow.slick-next{
	right: 0;
	transform: translateX(48px);
}

.zb_products_slider .pointers ul li{
	display: inline-block;
	list-style-type: none;
	color: #888888;
	padding-bottom: 5px;
	margin: 0 30px 0 0;
	cursor: pointer;
}
.zb_products_slider .pointers ul li.active{
	border-bottom: 2px solid var(--main-color);
    color: var(--main-color);
}

body.single-product .page_title_bgr .full_container_page_title {
    border-bottom: none;
    background-color: var(--main-color);
    position: relative;
    min-height: 25.5vw;
}
body.single-product .page_title_bgr .full_container_page_title .page_heading {
    margin: 0;
    position: absolute;
    bottom: 2.5vw;
    left: 7%;
}
body.single-product .page_heading h1 {
    font-size: 5vw;
    line-height: 1;
    color: #ffffff;
    font-weight: 500;
    text-shadow: 5px 5px 5px rgba(0,0,0,0.6);
}

@media screen and (min-width: 769px) and (max-width: 860px) {
	.zb_products_slider {
		padding: 0 35px;
	}
	.zb_products_slider .slides .slick-arrow.slick-next {
		transform: translateX(-22px);
	}
}
@media screen and (max-width: 768px) {
	.zb_products_slider .slides .vc_col-sm-6.text > a {
		display: none !important;
	}
	.zb_products_slider .slides .vc_col-sm-12.text {
		display: inline-block;
		width: 100%;
		text-align: center;
    	margin-top: 20px;
	}
	.zb_products_slider .slides .vc_col-sm-12.text > a {
		display: inline-block !important;
	}
}
@media only screen and (max-width: 480px) {
	.zb_products_slider > .container {
		width: auto;
	}
}
@media screen and (max-width: 400px) {
	.zb_products_slider {
		padding: 0 20px;
	}
	.zb_products_slider .slides .vc_col-sm-12.text > a {
		padding-left: 40px !important;
    	padding-right: 40px !important;
	}
}<!--ºÄÊ±1753319225.3257Ãë-->