html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	margin-bottom: -160px; 
}
.wrapper:after {
	content: "";
	display: block;
}
footer, .wrapper:after {
  position:relative;
  height: 160px; 
}

.description{
	position:absolute;
	left:0px;
	top:0px;
	width:460px;
	height:135px;
	background-color:#fff;
	box-shadow: 10px 10px 20px rgba(0,0,0,0.2);
	z-index:1000;
	cursor:default;
	display:none;
}

.description:before {
	content: "";
	position: absolute;
	border: 10px solid transparent;
	bottom: -8px;
	right: 39px;
}

.description:after {
	content: "";
	position: absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
	bottom: -8px;
	right: 39px;
}

@media (max-width: 1300px) {
    .description{
		left:-40px;		
	}
	.description:before{
		right:399px;
	}
	.description:after{
		right:399px;
		display:none;
	}
}


.green_btn{
    background: linear-gradient(to bottom, #95b61f 0%, #749f17 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: -1px -1px 0 0 rgba(0, 0, 0, 0.2) inset, 1px 1px 0 0 rgba(255, 255, 255, 0.3) inset, 2px 2px 2px 0 rgba(0, 0, 0, 0.15);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}
.green_btn:disabled, .green_btn:hover:disabled, .green_btn:active:disabled {
    background: linear-gradient(to bottom, #95b61f 0%, #749f17 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: -1px -1px 0 0 rgba(0, 0, 0, 0.2) inset, 1px 1px 0 0 rgba(255, 255, 255, 0.3) inset, 2px 2px 2px 0 rgba(0, 0, 0, 0.15);
    cursor: default !important;
    opacity: 0.5;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}
.green_btn:hover {
    box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.5) inset, -1px -1px 0 0 rgba(0, 0, 0, 0.2) inset, 1px 1px 0 0 rgba(255, 255, 255, 0.3) inset, 2px 2px 2px 0 rgba(0, 0, 0, 0.15);
}
.green_btn:active {
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2) inset, -1px -1px 0 0 rgba(255, 255, 255, 0.3) inset;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.tt_point {
    position: absolute;
    z-index: 500;
    width: 0;
    height: 0;
}

.tt_point.hidden {
    display: none;
}

/*---------------------------------------------------------------------------*/
.sh_items{
	padding-left:15px;
	width:440px;
}
.sh_items .sh_item{
	width:430px;
	height:120px;
	padding-top:20px;
}
.sh_item .sh_im{
	width:140px;
	height:100px;				
}
.sh_im div{
	position:relative;				
}
.sh_im div div.magnify{
	width:140px;
	height:100px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:9000;
	cursor:pointer;
	background-position:center center;
}
.sh_im div div.magnify:hover{
	background: rgba(255, 255, 255, 0.7) url("../images/magnifying-glass.png") no-repeat center center;
	transition: all 0.2s ease 0s;
}
.sh_im div div.photos_count{
	background-color: #ffffff;
	left:0px;
	bottom: 0px;
	opacity: 0.7;
	position: absolute;				
	width: 41px;
	height: 24px;
	z-index: 10000;
	padding-top:5px;
	padding-left:9px;
	font-size:12px;
	line-height:1.4;
}
.photos_count span.count{
	display:inline-block;
	width:15px;
	text-align:center;
	font-size: 12px;
    line-height: 1.4;
	color:#333;
}			
.sh_im, .sh_desc{
	float:left;	
	text-align:left !important;
}
.sh_desc{
	margin-left:20px;
	line-height:1.3 !important;
	width:270px;
}
.sh_desc .title{
	font-size:20px !important;
	font-family: PfdintextcompproMedium !important;	
	line-height:1 !important;
}
.sh_desc .title a{
	color:#333333 !important;
	text-decoration:none !important;
}			
.sh_desc .title sup{
}
.sh_desc .title img{
	display:inline-block;
	margin-left:9px;
	margin-top:-2px;
	opacity:0.7;
}
.title img.photocam{
	margin-left:8px;
}
.sh_desc .plan, .sh_desc .location{
	opacity:0.7;
	text-decoration:underline;
	font-size:16px;
	padding-left:25px;
	margin-top:5px;
	display:inline-block;
}
.sh_desc .location{
	background: transparent url("../images/pin_min.png") no-repeat scroll left 3px ;
}
.sh_desc .plan{
	background: transparent url("../images/wide_min.png") no-repeat scroll 0px center ;
}
.sh_desc a{
	color:#636363;
}
.sh_desc a{
	color:#636363;
}
.sh_desc .total_cost{
	color: #84aa1b;
	font-size:26px;
	line-height:1.4;
	font-family: PfdintextcompproMedium;
}	
.sh_desc .cpm{
	color: #7f7f7f;
	font-size:16px;
	line-height:1.6;
}	
.sh_desc .button, .linkto .button{
	display:block;
	float:right;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #abc54c, #84aa1b 100%) repeat scroll 0 0;
	border-radius: 2px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	color: #ffffff;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 14px;
	height: 24px;
	padding-top: 6px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 69px;
	font-family: PfdintextcompproMedium;
	margin-top:6px;
	margin-right:0px;
}			
.sh_desc .button:hover, .linkto .button:hover{
	border-radius: 2px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), 0 0 3px rgba(255, 255, 255, 0.5) inset, 0 0 3px rgba(255, 255, 255, 0.5) inset;
	transition: all 0.2s ease 0s;
	text-decoration:none;
}
.linkto{
	position:absolute;
	left:20px;
	bottom:14px;
}
.linkto .button{
	width:120px;
}
#map_ya{
	width:700px; 
	height:600px; 
	display: none;				
}
.sh_items .nodata{
	margin-top:170px;
	font-size: 22px;
	line-height:1.1;
}

a:focus{
	outline:none;
}

a::-moz-focus-inner{
	border:0;
}

/*------------------------------------------------*/
.searchby_head{
	background-color:#ededed;
	height:180px;
	border-bottom:2px solid #84aa1c;
	position:relative;
	margin-bottom:-1px;
}
.lbl_ {
	color: #000;
	font-family: PfdintextcompproMedium;
	font-size: 55px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	margin-top:38px;
}
.lbl {
	color: #000;
	font-family:PfdintextcompproMedium;
	font-size: 48px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 0 #fff;
}
.tabs{
	width:840px;
	margin:0 auto;
	position:absolute;
	left:50%;
	margin-left:-530px;
	height:65px;
	bottom:0px;
}
.searchby_head .quarter{
	display:block;
	position:absolute;
	width:210px;
	height:65px;				
	background-color:#ededed;
	bottom:0px;
	padding-top:10px;
}
.tabs div{
	cursor:pointer;			
}
.tabs div.active{
	margin-bottom:-2px;
	padding-top:6px;				
	left:0px;
	border-left:2px solid #84aa1c;
	border-right:2px solid #84aa1c;
	border-top:2px solid #84aa1c;
	border-radius:5px 5px 0 0;
	cursor:default;
}		
.tabs div:nth-child(1){
	left:0px;				
}
.tabs div:nth-child(2){
	left:210px;				
}
.tabs div:nth-child(3){
	left:420px;				
}
.tabs div:nth-child(4){
	left:630px;				
}
.get_back{
	position:absolute;
	left:50%;
	margin-left:320px;
	bottom:5px;
	width:175px;
	height:50px;
	font-family:PfdintextcompproMedium;
	color:#ffffff;
	font-size:18px;
	text-transform: uppercase;
	line-height: 1;
	padding:7px 10px 7px 40px;
	cursor:pointer;
	text-shadow: 0px -1px #446103;			
}
.container-fluid{
	min-height:100%;
}
#map_container{
	width:100%;
	height:100%;
	background: #ededed;
}
#map{
	position:relative;
	width:980px;
	margin:0 auto;
	padding-top:5px;
}
/*  svg  */
.obj {}
.obj .contour { 
	fill:#fff;
	stroke:#84aa1c;
	stroke-miterlimit:10; 
}
.obj text { 
	font-size: 6px; 
}
.building-number {}
.building-number circle { 
	fill: #f0f0f0; 
	stroke: #84aa1c; 
}
.building-number text { 
	font-size: 11px; 
}
.legend {
	color: #000;
	font-size: 15px !important;
	height: 100px;
	left: 850px;
	line-height: 2;
	position: absolute;
	text-align: left;
	top: 160px;
	width: 160px;
}
.legend .sq {
	background-color: #fff;
	display: inline-block;
	height: 22px;
	margin-right: 10px;
	vertical-align: middle;
	width: 22px;
}
.legend .sale {
	background-color: #84aa1c;
}
.legend .rent{
	background-color: #f4da49;
}
.chess div{
	width:11px;
	height:11px;
	float:left;
	display:block;
	background-color: #84aa1c;
}			
.chess div:nth-child(2),
.chess div:nth-child(3){
	background-color: #f4da49;
}
.status-rent .contour{
	fill:#f4da49 !important;
	cursor:pointer;
}
.status-sale .contour{
	fill:#84aa1c !important;
	cursor:pointer;
}

.street { 
	fill:none;
	stroke:#DADADA;
	stroke-width:16;
	stroke-linejoin:round;
	stroke-miterlimit:10; 
}
.street-thick { 
	stroke-width:30;
}
.street-name { 
	fill:#706F6F; 
	font-family:PfdintextcompproThin; 
	font-size:14px; 
}

.metro-sign { }
.metro-sign .circle { fill:none;stroke:#E5231F;stroke-miterlimit:10; }
.metro-sign .letter { fill:#E5231F; }

