/* CSS Document */
body {
	padding-top: 40px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #2D2D2D;
}
h1, h2, h3, h4, h5, h6  {
	font-weight: 300;
}
header {
	height: 460px;
	position: relative;
	width: 100%;
}
header.inner {
	height: 250px;
	position: relative;
	width: 100%;
	background-position:center !important;
}
#main {
	position:relative;
	z-index:2;
	padding-bottom:20px;
}

h2#slider-title {
	position: absolute;
	left: 30px;
	top: 0px;
	background-color:#00c;
	background-color: rgba(0, 0, 9, 0.4);
	color: #fff;
	-webkit-box-shadow: -3px 3px 2px 0px rgba(0, 0, 0, 0.75);
	box-shadow: -3px 3px 2px 0px rgba(0, 0, 0, 0.75);
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
   -khtml-border-radius:4px border-radius:4px;
	z-index: 400;
	font-size: 16px;
	width: auto;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border: 1px solid #FFF;
}

*/#url {
	font-size: 36px;
	color: #F00;
	position: absolute;
	left: 30px;
	top: 300px;
	z-index:8;
}

.offer {
	position:relative;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	-webkit-transition: box-shadow 0.4s linear;
	-moz-transition: box-shadow 0.4s linear;
	-ms-transition: box-shadow 0.4s linear;
	-o-transition: box-shadow 0.4s linear;
	transition: box-shadow 0.4s linear;
	cursor:pointer;
}
.offer img {max-width:100%;}

.offer:hover {
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
}
.offer-wrap {
	background:#f2f2f2;
	position:relative;	
}
.offer .label{
	position:absolute;
	left:5px;
	top:4px;
}
.offer .btn-group {
	position:absolute;
	right:5px;
	top:5px;
	display:none;
}
.offer:hover .btn-group {
	display:inline-block;
}
.offer .badge {
	font-weight:400;
}
.padding {
	padding:5px 10px;
	box-shadow:inset 0 10px 4px -8px rgba(0,0,0,0.2)
}
#main .offer {
	margin-bottom:25px;
}
footer {
	padding-top:20px;
	background:#2D2D2D;
    color: #eee;
    width: 100%;
}
#footer-bottom {
	border-top:1px solid #585858
}
#footer-left, #footer-right {
	font-size:11px;
	padding:10px 0;
}
.footer-phone {
	padding-top:20px;
	background:#2D2D2D;
	margin-top:20px;
    color: #eee;
    margin-left: -20px; margin-right: -20px;
}
h2.hotel-name .label, h2.hotel-name .badge {
	vertical-align:middle;
	font-weight:400;
}
.dmxGoogleMaps img {
	max-width:none !important;
}
.location {
	border-top:1px solid #eee;
}
