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

.current a{
    color: #A5121D !important;
}

body {
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 13px;
    background: #fff;
}

header {
    margin: 0 auto;
    position: absolute;
    width: 100%;
	z-index: 1;
}

p {
	margin: 0px;
	padding: 10px;
}

a {
	color: #333;
	text-decoration: none;
	transition: all .5s linear;
}

a:hover {
	color: #BF1324;
	transition: all .5s linear;
}

.menu {
    width: 1100px;
    background: rgba(255,255,255,0.9);
    margin: 0 auto;
    position: relative;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(85,85,85,1);
    -moz-box-shadow: 0px 0px 7px 0px rgba(85,85,85,1);
    box-shadow: 0px 0px 7px 0px rgba(85,85,85,1);
}

.CallToAction {
    float: right;
    margin-top: -45px;
    margin-right: 5px;
    font-size: 14px;
    font-weight: bold;
}

.AccommodationImage {
	border: 1px solid #A5121D;
    padding: 5px;
}

.logo {
    margin: 0 auto;
    width: 1100px;
}

.MobileLogo {
	display: none;
}

.logo img {
    margin-top: 50px;
    background: rgba(255,255,255,0.8);
    padding: 19px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(85,85,85,1);
	-moz-box-shadow: 0px 0px 7px 0px rgba(85,85,85,1);
	box-shadow: 0px 0px 7px 0px rgba(85,85,85,1);
}

.ThankYouText {
	text-align: center;
}

.ThankYouText p{
	text-align: center !important;
}

/* Start Nav */



.menu-position {
	margin: 0 auto;
}

.mobile-menu {
	display:none;
}

ul.nav {
    list-style: none outside none;
	margin: 0 auto;
    padding: 0;
}

ul.nav li {
    display: block;
    float: left;
    margin: 10px;
    padding: 0;
}

ul.nav li a {
    border-radius: 2px 2px 2px 2px;
    color: #555;
    display: block;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .5s linear;
}

ul.nav li a:hover {
    color: #BF1324;
    z-index: 151;
    transition: all .5s linear;
}

/* End Nav*/

/* Start Banner */

#BannerFade {
	float: none;
    max-width: 100% !important;
    border-bottom: 3px solid #555;
    z-index: -1;
	position: inherit !important;
}

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position: absolute; font-size: 14px; font-weight: bold; color: #fff; text-decoration: none; background-color: #A5121D;-webkit-border-radius: 50%;-moz-border-radius: 50%; border-radius: 50%; opacity: 0.5;}
ul.bjqs-controls.v-centered li a:hover{ color: #fff; background-color: #2E7F44; opacity: 1}
ul.bjqs-controls.v-centered li.bjqs-next a{right:30px; padding: 4px 14px 5px 14px; top: 72% !important;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left: 30px; padding: 4px 14px 5px 14px; top: 72% !important;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center; display: none;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

/* End Banner */

.HomeContent {
	margin: 0 auto;
	width: 1100px;
	margin-bottom: 30px;
}

.HomeContent h1{
	text-align: center;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #2E7F44;
	font-size: 30px;
	font-weight: 100;
}

.HomeContent h2{
	text-transform: none;
	margin-top: 18px;
	color: #2E7F44;
	font-size: 28px;
	font-weight: 100;
}

.HomeContent p {
	font-size: 15px;
	text-align: justify;
}

.HomeContentLeft {
	float: left;
	width: 55%;
}

.HomeContentRight {
	float: right;
    width: 38%;
    margin-left: 30px;
    font-size: 24px;
    margin-top: 15px;
    border-left: 1px solid #ddd;
    padding-left: 37px;
}

.Content {
	margin: 0 auto;
	width: 1100px;
	margin-bottom: 30px;
}

.Content h1{
	text-align: center;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #2E7F44;
	font-size: 30px;
	font-weight: 100;
}

.Content h2{
	text-transform: none;
	margin-top: 18px;
	color: #2E7F44;
	font-size: 24px;
	font-weight: 100;
	padding-left: 10px;
}

.htwo-content {
	font-family: 'Open Sans', sans-serif;
    font-weight: 100 !important;
    font-size: 15px !important;
	color: #333 !important;
	font-weight: 100;
}

.Content img{
    margin-left: 10px;
}

.Content p {
	font-size: 15px;
	text-align: justify;
}

.ContentLeft {
	float: left;
	width: 55%;
}

.ContentRight {
	float: left;
    width: 38%;
    font-size: 24px;
    margin-top: 15px;
}

.ContentRight p{
	padding-top: 55px;
}

.HostContentLeft {
	float: left;
	width:75%;
}

.HostContentRight {
	float: right;
    width: 25%;
}

.HostContentRight img{
    padding: 5px;
    float: right;
    border: 1px solid #A5121D;
}

.phone {
    background-image: url(../images/phone.png);
    background-repeat: no-repeat;
    background-position: 0% 50%;
	background-size: 20px;
    display: block;
    padding-left: 30px;
	font-size: 15px;
}

.email-address {
    background-image: url(../images/email.png);
    background-repeat: no-repeat;
    background-position: 0% 50%;
	background-size: 20px;
    display: block;
    padding-left: 30px;
    margin-top: 20px;
    text-decoration: none;
	font-size: 15px;
}

.road-map {
    background-image: url(../images/gps.png);
    background-repeat: no-repeat;
    background-position: 0% 50%;
	background-size: 20px;
    display: block;
    padding-left: 30px;
    margin-top: 20px;
    text-decoration: none;
	font-size: 15px;
}

iframe {
	width: 100% !important;
	border: 1px solid #ddd !important;
}

.gallery {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.gallery li {
    display: inline-block;
    margin-left: 6px;
    margin-bottom: 6px;
}

.gallery img {
    border: 1px solid #A5121D;
    transition: all 0.5s ease 0s;
    padding: 5px;
}

.ContactLeft {
    width: 48%;
    float: left;
}

.ContactLeft .captcha {
    width: 240px;
    margin: 0 auto;
    margin-left: 0px;
}

.ContactLeft .captcha-img {
    margin-left: 0px;
    margin-bottom: -25px!important;
}

.ContactLeft h2 {
    text-align: center !important;
    color: #1D1E4D !important;
    font-size: 22px !important;
    text-transform: none !important;
    margin-top: 0px;
    line-height: normal;
}

#enquiryForm {
    margin-top: 20px;
}

.contact-align {
    float: left;
    width: 50%;
}

.ContactLeft input[type=text] {
    width: 212px;
    display: block;
    border: 1px solid #999;
    background-color: #FFF;
    margin-bottom: 2px;
    margin-right: 15px;
    padding: 8px;
    box-shadow: inset 1px 1px 1px #CCC;
    -moz-box-shadow: inset 1px 1px 1px #CCC;
    font-family: 'Open Sans', sans-serif;
    float: left;
    margin-top: 15px;
}

.ContactLeft textarea {
    width: 212px;
    height: 135px;
    display: block;
    border: 1px solid #999;
    background-color: #FFF;
    padding: 5px 8px;
    box-shadow: inset 1px 1px 1px #CCC;
    -moz-box-shadow: inset 1px 1px 1px #CCC;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin-top: 15px;
}

.ContactLeft input[type=submit] {
	height: 19px;
    width: 100px;
    padding: 13px 10px;
    border-radius: 3px;
    border: 1px solid #2E7F44;
    color: #FFF;
    background: #2E7F44;
    font-family: 'Open Sans', sans-serif;
	cursor: pointer;
}
.ContactLeft form * {
    box-sizing: inherit !important;
}

.ContactRight {
    width: 48%;
    float: right;
}

.ContactRight h2 {
    text-align: center !important;
    color: #1D1E4D !important;
    font-size: 22px !important;
    text-transform: none !important;
    margin-top: 0px;
    line-height: normal;
}

.ContactLine {
	border-top: 5px solid #ededed;
}

/* Start Quick Enquiry */

.booking-wrap {
    width: 100%;
    display: block;
    margin: auto;
    position: relative;
    z-index: 15;
    padding-bottom: 40px;
    background: #ededed;
}

.booking-wrap h3 {
    font-size: 24px;
	color: #555;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
	font-weight: 100;
}

form#enquiry-form {
	max-width: 1000px;
	margin: auto;
	display: block;
	font-family: 'Lato', Arial, sans-serif;
}

.booking-wrap input {
	position:relative;
	cursor: pointer;
	width: 13%;
	padding: 14px 10px;
	border-radius: 3px;
	border: 1px solid #2E7F44;
	height: 19px;
	float: left;
	margin: 10px;
	background-color: #fff;
	color: #999;
}

form#enquiry-form input:focus, form#enquiry-form select:focus, form#enquiry-form input:hover, form#enquiry-form select:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(231,197,46,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(231,197,46,0.5);
	box-shadow: 0px 0px 5px 0px rgba(231,197,46,0.5);
}

form#enquiry-form #datepicker-arrival, form#enquiry-form #datepicker-departure {
	background: url(../images/calendar.png) no-repeat 96% 50%;
	background-color: #fff;
}

.booking-wrap input[type=submit] {
	height: 49px;
	width: 14%;
	padding: 13px 10px;
	border-radius: 3px;
	border: 1px solid #2E7F44;
	color:#FFF;
	background: #2E7F44;
	font-family: 'Open Sans', sans-serif;
	float: left;
	margin: 10px;
	margin-top: -10px;
    margin-left: -25px;
}

.booking-wrap input[type=submit]:hover {
	background: #2E7F44;
	cursor: pointer;
}

.booking-wrap .captcha {
    width: inherit;
    margin: 0 auto;
    margin-left: -10px;
}

.booking-wrap .captcha input {
    width: 8% !important;
}

.booking-wrap #SpamCheck {
    margin-left: 10px!important;
    padding: 14px 10px;
    color: #555;
}

.booking-wrap .captcha-img {
    margin-left: 0px;
    margin-bottom: -44px !important;
}

.booking-wrap .refresh {
    position: inherit;
    float: left;
    margin-top: -10px;
    margin-right: 80px;
}

img.calendar {
	position: relative;
	display:inline-block;
	right: 20px;
}

.quick-enquiry {
	width: 1200px;
	margin: 0 auto;
}

/* End Quick Enquiry */



/* Start Datepicker */

.Zebra_DatePicker *, .Zebra_DatePicker *:after, .Zebra_DatePicker *:before {
    box-sizing: content-box !important;
}
.Zebra_DatePicker {
    background: none repeat scroll 0 0 #666;
    border: 3px solid #666;
    display: none;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 13px;
    position: absolute;
    z-index: 1000000;
}
.Zebra_DatePicker * {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #000;
    margin: 0;
    padding: 0;
}
.Zebra_DatePicker table {
    border-collapse: collapse;
    border-spacing: 0;
}
.Zebra_DatePicker td, .Zebra_DatePicker th {
    padding: 5px 0;
    text-align: center;
}
.Zebra_DatePicker td {
    cursor: pointer;
}
.Zebra_DatePicker .dp_daypicker, .Zebra_DatePicker .dp_monthpicker, .Zebra_DatePicker .dp_yearpicker {
    margin-top: 3px;
}
.Zebra_DatePicker .dp_daypicker td, .Zebra_DatePicker .dp_daypicker th, .Zebra_DatePicker .dp_monthpicker td, .Zebra_DatePicker .dp_yearpicker td {
    background: none repeat scroll 0 0 #e8e8e8;
    border: 1px solid #7bacd2;
    width: 30px;
}
.Zebra_DatePicker, .Zebra_DatePicker .dp_header .dp_hover, .Zebra_DatePicker .dp_footer .dp_hover {
    border-radius: 5px;
}
.Zebra_DatePicker .dp_header td {
    color: #fff;
}
.Zebra_DatePicker .dp_header .dp_previous, .Zebra_DatePicker .dp_header .dp_next {
    width: 30px;
}
.Zebra_DatePicker .dp_header .dp_caption {
    font-weight: bold;
}
.Zebra_DatePicker .dp_header .dp_hover {
    background: none repeat scroll 0 0 #222;
    color: #fff;
}
.Zebra_DatePicker .dp_header .dp_blocked {
    color: #888;
    cursor: default;
}
.Zebra_DatePicker .dp_daypicker th {
    background: none repeat scroll 0 0 #ffcc33;
}
.Zebra_DatePicker td.dp_not_in_month {
    background: none repeat scroll 0 0 #f3f3f3;
    color: #cdcdcd;
    cursor: default;
}
.Zebra_DatePicker td.dp_not_in_month_selectable {
    background: none repeat scroll 0 0 #f3f3f3;
    color: #cdcdcd;
    cursor: pointer;
}
.Zebra_DatePicker td.dp_weekend {
    background: none repeat scroll 0 0 #d8d8d8;
}
.Zebra_DatePicker td.dp_weekend_disabled {
    color: #ccc;
    cursor: default;
}
.Zebra_DatePicker td.dp_selected {
    background: none repeat scroll 0 0 #5a4b4b;
    color: #fff !important;
}
.Zebra_DatePicker td.dp_week_number {
    background: none repeat scroll 0 0 #ffcc33;
    color: #555;
    cursor: text;
    font-style: italic;
}
.Zebra_DatePicker .dp_monthpicker td {
    width: 33%;
}
.Zebra_DatePicker .dp_yearpicker td {
    width: 33%;
}
.Zebra_DatePicker .dp_footer {
    margin-top: 3px;
}
.Zebra_DatePicker .dp_footer td {
    color: #fff;
    font-weight: bold;
    padding: 2px;
}
.Zebra_DatePicker .dp_footer .dp_hover {
    background: none repeat scroll 0 0 #222;
    color: #fff;
}
.Zebra_DatePicker td.dp_current {
    color: #c40000;
}
.Zebra_DatePicker td.dp_disabled_current {
    color: #e38585;
}
.Zebra_DatePicker td.dp_disabled {
    background: none repeat scroll 0 0 #f3f3f3;
    color: #cdcdcd;
    cursor: default;
}
.Zebra_DatePicker td.dp_hover {
    background: none repeat scroll 0 0 #482424;
    color: #fff;
}
button.Zebra_DatePicker_Icon {
    background: url("../images/calendar.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    border: medium none;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    line-height: 0;
    padding: 0;
    position: absolute;
    text-indent: -9000px;
    vertical-align: top;
    width: 16px;
}
button.Zebra_DatePicker_Icon_Disabled {
    background-image: url("../images/calendar-disabled.png");
}
button.Zebra_DatePicker_Icon {
    margin: 0 0 0 3px;
}
button.Zebra_DatePicker_Icon_Inside {
    margin: 0 12px 0 0;
}

/* End Datepicker */

/* Start Captcha */

/*CAPTCHA STYLES*/
/*//////////////*/

td { padding: 0; margin: 0; color: #FFF; font-size: 12px; font-family:Arial, Helvetica, sans-serif; }
::-webkit-input-placeholder { font-style:italic; color: #444; }
:-moz-placeholder { font-style:italic; color: #444; }
::-moz-placeholder { font-style:italic; color: #444; }
:-ms-input-placeholder { font-style:italic; color: #444; }

.hidden { visibility:hidden; }

.captcha
{
  width: 240px;
  margin: 0 auto;
  margin-left: -10px;
}

.refresh {
	position:relative;
	float: right;
    margin-top: -20px;
    margin-right: 80px;
}


#SpamCheck {
	margin-left: 10px!important;
	padding:5px;
	color: #555;
}

#url
{
  visibility: hidden;
  height: 1px;
  width: 1px;
  position:absolute;
}
/* Z-INDEX */
 .formError { z-index: 990; }
    .formError .formErrorContent { z-index: 991; }
    .formError .formErrorArrow { z-index: 996; }

    .ui-dialog .formError { z-index: 5000; }
    .ui-dialog .formError .formErrorContent { z-index: 5001; }
    .ui-dialog .formError .formErrorArrow { z-index: 5006; }

.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
}

.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	color: #fff;
	min-width: 120px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	font-family:Arial, Helvetica, sans-serif;
}

.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	-o-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 11px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}

.captcha input {
	width: 65px !important;
	margin-top: 10px;
}

.captcha-img {
	margin-left: -50px;
    margin-bottom: -25px!important;
}

/* End Captcha */

.connect {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px;
}

.connect h4 {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-top: 0px;
	color: #2E7F44;
	font-weight: 100;
}

.connect img {
    margin-right: 10px;
	transition: all .5s linear;
}

.connect img:hover {
	opacity: 0.7;
	transition: all .5s linear;
}

.BreadcrumbsFooter {
	margin: 0 auto;
    text-align: center;
    padding: 15px;
    background: #ededed;
}

.footer-wrap {
    background-color: #2E7F44;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 3px;
}

.footer p {
    margin-left: 20px;
    margin-right: 20px;
}

.footer span {
    float: right;
}

.footer a {
    color: #fff;
	transition: all .5s linear;
}

.footer a:hover {
	color: #BF1324;
	transition: all .5s linear;
}

@media only screen and (max-width : 1000px) {

.menu {
    width: 100%;
}

.logo {
	display: none;
}

.CallToAction {
	display: none;
}

.MobileLogo {
	text-align: center;
    margin-top: 30px;
    display: inherit;
}

ul.bjqs-controls.v-centered li.bjqs-prev a {
	display: none;
}

ul.bjqs-controls.v-centered li.bjqs-next a {
	display: none;
}

.Content {
    width: 100%;
}

.HomeContent {
	width: 100%;
}

.HomeContentLeft {
	float: none;
	 width: 99%;
}

.HomeContentRight {
	float: none;
	width: 99%;
	margin-left: 0px;
    margin-top: 15px;
    border-left: none;
    padding-left: 15px;
}

.HomeContentRight iframe{
	width: 90% !important;
}

.ContentLeft {
    float: none;
    width: 99%;
}

.ContentRight {
    float: none;
    width: 99%;
}

.HostContentLeft {
    float: none;
    width: 99%;
}

.HostContentRight {
    float: none;
    width: 99%;
}

.HostContentRight img {
    padding-top: 15px;
    float: none;
}

.ContactLeft {
    width: 99%;
    float: none;
}

.contact-align {
    float: none;
    width: 90%;
}

.ContactLeft input[type=text] {
    width: 212px;
    float: none;
    margin-top: 15px;
}

.ContactRight {
    width: 99%;
    float: none;
}

.ContactRight iframe{
    width: 90% !important;
	height: inherit !important;
	margin-left: 15px;
}

.quick-enquiry {
    width: 100%;
}

.footer span {
    float: none;
}

.booking-wrap {
    position: inherit;
}

.booking-wrap input {
    width: 50%;
    float: none;
	margin-top: 15px;
    margin-left: 15px;
}

.booking-wrap .captcha input {
    width: 25% !important;
}

.booking-wrap .captcha-img {
    margin-left: 50px;
    margin-bottom: -5px !important;
}

.booking-wrap .refresh {
    position: inherit;
    float: left;
    margin-top: -40px !important;
    margin-right: 0px !important;
    margin-left: 20px !important;
}

.booking-wrap input[type=submit] {
    float: none;
    margin-top: 15px;
    margin-left: 15px;
	width: 200px;
}


#nav {
position: relative;
transition: none!important;
}

#nav li a { padding-top: 6px; padding-bottom: 10px; text-align: center; }
#nav li a:hover { padding-top: 6px; padding-bottom: 10px; }

#nav > a {
}

#nav:not( :target ) > a:first-of-type,
#nav:target > a:last-of-type {
display: block;
position: absolute; right: 8px; top: -5px;
background-image: url('../images/nav.png');
background-repeat: no-repeat;
width: 50px;
height: 50px;
margin-top: 145px;
z-index: 1000;
}

/* first level */

#nav > ul {
height: auto;
display: none;
position: absolute;
left: 0;
right: 0;
margin-top: 200px;
z-index: 9999;width: 100%;
}

#nav:target > ul {
display: block;
}

#nav > ul > li {
width: 100%;
float: none;
margin: 0;
background-color: #fff;
border-bottom: 1px solid #ccc;
}

/* second level */

#nav li ul {
position: static;
padding-top: 15px;
}


}