.main-section{
	/*background-color: #f6f1e5;
    margin: auto;
    width: 1220px;
	padding-top:6em;*/
	background-color:transparent;
}

.main-section > .container{
	padding:40px;
	padding-bottom:0;
	background-color: #f6f1e5;
}

.main-section .slice{
	background-color:transparent;
	padding-top:0;	
}

#footerRights{
	margin-top:50px;	
}

#topHeader{
	position:absolute;
	/* bottom:50% ;*/
	margin-bottom:-180px;
	width:100%;
	background-color:#ffffff;
}

#mainHeader{
	display:none;	
}


#topHeader nav {
	margin:0 0 0 0;
	float:right;
	margin-top:28px;
}
#topHeader nav ul {
	margin:0;
}
#topHeader nav ul li {
	float: left;
	position: relative;
	margin:0;
}
#topHeader nav ul li a {
	display:block;
	text-decoration: none;
	margin: 0;
	font-size:1.14em;
	padding:1.875em 1em 1.875em 1em;
	text-transform:uppercase;
	font-weight:600;
}
#topHeader nav a {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#topHeader nav ul li a {
	color:#444;
}
#topHeader nav ul li.active a {
	background: #3CB6B6;
	color:#fff;
}
#topHeader nav>ul>li>a:hover, #topHeader nav>ul>li.hover>a {
	background: #3CB6B6;
	color:#fff;
}

#mainHeader .brand img{
	height:100px;	
}

.white-popup {
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 800px;
  margin: 20px auto;
  margin-top:60px;
  
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

#form-booking .left{
	width:50%;	
	float:left;
	padding:20px;
	  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
#form-booking .right{
	width:50%;	
	float:left;
	padding:20px;
	  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

#form-booking .header{
	padding:20px;
	text-align:center;	
}
#form-booking .footer{
	padding:20px;
	text-align:center;	
}

.form-group{
	margin-bottom:20px;	
}

.has-error .help-block{
	color:#F00;
	font-size:12px;	
	margin-top:5px;
}

.ajax-cover{
	position:absolute;
	background-color:rgba(255,255,255,0.8);
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-image:url(../images/ajax-loader.gif);
	background-repeat:no-repeat;
	background-position:center center;
	display:none;
}

.message-success{
	border:2px solid #398f14;
	background-color:#5da73d;
	color:#fff;
	padding:0.2em 1em;
	padding-top:10px;
	padding-bottom:10px;	
}