
@media (max-height: 800px) and (min-width: 1128px) {
	body > article:not(.vertical).with_col1.with_col2 .slide div.text,
	body > article:not(.vertical).with_col1.with_col2 .main-text.visible div.text {
		min-width: 660px;
		vertical-align: top;
		padding-top: 90px;
	}
	
	body > article:not(.vertical).with_col1.with_col2 .slide div.text .outer,
	body > article:not(.vertical).with_col1.with_col2 .main-text.visible div.text .outer {
		margin-top: 0px;
	}
}

@media (max-width: 1128px) {
	
	/* general */
	
	body {
		font-size: 15px;
	}
	
	input[type=text],
	input[type=password],
	select,
	textarea {
		text-transform: none;
		font-size: 15px !important;
	}
	
	p {
		margin: 15px 0px;
	}
	
	h1,
	h2,
	h3 {
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	
	h2,
	h3 {
		margin-bottom: 15px;
	}
	
	body > article > .inner {
		margin: 0px;
	}
	
	.start-screen {
		background-size: contain;
	}
	
	/*
	.start-screen .loading {
		display: none;
	}
	
	.start-screen:not(.start-article) {
		display: none;
	}
	*/
	
	[data-rel=header] ul.header-static  {
		margin: 0px 0px 0px 30px;
	}
	
	[data-rel=header] ul.header-static li a {
		color: #CCC;
		padding: 0px;
		font-size: 17px;
		line-height: 40px !important;
		display: none;
	}
	
	[data-rel=header] ul.header-static li:last-child a {
		display: block;
	}
	
	[data-rel=header] ul.header-static li a:after {
		display: none;
	}
	
	[data-rel=header] a.logo {
		display: block;
		top: 9px;
		right: 30px;
		width: 100px;
		background-size: 100px auto;
	}
	
	[data-rel=section] a.logo {
		display: none;
	}


	/* header */
	
	
	[data-rel=header] {
		/* position: absolute; */
		position: fixed;
		background-color: #000;
		top: 0px;
		left: 0px;
		width: 100%;
		min-height: 83px;
		height: auto;
		z-index: 11;
		
		border-bottom: none;
		
		/* border-bottom-color: #222; */
		
		-webkit-transition: border-bottom-color 300ms ;
		-moz-transition: border-bottom-color 300ms ;
		-o-transition: border-bottom-color 300ms ;
		transition: border-bottom-color 300ms ;
	}
	
	body.mobileOpen [data-rel=header] {
		border-bottom-color: transparent;
	}
	
	[data-rel=header] .header-wrapper {
		/* height: 63px; */
	}
	
	[data-rel=header] .header-wrapper > * {
		height: auto;
		display: block;
	}
	
	[data-rel=header] .header-wrapper a:hover {
		color: #EEE !important;
	}
	
	[data-rel=header] .header-left,
	[data-rel=header] .header-right {
		background-color: #222;
		position: absolute;
		top: 84px;
		left: 0px;
		width: 50%;
		max-height: 0px;
		z-index: 6;
		overflow: hidden;
		white-space: nowrap;
		
		-webkit-transition: max-height 300ms ;
		-moz-transition: max-height 300ms ;
		-o-transition: max-height 300ms ;
		transition: max-height 300ms ;
	}
	
	[data-rel=header] .header-right {
		left: auto;
		right: 0px;
		text-align: right;
	}
	
	body.mobileOpen [data-rel=header] .header-left,
	body.mobileOpen [data-rel=header] .header-right {
		max-height: 40px;
	}
	
	.header-home {
		display: none !important;
	}
	
	.lang-select,
	.contact-options {
		position: static;
		display: inline-block;
		margin: 0px 0px 0px 0px;
		white-space: nowrap;
		font-size: 0.1pt;
	}
	
	.lang-select {
		padding-right: 20px;
	}
	
	/*
	.contact-options {
		display: block !important;
		margin: 0px 17px 0px 0px !important;
	}
	*/
	
	.contact-options ul li a.map {
		display: none;
	}
	
	.contact-options ul li a.call,
	.contact-options ul li a.location {
		display: block;
	}
	
	.lang-select ul li,
	.contact-options ul li {
		display: inline-block;
		line-height: normal;
	}
	
	.lang-select ul li:first-child,
	.contact-options ul li:first-child {
		margin-top: 0px;
	}
	
	.lang-select ul li a,
	.contact-options ul li a  {
		color: #CCC;
    	line-height: normal;
    	display: block;
		background-color: #222;
		height: 40px; 
		width: 40px;
		font-size: 17px;
		text-align: center;
		line-height: 40px;
		vertical-align: top;
		padding: 0px;
		
		-webkit-transition: background-color 300ms ;
		-moz-transition: background-color 300ms ;
		-o-transition: background-color 300ms ;
		transition: background-color 300ms ;
	}
	
	.lang-select ul li a:active,
	.contact-options ul li a:active {
		background-color: #181818;
	}
	
	.lang-select ul li a:after {
		position: absolute;
		top: 0px;
		left: 6px;
		right: 6px;
		height: 2px;
		background-color: #AAA;
		
		display: none;
	}
	
	.contact-options {
		display: inline-block;
		margin: 0px;
	}
	
	.contact-options ul li a {
		opacity: 0.8;
		background-size: auto 30px;
	}
	
	.share {
		display: inline-block;
		line-height: normal;
		margin: 0px 0px 0px 15px;
	}
	
	.share > span {
		background: none;
		display: block;
		width: auto;
		height: auto;
		padding: 0px;
	}
	
	.share > span:after {
		display: none;
	}
	
	.share ul {
		position: static;
		max-height: none;
		display: block;
		opacity: 1;
		white-space: nowrap;
		padding: 0px !important;
		font-size: 0.1pt;
	}
	
	.share ul li {
		display: inline-block;
		vertical-align: middle;
		padding: 0px !important;
		border: none;
		margin-right: 4px;
	}
	
	.share ul li a {
		font-size: 0.1pt;
		color: #bfbfbf;
    	width: 0px;
    	height: 40px;
    	width: 40px;
    	padding: 0px;
		opacity: 0.8;
		background-size: auto 18px;
    	background-position: center center !important;
    	border: none;
    }
	
	.main-menu {
		position: static;
		margin-top: 63px;
		border-top: 1px solid #26c4db;
		width: 100%;
		
		/*
    	left: 0px;
    	right: 0px;
    	bottom: auto;
    	top: 84px;
    	*/
    	background-color: #000;
    	max-height: 0px;
    	overflow: hidden;
    	
    	-webkit-transition: max-height 300ms , border-top-color 300ms ;
		-moz-transition: max-height 300ms , border-top-color 300ms ;
		-o-transition: max-height 300ms , border-top-color 300ms ;
		transition: max-height 300ms , border-top-color 300ms ;
    }
    
    body.mobileOpen .main-menu {
    	max-height: 500px;
    	border-top-color: #26c4db;
    }
    
    .main-menu nav {
    	display: block;
    	border-bottom: 1px solid #bfbfbf;
    }
    
	.main-menu nav ul.main {
		background-color: #000;
		display: block;
		padding: 56px 0px 16px;
	}
	
	.main-menu nav ul li {
		line-height: normal;
		display: block;
	}
	
	.main-menu nav ul li a {
		line-height: 36px !important;
		font-size: 20px;
		padding: 0px !important;
		margin: 0px 30px;
		text-align: left;
		
		color: #EEEEEE;
	}
	
	.main-menu nav ul > li.withSub:after {
		display: none;
	}
	
	.main-menu nav ul > li.active.withSub {
		/* margin-bottom: 12px; */
	}
	
	.main-menu nav ul > li.withSub > ul,
	.main-menu nav ul > li.withSub:hover > ul {
		display: none;
	}
	
	.main-menu nav ul > li.active.withSub > ul {
		/* display: block; */
		position: static;
		text-align: center;
		max-height: none;
		
		background-color: #222;
		padding: 10px 0px 8px 0px;
	}
	
	.main-menu nav ul > li:fist-child.active.withSub > ul {
		margin: 0px 60px;
	}
	
	.main-menu nav ul > li.withSub > ul li {
		border: none;
		
		display: inline-block;
	    padding: 0px 0px;
	    margin: 0px 3px;
	}
	
	.main-menu nav ul > li.withSub > ul li a {
		border: none;
		padding: 9px 9px;
		line-height: 15px !important;
		margin: 0px !important;
		color: #BBBBBB;
		font-size: 15px;
	}
	
	.main-menu nav ul > li.withSub > ul li:first-child a {
		padding-top: 9px;
	}
	
	.main-menu nav ul > li.withSub > ul li:last-child a {
		padding-bottom: 9px;
	}
	
	.main-menu .booking {
		position: static;
		margin: 0px;
		font-size: 0.1pt;
		line-height: 45px !important;
	}
	
	.main-menu .booking a {
		display: inline-block;
		vertical-align: top;
		line-height: 45px !important;
		margin: 0px !important;
		float: left;
		text-indent: 30px;
		width: 50% !important;
	}
	
	.main-menu .booking a.special {
		box-shadow: none;
		background-color: #26c4db;
		border: 0px;
		border-radius: 0px;
		text-align: center;
		word-break: normal;
		padding: 0 0 0 0;
		text-indent: 0px;
		
		height: auto;
		float: right;
	}
	
	.main-menu .booking a.special span {
		vertical-align: top;
		padding-right: 30px;
	}
	
	.main-menu .booking a.external {
		font-size: 17px;
		line-height: 45px;
		text-align: center;
		padding: 0px;
		width: 100%;
		
		/* background-color: #222; */
		background-color: rgba(133, 58, 181, 0.5);
		
		/* color: #CCC; */
		color: #EEEEEE;
		
		/*background-image: url(../img/booking_hover_white.png);*/
		background-image: none !important;
		
    	-webkit-transition: background-color 300ms ;
		-moz-transition: background-color 300ms ;
		-o-transition: background-color 300ms ;
		transition: background-color 300ms ;
	}
	
	.main-menu .booking a.special + a.external {
		text-align: left;
	}
	
	.main-menu .booking a.external:active {
		background-color: #181818;
	}
	
	.main-menu .booking a.special {
		text-align: right;
	}
	
	.main-menu .booking a.special span {
		color: #EEEEEE;
		font-size: 17px;
		line-height: 45px;
	}
	
	.main-menu .booking a.special span .arrows {
		line-height: normal;
		padding-top: 0px;
		display: none;
	}
	
	.main-menu .booking a.special br {
		display: none;
	}
	
	
	/* content */
	
	
	[data-rel=section] {
		/* height: 100%; */
		padding: 0px 0px 0px 0px;
		bottom: 31px;
	}
	
	.main-content {

	}
	
	.main-col {
		height: auto;
		padding-bottom: 20px;
	}
	
	.slider .slide .slide-table {
		display: block;
		width: auto;
		height: auto;
	}
	
	.main-content div.text {
		width: auto;
		display: block;
	}
	
	div.text {
		padding: 30px 30px !important;
		display: block;
		width: auto;
		min-width: initial !important;
		max-width: initial !important;
		font-weight: normal;
	}
	
	div.text p {
		text-transform: none;
		font-weight: normal;
		/* text-align: justify; */
	}
	
	div.text p a {
		word-break: break-word;
	}
	
	div.text p:last-child {
		margin-bottom: 0px;
	}
	
	.main-content .slide > .slide-table > div.text {
		display: block;
	}
	
	.slide > .slide-table > div.text p {
		/* text-transform: none; */
		font-weight: normal;
		/* text-align: justify; */
	}
	
	.slide > .slide-table > div.text p:last-child {
		margin-bottom: 0px;
	}
	
	.maincol-pager {
		display: block;
		height: 300px;
		top: 0px;
	}
	
	/*
	.maincol-pager.main {
		display: none;
	}
	*/
	
	.maincol-pager.mobile {
		display: block;
	}
	
	.maincol-pager.right .data {
		top: 50%;
		right: 5px;
		margin-top: 25px;
		font-size: 12px;
	}
	
	.slider {
		overflow: auto;
		border-style: solid;
		border-width: 1px 0px 0px;
		border-color: #bfbfbf; 
		white-space: normal;
	}
	
	.main-col > .slider:first-child {
		border-top: none;
	}
	
	.slider.empty {
		height: 0px !important;
	}
	
	.slider .slide {
		position: relative;
		display: none !important;
		opacity: 1 !important;
		color: #FFF;
		
		background-attachment: scroll;
		background-image: none !important;
			}
	
	.slider .slide.with-video {
		height: 100% !important;
		min-height: 300px;
	}
	
	.slider .slide.active {
		display: block !important;
		table-layout: fixed;
	}
	
	.slider .slide div.text {
		display: block;
		white-space: normal;
	}
	
	.slider .slide div.text .outer {
		z-index: 2;
	}
	
	.slider .slide:after {
		display: none;
	}
	
	.slider .slide .mobile-theme {
		display: block;
		width: 100%;
		position: relative;
		overflow: hidden;
		
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
	
	.slider .slide .mobile-theme img {
		object-fit: cover;
		position: absolute;
		top: 0px;
		bottom: 0px;
		width: 100%;
		max-height: 100%;
	}
	
	
	body.article-35 .slider .slide .mobile-theme img {
		object-fit: contain;
	}
	
	.slider .slide.notext {
		height: auto;
	}

	.slider .slide .mobile-theme,
	.slider .slide .overlay1,
	.slider .slide .overlay2,
	.maincol-pager {
		height: 0px;
		padding-top: 38%;
	}
	
	/*
	.slider .slide.notext .mobile-theme,
	.slider .slide.notext .overlay1,
	.slider .slide.notext .overlay2 {
		padding-top: 45%;
	}
	*/
	
	body > article.vertical .slider .slide:after {
		display: none !important;
	}
	
	.main-content div.text .inner {
		margin: 0pt;
	}
	
	.main-content div.text .outer > h1,
	.main-content div.text .outer > h2,
	.main-content div.text .outer > h3 {
		margin-top: 0px;
		padding: 0px;
		margin-bottom: 20px;
	}
	
	.main-content div.text .outer > h1:after,
	.main-content div.text .outer > h2:after,
	.main-content div.text .outer > h3:after,
	.main-content div.text .inner:after {
		display: none;
	}
	
	.main-text-wrapper {
		position: relative;
		overflow: auto;
		width: auto;
		height: auto;
	}
	
	.main-text-wrapper.visible .main-text {
		padding: 0px !important;
		position: relative;
		display: block;
		height: auto;
	}
	
	.main-text-wrapper.visible .main-text:after {
		display: none;
	}
	
	body > article:not(.vertical).with_col1.with_col2 .slide div.text .outer,
	body > article:not(.vertical).with_col1.with_col2 .main-text-wrapper.visible div.text .outer {
		margin-top: 0px;
	}
	
	body > article.vertical .column-2 {
		position: static;
	}
	
	body > article.vertical .column-2 div.text .outer .inner {
		font-size: 15px !important;
		display: block;
	}
	
	/*
	.col2 {
		position: static;
		padding: 0px;
		max-height: initial !important;
	}
	*/
	
	.main-content .two-col div.text,
	.main-content .three-col div.text {
		width: auto;
		padding: 0px;
		min-width: initial;
	}

	.main-content .two-col div.text > .outer,
	.main-content .three-col div.text > .outer {
		padding: 0px 0px;
	}
	
	.col2.image-mod .images img,
	.col3.image-mod .images img {
		max-height: 400px !important;
	}
	
	.main-content .two-col:not(.three-col) .col2 > .outer,
	.main-content .three-col .col3 > .outer {
		padding-right: 0px;
	}
	
	.main-content .col2.image-mod .outer,
	.main-content .col3.image-mod .outer {
		text-align: center;
	}
	
	
	/* footer */
	
	
	[data-rel=footer] {
		z-index: 5;
		position: fixed;
		/* position: static; */
		background-color: #000;
		height: 30px;
		border-top: 1px solid #222222;
	}
	
	ul.right-menu li {
	}
	
	ul.right-menu li a {
		font-size: 13px;
    	color: #AAA;
    	height: 30px;
    	line-height: 30px;
    	padding-top: 0px;
    	padding-bottom: 0px;
    	display: inline-block;
	}
	
	/*
	ul.right-menu li:first-child {
		position: relative;
	}
	
	ul.right-menu li:first-child span.trigger {
		cursor: pointer;
		display: block;
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		line-height: 11px;
		background-color: #000;
		font-size: 20px;
		text-align: center;
		z-index: 1;
		color: #AAA;
		font-weight: bold;
		letter-spacing: 1pt;
	}
	
	ul.right-menu li.triggered span.trigger {
		display: none;
	}
	
	ul.right-menu li.triggered {
		
	}
	*/
		
	[data-rel=footer] .hide-show:after {
		width: 16px;
		line-height: 23px;
		background-size: 20px auto;
	}
	
	.hide-show,
	.member-of-design-hotels {
		display: none !important;
	}
	
	ul.right-menu li a:after,
	ul.right-menu > li.withSub.triggered > ul li a:after {
		display: block;
	    content: '';
	    position: absolute;
	    left: -1px;
		
		top: 8px;
		width: 1px;
		height: 12px;
		background-color: #AAA;
		margin-top: 0px;
	}
	
	ul.right-menu > li.withSub:after {
		display: none;
	}
	
	ul.right-menu > li.withSub ul {
		display: none;
	}
	
	ul.right-menu > li.withSub.triggered > ul {
		display: inline-block;
		padding: 0px !important;
		max-height: none !important;
		position: static;
		overflow: visible;
	}
	
	ul.right-menu > li.withSub.triggered > ul li {
	    line-height: normal;
	    margin: 0px;
	    display: inline-block;
	    white-space: normal;
	    margin: 0px;
	    padding: 0px;
	    letter-spacing: normal;
	    border-left: none;
	}
	
	ul.right-menu > li.withSub.triggered > ul li a {
	    color: #AAA;
	    line-height: 23px;
	    margin: 0px;
	    display: block;
	    white-space: nowrap;
	    margin: 0px;
	    padding: 0px 9px;
	    letter-spacing: 1pt;
	    border-left: none;
	    /* font-weight: normal; */
	}


	/* mobile menu */
	
	
	.mobileMenuToggleButton {
		z-index: 998;
		display: block;
		position: absolute;
		top: 6px;
		left: 9px;
		width: 50px;
		height: 50px !important;
		padding: 20px 10px 0px 10px;
		cursor: pointer;
	}
	
	.mobileMenuToggleButton span {
		display: block;
		background-color: #FFF;
		height: 2px;
		margin: 6px 11px 0px 11px;
	}
	
	
	/* else */
	
	.mobile-only {
		display: inline-block !important;
	}
	
	.desktop-only {
		display: none !important;
	}
	
	#swipebox-slider .slide img {
		max-height: 94%;
    	max-width: 94%;
    	padding: 3%;
	}
	
	.tour-form .formdate,
	.tour-form .formtime {
		width: 100%;
		display: block;
		float: none;
	}
	
	.main-content div.text.col2.image-mod .images > a:first-child,
	.main-content div.text.col3.image-mod .images > a:first-child {
	    position: static;
	    overflow: hidden;
	    height: auto;
	    width: 100%;
	}
	
	.main-content div.text.col2 .images img,
	.main-content div.text.col3 .images img {
		-ms-transform:translateY(0%);
		-moz-transform:translateY(0%);
		-webkit-transform:translateY(0%);
		transform:translateY(0%);
	}
	
	.slider figure {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	  	filter: alpha(opacity=100);
	  	-moz-opacity: 1;
	  	-khtml-opacity: 1;
	  	opacity: 1;
	}
}

@media (max-width: 1128px) and (orientation: portrait) { 
	.slider .slide .mobile-theme,
	.slider .slide .overlay1,
	.slider .slide .overlay2,
	.maincol-pager {
		padding-top: 56.6%;
	}
}

