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

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,300);

@font-face {
  font-family: 'BrushScriptMT';
  src: url('/skin/fonts/BrushScriptMT.eot?#iefix') format('embedded-opentype'),  
	url('/skin/fonts/BrushScriptMT.woff') format('woff'), 
	url('/skin/fonts/BrushScriptMT.ttf')  format('truetype'), 
	url('/skin/fonts/BrushScriptMT.svg#BrushScriptMT') format('svg');
  font-weight: normal;
  font-style: normal;
}


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

h1, h2, h3, h4, h5 {
	font-family: 'BrushScriptMT', Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 85px;
	font-weight: normal;
	color: #0053a0;
	margin-bottom: 24px;
	line-height: 89px;
}
h2 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #0053a0;
	margin: 50px 0 20px 0;
	line-height: 40px;
	text-transform: none;
}
h2 a:link, h2 a:active, h2 a:visited {
	color: #0053a0;
	text-decoration: none;
}
h2 a:hover {
	color: #009bda;
}
h3 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 30px 0 15px 0;
	font-size: 32px;
	line-height: 36px;
}
h3 a:link, h3 a:active, h3 a:visited {
	color: #009bda;
}
h4 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #0053a0;
	margin: 10px 0;
	line-height: 32px;
}
p {
	margin-top: 5px;
}
.entry p, .entry li {

}
a:link, a:active, a:visited {
	color: #0053a0;
	text-decoration: underline;
}
a:hover {
	color: #0053a0;
	text-decoration: none;
}
a.link:link, a.link:active, a.link:visited {
	color: #444444;
	text-decoration: none;
	cursor: text;
}
a.link:hover {
	color: #444444;
	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;
	border-bottom: 1px solid #eeeeee;
}
blockquote p {
	margin-top: 0;
	font-style: italic;
}
blockquote .highlight {
	display: inline-block;
	color: #0099d9;
	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: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444444;
	border: 1px solid #dedede;
}
select {
	padding: 7px 8px;
}
li {
	list-style-position: inside;
}
/* Button - standard */
input.button, a.button {
	display: inline-block;
	width: auto;
	background: #009cdb;
	padding: 0 50px;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	line-height: normal;
	border-radius: 3px;
	-webkit-transition: background 1s, color 1s;
	-moz-transition: background 1s, color 1s;
	-o-transition: background 1s, color 1s;
	transition: background 1s, color 1s;
	text-align: center;
	line-height: 43px;
}
a.button {

}
input.button:hover, a.button:hover {
	background: #0053a0;
	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: #009cdb;
	color: #ffffff;
}
input.button.alt:hover, a.button.alt:hover {
	background: #0053a0;
	text-decoration: none;
	cursor: pointer;
}


a.more {
	display: inline-block;
	background: right no-repeat url(/skin/images/more-bg.png);
	font-size: 11px;
	font-weight: bold;
	color: #009ddb;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 6px;
}
a.more:hover {
	background-image: url(/skin/images/more-bg-hover.png);
	color: #0053a0;
}

em.highlight {
	display: inline-block;
	background: #0053a0;
	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;
	min-width: 1170px;
}
/* Container */
#container {
}
.container {
	width: 1170px;
	margin: 0 auto;
}
.container .left {
	width: 670px;
}
#footer .container .left {
	width: 570px;
  margin-top: 20px;
}
.container .right {
	width: 370px;
}

/* Header */
#header {
	height: 100px;
	position: relative;
	padding-top: 15px;
	min-width: 1170px;
	background: #bdddea;
}
#header .socialmedia {
	float: right;
}
#header .logo {
	float: left;
}
#header .logo img {
	display: block;
}

/* Main Menu */
#menu {
  float: right;
  font-size: 15px;
  font-weight: 400;
  z-index: 999;
  background: #0053a0;
  margin-top: 23px;
  border-radius: 3px;
}
#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 0 0 0;
}
#menu li:first-of-type {
	margin-left: 0;
}
#menu li:first-of-type a {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
#menu li:hover, #menu li.active {
	
}
#menu a:visited, #menu a:active, #menu a:link {
  display: inline-block;
  padding: 0 16px;
  color: #ffffff;
  text-decoration: none;
  line-height: 42px;
}
#menu a:hover {
}
/* Sub menu */
#menu li ul {
	background: #009bda;
	position: absolute;
	display: none;
	width: 240px;
	height: auto;
	border: 0;
	padding: 10px 0;
	margin: 0;
	top: 42px;
	left: 0;
	z-index: 1000;
	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 {
	background: #009bda;
}
#menu li:hover a:link, #menu li:hover a:active, #menu li:hover a:visited, #menu li:hover a:hover {
	background: #009bda;
}
#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;
	padding: 4px 10px;
	line-height: normal;
}
#menu li:hover ul a:link, #menu li:hover ul a:active, #menu li:hover ul a:visited {
	color: #FFFFFF;
}
#menu li li:hover,  #menu li li.active, #menu li li:hover a:hover {
	color: #0053a0;
	background: #ffffff;
	border: 0;
}
#menu li li.active a, #menu li:hover li.active a  {
	color: #0053a0;
	background: #ffffff;
}
/* Alternate menu option */
#menu li.alt:hover {
}
#menu li.alt a {
}
#menu li.alt a:hover {
}


/* FEATURE - feature flash / image */
#feature {
	position: relative;
	width: 100%;
	min-width: 1170px;
	height: 461px;
	top: 0;
}
.feature-top {
	z-index: 999;
	position: absolute;
	width: 100%;
	height: 30px;
	top: 0;
	left: 0;
	background: url(/skin/images/feature-top.png) center top no-repeat;
}
.featuremain {
	width: 100%;
	height: 461px;
}
.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: 461px;
	text-align: center;
}
.featureoverlay-fade {
	position: absolute;
	background: top center repeat-x url(/skin/images/feature-fade.png);
	width: 100%;
	height: 28px;
	bottom: 0;
	z-index: 2;
}
.featureoverlay {
	display: none;
	position: absolute;
	width: 1170px;
	top: 350px;
	left: 50%;
	margin-left: -585px;
	z-index: 3;
	text-align: left;
}
.featureoverlay p {
	margin: 0;
	font-size: 72px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 78px;
	text-align: left;
	text-transform: uppercase;
}
.featureoverlay p:nth-child(3) {
	font-size: 24px;	
	line-height: 28px;
	text-transform: none;
}
.featureoverlay a {
	color: #DD5D20;
	text-decoration: none;
}
.featureoverlay a:hover {
	color: #FFFFFF;
}

/* BOOKING - panel across page */
#booking {
	position: absolute;
  background: rgba(255,255,255,0.9);
  width: 342px;
  height: 342px;
  padding: 0;
  text-align: center;
  top: 180px;
  left: 50%;
  margin-left: -585px;
  border-radius: 342px;
}
#booking h3 {
  margin: 70px 0 0 0;
  padding: 0 0 10px 0;
  font-family: 'BrushScriptMT', Arial, Helvetica, sans-serif;
  font-size: 44px;
  color: #0053a0;
  text-transform: none;
  line-height: 44px;
  text-align: center;
}
.bookingform {
}
.bookingform span.check-in, .bookingform span.duration {
  display: inline-block;
  background: url(/skin/images/booking-span-bg.jpg) left center no-repeat #ffffff;
  width: 268px;
  text-align: left;
  line-height: 43px;
  margin: 0 auto 5px auto;
  overflow: hidden;
  border-radius: 3px;
  -moz-box-shadow: 0 0 8px rgba(0,0,0,0.15);	
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.15);	
  box-shadow: 0 0 8px rgba(0,0,0,0.15);	
}
.bookingform em {
  display: inline-block;
  font-size: 13px;
  color: #666666;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  width: 83px;
  float: left;
  padding-left: 10px;
}
.bookingform span input {
  float: left !important;
  background: none;
  width: 134px;
  height: 43px;
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  border: none;
  text-align: left;
  padding: 0 0 0 10px;
}
.bookingform span select {
  width: 170px;
  height: 43px;
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  border: none;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: url(/skin/images/arrow-down.png) no-repeat;
  background-position: 153px 18px;
  text-indent: 0.01px;
  text-overflow: '';
  overflow: hidden;
  outline: none;
	
}
.bookingform span select::-ms-expand {
	display: none;
}
.bookingform span option {

}
.bookingbutton {
  width: 255px;
  height: 46px;
  text-align: center;
  margin: 0 auto;
}
.bookingbutton .button, a.button.roombooking {

}

a.button.roombooking {
	margin-top: 10px;
}

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



/* Phone */
.phone {
  background: left no-repeat url(/skin/images/icon-phone.png);
  padding-left: 35px;
  margin-left: 43px;
  font-size: 24px;
  line-height: 24px;
  color: #333333;
  float: right;
  font-weight: normal;
  clear: right;
}

/* Main Content */
.content {
	background: #ffffff;
	position: relative;
	padding: 50px 0;
	min-width: 1170px;
}
.content .container {
	padding-bottom: 40px;
	border-bottom: 1px dotted #cccccc;
}
.content .left {
	width: 70%;
}
.content .right {
	width: 28%;
}
.content.split .left {
	width: 48%;
}
.content.split .right {
	width: 48%;
}

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

.content.alt {
	background: #ffffff;
}
.content.alt .list {
	background: none;
}
.content.alt {
	padding: 0;
	margin: 0;
}


/* Cascading grid layout */
.c-grid {
}
.col2 .item *, .col3 .item * {
	margin-left: 20px;
	margin-right: 20px;
}
.col2 .item {
	width: 50%;
}
.col3 .item {
	width: 33%;
}


/* 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 {
	width: 204px;
}
.form textarea {
	width: 577px;
}
.form input.short {
	width: 80px;
}
.form input.captcha {
	width: 40px;
	margin-left: 10px;
}
.form input.button {
	width: auto;
}
.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 {
	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: bold;
  line-height: 20px;
}
.panel .title a {
	color: #0053a0;
  text-decoration: none;
  font-size: 18px;
}
.panel .title a:hover {
	color: #0053a0;
}
.panel .date {
	font-size: 11px;
	color: #666666;
}
.panel .details, .entry .details {
	font-size: 11px;
  line-height: 11px;
  margin: 0 0 2px 0;
  color: #666666;
  text-transform: uppercase;
}
.panel .details a, .entry .details a {
	color: #888888;
	text-decoration: none;
}
.panel .details a:hover, .entry .details a:hover {
	color: #444444;
}
.panel p {
	margin: 0;
}
.panel.contact p {
	margin: 55px 0 0 0;
}
.panel .more {
}
.panel .summary {
	line-height: 18px;
  color: #333333;
}

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

.newsletter .clicknclear {
	display: block;
	width: 270px;
	margin-bottom: 5px;
}

/* Panel - Special */
.special {
  float: left;
  position: relative;
  width: 570px;
  height: auto;
  min-height: 642px;
  margin: -150px 0 0 0;
  padding: 0;
  background-color: #ffffff;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.25);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.25);
  box-shadow: 0 0 10px rgba(0,0,0,0.25);
}
.special .image {
  width: 570px;
  height: 455px;
  float: left;
  background: center center no-repeat;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.special .image img {
	background: center center no-repeat;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}
.special .text {
	position: relative;
  background: none;
  width: 570px;
  height: auto;
  margin: 0;
  padding: 0;
  color: #666666;
  text-align: left;
  display: inline-block;
}
.special h3 {
	margin: 10px 0 15px 0;
  padding: 0 20px 10px 20px;
  font-size: 44px;
  font-weight: 300;
  color: #666666;
  line-height: 48px;
  border-bottom: 1px dotted #d9d9d9;
  text-transform: uppercase;
}
.special p {
	margin: 0;
  padding: 0 20px;
  font-size: 14px !important;
	line-height: 26px;
}
.special p:nth-of-type(1), .special p:nth-of-type(1) a   {
	font-size: 22px !important;
	margin-bottom: 15px;
}
.special p:nth-of-type(2) {
	width: 180px;
	float: left;
	padding-right: 0;
}
.special p:nth-of-type(3) {
	width: 185px;
	margin-left: 5px;
	padding-left: 0;
	padding-right: 0;
	float: left;
	clear: right;
}
.special p:nth-of-type(2) a, .special p:nth-of-type(3) a {
	color: #888888;
}
.special p:nth-of-type(2) a strong, .special p:nth-of-type(3) a strong {
	color: #333333;
}
.special p:last-child {
  float: left;
  padding: 0;
  margin: 0 0 15px 0;
  padding-top: 0;
}
.special strong {

}
.special a {
	text-decoration: none;
}
.special a:hover {
	color: #0053a0;
}
.special .button {
	padding: 0 34px;
  margin-top: 5px;
}
.special .button:hover {
	color: #FFFFFF;
	background: #0d2c72;
}



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


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


/* List / Entry */
.list {
	background: #ffffff;
	padding-bottom: 1px;
}
.list .entry {
	margin: 0;
	padding: 65px 0;
	border-bottom: 1px solid #FFFFFF;
}
.list .entry:last-child {
	border: 0;
}
.list .entry .images {
	float: left;
  width: 650px;
  padding: 10px 10px 5px 10px;
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
	margin-right: 30px;
}
.list .entry h2 {
	margin-top: 0;
}
.list .entry hr {
	border-top: 1px solid #e5e5e5;
	border-bottom: none;
	margin: 20px 0;
	padding: 0;
	display: none;
}
.list .entry li {
	font-weight: bold;
}
.blog-image {
	float: left;
	margin: 5px 25px 25px 0;
}


/* Gallery */
.gallery {
	padding: 0;
	margin-top: 30px;
	margin-bottom: 50px;
}
.gallery.room {
  background: none;
  margin: 0;
  padding: 0;
  width: 100px;
  height: 361px;
  overflow-y: auto;
  overflow-x: hidden;
  float: right;
}
.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 8px 0;
}
.gallery.room a:last-of-type img {
	margin-bottom: 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 #0053a0;
	border-collapse: collapse;
}
.grid.short {
	width: 400px;
}
.grid th, .grid td {
	padding: 5px 10px;
	border: 1px solid #0053a0;
}
.grid th {
	text-align: center;
	padding: 5px 10px;
	border: 1px solid #0053a0;
	background: rgba(0,159,219,0.55);
	color: #ffffff;
}
.grid th em {
	font-weight: normal;
	font-size: 10px;
	line-height: 2px;
	white-space: nowrap;
}
.grid tr:nth-child(odd) {
	background-color: rgba(0,159,219,0.15);
}
.grid tr:nth-child(even) {
	background-color: #f5f3ee;
}
.plusbotmargin {
	margin-bottom: 20px !important;
}

/* FOOTER */
#footer {	
	position: relative;
	background: #0c587f;
	color: #FFFFFF;	
	padding: 40px 0 0 0;
	min-width: 1170px;
}
#footer .footer-bg-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.1;
	background: center center no-repeat;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	pointer-events: none;
	z-index: 1;
}
#footer .container {
	position: relative;
}
#footer .container:first-child {
	position: relative;
	background: none;
	padding-bottom: 70px;
	min-height: 140px;
}
#footer .footerbottom .container:first-child {
	background: none !important;
	padding-bottom: 0 !important;
	min-height: 0 !important;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 15px;
}
#footer p {
	margin: 0;
	color: #bbbbbb;
	font-size: 12px;
}
#footer a {
	text-decoration: none;
	color: #ffffff;
}
#footer a:hover {
	text-decoration: underline;
}

.footerbottom {
  background: #0b3d57;
  font-size: 12px;
  color: #bbbbbb;
  padding: 15px 0 0 0;
  text-align: center;
  z-index: 2;
  position: relative;
  margin-top: 35px;
}
/* Bottom footer menu */
.footermenu {
	float: left;
	width: 470px;
	margin-bottom: 15px;
	font-size: 12px;
	color: #839da6;
}
.footermenu li {
	float: left;
	margin: 0;
	padding: 0 10px 0 10px;
	background: url(/skin/images/div-sep.png) right center no-repeat;
}
.footermenu li:first-child {
	padding-left: 0;
}
.footermenu li:last-child {
	background: none;
}
.footermenu a {
	text-decoration: none;
	color: #839da6 !important;
	font-size: 12px !important;
}
.footermenu ul {
	font-size: 12px;
}
.footermenu a:hover {
	text-decoration: underline;
}

/* Copyright & menu */
.copyright {
	float: right;
	width: auto;
	text-align: left;
	font-size: 12px;
}
.footer-tags {
	display: inline-block;
  margin-left: 5px;
}
.footer-tags a {
	color: #839da6 !important;
}
.footer-tags p {
	display: inline-block;
	margin: 0;
	color: #FFFFFF;
}
.footer-tags .tag {
	padding: 5px 58px 5px 0;
	background: right no-repeat url(/skin/images/etourism-white.png);
}

/* Vcard */
#footer .vcard {
	float: left;
	width: 600px;
	padding: 0;
	color: #c6d4db;
	font-size: 18px;
	line-height: 22px;
}
.vcard .org {
	font-family: 'BrushScriptMT', Arial, Helvetica, sans-serif;
	display: block;
	font-size: 65px;
	line-height: 65px;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 8px;
}
.vcard .adr {
}
.vcard ul {
}
.vcard li {
	display: inline-block;
	background: url(/skin/images/div-sep.png) center right no-repeat;
	padding: 0 10px;
}
.vcard li:first-child {
	padding-left: 0;
}
.vcard li:last-child {
	background: none;
}
.vcard a {
	color: #c6d4db !important;
}
.vcard a:hover {
	color: #FFFFFF;
}
.infomenu {
  width: 587px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  text-align: left;
  display: block;
}
.infomenu li {
  width: auto;
  padding: 0 10px;
  list-style-type: none;
  display: block;
  background: url(/skin/images/bullet.png) center left no-repeat;
}
.infomenu li:last-child {

}
.infomenu a {
	color: #FFFFFF;
	font-size: 15px;
}
.infomenu a:hover {
	color: #FA7234;
}


/* Social Media */
.socialmedia {
	line-height: 24px;
}
#footer .socialmedia {
	margin-top: 20px;
}
.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;
}

/* Wraps around the heading, content and map */
.map-wrapper {
	padding: 35px 0 0 0;
	position: relative;
}
.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: #0053a0;
}
.datepicker_header, .datepicker_header select {
	background: #193e93;
	font-weight: normal;
	font-size: 13px;
	padding: 0;
}
.datepicker_header {
	padding-bottom: 8px;
}
img.datepicker_trigger {
  margin: -2px 0 0 8px;
}

/* 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;
	margin-right: 20px;
}
#translate-widget a {
	text-decoration: none;
}

.travel_reel_footer {
	display: none;
}

.map-shadow {
	position: absolute;
	top: 155px;
	left: 0;
	width: 100%;
	min-width: 1170px;
	height: 6px;
	background: url(/skin/images/map-shadow.png) top left repeat-x;
	z-index: 9999;
}

.wifi {
	position: absolute;
	bottom: -50px;
	left: 50%;
	margin-left: 456px;
	z-index: 1100;
	width: 129px;
	height: 129px;
	background: url(/skin/images/wifi.png) bottom right no-repeat;
}
