html {height: 100%;}
body {
  font-family:Arial;
  margin: 0;
  min-width: 300px;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  overflow-x:hidden;
}
img {border-style: none;max-width: 100%;}
a {text-decoration: none;outline: none;color: inherit;-webkit-transition: all 0.4s ease-in;transition: all 0.4s ease-in;}
header, footer, article, section, nav, figure, aside, main {display: block;}
p { margin: 0; word-wrap: break-word;}
h1, h2, h3, h4, h5 {margin: 0;}
input,textarea,button,a,a:focus,a:hover,a:active {outline:none; border-radius: 0;}

a:focus,a:hover,a:active {
  text-decoration: none !important; 
}
a:focus, a:hover {
  color: inherit;
}
button[disabled], html input[disabled] {
    cursor: default;
}










@font-face {
  font-family: 'Shiri-Light';
  src: 
  		url('../fonts/shirilightwebfont.eot') format('eot'),
		url('../fonts/shirilightwebfont.eot?#iefix') format('embedded-opentype'), 
  		url('../fonts/shirilightwebfont.woff') format('woff'),
  		url('../fonts/shirilightwebfont.ttf')  format('truetype'),
  		url('../fonts/shirilightwebfont.svg#shirilightwebfont') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Shiri-Regular';
  src:
  		url('../fonts/shiriregularwebfont.eot') format('eot'),
		url('../fonts/shiriregularwebfont.eot?#iefix') format('embedded-opentype'), 
  		url('../fonts/shiriregularwebfont.woff') format('woff'),
  		url('../fonts/shiriregularwebfont.ttf')  format('truetype'),
  		url('../fonts/shiriregularwebfont.svg#shiriregularwebfont') format('svg');
  font-weight: 400;
  font-style: normal;
}


@font-face {
  font-family: 'MyriadHebrew-Regular';
  src: 	
  		url('../fonts/MyriadHebrew-Regular.eot?#iefix') format('embedded-opentype'),  
  		/*url('../fonts/MyriadHebrew-Regular.otf')  format('opentype'),*/
	    url('../fonts/MyriadHebrew-Regular.woff') format('woff'),
	    url('../fonts/MyriadHebrew-Regular.ttf')  format('truetype'), 
	    url('../fonts/MyriadHebrew-Regular.svg#MyriadHebrew-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
}







/*page structure*/
/*.item_one{
	background:url("../img/slideBg1.jpg")no-repeat 0 100%;
}
.item_two{
	background:url("../img/slideBg2.jpg")no-repeat 0 77%;
}
.item_tree{
	background:url("../img/slideBg3.jpg")no-repeat 0 24%;
}
.items_slide{
    height: calc(100vh - 48px);
    background-size: cover;
}
.right_menu{
    position: absolute;
    right:0;
    top: 0;
    z-index: 10;
}
.cont_menu{
    margin-right: 86px;
	text-align: center;
	max-width: 275px;
}
.menu_but{
	color: #fefefe;
	font: 400 18px 'Shiri-Regular';
	background: url("../img/bg_button.jpg");
	border:none;
	outline: none;
	width: 275px;
	height: 53px;
	display: block;
	margin-bottom: 20px;
    padding-top: 21px;
    letter-spacing: 0.5px;
}
.menu_but:hover,
.menu_but:focus{
	color: #fefefe;
	box-shadow: 0 0 21px #eed9b5;
}
.menu_but.active{
	box-shadow: 0 0 21px #eed9b5;
}
.logo_img{
	margin-bottom: 32px;
}
.triangle_white{
	border: 16px solid transparent;
    border-left: 27px solid #fff;
    display: inline-block;
    margin-top: 14px;
    margin-left: 6px;
}
.video_linck{
	display: block;
    color: #fefefe;
    font: 400 23px 'Shiri-Regular';
    padding-top: 6px;
    letter-spacing: 0.7px;
    padding-right: 6px;
}
.wraper_page{
	min-height: 767px;
	height: 100vh;
	background: url("../img/bg_all.jpg");
	padding: 23px 30px 0 30px;
}
.all_cont_frame{
    position: relative;
    z-index: 11;
	max-width: 1434px;
	max-height: 780px;
	width: 80%;
	height: 84%;
    float: left;
    margin: 31px 15px;
	border: 1px solid white;
}
.text_slide{
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
	color: #fefefe;
	font: 300 70px/70px 'Shiri-Light';
    margin-top: 6.3%;
    margin-right: 14.7%;
    letter-spacing: 1.7px;
}
.bottom_lincks{
	margin: 0;
	width: 100%;
	text-align: left;
	color: #fefefe;
	font: 400 16px 'Shiri-Regular';
    padding: 6px 0 0 13px;
    letter-spacing: 0.4px;
}
.bottpm_imgs{
    height: 0;
    margin-top: -75px;
    position: relative;
    z-index: 1;
    text-align: left;
    float: left;
    margin-left: 15px;
}
.surgo_5636{
    margin-top: 17px;
    margin-left: 37px;
}
.evolvemedia{
	float: right;
	max-height: 13px;
}
@media (max-height:940px){
	.menu_but{
		padding-top: 16px;
		margin-bottom: 16px;
		height: 45px;
	}
}
@media (max-height:850px){
	.all_cont_frame {
	    height: 81%;
	}
	.logo_img {
	    margin-bottom: 15px;
	    max-height: 263px;
	}
	.cont_menu {
	    margin-right: 50px;
	}
	.triangle_white {
	    margin-top: 0px;
	}
}
@media (max-width:1850px){
	.all_cont_frame {
	    width: 75%;
	}
}
@media (max-width:1500px){
	.logo_img {
	    margin-bottom: 15px;
	    max-height: 263px;
	}
	.cont_menu {
	    margin-right: 50px;
	}
	.triangle_white {
	    margin-top: 0px;
	}
}
@media (max-width:1310px){
	.wraper_page{
		padding: 15px;
	}
	.all_cont_frame {
	    width: 70%;
	}
	.logo_img {
	    margin-bottom: 5px;
	    max-height: 250px;
	}
	.cont_menu {
	    margin-right: 40px;
	}
}
@media (max-width:1085px){
	.logo_img {
	    margin-bottom: 5px;
	}
	.menu_but{
		width: 225px;
	}
	.cont_menu {
	    max-width: 225px;
	}
	.logo_img {
	    max-height: 220px;
	}
	.slide_text_central{
		padding-right: 10px;
	}
}
@media (max-width:940px){
	.all_cont_frame {
	    width: 62%;
	}
	.text_slide{
	    font: 300 52px/52px 'Shiri-Light';
	    margin-top: 6.3%;
	    margin-right: 6.7%;
	    letter-spacing: 1.7px;
	}
}*/
/*end page structure*/

@media (max-height: 800px) and (max-width: 1500px){
	.menu_but {
	    padding-top: 16px;
        margin-bottom: 12px;
	    height: 43px;
	}
	.wraper_page.homepage {
	    padding: 10px 15px 0px;
	}
}
@media (max-width: 767px){
	.wraper_page.homepage {
	    padding: 0;
	}
	.homepage .all_cont_frame{
		margin-top: 0;
	}
	.carousHome {
		margin-top: 56px;
	}
}

.video_linck_frame {
	display: inline-block;
}
/*two slide*/
.slide_text_left{
    font: 300 70px/64px 'Shiri-Light';
    margin-top: 5.3%;
    margin-right: auto;
    margin-left: 10px;
    float: left;
}
/*end two slide*/

/*three slide*/
.slide_text_central{
    font: 300 70px/64px 'Shiri-Light';
    margin: auto;
    margin-top: 8.9%;
    text-align: center;
    padding-right: 71px;
}
/*end three slide*/


/*slider fade efect*/
/*.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  transition: opacity 1.5s;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}*/
/*end slider fade efect*/

/*mobile design*/
@media (max-width:767px){
	.homepage .all_cont_frame {
	    height: 100%;
	}
	.wraper_page{
		min-height: 0;
		padding: 0;
	}
	.mobile_head {
		text-align: left;
		background-color: #010202;
		padding-bottom: 11px;
	    position: fixed;
	    top: 0;
	    left: 0;
	    right: 0;
        z-index: 21;
	}
	.phone_img{
	    margin-left: 7px;
	    margin-top: 8px;
	    padding-right: 17px;
	}
	.delimiter{
		vertical-align: middle;
		display: inline-block;
		width: 4px;
		height: 23px;
		background-color: white;
		margin-top: 8px;
	}
	.triangl_mob{
	    border: 21px solid transparent;
	    border-left: 39px solid #fff;
	    display: inline-block;
	    margin-top: 7px;
	    margin-left: 47px;
	    vertical-align: middle;
	}
	.menu_button{
	    margin: 39px 16px 0 0;
		float: right;
	}
	.line_but{
		display: block;
		height: 2px;
		width: 57px;
		margin-bottom: 8px;
		background: #fff;
	}
	.all_cont_frame{
		width: 100%;
		border: none;
	}
	.bottpm_imgs{
		display: none;
	}
	.bottom_lincks{
		background-color: #010202;
	    margin: 0;
		font-size:25px;
	    padding: 8px 0 8px 10px;
	    letter-spacing: 0.15px;
	}
	.evolvemedia{
		max-height: none;
	    margin-right: 13px;
	}
	.first_sl_text{
	    text-align: center;
	    position: absolute;
	    bottom: 80px;
	    left: 4px;
	    right: 0;
	}
	.text_slide{
	    font: 300 74px/74px 'Shiri-Regular';
	    letter-spacing: 2px;
	}
	.items_slide {
	    height: calc(100vh - 141px);
	}
	.slide_text_left{
	    margin-top: 3.3%;
	    margin-right: auto;
	    margin-left: 23px;
	    float: left;
	}
	.toogleMenu{
	    position: relative;
    	z-index: 21;
	}
	.mobileToogle{
	    transition: all .5s ease;
		width: 0;
		overflow: hidden;
	    height: calc(100vh - 56px);
	    margin-top: 56px;
	    background: rgba(0,0,0,1);
	}
    .mobileToogle.open{
    	width: 100%;
	    position: fixed;
    	left: 0;
	    right: 0;
	    bottom: 0;
        padding-top: 58px;
    }
    .cont_menu {
	    margin: auto;
	    padding-top: 40px;
        max-width: none;
	}
	.cont_menu:before,
	.cont_menu:after{
		content:"";
		width: 51px;
		height: 4px;
		display: inline-block;
		background-color: white;
	}
	.cont_menu:before{
	    margin-bottom: 55px;
	}
	.cont_menu:after{
		margin-top: 54px;
	}
	.menu_but {
	    width: auto;
	    height: auto;
	    background: none;
	}
	.cont_menu .video_linck_frame{
		display: none;
	}
	.menu_but.active{
		box-shadow: none;
		text-shadow:
		1px 0 6.5px #eed9b5,
		1px 0 6.5px #eed9b5,
		-1px 0 6.5px #eed9b5,
		0 -1px 6.5px #eed9b5;
	}
	.menu_button .line_but{
		transition: 0.3s;
	}
	.menu_button:hover .line_but,
	.open .line_but{
		box-shadow: 0 0 5.5px 1.5px #eed9b5;
	}
}
@media (max-width:767px){
	.logo_sm{
		max-height: 45px;
	}
	.phone_img{
		max-height: 22px;
	}
	.delimiter{
		width: 2px;
		height: 11px;
	}
	.menu_button {
	    margin: 15px 3px 0 0;
	    padding: 5px;
	}
	.line_but{
		height: 1px;
		width: 28px;
		margin-bottom: 4px;
	}
	.triangl_mob{
		border: 11px solid transparent;
	    border-left: 20px solid #fff;
	    margin-top: 3px;
	    margin-left: 24px;
	}
	.bottom_lincks{
		font-size: 13px;
	}
	.evolvemedia{
		max-height: 9px;
	}
	.text_slide{
	    bottom: 39px;
	    font-size: 35px;
	    line-height: 37px;
	    margin: 0;
	    text-shadow: 
	    	0 1px 10px rgba(255, 255, 255, 0.3),
	    	1px 0 10px rgba(255, 255, 255, 0.3),
	    	-1px 0 10px rgba(255, 255, 255, 0.3),
	    	0 -1px 10px rgba(255, 255, 255, 0.3);
	}
	.slide_text_left {
	    margin-top: 22px;
   		margin-left: 25px;
	}
	.items_slide {
	    height: calc(100vh - 84px);
	}
	.slide_text_central{
		padding: 0;
	    max-width: 217px;
	    margin: 51px auto 0;
	}
	.item_tree .all_cont_frame{
		margin-left: 0;
	}
    .cont_menu {
	    padding-top: 20px;
	}
	.cont_menu:before,
	.cont_menu:after{
		width: 26px;
		height: 2px;
	}
	.cont_menu:before{
        margin-bottom: 13px;
	}
	.cont_menu:after{
		margin-top: 27px;
	}
	.menu_but {
	    font: 400 35px/35px 'Shiri-Light';
	}
}

@media (max-width:500px){
    .mobileToogle.open{
        padding-top: 0px;
    }
}

@media (max-height:520px) and (max-width:767px){
	.cont_menu {
	    padding-top: 0px;
	}
	.cont_menu:before {
	    margin-bottom: 8px;
	}
	.menu_but {
	    font: 400 35px/32px 'Shiri-Light';
	    padding: 9px;
	    margin: 0;
	}
	.mobileToogle.open {
		padding-top: 0;
	}
}
@media (max-height:420px) and (max-width:767px){
	.menu_but {
	    font: 400 35px/32px 'Shiri-Light';
	    padding: 1px;
	    margin: 0;
	}
}
/*end mobile design*/


/*all page struct*/
.general_img_cont{
	float: left;
	width: 55%;
	height: 100%;
}
.image_general{
	height: 100%;
    object-fit: cover;
}
.general_content{
	/*max-height: 640px;*/
	height: 81%;
    float: left;
    width: 45%;
    padding: 0 12px 0 0;
    margin-top: 104px;
    position: relative;
    z-index: 11;
}
.scrolling_frame {
	height: 80%;
}
.title_all{
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
	color: #fefefe;
	font-size: 57px;
	line-height: 54px;
	text-align: center;
    letter-spacing: 1.5px;
    margin-bottom: 71px;
    font-family: Arial;
}
.text_all{
    color: #fefefe;
    font: 300 20px/24px 'Shiri-Light';
    text-align: justify;
    max-width: 501px;
    margin-bottom: 23px;
}
.en_text{
	font-family:arial;
	font-size: 20px;
	font-weight: 400;
}
.activCastomScroll .mCustomScrollBox.mCSB_inside .mCSB_scrollTools{
	left:auto;
	right: 0;
}
.activCastomScroll .mCustomScrollBox.mCSB_inside .mCSB_container{
	margin-left: 0;
	margin-right: 30px;
}
.frame_general .bottpm_imgs{
	width: 72%;
    margin-top: -101px;
    position: relative;
    z-index: 1;
    text-align: left;
    float: left;
    margin-left: 45px;
}

.frame_general .bottpm_stage{
	width: 50%;
    margin-top: -101px;
    position: relative;
    z-index: 1;
    text-align: right;
    float: right;
    margin-left: 45px;
}
.frame_general .bottom_lincks {
    margin: 0;
    width: 100%;
    text-align: left;
    color: #fefefe;
    font: 400 16px 'Shiri-Regular';
    padding: 26px 74px 0 0px;
}
.developer_page .scrolling_frame {
	height: 70%;
}

@media (max-width:1700px){
	.general_content {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media (max-width:1500px){
	.text_all{
		padding-left: 10px;
	}
	.title_all{
	    font-size: 46px;
	}
	.general_content{
		margin-top: 70px;
	}
	.contanct_page .activCastomScroll .mCustomScrollBox.mCSB_inside .mCSB_container {
	    margin-right: 23px;
	}
	.frame_general.contanct_page .activCastomScroll .mCustomScrollBox.mCSB_inside .mCSB_scrollTools {
	    right: 0px;
	}
}

@media (max-width:1199px){
	.scrolling_frame {
	    height: 84%;
	}
	.general_img_cont{
		text-align: center;
	}
	.image_general {
	    height: 80%;
	    margin-top: 40px;
	}
	.title_all {
	    font-size: 49px;
	}
	.title_all {
	    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
	    color: #fefefe;
	    font-size: 57px;
	    line-height: 54px;
	    padding-right: 0;
	    letter-spacing: 1.5px;
	    margin-bottom: 20px;
	}
	.activCastomScroll .mCustomScrollBox.mCSB_inside .mCSB_container {
	    margin-left: 0;
	    margin-right: 18px;
	}
	.general_content {
	    max-height: 95%;
	    padding: 0 0 0 0;
        margin-top: 17px;
	}
	.title_all {
	    font-size: 39px;
	    line-height: 50px;
	}
	.text_all {
	    color: #fefefe;
	    font: 300 16px/17px 'Shiri-Light';
	    text-align: justify;
	    max-width: 498px;
	    margin-bottom: 20px;
	}
	.en_text {
	    font-size: 15px;
	}
}
@media (max-width:991px){
	.scrolling_frame {
	    height: 70%;
	}
	.all_cont_frame{
		height: 82%;
	}
	.image_general {
		width: 100%;
	    height: 100%;
	    margin-top: 0;
	}
	.general_img_cont{
		width: 100%;
		height: 50%;
	}
	.general_content {
		text-align: center;
		width: 100%;
		height: 47%;
	}
	.menu_but:hover,
	.menu_but:focus{
		box-shadow: none;
	}
	.menu_but:hover,
	.menu_but:focus{
    box-shadow: none;
    text-shadow: 1px 0 6.5px #eed9b5,
	 1px 0 6.5px #eed9b5,
	 -1px 0 6.5px #eed9b5,
	 0 -1px 6.5px #eed9b5;
	}
}

@media screen and (max-width:1260px){
	.frame_general .stage01{
		float:right;
		max-width: 25%;
	}
	.frame_general .stage02{
		float:right;
		max-width: 25%;
	}	
}
@media (max-width:767px){
	.right_menu{
		z-index: 20;
	}
	.text_all{
		padding-left: 0;
		max-width: none;
	}
	.frame_general .surgo_5636,
	.frame_general .surgo_logo{
		display: none;
	}
	.frame_general .stage01{
		float:right;
		max-width: 40%;
	}
	.frame_general .stage02{
		float:right;
		max-width: 40%;
	}
	.frame_general .bottpm_imgs {
	    display: block;
	    width: 100%;
	    margin: -37px auto 0;
	}
	.all_cont_frame {
		margin: 0;
	}
	.title_all {
	    font-size: 27px;
	    line-height: 24px;
	    padding-left: 9px;
	    margin-bottom: 16px;
	}
	.text_all {
	    font: 300 15px/16px 'Shiri-Light';
	    max-width: auto;
	    margin-bottom: 20px;
	    margin: 13px 13px 13px 29px;
	}
	.en_text {
	    font-size: 12px;
	}
	.frame_general .bottom_lincks {
    	padding: 11px 0px 11px 7px;
    	font-size: 12px;
	}
	.text_all {
	    margin: 0px 12px 13px 31px;
	    letter-spacing: -0.6px;
	    font: 300 17px/16px 'Shiri-Light';
	}
}
@media (max-width:500px){
	.general_img_cont{
		height: 56%;
	}
	.general_content {
	    height: 40%;
	}
}
@media (max-height:530px) and  (max-width:767px){
	.wraper_page.contanct_page {
    	min-height: 590px;
	}
	.contanct_page .title_all {
	    margin-bottom: 5px;
	}
	.wraper_page.galery_page{
		min-height: 590px;
	}
	.frame_general .bottpm_imgs {
	    margin: -1px auto 0;
	    padding-bottom: 5px;
	}
}
@media (max-height:500px) and  (max-width:767px){
	.frame_general .bottpm_imgs {
	    display: block;
	    width: 100%;
	    margin: -9px auto 0;
	}
}
/*end all page struct*/

/*location page*/
.image_map .general_img_cont{
	width: 53.5%;
	overflow:  hidden;
}
.image_map .image_general{
	width: 100%;
	object-position:100% 50%;
}
.image_map .general_content{
    width: 46.5%;
}
@media (max-width:1800px){
	.image_map .general_content {
	    padding-left: 10px;
	    padding-right: 10px;
	}
}
@media (max-width: 1400px){
	.image_map .image_general{
		height: 115%;
		margin-top: 0;
	}
}
@media (max-width:991px){
	.image_map .general_img_cont{
		width: 100%;
	}
	.image_map .general_content{
		width: 100%;
	}
	.text_all{
		max-width: none;
	}
}
/*end location page*/




/*design page*/
@media (min-width:1199px){
	.design_page .text_all {
	    font: 300 20px/29px 'Shiri-Light';
	    margin-bottom: 26px;
	}
}

.scrolling_frame {
    height: 70%;
}
.design_page .title_all{
	padding: 0;
}
@media (max-width:1600px){
	.design_page .scrolling_frame {
	    height: 67%;
	}
}
/*end design page*/

@media (max-width:1199px) and (min-width: 991px){
	.wraper_page .scrolling_frame {
	    height: 100%;
	}
	.wraper_page .general_content {
	    height: 93%;
	}
	.wraper_page .scrolling_frame {
	    height: 84%;
	}
	.wraper_page .mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
		margin-right: 10px;
	}
}


/*contanct page*/
.contanct_page .general_content{
	text-align: center;
}
.frame_inputs_contact{
	max-width: 374px;
	width: 80%;
	margin: auto;
}
.inputs_contact{
	opacity: 0.9;
	border: 2px solid white;
	color: white;
	font: 300 24px/24px "Shiri-Light";
	background: transparent;
	width: 100%;
    padding: 16px 19px 12px;
    margin-bottom: 22px;
}
.contanct_page .title_all{
	margin-bottom: 23px;
}
.subtitle_contact{
	color: #fefefe;
	font:300 24px/29px "Shiri-Light";
	letter-spacing: 0.6px;
	margin-bottom: 15px;
}



.textarea_contact{
	min-height: 109px;
	margin-bottom: 13px;
}
.but_contact{
	background: url("../img/send.png") no-repeat ;
    background-size: 100% 100%;
	text-align: center;
	max-width: 374px;
	height: 56px;
	opacity: 0.9;
	color: white;
	font: 700 33px/27px "Shiri-Regular";
    margin-bottom: 0px;
	border:none;
	transition: 0.3s;
}
.but_contact:hover{
	background: url("../img/but_hover.png") no-repeat ;
	box-shadow: 0 0 21px #eed9b5;
    background-size: 100% 100%;
}
.linck_info{
	color: #fefefe;
	font: 400 27px/34px "MyriadHebrew-Regular";
	background-size: 100% 100%;
}
.linck_info:hover,
.linck_info:focus{
	color: #fefefe;
}
.sub_two{
	margin-bottom: 3px;
}
@media (max-height:945px){
	.contanct_page .general_content {
		margin-top: 10px;
	}
	.contanct_page .title_all {
	    margin-bottom: 15px;
	    font-size: 38px;
	}
	.inputs_contact{
		margin-bottom: 13px;
	}
}
@media (max-height:825px){
	.inputs_contact{
		margin-bottom: 8px;
	}
}

@media (max-width:1199px){
	.contanct_page .title_all{
	    font-size: 31px;
    	line-height: 1em;
	}
	.inputs_contact {
	    margin-bottom: 12px;
	}
	.but_contact {
		height: auto;
	    font: 700 25px/36px "Shiri-Regular";
	    padding-bottom: 5px;
	    padding-top: 5px;
	}
}

@media (max-width:991px){
	.contanct_page .title_all {
	    font-size: 26px;
	    margin-bottom: 5px;
	}
	.subtitle_contact{
	    font: 300 18px/1em "Shiri-Light";
	    margin-bottom: 5px;
	}
	.inputs_contact {
	    margin-bottom: 5px;
	    font: 300 16px/1em "Shiri-Light";
        padding: 3px 6px;
	}
	.textarea_contact{
		min-height: 74px;
		margin-bottom: 0;
	}
	.but_contact {
	    height: auto;
	}
	.linck_info {
	    font: 400 20px/1em "Myriad Hebrew";
	}
	.frame_inputs_contact {
	    max-width: 310px;
	    width: 95%;
	}
	.contanct_page .general_content {
	    margin-top: 5px;
	}
	.contanct_page .title_all {
	    font-size: 27px;
	    margin-bottom: 14px;
	}
	.inputs_contact {
	    opacity: 0.9;
	    border: 1px solid white;
	    width: 86%;
        padding: 10px;
        margin-bottom: 10px;
	}
	.textarea_contact{
		padding-top: 6px;
		margin-bottom: 0;
	}
	.but_contact{
		border: none;
	}
}



@media (max-width:767px){
	.form_send_frame.thancks {
	    height: 67%;
	}
	.contanct_page .title_all {
	    font-size: 27px;
	    margin-bottom: 12px;
	    margin-top: 5px;
        padding-left: 0;
	}

	.subtitle_contact {
	    font: 300 13px/1em "Shiri-Light";
        margin-bottom: 11px;
	    letter-spacing: -0.2px;
	    padding-left: 0px;
	}
	.frame_inputs_contact {
	    max-width: 310px;
        width: 62%;
	}
	.inputs_contact {
	    margin-bottom: 6px;
	    font: 300 14px/1em "Shiri-Light";
	    padding: 5px;
	}
	.but_contact{
		border: none;
	}
	.subtitle_contact {
	    font: 300 13px/1em "Shiri-Light";
	    margin-bottom: 8px;
	}
	.linck_info {
	    font: 400 15px/1em "Myriad Hebrew";
	}
	.contanct_page .bottpm_imgs {
	    display: block;
	    width: 100%;
	    height: auto;
	}

}

/*.inputs_contact:invalid{
	border: 2px solid red;
}*/
/*end contanct page*/


/*galery page*/
.galery_content{
	width: 100%;
	height: 100%;
}
.galery_page .activCastomScroll .mCustomScrollBox.mCSB_inside .mCSB_container{
    margin-right: 37px;
}
.tab_contain{
	border:none;
    text-align: center;
    padding-right: 14px;
}
.nav-tabs li{
    width: 15%;
    max-width: 201px;
    text-align: center;
    float: none;
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
}
.nav-tabs li a.tab_style{
    padding: 19px 0 14px 0;
	border-radius: 0;
	width: 100%;
	opacity: 0.9;
	text-align: center;
	border: 2px solid white;
	border-top: 1px solid;
	color: white;
	font: 700 24px/24px "Shiri-Regular";
}
.nav-tabs li a.tab_style:hover,
.nav-tabs li a.tab_style:focus,
.nav-tabs li.active a.tab_style{
	background: transparent;
	color: white;
	box-shadow: 0 0 12.6px 5.4px #eed9b5;
}
.nav-tabs li.disable_tab a.tab_style{
	pointer-events: none;
	color: #646262;
	border-color:#646262;
	cursor: default;
}
.tab_content{
	margin: 0;
}
.galery_item{
	position: relative;
    width: 22.5%;
    display: inline-block;
    margin: 0 0.6% 28px;
    padding-bottom: 18px;
    height: 302px;
    vertical-align: top;
}
.images_gaery{
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.all_photos{
	cursor: pointer;
	text-align: center;
	font-size: 0;
    margin-top: 40px;
	max-height: 82%;
}
.activCastomScroll .mCustomScrollBox.mCSB_inside .mCSB_container {
    margin-right: 71px;
}
.galery_item:before{
	content:"";
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: url("../img/magnifying-glass.png")no-repeat 50% 50% rgba(0,0,0,.75);
	opacity: 0;
	transition: 0.3s;
}
.galery_item:hover:before{
	opacity: 1;
}
.section_galery{
	height: 100%;
}
@media (max-width:1400px){
	.galery_item {
	    width: 32%;
	}
	.nav-tabs li {
	    width: 14%;
	    margin: 0 5px;
	}
	.nav-tabs li a.tab_style {
	    padding: 15px 0 15px 0;
	    font: 700 16px/16px "Shiri-Regular";
	    border: 1px solid white;
	}	
	.galery_item {
	    margin: 0 0.6% 0px;
	}
}
@media (max-width:1199px){
	.section_galery .activCastomScroll .mCustomScrollBox.mCSB_inside .mCSB_container {
	    margin-right: 38px;
	}
}
@media (max-width:991px){
		.nav-tabs li a.tab_style {
	}
	.all_photos {
	    margin-top: 10px;
	    max-height: 74%;
	}

	.galery_item {
	    width: 48%;
	}
	.nav-tabs li {
	    width: 28%;
	}
}
@media (max-width:991px) and (min-width: 767px){
	.section_galery .all_photos{
	    max-height: 81%;
	}
}


@media (max-width:767px){
	.frame_mobile_galry{
		top:0;
		right:12px;
		position: absolute;
		max-width: 224px;
		background-color: black;
		border: 2px solid white;
		margin-top: 6px;
		z-index: 11;
	}
	.mob_tabs{
		height: 0;
		overflow: hidden;
		transition: 0.4s;
		opacity: 0;
	}
	.mobTabs.open{
		height: 203px;
		opacity: 1;
	}
	.nav-tabs li a.tab_style {
	    border: none;
	    text-align: right;
	    padding: 0px;
	    font: 300 31px/31px "Shiri-Light";
	}
	.nav-tabs .tabs_galery{
		width: 100%;
	    padding-bottom: 5px;
	}
	.openGaleryTab{
		transition: 0.4s;
	}
	.open_galery_tab{
	    background: transparent;
	    color: #fff;
	    border: none;
	    color: #fefefe;
	    font: 300 31px/1em "Shiri-Light";
	    margin-top: 14px;
	    margin-right: 9px;
	    letter-spacing: 1px;
        min-width: 208px;
    	text-align: right;
	}
	.triange_galery {
	    border: 16px solid transparent;
	    border-top: 18px solid #fff;
	    display: inline-block;
	    margin-top: 6px;
	    margin-left: 0;
	    vertical-align: top;
	    margin-right: -3px;
	    float: left;
	    margin-left: 5px;
	}
	.open_galery_tab.open .triange_galery{
		width: 39px;
	    height: 23px;
		border:none;
		background: url("../img/triangle_galery_active.png")no-repeat;
		margin:1px 0 0px;
	}
	.section_galery{
	    margin-top: 73px;
	}
	.frame_mobile_galry .en_text{
		font-size: 26px;
	}


	.nav-tabs .tabs_galery.active{
		display: none;
	}
	.nav-tabs .tabs_galery:hover .tab_style,
	.nav-tabs .tabs_galery:focus .tab_style,
	.nav-tabs .tabs_galery.active .tab_style{
		box-shadow: none;
	}
	.tab_style,
	.en_text{
		transition: 0.3s;
	}
	.nav-tabs .tabs_galery .tab_style:hover,
	.nav-tabs .tabs_galery .tab_style:hover .en_text{
		font-weight: 700;
	}
	.opas{
		opacity: 0.3;
	}
	.galery_item {
	    width: 100%;
	}
	.frame_general .activCastomScroll .mCustomScrollBox.mCSB_inside .mCSB_container {
	    margin-right: 0;
	}
	.all_photos {
       	 max-height: 96%;
	}
}

@media (max-width:500px){
	.frame_mobile_galry {
	    top: 0px;
	    right: 13px;
	    max-width: 112px;
	    border: 1px solid white;
	    margin-top: 0;
	}
	.open_galery_tab {
	    font: 300 15px/1em "Shiri-Light";
	    margin-top: 7px;
	    margin-right: 0px;
        min-width: 100%;
        padding-left: 3px;
	}
	.triange_galery {
	    border: 7px solid transparent;
	    border-top: 7px solid #fff;
	    margin-top: 3px;
	    margin-left: 1px;
	}	
	.open_galery_tab.open .triange_galery{
		background-size: contain;
		width: 20px;
		height: 11px;
	}
	.nav-tabs li a.tab_style {
	    font: 300 16px/19px "Shiri-Light";
	}
	.frame_mobile_galry .en_text {
	    font-size: 12px;
	}
	.mobTabs.open {
	    height: 120px;
	}
	.section_galery {
	    margin-top: 35px;
	}
	.galery_item {
	    padding-bottom: 11px;
        height: 206px;
	}	
}

/*end galery page*/



/*floor plan page*/
.floor_map{
	height: 100%;
}
.title_floor_map{
    color: #fefefe;
    display: inline-block;
	max-width: 265px;

	position: absolute;
	right: 0;
	bottom: 0;

    text-align: center;
    vertical-align: bottom;
    margin-bottom: 28px;
    /*margin-bottom: -36px;*/
    padding-right: 52px;
}
.title_plan{
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    color: #fefefe;
    font: 400 40px/50px "Shiri-Regular";
    padding-bottom: 82px;
    letter-spacing: 0.7px;
}
.floor_map{
	font-size: 0;
}
.centralized:after{
	content: "";
	position: relative;
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}

.ractangle_color{
	display: inline-block;
	width: 19px;
	height: 19px;
	background-color: #809577;
}
.rcolor2{
	background-color: #a0b099;
}
.rcolor3{
	background-color: #bfcabb;
}
.rcolor4{
	background-color: #dfe4dd;
}


.image_star{
    margin-bottom: 32px;
    margin-left: 12px;
}

.subtitle_compiund{
	font: 400 30px/24px "Shiri-Regular";
    padding-bottom: 6px;
    letter-spacing: 0.8px;
    padding-right: 4px;
}
.map_compound{
	text-align: right;
	font: 300 24px/27px "Shiri-Light";
	letter-spacing: 0.5px;
}


.map_container{
    background: url("../img/img_map_floor2.png")no-repeat;
    height: 100%;
    background-size: contain;
    width: 80%;
    float: left;
    position: relative;
}

.img_build{
    width: 26%;
}

.build_a1.compleat_build:hover{
	background: url(../img/active_a1.png)no-repeat;
	background-size: contain;
}
.build_a2.compleat_build:hover{
	background: url(../img/active_a2.png)no-repeat;
	background-size: contain;
}
.build_a3.compleat_build:hover{
	background: url(../img/active_a3.png)no-repeat;
	background-size: contain;
}
.build_b1.compleat_build:hover{
	background: url(../img/active_b1.png)no-repeat;
	background-size: contain;
}
.build_b2.compleat_build:hover{
	background: url(../img/active_b2.png)no-repeat;
	background-size: contain;
}
.build_b3.compleat_build:hover{
	background: url(../img/active_b3.png)no-repeat;
	background-size: contain;
}
.build_b4.compleat_build:hover{
	background: url(../img/active_b4.png)no-repeat;
	background-size: contain;
}
.build_b5.compleat_build:hover{
	background: url(../img/active_b5.png)no-repeat;
	background-size: contain;
}
.build_c1.compleat_build:hover{
	background: url(../img/active_c1.png)no-repeat;
	background-size: contain;
}
.build_c2.compleat_build:hover{
	background: url(../img/active_c2.png)no-repeat;
	background-size: contain;
}
.build_c3.compleat_build:hover{
	background: url(../img/active_c3.png)no-repeat;
	background-size: contain;
}
.build_c4.compleat_build:hover{
	background: url(../img/active_c4.png)no-repeat;
	background-size: contain;
}
.build_d1.compleat_build:hover{
	background: url(../img/active_d1.png)no-repeat;
	background-size: contain;
}
.build_d2.compleat_build:hover{
	background: url(../img/active_d2.png)no-repeat;
	background-size: contain;
}
.build_d3.compleat_build:hover{
	background: url(../img/active_d3.png)no-repeat;
	background-size: contain;
}
.build_d4.compleat_build:hover{
	background: url(../img/active_d4.png)no-repeat;
	background-size: contain;
}

.building{
	cursor: pointer;
    padding-top: 3.8%;
    width: 11%;
    height: 17%;
	text-align: center;
	background-size: contain;
	transition: 0.2s;
}

.build_class_d {
    padding-top: 3.7%;
    width: 11%;
    height: 16%;
}
.build_class_b{
	padding-top: 2%;
    width: 8%;
    height: 13%;
}

.build_a1{
	position: absolute;
    left: 30.33%;
    top: 76%;
    height: 14.4%;
    padding-top: 2%;
}
.build_a2{
    position: absolute;
    left: 30.12%;
    top: 56.89%;
}
.build_a3{
	position: absolute;
    left: 42%;
    top: 54%;
    height: 13%;
    padding-top: 2.6%;
}	
.build_b1{
    position: absolute;
    left: 83.63%; 
    top: 38.5%;
}
.build_b2 {
    position: absolute;
    left: 83.8%;
    top: 50.3%;
}
.build_b3{
	position: absolute;
    left: 84.04%;
    top: 61.5%;
}
.build_b4{
	position: absolute;
    left: 84.3%;
    top: 73.2%;
}
.build_b5{
	position: absolute;
    left: 84.48%;
    top: 84.3%;
}
.build_c1{
	position: absolute;
	left: 54%;
    top: 58.4%;
}
.build_c2{
	position: absolute;
    left: 66.1%;
    top: 66.6%;
    padding-top: 4.3%;
}
.build_c3{
	position: absolute;
    left: 68.67%;
    top: 47.6%;
    height: 11.2%;
    padding-top: 2%;
}
.build_c4{
	position: absolute;
	left: 59.5%;
    top: 41.4%;
    height: 11.2%;
    padding-top: 2%;
}
.build_d1{
	position: absolute;
    left: 25.4%;
    top: 6.7%;
}
.build_d2{
	position: absolute;
    left: 27.5%;
    top: 26.6%;
}
.build_d3 {
    position: absolute;
    left: 13.9%;
    top: 52.4%;
}
.build_d4{
	position: absolute;
    left: 9.71%;
    top: 78.7%;
    width: 11%;
    height: 15%;
    padding-top: 2.4%;
}




.build_d4 .img_build {
    margin-right: 23%;
}

.build_a1 .img_build {
    margin-right: 26%;
    width: 24%;
}
.build_a2 .img_build {
    margin-left: 10%;
}
.build_a3 .img_build {
    width: 27%;
    margin-right: 6%;
}
.build_c1 .img_build {
	margin-right: 12%;
}
.build_b2 .img_build {
	margin-right: 5%;
}

.build_c4 .img_build,
.build_c3 .img_build{
    margin-right: 39%;
    width: 22%;
    margin-top: 2%;
}
.build_class_b  .img_build{
   margin-right: 22%;
}
.floor_map {
	overflow: hidden;
}

.dised_build{
	overflow: hidden;
}
.dised_build:hover{
	overflow: visible;
}



.dised_build .soon_text,
.disable_tab .soon_text{
    text-align: center;
    display: inline-block;
    width: 104px;
    height: 44px;
    transition: 0.3s;
    opacity: 0;
    color: #fefefe;
    font: 400 18px/1em "Shiri-Regular";
    padding-top: 15px;
    position: relative;
    margin: 0 auto -25px;
    background-color: #474747;
    border: 1px solid white;
    box-shadow: 0 0 21px #eed9b5;
}
.soon_text:after,
.soon_text:before{
    content: "";
    display: inline-block;
    border: 10px solid transparent;
    border-bottom: 10px solid #474747;
    position: absolute;
    top: -20px;
    left: 40%;
    right: 40%;
}
.soon_text:before{
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
    top: -21px;
}

.dised_build:hover .soon_text{
	opacity: 1;
}


.dised_item{
	position: relative;
}
.dised_item:after{
    content: "בקרוב...";
    text-align: center;
    display: inline-block;
    background: url("../img/soon-mouse-over.png")no-repeat;
    width: 104px;
    height: 60px;
    transition: 0.3s;
    opacity: 0;
    margin: auto;
    color: #fefefe;
    font: 400 18px/1em "Shiri-Regular";
    padding-top: 26px;
    padding-right: 9%;
    background-size: contain;
	position: absolute;
    bottom: -48px;
	left: 0;
	right: 0;
}
.dised_item:hover:after{
	opacity: 1;
}



@media (max-width:1600px){
	.dised_build .soon_text {
	    width: 74px;
	    height: 32px;
	    font: 400 13px/1em "Shiri-Regular";
	    padding-top: 10px;
	}

	.dised_build:after{
	    width: 140px;
	    width: 171%;
	    height: 90px;
	    padding-top: 53%;
	    left: 0;
	    right: 0;
	    bottom: -118%;
	}
	.map_container {
	    width: 72%;
	}
	.title_floor_map {
	    margin-bottom: 18px;
	    padding-right: 20px;
	}
	.title_plan {
	    font: 400 50px/50px "Shiri-Regular";
	    padding-bottom: 30px;
	}
	.subtitle_compiund {
	    font: 400 24px/20px "Shiri-Regular";
	}
	.image_star {
	    margin-bottom: 26px;
	    margin-left: 0;
	}
	.map_compound {
		text-align: center;
	    font: 300 24px/25px "Shiri-Light";
	}
}
@media (max-width:991px){
	.dised_build .soon_text {
	    width: 50px;
	    height: 26px;
	    font: 400 13px/1em "Shiri-Regular";
	    padding-top: 7px;
	}
	.soon_text:after, .soon_text:before {
	    left: 30%;
	    right: 30%;
	}
	.dised_build:after {
	    bottom: -148%;
	}
	.dised_build:after {
	    font: 400 13px/1em "Shiri-Regular";
	    padding-top: 49%;
	}
	.map_container{
		margin: auto;
		float: none;
	}
	.title_floor_map{
		float: none;
		position: relative;
	    vertical-align: top;
	    display: block;
	    margin: auto;
	}
	.map_compound{
		text-align: center;
	}
}


@media (max-width:767px){
	.map_compound,
	.image_star{
		display: none;
	}
	.title_floor_map{
		width: 100%;
		text-align: center;
		max-width: none;
	}
	.title_mob_plan{
		font-size: 19px;
		margin-bottom: 15px;
	}
	.container_mobile_items{
		text-align: right;
	}
	.item_category{
		display: inline-block;
		text-align: center;
		margin-bottom: 15px;
		width: 33.3%;
	}
	.text_item_mob{
		font: 300 19px/1em "Shiri-Light";
	}
	.text_item_mob .en_text{
		font-size: 15px;
	}
	.title_plan{
		font-size: 25px;
		padding-bottom: 15px;
		
	}
	.floor_map .title_plan {
	    font-family: "Shiri-Light";
	    font-size: 34px;
	    padding-left: 18px;
		display:none;
	}
	.image_item_mob{
		margin-bottom: 5px;
	}

}
@media (max-width:500px){
	.image_item_mob{
		max-height: 43px;
	}
}
/*end floor plan page*/



/*building page*/
.title_building{
	text-align: center;
	text-shadow:
		1px 0 10px rgba(255, 255, 255, 0.3),
		0 1px 10px rgba(255, 255, 255, 0.3),
		-1px 0 10px rgba(255, 255, 255, 0.3),
		0 -1px 10px rgba(255, 255, 255, 0.3);
	color: #fefefe;
	font: 400 70px/1em "Shiri-Regular";
    padding-top: 34px;
    padding-right: 100px;
    letter-spacing: 1px;
    max-width: 89%;
    margin: auto;
}
.arrow_back{
	background: url("../img/hover_arrow_left.png")no-repeat 3px 3px;
    width: 39px;
    display: inline-block;
    height: 56px;
    background-size: contain;
    vertical-align: middle;
}
.back_to_plan:hover .arrow_back{
    width: 43px;
    display: inline-block;
    height: 62px;
    background: url("../img/arrow_left_active.png")no-repeat;
    background-size: contain;
    margin-right: -3px;
    margin-top: 3px;
    margin-left: -1px;
}
.text_back{
	vertical-align: middle;
	display: inline-block;
    padding-top: 8px;
    padding-left: 4px;
}
.title_building .en_text{
	font-size: 57px;
}
.back_to_plan{
	font-size: 24px;
	vertical-align: top;
	float: left;
}
.hover_build{
	display: none;
}
.build:hover .hover_build{
	display: inline-block;
	cursor: pointer;
}
.build:hover .build_disact{
	display: none;
}
.builds{
    width: 94%;
    margin: 0 6% 0 0;
    padding-top: 79px;
    font-size: 0;
}
.build{
	display: inline-flex;
	width: 33.3%;
    margin-bottom: 80px;
}
.vline{
	width: 3px;
	height: 41px;
	background-color: white;
	display: inline-block;
	vertical-align: middle;
	margin-right: 33px;
}
.title_floor{
	vertical-align: middle;
	color: #fefefe;
	font: 300 17px/24px "Shiri-Light";
    padding-right: 25px;
    padding-left: 20px
    letter-spacing: 0.6px;
}
@media (max-width:1600px){
	.build{
		width: 50%;
		margin-bottom: 15px;
	}
	.title_building{
		padding-right: 0;
	}
}
@media (max-width:1199px) and (min-width: 768px){
	.title_floor{
		display: block;
	}
	.vline{
		display: none;
	}
	.build{
		text-align: center;
		margin-bottom: 15px;
	}
	.title_floor {
		padding-top: 5px;
	    padding-right: 0;
	}
}
@media (max-width:991px){
	.title_plan {
	    padding-bottom: 5px;
	}
	.image_star {
	    margin-bottom: 5px;
	    max-height: 80px;
	}
	.title_building {
	    font-size: 55px;
	}
	.title_building .en_text {
	    font-size: 45px;
	}
	.back_to_plan {
	    font-size: 16px;
	}
}
@media (max-width:767px){
	.build{
		width: 100%;
	    margin-bottom: 27px;
	}
	.builds{
		padding-top: 66px;
		padding-right: 7px;
	    margin: auto;
    	text-align: center;
	}
	.title_building {
	    font-size: 0;
	    padding: 0;
	}
	.arrow_back {
	    width: 12px;
	    height: 24px;
	    background-position: 0;
	}
	.title_building:hover .arrow_back {
	    width: 14px;
	    height: 24px;
	    margin: 0px -2px  0 0 ;
	    background-position: 0;
	}
	.back_to_plan{
		margin-left: -18px;
	}
	.image_floor{
		max-height: 35px;
	}	
	.vline {
	    width: 2px;
	    height: 21px;
	    margin-right: 19px;
	}
	.title_floor {
	    font-size: 14px;
	    padding-right: 10px;
        vertical-align: middle;
	}
	.frame_builds{
		overflow-x: hidden;
	}
	.triangl_mob {
		cursor: pointer;
	}
}

/*end building page*/









/*Load*/
.loader-wrapper.endLoad{
	opacity: 0;
	transform: scale(0);
}
.endedLoad{
	display: none;
}
/*end Load*/



/* rtl slider bootstrap */
.carousel-indicators {
  width: auto;
  margin-left: 0;
  transform: translateX(-50%);
}
.carousel-indicators li {
  float: right;
  margin: 1px 4px;
}
.carousel-indicators .active {
  margin: 0 3px;
}

/* 3 */
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}


/*VIDEO*/

.noWisib{
	display: none;
}
.video_class.close{
	display: none;
}
.closeVid{
	position: absolute;
    top: -30px;
    right: -40px;
    background: url(../img/close_ico.png)no-repeat;
    width: 35px;
    height: 41px;
    z-index: 100;
    cursor: pointer;
}
.closeVid:hover {
    background: url(../img/x-mouse-over.png)no-repeat;
    width: 43px;
    height: 52px;
    position: absolute;
    right: -44px;
    top: -38px;
}
/*end VIDEO*/






/*scroll style*/
.frame_general .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail{
	background-color: transparent;
}
.frame_general .activCastomScroll .mCustomScrollBox.mCSB_inside .mCSB_scrollTools {
	background: url("../img/scroll-bg.jpg");
    left: auto;
    right: 19px;
    width: 26px;
    opacity: 1;
}
.section_galery .activCastomScroll .mCustomScrollBox.mCSB_inside .mCSB_scrollTools {
    right: 36px;	
}
.frame_general .mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown,
.frame_general .mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{
	background-position: 3px 7px;
	opacity: 1;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{
	background: url("../img/bot_arrow_scraoll.png")no-repeat;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{
	background: url("../img/top_arrow_scraoll.png")no-repeat;
}

@media (max-width:1400px){
	.section_galery .activCastomScroll .mCustomScrollBox.mCSB_inside .mCSB_scrollTools {
	    right: 6px;
	}
}

@media (max-width:767px){
	.frame_general .activCastomScroll .mCustomScrollBox.mCSB_inside .mCSB_scrollTools,
	.frame_general .mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown,
	.frame_general .mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
		background: transparent;
	}
	.activCastomScroll{
	overflow-y: auto;
	}
	.galery_item {
	    margin: 0 0 0px;
	}
	.activCastomScroll {
		margin-right: 10px;
	}
/*	.closeVid {
	    top: 11px;
	    right: 84px;
	}*/
	.closeVid {
	    top: 5px;
	    right: 5px;
	}
/*	.closeVid:hover {
	    top: 5px;
	    right: 83px;
	}*/
	.closeVid:hover {
	    top: -1px;
	    right: 4px;
	}

}
/*end scroll style*/




/*aa corection*/
.lable_nonvisib{
	opacity: 0;
	height: 0;
	width: 0;
	overflow: hidden;
	display: none;
}
.lable_contact{
	max-width: none;
	margin: auto;
	display: block;
}
/*end aa corection*/


/*eror & thancks style*/
.eror{
	border-color: red;
}
.thancks_block{
	text-align: center;
	color: white;
	opacity: 0;
	height: 0;
	overflow: hidden;
	transition: 0.4s;
}
.thancks_title{
	font: 400 36px/24px "Shiri-Regular";
}
.text_thancks{
    font: 300 24px/24px "Shiri-Light";
}
.thancks .thancks_block{
    padding-top: 43%;
    padding-bottom: 43%;
	opacity: 1;
	height: auto;
}
.thancks .lable_contact,
.thancks .nonshow{
/*	opacity: 0;
	height: 0;
	overflow: hidden;
	padding: 0;
	border:none;
	margin: 0;*/
	display: none;
}
.frame_inputs_contact{
	height: 100%;
}

.contanct_page .general_content{
    height: 100%;
	/*max-height: 95%;*/
    max-height: 88%;
    margin-top: 89px;
}
.form_send_frame.thancks{
	max-width:374px;
	/*height: 415px;*/
    height: 110%;
	opacity: 0.9;
	margin-bottom: 5px;
	border: 2px solid white;
}
@media (max-height:945px){
	.contanct_page .general_content{
	    height: 100%;
		max-height: 85%;
	}
}
@media (max-width:991px){
	.contanct_page .general_content {
	    margin-top: 13px;
	}
	.contanct_page .general_content {
	    height: 46%;
	}
	.form_send_frame.thancks {
        height: 56%;
	    padding-bottom: 10px;
	}
	.thancks .thancks_block {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
}
@media (max-width:767px){
	.thancks_title {
	    font: 400 18px/24px "Shiri-Regular";
	}
	.text_thancks {
	    font: 300 13px/14px "Shiri-Light";
	}
}






.cust_check{
    text-align: right;
	display: block;
}
.cust_check label{
    padding-right: 0;
}
.checkbox input[type="checkbox"]{
  position: absolute;
}
.cust_check input[type="checkbox"]{
  width: 0;
  height: 0;
  opacity: 0;
}
.checkbox input[type="checkbox"] + span {
  cursor: pointer;
}
.checkbox input[type="checkbox"]:checked + span:before {
  background: url("../img/arrow-check.png") no-repeat 0px 2px;
  background-size: contain;
}
.checkbox input[type="checkbox"] + span:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 23px;
  background-color: white;
  border: 2px solid #fff;
  border-radius: 4px;
  border-radius: 0;
  background: transparent;
  margin: -3px 0 0px 10px;
}
.cust_check input[type="checkbox"] {
  width: 0;
  height: 0;
  opacity: 0;
}
.checkbx_text{
	color: #fefefe;
	font: 300 19px/19px "Shiri-Light";
}


@media (max-width:1600px){
	.checkbx_text{
	    padding-right: 27px;
	    display: inline-block;
	}
	.checkbox input[type="checkbox"] + span:before{
	    margin: -3px -25px 0px 7px;
	}
}

@media (max-width:991px){
	.cust_check {
	    width: 86%;
	    margin: 0px auto 5px;
	    display: inline-block;
	    padding-right: 20px;
	}
	.checkbx_text {
		padding-right: 5px;
	    font: 300 15px/19px "Shiri-Light";
	}
	.triangl_mob,
	.delimiter{
		display: none;
	}
	.homepage .triangl_mob,
	.homepage .delimiter{
		display: inline-block;
	}
	.open .triangl_mob,
	.open .delimiter{
		display: inline-block;
	}
	.page_name{
		display: inline-block;
		float: right;
		color: #fefefe;
		font: 300 15px/1em "Shiri-Light";
		padding-top: 20px;
		padding-right: 11px;
	}
}

/*end eror & thancks style*/



/*scrooll mobile style*/
@media (max-width:767px){
	.contanct_page .general_content{
		height: auto;
	}
	.all_cont_frame {
		height: auto;
	    margin-top: 56px;
	}
	.general_content{
		height: auto;
	}
	.wraper_page{
		display: table-row;
 		height: 100%;
	}
	.wraper_page.homepage{
		display: block
	}
	.frame_general .bottpm_imgs{
		height: auto;
		margin: auto;
	}
	.title_floor_map{
		height: auto;
		padding-right: 6px;
	}
	.video_class{
       min-height: 320px;
	}
	.frame_general{
		background: url("../img/bg_all.jpg") #000;
  		display: table;
  		height: 100%;
	    width: 100%;
	}
	.frame_general .bottpm_imgs{
		padding: 0;
		margin: 0;
	}
	.modalGalery.in.modal {
    	overflow: hidden;
    }
    .checkbox input[type="checkbox"] + span:before{
      margin: -3px -14px 0px 3px;
    }
    .checkbox input[type="checkbox"] + span:before {
		border:1px solid #fff;
	    width: 10px;
	    height: 11px;
	}
	.checkbox, .radio {
        margin-top: -3px;
	    margin-bottom: 2px;
	    padding-right: 0;
	    text-align: right;
    	width: 86%;
	}
	.checkbx_text {
		display: inline-block;
		padding-right: 15px;
	    font: 300 10px/19px "Shiri-Light";
        letter-spacing: 0.23px;
	}

}
/*end scrooll mobile style*/



/*map*/
#map_canvas {
  width: 100%;
  height: 100%;
  overflow:hidden;
  margin: auto;
  min-height: 250px;
}
/*end map*/

.openMobMemu{
	overflow: hidden;
}


@media (max-width:375px){
	.checkbx_text {
		font-size: 9px;
	}
}
.tabs_galery{
	position: relative;
}
.disable_tab .soon_text {
    left: 0;
    right: 0;
    width: 131px;
    padding: 9px 0;
    position: absolute;
    opacity: 0;
    z-index: 1;
    overflow:hidden;
    height: 0;
    padding: 0;
}
.disable_tab .soon_text:after,
.disable_tab .soon_text:before{
    left: 54px;
    right: 54px;
	z-index: 1;
}
.disable_tab:hover .soon_text{
	opacity: 1;
    padding: 9px 0;
	height: 44px;
	overflow: visible;
}
.GaleryEvent .frame_img{
	width: 100%
}
.GaleryEvent .video_class{
	min-height: 320px;
	height: 90vh
}

@media (max-width:767px){
	.frame_mobile_galry .disable_tab .soon_text .en_text {
	    font-size: 19px;
	}
	.disable_tab .soon_text{
		right: 5px;
		left:auto;
	}
}
@media (max-width:500px){
	.disable_tab .soon_text {
	    right: -20px;
	}
	.disable_tab .soon_text {
		font-size: 14px;
	    width: 112px;
	}
	.disable_tab:hover .soon_text {
		height: 30px;
	}
	.disable_tab .soon_text:after,
	.disable_tab .soon_text:before {
	    left: 46px;
	}
}







/*galery big image styles*/
.modal-dialog{
    width: 87%;
    height: 94%;
    text-align: center;
}
.image_in_galery{
	max-height: 96vh;
	display: block;
	margin: auto;
}
/*.modalGalery .carousel-control{
	left:auto;
	right: auto;
	top: auto;
	bottom: 30px;
}*/
/*.modalGalery .carousel-control{
	position: relative;
	display: inline-block;
	opacity: 1;
}*/



.slick-arrow{
	position: absolute;
	bottom: 30px;
	z-index: 100;
	margin:0 10px;
}
/*.modal-dialog:before{
	height: 100%;
	width: 0;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	content: "";
}
.slideGalery{
	display: inline-block;
	vertical-align: middle;
    width: 99%;
}*/

/*modal corections*/
/*.modalGalery{
	text-align: center;
}*/
/*.modalGalery .modal-dialog {
	position: relative;
    width: auto;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}*/
/*end modal corections*/


.frame_modal_cntrol{
    width: 227px;
    text-align: center;
    padding-right: 57px;
    position: fixed;
    bottom: 136px;
    left: 0;
    right: 0;
    margin: -147px auto;
}
.close_modal{
    background: url(../img/close_ico.png)no-repeat;
    width: 35px;
    height: 41px;
    position: absolute;
    right: 38px;
    top: 48px;
    border: none;
    cursor: pointer;
    z-index: 11;
    transition: 0.2s;
}
.close_modal:hover {
    background: url(../img/x-mouse-over.png)no-repeat;
    width: 43px;
    height: 52px;
    position: absolute;
    right: 35px;
    top: 42px;
}

@media (max-width:767px){
	.modal-dialog {
		margin: auto;
	    width: 100%;
	}
	.slideGalery {
	    width: 98%;
	}
	.line {
	    margin: 0 13px;
	}
	.modalGalery .glyphicon-chevron-left:hover {
	    margin-left: -14px;
	}
	.dised_item .image_item_mob,
	.dised_item .text_item_mob{
		opacity: 0.4;
	}
	.subtitle_compiund{
		display: none;
	}
	.frame_modal_cntrol{
		display: none;
	}
}

/*end galery big image styles*/

/*modal_touch*/
.frame_images_modal{

}
.image_in_galery{
	display: inline-block;
}
.carousAll {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: auto;
}
.slick-slide {
	outline: none;
}
.slick-slide:after{
	content: "";
	position: relative;
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}
.carousAll .image_in_galery{
	display: inline-block;
	vertical-align: middle;
}


.carousAll .slick-slide {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.frame_img{
	display: inline-block;
}
/*
.slick-arrow {
    position: absolute;
    bottom: 58px;
    left: 50%;
    right: 50%;
}*/
.lArr{
	display: inline-block;
	font-size: 0;
	background: transparent;
	border:20px solid transparent;
	border-left:22px solid #6e6e6e;
    margin: 0;
}
.rArr{
	display: inline-block!important;
	font-size: 0;
	background: transparent;
	border:20px solid transparent;
	border-right:22px solid #6e6e6e;
    margin: 0;
}
.line{
    background-color: #6e6e6e;
    width: 2px;
    height: 43px;
    margin: 0 0px 25px 28px;
    display: inline-block;
    position: relative;
}


.lArr:hover{
    background: url("../img/arrow_right_active.png")no-repeat 4px 6px;
    width: 44px;
    height: 54px;
    border: none;
}
.rArr:hover{
	background: url("../img/arrow_left_active.png")no-repeat 9px 6px ;
    width: 39px;
    height: 54px;
    border: none;
}





.frame_img{
	position: relative;
}
.frame_img_close{
    background: url(../img/close_ico.png)no-repeat;
    width: 43px;
    height: 52px;
    position: absolute;
    cursor: pointer;
	right: 31px;
    top: 47px;
    display: inline-block;
    content: "";
}
.frame_img_close:hover{
    background: url(../img/x-mouse-over.png)no-repeat;
    width: 43px;
    height: 52px;
    position: absolute;
    right: 35px;
    top: 42px;
    display: inline-block;
    content: "";
}


@media (max-width:767px){
	.frame_img_close {
	    background: url(../img/close_ico.png)no-repeat;
	    width: 43px;
	    height: 52px;
	    position: absolute;
	    cursor: pointer;
	    right: 0px;
	    top: 3px;
	}
	.frame_img_close:hover{
	    background: url(../img/x-mouse-over.png)no-repeat;
	    width: 43px;
	    height: 52px;
	    position: absolute;
	    right: 4px;
	    top: -2px;
	    display: inline-block;
	    content: "";
	}
	.slideGalery{
		display: inline-block;
		vertical-align: middle;
	}
}
.modal-open .modalGalery {
    overflow-x: hidden;
    overflow-y: hidden;
}
/*end modal_touch*/


.homepage .all_cont_frame {
    height: 84%;
}




.homepage .carouselFade {
	height: 97%;
}
.homepage .slick-list{
	height: 100%;
}
.homepage .slick-track{
	height: 100%;
}
.homepage .slick-initialized .slick-slide {
    height: 100%;
}
.line_floor{
	display: block;
}
@media (max-width:767px){
	.homepage .carouselFade {
	    height: calc(100% - 84px);
	    margin-top: 56px;
	}
	.line_floor{
		display: inline-block;
	}
}



.video_in_galery{
	width: 100%;
}
.video_in_galery .image_in_galery{
	width: 100%;
	min-height: 96vh;
}