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

html
{	-webkit-text-size-adjust:none;
	text-size-adjust:none;
	background-color:#fff;
	padding:0px;
	height:100%;
	margin:0px;
	font-family: Helmet, Freesans, Helvetica, Arial, sans-serif !important; 
	font-size:12px;
	color:#000;
	background-repeat:repeat-x;
	background: white; 
}


body
{	-webkit-text-size-adjust:none;
	text-size-adjust:none;
	padding:0px;
	height:100%;
	margin:0px;
	font-family: Helmet, Freesans, Helvetica, Arial, sans-serif !important; 
	font-size:12px;
	color:#000;
	background-repeat:repeat-x;
	background: whitesmoke;

}

h1, h2, h3, h4, h5, h6, p, div a
{
	font-family: Helmet, Freesans, Helvetica, Arial, sans-serif !important; 
}

logo, .cLogo
{
	width:100%;
	text-align:center;
	height:100px;
	position:absolute;
	top:6px;
	left:0px !important;
	line-height:normal;
	overflow:hidden;
	display:block;
	z-index:0;
	
}

img
{
	border:none;
}

a
{
	outline:none !important;
}

header
{
	width:100%;
	float:left;
	height:50px;
background: #ffffff;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMGUwZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 0%, #f4f4f4 47%, #eaeaea 48%, #e0e0e0 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f4f4f4), color-stop(48%,#eaeaea), color-stop(100%,#e0e0e0));
background: -webkit-linear-gradient(top,  #ffffff 0%,#f4f4f4 47%,#eaeaea 48%,#e0e0e0 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#f4f4f4 47%,#eaeaea 48%,#e0e0e0 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#f4f4f4 47%,#eaeaea 48%,#e0e0e0 100%);
background: linear-gradient(top,  #ffffff 0%,#f4f4f4 47%,#eaeaea 48%,#e0e0e0 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 );
border-top:1px solid whitesmoke;
border-bottom:1px solid #ccc;
}

input[type="date"],
.cNights select
{
	font-size:15px;
	width:120px !important;
	height:25px;
	padding-top:3px;
	padding-bottom:3px;
}
.cSelectDate
{
	font-size:13px !important;
	height:23px !important;
}


input[checkbox]
{
	width:20px;
	height:20px;
	position:relative;
	float:left;
	display:block;
	
}

facility
{
	width:50
}
form
{
	display:block;
	position:relative;
	width:100%;
	padding:0px;
	margin:0px;
}

footer
{
	width:100%;
	position:relative;
	float:left;
	clear:both;
	margin-top:20px;
	padding-top:30px;
padding-bottom:10px;
text-align:center;
color:#C0C0C0;
background-color:#fff;
padding-bottom:160px !important;
}

footer a
{
	color:#333;
	text-decoration:none;
}

footer center,
footer label
{
	position:relative !important;
	width:320px !important;
	clear:both !important;
	display:block !important;
	margin-left:auto !important;
	margin-right:auto !important;
	float:none !important;
	text-align:center;
	padding:0px;
}

section
{
	width:100%;
	height:auto;
	float:left;
	clear:left;
}

.cSlidingDiv {
    padding:0px;
	position:relative;
	float:left;
	display:block;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	background: #212226; /* Old browsers */

background: -moz-linear-gradient(top,  #212226 0%, #33333a 56%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#212226), color-stop(56%,#33333a)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #212226 0%,#33333a 56%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #212226 0%,#33333a 56%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #212226 0%,#33333a 56%); /* IE10+ */

background: linear-gradient(top,  #212226 0%,#33333a 56%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212226', endColorstr='#33333a',GradientType=0 ); /* IE6-9 */

}

.cSearchForm,
.cBookingForm
{
	width:100%;
	position:relative;
	float:left;
	margin-left:auto;
	margin-right:auto;
	display:block !important;
}

.cBookingForm
{
	background-color:#FFF;
}

footer ul,
section.cAccount ul
{
display:block;
position:relative;
float:none !important;
clear:both !important;
padding:0px;
margin:0px;
width:100%;

}

footer ul a
{
	padding-top:10px;
}
.cFMACTools
{
position: relative;
background-repeat: repeat;
color: white;
display: block;
background-color:white;
font-size: 13px;
height: 44px;
left: 0px;
text-align: center;
bottom:0px !important;
width: 100%;
z-index: 1000;
overflow:auto;
}
/* IE MOBILE REMOVE STICKY BUTTONS*/
.cFMACTools:nth-child(n) 
{
	position:relative;
	float:left;
    z-index: 9999 !important;
}


 


