@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'FontinSmallCaps';
    src: url('/skin/fonts/fontin-smallcaps-webfont.eot');
    src: url('/skin/fonts/fontin-smallcaps-webfont.eot?#iefix') format('eot'),
         url('/skin/fonts/fontin-smallcaps-webfont.woff') format('woff'),
         url('/skin/fonts/fontin-smallcaps-webfont.ttf') format('truetype');
}
@font-face {
    font-family: 'Gotham Medium';
    src: url('/skin/fonts/gotham-medium-webfont.eot');
    src: url('/skin/fonts/gotham-medium-webfont.eot?#iefix') format('eot'),
         url('/skin/fonts/gotham-medium-webfont.woff') format('woff'),
         url('/skin/fonts/gotham-medium-webfont.ttf') format('truetype');
}

body {
	margin: 0;
	background: #2b87bc;
}
body, th, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

img {
	border: 0;
}

form {
	margin: 0;
}
input, select, textarea {
	border: 1px solid #acacac;
	padding: 2px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7f7f7f;
}
select {
	padding: 1px 4px;
}
input.button {
	width: auto;
	border: 0;
	padding: 0;
}

h1 {
	font-family: 'Gotham Medium', Arial, Helvetica, sans-serif;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 24px;
	color: #2376b6;
}
h2 {
	font-family: 'Gotham Medium', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #2376B6;
	margin: 20px 0 0 0;
}
h2 a:link, h2 a:active, h2 a:visited {
	color: #2376B6;
}
h3 {
	font-family: 'Gotham Medium', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #f4b31b;
	margin: 20px 0 0 0;
}
h3 a:link, h3 a:active, h3 a:visited {
	color: #f4b31b;
}
h4 {
}
p {
	margin-top: 5px;
}

a:link, a:active, a:visited {
	color: #2376B6;
	text-decoration: underline;
}
a:hover {
	color: #2376B6;
	text-decoration: none;
}
a.link:link, a.link:active, a.link:visited {
	color: #333333;
	text-decoration: none;
	cursor: text;
}
a.link:hover {
	color: #333333;
	text-decoration: none;
	cursor: text;
}

blockquote {
	background: top left no-repeat url(/skin/images/icon-blockquote.png);
	margin: 10px 0;
	padding: 5px 0 5px 55px;
	border-bottom: 1px dotted #dddddd;
}
blockquote p {
}
blockquote .highlight {
	color: #2376B6;
}
blockquote .details {
	font-size: 11px;
	color: #999999;
}


.notification {
	margin: 10px 0;
	padding: 5px 20px 5px 30px;
	background: #f4f4f4 7px 7px no-repeat url(/skin/images/icon-notification.png);
	border: 2px solid #6DC361;
	color: #6b6b6b;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.warning {
	margin: 10px 0;
	padding: 5px 20px 5px 30px;
	background: #f4f4f4 7px 7px no-repeat url(/skin/images/icon-warning.png);
	border: 2px solid #bcbcbc;
	color: #6b6b6b;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.error {
	margin: 10px 0;
	padding: 5px 20px 5px 30px;
	background: #f4f4f4 7px 7px no-repeat url(/skin/images/icon-error.png);
	border: 2px solid #EA6B58;
	color: #6b6b6b;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}



/* 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;
	height: 0;
	border-bottom: 1px dotted #dddddd;
}

/* Container with background */
#container-outer {
	background: top center no-repeat url(/skin/images/container-outer.jpg);
}

/* Container */
#container {
	width: 960px;
	margin: 0 auto;
}

/* Header - Inc menu and logo */
#header {
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding: 15px 0 5px 0;
}

/* Feature image */
.featureimage {
	background: top center no-repeat url(/skin/images/feature-bg.png);
	width: 926px;
	margin: 0 auto;
	padding: 15px 15px 7px 15px;
}
.featureimage img {
	display: block;
}
.featureflash {
	background: top center no-repeat url(/skin/images/feature-bg.png);
	margin: 0 auto;
	padding: 15px 15px 7px 15px;
	width: 926px;
	height: 400px;
}
.feature-bottom {
	background: top center no-repeat url(/skin/images/feature-bg-bottom.png);
	margin: 0 auto;
	width: 956px;
	height: 8px;
	overflow: hidden;
}


/* Logo */
.logo {
	padding-bottom: 10px;
}
/* Main Menu */
#menu {
	background: top repeat-x url(/skin/images/menu-bg.png);
	margin: 0;
	padding: 0;
	font-family: 'FontinSmallCaps', Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#menu ul {
	margin: 0;
	padding: 0;
	display: inline;
}
#menu li {
	float: left;
	background: top right no-repeat url(/skin/images/menu-div.png);
	list-style: none;
	margin: 0;
	padding: 0 2px 0 0;	
}
#menu a:visited, #menu a:active, #menu a:link {
	padding: 10px 9px 12px 9px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
#menu a:hover {
	color: #FFFFFF;
}
/* Sub menu */
#menu li ul {
	display: none;
	width: 220px;
	height: auto;
	border: 0;
	position: absolute;
	padding: 10px 0 5px 0;
	margin: -3px 0 0 0;
	background: #1f6ea9;
}

#menu li:hover ul, #menu li.sfhover ul {
	display: block;
}
#menu li.active a:link, #menu li.active a:active, #menu li.active a:visited {
	color: #FFFFFF;
	background: top repeat-x url(/skin/images/menu-bg-hover.png);
}
#menu li:hover a:link, #menu li:hover a:active, #menu li:hover a:visited, #menu li:hover a:hover,
#menu li.sfhover a:link, #menu li.sfhover a:active, #menu li.sfhover a:visited, #menu li.sfhover a:hover {
	color: #FFFFFF;
	background: top repeat-x url(/skin/images/menu-bg-hover.png);
}
#menu li:first-child a {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
#menu li li {
	padding: 0;
	margin: 0;
	float: none;
	height: auto;
	text-transform: none;
	font-weight: normal;
	border: 0;
	background: none;
}
#menu li ul a:link, #menu li ul a:active, #menu li ul a:visited {
	padding: 5px 15px;
	margin: 0;
}
#menu li:hover ul a:link, #menu li:hover ul a:active, #menu li:hover ul a:visited, #menu li.sfhover ul a:link, #menu li.sfhover ul a:active, #menu li.sfhover ul a:visited{
	background: none;
	color: #FFFFFF;
}
#menu li ul a:hover, #menu li:hover ul a:hover, #menu li.sfhover ul a:hover {
	color: #e88c8c;
}
/* Alternate menu option */
#menu li.alt {
	float: right;
	padding: 0;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	background: top right repeat-x url(/skin/images/menu-bg-alt.png);
}
#menu li.alt a {
	padding: 12px 8px 12px 8px;
}
#menu li.alt a:hover {
	background: none;
	color: #05426f;
}

#booking {
	background: top center no-repeat url(/skin/images/booking-bg.png);
	height: 164px;
	margin: 0 auto;
	font-size: 13px;
	color: #FFFFFF;
}
#booking h3 {
	margin: 0 0 10px 0;
}
#booking p {
	color: #FFFFFF;
}
#booking input, #booking select {
	color: #666666;
	border: 0;
}

/* Book Online - booking panel */
#booking .panel-booking {
	float: left;
	width: 290px;
	padding: 58px 10px 0 20px;
}
#booking .panel-booking th {
	width: 100px;
	color: #2b2b2b;
	text-align: left;
	padding: 0 0 5px 0;
}
#booking .panel-booking td {
	color: #2b2b2b;
	padding: 0 0 5px 0;
}

/* Specials panel */
#booking .panel-special {
	float: left;
	width: 380px;
	padding: 15px 0 0 10px;
	font-size: 12px;
}
#booking .panel-special h3 {
	color: #FFFFFF;
}
#booking .panel-special img {
	float: left;
	border: 5px solid #FFFFFF;
	margin-right: 13px;
}
#booking .panel-special a {
	color: #b9b9b9;
}
#booking .panel-special p {
	font-size: 12px;
	margin: 0 0 5px 0;
	color: #b9b9b9;
	line-height: 18px;
}

/* Newsletter Subscription - newsletter panel */
#booking .panel-newsletter {
	float: right;
	width: 220px;
	padding: 15px 20px 0 0;
	min-height: 36px;
	height: auto !important;
	height: 36px;
}
#booking .panel-newsletter h3 {
	color: #FFFFFF;
}
#booking .panel-newsletter .buttons {
	margin-top: 10px;
}

/* Social media icons */
.socialmedia {
	border-top: 1px solid #335b7d;
	font-size: 16px;
	margin-top: 8px;
	padding-top: 8px;
}
.socialmedia img {
	vertical-align: middle;
	margin: 0 0 0 6px;
}


/* Content */
#content {
	background: center repeat-y url(/skin/images/content-bg.png);
	width: 940px;
	padding: 0 8px;
	margin: 0 auto;
	line-height: 22px;
}

/* Main content - text area */
.content {
	padding: 20px;
}

#content .left {
	float: left;
	width: 600px;
	padding: 10px 20px;
}
#content .right {
	float: right;
	background: #FCD760;
	width: 280px;
	padding: 10px;
}

/* Breadcrumbs */
.breadcrumbs {
	margin-bottom: 15px;
	color: #999999;
	font-size: 11px;
}
.breadcrumbs a:link, .breadcrumbs a:active, .breadcrumbs a:visited {
	color: #999999;
	text-decoration: none;
}
.breadcrumbs a:hover {
	color: #999999;
	text-decoration: underline;
}



/* PANEL */
.panel {
	background: #fcd760;
	margin: 0 auto;
	padding-bottom: 15px;
	font-size: 12px;
}
.panel ul {
	float: left;
	width: 258px;
	background: #e6e6e6 top repeat-x url(/skin/images/panel-li-bg.gif);
	list-style: none;
	margin: 0;
	padding: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #c6c6c6;
}
.panel h3 {
	margin: 0 0 10px 0;
	color: #333333;
}
.panel input, .panel select {
	width: 170px;
}
.panel .button {
	background: #e6e6e6;
	margin: 5px 0 15px 0;
	padding: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #c6c6c6;
	text-align: center;
}
.panel .button input {
	width: auto;
}


/* Panel - Search */
.panel-search {
}
.panel-search input {
	width: 230px;
	border: 0;
	padding: 3px 5px;
}
.panel-search input.button {
	width: auto;
	border: 0;
	padding: 0;
	vertical-align: middle;
	margin-bottom: 1px;
}



/* Panel - Blog */
.panel.blog {
	color: #555555;
}
.panel.blog .text-light {
	color: #9d9d9d;
	font-size: 11px;
	margin-bottom: 5px;
}
.panel.blog ul {
}
.panel.blog li {
	float: left;
	width: 210px;
	margin: 0 0 15px 10px;
	padding: 0;
	line-height: 16px;
}
.panel.blog li.date {
	width: 38px;
	margin: 0;
	padding: 2px 0;
	border: 0;
	text-align: center;
	background: top repeat-x url(/skin/images/panel-blog-date.gif);
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.panel.blog li.date em {
	font-size: 22px;
	font-style: normal;
	color: #FFFFFF;
}


.panel.blog li.category {
	width: 38px;
	height: 42px;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	background: top center no-repeat url(/skin/images/icon-blog.png);
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}
.panel.blog .archive li {
	float: none;
	width: auto;
}

.panel.blog a.more {
	display: block;
	margin-top: 10px;
}
.panel.blog .more-link {
	clear: left;
	text-align: right;
	margin: 0 10px;
}
.panel.blog p {
	margin: 0 20px;
}

.rss {
	background: #e6e6e6 bottom repeat-x url(/skin/images/panel-li-bg.gif);
	margin-bottom: 15px;
	padding: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #c6c6c6;
	text-align: center;
}

.panel.blog .tagcloud {
	background: #e6e6e6 top repeat-x url(/skin/images/panel-li-bg.gif);
	margin-bottom: 15px;
	padding: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #c6c6c6;
	text-align: center;
}

/* Panel - FAQs */
.panel.faqs {
	color: #555555;
	margin-bottom: 20px;
}
.panel.faqs ul {
}
.panel.faqs li {
	float: left;
	width: 210px;
	margin: 0 0 10px 10px;
	padding: 0;
	line-height: 16px;
}
.panel.faqs li.category {
	width: 38px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	background: top center no-repeat url(/skin/images/icon-faq.png);
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}

/* Panel - Contact */
.panel.contact {
}
.panel.contact p {
	margin: 0 16px;
}
.panel.contact img {
	margin-top: 15px;
}
.panel.contact ul {
}
.panel.contact li {
	margin-bottom: 5px;	
}


/* Photo Gallery / Album Panel */
.gallery {
	margin: 5px auto;
}
.gallery td {
	width: 260px;
	padding: 0 8px 20px 8px;
	font-size: 11px;
	color: #555555;
	line-height: 16px;
	vertical-align: top;
}
.gallery strong {
	font-size: 12px;
	color: #2376B6;
}
.gallery img {
	display: block;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #e5e5e5;
}
.gallery .thumb {
	margin-bottom: 5px;
	padding-bottom: 10px;
	background: bottom right no-repeat url(/skin/images/photo-bg.gif);
}

/* Google Map Panel */
.map {
}
.map iframe {
}

/* FORM - Standard forms, eg. Enquiry */
.form {
	margin: 15px auto;
}
.form th {
	width: 140px;
	padding: 5px 10px 5px 5px;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px dotted #dddddd;
}
.form td {
	width: 430px;
	padding: 5px 50px 5px 5px;
	border-bottom: 1px dotted #dddddd;
	color: #999999;
}
.form td em {
	font-size: 11px;
	font-style: normal;
}
.form td.required {
	background: 450px 7px no-repeat url(/skin/images/icon-required.png);
}
.form input, .form textarea {
	width: 415px;
	border: 1px solid #bbbbbb;
	color: #666666;
}
.form input.short {
	width: 215px;
}
.form input.button {
	width: auto;
	border: 0;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.form table td {
	width: auto;
	border: 0;
	padding-right: 5px;
}

/* Rooms Listing */
.rooms {
	width: 100%;
	margin: 5px auto;
}
.rooms td {
	padding: 10px;
	vertical-align: top;
}
.rooms h3 {
	margin-top: 0;
}
.rooms p {
}
.rooms img {
	display: block;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #e5e5e5;
}
.rooms .image {
	margin-bottom: 5px;
	padding-bottom: 10px;
	background: bottom right no-repeat url(/skin/images/photo-bg.gif);
}
.rooms .button {
	padding: 0;
	border: 0;
}

/* Testmonials / Blog comments */
.testimonial {
	background: top left no-repeat url(/skin/images/icon-blockquote.png);
	margin: 10px 0;
	padding: 5px 0 10px 55px;
	border-bottom: 1px dotted #dddddd;
}

/* Entry in a listing - used on Blog and FAQ */
.entry {
	margin: 10px 0;
	padding: 5px 0;
	border-bottom: 1px dotted #dddddd;
}
.entry .thumb {
	float: left;
	margin: 0 15px 10px 0;
}
.entry .image {
}
.entry .summary {
}
.entry h2 {
	margin: 0;
}
.entry .details {
	font-size: 11px;
	color: #999999;
}
.entry em {
	color: #999999;
}
.comment {
	background: 0px 10px no-repeat url(/skin/images/icon-profile.gif);
	padding: 10px 0 10px 60px;
	border-bottom: 1px dotted #dddddd;
	font-size: 12px;
	line-height: 16px;
	min-height: 48px;
  height: auto !important;
  height: 48px;
}


/* News / Blog Article image*/
.article-image {
	float: right;
	margin: 0 0 10px 10px;
	padding-bottom: 10px;
	background: bottom right no-repeat url(/skin/images/photo-bg.gif);
}
.article-image img {
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #e5e5e5;
}

/* FAQ */
.faq {
	margin: 10px 0;
	padding: 5px 0;
	border-bottom: 1px dotted #dddddd;
}
.faq h2 {
	margin-top: 0;
}

/* Tariffs Table */
.tariffs-table {
	border-collapse: collapse;
	margin: 10px 0;
}
.tariffs-table th {
	padding: 3px 6px;
	font-size: 11px;
	line-height: normal;
	text-align: left;
	font-weight: normal;
	border: 1px solid #FFFFFF;
}
.tariffs-table td {
	padding: 3px;
	font-size: 11px;
	line-height: normal;
	text-align: center;
	border: 1px solid #FFFFFF;
}





/* Footer - full width */
#footer {
	background: top center no-repeat url(/skin/images/footer-bg.png);
	font-size: 11px;
	color: #FFFFFF;
	padding: 20px 0 10px 0;
	line-height: 20px;
}
#footer .container {
	width: 940px;
	margin: 0 auto;
}
#footer .left {
	width: 295px;
	float: left;
}
#footer .mid {
	float: left;
	width: 340px;
	margin-left: 5px;
}
#footer .right {
	float: right;
	width: 285px;
}
#footer em {
	padding: 0 5px;
	color: #FFFFFF;
}
#footer ul {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
}
#footer li {
	background: 15px 7px no-repeat url(/skin/images/footer-arrow.gif);
	margin: 0;
	padding: 0 0 0 30px;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer .ilaunch {
	display: block;
	margin-top: 10px;
}
#footer .tag {
	padding: 5px 60px 5px 0;
	background: right no-repeat url(/skin/images/etourism-white-75.png);
}

.vcard {
	width: 960px;
	margin: 10px auto 0 auto;
	padding-top: 10px;
	text-align: center;
	color: #FFFFFF;
	border-top: 1px dotted #67a9cf;
}


/* 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; }


/* Datepicker - colour changes */
.datepicker_control {
	background: #2B87BC;
}

/* Wraps around the heading, content and map */
.map-wrapper {
}

/* Where the Google Map is inserted */
.map-container {
	width: 98%;
	height: 500px;
	-webkit-box-shadow: 5px 5px 5px #b3b3b3;
	-moz-box-shadow: 5px 5px 5px #b3b3b3;
	box-shadow: 5px 5px 5px #b3b3b3;
}

/* The overlay popup window (which should be display: none by default) */
.map-info {
	display: none;
}

.map-info-window {
	width: 300px;
	min-height: 70px;
	font-size: 12px;
}

/* CAPTCHA - if it's enabled in settings */
.form .captcha {
	width: 70px;
	margin-left: 10px;
}
.form .captcha-message {
	display: block;
	line-height: normal;
	padding-top: 5px;
}

.paging {
	text-align: right;
}
.paging a:link, .paging a:active, .paging a:visited {
	background: #EAEAEA;
	color: #666666;
	text-decoration: none;
	padding: 1px 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.paging a:hover {
	background: #2B87BC;
	color: #FFFFFF;
	text-decoration: none;
}
.paging em {
	background: #2B87BC;
	color: #FFFFFF;
	padding: 1px 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-style: normal;
}
.paging a.prev {
}
.paging a.next {
}
.paging .options {
	margin: 0 10px 0 20px;
}
.paging .options a:link, .paging .options a:active, .paging .options a:visited {
	background: #EAEAEA;
	color: #666666;
}
.paging .options a:hover {
	background: #2B87BC;
	color: #FFFFFF;
}
.paging .result-count {
font-size: 11px;
}


#translate-widget {
	float: right;
	width: 152px;
}

