/*Категорія "Рекомендовані Готелі"*/
.hotel_block_post{
	min-height:350px!important;
	background:#fff url("images/single_bg.jpg") top left repeat-x;
	background: rgb(232,244,250);
	background: -moz-linear-gradient(top, rgba(232,244,250,1) 0%, rgba(255,255,255,1) 40%);
	background: -webkit-linear-gradient(top, rgba(232,244,250,1) 0%,rgba(255,255,255,1) 40%);
	background: linear-gradient(to bottom, rgba(232,244,250,1) 0%,rgba(255,255,255,1) 40%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f4fa', endColorstr='#ffffff',GradientType=0 );
}

.hotel_block_post .mini_thumb{
	height:350px!important;
}

.hotel_decription{
	position:absolute;
	bottom:12px;
	width:250px;
	height:150px;
	background:#ffffff;
	margin-left:-125px;
	left:50%;
	display:block;
	text-align:center;
}

.hotel_block_post .title_post{
	height:45px!important;
}

.stars{
	border-top:1px solid #A39683;
	display:block;
	width:200px;
	margin:0px auto;
}

.stars1,
.stars2,
.stars3,
.stars4,
.stars5{
	background: transparent url("images/stars.png") left center no-repeat;
	display:block;
	height:20px;
	margin:15px auto;
}

.stars1{width:23px;}
.stars2{width:46px;}
.stars3{width:68px;}
.stars4{width:90px;}
.stars5{width:113px;}

/*Фільтр готелів*/
.searchandfilter{
	margin-top:-8px;
}
.searchandfilter ul{
	margin:0px;
	padding:0px;
}
.searchandfilter ul li{
	display:inline-block;
	margin-right:20px;
}

.searchandfilter ul li li{
	padding:3px 7px;
}

.searchandfilter h4{
	font-size:12px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	font-style:italic;
}

.postform{
	padding:4px 2px 4px;
	margin-right:10px;
	margin-top:0px;
}
.searchandfilter select{
	width:204px;
}

.sf-field-post-meta-hotel_stars ul li, .postform{
	display:inline-block;
	border:1px solid #EBEBEB;
	background:#f6f6f6;
	border-radius:15px;
	margin-right:5px;
}

.sf-field-post-meta-hotel_stars ul li{
	font-size:0em;
}

.sf-field-post-meta-hotel_stars ul li label {
	background: transparent url("images/stars_mini.png") 20px top no-repeat;
	display:block;
	height:20px;
	cursor:pointer;
}

.sf-field-post-meta-hotel_stars ul li label .cat-item{margin-top:3px;}

.sf-field-post-meta-hotel_stars ul li:nth-child(1) label {width:38px;}
.sf-field-post-meta-hotel_stars ul li:nth-child(2) label {width:52px;}
.sf-field-post-meta-hotel_stars ul li:nth-child(3) label {width:68px;}
.sf-field-post-meta-hotel_stars ul li:nth-child(4) label {width:83px;}
.sf-field-post-meta-hotel_stars ul li:nth-child(5) label {width:100px; margin-right:0px!important;}

/*Заголовки, посилання*/
.mini_block_post{
	width:325px;
	min-height:450px;
	float:left;
	margin:15px 15px 0px 0px;
	background:#ffffff; 
	display:block;
	border:1px solid #EBEBEB;
	position:relative;
}

.mini_thumb{
	width:325px;
	height:192px;
	display:block;
	overflow:hidden;
}

.mini_decription{
	width:90%;
	margin:5px auto;
	font-size:13px;
	line-height:16px;
	color:#30353f;
}

.info{
	font-size:11px;
	display:block;
	margin-top:10px;
}

.title_post{
	color:#151515; 
	font-size:12px;
	text-decoration:none;
	line-height:21px;
	height:70px;
	display:block;
}

.title_post:hover{
	color:#006dae;
}

.more-link a {
    border-radius: 3px;
    background: #54DF56 url("images/more-link.png") 8px 6px no-repeat;
    position:absolute;
	right:10px;
	bottom:10px;
    font-weight:600;
    color:#fff;
    font-size:13px;
    padding:6px 11px 6px 31px;
	text-decoration:none;
        -moz-transition: all 0.3s 0.01s ease;
        -o-transition: all 0.3s 0.01s ease;
        -webkit-transition: all 0.3s 0.01s ease;
}

.more-link a:hover {
        background:#00b4f0 url("images/more-link.png") 13px 6px no-repeat;
        color:#fff;
}

/*Анімації*/
.mini_thumb a img
{
    width:100%;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}

.mini_thumb a img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}