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

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900,300italic,400italic,700italic);

body {
	margin: 0;
}
body, th, td, p {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}

h1, h2, h3, h4, h5 {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-weight: 300;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 48px;
	color: #FFFFFF;
	margin-bottom: 30px;
	text-transform: uppercase;
	line-height: 48px;
}
h2 {
	font-size: 36px;
	color: #0177b2;
	font-weight: 400;
	margin: 30px 0 15px 0;
	line-height: 42px;
	text-transform: none;
	text-transform: uppercase;
}
h2 a:link, h2 a:active, h2 a:visited {
	color: #0177b2;
	text-decoration: none;
}
h2 a:hover {
	color: #000000;
}
h3 {
	margin: 30px 0 15px 0;
	font-size: 30px;
	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: #ed9c00;
	text-decoration: underline;
}
a:hover {
	color: #ed9c00;
	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 {
}

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

form {
	margin: 0;
}
input, select, textarea {
	background: #FFFFFF;
	padding: 8px 15px;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444444;
	border: 0;
}
select {
	background: #FFFFFF right no-repeat url(/skin/images/select-bg.png);
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	outline: none;
	padding: 7px 8px;
}
select::-ms-expand {
    display: none;
}
/* Button - standard */
input.button, a.button {
	display: inline-block;
	width: auto;
	background: rgba(237,156,0,0.9);
	padding: 13px 29px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 700;
	text-decoration: none;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
a.button {
	padding: 14px 29px;
}
input.button:hover, a.button:hover {
	background: #231f20;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}
input.button.small, a.button.small {
	font-size: 12px;
	padding: 5px 10px;
}
/* Button - alternate */
input.button.alt, a.button.alt {
	background: rgba(43,133,167,0.9);
	font-size: 16px;
	font-weight: 400;
}
input.button strong, a.button strong {
	font-size: 20px;
	font-weight: 900;
}


input.button.alt:hover, a.button.alt:hover {
	background: #231f20;
	text-decoration: none;
	cursor: pointer;
}
/* Button - with arrow */
input.button.arrow, a.button.arrow {
	background-image: url(/skin/images/button-arrow.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 95px;
}
input.button.arrow:hover, a.button.arrow:hover {
	background-image: url(/skin/images/button-arrow.png);
	background-repeat: no-repeat;
	background-position: right;
}


a.more {
	display: inline-block;
	background: right no-repeat url(/skin/images/more-bg.png);
	font-size: 11px;
	font-weight: 700;
	color: #ed9c00 !important;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 6px;
}
a.more:hover {
	background-image: url(/skin/images/more-bg-hover.png);
	color: #231f20 !important;
}

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 {
}
/* Container with additional bg image*/
#container-outer {
	position: relative;
	z-index: 2;
}
/* Container */
#container {
}
.container {
	width: 1170px;
	margin: 0 auto;
}
.container .left {
	width: 670px;
}
.container .right {
	width: 370px;
}

/* Header */
#header-top {
	padding: 11px 0;
}
#header-top .socialmedia, #header-top .phone, #header-top #translate-widget, #header-top .search {
	float: right;
	margin-left: 35px;
}
#header-top .search {
	display: none;
}

#header {
	background: rgba(47,165,208,0.9);
	margin-bottom: 350px;
}
#header .logo {
	float: left;
}
#header .logo img {
	display: block;
}

/* Main Menu */
#menu {
	float: right;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	z-index: 999;
}
#menu ul {
	margin: 0;
	padding: 0;
	display: inline-block;
}
#menu li {
	background: none;
	position: relative;
	display: inline-block;
	list-style: none;
	margin: 0 0 0 1px;
	padding: 0;
}
#menu li:hover, #menu li.active {
}
#menu a:visited, #menu a:active, #menu a:link {
	display: inline-block;
	padding: 5px 18px 0 18px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 87px;
}
#menu a:hover {
}
/* Sub menu */
#menu li ul {
	background: #50b5dd;
	position: absolute;
	display: none;
	width: 240px;
	height: auto;
	border: 0;
	padding: 10px 0;
	margin: 0;
	top: 92px;
	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: #50b5dd;
	padding-top: 0;
	border-top: 5px solid #65c2e7;
}
#menu li:hover a:link, #menu li:hover a:active, #menu li:hover a:visited, #menu li:hover a:hover {
	color: #ffdc1d;
}
#menu .top.parent {
}
#menu li li {
	display: block;
	padding: 0;
	margin: 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;
	border: 0;
	padding: 6px 20px;
	line-height: normal;
}
#menu li:hover ul a:link, #menu li:hover ul a:active, #menu li:hover ul a:visited {
	color: #FFFFFF;
	border: 0;
	padding: 6px 20px;
}
#menu li li:hover,  #menu li li.active, #menu li li:hover a:hover {
	color: #ffdc1d;
	border: 0;
}
#menu li li.active a, #menu li:hover li.active a  {
	color: #ffdc1d;
}
/* Alternate menu option */
#menu li.alt:hover {
}
#menu li.alt a {
	padding-right: 0;
	color: #ffdc1d;
}
#menu li.alt a:hover {
	background: none;
	padding: 0 0 0 18px;
	border: 0;
	color: #231f20;
}


/* FEATURE - feature flash / image */
#feature {
	position: absolute;
	width: 100%;
	height: 490px;
	top: 0;
	z-index: 1;
}
.featuremain {
	width: 100%;
	height: 490px;
}
.featuremain .slide {
	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 {
	background: center center no-repeat;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	height: 490px;
	text-align: center;
}
.featureoverlay-fade {
	position: absolute;
	background: top center repeat-x url(/skin/images/feature-fade.png);
	width: 100%;
	height: 140px;
	top: 0;
	z-index: 2;
}
.featureoverlay {
	position: absolute;
	width: 900px;
	top: 515px;
	left: 50%;
	margin-left: -450px;
	z-index: 3;
}
.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 {
	position: absolute;
	width: 774px;
	padding: 10px 0;
	line-height: 52px;
	top: 280px;
	left: 50%;
	margin-left: -387px;
	text-align: center;
}
#booking h3 {
	background: center center no-repeat url(/skin/images/booking-heading-bg.png);
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 60px;
	font-weight: 400;
	color: #FFFFFF;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	line-height: 45px;
	text-align: center;
}
.bookingform {
	float: left;
}
.bookingform span.check-in, .bookingform span.duration {
	float: left;
	background: #ffffff;
	width: 267px;
	margin-right: 10px;
	padding-left: 20px;
	text-align: left;
	line-height: 52px;
}
.bookingform span.duration {
	width: 207px;
	padding-right: 20px;
}
.bookingform em {
	font-size: 14px;
	color: #444444;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
}
.bookingform span input {
	float: left;
	background: none;
	width: 110px;
	margin-left: 10px;
	padding: 0 0 0 12px;
}
.bookingform span select {
	width: 100px;
	margin-left: 30px;
	padding-left: 0;
}
.bookingform span option {
}
.bookingbutton {
	float: left;
}
.bookingbutton .button {
	display: block;
	margin: 0;
	padding: 0 55px;
	line-height: 52px;
}



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



/* Phone */
.phone {
	background: left no-repeat url(/skin/images/icon-phone.png);
	padding-left: 35px;
	font-size: 24px;
	color: #FFFFFF;
}

/* Main Content */
.content {
	background: #1589b7 bottom center no-repeat url(/skin/images/content-bg.jpg);
	position: relative;
	padding: 75px 0;
}
.content, .content h2,  .content h3, .content h4, .content p, .content th, .content td, .content a.link:link, .content a.link:active, .content a.link:visited {
	color: #FFFFFF;
}
.content.bottom {
	background: #FFFFFF;
	margin: 70px 0;
	padding: 0;
}
.content.bottom, .content.bottom p, .content.bottom th, .content.bottom td, .content.bottom a.link:link, .content.bottom a.link:active, .content.bottom a.link:visited {
	color: #444444;
}
.content.bottom h2, .content.bottom h3, .content.bottom h4 {
	color: #0177b2;
}

.content .left {
	width: 850px;
}
.content .right {
	width: 300px;
}
.content.split .left {
	width: 48%;
}
.content.split .right {
	width: 48%;
}

.content .left > *, .content .right > * {
	margin-top: 0;
}

.content p {
	margin: 20px 0;
}
.content blockquote p {
	margin: 0 0 10px 0;
}



/* FORM - Standard forms, eg. Enquiry */
.form {
	margin: 15px 0;
}
.form th {
	width: 100px;
	padding: 5px 10px 5px 5px;
	text-align: right;
	font-weight: normal;
	line-height: 37px;
}
.form td {
	width: 220px;
	padding: 5px 20px 5px 5px;
	color: #979797;
}
.form td em {
	display: block;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
}
.form td.required {
	background: right 7px no-repeat url(/skin/images/icon-required.png);
}
.form input, .form select, .form textarea {
	border: 1px solid #e1e1e1;
}
.form input {
	width: 204px;
}
.form textarea {
	width: 577px;
}
.form input.short {
	width: 80px;
}
.form input.captcha {
	width: 40px;
	margin-left: 10px;
}
.form input.button {
	width: auto;
	color: #FFFFFF;
	border: 0;
}
.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;
	line-height: auto;
	padding: 5px 29px;
}
.form td em.required {
	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;
}

/* PANELS */
.panel {
	font-size: 13px;
	line-height: 18px;
	margin: 65px 0;
}
.panel.faqs, .panel.news {
	height: 100%;
}
.panel.contact {
	padding: 55px;
}
.panel  h3 {
	margin: 0 0 20px 0;
	font-size: 30px;
	color: #444444;
	line-height: auto;
}
.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 {
	color: #444444;
	text-decoration: none;
}
.panel .title a:hover {
	color: #0b79d9;
}
.panel .date {
	font-size: 11px;
	color: #666666;
}
.panel .details, .entry .details {
	font-size: 11px;
	margin: 2px 0;
}
.panel .details a, .entry .details a {
	text-decoration: none;
}
.panel .details a:hover, .entry .details a:hover {
}
.panel p {
	margin: 0;
}
.panel.contact p {
	margin: 55px 0 0 0;
}
.panel .more {
}
.panel .summary {
	line-height: 20px;
}

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

.newsletter .clicknclear {
	display: block;
	width: 270px;
	border: 1px solid #e1e1e1;
	margin-bottom: 5px;
}

/* Panel - Special */
.special {
	position: relative;
	height: 600px;
  margin: -7px 0 0 0;
	padding: 200px 0 0 0;
}
.special .image {
	float: left;
	width: 670px;
}
.special .image img {
	display: block;
	width: 670px;
}
.special .text {
	float: right;
	width: 470px;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}
.special h3 {
	margin: 50px 0 35px 0;
	font-size: 60px;
	line-height: 64px;
	color: #FFFFFF;
	text-transform: uppercase;
}
.special h4 {
	margin: 0;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: 700;
	line-height: 28px;
}
.special p {
	margin: 0 0 20px 0;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 28px;
}
.special p:last-child {
	margin: 0;
}
.special strong {
	font-size: 18px;
}
.special a {
	color: #FFFFFF;
	text-decoration: none;
}
.special a:hover {
	color: #f2c744;
}
.special .button {
}
.special .button:hover {
}



/* 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 {
	margin: 65px 0 100px 0;
}
.list .entry:last-child {
	margin-bottom: 0;
}
.list .entry .images {
	float: left;
	width: 600px;
}
.list .entry h2, .list .entry h3 {
	margin-top: 0;
}

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

.button.roombooking {
	padding: 20px 70px;
}

/* Gallery */
.gallery {
	margin: 65px 0;
}
.gallery.room {
	margin: 0;
}
.gallery.room a:first-of-type {
	display: none;
}
.gallery h3 {
	margin: 0 0 30px 0;
}
.gallery img {
	float: left;
	display: block;
	margin: 0 10px 10px 0;
}
.gallery img:hover {
}
.gallery.room img {
	margin: 0 5px 5px 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 {
	background: #7d552f;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 20px;
}
#footer .container {
	position: relative;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer p {
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #f2c744;
	text-decoration: none;
}

/* Copyright & menu */
.copyright {
	font-size: 12px;
	text-align: right;
	line-height: 55px;
}
.footer-tags {
	display: inline-block;
	margin-left: 15px;
}
.footer-tags a {
	color: #FFFFFF;
}
.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);
}

.footermenu {
	background: #cce0e8;
	text-align: center;
	border-top: 1px solid #bcced6;
	padding: 30px 0;
}
#footer .footermenu a {
	color: #2b85a7;
}
#footer .footermenu a:hover {
	color: #231f20;
}

/* Footer menus */
.footermenu ul, .copyright ul {
}
.footermenu li,  .copyright li {
	display: inline;
	background: right no-repeat url(/skin/images/footer-div.png);
	margin-right: 8px;
	padding-right: 14px;
}
.copyright ul {
	float: left;
	width: 500px;
	text-align: left;
}
.copyright li {
	background-image: url(/skin/images/copyright-div.png);
}

/* Vcard */
.vcard {
	border-bottom: 1px solid #906e4e;
	line-height: 55px;
	text-align: center;
}
.vcard .org {
	font-weight: 700;
}
.vcard .adr {
}
#footer .vcard ul {
}
.vcard li {
	display: inline;
	background: right no-repeat url(/skin/images/copyright-div.png);
	margin-right: 8px;
	padding-right: 14px;
}
.vcard a {
}
.vcard a:hover {
}

.footermenu li:last-child,  .copyright li:last-child, .vcard li:last-child {
	background: none;
	padding: 0;
	margin: 0;
}

/* 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;
}

.footer-map {
}

/* Wraps around the heading, content and map */
.map-wrapper {
	position: relative;
	margin: 65px 0 0 0;
}
.mapoverlay {
	position: absolute;
	background: bottom center no-repeat url(/skin/images/map-overlay.png);
	width: 41px;
	height: 20px;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
	z-index: 9999;
}
.map-wrapper h3 {
	margin-top: 0;
}
.map-wrapper h3, .map-wrapper p {
}

/* Where the Google Map is inserted */
.map-container {
	width: 100%;
	height: 550px;
	margin-top: 45px;
}

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

/* Datepicker - colour changes */
#datepicker_div {
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
}
.datepicker_control {
	background: #2fa5d0;
}
.datepicker_header, .datepicker_header select {
	background: #ed9c00;
	font-weight: normal;
	font-size: 13px;
	padding: 0;
}
.datepicker_header {
	padding-bottom: 8px;
}
img.datepicker_trigger {
	margin: 0;
}

/* 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 {
	display: inline-block;
}
#translate-widget a {
	text-decoration: none;
}

.travel_reel_footer {
	display: none;
}