/* Import Fonts */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
.footer a {
	text-decoration: none;
	color: #FFF;
	
}
.footer a:hover {
	color: #bf9958;
}
/* Reset CSS */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: Open Sans, Arial, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, textarea {
    -webkit-appearance: none;
    border-radius: 0;
	-webkit-border-radius: 0;
}
input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}
 
input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 10px rgba(0, 0, 0, 1);
}

/* Preloader */

body {
	overflow: hidden;
}

/* Preloader */

#preloader {
    position:fixed;
	width: 100%;
	height: 100%;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:9999; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../assets/img/status.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}


/* Start CSS Styles */

html, body, .container {
	margin: 0;
	padding: 0;
	font-family: 'Open Sane', Arial, Helvetica, sans-serif;
	font-size: 14px;
	-webkit-text-size-adjust: none;
	line-height: 20px;
}
body {
	background: #EEE;
}
p {
	margin: 10px 0;
}
a {
	text-decoration: none;
	color: #bf9958;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:hover {
	color: rgba(0,0,0,0.7);
}
a.button {
	padding: 5px 10px;
	background: #bf9958;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}
a.button:hover {
	background-image: url('../images/overlay.png');
}
a.clear-button {
	padding: 5px 10px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}
#google_translate_element {
	position: absolute;
	top: 6px;
	right: 10px;
}
.list-style {
	margin: 0 0 25px 15px;
}
.list-style li {
	margin: 5px 0;
	list-style-image: url(../assets/img/list1.png);
	list-style-position: outside;
}
.wrapper {
	position: relative;
	width: 1160px;
	background: #FFF;
	margin: 0 auto;
	text-align: center;
}
.container {
	width: 100%;
	float: left;
	background: #FFF;
}
.top-bar {
	position: relative;
	width: 80%;
	padding: 10px 10%;
	height: 20px;
	background: #333;
	line-height: 20px;
	color: #FFF;
}
.top-bar .google-map-toggle {
	position: relative;
	cursor: pointer;
}
.top-bar .google-map-toggle a {
	display: block;
	background-color: #333;
	width: 55px;
	height: 55px;
	margin: 0 auto;
	background-image: url('../assets/img/map_icon.png');
	background-repeat: no-repeat;
	background-position: -6px -0;
	-webkit-border-radius: 99%;
	-moz-border-radius: 99%;
	-o-border-radius: 99%;
	border-radius: 99%;
	position: relative;
	top: -10px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	outline: none;
}
.top-bar .google-map-toggle a:hover {
	background-position: -6px -48px;
}
.google-map-toggle-hover {
	background-position: -6px -48px !important;
}
.top-bar .top-bar-details {
	float: right;
	font-size: 12px;
	display: none;
}
.top-bar .top-bar-details a.button {
	margin-left: 20px;
}
.header {
	width: 100%;
	float: left;
	height: 200px;
	padding: 20px 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;	
}
.header .one-fourth {
	position: relative;
	float: left;
	width: 25%;
	height: 100%;
	padding: 0 1%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;	
	text-align: center;
}
.header .one-third {
	position: relative;
	float: left;
	width: 33%;
	height: 100%;
	padding: 0 1%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;	
	text-align: center;
}
.header .one-half {
	position: relative;
	float: left;
	width: 50%;
	height: 100%;
	padding: 0 1%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;	
	text-align: center;
}
.header .logo {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.header .logo img {
	border-radius: 10px;
	max-width: 100%;
	max-height: 160px;
}
.header .hotel-name p {
	padding: 10px 0;
}
.header .hotel-name p.hotel-name-title {
	margin-top: 15px;
	font-size: 26px;
}
.header .hotel-name p.hotel-name-title15 {margin-top: 15px; font-size: 15px;}
.header .hotel-name p.hotel-name-title16 {margin-top: 15px; font-size: 16px;}
.header .hotel-name p.hotel-name-title17 {margin-top: 15px; font-size: 17px;}
.header .hotel-name p.hotel-name-title18 {margin-top: 15px; font-size: 18px;}
.header .hotel-name p.hotel-name-title19 {margin-top: 15px; font-size: 19px;}
.header .hotel-name p.hotel-name-title20 {margin-top: 15px; font-size: 20px;}
.header .hotel-name p.hotel-name-title21 {margin-top: 15px; font-size: 21px;}
.header .hotel-name p.hotel-name-title22 {margin-top: 15px; font-size: 22px;}
.header .hotel-name p.hotel-name-title23 {margin-top: 15px; font-size: 23px;}
.header .hotel-name p.hotel-name-title24 {margin-top: 15px; font-size: 24px;}
.header .hotel-name p.hotel-name-title25 {margin-top: 15px; font-size: 25px;}
.header .hotel-name p.hotel-name-title26 {margin-top: 15px; font-size: 26px;}
.header .hotel-name p.hotel-name-title27 {margin-top: 15px; font-size: 27px;}
.header .hotel-name p.hotel-name-title28 {margin-top: 15px; font-size: 28px;}
.header .hotel-name p.hotel-name-title29 {margin-top: 15px; font-size: 29px;}
.header .hotel-name p.hotel-name-title30 {margin-top: 15px; font-size: 30px;}
.header .hotel-name p.hotel-name-title31 {margin-top: 15px; font-size: 31px;}
.header .hotel-name p.hotel-name-title32 {margin-top: 15px; font-size: 32px;}
.header .hotel-name p.hotel-name-title33 {margin-top: 15px; font-size: 33px;}
.header .hotel-name p.hotel-name-title34 {margin-top: 15px; font-size: 34px;}
.header .hotel-name p.hotel-name-title35 {margin-top: 15px; font-size: 35px;}

.header .hotel-name .hotel-name-tagline {
	font-size: 14px;
	border-top: #EEE 1px solid;
	color: #666;
}
.header .contact-info {
	margin-top: 10px;
	font-size: 18px;
}
.header .booking-details {
	float: right;
	margin-top: 0;
}
.header .booking-details a.clear-button {
	padding: 0;
}
.header .booking-details a span {
	float: right;
	background: #94e964;
	color: #000;
	padding: 12px 5%;
	width: 60%;
	margin: 5px 20px 5px 0;
	font-size: 16px;
	box-shadow: 0px 1px 2px #333;
	border-radius: 5px;
	text-shadow: 0px 1px 1px #000;
	-webkit-transition: all 0.10s ease-in-out;
	-moz-transition: all 0.10s ease-in-out;
	-ms-transition: all 0.10s ease-in-out;
	-o-transition: all 0.10s ease-in-out;
}
.header .booking-details a span:hover {
	background-image: url('../images/overlay.png') !important;
	color: #FFF;
	text-shadow: 0px 1px 1px #000;
}
.header .booking-details a span:active {
	box-shadow: inset 0px 0px 10px #333;
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-ms-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
}
.header .booking-details p.glint {
	float: left;
	margin: 0;
}
/*Style 'show menu' label button and hide it by default*/
.show-menu {
	text-decoration: none;
	color: #fff;
	background: #19c589;
	text-align: center;
	padding: 10px 0;
	display: none;
}
/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}
/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ .menu{
    display: block;
}
.menu-navigation {
	float: left;
	position: relative;
	width: 100%;
	margin-top: 20px;
	background: #bf9958;
	z-index: 200;
}
.menu-navigation ul.menu {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	box-shadow: 0px 1px 2px #333;
}
.menu-navigation ul.menu li {
	display: inline-block;
	min-height: 40px;
	margin: 0 auto;
	text-align: center;
}
.menu-navigation ul.menu > li > a {
	display: block;
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	margin: 10px 0;
	padding: 0 20px;
	border-left: #EEE 1px solid;
	border-right: #EEE 1px solid;
	text-shadow: 0px 1px 1px #333;
}
.menu-navigation ul.menu li.first a {
	border-left: none;
}
.menu-navigation ul.menu li.last a {
	border-right: none;
}
.menu-navigation ul.menu li:hover {
	background-image: url('../images/overlay.png');
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
}
.menu-navigation ul.menu ul {
	display: none;
	position: absolute;
	min-width: 185px;
	box-sizing: border-box;
}
.menu-navigation ul.menu li:hover > ul {
	display: block;
}
.menu-navigation ul.menu li ul li {
	display: block;
	text-align: left;
	line-height: 40px;
	padding: 0 15px;
	background-image: url('../images/overlay.png');
	color: #FFF;
}
.menu-navigation ul.menu li ul li:hover {
	padding-left: 20px;
}
.menu-navigation ul.menu li ul li a {
	color: #DDD;
}
.menu-navigation ul.menu li ul li a {
	display: block;
	color: #FFF;
}
.selected {
    border-bottom: 5px solid #bf9958;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.title-block {
	background: #bf9958;
	width: 48px;
	height: 3px;
	display: block;
	position: absolute;
	left: 0;
	bottom: -3px;
}
.content .home-slider {
	width: 100%;
	float: left;
	height: 400px;
	background: #CCC;
}
.content .main {
	width: 100%;
	float: left;
}
.content .main .one-half {
	width: 50%;
	float: left;
	min-height: 200px;
	margin: 40px 0;
	padding: 0 2.5%;
	text-align: left;
	border-left: #EEE 1px solid;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.content .main .one-third {
	width: 33%;
	float: left;
	min-height: 200px;
	margin: 40px 0;
	padding: 0 2.5%;
	text-align: left;
	border-left: #EEE 1px solid;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.content .main .one-third.first {
	border: 0;
}
.content .main .one-third h2, .content .main .one-half h2 {
	position: relative;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: #EEE 1px solid;
	clear: both;
}
.content .main .one-half-half {
	width: 49%;
	float: left;
	margin: 0 0 20px 2%;
	padding: 0;
	text-align: left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.content .main .one-half-half.first {
	margin: 0 0 20px 0;
}
.footer {
	float: left;
	position: relative;
	width: 80%;
	padding: 10px 10%;
	height: 20px;
	background: #333;
	line-height: 20px;
	color: #FFF;
}
.footer a {
	text-decoration: none;
	color: #FFF;
	
}
.footer a:hover {
	color: #bf9958;
}
.footer-top {
	height: auto;
	background: #F7F7F7;
}
ul.social-icons li {
	display: inline-block;
	margin: 0 5px;
}
ul.social-icons li a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
}
ul.social-icons li.facebook a {
	background: #3b5998;
}
ul.social-icons li.twitter a {
	background: #4099FF;
}
ul.social-icons li.linkedin a {
	background: #0e76a8;
}
ul.social-icons li.instagram a {
	background: #0e7600;
}
ul.social-icons li a {
	font-size: 16px;
}
ul.social-icons li a:hover {
	color: #FFF;
	opacity: 0.6;
}
/* Responsive Styles Begin */

/* Media Query Max-Width: 1160px; */
@media only screen and (max-width:1160px) {
	.wrapper {
		width: 960px;
	}
	.menu-navigation ul.menu li a {
		font-size: 14px;
		padding: 0 20px;
	}
	.content .home-slider {
		height: 331px;
	}
}
@media only screen and (max-width:960px) {
	.wrapper {
		width: 768px;
	}
	.header .logo {
		margin-top: 25px;
	}
	.header .hotel-name p.hotel-name-title {
		font-size: 18px;
	}
	.header .contact-info {
		font-size: 16px;
	}
	.header .booking-details a span {
		width: 80%;
		font-size: 16px;
	}
	.menu-navigation ul.menu li a {
		padding: 0 10px;
	}
	.content .home-slider {
		height: 265px;
	}
}
@media only screen and (max-width:768px) {
	.wrapper {
		width: 100%;
	}
	.one-fourth, .one-third, .one-half {
		width: 100% !important;
	}
	.top-bar .google-map-toggle {
		display: none;
	}
	.header {
		height: auto;
	}
	.header .logo {
		margin-top: 0;
	}
	.header .hotel-name p.hotel-name-title {
		margin-top: 20px;
	}
	.header .booking-details {
		float: none;
		margin-top: 20px;
	}
	.header .booking-details a span {
		float: none;
		width: 50%;
		min-width: 150px;
		margin: 10px auto;
	}
	.content .home-slider {
		height: auto;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
	.menu-navigation ul.menu {
		display: none;
	}
	.menu-navigation ul.menu li {
		width: 100%;
	}
	.menu-navigation ul.menu li  a {
		font-size: 16px;
		border: 0;
	}
	.menu-navigation ul.menu ul {
		position: relative;
		width: 100%;
	}
	.menu-navigation ul.menu li ul li {
		text-align: center;
		padding: 0;
	}
	.content .main .one-third {
		margin: 20px 0;
		padding: 0 5%;
	}
	.list-style {
		margin: 0 0 0 15px;
	}
}
@media only screen and (max-width:468px) {
	.header .booking-details a span {
			display: block;
		}