#block
{
	position: relative;
	width: 770px;
	height: 294px;
}

#search-form
{
	float: left;
	top: 0;
	position: relative;
	width: 504px;
	height: 294px;
	background-color: #6296c8;
	border: 1px solid #5c8ab7;
	padding: 26px;
	display: inline;
}

#search-form input[type="text"]
{
	width: 100%;
	height: 37px;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	padding: 0 38px 0 19px;
	border: 1px solid #2e6ba5;
}

#search-other
{
	position: relative;
}

#search-form input[type="submit"]
{
	position: absolute;
	right: 26px;
	background-color: #f38c06;
	width: 184px;
	height: 37px;
	border: 1px solid #e26703;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	bottom: 0;
	right: 0;
}

#search-form #icon
{
	position: absolute;
	top: 38px;
	right: 40px;
	width: 15px;
	height: 15px;
	background-image: url(/images/search-form-icon.png);
}

#search-form p
{
	color: #2a4b6b;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 12px;
	margin-bottom: 5px;
}

#search-region
{
	margin-top: 13px;
}

.dropdown-group
{
	display: inline-block;
	width: 109px;
	height: 58px;
	margin-right: 20px;
}

#search-form .dropdown-group input[type="text"]
{
	padding: 0 9px;
}

/*
.dropdown-group select
{
	cursor: pointer;
	padding: 0 9px;
	-webkit-appearance: none;
	width: 100%;
	height: 37px;
	border: 1px solid #2e6ba5;
	background: url(/images/dropdown.png) #fff no-repeat right;
}
*/

.checkbox-group
{
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 12px;
}

input[type=checkbox].css-checkbox
{
	position: absolute; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height: 1px; 
	width: 1px; 
	margin: -1px; 
	padding: 0;
	border: 0;
}

input[type=checkbox].css-checkbox + label.css-label
{
	padding-left:20px;
	height:15px; 
	display:inline-block;
	line-height:15px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
	cursor:pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label
{
	background-position: 0 -15px;
}

.css-label
{
	background-image:url(/images/checkbox.png);
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 13px;
}

#bottom-text
{
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 13px;
	text-align: center;
	margin-top: 30px;
}

#bottom-text .check
{
	display: inline-block;
	margin-right: 15px;
	height: 8px;
	width: 12px;
	background-image: url(/images/check.png);
}

#search-form .arrow
{
	position: absolute;
	bottom: -6px;
	left: 50%;
	margin-left: -10px;
	height: 10px;
	width: 20px;
	background-image: url(/images/search-form-arrow.png);
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #000;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #000;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #000;
}

#bath-types
{
	position: relative;
	float: left;
	top: 0;
	width: 240px;
	height: 294px;
	border: 1px solid #e2e2e2;
	background-color: #eee;
	display: inline;
	margin-left: 26px;
}

#bath-types .type
{
	position: relative;
	height: 49px;
	width: 100%;
	border-bottom: 1px solid #e2e2e2;
	color: #a5a5a5;
	padding: 15px 10px 15px 55px;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	cursor: pointer;
	background-position: left;
	background-repeat: no-repeat;
}

#bath-types .type:last-child
{
	border: 0;
}

#bath-types .type span
{
	position: absolute;
	display: block;
	width: 49px;
	height: 49px;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center;
}

#bath-types .type.bath span
{
	background-image: url(/images/type-bath.png);
}

#bath-types .type.castle span
{
	background-image: url(/images/type-castle.png);
}

#bath-types .type.castle
{
	margin-top: 49px;
}

#bath-types .type.medicinal span
{
	background-image: url(/images/type-medicinal.png);
}

#bath-types .type.public span
{
	background-image: url(/images/type-public.png);
}

#bath-types .type.camping span
{
	background-image: url(/images/type-camping.png);
}

#bath-types .type.spa span
{
	background-image: url(/images/type-spa.png);
}

.block2
{
	margin-top: 25px;
	position: relative;
	width: 770px;
	padding: 12px 0 22px; 
	height: 138px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

.block2 p
{
	margin-left: 5px;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #bbb;
	text-transform: uppercase;
}

.bath
{
	position: relative;
	display: inline-block;
	float: left;
	height: 76px;
	width: 33.33%;
	padding: 0 10px 0 110px;
}

.bath .pic
{
	position: absolute;
	left: 0;
	box-shadow: 2px 4px 5px #ddd;
	
}

.bath .name
{
	font-size: 13px;
	overflow: hidden;
	height: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-transform: none;
	margin-bottom: 2px;
	color: #6296c8;
}

.bath .city
{
	font-size: 11px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-transform: none;
	height: 15px;
	color:#545e67;
	overflow: hidden;
}

.bath .rating
{
	height: 20px;
}

.bath .view-map
{
	position: relative;
	height: 15px;
	padding-left: 16px;
	font-size: 11px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-transform: none;
	color: #545e67;
	cursor: pointer;
	background-image: url(/images/bath-view-map.png);
	background-position: left;
	background-repeat: no-repeat;
}

.block3
{
	position: relative;
	height: 254px;
	width: 770px;
	margin-top: 25px;
}

.block3 #adverts
{
	position: absolute;
	height: 100%;
	display: inline-block;
	right: 0;
	width: 243px;
}

.block3 #adverts .header
{
	position: relative;
	height: 45px;
	border-top: 1px solid #e2e2e2;
}

.block3 #adverts .button
{
	position: absolute;
	display: inline-block;
	color: #bbb;
	text-decoration: none;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}

.block3 #adverts .button .arrow
{
	margin-top: 2px;
	margin-left: 10px;
	display: inline-block;
	position: absolute;
	height: 15px;
	width: 7px;
	background-image: url(/images/arrow-grey.png);
}

.post
{
	padding: 2px 0;
	height: 42px;
	position: relative;
	border-top: 1px solid #e2e2e2;
}

.post:last-child
{
	border-bottom: 1px solid #e2e2e2;
}

.post .name
{
	display: block;
	margin-top: -2px;
	overflow: hidden;
	height: 21px;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #346595;
}

.post .time
{
	font-size: 11px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #6c7884;
	margin-right: 10px;
}

.block3 #adverts .button:first-child
{
	background-color: #eee;
	border-left: 1px solid #e2e2e2;
	//width: 134px;
	width: 100%;
	padding: 12px
}

.block3 #adverts .button:last-child
{
	//left: 134px;
	//width: 109px;
	//padding: 12px 18px 11px;
}

.block4
{
	position: relative;
	width: 770px;
	height: 567px;
	margin-top: 25px;
}

.inner-block1
{
	float: left;
	width: 370px;
	border-top: 1px solid #e2e2e2;
	padding: 12px 0 0;
}

.block4 .bath
{
	display: block;
	width: 100%;
	margin-bottom: 14px;
}

.inner-block1 p, .inner-block2 p
{
	margin-left: 5px;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #bbb;
	text-transform: uppercase;
}

.inner-block1 .arrow, .inner-block2 .arrow
{
	top: 15px;
	right: 15px;
	display: inline-block;
	position: absolute;
	height: 15px;
	width: 7px;
	background-image: url(/images/arrow-grey.png);
}

.inner-block2
{
	float: right;
	right: 0;
	width: 374px;
	border-top: 1px solid #e2e2e2;
	padding: 12px 0 0;
}

.block4 .region
{
	width: 100%;
	height: 162px;
	margin-bottom: 18px;
	box-shadow: 2px 4px 5px #ddd;
	position: relative;
}

.region-text
{
	position: absolute;
	top: 15px;
	left: 15px;
	width: 187px;
	height: 84px;
	background-color: #000;
	opacity: 0.65;
	padding: 10px 15px;
	text-transform: uppercase;
}

.region-text.inner
{
	opacity: 1;
	background-color: transparent;
}

.region-text .name
{
	color: #fff;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.region-text .count
{
	color: #fff;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

.region-text .arrow
{
	display: inline-block;
	position: absolute;
	height: 34px;
	width: 16px;
	background-image: url(/images/region-arrow.png);
	top: 35px;
	right: 25px;
}

.block5
{
	position: relative;
	margin-top: 25px;
	width: 770px;
}

.block5 .bath
{
	display: block;
	width: 100%;
	margin-bottom: 14px;
}