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

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

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

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

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

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

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

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

h1, h2, h3, h4, h5 {
	font-family: 'Univers-CondensedBold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 48px;
	color: #0593c5;
	margin-bottom: 30px;
	line-height: 48px;
	text-transform: uppercase;
}
h2 {
	font-family: 'Univers-CondensedLight', Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #0593c5;
	margin: 50px 0 20px 0;
	line-height: 36px;
	text-transform: uppercase;
}
h2 a:link, h2 a:active, h2 a:visited {
	color: #0593c5;
	text-decoration: none;
}
h2 a:hover {
	color: #f1841f;
}
h3 {
	font-family: 'Univers-CondensedLight', Arial, Helvetica, sans-serif;
	margin: 30px 0 15px 0;
	font-size: 30px;
	color: #0593c5;
	line-height: 30px;
	text-transform: uppercase;
}
h3 a:link, h3 a:active, h3 a:visited {
	color: #0593c5;
}
h4 {
	font-size: 24px;
	color: #666666;
	margin: 10px 0;
	line-height: 30px;
}
p {
	margin-top: 5px;
}

a:link, a:active, a:visited {
	color: #f89135;
	text-decoration: none;
}
a:hover {
	color: #0593c5;
	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;
	border-bottom: 1px solid #eeeeee;
}
blockquote p {
	margin-top: 0;
	font-style: italic;
}
blockquote .highlight {
	display: inline-block;
	color: #F57C31;
	margin-right: 20px;
}
blockquote .details {
	display: inline-block;
	margin-bottom: 10px;
	color: #888888;
}

form {
	margin: 0;
}
input, select, textarea {
	background: rgba(0,0,0,0.4);
	padding: 10px 15px;
	font-family: 'Univers-Light', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	border: 0;
}
select {
	padding: 7px 8px;
}
/* Button - standard */
input.button, a.button {
	font-family: 'Univers-Bold', Arial, Helvetica, sans-serif;
	display: inline-block;
	width: auto;
	height: 52px;
	background: #f67503;
	padding: 8px 25px;
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 0;
	border: 0;
	-webkit-transition: background 1s, color 1s;
	-moz-transition: background 1s, color 1s;
	-o-transition: background 1s, color 1s;
	transition: background 1s, color 1s;
}
a.button {
	padding: 0 25px;
	height: auto;
	width: auto;
	background: #f89135;
	display: inline-block;
	line-height: 52px;
}
a.button.roombooking {
	padding: 0 65px 0 20px;
	background-image: url(/skin/images/arrow-right-padded.png);
	background-repeat: no-repeat;
	background-position: center right;
}
input.button:hover, a.button:hover {
	background-color: rgba(5, 147, 197, 0.8);
	color: rgba(255,255,255,1);
	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: #3b4042;
	color: #aaaaaa;
}
input.button.alt:hover, a.button.alt:hover {
	background: #FFFFFF;
	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: normal;
	color: #f89135;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 6px;
}
a.more:hover {
	background-image: url(/skin/images/more-bg-hover.png);
	color: #000000;
}

em.highlight {
	display: inline-block;
	background: #ffffff;
	padding: 2px 5px;
	color: #FFFFFF;	
	background: #0593C5;
}
.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 {
	margin-bottom: 305px;
	padding-top: 25px;
}
#header .logo {
	float: left;
	padding-top: 5px;
}
#header .logo img {
	display: block;
}
#header .right {
	width: 950px;
	margin: 0;
	text-align: right;
}
#header .container {
	position: relative;
}

/* Phone */
#header .phone {
	font-family: 'Univers-CondensedLight', Arial, Helvetica, sans-serif;
	float: right;
	display: inline-block;
	background: left no-repeat url(/skin/images/icon-phone.png);
	padding-left: 40px;
	font-size: 36px;
	font-weight: normal;
	color: #ffffff;
	line-height: 36px;
}
#header .socialmedia {
	float: right;
	margin: 7px 35px 0 0;
}

/* Main Menu */
#menu {
	font-family: 'Univers-CondensedBold', Arial, Helvetica, sans-serif;
	float: right;
	font-size: 16px;
	font-weight: normal;
	z-index: 999;
	margin-top: 20px;
	text-transform: uppercase;
}
#menu ul {
	margin: 11px 0;
	padding: 0;
	display: inline-block;
}
#menu li {
	background: none;
	position: relative;
	display: inline-block;
	list-style: none;
	margin: 0 0 0 2px;
	padding: 0;
}
#menu li:hover, #menu li.active {
	background: rgba(5, 147, 197, 0.8);
}
#menu a:visited, #menu a:active, #menu a:link {
	display: inline-block;
	padding: 0 16px;
	color: #ffffff;
	text-decoration: none;
	line-height: 36px;
}
#menu a:hover {
}
/* Sub menu */
#menu li ul {
	background: rgba(5, 147, 197, 0.8);
	position: absolute;
	display: none;
	width: 240px;
	height: auto;
	border: 0;
	padding: 10px 0;
	margin: 0;
	top: 36px;
	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 {
	color: #FFFFFF;
}
#menu li:hover a:link, #menu li:hover a:active, #menu li:hover a:visited, #menu li:hover a:hover {
	color: #ffffff;
}
#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 {
	background: rgba(255, 132, 34, 0.8);
	color: #ffffff;
	border: 0;
}
#menu li li.active a, #menu li:hover li.active a  {
	color: #ffffff;
}
/* Alternate menu option */
#menu li.alt:hover {
}
#menu li.alt a {
	color: #FFFFFF;
}
#menu li.alt a:hover {
	background: rgba(246, 117, 3, 0.8);
	color: #ffffff;
}


/* FEATURE - feature flash / image */
#feature {
	position: absolute;
	width: 100%;
	min-width: 1170px;
	height: 450px;
	top: 0;
	z-index: 1;
}
.featuremain {
	width: 100%;
	height: 450px;
}
.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: 450px;
	text-align: center;
}
.featureoverlay-fade {
	position: absolute;
	background: none;
	width: 100%;
	height: 273px;
	top: 0;
	z-index: 2;
}
.headerbannertext {
	position: absolute;
	top: 7px;
	left: 180px;
	width: 550px;
	height: auto;
}
.headerbannertext, .headerbannertext p {
	font-family: 'Univers-Light', Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #ffffff;
	margin: 0;
	padding: 0;
}
.headerbannertext p strong {
	font-family: 'Univers-Bold', Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.featureoverlay {
	position: absolute;
	width: 830px;
	top: 350px;
	left: 50%;
	margin-left: -415px;
	z-index: 3;
}
.featureoverlay p {
	margin: 0;
	font-size: 72px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 78px;
	text-align: center;
}
.featureoverlay a {
	color: #DD5D20;
	text-decoration: none;
}
.featureoverlay a:hover {
	color: #FFFFFF;
}

/* BOOKING - panel across page */
#booking {
	position: absolute;
	background: none;
	width: 900px;
	padding: 0;
	text-align: center;
	top: 210px;
	left: 0;
}

#booking .waves {
	position: absolute;
	top: -30px;
	left: -1100px;
	width: 1802px;
	height: 264px;
	background: url(/skin/images/lines.png) top left no-repeat;
	z-index: 0;
}

#booking h3 {
	font-family: 'Univers-Condensed', Arial, Helvetica, sans-serif;
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 76px;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 60px;
	text-align: left;
	text-shadow: 0 0 10px rgba(0,0,0,8);
}
.bookingform {
	position: relative;
}
.bookingform span.check-in, .bookingform span.duration {
	float: left;
	background: rgba(0,0,0,0.5);
	width: auto;
	min-width: 270px;
	margin-right: 2px;
	text-align: left;
	line-height: 45px;
	padding-right: 20px;
}
.bookingform em {
	font-family: 'Univers-CondensedBold', Arial, Helvetica, sans-serif;
	font-size: 16px;
	float: left;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 52px;
	padding: 0 20px;
}
.bookingform span input {
	float: left;
	background: none;
	width: 115px;
	height: 52px;
	padding: 0;
	color: #FFFFFF;
	text-align: right;
	margin-right: 13px;
}
.bookingform span select {
	width: auto;
	min-width: 100px;
	height: 52px;
	background: none;
	color: #FFFFFF;
	padding: 0;
	text-align: right;
	float: right;
	
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: url(/skin/images/arrow-down.png) no-repeat;
	background-position: center right;
	text-indent: 0.01px;
	text-overflow: '';
	overflow: hidden;
	outline: none;
}

.bookingform span select::-ms-expand {
	display: none;
}

.bookingform span option {
	background: rgba(0,0,0,0.8);
}
.bookingbutton {
	float: left;
	width: 186px;
	padding: 0;
}
.bookingbutton .button {
	padding: 20px 50px 20px 20px;
	height: 52px !important;
	float: left;
	background-color: rgba(246, 117, 3, 0.8);
	background-image: url(/skin/images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: 145px 20px;
}



/* 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 {
	background: none;
	position: relative;
	padding: 60px 0 20px 0;
}
.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 {

}
.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, input.button[type="submit"] {
	width: auto;
	height: 37px;
}
.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 a {
	color: #444444;
}
.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: normal;
	line-height: 24px;
}
.panel .title a {
	color: #444444;
	text-decoration: none;
}
.panel .title a:hover {
	color: #ef801b;
}
.panel .date {
	font-size: 11px;
	color: #666666;
}
.panel .details, .entry .details {
	font-size: 13px;
	margin: 0;
	padding: 0;
	color: #666666;
	position: relative;
	background: none;
	font-family: 'Univers-Light', Arial, Helvetica, sans-serif;
}
.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: 20px;
}

/* 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: right;
	position: relative;
	width: auto;
	margin: 0;
	padding: 0;
}
.special .image {
	width: 530px;
}
.special .image img {
	display: block;
	width: 530px;
	height: 435px;
	border: 10px solid #FFFFFF;
	-moz-box-shadow: 0 0 13px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 13px rgba(0,0,0,0.3);
	box-shadow: 0 0 13px rgba(0,0,0,0.3);
}
.special .text {
	position: relative;
	background: none;
	width: 415px;
	margin: 150px 30px 0 0;
	padding: 0;
	color: #666666;
	text-align: left;
}
.special h3 {
	position: relative;
	background: none;
	margin: 0 0 40px 0;
	padding: 0;
	font-size: 60px;
	color: #0593c5;
	line-height: 54px;
	text-transform: uppercase;
}
.special p {
	margin: 0;
	color: #666666;
	font-size: 18px;
	line-height: 28px;
}
.special p:last-child {
	margin: 0;
}
.special strong {
	color: #444444;
}
.special a {
	color: #444444;
	font-size: 24px;
	text-decoration: none;
	font-family: 'Univers', Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.special a:hover {
	color: #000000;
}
.special .button {
	margin-top: 25px;
	padding: 0 50px 0 20px;
	height: 52px !important;
	background-color: #f89135;
	background-image: url(/skin/images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: 145px 20px;
	font-family: 'Univers-Bold', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
}
.special .button:hover {
	background-color: #0593c5;
	color: #ffffff;
}



/* 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: none;	
}
.list .entry {
	margin: 0;
	padding: 0 20px 0 0;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.list .entry:nth-child(odd) {
	background: #f8f8f8;
}
.list.bloglist .entry, .list.faqlist .entry {
	background: none;
}
.list .entry:last-child {

}
.list .entry .images {
	float: left;
	width: 785px;
	height: 579px;
	margin-right: 30px;
	overflow: hidden;
}
.list .entry .images img.main-image {
	min-height: 100%;
	width: auto;
}
.list .entry h2 {
	margin-top: 50px;
}
.list .entry .container {
	position: relative;
	float: left;
	width: 100%;
}
.full-list {
	min-width: 1150px !important;
}
.blog-image {
	float: left;
	margin: 5px 25px 25px 0;
}


/* Gallery */
.gallery {
	background: none;
	padding: 65px 0;
}
.gallery.room {
	background: rgba(0, 0, 0, 0.7);
	margin: 0;
	position: absolute;
	top: 0;
	left: 615px;
	width: 150px;
	padding: 10px;
	height: 559px;
	overflow: hidden;
}
.gallery h3 {
	margin: 0 0 30px 0;
}
.gallery img {
	float: left;
	display: block;
	padding: 10px;	
}
.gallery img:hover {
	background: #f89135;
}
.gallery.room img:hover {
	background: none;
	border: 5px solid #f89135;
	width: 140px;
	height: 94px;
}
.gallery.room img {
	margin: 0 0 10px 0;
	padding: 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-color: #dcdad8;
	color: #FFFFFF;
	line-height: 22px;
	padding-top: 50px;
	overflow: hidden;
	min-width: 1170px;
}

#footer .container {
	position: relative;
}

.footer-main {
	position: relative;
	width: 100%;
	height: 442px;
	margin: 0;
	padding: 0;
}
.map-fade {
	position: absolute;
	width: 100%;
	height: 7px;
	top: 0;
	left: 0;
	pointer-events: none;
	background: url(/skin/images/map-top-shadow.png) top left repeat-x;
	z-index: 1;
}
.map-container-footer {
	position: absolute;
	width: 100%;
	height: 442px;
	top: 0;
	left: 0;
	overflow-x: hidden;
	pointer-events: none;
	z-index: 0;
}
.map-container-footer img {
	display: block;
	width: 2000px;
	height: 442px;
	border: none;
	padding: 0;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -1000px;
}
.footer-image-fade {
	position: absolute;
	width: 100%;
	height: 636px;
	top: 0;
	left: 0;
	overflow: hidden;
	pointer-events: none;
	z-index: 0;
	opacity: 0.05;
}
.footer-image-overlay img {
	display: block;
	width: 2000px;
	height: 636px;
	border: none;
	padding: 0;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -1000px;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer p {
	margin: 0;
	color: #444444;
	font-size: 13px;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
}

.footerbottom {
	margin: 0;
	font-size: 13px;
	color: #444444;
	z-index: 1;
	position: relative;
}
/* Bottom footer menu */
.footermenu {
	float: left;
	width: 470px;
}
.footermenu li {
	float: left;
	margin: 0;
	padding: 0 10px;
	background: url(/skin/images/footer-div.png) center right no-repeat;
}
.footermenu li:first-child {
	padding-left: 0;
}
.footermenu li:last-child {
	background: none;
}
.footermenu a {
	color: #444444;
	text-decoration: none;
}
.footermenu a:hover {
	color: #FA7234;
	text-decoration: none;
}

/* Copyright & menu */
.copyright {
	float: right;
	width: 700px;
	text-align: right;
}
.footer-tags {
	display: inline-block;
	margin-left: 15px;
}
.footer-tags a {
	color: #444444;
	font-size: 13px;
}
.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-orange.png);
}

/* Vcard */
#footer .vcard {
	float: left;
	width: 1170px;
	height: auto;
	background: none;
	padding: 0;
	color: #ffffff;
	font-size: 15px;
	line-height: 28px;
	margin: 15px 0;
}
.vcard .left {
	background: rgba(0,0,0,0.7);
	padding: 15px;
	width: 590px;
}
#footer .socialmedia {
	margin-top: 15px;
	float: right;
}
.vcard .org {
	display: block;
	font-weight: bold;
}
.vcard .adr {
	display: block;
}
.vcard ul {
}
.vcard li {
	display: inline;
	background: url(/skin/images/list-divider.png) center right no-repeat;
}
.vcard li:nth-child(3) {
	padding-right: 15px;
}
.vcard li:nth-child(4) {
	padding: 0 15px 0 5px;
}
.vcard li:nth-child(5) {
	background: none;
	padding-left: 5px;
}


.vcard a {
	color: #FA7234;
}
.vcard a:hover {
	color: #FFFFFF;
}
.footermenu-wrapper {
	position: relative;
	margin: 2px 0 0 0;
	padding: 30px 0;
	border-top: 1px solid #c1bfbd;	
}
.infomenu {
	float: none;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
	text-align: center;
	border-bottom: 1px solid #c1bfbd;
}
.infomenu li {
	padding: 0 25px 0 25px;
	margin-bottom: 50px;
	display: inline-block;
	background: url(/skin/images/list-divider.png) center right no-repeat;
}
.infomenu li:last-child {
	background: none;
}
.infomenu a {
	font-family: 'Univers-CondensedLight', Arial, Helvetica, sans-serif;
	color: #666666;
	text-transform: uppercase;
}
.infomenu a:hover {
	color: #f67503;
}


/* 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: none;
	padding: 65px 0 0 0;
}
.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: #4389DA;
}
.datepicker_header, .datepicker_header select {
	background: #ff7a22;
	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;
	margin-right: 20px;
}
#translate-widget a {
	text-decoration: none;
}

.travel_reel_footer {
	display: none;
}

.summary p {
	margin: 0;
}

.panel .details div.month,
.panel .details div.day,
.panel .details div.year {
	display: inline-block;
	margin: 0 2px;
}

