@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Dosis:400,500,600);
@import url(https://fonts.googleapis.com/css?family=Qwigley);

body {
	margin: 0;
}
body, th, td, p {
	font-family: 'Dosis', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #444444;
	line-height: 25px;
}

h1, h2, h3, h4, h5 {
	font-family: 'Qwigley', Arial, Helvetica, sans-serif;
	font-weight: 300;
	margin: 0;
	padding: 0;
}
h2, h3, h4, h5 {
	font-family: 'Dosis', Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 80px;
	color: #7eac16;
	margin-bottom: 15px;
	line-height: 72px;
}
h2 {
	font-size: 34px;
	color: #7eac16;
	margin: 30px 0 12px 0;
	line-height: 40px;
}
h2 a:link, h2 a:active, h2 a:visited {
	text-decoration: none;
}
h2 a:hover {
	color: #000000;
}
h3 {
	margin: 30px 0 15px 0;
	font-size: 34px;
	color: #555555;
	line-height: 30px;
}
h3 a:link, h3 a:active, h3 a:visited {
	color: #BBBBBB;
}
h4 {
	font-size: 24px;
	color: #666666;
	margin: 10px 0;
	line-height: 30px;
}
p {
	margin-top: 5px;
}

a:link, a:active, a:visited {
	color: #7eac16;
	text-decoration: underline;
}
a:hover {
	color: #7eac16;
	text-decoration: none;
}
a.link:link, a.link:active, a.link:visited {
	color: #555555;
	text-decoration: none;
	cursor: text;
}
a.link:hover {
	color: #555555;
	text-decoration: none;
	cursor: text;
}
img {
	border: 0;
}
th, td {
	vertical-align: top;
}
strong {
	font-weight: 600;
}

blockquote {
	background: top left no-repeat url(/skin/images/icon-blockquote.png);
	margin: 20px 0;
	padding: 10px 0 20px 75px;
	border-bottom: 1px solid #eeeeee;
}
blockquote p {
	margin-top: 0;
	font-style: italic;
}
blockquote .highlight {
	display: inline-block;
	color: #7eac16;
	margin-right: 20px;
}
blockquote .details {
	display: inline-block;
	margin-bottom: 10px;
	color: #888888;
}

form {
	margin: 0;
}
input, select, textarea {
	background: #FFFFFF;
	padding: 10px 15px;
	font-family: 'Dosis', Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
select {
	padding: 7px 8px;
}
/* Button - standard */
input.button, a.button {
	display: inline-block;
	width: auto;
	background: #ffc000;
	padding: 13px 35px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 700;
	text-decoration: none;
	line-height: 12px;
	text-transform: uppercase;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
a.button {
	padding: 14px 35px;
}
input.button:hover, a.button:hover {
	background: #d4a000;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}
input.button.small, a.button.small {
	font-size: 14px;
	padding: 4px 10px 3px 10px;
}
/* Button - alternate */
input.button.alt, a.button.alt {
	background: #7eac16;
	color: #FFFFFF;
}
input.button.alt:hover, a.button.alt:hover {
	background: #597A0D;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}


a.more {
	display: inline-block;
	width: auto;
	background: #ffc000;
	padding: 5px 15px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: 700;
	text-decoration: none;
	line-height: 12px;
	text-transform: uppercase;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
a.more:hover {
	background: #d4a000;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}

em.highlight {
	display: inline-block;
	background: #0b79d9;
	padding: 2px 5px;
	color: #FFFFFF;
}
.smalltext, .smalltext a {
	font-size: 11px;
	color: #999999;
	line-height: 14px;
}

.notification {
	margin: 10px 0;
	padding: 5px 20px 5px 30px;
	background: #f4f4f4 7px 7px no-repeat url(/skin/images/icon-notification.png);
	border: 1px solid #6DC361;
	color: #6b6b6b;
}
.warning {
	margin: 10px 0;
	padding: 5px 20px 5px 30px;
	background: #f4f4f4 7px 7px no-repeat url(/skin/images/icon-warning.png);
	border: 1px solid #bcbcbc;
	color: #6b6b6b;
}
.error {
	margin: 10px 0;
	padding: 5px 20px 5px 30px;
	background: #f4f4f4 7px 7px no-repeat url(/skin/images/icon-error.png);
	border: 1px solid #EA6B58;
	color: #6b6b6b;
}

/* FLOAT COLUMNS */
.left {
	float: left;
}
.mid {
	float: left;
}
.right {
	float: right;
}

/* FLOAT CLEARING */
.clearleft {
	clear: left;
	overflow: hidden;
	height: 0;
}
.clearright {
	clear: right;
	overflow: hidden;
	height: 0;
}
.clearboth {
	clear: both;
	overflow: hidden;
	height: 0;
}

/* Divider */
.div {
	overflow: hidden;
	margin: 35px 0;
	height: 1px;
	border-bottom: 1px solid #eeeeee;
}

/* Container with fade */
#container-outer-bg {
  min-width: 1170px;
}
/* Container with additional bg image*/
#container-outer {
	position: relative;
	z-index: 2;
  min-width: 1170px;
}
/* Container */
#container {
}
.container {
	width: 1170px;
	margin: 0 auto;
}
.container .left {
	width: 750px;
}
.container .right {
	width: 370px;
}

/* Header */
#header {
	background: #7eac16;
}
#header .container {
	position: relative;
}
#header .logo {
	float: left;
}
#header .logo img {
	display: block;
}
#header .right {
	position: relative;
	width: 570px;
}
/* Phone */
.phone {
	position: absolute;
	background: left no-repeat url(/skin/images/icon-phone.png);
	padding-left: 27px;
	font-size: 22px;
	font-weight: 500;
	color: #FFFFFF;
	top: 15px;
	right: 0;
}
#menu .socialmedia {
	float: right;
	padding: 8px 0 0 0;
}

/* Main Menu */
#menu {
	background: #678e0e;
	font-size: 16px;
	font-weight: 600;
}
#menu ul {
	float: left;
	margin: 0;
	padding: 0;
	display: inline-block;
}
#menu li {
	background: none;
	position: relative;
	display: inline-block;
	list-style: none;
	margin: 0 1px;
	padding: 0;
}
#menu li:hover, #menu li.active {
}
#menu li a:visited, #menu li a:active, #menu li a:link {
	display: inline-block;
	padding: 0 20px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 39px;
}
#menu li a:hover {
}
/* Sub menu */
#menu li ul {
	background: #597a0d;
	position: absolute;
	display: none;
	width: 240px;
	height: auto;
	border: 0;
	padding: 5px 0;
	margin: 0;
	top: 39px;
	left: 0;
	z-index: 999;
	text-align: left;
}
#menu li:hover ul {
	display: block;
}
#menu li:hover, #menu li.active {
}
#menu li.active a:link, #menu li.active a:active, #menu li.active a:visited,
#menu li:hover a:link, #menu li:hover a:active, #menu li:hover a:visited, #menu li:hover a:hover {
	background: #597a0d;
}
#menu .top.parent {
}
#menu li li {
	display: block;
	padding: 0;
	margin: 0 0 1px 0;
	height: auto;
	border: 0;
	line-height: normal;
}
#menu li li:last-child {
}
#menu li ul a:link, #menu li ul a:active, #menu li ul a:visited {
	display: block;
	background: none;
	padding: 10px 20px;
	text-transform: none;
	color: #FFFFFF;
	line-height: normal;
	border: 0;
}
#menu li:hover ul a:link, #menu li:hover ul a:active, #menu li:hover ul a:visited {
	background: none;
	color: #FFFFFF;
}
#menu li li:hover,  #menu li li.active, #menu li li:hover a:hover {
	background: #678e0e;
	border: 0;
}
#menu li li.active a, #menu li:hover li.active a  {
	background: #678e0e;
}
/* Alternate menu option */
#menu li.alt:hover {
}
#menu li.alt a {
	background: #ffc000;
}
#menu li.alt a:hover {
	background: #d4a000;
	color: #FFFFFF;
}


/* FEATURE - feature flash / image */
#feature {
	position: relative;
	width: 100%;
	height: 380px;
}
.featuremain {
	width: 100%;
	height: 380px;
}
.featuremain .slide, .featureimage {
	background: center center no-repeat;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}
.featureimage {
	height: 380px;
	text-align: center;
}
.featureoverlay {
	position: absolute;
	width: 300px;
	height: 170px;
	bottom: 0;
	right: 50px;
	z-index: 3;
	border-bottom: 0;
}
.featureoverlay p {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 32px;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(0,0,0,1);
}
.featureoverlay strong {
	font-size: 60px;
	font-weight: 400;
	line-height: 50px;
}
.featureoverlay a {
	color: #DD5D20;
	text-decoration: none;
}
.featureoverlay a:hover {
	color: #FFFFFF;
}

/* BOOKING - panel across page */
#booking {
	float: right;
	margin-bottom: 19px;
	padding: 10px 0 0 0;
	line-height: 33px;
}
#booking h3 {
	margin: 0;
	padding: 0;
	font-size: 48px;
	font-family: 'Qwigley', Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 32px;
}
.bookingform {
	margin-top: 5px;
}
.bookingform span.check-in, .bookingform span.duration {
	float: left;
	background: #ffffff;
	width: 220px;
	padding-right: 10px;
	margin: 0 10px 0 0;
	text-align: left;
	line-height: 33px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.bookingform span.duration {
	width: 180px;
}
.bookingform em {
	float: left;
	display: inline-block;
	background: #FFFFFF;
	padding: 10px;
	font-size: 13px;
	color: #888888;
	font-style: normal;
	font-weight: 700;
	line-height: 13px;
	text-transform: uppercase;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.bookingform span input {
	background: none;
	width: 100px;
	padding: 5px 0 5px 12px;
}
.bookingform .datepicker_wrap {
	float: right;
}
.bookingform .datepicker_wrap img {
	margin-left: 10px;
}
.bookingform span select {
  float: right;
  width: 100px;
  padding: 0;
  margin: 0;
  height: 33px;
  line-height: 33px;
}
.bookingform span option {
}
.bookingbutton {
	float: left;
}
.bookingbutton .button {
	margin: 0;
	padding: 9px 25px;
	line-height: 13px;
}



/* Panel - Search */
.search {
	float: right;
	line-height: 24px;
	margin-left: 20px;
}
.search input.clicknclear {
	background: #ededed;
	width: 180px;
	color: #666666;
	font-size: 12px;
	padding-bottom: 4px;
	border: 0;
}
.search input.button {
	float: right;
	width: auto;
	padding: 0;
	border: 0;
}



/* Main Content */
#content {
	position: relative;
	background: #ebe8e1;
	padding: 50px 0;
}
#content *:last-child {
	margin-bottom: 0;
}


/* FORM - Standard forms, eg. Enquiry */
.form {
	background: #EBE8E1;
	margin: 20px 0;
	padding: 0 10px;
	border-collapse: separate;
	border-spacing: 0 10px;
}
.form th {
	background: #f7f4ee;
	width: 100px;
	padding: 0 10px 0 10px;
	font-size: 15px;
	color: #333333;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
	text-align: left;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.form td {
	width: 220px;
	padding: 0 20px 0 0;
}
.form th {
	width: 100px;
}
.form.short td {
	width: 130px;
	padding: 0;
}
.form td em {
	display: block;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
}
.form .required {
	background: right 7px no-repeat url(/skin/images/icon-required.png);
}
.form th.required {
	background-color: #f7f4ee;
}
.form input, .form select, .form textarea {
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.form input {
	width: 180px;
	padding: 11px 15px;
}
.form textarea {
	display: block;
	width: 540px;
	margin: 0;
	padding: 11px 15px;
}
.form input.short {
	width: 145px;
}
.form input.captcha {
	width: 40px;
	margin-left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.form input.button {
	width: 220px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.form table td {
	width: auto;
	border: 0;
	padding: 0;
}
.form.searchpage {
	margin: 0 auto;
}
.form.searchpage td {
	width: auto;
	padding: 5px;
	text-align: center;
}
.form.searchpage input {
	float: left;
	width: 300px;
	margin: 0 5px;
}
.form.searchpage .button {
	width: auto;
}
.form td em.required {
	display: inline-block;
	background: right no-repeat url(/skin/images/icon-required.png);
	line-height: 22px;
	padding-right: 20px;
}
.form .none {
	width: auto !important;
	border: 0;
	padding: 0;
}
.captcha-message {
	background: #f7f4ee;
	display: block;
	margin: 10px 10px 0 10px;
	padding: 10px;
	font-size: 11px;
	color: #333333;
	line-height: 14px;
}

/* PANELS */
.panel {
	margin: 10px 0 65px 0;
}
.panel.faqs {
	margin-top: 30px;
}
.panel  h3 {
	margin: 0 0 20px 0;
	font-family: 'Dosis', Arial, Helvetica, sans-serif;
	font-size: 32px;
 	line-height: 36px;
	color: #7eac16;
}
.panel ul {
	margin: 0;
	padding: 0;
}
.panel li {
	list-style: none;
	margin: 25px 0;
	padding: 0;
}
.panel li:last-child {
	border-bottom: 0;
}
.panel li em {
	font-size: 11px;
	font-style: normal;
}
.panel .title {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
}
.panel .title a {
	text-decoration: none;
}
.panel .title a:hover {
	text-decoration: underline;
}
.panel .date {
	font-size: 13px;
}
.panel .details, .entry .details {
	font-size: 13px;
	margin: 2px 0;
}
.panel .details a, .entry .details a {
}
.panel .details a:hover, .entry .details a:hover {
}
.panel p {
	margin: 0;
}
.panel.contact p {
	margin: 55px 0 0 0;
}
.panel .summary {
	line-height: 20px;
}

/* Blog Panel */
.panel li.archive-more {
	text-align: center;
	padding: 5px 0 10px 0;
}




/* Social Media Widgets */
.socialwidgets {
	margin: 15px 0;
	padding-top: 10px;
	border-top: 1px solid #eeeeee;
}
/* Social media badges & boxes */
.socialbadges {
	margin: 15px 0;
}
.socialbadges div {
}


.side {
}
.side p {
	margin: 0 0 20px 0;
}
.side img {
}


/* List / Entry */
.list {
}
.list .entry, .content {
	background: #FFFFFF;
	margin: 40px 0;
	padding: 20px;
  width: 1130px;
	-moz-box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
}
.list .entry {
	width: auto !important;
}
.list .entry:first-child {
	margin-top: 40px;
}
.list .entry .images {
	float: left;
	width: 570px;
	margin-right: 30px;
}
.list .entry h2, .content h2 {
	font-family: 'Qwigley', Arial, Helvetica, sans-serif;
	font-size: 54px;
	color: #7eac16;
	margin: 10px 0 30px 0;
}
.list .entry h3 {
	font-size: 24px;
	margin-top: 0;
}

.blog-image {
	float: left;
	margin: 5px 25px 25px 0;
}


/* Gallery */
.gallery {
	background: #FFFFFF;
	margin: 40px 0;
	padding: 20px;
	-moz-box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
}
.gallery h3 {
	font-family: 'Qwigley', Arial, Helvetica, sans-serif;
	font-size: 54px;
	color: #7eac16;
	margin: 10px 0 30px 0;
}
.gallery ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.gallery li {
	float: left;
	margin: 0 10px 10px 0;
}
.gallery li:nth-child(3n) {
	margin-right: 0;
}
.gallery img {
	display: block;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.gallery img:hover {
	-moz-box-shadow: 0 0 0 5px #ffc000;
	-webkit-box-shadow: 0 0 0 5px #ffc000;
	box-shadow: 0 0 0 5px #ffc000;
}
/* Room gallery */
.gallery.room {
	margin: 0;
	padding: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.gallery.room li {
	margin: 0 5px 5px 0;
}
.gallery.room li:nth-child(5n) {
	margin-right: 0;
}

/* Top Anchor */
div.top {
	margin: 20px 0;
	text-align: right;
	font-size: 11px;
	line-height: 20px;
}
div.top a {
	display: inline-block;
	background: #FFFFFF;
	padding: 0 10px;
	text-decoration: none;
	color: #999999;
	border: 1px solid #E3E3E3;
}
div.top a:hover {
	color: #FFFFFF;
	background: #E3E3E3;
}

/* Paging */
.paging {
	margin: 10px 0;
	text-align: right;
	font-size: 12px;
	color: #808080;
}
.paging a:link, .paging a:active, .paging a:visited {
	background-color: #ededed;
	padding: 2px 6px;
	color: #808080;
	text-decoration: none;
}
.paging a:hover, .paging em {
	background-color: #b0b0b0;
	padding: 2px 6px;
	color: #FFFFFF;
	font-style: normal;
}
.paging .options {
	margin: 0 40px;
}
.paging .result-count {
	margin-left: 10px;
}

.smalltext {
	font-size: 11px;
	color: #999999;
	line-height: 14px;
}
.bigtext {
	font-size: 30px !important;
	line-height: 30px !important;
}

.grid {
	width: 100%;
	border: 1px solid #ddd9cf;
	border-collapse: collapse;
}
.grid.short {
	width: 400px;
}
.grid th, .grid td {
	padding: 5px 10px;
	border: 1px solid #ddd9cf;
}
.grid th {
	text-align: left;
	padding: 5px 10px;
	border: 1px solid #ddd9cf;
}
.grid tr:nth-child(odd) {
	background-color: #EEEBE4;
}
.grid tr:nth-child(even) {
	background-color: #f5f3ee;
}


/* FOOTER */
#footer {
	position: relative;
	background: #7eac16;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 22px;
	border-top: 8px solid #6b9213;
}
#footer .footertop {
	padding: 15px 0;
}
#footer .bottom {
	background: #6b9213;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer p {
	margin: 0;
	color: #FFFFFF;
	font-size: 13px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #ffc000;
	text-decoration: none;
}
/* Footer menus */
.menu {
	text-align: center;
}
.menu ul, .vcard ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.menu li, .vcard li {
	display: inline-block;
	background: 0 10px no-repeat url(/skin/images/footer-div.png);
	margin: 0 10px 0 0;
	padding: 4px 0 4px 16px;
	line-height: 18px;
}
.menu li:first-child,.vcard li:first-child {
	background: none;
	padding-left: 0;
}
.menu a {
	text-decoration: none;
}
.menu a:hover {
}

.infomenu {
	padding: 15px 0;
}

/* Vcard */
#footer .vcard {
	padding: 15px 0;
	text-align: left;
	font-size: 14px;
	line-height: 24px;
}
.vcard .org {
	font-weight: 700;
}
.vcard a {
}
.vcard a:hover {
}
#footer .socialmedia {
	float: right;
}

/* Copyright & menu */
.footermenu {
	float: left;
}
.copyright {
	float: right;
	text-align: right;
}

.footer-tags {
	display: inline-block;
	margin-left: 20px;
}
.footer-tags p {
	display: inline-block;
	margin: 0;
	font-size: 12px;
	color: #FFFFFF;
}
.footer-tags .tag {
	padding: 5px 58px 5px 0;
	background: right no-repeat url(/skin/images/etourism-white.png);
}


/* Social Media */
.socialmedia {
	line-height: 24px;
}
.socialmedia a {
	display: inline-block;
	background-image: url(/skin/images/sprite-social.png);
	width: 24px;
	height: 24px;
	margin: 0 2px;
	line-height: 24px;
	vertical-align: top;
}
.socialmedia em {
	display: none;
}
.socialmedia a:first-child {
	margin-left: 0;
}
.socialmedia a.fb {
	background-position: 0 0;
}
.socialmedia a.fb:hover {
	background-position: 0 -24px;
}
.socialmedia a.twitter {
	background-position: -30px 0;
}
.socialmedia a.twitter:hover {
	background-position: -30px -24px;
}
.socialmedia a.gplus {
	background-position: -60px 0;
}
.socialmedia a.gplus:hover {
	background-position: -60px -24px;
}
.socialmedia a.linkedin {
	background-position: -90px 0;
}
.socialmedia a.linkedin:hover {
	background-position: -90px -24px;
}
.socialmedia a.rss {
	background-position: -120px 0;
}
.socialmedia a.rss:hover {
	background-position: -120px -24px;
}
.socialmedia a.pinterest {
	background-position: -150px 0;
}
.socialmedia a.pinterest:hover {
	background-position: -150px -24px;
}
.socialmedia a.instagram {
	background-position: -180px 0;
}
.socialmedia a.instagram:hover {
	background-position: -180px -24px;
}


/* Wraps around the heading, content and map */
.map-wrapper {
	background: #FFFFFF;
	margin: 40px 0;
	padding: 20px;
	-moz-box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
}
.map-wrapper h3 {
	font-family: 'Qwigley', Arial, Helvetica, sans-serif;
	font-size: 54px;
	color: #7eac16;
	margin: 10px 0 20px 0;
}
.map-wrapper h3, .map-wrapper p {
}

/* Where the Google Map is inserted */
.map-container {
	width: 1130px;
	height: 560px;
}

/* The overlay popup window (which should be display: none by default) */
.map-info {
	display: none;
	color: #000000;
}
.marker-window, #footer .marker-window a {
	font-size: 14px;
	color: #000000;
}


/* Datepicker - colour changes */
#datepicker_div {
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
}
.datepicker_control {
	background: #597A0D;
}
.datepicker_header, .datepicker_header select {
	background: #ffc000;
	font-weight: normal;
	font-size: 13px;
	padding: 0;
}
.datepicker_header {
	padding-bottom: 8px;
}
img.datepicker_trigger {
	margin: 0;
}
.datepicker_currentDay {
	background: #4dccff !important;
}
.datepicker_currentDay a {
	color: #FFFFFF !important;
}

/* Fancybox - lightbox, keep arrows on */
#fancybox-left-ico {
 left: 20px;
}
#fancybox-right-ico {
 right: 20px;
 left: auto;
} 
#fancybox-title{ text-align: center; font-size: 14px; }

#translate-widget {
	position: absolute;
	display: inline-block;
	top: 12px;
	left: 245px;
}
#translate-widget a {
	text-decoration: none;
}
#translate-widget .goog-te-gadget-simple {
	padding: 0 !important;
}

.travel_reel_footer {
	display: none;
}