
body {
	background: #2B2929;
	font-family: 'arial', sans-serif;
	font-size: 16px;
	color: #fff;
	width: 100%;
}

img.slogan {
	width: 216px;
	height: 216px;
	margin: 10px 0 0 0;
}

p.slogan {
	margin-top: 0;
	font-style: italic;
}

/*=======================================Default Links=======================================*/
a {
	color: #575756;
	text-decoration: underline;
}

a:hover {
	color: #ea5b0b;
}

label {
display: inline;
cursor: default;
}

/*=======================================Typography=======================================*/
h1 {
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 32px;
	color: #ea5b0b;
}

h2 {
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 28px;
	color: #ea5b0b;
}

h3 {
	font-family: 'arial', sans-serif;
	font-size: 18px;
	color: #232222;
	text-decoration: italic;
	margin: 0;
}

h4 { 
	font-size: 18px;
	color: #ea5b0b;
	font-style: italic;
}

h5 {
	font-size: 18px;
	color: #838488;
	font-weight: bolder;
	margin-bottom: 1%;
	text-align: left;

}

p {
	font-family: 'arial', sans-serif;
	font-size: 16px;
	color: #fff;
}


/*=======================================LISTS=======================================*/
ul {
	list-style-image: url( '../img/bullet.png');
	margin: 0 0 20px 50px;
	padding: 0;
}

/*=======================================STYLES=======================================*/

.container {
	overflow:hidden;
}

.navbar-height {
	position: relative;
	min-height: 100%;
}

.call-to-action {
	padding: 30px 20px;
	color: white;
	font-size: 1.3em;
	text-align: center;
	background: #ea5b0b;
	display: block;
	text-decoration: none;
	width: 60%;
	margin: 6% auto 0 0;
	text-transform: capitalize;	
}

.call-to-action:hover {
	text-decoration: none;
	color: white;
	background: green;
}

.fa {
	margin-right: 14px;
	font-size: 150%;
}

.main-logo {
	width: 90%;
	height: auto;
	margin: 1% 0 -1% -6%;
}

.header-right {
	margin: 0 1% 1% 36%;	
}

.header-right h4 {
	margin-top: 27%;
	color: #fff;
}

.orange-text {
	color: #ea5b0b;

}

.main-navigation {
	float: left;
	width: 194px;
	position: absolute;
	overflow-y: hidden;
	min-height: 100%;
}

.main-navigation ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

.main-navigation ul li {
	margin: 0 auto;
	text-align: center;
	display: block;
	border-bottom: 2px solid white;
	border-right: 2px solid white;	
}


.main-navigation ul li a {
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 18px;
	font-weight: lighter;
	text-decoration: none;
	color: white;
	line-height: 50px;
	display: block;
}

.main-navigation ul li a:hover {
	background: #ea5b0b; /* Old browsers */
}

.booking-btn {
	height: 400px;
}

.large-btn {
	background: url('../img/booking-sprite.png');
	width: 165px;
	display: block;
	height: 142px;
	margin: 15% auto;
}

a.large-btn:hover {
	background: url('../img/booking-sprite.png') bottom left;
	width: 168px;
}


#slider {
	float: right;
	width: 746px;
	border-bottom: 2px solid white;
	height: 258px;
}

#slider img {
	width: 100%;
	height: 258px;
}

.carousel {
	margin-bottom: 0;
}

.main-content {
	overflow: hidden;
	width: 686px;
	float: right;
	padding-right: 30px;
	padding-left: 30px;
	min-height: 420px;	
	border-left: 2px solid white;
	border-bottom: 2px solid white;
	
}

.main-content h2 {
	margin-top: 2%;
	text-align: left;

}

.main-content .phone-number {
	float: right;
	margin-top: 4px;
	font-weight: bolder;

}

.main-content p {
	line-height: 20px;
	margin-bottom: 16px;
	text-align: justify;
}


.footer-navigation {
	text-align: center;
	margin-top: 1%;
	font-size: 14px;
	width: 746px;
	float: right;
}
.footer-navigation ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;

}

.footer-navigation ul li {
	display: inline;
	margin: 0;
	border-right: 1px solid white;
	padding: 0 10px;

	
}

.footer-navigation ul li a {
	text-decoration: none;
	color: white;
}

.footer-navigation ul li a:hover {
	color: #ea5b0b;
}

.legal-notice {
	width: 746px;
	float: right;
	margin-top: 1%;	
	text-align: center;
	position: relative;
}

.legal-notice p {
	font-size: 12px;
	color: white;
	margin-bottom: 0;
}

.legal-notice img {
	position: absolute;
	top: 0px;
	left: 90px;
}

/*=======================================CONTACT PAGE STYLES=======================================*/
.contact-form {
	float: left;
	width: 41%;

}


.contact-form h3, .contact-details h3 {
	color: #ea5b0b; 
}

.cfg-clear{
	clear:both;
}
.cfg-contactform{
	
	margin: 0 0 0 10px;
	background-color: #0a0909;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.ui-datepicker{
	font-size:9pt !important;
}

.cfg-element-container{
	clear:both;
}
.cfg-element-set{
	margin-bottom:0;
}

.cfg-option-set::after{ /* restore margin bottom when elements are floating */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cfg-label{
	display:block;
	margin-right:10px;

}

.cfg-paragraph{
	margin-bottom:1px; /* IE (for paragraphs above <select>) */
}
.captcha_container{
	margin-top:2px;
}

.cfg-captcha-input{
	width:110px;
}

.cfg-captcha-img{
	border:1px solid #dcdcdc;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin-bottom:1px; /* Opera */
}

.cfg-captcha-refresh{
	margin-bottom:8px;
	cursor:pointer;
}
.cfg-submit{
	cursor:pointer;
	padding:8px 4px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.cfg-required{
	color:#990000;
	font-family:Arial, Helvetica, sans-serif;
}

.cfg-uploadsuccess-container{
	margin-top:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
.cfg-deleteupload{
	color:#ff0033;
	margin-left:10px;
	cursor:pointer;
}
.cfg-deleteupload:hover{
	text-decoration:underline;
}

.cfg-loading{
	display:none;
	background:url('../img/loading.gif') no-repeat 0 1px;
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

.cfg-errormessage, .cfg-validationmessage{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.cfg-errormessage{
	display:none;
	margin:4px 0;
	width:260px;
}

.cfg-validationmessage{
	width: 80%;
	margin-bottom:16px;
	padding:10px 6px;
}

.cfg-option-content input[type=radio], .cfg-option-content input[type=checkbox]{
	margin-right:2px;
}



.cfg-label{
	font-family:'Trebuchet MS';
	font-weight:normal;
	font-style:normal;
	font-size:18px;
	color:white;
}

.cfg-element-content input[type="text"], .cfg-element-content textarea, .cfg-element-content select, .cfg-option-content{
	font-family:Verdana;
	font-weight:normal;
	font-style:normal;
	font-size:12px;
	color:#000000;
}

.cfg-element-content input[type="text"], .cfg-element-content textarea{
	padding:5px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border-width:1px;
	border-style:solid;
	border-color:#dcdcdc;
}

#cfg-element-1-1{
	font-family:Arial;
	font-weight:bold;
	font-size:36px;
	color:#26ADE4;
}

#cfg-element-1-2-paragraph {
	font-family:Verdana;
	font-weight:normal;
	font-size:12px;
	text-align: justify;
	color:white;
	margin-bottom: 10px;
}

#cfg-element-1-2-paragraph p {
	font-size: 14px;
}

#cfg-element-1-2{
	font-family:Verdana;
	font-weight:normal;
	font-size:12px;
	color:#000000;
	width:300px;
}

#cfg-element-1-6-label{
	font-family:'Trebuchet MS';
	font-weight:normal;
	font-style:normal;
	font-size:14px;
	color:white;

}

#cfg-element-1-6{
	width:260px;
}

#cfg-element-1-4-label{
	font-family:'Trebuchet MS';
	font-weight:normal;
	font-style:normal;
	font-size:14px;
	color:white;
}

#cfg-element-1-4{
	width:260px;
}

#cfg-element-1-7-label{
	font-family:'Trebuchet MS';
	font-weight:normal;
	font-style:normal;
	font-size:14px;
	color:white;
}

#cfg-element-1-7{
	width:260px;
}

#cfg-element-1-3-label{
	font-family:'Trebuchet MS';
	font-weight:normal;
	font-style:normal;
	font-size:14px;
	color:white;
}

#cfg-element-1-3{
	width:260px;
}

#cfg-element-1-8-label{
	font-family:'Trebuchet MS';
	font-weight:normal;
	font-style:normal;
	font-size:14px;
	color:white;
}

#cfg-element-1-8{
	width:260px;
}

#cfg-element-1-9-label{
	font-family:'Trebuchet MS';
	font-weight:normal;
	font-style:normal;
	font-size:14px;
	color: white;
}

#cfg-element-1-9{
}

#cfg-element-1-5 {
	width:100px;
	border: 3px solid #ea5b0b;
	font-family:Arial;
	font-weight:bold;
	font-size:16px;
	margin: 20px 0 20px 0;
	color:#000;
	background-color: white;
	
}

#cfg-element-1-5:hover {
	background: #ea5b0b;
	border-color: white;
}

.cfg-validationmessage{
	background-color:#00b700;
	color:#fff;
	padding:5px 7px;
}

.cfg-errormessage{
	background-color:#FF0000;
	color:#fff;
	padding:5px 7px;
}

.contact-details {
	float: right;
	margin: 0 0 0 0;
	width: 42%;
	color: white
}
.details-wrapper {
	border: 1px solid white;
	width: 95%;
	margin-top: 8px;
}

.contact-details ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

.contact-details ul li.title {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	display: block;
	background: white;
	padding: 10px;
	margin-bottom: 5px;
}

.contact-details ul li {
	margin: 0 0 15px 0;
	padding: 0 10px;
	font-weight: bold;
}




/*=======================================HELPER CLASSES=======================================*/

.border-white {
	border: solid 2px white;
}


.text-align-center {
	text-align: center;
}

.margin-top-sml {
	margin-top: 1%;
}

.border-top-white {
	border-top: solid 2px white;
}

.bg-white {
	background: white;
}

.bg-black {
	background: #0a0909;
	
}



/* iPads (landscape) ----------- */
@media all and (min-width : 980px) and (max-width : 1024px) {
.main-navigation {
	float: left;
	width: 194px;
}



.main-content {
	width: 688=7px;
}

.main-content p {
	text-align: justify;
	color: white;
}

#slider {
	float: right;
	width: 746px;

}

#slider img {
	height: 258px;
}

.main-logo {
	width: 100%;
  	height: auto;
	margin-left: 3%;
	
 
}

.header-right {
	margin-left: 25%;	
 	margin-top: 3%;
}

.legal-notice img {
	position: absolute;
	top: -2px;
	left: 110px;
}

}

/* iPads (portrait) ----------- */
@media all and (min-width : 768px) and (max-width : 979px) {



.main-navigation {
	float: left;
	width: 194px;
}

#slider {
	float: right;
	width: 530px;

}

#slider img {
	height: 258px;
}

.main-content {
	width: 471px;
}

.main-content p {
	text-align: justify;
	color: white;
}


.main-logo {
	width: 100%;
	height: auto;
	margin-left: -1%;
  	margin-top: 3%;
}

.legal-notice img {
	position: absolute;
	top: -2px;
	left: 550px;
}

.header-right {
	margin-left: 15%;	
}

.footer-navigation {
	width: 556px;
}

.legal-notice {
	width: 556px;
}

.legal-notice p {
	font-size: 10px;
}

.legal-notice img {
	top: 0px;
	left: 50px;
}

#cfg-element-1-6, #cfg-element-1-4, #cfg-element-1-3, #cfg-element-1-2, #cfg-element-1-7 {
	width:180px;
}

#cfg-element-1-5 {
	width: 100px;
}

}


/* Smartphones (portrait and landscape) ----------- */
@media only all and (min-width : 320px) and (max-width : 700px) {


.main-logo {
	width: 100%;
	margin-left: -3%;
}

.header-right {
	margin: 4% 0 4% 2%;
}

.header-right h4 {
	display: none;
}

.main-navigation {
	width: 100%;
	min-height: 0;
	float: none;
	overflow: hidden;
}


#slider {
	display: none;
}

.main-content {
	width: 100%;
	padding: 0;
	margin-top: 435px;
}

.main-content p {
	text-align: justify;
	color: white;
}

.main-content-mobile {
	margin-top: 500px;

}
.main-content h2 {
	line-height: 30px;
}

.main-content p, h2, h3 {
	padding: 0 1%;
}

.footer-navigation {
	width: 95%;
	font-size: 12px;
	float: none;

}

.footer-navigation ul li {
	padding: 0 8px;
	border: none;
}

.legal-notice {
	width: 95%;
	float: none;
}

.legal-notice p, p.attribution {
	text-align: center;
	font-size: 10px;
}

.legal-notice img {
	display: none;
}

.large-btn {
	margin-top: 2%;
	margin-bottom: 0;
}

.main-content .phone-number {
	margin-top: 2.5%;
}

.cfg-contactform {
	padding-left: 10px;

}

#cfg-element-1-8 {
	width: 260px;
}

#cfg-element-1-2-paragraph {
	width: 240px;
}

.contact-details {
	width: 90%;
	float: none;
	padding-left: 20px;
	margin-bottom: 20px;
}

.contact-form {
	width: 90%;
}

img.slogan {
	width: 216px;
	height: 216px;
	margin: 10px auto 0 auto;
  display: block;
}

p.slogan {
	text-align: center;
}

}