#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;
}

#contacts
{
	float: left;
	width: 357px;
	height: 100%;
	float: left;
	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 div .orange
{
	color: #f38c06;
	font-weight: 400;
}

#block
{
	margin-top: 25px;
	position: relative;
}

#block #gallery
{
	float: left;
	width: 723px;
}

#block #map
{
	float: right;
	width: 298px;
	height: 443px;
}

.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: 13px;
	color: #a5a5a5;
	padding: 13px 0 10px 54px;
	background-image: url(/images/block-header.png);
	background-repeat: no-repeat;
	background-position: left;
}

#block #gallery-content
{
	height: 397px;
	width: 100%;
}

#block #gallery-content img
{
	box-shadow: 2px 4px 5px #ddd;
}

#block #map-content
{
	height: 397px;
	width: 100%;
	box-shadow: 2px 4px 5px #ddd;
}

#block2
{
	margin-top: 25px;
}

#description
{
	padding: 30px 327px 0 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
}