@import url("/styles/default/scms_dropdown.css"); 
 

/***********************************************************
 Custom CSS: 
***********************************************************/

@media screen and (min-width: 980px) {
	.full-hide { 
	  display: none !important; 
	}
}

@media screen and (min-width: 0) and (max-width: 979px) {
	.tablet-hide {
	  display: none !important;
	}
}

@media screen and (max-width: 479px) {
	.tablet-hide,
	.phone-hide {
	  display: none !important;
	}
}

/*google map and streetview are replaced with a link if page is too narrow*/

@media screen and (max-width: 694px) {
	.g-map {
		display: none !important;
	}
}
@media screen and (min-width: 695px) {
	.g-map-link {
		display: none !important;
	}
}

.lang-ru table.dataTable thead th { white-space: normal !important;}


.ui-checkbox{ border: 1px solid #999 !important; padding:0 !important; }



/* Updates 14.09.2018 by bonefarm.com*/

.footer_links,
#left_side .contact,
#flashContent,
.social_media,
#topmenu,
#attributes{ display:none; }

#left_side{}

.banner_bottom{
    position: absolute;
    top: 320px;
    height: auto !important;
width:215px !important;
}
.banner_bottom a{
display:block;
text-align:center;
}

.banner_bottom img{
float:none !important;
margin: 0 auto !important;

}

#header{
height: 273px !important;
}
	
/* editor:lead is deprecated since 4.6.4 */
editor\:lead {
	display: block;
	height: 15px;
	background: url(/admin/images/lead.gif);
}

hr.scms_lead_body_separator {
	height: 15px;
	background: url(/admin/images/lead.gif);
	border: 0px solid black;
	width: 100%;
}
