body {
	background: #fff!important;
}
.head {
	min-height: 250px;
	height: 20%;
}
.headText {
	left: 90px;
	top: 45px;
	position: relative!important;
}
.contentTable {
	width: 100%;
	border-spacing: 0;
}
.contentTable td{
	vertical-align: top;
}
.contentTable tr td:first-child{
	width: 600px;
}
.contentTable tr td:last-child{
	width: 100%;
}
.rightMinis{
	overflow: auto;
}
.rightMinis .thumb {
	overflow:hidden;
	max-width: 47%;
	float:left;
	margin: 0 10px 10px 0;
	max-height: 104px;
}
.rightMinis .thumb img{
	height: 104px;
	width: 156px  
}
.rightMinis .thumb img:hover{
	cursor:pointer
}
.rightMinis .thumb:last-child{
	margin:0;
}
.rightInfo {
	margin-top:20px;
}
.last {
	border-bottom: 0;
}
.mainImage {
	width: 100%;
	max-height: 400px;
}
.mainImageDiv {
	display: block;
}

.bloxInfo {
	line-height: 1.6;
}
.mainPhoto {
	width: 600px;
}
.olegInfo {
	display: inline-block;
	padding-top: 6px;
	margin-top: 6px; 
}
.olegInfo a {
	text-decoration: underline;
}
.olegInfo a:hover {
	text-decoration: underline;
}
#map-canvas {
	height: 350px;
	width: 600px;
	margin: 0px;
	padding: 0px
}
/* Calculator */
#calcForm table {
	width: 100%
}
#calcForm table tr td {
	width: 50%;
	padding-bottom:12px;
}	
#calcForm table tr td:first-child {
	text-align: right;
	width:220px; 
}
#calcForm table tr td:last-child {
	text-align: left;
}
#calcForm table tr td:last-child input {
	width:100px; 
}
/* slider */
#calcForm .ui-slider-handle {
	border: 1px solid #77d5f7;
	border-radius: 20px;
	background-color: #44729C; 
	background-image:none;
	border: 1px solid #44729C;
}
#calcForm .ui-slider-handle:hover {
	cursor:pointer;
}
#calcForm .ui-slider-horizontal {
	margin-top: 8px;
	border:none;
	border-bottom: 2px solid #44729C;
	border-radius: 0;
	height:5px;
	max-width: 110px;
}
.socialBtns {
	display: inline-block;
	padding: 6px;	
	margin: 4px;
	vertical-align:top;
}
.socialBtns a{
	text-decoration: none;
	display: inline-block;
	position: relative;
	vertical-align: top;	
	margin-left: 12px;
	background-position: 0 -24px;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	display: inline-block;
}
.socialBtns a:hover{
	background-position: 0 0;
	cursor: pointer;
}
.socialFacebook {
	background-image: url("/img/icons/social-046_facebook.png");
}
.socialTwitter {
	background-image: url("/img/icons/social-045_twitter.png");
}
.socialGoogle {
	background-image: url("/img/icons/social-080_google_plus.png");
}

label:hover {
	cursor:pointer;
}
.amenities {
	margin-top:0;
}
.amenities li{
	text-transform: capitalize;
}
.offer {
	position: absolute; 
	width: 100%;
}
.mainImageDiv {
	position: relative;
	overflow: hidden;
}
.cell {
	padding: 12px;
	//margin: 16px 6px;
	//	padding: 0;
	margin: 0;
}
.cell a{
	font-weight: bold;
	text-decoration: underline;
	color: #44729C
}
.cell a.btn {
	color: white; 
	text-decoration: none;
	font-weight:normal
}
.cell a.btn:hover {
	color: #666; 
}
#galleryAdditionals { 
	height: 100%;
    min-height: 100%; 
    position: fixed;
    z-index: 1001;
    top: 0;
	display: none;
}
.closeGalleryBtn {
	z-index: 10001;
	color: white;
	position: absolute;
	top: 0;
	left: 0;
	margin: 10px;
	padding: 0px 30px;
	font-weight: bold;
	font-size: 800%;
	text-shadow: 1px 1px 8px black, 0 0 5px black;
}
.closeGalleryBtn:hover {
	color: white;
	text-decoration: none;
	cursor: pointer
}
/* galleria new */
.loadingAdd { /* for dialog blocking */
	position: absolute; 
	width: 100%;
	height: 100%;
	z-index: 10000;
	font-weight:bold;
	text-align: center;
	top: 0;
	background-color: white;
}
.loadingPre{
	position:relative;
	top:45%;
}
.loadingCircle {
	background: url("/img/icons/loading.gif") no-repeat bottom left #fff;
	width: 32px;
	height: 42px;
	margin: 0 auto;
	position: relative;
	top: 20%
}
.reduced {
	z-index: 3;
    position: absolute;
    bottom: 0;
    right: 0;
}