/*
* @author
* @copyright Castus Design
----------------------------------------*/

@import url("header_v-5.css");
@import url("content_v-58.css");
@import url("footer.css");

/*
YUI 3.10.1 (build 8bc088e)
Copyright 2013 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}


/* Main CSS
----------------------------------------*/

body {
	font-family: Lato, Arial, Helvetica, Sans-serif;
	text-align: center;
}

#content {
	width:960px;
	margin: 0px auto;
	text-align: left;
	position:relative;
}

#leftColumn {
	width:740px;
	float:left;
	margin-top:62px;
}
#rightColumn {
	width:180px;
	float:right;
	margin-top:62px;
}

img {
	border: none;
}

.clear {
	clear:both;
}

.dnone {
	display: none;
}

.bgimg {
	display:block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

p {
	color:#474747;
}

a {
	color:#0087cc;
	text-decoration:none;
}

a:hover {
	color:#006fa8;
	text-decoration:underline;
}

.darkblue {
	color:#002b60;
}
.lightblue {
	color:#0087cc;
}

strong, b {
	font-weight:bold;
}

.inner960 {
	width:960px;
	margin:0 auto;
	text-align:left;
}

/* Dropdown control */
.selectBox-dropdown {
	height:26px;
	position: relative;
	border: solid 1px #bac2cd;
	text-decoration: none;
	text-align: left;
	color: #000;
	outline: none;
	vertical-align: middle;
	background: #FFF;
	display: inline-block;
	cursor: default;
	font-size:13px;
	color:#afafaf;
	line-height:21px;
}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {

}

.selectBox-dropdown.selectBox-menuShowing-bottom {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.selectBox-dropdown.selectBox-menuShowing-top {
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.selectBox-dropdown .selectBox-label {
	padding: 2px 8px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
}

.selectBox-dropdown .selectBox-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 23px;
	height: 100%;
	background: url(../images/arrow-select.png) #fff 50% top no-repeat;
}

.selectBox-dropdown:hover {
	border-color:#9ca5b2;
	color:#939393;
}
.selectBox-dropdown:hover .selectBox-arrow {
	background-position:bottom
}

/* Dropdown menu */
.selectBox-dropdown-menu {
	position: absolute;
	z-index: 99999;
	max-height: 200px;
	min-height: 1em;
	border: solid 1px #BBB; /* should be the same border width as .selectBox-dropdown */
	background: #FFF;
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	text-align:left;
	font-size:13px;
}

.filterDestination-selectBox-dropdown-menu {
width:240px !important
}

/* Inline control */
.selectBox-inline {
	min-width: 150px;
	outline: none;
	border: solid 1px #BBB;
	background: #FFF;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: auto;
}

.selectBox-inline:focus {
	border-color: #666;
}

/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
	list-style: none;
	display: block;
	cursor: default;
	padding: 0;
	margin: 0;
}

.selectBox-options.selectBox-options-top{
	border-bottom:none;
	margin-top:1px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.selectBox-options.selectBox-options-bottom{
	border-top:none;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.selectBox-options LI A {
	height:26px;
	line-height:26px;
	padding: 0 .5em;
	white-space: nowrap;
	overflow: hidden;
	background: 6px center no-repeat;
}

.selectBox-options LI.selectBox-hover A {
	background-color: #EEE;
}

.selectBox-options LI.selectBox-disabled A {
	color: #888;
	background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
	background-color: #C8DEF4;
}

.selectBox-options .selectBox-optgroup {
	color: #666;
	background: #EEE;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 .3em;
	white-space: nowrap;
}

/* Disabled state */
.selectBox.selectBox-disabled {
	color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
	opacity: .5;
	filter: alpha(opacity=50);
	border-color: #666;
}

.selectBox-inline.selectBox-disabled {
	color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
	background-color: transparent !important;
}

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; }

#cboxLoadingGraphic{background:url(../images/loading2.gif) no-repeat center center;}


#cboxOverlay {
	background:url(../images/trans-blue.png);
}
#colorbox{
	outline:0;
}

#cboxClose {
	display:block;
	width:18px;
	height:19px;
	position:absolute;
	top:0px;
	right:-18px;
	background:url(../images/lightbox-close.png);
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}

#cboxTitle {
	background:#fff;
	display:block;
	width:100%;
	text-align:left;
	padding:30px 0;
	text-indent:30px;
	color:#002949;
	font-size:26px;
}

.lbPager {
	position:absolute;
	bottom:0;
	left:0;
	display:none;
	width:100%;
	height:34px;
	line-height:34px;
	background:url(../images/trans-blackBar.png);
	color:#fff;
	font-size:14px;
}
.lbPager span {
	color:#7d7d7d;
}

#cboxPrevious, #cboxNext {
	visibility:hidden;
	width:25px;
	height:46px;
	position:absolute;
	top:50%;
	left:9px;
	margin-top:-23px;
	background:url(../images/bannerPrev.png);
}

#cboxNext {
	left:auto;
	right:9px;
	background:url(../images/bannerNext.png);
}

#cboxContent:hover .lbPager,
#cboxContent:hover #cboxPrevious,
#cboxContent:hover #cboxNext {
	display:block;
	visibility:visible;
}

#cboxPrevious:hover, #cboxNext:hover {
	background-position:bottom
}

/**
* ClearFix
*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}
/* SHOREX */

h1.filter {
	color:#0087cc;
	font-size: 27px;
	padding: 0 0 10px 0;
}

#search {
	width: 100%;
	background: #e8e8e8;
	border: 1px solid #acacac;
	padding: 5px;
	height: 65px;
	margin: 5px 0 20px;
	position: relative;
}

#search p {
	margin-top:0;
}

#filterGegeneratedContent {
	width:260px;
	float:left;
}

#search label {
	float:left;
	font-size:14px;
	width: 100%;
}
#search input:focus {
	outline-color: transparent;
	outline-style: none;
}

#search input[type="text"], #search select {
	border: solid 1px #bac2cd;
	margin: 5px 0;
	font-size:14px;
	width:240px;
	padding:5px;
}

#search input[type="submit"] {
	margin: 13px 10px;
}

#search #portList {
	list-style:none;
	position: absolute;
	left: 5px;
	top: 68px;
	background: #fff;
	border: 1px solid #c4c4c4;
	width: 250px;
	margin: -6px 0 0;
	border-top: 0;
}

#portList li {
	cursor: pointer;
	padding: 5px;
	font-size: 14px;
}

#portList li.hover,
#portList li:hover {
	background:#c4c4c4;
}

table.excursions {
	margin-bottom:30px;
}

table.excursions .moreInfo {
	width:62px;
}

table.excursions .moreInfo span {
	cursor:pointer;
	color:#09f;
}

tr.info {
	display:none;
}

table.excursions th:nth-child(1) {
	width:90px;
}

table.excursions th:nth-child(2) {
	width:120px;
}

table.excursions th:nth-child(4) {
	width:60px;
}

.tourImg {
	width:350px;
	float:right;
	margin:0 0 5px 5px;
}

.borderShadow.exc {
	margin:0 0 20px 0;
}

.excursionsLogin {
	background: #fff;
	width: 717px;
	display: block;
	border: 1px solid #e1e1e1;
	padding: 15px 5px;
}

.galleryCat {
	width:100%;
	float:left;
}

.galleryCat a.dlAll {
	display:block;
	float:left;
	width:100%;
	text-align:right;
}

.galleryCat div {
	float:left;
	width:25%;
	text-align:center;
	padding:10px 0;
}