@charset "utf-8";
html { 
	height:100%; 
}
body { 
	height:100%; 
	font-family: "Open Sans", sans-serif;
}
a{
	color:#0084bd;
}
a:hover{
	color:#0084bd;
}
.container{
	background:white;
	width:100%;
}
.nav>li>a{
	padding:0;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.navbar{
	z-index:9998;
}
.navbar-inverse{
	background:white;
	border-color:transparent;
	color:#c1a961;
}
.navbar-fixed-bottom{
	display:none;
}
.navbar-brand {
    padding: 5px 15px;
}
.navbar-brand img{
	width:100%;
	max-width:244px;
}
.header_wrapper{
	padding: 10px 0px 0px 0px;
	margin:0px;
	width:100%;
	background: #FFF;
}
.bar-icon{
	width:55px;
	height:50px;
	margin-left:-12px;
}
.close_wrapper{
	cursor:pointer;
}
.title_wrapper{
	font-size:16px;
	color:#0084bd;
}
#menu-toggle{
	cursor:pointer;
}
.menu-hr{
	width:90%; 
	border-bottom:0px !important; 
	padding:0; 
	margin: 0 0 0 13px;
}
.welcome-btn-wrapper:before{
    font-family: 'FontAwesome';
    color:white;
    position: relative;
    left: 50px;
    content: "\f178";
    top: 24px;
}
.welcome-btn-wrapper input.bttn{
	padding:4px 30px 4px 20px;
}
input.bttn{
	color:white;
	background:#c1a961;
	padding:4px 20px;
	cursor: pointer;
	border: 0;
	background-color: #c1a961;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	/*background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d3c28c), to(#927c47));
	background-image: -webkit-linear-gradient(top, #d3c28c, #927c47);
	background-color: #265862;
	background-image: -moz-linear-gradient(top, #d3c28c, #927c47);
	background-image: -ms-linear-gradient(top, #d3c28c, #927c47);
	background-image: -o-linear-gradient(top, #d3c28c, #927c47);
	background-image: linear-gradient(top, #d3c28c, #927c47);
	background-repeat: repeat-x;
	 -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
 	 -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  	 box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); 
	 */
}
input.bttn[name=btn-book], input.bttn[name=btn-book-bottom]{
	margin-top:11px;
}
.vr-icon{
	width:70px;
	height:52px;
}
#menu-toggle .caption{
	float:left; 
	margin-left:15px;
}
#menu-toggle .icon{
	float:left; 
}
.form-row{
	padding:0 0 10px 0;
}
.form-row label{
	width:110px;
	font-weight:normal;
}
.md-modal{
	height:100%;
	top:0;
	left:-300px;
	z-index:9999;
}
.md-content{
	height:100%;
	max-width: 250px !important;
	margin-left:0px;
}
.md-content .popupContainer{
	padding-right:10px;
}
.md-content .popupContainer .content{
    border-right: 0px !important;
    height: 100%;
}


.md-content .popupContainer, .scrollable-y{
	background:white;
	/*max-height:800px;*/
	height:100%;
	overflow-y:auto;
	
}
/* Let's get this party started */
.md-content .popupContainer::-webkit-scrollbar, .scrollable-y::-webkit-scrollbar {
    width: 5px;
}
 
/* Track */
.md-content .popupContainer::-webkit-scrollbar-track, .scrollable-y::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 5px;
    border-radius: 5px;
	background:#f0f0f0;
}
 
/* Handle */
.md-content .popupContainer::-webkit-scrollbar-thumb, .scrollable-y::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #888; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.md-content .popupContainer::-webkit-scrollbar-thumb:window-inactive, .scrollable-y::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0); 
}


.overlayWindow{
	background: url('../images/overlay-bg.png') repeat; 
	position: absolute; 
	margin: 0; 
	max-width: 800px; 
	z-index: 9997; 
	padding: 20px; 
}
.overlayWindow .overlayClose{
	position: absolute; 
	right: 10px; 
	top:0; 
	color: white; 
	cursor: pointer; 
	font-size: 14px;
}
.overlayWindow .lnkClose{ 
	color:white; 
	cursor: pointer; 
	margin-top:-5px; 
	padding:2px 7px; 
	position: absolute; 
	right: 3px; 
	background: #c1a961; 
	z-index:2;
}
.overlayWindow .left{
	background: white; 
	margin-right: 0 !important; 
	padding-right: 0 !important; 
	padding-top: 10px; 
	padding-bottom: 10px; 
	height: 220px;
}
.overlayWindow .right{ 
	margin-left: 0 !important; 
	padding-left: 0 !important; 
	padding-bottom: 10px; 
	height: 220px;
}
#firstOverlay { max-width: 500px !important; display:none;}
#firstOverlay .row{margin-right: 0px !important; margin-left: 0px !important; }

#welcomeOverlay { max-width: 500px !important; display:none;}
#welcomeOverlay .row{margin-right: 0px !important; margin-left: 0px !important; }

#loading-wrapper{
	background:#fff; 
	width:100%; 
	height:100%; 
	position:absolute; 
	z-index:9998;
}
.loading-text{
	margin: auto 0; 
	text-align: center; 
	color:#c1a961; 
	font-weight:bold; 
	font-size:16px;  
	font-family: 'Open Sans', sans-serif !important;
}
.loading-placeholder{
	position:absolute; 
	top:30%; 
	width:100%;
}

@-ms-viewport { 
	width:device-width; 
}

.streetview-menu-icon{
	position:absolute;
	top:17px;
	left: 25px;
	right: auto;
	display:block;
	z-index:9998;
	cursor:pointer;
}

@media (max-width:990px){
	
	}
	.btn-book-wrapper{
		display:none;
	}
}
@media (max-width:770px){
	.navbar-fixed-bottom{
		display:block;
	}
}
/*@media (max-width:500px){
	
	.vr-icon-wrapper{
		padding:18px 10px 10px 10px;
		text-align:center;
	}
	.vr-icon{
		width:33px;
		height:auto;
	}
	.bar-icon{
		width:auto;
	}
	.menu-icon-wrapper{
		padding:8px 0 0 0;
	}
	.navbar-fixed-top .container{
		padding: 0 20px;
	}
	.navbar-brand{
		padding:0;
		height:auto;
	}	
	.navbar-brand img{
		width:150px;
	}
	.logo-wrapper{
		padding:20px 0 0 0;
	}
	
} */
@media only screen and (min-device-width:800px) { 
	html { 
		overflow:hidden; 
	} 
}