@charset "utf-8";
/* CSS Document */


body, html {
	width:100%;
    height: 100%;
    margin: 0 0 1px;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
	font-size:12px;
	color:#000;
	background-color:#f7f7f7;

}



.col70 {
	position:relative;
	float:left;
	width:70%;
	box-sizing:border-box;
}



.head_email {
color:#fff;
	position:absolute; 
	top:75px;
	right:5px;	
	font-size:16px;
}



.col60 {
	position:relative;
	float:left;
	width:60%;
	box-sizing:border-box;
}



.col50 {
	position:relative;
	float:left;
	width:50%;
	box-sizing:border-box;
}



.col40 {
	position:relative;
	float:left;
	width:40%;
	box-sizing:border-box;
}


.col30 {
	position:relative;
	float:left;
	width:30%;
	box-sizing:border-box;
}



.col20 {
	position:relative;
	float:left;
	width:20%;
	box-sizing:border-box;
}

.c1 {
	float:left;
	width:40%;
	padding:4px;
	box-sizing:border-box;
}


.c2 {
	float:left;
	width:60%;
	padding:4px;
	box-sizing:border-box;
}

.inputbox {
	position:relative;
	width:100%;
	padding:10px;
	box-sizing:border-box;
	color:#000;
	margin-bottom:10px;
	background-color:#f1f3f3;
	color:#000;
}

 input[type="text"], input[type="password"], input[type="number"],select,textarea {
	width:100%;
	padding:5px;
	border:1px solid #ccc;
	box-sizing:border-box;
}



.buttonblue { 
width:100%; 
padding:10px;
box-sizing:border-box;
background-color:#b83d51;
border:0;
color:#fff;
cursor:pointer;
}

.buttongrey { 
padding:10px;
box-sizing:border-box;
background-color:#b83d51;
border:0;
color:#fff;
cursor:pointer;
}


.buttonred { 
width:100%; 
padding:10px;
box-sizing:border-box;
background-color:#b83d51;
border:0;
color:#fff;
cursor:pointer;
}


.backbutton {
	padding:10px;
box-sizing:border-box;
background-color:#b83d51;
border:0;
color:#fff;
cursor:pointer;
}

input::-webkit-input-placeholder { /* Edge */
  color: #ccc;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ccc;
}

input::placeholder {
  color: #ccc;
}

.blanket {
position:fixed;
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
z-index: 970;
top:0;
left:0;
right:0;
bottom:0;
display:none;
}

.blanket2 {
position:fixed;
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
z-index: 970;
top:0;
left:0;
right:0;
bottom:0;
display:none;
}

.content_html {
position:absolute;
background-color:#fff;
z-index: 980;
top:100px;
padding:10px;
width:100%;
box-sizing:border-box;
max-width:800px;
margin:0 auto;
left:0;
right:0;
display:none;
}

@media all {
	.page-break	{ display: none; }
}

@media print {
	.page-break	{ display: block; page-break-before: always; }
}

img {
	border:0;
	max-width:100%;
	max-height:100%;
}

hr {
	border:0;
	border-bottom:1px solid #4278bc;
}


h3 {
	color:#000;
	font-size:18px;
}

.clear {
	clear:both;
}

p {
line-height:1.7;		
}


a {
	color:#b83d51; /*3b56a6*/
	font-weight:Bold;
	text-decoration:none;
}

.col50 {
	position:relative;
	float:left;
	width:50%;
	padding:10px;
	box-sizing:border-box;
}

.col50 img {
	max-width:100%;
	max-height:100%;
}

a:hover {
	text-decoration:underline;
}


::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #000;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #000;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #000;
}



.home-login {
	width:100%;
	max-width:750px; 
	margin:30px auto;
	position:relative;
	-webkit-box-shadow: 0px 3px 35px -10px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 3px 35px -10px rgba(0,0,0,0.75);
box-shadow: 0px 3px 35px -10px rgba(0,0,0,0.75);
	box-sizing: border-box;
}





.login-box {
	position:relative;
	width:100%;
	float:left;
	height:270px;
	padding-top:10px;
	background-color:#fff;
	max-width:375px;
}

.login-box input[type=text], .login-box input[type=password] {
	width:220px; 
	padding:10px; 
	background-color:#ebebeb; 
	border:0;
	box-sizing:border-box;
}

.login-box a {
	color:#9d9d9c; font-weight:normal;
}

.login-box .dv1 {
	position:absolute; left:48px; top:72px; background-image:url(../images/login-face.png); width:30px; height:29px;
}

.login-box .dv2 {
	position:absolute; left:80px; top:70px;
}
	
.login-box .dv3 {
	position:absolute; left:48px; top:122px; background-image:url(../images/login-padlock.png); width:30px; height:29px;
}
	
.login-box .dv4 {
	position:absolute; left:80px; top:120px;
}

.login-box .dv5 {
	position:absolute; left:185px; top:165px;
}
.login-box .dv6 {
	position:absolute; left:242px; top:210px;
}


@media screen and (max-width: 760px){
.home-login { max-width:375px;  margin:0 auto;}
.login-box { float:none;  max-width:100%; }

}

.login-box h2 {
	text-align:center;
	font-weight:ligher;
	text-transform:uppercase;
	font-size:18px;
}



.signup-box {
	position:relative;
	float:left;
	width:100%;
	max-width:375px;
	height:300px;
	color:#000;
	background-color:#f9f9f9;
}


.signup-box .dv1 {
	position:absolute; left:25px; right:25px; top:80px;  line-height:16px; color:#000; text-align:center;
}

.signup-box .dv2 {
	position:absolute; left:105px; top:210px; background-image:url(../images/account-create.jpg); cursor:pointer; width:175px; height:49px;
}

@media screen and (max-width: 760px){
.signup-box { float:none;  max-width:100%; padding-top:10px; }

}



.login-box h2 {
	text-align:center;
	font-weight:ligher;
	font-size:18px;
}

.signup-box h2 {
	text-align:center;
	font-weight:ligher;
	font-size:18px;
	color:#000;
}

.signup-box p {
	width:90%;
	color:#000;
	text-align:center;
	line-height:16px;
	padding:0 10px 0 10px;
}



.head_container {
	position:relative;
	width:100%;
	box-sizing:border-box;
	background-color:#000000;
}

.head_content {
	position:relative;
	width:100%;
	max-width:1000px;
	margin:0 auto;
	background-color:#000000;
	color:#000;
	text-align:left;
	font-size:12px;
	box-sizing: border-box; 
}


.header_containerdd {
	position:relative;
	width:100%;
	/*padding:20px;*/
	box-sizing:border-box;
	background-color:#000000;
background-position:center center;

	background-size:cover;
}

.sub-header {
    width: 100%;
    height: 200px;
    position: relative;
    background: #505050 url('../images/sub-header-cover.jpg') center center no-repeat;
    background-size: auto;
    background-size: cover;
}

.sub-header-cover {
    height: 79px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    background: url('../images/slider-cover.png') center bottom repeat-x;
}

.sub-header h2 {
color: #fff;
font-weight: 700;
text-transform: uppercase;
text-align: left;
text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
font-size:30px;
padding:20px;
}



.header_contentss {
	position:relative;
	width:100%;
	max-width:1000px;
	margin:0 auto;
	color:#fff;
	text-align:left;
	opacity: 1;
	font-size:12px;
	box-sizing: border-box; 
}

.header_content h2 {
	text-align:center;
	font-weight:bold;
	font-size:30px;
	color:#1e9dd2;
	margin-top:10px;
	margin-bottom:10px;	
}

.header_content h3 {
	text-align:center;
	font-weight:bold;
	font-size:30px;
	color:#1e9dd2;
	margin-top:10px;
	margin-bottom:10px;	
}

.home_top_boxes h3 {
	font-weight:bold;
	font-size:20px;
	color:#1e9dd2;
}

.head_left {
	float:left;
	width:25%;
	padding-bottom:10px;
}


.head_right {
	float:right;
	/*width:75%;*/
	text-align:right;
	padding-top:10px;
	color:#fff;
	
}
.head_right h3 {
	color:#fff;
	margin-top:0;
	padding-top:0;
	font-size:18px;
}

.head_left img {
	max-height:400px;
}



.global_container {
	position:relative;
	width:100%;
	background-color:#f7f7f7;
}

.global_content {
	position:relative;
	width:100%;
	max-width:1000px;
	margin:0 auto;
	
	background-color:#f7f7f7;
	color:#000;
	/*min-height:750px;*/
	padding:10px;
	text-align:left;
	font-size:13px;
	box-sizing: border-box; 
}




.content {
position:relative;
padding:10px;
box-sizing:border-box;
}

.content a{
color:#1e9dd2;
}


.content_left {
	float:left;
position:relative;
padding:10px;
box-sizing:border-box;
width:40%;
}

.content_right {
	float:left;
position:relative;
padding:10px;
box-sizing:border-box;
width:60%;
}


img {
	max-width:100%;
	max-height:100%;
}


.footer_container {
	position:relative;
	width:100%;
	background-color:#363839;
}

.footer_content {
	position:relative;
	width:100%;
	max-width:1000px;
	margin:0 auto;
color:#fff;
	padding:10px;
	text-align:left;
	font-size:12px;
	box-sizing: border-box; 
}


.footer2_container {
	position:relative;
	width:100%;
	/*border-top:1px solid #4b4c4d;
	background-color:#1e9dd2;*/
	background:#1e9dd2 url('../images/bulge-light-gray.png') center top no-repeat;
	color:#f0f0f0;
}

.footer2_content {
	position:relative;
	width:100%;
	max-width:1000px;
	margin:0 auto;
color:#fff;
	padding:10px;
	text-align:left;
	font-size:12px;
	box-sizing: border-box; 

}

.footer2_content a {
	color:#fff;
}

.main_nav {
}

.main_nav ul {
	/*margin: 0px;*/
	padding:5px;
	-webkit-transition: .5s;
	transition: .5s;
	z-index:999;
	height:40px;
}
	
.main_nav li {
	position::relative;
			float: left;
			position: relative;
			width: auto;
			list-style: none;
			-webkit-transition: .5s;
			transition: .5s;
			padding: 10px 15px 10px 15px;
			box-sizing:border-box;
			color: #fff;
			font-weight:bold;
		}
	
	
	.main_nav li ul li {
	width:300px;
	text-align:left;
	background-color:#efefef;
	border-right:0px solid #fff;
	border-bottom:1px solid #ccc;
	}
	
.main_nav a {
	position::absolute;
	color:#000;
	font-weight:normal;
	display: block;
	text-decoration: none;
	color: #1e9dd2;	
	font-size:15px;	
}

.main_nav ul ul {
			position: absolute;
			left: 0;
			top: 100%;
			visibility: hidden;
			opacity: 0;
		}
	
.main_nav ul ul ul {
			left: 100%;
			top: 0;
		}
	
.main_nav li:hover, .main_nav li:hover li {
	left:0;
	right:0;
		}
	
.main_nav li li:hover, .main_nav li li:hover li {
	/*background-color:#25b6ea;*/ background-color:#f8f8f8;
		}
	
.main_nav li li li:hover {
	/*background-color:#4278bc;*/ background-color:#f8f8f8;
		}
	
.main_nav li:hover > ul {
			visibility: visible;
			opacity: 1;
		}

.main_nav li:hover {
}
.main_nav ul li:hover {
}

.room_outstanding {
background-color:#cccccc;
border-radius: 15px;
color:#000;
padding:5px;
box-sizing:border-box;
position:absolute;
right:5px;
width:25px;
cursor:pointer;
text-align:center;
top:5px;	
}

.room_urgent {
background-color:#cccccc;
border-radius: 15px;
color:#000;
padding:5px;
box-sizing:border-box;
position:absolute;
right:35px;
width:25px;
text-align:center;
cursor:pointer;
top:5px;	
}


.browse_gallery{
height: 20px;
display: inline-block;
position: relative;
margin-top:10px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 27px;
padding-right: 12px;
border: 2px solid #fff;
border-radius: 16px;
color:#fff;
font-size: 15px;
line-height: 20px;
text-align: left;
}

.browse_gallery::before {
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -5px;
    content: '';
    background: 
    #fff;
    border-radius: 5px;
}


.home_gallery img{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.home_gallery img:hover{
	filter: none;
      -webkit-filter: grayscale(0);
      -webkit-transform: scale(1);
}


.home_gallery2 img{
	filter: none;
      -webkit-filter: grayscale(0);
      -webkit-transform: scale(1);
}

.home_gallery2 img:hover{
	  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	
}


 /* Style the buttons that are used to open and close the accordion panel */
.accordion2 {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion2:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel2 {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
} 



/* SEATING STYLES */

 /* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
} 
.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.accordion{border:1px solid #cccccc;}


.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.leftstyle{
width:30px !important;
height:30px !important;	
line-height:30px !important;	
margin:2px !important;		
}

.leftstylerow{
height:30px !important;		
}

.leftstylecontainer{
/*width:100% !important;*/
border-right:0 !important;
margin: 0 auto 0 auto !important;	
}

.topstyle{
width:30px !important;
height:30px !important;	
line-height:30px !important;
margin:2px !important;			
}

.topstylerow{
height:30px !important;				
}

.topstylecontainer{

border-right:0 !important;
margin: 0 auto 0 auto !important;	
}

.disabledbutton {
    pointer-events: none !important;
    opacity: 0.4;
}

.panel {
	height:400px; overflow:auto;
}



.hf1 {
	float:left; 
	width:50%;
	margin-top:20px;
	padding:0;
	box-sizing:border-box;
}
.hf2 {
	float:left; 
	width:50%;
	margin-top:20px;
	padding:0;
	box-sizing:border-box;
}

.legendf {
	float:left;
	padding:10px; 
	width:33.33%;
	box-sizing:border-box;
}

@media screen and (max-width: 760px){
	.hf1 { width:100%; }
	.hf2 { width:100%;  }

.leftstyle{
width:30px !important;
height:30px !important;	
line-height:30px !important;	
margin:2px !important;		
}

.leftstylerow{
height:30px !important;		
}
	

.topstyle{
width:30px !important;
height:30px !important;	
line-height:30px !important;
margin:4px !important;			
}

.topstylerow{
height:30px !important;				
}

.panel {
	height:400px; overflow:auto;
}
}