#bar
{
	position: relative;
	width: 100%;
	height: 43px;
}

.button
{
	position: relative;
	cursor: pointer;
	float: left;
	border: 1px solid #e2e2e2;
	background-color: #eee;
	padding: 11px 30px 11px 50px;
	height: 100%;
	margin-right: 1px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 13px;
	color: #a5a5a5;
}

#back
{
	padding: 11px 40px 11px 43px;
	display: block;
	text-align: center;
	text-decoration: none;
	background: url(/images/back.png) #eee no-repeat left;
}

.share
{
	background-color: #fff;
	color: #b0b0b0;
	padding: 11px 25px;
	float: right;
	margin-right: 126px;
}

#bar .social
{
	top: 0;
}

#back:hover
{
	color: #a5a5a5;
}

.icon
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 43px;
	background-position: center;
	background-repeat: no-repeat;
}

.icon.info
{
	background-image: url(/images/icon-info.png);
}

.icon.map
{
	background-image: url(/images/icon-map.png);
}

.icon.print
{
	background-image: url(/images/icon-print.png);
}

.icon.email
{
	background-image: url(/images/icon-email.png);
}

.icon.review
{
	background-image: url(/images/icon-review.png);
}

#main-info
{
	margin-top: 30px;
}

#main-info #name
{
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #545e67;
	margin-bottom: 20px;
}

#main-info #name span
{
	font-size: 18px;
	color: #6296c8;
}

#main-info img
{
	float: left;
	box-shadow: 2px 4px 5px #ddd;
}

#calendar
{
	float: right;
	margin-top: -45px;
	position: relative;
}

#calendar .legend
{
	font-size: 13px;
	color: #a5a5a5;
	font-family: 'Roboto', sans-serif;
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}

#calendar .square
{
	height: 11px;
	width: 11px;
	display: inline-block;
	border: 1px solid #e2e2e2;
	margin-right: 5px;
}

#calendar table
{
	border: 1px solid #e2e2e2;
	color: #aaa;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-align: center;
	position: relative;
}

#calendar table td
{
	vertical-align: middle;
	height: 30px;
	width: 30px;
	padding: 12px 5px;
}

#calendar table td.blue
{
	color: #6296c8;
}

#calendar table td.gray
{
	background-color: #eee;
	color: #a5a5a5;
	font-size: 13px;
	width: 40px;
	line-height: 1.2;
	position: relative;
}

#calendar table td.busy, #calendar .square.busy
{
	background-color: #f38c06;
	border: 1px solid #e26703;
	color: #fff;
}

#calendar table td.blank
{
	width: 30px;
}

#calendar .arrow
{
	position: absolute;
	height: 30px;
	width: 100%;
	display: block;
	cursor: pointer;
	right: 0;
}

#calendar .arrow.up
{
	top: 0;
	background: url(/images/calendar-up.png) no-repeat center;
}

#calendar .arrow.down
{
	bottom: 0;
	background: url(/images/calendar-down.png) no-repeat center;
}

#contacts
{
	float: left;
	width: 339px;
	height: 100%;
	margin-left: 30px;
}

#contacts div
{
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #545e67;
	margin-bottom: 15px;
	position: relative;
	padding-left: 30px;
}

#contacts .info
{
	display: block;
	position: absolute;
	left: 0;
	height: 17px;
	width: 17px;
	background-position: left;
	background-repeat: no-repeat;
}

#contacts .info.phone
{
	background-image: url(/images/icon-phone.png);
}

#contacts .info.email
{
	background-image: url(/images/icon-email.png);
}

#contacts .info.web
{
	background-image: url(/images/icon-web.png);
}

#contacts .info.facebook
{
	background-size: 17px 17px;
	background-image: url(/images/icon-facebook.png);
}

#contacts .info.people
{
	background-image: url(/images/icon-people.png);
}

#contacts .info.beds
{
	background-image: url(/images/icon-beds.png);
}

#contacts .info.type
{
	background-image: url(/images/icon-type.png);
}

#contacts div .orange
{
	color: #f38c06;
	font-weight: 400;
}

.block-header
{
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	height: 45px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #a5a5a5;
	padding: 11px 0 9px 54px;
	background-image: url(/images/block-header.png);
	background-repeat: no-repeat;
	background-position: left;
}

#gallery
{
	position: relative;
	margin-top: 30px;
	width: 100%;
}

#gallery  span
{
	display: inline-block;
	height: 54px;
	margin-bottom: 10px;
	box-shadow: 2px 4px 5px #ddd;
}

#gallery  img
{
	float: left;
	cursor: pointer;
}

#options
{
	margin-top: 50px;
	position: relative;
	line-height: 2;
}

#options .option
{
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #545e67;
	padding: 5px 0;
	border-top: 1px solid #e2e2e2;
}

#options .all-options
{
	font-weight: 400;
	color: #6296c8;
}

#block, #block2
{
	position: relative;
	margin-top: 40px;
	min-height: 284px;
}

#description, #prices
{
	position: relative;
	width: 723px;
	min-height: 284px;
	display: inline-block;
	left: 0;
}

#description #description-content,
#prices #prices-content
{
	margin-top: 10px;
	position: relative;
	height: 200px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	overflow: hidden;
	color: #545e67;
}

#block #map
{
	height: 284px;
	width: 300px;
	position: absolute;
	right: 0;
	display: inline-block;
}

#map #map-content
{
	height: 240px;
	box-shadow: 2px 4px 5px #ddd;
}

#shares
{
	padding-top: 80px;
	position: relative;
	width: 100%;
	min-height: 163px;
}

#shares #shares-left
{
	position: relative;
	display: inline-block;
	left: 0;
	width: 520px;
	min-height: 250px;
}

#shares #shares-right img
{
	box-shadow: 2px 4px 5px #ddd;
}

#shares #shares-text
{
	max-height: 173px;
	overflow: hidden;
	position: relative;
}
/*#shares #shares-text:after{*/
	/*content:"";*/
	/*display: block;*/
	/*position: absolute;*/
	/*z-index: 1;*/
	/*bottom: 0;*/
	/*left:0;*/
	/*width: 100%;*/
	/*height: 1.5em;*/
	/*background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);*/
/*}*/
#shares #shares-right
{
	position: absolute;
	display: inline-block;
	right: 0;
	width: 503px;
}

#shares #shares-name
{
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #6296c8;
	margin: 10px 0;
}

.read-more
{
	display: none;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #6296c8;
	position: relative;
	bottom: 0;
	cursor: pointer;
	margin-top: 20px;
}

#your-baths
{
	margin-top: 50px;
	position: relative;
	width: 100%;
	padding: 12px 0 22px; 
	height: 138px;
	border-top: 1px solid #e2e2e2;
}

#your-baths 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: 24.9%;
	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;
}

#scroll-top
{
	bottom: auto;
	margin-top: 7px;
}

#video
{
	margin-top: 30px;
}

#video .block-header
{
	border-bottom: 0;
}

@media (max-width: 1200px)
{
	#left-menu
	{
		display: none;
	}
}

#left-menu
{
	left: 10px;
	position: fixed;
	top: 50%;
	margin-top: -112px;
	height: 220px;
	width: 45px;
	z-index: 100;
}

#left-menu .item
{
	background-color: #6296c8;
	border: 1px solid #2e6ba5;
	height: 45px;
	width: 45px;
	margin-top: -1px;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

#left-menu .item:hover
{
	background-color: #2e6ba5;
}

#left-menu .item:hover .inner
{
	display: block;
}

#left-menu .item.gallery
{
	background-image: url(/images/icon-gallery.png);
}

#left-menu .item.info
{
	background-image: url(/images/icon-info_white.png);
}

#left-menu .item.prices
{
	background-image: url(/images/icon-prices.png);
}

#left-menu .item.map
{
	background-image: url(/images/icon-map_white.png);
}

#left-menu .item.video
{
	background-image: url(/images/icon-video.png);
}

#left-menu .item .inner
{
	position: absolute;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #fff;
	height: 45px;
	padding: 13px 40px 14px 20px;
	background-color: #295783;
	left: 43px;
	margin-top: -1px;
	display: none;
}

#left-menu .item .inner span
{
	display: block;
	height: 100%;
	width: 45px;
	background: url(/images/check.png) no-repeat center;
	top: 0;
	right: 0;
	position: absolute;
}