.price-block {
	margin: 20px 0;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}

.price-value {
	border-radius: 3px;
	padding: 3px 10px;
	background-color: rgb(243, 243, 243);
	border-top: 2px solid #cdcdcd;
	border-bottom: 2px solid #cdcdcd;
	/*color: #ededed;*/
	color: #55a79a;
}

.custom-descr {
	font-style: italic;
}

tbody.contacts {
	display:none;
}


.ads-title span {
	margin-top: 30px;
	display: block;
}

.price-row {
	font-size: 22px;
	font-weight: bold;
}

.table-price {
	padding: 10px 5px;
	color: #55a79a;
	
}

.show-contacts {
	padding: 10px 5px;
	display: inline-block;
}

.props {
	margin: 10px 0;
	font-size: 12px;
	text-align: left;
}

.props.left {
	/*margin: 20px 0;*/

}



.props .prop{
	display: block;
}

.prop.green{
	color: #55a79a;	
}


.prop.inline {
	margin: 10px 0;
	font-size: 12px;
}



.title.offer-title {
	line-height: 1.4;
}

.cottage-preview {
	width: 180px;
	max-width: 100%;
	max-height: auto;
	border: 5px solid #eee;
	
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	-moz-transition: all 1s;	
	transition: all 1s;
}

.cottage-preview:hover {
	opacity: 1;
	border: 5px solid rgb(221, 221, 221);
	
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	-moz-transition: all 1s;	
	transition: all 1s;
}

.image-block {
	display:none;
}


	
@media (min-width: 992px) {
	.image-block {
		display: block;
	}
}

.highways span {
	display: inline-block;
	background: #e6e6e6;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;


	padding: 4px 8px;
	margin: 2px 0;
	font-size: 12px;
	text-transform: uppercase;
	
}

.highways span:hover, .highways span.active {
	background: rgb(221, 221, 221);
}

.highways a {
	padding: 1px;
}

.highways a:hover {
	text-decoration: underline;
}


table.params {
	font-size: 12px;
	width: 80%;
	border: 1px solid #b3b3b3;
	margin: 10px;
}

table.params tr{
	background: #f0f0f0;
}

table.params tr:nth-child(2n){
	background: #fff;
}

table.params td:first-child{
	width: 30%;
}

table.params td{
	border: 1px solid rgb(214, 214, 214);
	padding: 5px;
}

table.params td.section{
	font-weight: bold;
	font-size: 13px;
}

.ajax_link {
	border-bottom: 1px dashed;
	
}

.ajax_link:hover {
	text-decoration: none;
}



.pics {
	
	width: 660px;
	height: 112px;
	overflow: hidden;
	margin: 20px 5px 5px 5px;
	position:relative;
	padding: 0;
}


.pics .items a:hover img {
	opacity: 1;
}

.pics .items .set a.fancy {
	display: inline-block;
	margin-left: 4px;
	padding-top: 2px;
}

.nice-border {
	border: 1px solid #E8E8E8;
	padding: 3px;
	border-radius: 5px;
	
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	-moz-transition: all 1s;	
	transition: all 1s;	
}

.nice-border:hover {
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	-moz-transition: all 1s;	
	transition: all 1s;
	
	border: 1px solid #b3b3b3;
}

.scrollable .items {
  /* this cannot be too large */
  width:20000em;
  position:absolute;
}


.scrollable .items div.set {
  float:left;
}

.pics .pics_nav {
	width: 30px;
	height: 110px;	
	position: absolute;
	display: block;
	z-index: 100;
	background: #fff;
	opacity: 0.5;
	outline: none;
}

.pics_nav.disabled {
	display:none;
}

#pic-next {
	right: 0;
	background: #fff url('../img/arrow-right.png') center center no-repeat;
}

#pic-prev {
	left: 0;
	background: #fff url('../img/arrow-left.png') center center no-repeat;
}


/* PREVIEW BLOCk */


.preview-block {
	
	/*color: rgb(117, 36, 36);*/
	text-align: left;
	
	
}

.preview-block img:hover {
	opacity: 1;
}

.preview-block .item {
	display: inline-block;
	text-align: center;
	width: 168px;
	padding: 5px;
	vertical-align: top;
	min-height: 220px;
	
	
}



.preview-block.article {
	margin: 30px 0;
	
}

.preview-block .item .pic{
	padding: 3px;
	
}

.preview-block .item .title {
	padding: 5px 5px;
	line-height: 1.3;
}

.preview-block .item .meta-info {
	padding: 0 5px;
	vertical-align: top;
	font-size: 10px;
}

.preview-block .more {
	font-size: 10px;
	float: right;
	padding-right: 20px;
}

/* YANDEX MAP */

/* map */


#map.active {
	width: 100%;
	height: 400px;
}

#map_holder {
	padding-top: 40px;
}

.location_meta {
	font-size: 12px;
	
}

.location_meta p {
	-webkit-transition: color 1s;
	-moz-transition: color 1s;
	-o-transition: color 1s;
	-ms-transition: color 1s;
	transition: color 1s;
	color: #D2D2D2;
}



.location_meta p:hover {
	-webkit-transition: color 1s;
	-moz-transition: color 1s;
	-o-transition: color 1s;
	-ms-transition: color 1s;
	transition: color 1s;
	color: #505050;
}


.error {
	color: #838183;
}

.error-holder {
	display: block;
	width: 100%;
	padding: 5px 10px;
	color: rgb(209, 12, 9);
	font-size: 12px;
}


.errorSummary {
	padding: 10px;
	color: rgb(209, 12, 9);
	font-size: 12px;
	background-color: rgb(252, 234, 234);
	margin: 20px 0;
	border-radius: 5px;
}

.error .form-control {
	
	/*background-color: rgb(248, 206, 206);
	color: rgb(219, 119, 119);
	border-color: #ebccd1;
	* */
	
	border-color: rgb(223, 169, 169);
	background-color: #f2dede;/* bs default colors */
	color: #a94442;
	
}

.error .form-control:focus {
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(233, 128, 102, 0.6);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(233, 128, 102, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(233, 128, 102, 0.6);
}


.info-message {
	color: rgb(158, 158, 158);
	font-size: 20px;
	height: 200px;
	display: inline-block;
	padding-top: 100px;
}

.not_found { 
	color: rgb(158, 158, 158);
	width: 100%;
	height: 200px;
	/*border: 1px solid #cccccc;*/
	font-size: 20px;
	text-align: center;
	display: inline-block;
	line-height: 100%;
	
}

.not_found .text {
	padding-top: 100px;
	vertical-align: middle;
}

.not_found span.error_message {
	display: block;
	
}

.not_found span.try_more {
	display: block;
	font-size: 14px;
}


/* loader */
.loading {
	/*opacity: 0.5;*/
	background: url(../img/ajax-loader.gif) center center no-repeat;	
}


/* Villages Search Sidebar Form */
/*
.villages-form {
	background-color: #eee;
	padding: 10px;
}
*/

#advanced-search {
	display: none;
}


/* Text images */

div.txt_image {
	border-bottom: 1px solid #E5E5E5;
	color: #A6A6A6;
	margin: 15px;
}

div.txt_image img{
	padding: 15px 0;
	/*max-width: 600px;*/
	/*max-height: 600px;*/
		
}

div.txt_image.left img{
	padding: 0;
	/*max-width: 600px;*/
	/*max-height: 600px;*/
		
}

div.txt_image span {
	display: block;
	text-align: center;
	border-top: 1px solid #DCEAEB;
	padding: 5px;
	font-size: 12px;
}

div.txt_image.center, div.txt_image {
	text-align: center;
}

div.txt_image.center {
	clear: both;
}

div.txt_image.right {
	float: right;
	margin-right: 0;
}

div.txt_image.left {
	float: left;
	margin-left: 0;
}

/* ADS */

#navigation .header {
	height: 130px;
}

.ads-holder {
	border: 1px solid red;
	display: inline-block;
}

.top-ads {
	width: 728px;
	height: 90px;
}

.inner_ads {
	width: 100%;
	height: 330px;
	padding: 15px 0;
	text-align: center;	
}

.inner_ads.single {
	text-align: left;
	
}

.inner_ads.page {
	text-align: left;
	height: 120px;
	padding: 15px 5px;
}

.text-ads {
	width: 336px;
	height: 280px;
	/*display: inline-block; */	
}

.text-ads.left {
	padding-right: 10px;
	margin: 15px 20px 15px 0;
	float: left;	
}

.text-ads.right {
	float: right;
	margin: 15px 0 15px 15px;	
}


/* Social Share Buttons */

.social-wrap{
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline;
}
.social-wrap #vk_like{
	float:left;
	clear: none !important;
	width:170px !important;
}
.social-wrap .fb-like{
	float:left;
	width:150px!important;
}
.social-wrap #tweet_like{
	float:left;
	width:120px!important;
}
.social-wrap #___plusone_0{
	float:left !important; 
}

.social-wrap .yashare-auto-init {
	float:left !important;
	margin-top: -6px;
}

.social-buttons-single {
	padding: 5px 0 5px 26px;
}
