body,html {
	padding: 0px;
	margin: 0px;
}

body {
	padding: 0 15px 15px 15px;
}

p {
	margin: 0px 0 15px 0;
}

#page-title {
	padding: 0;
	color: #fff;
	font-weight: normal;
	font-size: 25px;
	display: block;
	width: 100%;
	margin-bottom: 25px;
	text-align: center;
}

#logowrap {
	margin: 20px 0px 0px 0px;
}
.nav {
	width: 100%;
	height: 20px;
	padding: 0px;
	text-align: center;
	float: left;
	padding: 0px;
	display: block;
}
.nav li {
	display: inline-table;
	padding: 0 8px;
}
.nav li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
}
.nav li a:hover {
	color: #000F89;
}
.footernav {
	margin-top: 20px;
}

.map-border img {
	width: 335px;
	height: 335px;
	border: 1px solid #222;
	margin-right: 25px;
}

#home-content {
	-moz-column-count:3; /* Firefox */
	-webkit-column-count:3; /* Safari and Chrome */
	column-count:3;
	padding-right: 15px;
}

/* #royal slider
------------------------------------------------------------ */

.royalSlider {
	position: relative;
	direction: ltr;
}
.royalSlider > * {
	float: left;
}
.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl {
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden; 
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
	-webkit-transform: none;
}
.rsOverflow {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	top: 0;
	left: 0;

}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 99999;
	display: block !important;
	visibility: visible !important;
	width: 25px;
	height: 25px;
	background: #fff;
	cursor: pointer;
}
.rsArrow {
	display: none !important;
}
.rsThumb {
	position: relative;
	float: left;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsHidden {
	visibility: hidden;
	opacity: 0;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
	float: left;
	width: 100%;
	text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	z-index: 2147483647 !important;
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
	height: auto !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	display: none;
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
}

.rsSlide {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	
	height: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	position: relative;
	width: 100%;
	height: 100%;
}

.rsPreloader {
	position:absolute;
	z-index: 0;	
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
	position: relative;
	z-index: 22;
	float: left;
	overflow: hidden;
	cursor: pointer;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
	/* position: absolute; */
	/* position: absolute; */
	position: relative;
	/* top: 0; */
	/* top: 0; */
	/* left: 0; */
	/* left: 0; */
	/* float: left; */
	/* width: 100%; */
	width: auto;
	/* height: 100%; */
	height: auto;
	line-height: 0;
}
.rsVideoFrameHolder {
	position: absolute;
	top: 0;
	left: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

.rsABlock {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
	-webkit-backface-visibility: hidden;
}

.grab-cursor {
	cursor:url(grab.png) 8 8, move; 
}

.grabbing-cursor{ 
	cursor:url(grabbing.png) 8 8, move;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	position:absolute;
	top:0;
	left:0;	
	z-index: 20;
	display:block;
	width:100%;
	height:100%;
	-webkit-backface-visibility: hidden;
}


.rsBullets {
	width: 70px;
	background: #566b55;
	height: 30px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -35px;
	padding: 0 10px;
}
#sliderwrap.blue .rsBullets {
	background: #49a1b3;
}
#sliderwrap.blue .rsBullets .rsNavSelected {
	background: #d1d5d6;
}
.rsBullets .rsBullet {
	width: 9px;
	height: 9px;
	background: #fff;
	float: left;
	display: inline;
	margin: 11px 4px;
	cursor: pointer;
	-moz-border-radius: 10px; /* Firefox */  
	  -webkit-border-radius: 10px; /* Safari, Chrome */  
	  border-radius: 10px; /* CSS3 */  
}
.rsBullets .rsNavSelected {
	background-color: rgb(97, 120, 94);
}

#sliderwrap {
	margin-bottom: 15px;
	text-align: center;
	background: #566b55;
	padding: 15px 0px;
}
#sliderwrap.blue {
	background: #49a1b3;
}
#slider {
	width: 768px;
	height: 341px;
	overflow: hidden;
	background: #dadada;
	position: relative;
	margin: 0 auto;
}
#slider img {
	max-width: 100%;
	width: 100%;
	max-height: 100%;
}
#slider .rsSlide {
	float: left;
	display: inline;
}

#creds {
	width: 100%;
	padding: 12px 0px;
	font-size: 12px;
}


#bookingform {
	width: 660px;
	position: relative;
	left: 50%;
	margin-left: -330px;
}
#bookingform p {
	margin: 10px 10px 10px 10px;
}
#bookingform tr {
	margin-bottom: 1em !important;
}
.MsoNormalTable td{
	padding: 15px 0 0 15px !important;
}
.MsoNormalTable td.price,
.MsoNormalTable td.flat {
	padding: 0px !important;
}
.MsoNormalTable td.flat {
	padding: 15px 0 0 0 !important;
}

#gallery {
	width: 768px;
	margin: 0px auto;
	overflow: hidden;
}
#gallery ul {
	width: 100%;
	display: block;
	margin: 0px !important;
	padding: 0px !important;
}
#gallery ul li {
	width: 255px;
	margin: 0px !important;
	list-style-type: none;
	float: left;
	display: inline;
}
#gallery ul li img {
	width: 250px;
	height: 120px;
	background: #f2f2f2;
	float: left;
	display: block;
}
#gallery ul li a {
	width: 245px;
	float: left;
	display: block;
}
#gallery ul li span {
	float: left;
	display: block;
	width: 100%;
	margin-top: 14px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}

#rates {
	width: 768px;
	margin: 0 auto;
}
#rates table {
	margin: 0 auto;
}
.style4 {
	text-align: center;
}

#room-list .bodytext {
	width: 143px;
	display: inline-table;
}

@media handheld, only screen and (max-width: 1023px) { 
	#home-content {
		-moz-column-count:1; /* Firefox */
		-webkit-column-count:1; /* Safari and Chrome */
		column-count:1;
	}
}