
/* @import url("fonts.css"); */

/*
::selection {
	background: #222;
	color: #FFF;
}

::-moz-selection {
	background: #222;
	color: #FFF;
}
*/

::selection {
	background: rgba(255,255,255,0.8);
	color: #000;
}

::-moz-selection {
	background: rgba(255,255,255,0.8);
	color: #000;
}

html,
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: #000;
}

body {
	color: #FFF;
	font-family: "FrutigerCondensed-Light", Verdana, Arial, Helvetica;
	font-size: 15px;
	text-transform: uppercase;
	overflow-x: hidden;
}

a {
	color: #26c4db;/* #FFF; */
	text-decoration: none;
}

ul, li {
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-type: none;
}

form {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

input[type=text],
input[type=password],
select,
textarea {
	font-family: "FrutigerCondensed-Light", Verdana, Arial, Helvetica; 
	color: #FFF; /* ; */
	font-size: 14px !important;
	text-indent: 8px;
	height: 34px;
	line-height: 30px;
	border: none;
	background-color: rgba(178,178,178,0.35);
	width: 100% !important;
	min-width: 10px;
	font-weight: bold;
	/* text-transform: uppercase; */
	/* etter-spacing: 0.6pt; */
	
 	border-radius: 0;
	
	outline: none;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	-webkit-transition: background-color 300ms ease-out, border-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out, border-color 300ms ease-out;
	-o-transition: background-color 300ms ease-out, border-color 300ms ease-out;
	transition: background-color 300ms ease-out, border-color 300ms ease-out;
}

select {
	text-indent: 0px;
	padding-left: 4px;
	text-transform: uppercase;
}

select option {
	color: #333;
	background-color: #EEE;
}

textarea {
	height: 130px;
	line-height: normal;
	text-indent: 0px;
	padding: 7px 8px;
	text-transform: none;
}

input[type=text],
input[type=password],
textarea {
 	-webkit-appearance: none;
}

input[type=text].placeholder,
input[type=password].placeholder,
textarea.placeholder {
	color: #FFF;
	text-transform: uppercase;
}

input[type=text]:hover,
input[type=password]:hover,
select:hover,
textarea:hover {
	/* background-color: rgba(255,255,255,0.0); */
}

input[type=text]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
	background-color: rgba(178,178,178,0.25);
}

input[type=button],
input[type=submit] {
 	-webkit-appearance: none;
	background: none;
	border: none;
	padding: 0px;
	
	font-family: "FrutigerCondensed-Light", Verdana, Arial, Helvetica;
	/* letter-spacing: 0.6pt;*/ 
	color: #FFF; /* ; */
	font-size: 14px;
	height: 28px;
	line-height: 25px;
	font-weight: bold;
	text-transform: uppercase;
}

input[type=button]:focus,
input[type=submit]:focus {
	outline: none;
}

input[type=text]::selection,
input[type=password]::selection,
select::selection,
textarea::selection {
	background: rgba(255,255,255,0.8);
	color: #000;
}

input[type=text]::-moz-selection,
input[type=password]::-moz-selection,
select::-moz-selection,
textarea::-moz-selection {
	background: rgba(255,255,255,0.8);
	color: #000;
}

h1,
h2,
h3,
h4,
h5 {
	margin-top: 0px;
	margin-bottom: 20px;
	color: #FFF;
}

h1,
h2,
h3 {
	font-size: 34px;
	line-height: 34px;
	margin-bottom: 30px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

p {
	margin: 20px 0px;
	line-height: 20px;
}

img {
	border: none;
}


/**
 * WRAPPER
 */

body > article {
	height: 100%;
}

body > article > .inner {
	margin: 0px 27px;
	position: relative;
	height: 100%;
}

[data-rel=header] {
	height: 83px;
	position: relative;
	border-bottom: 1px solid #bfbfbf;
}

[data-rel=section] {
	position: absolute;
	top: 84px;
	left:0px;
	right: 0px;
	bottom: 49px;
}

[data-rel=footer] {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 48px;
	text-align: right;
	/* overflow: hidden; */
	border-top: 1px solid #bfbfbf;
}

.start-screen {
	position: fixed;
	z-index: 1000;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 1;
	
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #000;
}

.start-screen.hide-image {
	background-image: none !important;
}

.start-screen .loading {
	display: block;
	width: 20%;
	height: 1px;
	left: 50%;
	top: 50%;
	margin: 0px 0px 0px -10%;
	position: absolute;
	background-color: #333;
	overflow: hidden;
}

.start-screen.start-article .loading {
	display: none;
}

.start-screen .loading .loading-inner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0%;
	height: 100%;
	
	-webkit-transition: width 300ms ease-out;
	-moz-transition: width 300ms ease-out;
	-o-transition: width 300ms ease-out;
	transition: width 300ms ease-out;

	background-color: #26c4db;
}

/*
.start-screen .loading {
	display: block;
	width: 75px;
	height: 75px;
	left: 50%;
	top: 50%;
	margin: -37.5px 0px 0px -37.5px;
	position: absolute;
}

.start-screen.start-article .loading {
	display: none;
}

.start-screen .loading .loading-inner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/loading.png);
	
	    -webkit-animation-name            : loading;
    -webkit-animation-duration        : 800ms;
    -webkit-animation-timing-function : linear;
    -webkit-animation-delay           : 0;
    -webkit-animation-iteration-count : infinite;

    -moz-animation-name            : loading;
    -moz-animation-duration        : 800ms;
    -moz-animation-timing-function : linear;
    -moz-animation-delay           : 0;
    -moz-animation-iteration-count : infinite;

    animation-name            : loading;
    animation-duration        : 800ms;
    animation-timing-function : linear;
    animation-delay           : 0;
    animation-iteration-count : infinite;

}
*/


/**
 * HEADER
 */


[data-rel=header] .header-wrapper {
	position: relative;
	padding-top: 20px;
}

[data-rel=header] .header-wrapper > * {
	display: inline-block;
	vertical-align: top;
	height: 63px;
	font-size: 20px;
	font-weight: bold;
}

[data-rel=header] .header-wrapper a {
	-webkit-transition: 300ms ease-out;
	-moz-transition: 300ms ease-out;
	-o-transition: 300ms ease-out;
	transition: 300ms ease-out;
}

[data-rel=header] .header-wrapper a:hover {
	color: #26c4db;
}

/* subwrappers */
.header-wrapper .header-left {
	float: left;
}

.header-wrapper .header-left .header-home {
	display: inline-block;
	width: 200px;
	height: 60px;
	padding: 2px 10px 1px 10px; 
	
	
	background-repeat: no-repeat;
	background-image: url(../img/yacht_header3.png);
	background-position: center center;
}

.header-wrapper .header-right {
	float: right;
}

/* language select */
.lang-select {
	margin-right: 14px;
	vertical-align: top;
	display: inline-block;
}

.lang-select ul,
.contact-options ul {
	list-style-type: none;
}

.lang-select ul li {
	display: inline-block;
	padding: 0px;
}

.lang-select ul li a,
.contact-options ul li a {
	padding: 0px 7px;
	color: #777777;
	position: relative;
	/* font-size: 17px; */
	line-height: 63px;
	display: block;
}

.lang-select ul li a:after {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	left: -1px;
	width: 2px;
	height: 18px;
	background-color: rgb(126,126,126);
}

.lang-select ul li:first-child a:after {
	display: none;
	content: none;
}

/* share */
.share {
	display: inline-block;
	margin-left: 9px;
	line-height: 63px;
	vertical-align: top;
}

.share > span {
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 19px;
	padding: 14px 10px 27px 10px;
	position: relative;
	
	background-repeat: no-repeat;
	background-position: center 45%;
	background-size: 19px auto;
	background-image: url(../img/share.png);
}

.share ul {
	display: block;
	position: absolute;
	z-index: 9;
	padding: 0px 0px 0px 26px;
	top: 100%;
	left: -6px;
	max-height: 0px;
	overflow: hidden;
	
	-webkit-transition: 300ms ease-out;
	-moz-transition: 300ms ease-out;
	-o-transition: 300ms ease-out;
	transition: 300ms ease-out;
}

.share ul li {
    border-left: 1px solid #bfbfbf;
}

.share > span:hover ul {
	max-height: 130px;
	padding: 17px 0px 17px 26px;
}

.share ul li a {
	display: block;
	color: #EEEEEE;
	padding: 9px 16px 9px 44px;
	font-size: 17px;
	white-space: nowrap;
	line-height: normal;
	
	background-position: 12px center;
	background-repeat: no-repeat;
	background-size: auto 20px;
	
	line-height: 18px;
	margin: 0px;
	margin-left: -1px;
	border-left: 1px solid #bfbfbf;
	padding: 9px 0px 9px 44px;
}

.share ul li a:hover {
	border-left-color: #26c4db;
}

.share ul li:first-child {

}

.share ul li a.facebook {
	background-image: url(../img/social_facebook.png);
	background-position-x: 17px;	
}

.share ul li a.instagram {
	background-image: url(../img/social_instagram.png);
}

.contact-options {
	vertical-align: top;
	display: inline-block;
	margin-right: 13px;
}

.contact-options ul li a {
	height: 63px;
	width: 20px;
	display: block;
		
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 36px;
}

	
.contact-options ul li a.call {
	background-image: url(../img/call.png);
	display: none;
}

.contact-options ul li a.map,
.contact-options ul li a.location {
	background-image: url(../img/location.png);
	display: none;
}

.contact-options ul li a.map {
	display: block;
}

/* navigation */
.main-menu {
	position: absolute;
	/* left: 78px; */
	left: 235px;
	text-align: left;
	z-index: 5;
}

.main-menu nav {
	display: inline-block;
	position: relative;
}

.main-menu nav ul {
	display: inline-block;
}

.main-menu nav ul li {
	display: inline-block;
	line-height: 63px;
}

.main-menu nav ul li a,
.main-menu nav ul li a:focus,
.main-menu nav ul li a:active {
	color: #777777;
	padding: 0px 12px;
	line-height: 48px;
    font-size: 20px;
    font-weight: bold;
	display: block;
	
	-webkit-transition: 300ms ease-out;
	-moz-transition: 300ms ease-out;
	-o-transition: 300ms ease-out;
	transition: 300ms ease-out;
}

.main-menu nav ul li a:hover,
.main-menu nav ul > li.active > a {
	color: #26c4db !important;
}

.main-menu nav ul > li.withSub {
	position: relative;
}

.main-menu nav ul > li.withSub:after {
    bottom: auto;
    top: 0px;
}

.main-menu nav ul > li.withSub > ul {
	position: absolute;
	z-index: 10;
	bottom: 100%;
	left: 0%;
	max-height: 0px;
	overflow: hidden;
	display: block;
	text-align: left;
	padding: 0px 0px 0px 50%;
	opacity: 1;
	
	-webkit-transition: 300ms ease-out;
	-moz-transition:  300ms ease-out;
	-o-transition: 300ms ease-out;
	transition: 300ms ease-out;
}

.main-menu nav ul > li.withSub:hover > ul {
	max-height: 300px;
	padding: 17px 0px 17px 50%;
	opacity: 1;
}

.main-menu nav ul > li.withSub > ul li {
	line-height: normal;
	position: relative;
	display: block;
	border-left: 1px solid #bfbfbf;
	padding: 0px 0px 0px 0px;
}

.main-menu nav ul > li.withSub > ul li a {
	line-height: 18px;
	font-size: 17px;
	color: #EEEEEE;
	margin: 0px;
	display: block;
	white-space: nowrap;
	margin-left: -1px;
	border-left: 1px solid #bfbfbf;
	padding: 9px 0px 9px 12px;
	/* letter-spacing: 1pt; */
	/* font-weight: normal; */
}

.main-menu nav ul > li.withSub > ul li:first-child a {
	padding-top: 0px;
}

.main-menu nav ul > li.withSub > ul li:last-child a {
	padding-bottom: 0px;
}

.main-menu nav ul > li.withSub > ul li a:hover {
	border-left-color: #26c4db;
	color: #26c4db;
}

.main-menu nav ul > li.withSub:after,
.share > span:after {
	display: block;
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 1px;
	height: 0px;
	background-color: #bfbfbf;
	
	-webkit-transition: height 300ms ease-out;
	-moz-transition: height 300ms ease-out;
	-o-transition: height 300ms ease-out;
	transition: height 300ms ease-out;
}

.main-menu nav ul > li.withSub:hover:after,
.share > span:hover:after  {
	height: 10px;
}

/**
 * CONTENT
 */

.main-content {
	position: relative;
	height: 100%;
}

.main-col {
	position: relative;
	height: 100%;
}

/* logo over content wrapper */
a.logo {
	display: block;
	position: absolute;
	z-index: 3;
	top: 75px;
	right: 50px;
	width: 144px;
	height: 59px;
	
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 144px auto;
	background-image: url(../img/logo_double_new_wide.png);
	
	-webkit-transition: 300ms ease-out;
	-moz-transition: 300ms ease-out;
	-o-transition: 300ms ease-out;
	transition: 300ms ease-out;
}

[data-rel=header] a.logo {
	display: none;
}

a.logo.invisible {
	opacity: 1;
	
	-o-transition-property: none !important;
	-moz-transition-property: none !important;
	-ms-transition-property: none !important;
	-webkit-transition-property: none !important;
	transition-property: none !important;
	
	-o-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;
	
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}

/* main col */

.maincol-pager {
	display: block;
	position: absolute;
	z-index: 4;
	top: 0px;
	width: 49px;
	height: 100%;
	
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: auto 49px;
	
	-webkit-transition: 300ms ease-out;
	-moz-transition: 300ms ease-out;
	-o-transition: 300ms ease-out;
	transition: 300ms ease-out;
}

.maincol-pager.mobile {
	display: none;
}

.slider .maincol-pager {
	/* display: none; */
}

.maincol-pager.left {
	left: 7px;
	background-image: url(../img/slider_arrow_left.png);
	background-position-x: 25%;
}

.maincol-pager.left:hover {
	background-position-x: 5%;
}

.maincol-pager.right {
	background-position-x: 75%;
	right: 7px;
	background-image: url(../img/slider_arrow_right.png);
}

.maincol-pager.right:hover {
	background-position-x: 95%;
}

.maincol-pager.right .data {
	position: absolute;
	display: inline-block;
	top: 50%;
	margin-top: -25px;
	right: 43px;
	white-space: nowrap;
	cursor: default;
}

.maincol-pager.right .data > * {
	display: inline-block;
	line-height: 49px;
	vertical-align: middle;
	color: #EEEEEE;
	padding: 0px 1px;
}

.slider,
.main-text-wrapper {
	position: relative;
	overflow: hidden;
	height: 100%;
}

.slider .slide {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 0;
	
	width: 100%;
	color: #EEEEEE;
	opacity: 0;
	
	/* TODO */
	overflow: hidden;
	
	background-position: center center;
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-size: cover;
}

.slider .slide.contain {
	background-size: contain;
}

.slider .slide .slide-table {
	display: table;
	height: 100%;
}

.slider .slide.two-col .slide-table,
.slider .slide.three-col .slide-table {
	width: 100%;
}

.slider .slide.active {
	opacity: 1;
	z-index: 1;
}

.slider .slide:after {
	display: table-cell;
	content: '';
	width: 100%;
	height: 100%;
}

.slider .overlay1,
.slider .overlay2 {
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	display: none;
}

.slider .overlay1 {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
				/* -moz-linear-gradient(bottom,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 30%); */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
				/* -webkit-linear-gradient(bottom,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 30%); */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
				/* linear-gradient(bottom,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 30%); */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=0 );
}

.slider .overlay2 {
	opacity: 0.1;
	
	/*
	background-image:
		linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), 
		linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black);
	background-size:
		4px 4px;
	background-position:
		0px 0px,
		2px 2px;
	*/
	background:url(
		data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAHUlEQVQIW2NkYGD4zwABjDACQwCqAKISrAwKwAIAisMEAxkZdJcAAAAASUVORK5CYII=
	);
}

.slider .slide.no-overlays .overlay1,
.slider .slide.no-overlays .overlay2 {
	filter: none;
	background: transparent;
}

.slider .slide.with-video .overlay1,
.slider .slide.with-video .overlay2 {
	display: none;
}

.slider .slide.with-video .slide-table {
	display: block;
}

.slider figure {
	position: absolute;
	display: block;
	margin: 0px;
	width: 100%;
  	height: 100%;
	top: 0px;
	left: 0px;
	overflow: hidden;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  	filter: alpha(opacity=0);
  	-moz-opacity: 0;
  	-khtml-opacity: 0;
  	opacity: 0;
}

.slider figcaption {
	display: none;
}

.slider video {
	width: 100%;
	height: auto;
	position: absolute;
}

.main-content .text {
 	display: table-cell;
 	padding-left: 90px;
 	width: 440px;
 	vertical-align: middle;
 	position: relative;
 	font-weight: bold;
 	z-index: 1;
 	
 	-webkit-transition: 300ms ease-out;
	-moz-transition: 300ms ease-out;
	-o-transition: 300ms ease-out;
	transition: 300ms ease-out;
	
	/* adjustments for yacht page */
	/*
	font-size: 14px;
	letter-spacing: 0.6pt;
	*/
}

.main-content .two-col .text,
.main-content .three-col .text {
	width: 50%;
	padding: 0px;
	min-width: initial;
}

.main-content .two-col:not(.three-col) .text.col2,
.main-content .three-col .text.col3 {
	/*
	position: absolute;
	display: block;
	left: 50%;
	right: 0%;
	top: 30px;
	bottom: 30px;
	*/
}

.main-content .three-col .text.col3 {
	/* left: 66.6%; */
}

.main-content .text.col3 .outer .inner:after,
.main-content .text.col2 .outer .inner:after {
	display: none !important;
}

.main-content .text.col2.image-mod .images,
.main-content .text.col3.image-mod .images {
	overflow: hidden;
}

.main-content .text.col2.image-mod .images,
.main-content .text.col3.image-mod .images,
.main-content .text.col2.image-mod .outer,
.main-content .text.col3.image-mod .outer {
	height: 100%;
}

.main-content .text.col2.image-mod .images > a:first-child,
.main-content .text.col3.image-mod .images > a:first-child {
    position: absolute;
    display: block;
    overflow: visible;
    top: 50%;
    left: 0px;
    height: 1px;
    width: 100%;
}

.main-content .text.col2 .images > a:nth-child(n+2),
.main-content .text.col3 .images > a:nth-child(n+2) {
	display: none;
}

.main-content .text.col2 .images img,
.main-content .text.col3 .images img {
	height: auto;
	max-width: 100%;
	
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}

.main-content .text.col2 .images,
.main-content .text.col3 .images,
.main-content .text.col2 .inner,
.main-content .text.col3 .inner {
	display: inline-block;
	vertical-align: middle;
}

.main-content .text.col2 .images,
.main-content .text.col3 .images {
	display: block;
}

.main-content .text.form-mod .inner {
	display: block;
}

.main-content .two-col .text .outer > h1,
.main-content .two-col .text .outer > h2,
.main-content .three-col .text .outer > h1,
.main-content .three-col .text .outer > h2 {
	max-width: 500px;	
}

.main-content .three-col .text {
	width: 33.3%;
}

.main-content .two-col .text > .outer,
.main-content .three-col .text > .outer {
	padding: 0px 90px;
}

.main-content .two-col .col2 > .outer {
	padding-left: 0px;
}

.main-content .two-col:not(.three-col) .col2 .outer,
.main-content .three-col .col3 > .outer {
	padding: 0px 220px 0px 0px;
}

body > article:not(.vertical).with_col1.with_col2 .slide .text .outer,
body > article:not(.vertical).with_col1.with_col2 .main-text-wrapper.visible .text .outer {
	margin-top: -25%;
}

.main-content .text .inner {
	position: relative;
	margin-bottom: 6px;
}

.main-content .text .inner table {
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0;
}

.main-content .text .inner table td {
	border: 0;
	padding: 0px 20px 2px 0px;
	vertical-align: top;
}

.main-content .text .inner table td:last-child {
	padding-right: 0px;
}

.main-content .text .inner table tr:last-child td {
	padding-bottom: 0px;
}

.main-content .text .outer > h1,
.main-content .text .outer > h2,
.main-content .text .outer > h3 {
	position: relative;
	padding: 0px 35px 25px 0px;
	margin-bottom: 30px;
	margin-top: 6px;
}

.main-content .text .outer > h1:after,
.main-content .text .outer > h2:after,
.main-content .text .outer > h3:after,
.main-content .text .inner:after  {
	display: block;
	content: '';
	position: absolute;
	height: 1px;
	width: 157px;
	bottom: 0px;
	left: -2px;
	background-color: #c1c1c1;
}

.main-content .form-mod .outer > h3:after,
.main-content .form-mod .outer .inner:after {
	display: none !important;
}

.main-content .text .outer > h1 .hide-show,
.main-content .text .outer > h2 .hide-show,
.main-content .text .outer > h3 .hide-show {
	left: auto;
	top: 2px;
	left: 100%;
	margin-left: -28px;
	height: 28px;
	padding-left: 28px;
}

.main-content .text .outer > h1 .hide-show.toggled,
.main-content .text .outer > h2 .hide-show.toggled,
.main-content .text .outer > h3 .hide-show.toggled {
	max-width: 0px;
}

.main-content .text .outer > h1 .hide-show.toggled:after,
.main-content .text .outer > h2 .hide-show.toggled:after,
.main-content .text .outer > h3 .hide-show.toggled:after {
	background-image: url(../img/cross.png);
}

/*
.main-content .text .outer > h1 .hide-show:after,
.main-content .text .outer > h2 .hide-show:after,
.main-content .text .outer > h3 .hide-show:after {
	background-position: center center;
	background-size: 14px auto;
}
*/

.main-content .text .outer > h1 .hide-show span,
.main-content .text .outer > h2 .hide-show span,
.main-content .text .outer > h3 .hide-show span {
	line-height: 29px;
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
}

.main-content .text .inner:after {
	bottom: -30px;
}

.main-content .text .inner p:first-child {
	margin-top: 0px;
}

.main-content .text a {
	color: #26c4db;
	/* text-decoration: underline; */
	
	-webkit-transition: 300ms ease-out;
	-moz-transition: 300ms ease-out;
	-o-transition: 300ms ease-out;
	transition: 300ms ease-out;
}

.main-content .text a:hover {
	color: #FFF; /* #00CCFF; */
}

.main-text-wrapper {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}

.main-text-wrapper.visible {
	z-index: 2;
}

.main-text {
	display: none;
	
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	height: 100%;
	z-index: 1;
	
	width: 100%;
	color: #EEEEEE;
	
	-webkit-transition: 300ms ease-out;
	-moz-transition: 300ms ease-out;
	-o-transition: 300ms ease-out;
	transition: 300ms ease-out;
}

.main-text-wrapper.visible  .main-text {
	display: table;
}

.main-text-wrapper.visible .main-text:after {
	display: table-cell;
	content: '';
	width: 100%;
	height: 100%;
}


/* read articles */

.read-articles {
	position: relative;
}


/* images */

.text .images {
	position: relative;
}

.text .images a {
	position: relative;
	display: block;
}

.text .images a .info {
	display: none;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-color: rgba(0,0,0,0.25);
	color: #EEEEEE;
	padding: 6px;
	font-size: 12px;
	opacity: 0;
	
	-webkit-transition: 300ms ease-out;
	-moz-transition: 300ms ease-out;
	-o-transition: 300ms ease-out;
	transition: 300ms ease-out;
}

.text .images a:hover .info {
	opacity: 1;
}

.text h2:not(:first-child),
.text h3:not(:first-child) {
	margin-top: 40px;
}


/**
 * VERTICAL LAYOUT (COL 2)
 */


/* column 2 */

body > article.vertical .column-2 {
	position: absolute;
	left: 600px;
	top: 170px;
	right: 0px;
	bottom: 170px;
	padding: 0px 0px;
	z-index: 4;
	max-height: none;
	overflow-y: auto;
}

body > article.vertical .column-2 .col2.text {
	width: auto;
	padding: 0px 90px 0px 0px;
}

body > article.vertical .column-2 .text .outer .inner {
	font-weight: bold;
	font-size: 12px;
}

body > article.vertical .column-2 .text .outer .inner ul {
	list-style-type: square;
	text-align: left;
	padding-left: 15px;
}

body > article.vertical .column-2 .text .outer .inner h1,
body > article.vertical .column-2 .text .outer .inner h2,
body > article.vertical .column-2 .text .outer .inner h3 {
	font-size: 24px;
	line-height: 27px;
	margin-bottom: 26px;
}

body > article.vertical .column-2 .text .outer .inner p {
	margin: 15px 0px;
}

body > article.vertical .column-2 .text .outer .inner p:first-child {
	margin-top: 0px;
}

body > article.vertical .column-2 .text .outer .inner p:last-child {
	margin-bottom: 0px;
}

.column-2 .block .entry .wrapper .images {
	position: relative;
	text-align: center;
	font-size: 0.1pt;
}

.column-2 .block .entry .wrapper .images a {
	display: none;
}

.column-2 .block .entry .wrapper .images a:first-child {
	display: inline-block;
	position: relative;
}

.column-2 .block .entry .wrapper .images a .info {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: rgba(0,0,0,0.25);
	color: #EEEEEE;
	padding: 6px;
	font-size: 12px;
	
	-webkit-transition: 300ms ease-out;
	-moz-transition: 300ms ease-out;
	-o-transition: 300ms ease-out;
	transition: 300ms ease-out;
}

.column-2 .block .entry .wrapper .images:hover .info {
	background-color: rgba(0,0,0,0.60);
}


/**
 * FOOTER
 */


body > article.hideshow-disabled .hide-show {
	display: none !important;
}


.hide-show {
	display: block;
	max-width: 0px;
	height: 100%;
	padding-left: 44px;
	position: absolute;
	left: 6px;
	top: 0px;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	
	-webkit-transition: 300ms ease-out;
	-moz-transition: 300ms ease-out;
	-o-transition: 300ms ease-out;
	transition: 300ms ease-out;
}

.hide-show:after {
	display: block;
	position: absolute;
	content: '';
	width: 28px;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.75;
	line-height: 48px;
	image-rendering: pixelated;
	
	background-image: url(../img/cross.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 28px auto;
	
	-webkit-transition: 300ms ease-out;
	-moz-transition: 300ms ease-out;
	-o-transition: 300ms ease-out;
	transition: 300ms ease-out;
}

.hide-show.toggled:after {
	background-image: url(../img/slider_arrow_show.png);
}

.hide-show:hover,
.hide-show.toggled {
	max-width: 200px;
}

.hide-show:hover:after {
	/*opacity: 1;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	*/
}

.hide-show.toggled:hover:after {
	/*-webkit-transform: rotate(-0deg);
	-moz-transform: rotate(-0deg);
	transform: rotate(-0deg);
	*/
}

.hide-show span {
	line-height: 48px;
	font-weight: bold;
	color: #EEEEEE;
	
	font-family: "FrutigerCondensed-Light", Verdana, Arial, Helvetica;
	font-size: 14px;
}

ul.right-menu {
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
}

ul.right-menu li {
	display: inline-block;
	padding: 0px;
}

ul.right-menu > li.withSub {
	position: relative;
}

ul.right-menu > li.withSub > ul {
	position: absolute;
	z-index: 10;
	bottom: 100%;
	left: 0%;
	max-height: 0px;
	overflow: hidden;
	display: block;
	text-align: left;
	padding: 0px 0px 0px 50%;
	opacity: 1;
	
	-webkit-transition: 300ms ease-out;
	-moz-transition:  300ms ease-out;
	-o-transition: 300ms ease-out;
	transition: 300ms ease-out;
}

ul.right-menu > li.withSub:hover > ul {
	max-height: 300px;
	padding: 17px 0px 17px 50%;
	opacity: 1;
}

ul.right-menu > li.withSub > ul li {
	line-height: normal;
	position: relative;
	display: block;
	border-left: 1px solid #bfbfbf;
	padding: 0px 0px 0px 0px;
}

ul.right-menu > li.withSub > ul li a {
	color: #EEEEEE;
	line-height: 18px;
	margin: 0px;
	display: block;
	white-space: nowrap;
	margin-left: -1px;
	border-left: 1px solid #bfbfbf;
	padding: 12px 0px 9px 12px;
	/* letter-spacing: 1pt; */
	/* font-weight: normal; */
}

ul.right-menu > li.withSub > ul li:first-child a {
	padding-top: 0px;
}

ul.right-menu > li.withSub > ul li:last-child a {
	padding-bottom: 0px;
}

ul.right-menu > li.withSub > ul li a:hover {
	border-left-color: #26c4db;
}

ul.right-menu > li.withSub:after {
	display: block;
	content: '';
	position: absolute;
	left: 50%;
	top: 0px;
	width: 1px;
	height: 0px;
	background-color: #bfbfbf;
	
	-webkit-transition: height 300ms ease-out;
	-moz-transition: height 300ms ease-out;
	-o-transition: height 300ms ease-out;
	transition: height 300ms ease-out;
}

ul.right-menu > li.withSub:hover:after {
	height: 10px;
}

ul.right-menu li a {
	padding: 0px 12px 0px;
	display: inline-block;
	vertical-align: middle;
	color: #777777;
	position: relative;
	/* font-size: 17px; */
	line-height: 48px;
    font-size: 20px;
    font-weight: bold;
	
	-webkit-transition: 300ms ease-out;
	-moz-transition: 300ms ease-out;
	-o-transition: 300ms ease-out;
	transition: 300ms ease-out;
}

ul.right-menu > li > a:hover,
ul.right-menu > li.active > a {
	color: #26c4db;
}

ul.right-menu > li > a:hover,
ul.right-menu > li.active > a {
	color: #26c4db !important;
}

ul.right-menu li a:after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: -1px;
	width: 2px;
	height: 18px;
	margin-top: -9px;
	background-color: rgb(126,126,126);
}

ul.right-menu li:first-child a:after,
[data-rel=header] ul.header-static li:first-child a:after {
	display: none;
	content: none;
}

.member-of-design-hotels {
	display: inline-block;
	vertical-align: top;
	
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(../img/member.png);
	
	opacity: 0.5;
	width: 107px;
	height: 30px;
	margin: 9px 9px 0px 18px;
}


/**
 * 	XFORM
 */

.xform {
	width: 100%;
}

.xform label {
	display: none !important;
}

.xform form > p {
	margin: 0px 0px 4px 0px;
}

ul.form_warning {
	min-width: 300px;
} 

.col2 .xform ul.form_warning {
	display: none;
}

.form .form-success {
	font-size: 130%;
	font-weight: bold;
	text-align: center;
}


/**
 * LOADING ANIMATIONS
 */


.loading {
	display: none;
	width: 30px;
	height: 30px;
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: none; /* url(../img/loading_outer_blue.png); */
}

.loading .loadingInner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/loading_inner_blue.png);
	z-index: 2;
}

.loading.run {
	display: block;
}

.loading.run .loadingInner {
    -webkit-animation-name            : loading;
    -webkit-animation-duration        : 500ms;
    -webkit-animation-timing-function : linear;
    -webkit-animation-delay           : 0;
    -webkit-animation-iteration-count : infinite;

    -moz-animation-name            : loading;
    -moz-animation-duration        : 500ms;
    -moz-animation-timing-function : linear;
    -moz-animation-delay           : 0;
    -moz-animation-iteration-count : infinite;

    animation-name            : loading;
    animation-duration        : 500ms;
    animation-timing-function : linear;
    animation-delay           : 0;
    animation-iteration-count : infinite;

}

.loading.white {
	background-image: /*url(../img/loading_outer.png); */
}

.loading.white .loadingInner {
	background-image: url(../img/loading_inner.png);
}


/**
 * POPUP
 */


.popup {
	position: fixed;
	display: block;
	top: -1px;
	left: 0px;
	bottom: 0px;
	max-height: 0px;
	z-index: 999;
	text-align: center;
	overflow: hidden;
	
	width: 100%;
	
	/*
	-webkit-transition: 300ms ease-out;
	-moz-transition: 300ms ease-out;
	-o-transition: 300ms ease-out;
	transition: 300ms ease-out;
	*/
}

.popup.show {
	max-height: 100%;
	top: 0px;
}

.popup .messageWrapper {
	position: absolute;
	top: -50px;
	z-index: 1;
	width: 100%;
	font-weight: bold;
	font-size: 14px;
	
  	opacity: 0.0;
  	
	-webkit-transition: 300ms ease-out;
	-moz-transition: 300ms ease-out;
	-o-transition: 300ms ease-out;
	transition: 300ms ease-out;
}

.popup.show .messageWrapper {
	top: 50%;
	
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  	filter: alpha(opacity=100);
  	-moz-opacity: 1.0;
  	-khtml-opacity: 1.0;
  	opacity: 1.0;
}

.popup .message {
	display: inline-block; 
	margin: 0px auto;
	cursor: pointer;
	background-color: rgba(0,0,0,0.8);
	color: #EEEEEE;
	padding: 15px 20px;
	max-width: 480px;
	
	border: 1px solid #bfbfbf;
  	
  	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
}

.popup .message ul {
	list-style-type: square;
	text-align: left;
	padding-left: 15px;
}

.popup .fog {
	z-index: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
  	opacity: 0;
  	
  	-webkit-transition: 300ms ease-out;
	-moz-transition: 300ms ease-out;
	-o-transition: 300ms ease-out;
	transition: 300ms ease-out;
}

.popup.show .fog {
  	opacity: 0.3;
}


/**
 * 	MCUSTOM SCROLLBAR THEME
 */


body article.vertical .column-2 .mCS-ceres_yacht > .mCSB_container.vcenter { 
    top: 50% !important; 
    transform: translateY(-50%); 
}

.mCS-ceres_yacht.mCSB_scrollTools {
	width: 30px;
}

.mCS-ceres_yacht.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(38,196,219,0.15);
}

.mCS-ceres_yacht.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #26c4db;
	background-color: rgba(38,196,219,1);
	border-radius: 0px !important;
}

.mCS-ceres_yacht.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: rgba(38,196,219,1);
}

.mCS-ceres_yacht.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-ceres_yacht.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: rgba(38,196,219,1);
}


/**
 * 	FORM CUSTOMS
 */

.tour-form .formlabel-zipcode {
	display: inline-block;
	width: 24.1%;
}

.tour-form .formlabel-city {
	display: inline-block;
	width: 75%;
	float: right;
}

.tour-form .formdate,
.tour-form .formtime {
	width: 50%;
	display: inline-block;
}

.tour-form .formtime {
	float: right;
}

.tour-form .formdate > label,
.tour-form .formtime > label {
	display: block !important;
	margin: 12px 0px 3px 0px;
}

.tour-form .formdate select:nth-child(2),
.tour-form .formdate select:nth-child(3),
.tour-form .formtime select:nth-child(2),
.tour-form .formtime select:nth-child(3)  {
	width: 20% !important;
	margin-right: 4px;
	display: inline-block;
}

.tour-form .formtime select:nth-child(2),
.tour-form .formtime select:nth-child(3) {
}

.tour-form .formdate select:nth-child(3) {
	margin: 0px 4px;
}

.tour-form .formdate select:nth-child(4) {
	width: 30% !important;
	margin-left: 4px;
}

.tour-form .formsubmit {
	clear: both;
	margin-top: 12px;
}

.tour-form .formlabel-email,
.tour-form .formlabel-phone {
	width: 49.6%;
	display: inline-block;
}

.tour-form .formlabel-phone {
	float: right;
}


/**
 * 	TINY MCE Profiles
 */


.Ceres,
.ceres {
	color: #26c4db;
}

.Schrift_groesser,
.schrift_groesser {
	font-size: 130%;
}

.Beides,
.beides {
	color: #26c4db;
	font-size: 130%;
}

/* avoid stacking */
.Schrift_groesser .Schrift_groesser,
.schrift_groesser .schrift_groesser,
.Beides .Beides,
.beides .beides,
.Schrift_groesser .Beides,
.schrift_groesser .beides,
.Beides .Schrift_groesser,
.beides .schrift_groesser {
	font-size: 100%;
}

.Links,
.links {
	float: left;
	margin: 5px 20px 20px 0px;
}

.Rechts,
.rechts {
	float: right;
	margin: 5px 0px 20px 20px;
}


/**
 * 	HELPER
 */


.invisible {
	opacity: 0;
	
	    -webkit-animation-name            : hide;
    -webkit-animation-duration        : 0;
    -webkit-animation-timing-function : linear;
    -webkit-animation-delay           : 0;
    -webkit-animation-iteration-count : infinite;

    -moz-animation-name            : hide;
    -moz-animation-duration        : 0;
    -moz-animation-timing-function : linear;
    -moz-animation-delay           : 0;
    -moz-animation-iteration-count : infinite;

    animation-name            : hide;
    animation-duration        : 0;
    animation-timing-function : linear;
    animation-delay           : 0;
    animation-iteration-count : infinite;


	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	
	-webkit-animation-delay: 300ms;
	-moz-animation-delay: 300ms;
	-ms-animation-delay: 300ms;
	animation-delay: 300ms;
}

.hidden {
	display: none;
}

.as_center {
	text-align: center;
}

.as_left {
	text-align: left;
}

.as_right {
	text-align: right;
}

.clear {
	float: none;
	clear: both;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.inline-block {
	display: inline-block;
	vertical-align: top;
}

.as_block {
	display: block;
}

.as_float_left {
	float: left;
}

.as_float_right {
	float: right;
}

.mobile-only {
	display: none !important;
}

.desktop-only {
	display: inline-block !important;
}
