/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
h1, .pH1{
	color: #df0404;
	  
	font-size: 20px;
	margin-bottom: 20px;	 
	 
}
h2{
	color: #858585;
 
	font-size:18px;
	margin-bottom: 17px
}
h3{
	color: #535353;
	 
	font-size: 16px;
	margin-bottom: 15px
}
p{
	margin-bottom: 10px;
	line-height: 130%;
}
a{
	color: #0d78ca;
}

a:hover{
	color: #e10404;
}
strong{
	font-weight: bold;
}
i{
	font-style: italic;
}
hr{
	border: 0;
	height: 1px;
	background: #b4b4b4;
}



ol, ul {
	list-style-position: inside;
	margin-bottom: 20px;
}
li{
	margin-bottom: 10px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font-family: "Pt Sans";
	font-size: 14px;
	color: #47484d;
	width: 100%;
	height: 100%;
	/*	min-width:950px; */
		min-width:1300px; 
}
.wrapper {
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 125px;	
	//background: url(../img/menu.png)  center top no-repeat; 
	position: relative;
	z-index: 4;
    background:#573927;
}
.headerOnMain{
	height: 125px;


}

.headerTop{
	background: #e4e4e4;
}

.headerTopCenter{
	width: 1250px;
	margin: auto;
	padding: 5px 0;
}

.headerContent{
	max-width: 1250px;
	min-width: 900px;
	margin: auto;
	padding-top: 10px;
	position: relative;
	
}
.telHeader {
	font-size: 16px;
	color: #493424;
	min-width: 500px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.telHeader img{
	vertical-align: -2px;
	margin-right: 4px;

}

 
.telHeader{
	overflow: hidden;

}

 
.telHeader2>span{
	display: block;
	position: absolute;
  	top: 0;	
  	display: block;
  	left: 80px;
}

.telHeader2>span>span{
	display: block;
	margin-bottom: 10px;
}
 


.headerTel{
	padding: 14px;
	float: left;	
	padding-left: 40px;
	border: 1px dashed #b7b7b7;
	border-radius: 10px;
	background: url(../img/icon.png) 13px 15px no-repeat;
	color: #fcfcfc;
	font-size: 21px;
	height: 34px;

}

.headerEmail{
	color: #fcfcfc;
	font-size: 14px;
	margin-left:10px;
	margin-top: 2px; 
}
.headerAdd{
	padding: 14px;
	float: right;	
	padding-left: 40px;
	border: 1px dashed #b7b7b7;
	border-radius: 10px;
	background: url(../img/icon2.png) 13px 15px no-repeat;
	color: #fcfcfc;
	font-size: 16px;
	height: 34px;
	text-align: right;
	min-width:235px; 

}
.logo{
	 float: left;
	z-index: 6;

}
.topMenuBox{
	max-width: 1250px;
	min-width: 900px;
	margin: auto;
	position: relative;
	left: 27px;
	z-index: 1000;

}

.menu-wrapper {
    width: 100%;
    display: table;
    
}
.top_menu {
    display: block;
    margin: auto;
   
   float: right;
   margin-top: 20px;
  
  
}
.top_menu li {
    display: inline-block;
    float:left;
    position: relative;
    z-index: 5;
    margin-bottom: 0;
   
    padding: 11px 0;


    padding-bottom: 0px;
}

.top_menu li:hover {
 
}

 
 
 
.top_menu li:hover a{
	border-bottom: 4px solid #5e981a;
	color: #5e981a;
}

 

 
.top_menu li a {
    display: block;
    /*padding: 15px 29px;*/
    padding: 5px 25px;

    font-size: 14px;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 34px;
    font-family: "pt_sansbold";
    
}
 


.top_menu li a:hover {
	text-decoration: none;

}

 
.mainBox{
	max-width:1150px;
	margin: auto;
//	margin-top: 30px; 

}


/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding: 25px;
	padding-bottom: 290px;
	padding-top: 88px;
 
	min-width: 900px;
	margin: auto;
}

.textOnMain{
	font-style: italic;
	font-size: 16px;
	color: #343434;
	line-height: 20px;
	margin-bottom: 20px;
	margin-top: -30px;
	padding-top: 10px;
}

.headMain{
	font-size:31px;
	color: #444c4c;
	font-weight: bold;
	text-transform: uppercase; 
	border-bottom: 2px solid #d9e5ee;
	height: 21px;
	margin-bottom: 30px;
}


.headMain img{
	margin-right: 15px;

}

.headMain span{
	background: #fff;
	display: inline-block;
	padding-right:20px;

}


.news{
	list-style: none;
	-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;

}

.news li{
	vertical-align: top;
	width:14%;
	display: inline-block;
	margin-right: 35px;
	-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
}
.news li:last-child{
	margin-right: 0;
	-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;

}

.newsDate{
	color: #c7d0d8;
	font-family: georgia;
	font-size: 18px;
	font-style: italic;
	margin-bottom: 15px;
}
.newsTitle{
	color: #0d78ca;
	font-size: 15px;
	margin-bottom: 5px;
	display: block;
}
.newsShort{
	line-height: 20px;

}
.allLink{
	float:right;
	font-style: italic;

}
.article li{
	vertical-align: top;
width: 23%;
display: inline-block; 
margin-right: 15px;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;

}
.article li:last-child{
	margin-right: 0;
	-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
}
.article li img{
	float: left;
	max-width: 205px;
	max-height: 175px;
	margin-right: 15px;
	border: 1px solid #ecf1f3;
	-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;

}

@media screen and (max-width: 1450px) {
 .news li:nth-child(6){
 	display: none;
 	-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;

 }
  .news li:nth-child(5){
 	 
		margin-right: 0;
		-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
 }
  .news li{
  	width: 17%;
  	-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
  	
  }
  .article li {
  	width: 31%;
  	-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
  }
 .article li:nth-child(4){
 	display: none;
 	-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;

 }
}

@media screen and (max-width: 1360px) {
 .news li:nth-child(5){
 	display: none;
 	-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;

 }
   .news li:nth-child(4){
  
		margin-right: 0;
		-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
 }
  .news li{
  	width: 22%;
  	-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
  	 
  }
   
}

@media screen and (max-width: 1050px) {
 .news li:nth-child(4){
 	display: none;
 	-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;

 }
   .news li:nth-child(3){
  
		margin-right: 0;
		-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
 }
  .news li{
  	width: 30%;
  	-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
  	 
  }
   .article li img{
  	display: none;
  	-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
  }
   
}

.slide{
	clear: both;
	text-align: center;
	 
	height: 850px;

	min-height: 600px;
	overflow: hidden;
	position: relative;
	background: #0045a9;
background-image: -webkit-linear-gradient(top, #0045a9, #2d90e8);
background-image: -o-linear-gradient(top, #0045a9, #2d90e8);
background-image: -ms-linear-gradient(top, #0045a9, #2d90e8);
background-image: linear-gradient(top, #0045a9, #2d90e8);
background-image: -moz-linear-gradient(top, #0045a9, #2d90e8);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0045a9, endColorstr=#2d90e8)";
}

.layer1{background:url(/img/layer1.png) center bottom;width:96%;height:850px;top:0px;left:0px}
 


.layer2{background:url(/img/layer2.png) center bottom;width:80%;height:610px;top:0px;left:0px;z-index: 6;}
.layer3{background:url(/img/layer3.png) center bottom;width:80%;height:850px;top:0px;left:0px; display:none; }
.layer4{background:url(/img/layer4.png) center top;width:110%;height:850px;top:0px;left:0px; z-index: 7;}
.layer5{background:url(/img/layer5.png) right bottom;width:90%;height:20%;top:0px;left:0px; z-index: 11; }
.layer6{width:100%;height:22%;top:0px;left:0px;  }
 
.layer7{background:url(/img/layer7.png) right bottom;width:90%;height:15%;top:0px;left:0px; z-index: 10; }
 
.layer{position: absolute; background-size: contain;background-repeat: no-repeat; bottom: 0 !important;top: auto !important}
.layer4{background-size: cover; bottom: -510px !important;}
.layer6 img{
	position: absolute;
	left: 11%;
	margin-left: -1%;
	height: 100%;
	 margin-top:-14%; 
	 
}

.layer7{
	bottom: 70% !important;

}
.layer8{background:url(/img/layer8.png)center top;width:96%;height:850px;top:-100px !important;left:0px; z-index: 5;  opacity: 0.3 }
 
.houseLink{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 90;
	left: 0;
	top: 0;
}

.otherH1{
	color: #000;
	font-size: 31px;
}
.otherH1{
	 
	height: 18px;
}

.otherH1 span{
	background: #fff;
	padding-right: 10px;
}
.leftContact{
	width: 25%;
	float: left;
}

.rightContact{
	width: 75%;
	float: right;
}
.contactText{
	clear:both;
	line-height: 20px;
	margin-bottom: 30px;
	overflow: hidden;
}
.contactText span{
	font-size: 14px;
	color: #000;
	font-family: arial;
	font-weight: bold;
	display:inline-block;
	width: 70px;
	float: left;
	margin-right: 20px;
}
.contactText i{
	width: 300px;
	float: left;
	font-family: arial;
	color: #595959;

}
.stages_list{
	text-align: center;
}
.stages_list li{
	display: inline-block;
	/*width: 325px;*/
	vertical-align: top;
	margin:0 30px;
	margin-bottom: 30px;
}
.stages_img img{
	/*width: 315px;
	height: 315px;*/
	border: 6px solid #bac2cf;
}
.stages_title{
	font-size: 15px;
	color: #2b6dcf;
	text-align:center; 
	font-style: italic;
	margin-top: 15px;
}

.box3{
	
	min-height: 520px;
	width: 100%;
	padding: 25px;
	margin-left: -25px;
	margin-top: -57px;
	padding-top: 80px;
}
.house{
	background: url(../img/fon2.jpg) top no-repeat; 
	background-size: contain;
}

.chooseBox{
	max-width: 1100px;
	min-width: 950px;
	margin: auto;
}
.other2H1{
	color: #fff;
	font-style: 31px;
	text-transform: uppercase;
	font-weight: bold;
}
.chooseBoxLeft{

	position: relative;
	left: 10px;
	//z-index: 999;
	
	//max-height: 490px;
	width: 149px;
	float: left;
	background: #fff;
}

.chooseBoxLeft a{
	display: block;
	padding: 9px;
	text-align: center;
	font-size: 18px;
	color: #969797;
	text-decoration: none;
	border-bottom: 1px solid #edeff0;
}

.chooseBoxLeft a:hover,
.chooseBoxLeft a.activein{
	background: url(../img/active2.png) no-repeat ; 
	//padding: 9px;
	//width: 122px;
	//padding-right: 14px;
	//padding-left: 13px;
	color: #fff;
	position: relative;
	z-index: 999;
	border-bottom: none;
}

.chooseBoxLeft a.status-en:hover{
	background: none;
	color: #969797;
	border-bottom: 1px solid #edeff0;
}

.map_box{
	position: relative;
	display: inline-block;
}
.flat_box{
	width: 580px;
}
.flat_box img{
	margin: 0 auto;
}
.chooseBoxLeft a.active1{
	background: url(../img/active1.png) no-repeat ; 
	padding: 14px;
	color: #fff;
}
.point{
	cursor: pointer;
}
.chooseBoxLeft div.active1{

	display: block;
	text-align: center;
	font-size: 18px;
	color: #969797;
	text-decoration: none;
	border-bottom: none;

	background: url(../img/active1.png) no-repeat ; 
	padding: 13px 20px 13px 13px;
	color: #fff;
}

.chooseBoxRight{
	float: left;
	width: 84%;
}
.chooseBoxRight img{
	max-width: 100%;
}

.scroll-block{
	max-height: 357px;
	overflow-x: hidden;
}

.scroll-block-floor{
	width: 139px;
	position: relative;
	//z-index: 9999;
	max-height: 402px;
	overflow-x: hidden;	
}
.scroll-block-pd{
	max-height: 446px;
	overflow-x: hidden;	
}

.otherH3{
 
height: 18px;
}
.otherH3 {
color: #000;
font-size: 31px;
text-transform: uppercase;
font-weight: bold;
color: #434343;
width: 1100px;
margin: auto;
}
.otherH3 span {
 
padding-right: 10px;
}


.options{
	padding: 10px 0;
}
.option_list{
	list-style: none;
	overflow: hidden;
	background: url(../img/range-fon.jpg) repeat-x;
	padding: 15px ;
}
.option_list li{
	width: 247px;
	float: left;
	padding: 16px 0;
	margin-right: 30px;
}

.option_list li:nth-child(1) .ui-widget-header{

	background-image: -webkit-linear-gradient(top, #e04343, #b20606);
background-image: -o-linear-gradient(top, #e04343, #b20606);
background-image: -ms-linear-gradient(top, #e04343, #b20606);
background-image: linear-gradient(top, #e04343, #b20606);
background-image: -moz-linear-gradient(top, #e04343, #b20606);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e04343, endColorstr=#b20606)";

}
.option_list li:nth-child(2) .ui-widget-header{

	background-image: -webkit-linear-gradient(top, #3681df, #0558c0);
background-image: -o-linear-gradient(top, #3681df, #0558c0);
background-image: -ms-linear-gradient(top, #3681df, #0558c0);
background-image: linear-gradient(top, #3681df, #0558c0);
background-image: -moz-linear-gradient(top, #3681df, #0558c0);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3681df, endColorstr=#0558c0)";

}
.option_list li:nth-child(3) .ui-widget-header{

	background-image: -webkit-linear-gradient(top, #d8dd4f, #aeb407);
background-image: -o-linear-gradient(top, #d8dd4f, #aeb407);
background-image: -ms-linear-gradient(top, #d8dd4f, #aeb407);
background-image: linear-gradient(top, #d8dd4f, #aeb407);
background-image: -moz-linear-gradient(top, #d8dd4f, #aeb407);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d8dd4f, endColorstr=#aeb407)";

}
.option_list li:nth-child(4) .ui-widget-header{

	background-image: -webkit-linear-gradient(top, #e0ce43, #b38e06);
background-image: -o-linear-gradient(top, #e0ce43, #b38e06);
background-image: -ms-linear-gradient(top, #e0ce43, #b38e06);
background-image: linear-gradient(top, #e0ce43, #b38e06);
background-image: -moz-linear-gradient(top, #e0ce43, #b38e06);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e0ce43, endColorstr=#b38e06)";

}
#my_objects{
    margin-bottom: 70px;
}
#my_objects .top{
    border-top: 1px solid #cee2ec;
    height: 40px;
    text-align: center;
}
#my_objects .title{
    font-size: 32px;
    font-family: "pt_sansbold";
    position: relative;
    top: -20px;
    background: white;
    display: inline-block;
    padding: 0px 20px;
    text-transform: uppercase;
}

#my_objects .container{
    background-color: #573827;
}
#my_objects .object{
    height: 475px;
    width: 19vw;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin-left: 3vw;
    overflow: hidden;
}

#my_objects .object .object_title{
    font-family: "Pt Sans";
    font-size: 1.4vw;
    color: #f5d921;
    margin-top: 38px;
    text-align: left;
    display: block;
    margin-bottom: 25px;
}
#my_objects .object .object_description{
    font-family: "Pt Sans";
    font-size: 16px;
    color:#ffffff;
    margin-top: 5px;
    margin-left: 0px;
    display: block;
    text-align: left;
    height: 76px;
    overflow: hidden;
}
#my_objects .object img{
    height: 12.4vw;
    width: 19vw;
}
#my_objects .object a{
    font-family: "Pt Sans";
    text-decoration: none;
    float: right;
    width: 155px;
    height: 28px;
    display: inline-block;
    border-radius: 9px;
    font-size: 16px;
    color: black;
    padding-top: 12px;
    margin-top: 15px;
    margin-right: 19px;
    background: -webkit-linear-gradient(#faea4d, #d3a604); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#faea4d, #d3a604); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#faea4d, #d3a604); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#faea4d, #d3a604); /* Standard syntax */
    box-shadow: inset -1px -2px 2px #9d7800;
}
.old_link{
    background: #573827;
    width: 200px;
    height: 30px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-style: normal;
    color: white;
    padding-top: 8px;
    border-radius: 8px;
    box-shadow: inset 1px -2px 1px #3e2517;
}

.option_list li:last-child{
	margin-right: 0;
}
.option_list_box{
	width: 1100px;
	margin: auto;
}
.option_list_title{
	font-size: 25px;
	 
	color: #6d6d6d;
	text-align: center;
	margin-bottom: 30px;
}
.option_list_box span{
	text-align: center;
}

.b2{
	width: 434px;
	height: 84px;
	background: url(../img/button.png) ;
	border: 0;
	display: block;
	margin: auto;
	cursor: pointer;
	text-indent: -99999px; 
}

.slideNav{
					 width: 100%;
					position: absolute;
					top: 50%;
				 
				 
					margin-top: -20px;


					 
				}

				.slideNav a{
					position: absolute;
					z-index: 555;
					width: 82px;
					height: 145px;
					display: inline-block;
					text-indent: -5555px;
				}

				.slideNav a:first-child{
					left:100px;
					background: url(../img/leftSlide.png) no-repeat center ; 
				}
				.slideNav a:first-child:hover{
					left:100px;
					background: url(../img/leftSlideH.png) no-repeat center ; 
				}

				.slideNav a:last-child{
					right:100px;
					background: url(../img/rightSlide.png) no-repeat center ; 
				}
				.slideNav a:last-child:hover{
					right:100px;
					background: url(../img/rightSlideH.png) no-repeat center ; 
				}

				.podr{
					position: absolute;
					bottom: 50px;
					z-index: 89;
					left: 50%;
					margin-left: -135px;
				}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
 
	margin: -260px auto 0;
	height: 163px;
    background: #573827;
	position: relative;
	padding-top: 60px;
	overflow: hidden;
    background-image: url("/img/footer_background.png");
    background-repeat: repeat-x;
    background-position-x: -136px;
}
.footerContent{
	padding-top: 50px;

	max-width: 1150px;
	min-width: 900px;
	margin: auto;
	 

}

.footerText{
    line-height: 25px;
    float: left;
    position: relative;
    margin-left: 24px;
    color: white;
    font-family: "PT Sans";
    font-size: 18px;
}

.dekart-link{
	text-decoration: none;
    padding-left: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: url(../img/dekart-logo.png) left no-repeat;
    width: 140px !important;
    display: inline-block;
    text-align: left;
    margin-top: 20px;
    margin-left: 15px;
    line-height: 18px;
    float: right;
    margin-right: 50px;
    top: -17px;
    position: relative;
    font-family: "pt_sansbold";
    font-size: 20px;
    color: #fae841;
}
.footerImg{
	position: absolute;left: 0;
	bottom: 10px;
	z-index: 0;

}
.disB{
	display: block !important;
}
.layer6{
	display: none;
}

.FUCKYOUMAP{
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

#loader,
#loader2{
	background: rgba(255,255,255, 0.5);
	width: 100%;
	height: 300px;
	z-index: 99;
	top: 0px;
	height: 100%;
	text-align: center;
	position: absolute;
	display: none;
}
#loader img,#loader2 img{
	display: inline-block;
	float: none;
	position: relative;
	top: 40%;
}

#loader2{
	min-height: 90px;
}
#loader2 img{
	top: 40%;
}
.bilding{
	overflow: hidden;
}
#ajaxcontent{
	position: relative;
}

.newsImg{
	width: 220px;
	height: 220px;
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #e1e6ef;


}

.breadcrumbs{
	margin-bottom: 20px;
}

.newsList {
	text-align: center;
}

.newsList li{
	width: 240px;
	display:inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
	vertical-align: top;
}

.newsImg img{
	width: 200px;
	margin: auto;
	display: block;
}

/*Дополнительно*/
.main_box {
 
padding: 40px 40px 25px 25px;
background: #FFF;
}
.main_box h1{
	font: 30px "Pt Sans";
	color: #2953f7;
}

.selection_text {
color: #878787;
font-size: 24px;
font-family: 'pf_dindisplay_proregular';
}

.map_box {
position: relative;

}

.form_c {
width: 230px;
border-radius: 10px;
border: 1px solid #c6c6c6;
float: left;
padding: 15px;
background-image: #f1f1f1;
background-image: -webkit-linear-gradient(top, #f1f1f1, #d8d8d8);
background-image: -o-linear-gradient(top, #f1f1f1, #d8d8d8);
background-image: -ms-linear-gradient(top, #f1f1f1, #d8d8d8);
background-image: linear-gradient(top, #f1f1f1, #d8d8d8);
background-image: -moz-linear-gradient(top, #f1f1f1, #d8d8d8);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f1f1f1, endColorstr=#d8d8d8)";
}
.form_c label {
display: block;
color: #666666;
font-size: 14px;
margin-top: 10px;
}
.form_c input[type='text'] {
width: 218px;
padding: 5px;
border-radius: 5px;
border: 1px solid #cccccc;
}
.form_c .formCost {
float: left;
margin-bottom: 10px;
}
table {
margin-bottom: 20px;
background: #fff;
}
.main_box th{
	background: #dddddd;
border: 1px solid #c3c3c3;
padding: 20px 30px;
}
.main_box td{
	border: 1px solid #c3c3c3;
padding: 20px 30px;	
}

#slider14{
	margin-top: 10px;
}

.active.asc{
	background: url(../img/asc2.png) #d9e5ee no-repeat 90% 50%;
}
.active.desc{
	background: url(../img/desc2.png) #d9e5ee no-repeat 90% 50%;
}
.sortItem:hover{
	background: #C9D4DB;
}
.sortItem.active.asc:hover{
	background: url(../img/asc2.png) #C9D4DB no-repeat 90% 50%;
}
.sortItem.active.desc:hover{
	background: url(../img/desc2.png) #C9D4DB no-repeat 90% 50%;
}

.clear{
	clear: both;
	margin: 0;
	padding: 0;
}

.objText{
	margin-left: 245px;
}

.objItemBlock img {
border: 2px solid #fff;
box-shadow: 0 0 1px rgb(119, 119, 119);
float: left;
margin: 0 10px 10px 5px;
}

.objItemBlock img:hover{
	border: 2px solid #C1C1C1; 
}

.objectBlock{
	margin: 0 auto;
}

.objItemBlock{
	padding-bottom: 32px;
	margin-top: 21px;
	border-bottom: 1px dashed #c3c3c2;
}

.ap_titile {
display: block;
color: #47779c;
font-size: 24px;
font-family: 'pf_dindisplay_proregular';
text-decoration: none;
margin-bottom: 5px;
}

.ap_titile:hover {
text-decoration: underline;
color: #47779c;
}

.objItemBlock:nth-last-child(1){
	border: none;
}

.gallery_button{
	display: block;
	/*background: linear-gradient(to top, #b5bdc8 0%, #DBDBDB 36%, #C3C3C3 100%);*/
	background: linear-gradient(to top, #b5bdc8 0%, #C7C7C7 36%, #DBDBDB 100%);
	padding-top: 5px;
	padding-bottom: 5px;
	/*width: 150px;*/
	width: 243px;
	text-align: center;
	border-radius: 5px;
	color: #000000;
	text-decoration: none;
	margin-left: 5px;
}

.gallery_button:hover{
	color: #000000; 
	/*background: linear-gradient(to top, #b5bdc8 0%, #C7C7C7 36%, #DBDBDB 100%);*/
	background: linear-gradient(to top, #b5bdc8 0%, #B1B1B1 36%, #CACACA 100%);
}


.owl-buttons{
	display: none;
}


#sync1 .item{
    background: #E7E7E7;
    /*padding: 80px 0px;*/
    /*margin: 5px;*/
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

#sync2{
	margin: 0 auto;
	/*width: 1115px;*/
}

#sync2 .item{
    background: #C9C9C9;
    padding: 5px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;

}
#sync2 .item h1{
  font-size: 18px;
}
#sync2 .synced .item{
  background: #0c83e7;
}

/*----------------*/

#sync3 .item{
    background: #E7E7E7;
    /*padding: 80px 0px;*/
    /*margin: 5px;*/
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

#sync4{
	margin: 0 auto;
	/*width: 1115px;*/
}

#sync4 .item{
    background: #C9C9C9;
    padding: 5px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;

}
#sync4 .item h1{
  font-size: 18px;
}
#sync4 .synced .item{
  background: #0c83e7;
}
/*------------------*/

#sync5 .item{
    background: #E7E7E7;
    /*padding: 80px 0px;*/
    /*margin: 5px;*/
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

#sync6{
	margin: 0 auto;
	/*width: 1115px;*/
}

#sync6 .item{
    background: #C9C9C9;
    padding: 5px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;

}
#sync6 .item h1{
  font-size: 18px;
}
#sync6 .synced .item{
  background: #0c83e7;
}

.owl-controls{
	position: relative;
}

.owl-prev-p, .owl-next-n{
	position: absolute;
	z-index: 1;
	background: url('/img/arrow.png') center center no-repeat;
	width: 70px;
	height: 100%;
	/*top: 50px;*/
	
	/*border: 1px solid red;*/
}

.owl-prev-p{
	left: -70px;
}

.owl-next-n{
	right: -70px;
}

.owl-prev-p:hover, .owl-next-n:hover{
	background-color: #ddd;
	/*border: 1px solid red; */
}

.owl-prev-p{
	/* top: -270px;
	left: -50px; */
	transform: rotate(180deg);
}

.owl-next-n{
  /* top: -270px;
  left: 936px; */
	
}


#sync3 .owl-prev-p, #sync3 .owl-next-n{
	height: 100px;
}

#sync3 .owl-prev-p{
	/* top: -664px;
	left: -83px; */
	transform: rotate(180deg);
}

#sync3 .owl-next-n{
  /* top: -670px;
  left: 936px; */
  
	
}

#sync1 .owl-next-n{
  /* top: -492px;
  left: 919px; */
  
	
}

#sync1 .owl-prev-p{
	/* top: -492px;
	left: -71px; */
	transform: rotate(180deg);

}

#sync5 .owl-prev-p, #sync5 .owl-next-n{
	/* height: 658px;
	top: -733px; */
	height: 721px;
}

#sync5 .owl-prev-p{
	/* left: -70px; */
	transform: rotate(180deg);
}

#sync5 .owl-next-n{
 /*  left: 919px; */
  
	
}

.owl-carousel{
	position: relative;
}
.suc1Box{
	position: relative;
}

.button-control{
	cursor: pointer;
}

.tomobile{
	    position: absolute;
    right: 65px;
    top: 51px;
    color: #fff;
        font-size: 18px;
}