/* Fonts */
@import url("//hello.myfonts.net/count/2d6eb6");
@font-face {font-family: 'MPISardis';src: url('fonts/2D6EB6_0_0.eot');src: url('fonts/2D6EB6_0_0.eot?#iefix') format('embedded-opentype'),url('fonts/2D6EB6_0_0.woff2') format('woff2'),url('fonts/2D6EB6_0_0.woff') format('woff'),url('fonts/2D6EB6_0_0.ttf') format('truetype');}

@font-face {
    font-family: 'proxima_bold';
    src: url('fonts/proximanova-bold-webfont.eot');
    src: url('fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-bold-webfont.woff') format('woff'),
         url('fonts/proximanova-bold-webfont.ttf') format('truetype'),
         url('fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;

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

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

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

}

/* Global settings */
body, img, a, p, span, div, strong, em, ul, ol, li, label, input, textarea, form, fieldset, table, tr, th, td, h1, h2, h3, h4, h5, h6, hr, iframe, embed, object {
	list-style-type: none;
	text-decoration: none;
	outline: none;
	border: 0;
	margin: 0;
	padding: 0;
}
textarea,
body {
	color: #000;
	font-family: 'MPISardis', Arial, Verdana, Sans-serif;
	font-size: 16px;
	line-height: 20px;
}
table, td, tr, th {
	border-spacing: 0;
	vertical-align: middle;
	border-collapse: collapse;
}
label {
	display: block;
}
html {
	overflow-y: scroll;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;

}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
a {
	color: #000;
	text-decoration: none;
}
.text {
	font-family: 'proxima_regular', 'Arial', 'Sans-serif';
	font-size: 16px;
	line-height: 18px;
}
.chapo {
	font-size: 30px;
	text-transform: uppercase;
	line-height: 32px;
	padding-top: 20px;
	margin-bottom: 40px;
	font-weight: normal;
	width: 700px;
}
.more a {
	text-transform: uppercase;
	text-decoration: underline;
	color: #000;
	font-family: 'proxima_regular';
	font-size: 13px;
	line-height: 26px;
}
h1 {
	text-indent: -5000px;
	width: 150px;
	height: 119px;
	background: url('../img/logo.png') no-repeat;
	background-size: 100%;
	margin: auto;
	margin-top: 95px;
}
h2 {
	display: none;
}
h3, h4, h5, h6 {
	font-weight: normal;
}
input[type=text] {
	border: 1px solid #000;
	padding: 5px;
	width: 200px;
}
button {
	border: 0;
	background: #000;
	color: #fff;
	padding: 5px;
	margin-top: 10px;
	cursor: pointer;
}
#message {
	position: fixed;
	top: 0;
	left: 0;
	background: #000;
	color: #fff;
	width: 100px;
	padding: 20px;
	text-align: center;
	z-index: 300;
}
#mask1,
#mask2 {
	background: #fff;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
}

/* Layout */
body {
	/*background: #222;*/
}
#header {
	width: 500px;
	background: #fff;
	position: fixed;
	left: 40px;
	top: 80px;
	bottom: 80px;
	z-index: 100;
	display: block;
}
#menu_button {
	display: none;
}
#menu {
	padding: 15px 0 15px 70px;
	height: 50px;
	position: fixed;
	top: 0;
	right: 0;
	left: 485px;
	background: #fff;
	z-index: 100;
	display: block;
}
#menu .menu {
	width: 800px;
}
.menu li {
	width: 200px;
	float: left;
	height: 15px;
	line-height: 15px;
	border: 1px solid #fff;
	margin-bottom: 6px;
	margin-right: 30px;
}
.menu li.selected,
.menu li:hover {
	border: 1px solid #000;
}
.menu li a {
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
}
#footer {
	padding: 15px 0 15px 70px;
	height: 50px;
	position: relative;
	margin-left: 485px;
}
body.home #footer {
	z-index: 100;
	position: fixed;
	bottom: 0;
	left: 485px;
	right: 0;
	margin-left: 0;
	background: #fff;
}
#footer .menu {
	position: absolute;
	left: 300px;
	top: 15px;
	width: 230px;
}
#footer .social img {
	width: 25px;
	height: 25px;
}
#container {
}
#content {
	position: relative;
	margin-top: 80px;
	margin-left: 555px;
	margin-bottom: 120px;
}





/* Home */
.background ul {
	position: fixed;
	z-index: 0;
	top: -100px;
	bottom: -100px;
	width: 485px;
	left: 0px;
	overflow: hidden;
}
#home .slideshow {
	position: fixed;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}
#home .slideshow .slides,
#home .slideshow .slides li {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
}
#home .slideshow .slides li img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#home .slideshow .slides li .description {
	position: absolute;
	font-size: 43px;
	line-height: 43px;
	color: #fff;
	z-index: 20;
	text-transform: uppercase;
}
#home .slideshow .slides li .description.right {
	left: 935px;
	top: 300px;
}
#home .slideshow .slides li .description.top {
	left: 935px;
	top: 120px;
}
#home .slideshow .slides li .description.bottom {
	left: 935px;
	bottom: 120px;
}
#home .slideshow .slides li .more a {
	color: #fff;
}
#home .shows {
	position: fixed;
	z-index: 2000;
	bottom: 115px;
	left: 65px;
	text-align: right;
	width: 235px;
}
#home .shows h3 {
	text-transform: uppercase;
	font-size: 26px;
	line-height: 30px;
}
#home .shows h4 {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 22px;
}
#home .shows .date {
	text-transform: uppercase;
	font-size: 13px;
	line-height: 16px;
	font-family: 'proxima_regular';
}
@media only screen and (min-width: 1900px) {
	#home .slideshow .slides li .description.bottom {
		left: 935px;
	}
}
@media only screen and (min-width: 1600px) and (max-width: 1900px) {
	#home .slideshow .slides li .description.right {
		left: 890px;
		top: 300px;
	}
	#home .slideshow .slides li .description.top {
		left: 890px;
		top: 120px;
	}
	#home .slideshow .slides li .description.bottom {
		left: 890px;
		bottom: 120px;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1599px) {
	#home .slideshow .slides li .description.right {
		left: 790px;
		top: 300px;
	}
	#home .slideshow .slides li .description.top {
		left: 790px;
		top: 120px;
	}
	#home .slideshow .slides li .description.bottom {
		left: 790px;
		bottom: 120px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
	body.home #footer {
		left: 380px;
	}
	#home .shows {
		width: 195px;
		left:180px;
	}
	#home .slideshow .slides li .description.right {
		left: 610px;
		top: 300px;
	}
	#home .slideshow .slides li .description.top {
		left: 610px;
		top: 120px;
	}
	#home .slideshow .slides li .description.bottom {
		left: 610px;
		bottom: 120px;
	}
}
@media only screen and (max-width: 768px) {
	.background ul {
		position: absolute;
		height: 230px;
		right: 0;
		width: auto;
		bottom: unset;
	}
	#home {
		position: absolute;
		top: 310px;
		left: 50px;
		right: 50px;
		
	}
	#home .slideshow {
		position: relative;
		left: 0;
		height: 470px;
		overflow: hidden;
	}
	#home .slideshow .slides,
	#home .slideshow .slides li {
		height: 420px;
	}
	#home .shows {
		margin: 40px 0 50px 0;
		position: relative;
		width: 100%;
		text-align: left;
		left:0;
		bottom:auto;
	}
	#home .slideshow .slides li .description {
		font-size: 24px;
		line-height: 27px;
	}
	#home .slideshow .slides li .description.right,
	#home .slideshow .slides li .description.top,
	#home .slideshow .slides li .description.bottom {
		top: 50px;
		right: 25px;
		left: 50px;
	}
	body.home #footer {
		display: none;
	}
}
@media only screen and (max-width: 568px) {
	.background ul {
		position: absolute;
		height: 190px;
		right: 0;
		width: auto;
		bottom: unset;
	}
	#home {
		position: absolute;
		top: 205px;
		left: 15px;
		right: 15px;
	}
	#home .slideshow {
		position: relative;
		left: 0;
		height: 240px;
		overflow: hidden;
	}
	#home .slideshow .slides,
	#home .slideshow .slides li {
		height: 220px;
	}
	#home .slideshow .slides li .description {
		width: 180px;
		font-size: 20px;
		line-height: 25px;
	}
	#home .shows {
		margin: 40px 30px;
		position: absolute;
		width: 80%;
		top: 220px;
		left: 0;
		bottom:auto;
		text-align: left;
		z-index:10;		
	}
	body.home #footer {
		display: block;
		left:0;
		position:fixed;
		height:15px;
		padding: 10px 0 20px 0px;
		text-align:center;
	}
	body.home #footer nav {
		display: none;
	}	
}
/*
.background .slideshow {
	position: fixed;
	z-index: 0;
	top: -100px;
	bottom: -100px;
	width: 485px;
	left: 0px;
	overflow: hidden;
}
#homeBackground li {
	display:none;
}

#home .images li {
	display:none;
}
#home .images {
	position: fixed;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 555px;
	right: 0;
	overflow: hidden;
}
#home .images li .description {
	position: absolute;
	font-size: 43px;
	line-height: 43px;
	color: #fff;
	z-index: 20;
	text-transform: uppercase;
}
#home .images li .description.right {
	left: 380px;
	top: 300px;
}
#home .images li .description.top {
	left: 760px;
	top: 120px;
}
#home .images li .description.bottom {
	left: 230px;
	bottom: 120px;
}
#home .images li .more a {
	color: #fff;
}*/


/* Instagram */
body.fresh-news #content {
	width: auto;
	max-width: 1000px;
}
#instagram .item {
	float: left;
	width: 49.9%;
}
#instagram .item > .wrapper {
	margin-right: 20px;
	margin-bottom: 30px;
}
#instagram .item img {
	display: block;
	width: 100%;
}
@media only screen and (max-width: 1023px) {
	#instagram .item {
		float: none;
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
}

/* Html */
#html {
}
#html .texts-menu {
	text-align: right;
	position: fixed;
	z-index: 2000;
	bottom: 55px;
	left: 40px;
	width: 325px;
	line-height: 50px;
	text-transform: uppercase;
	font-size: 13px;
	background:#fff;
}
#html .texts-menu h3:hover {
	text-decoration:underline;
}
#html .texts-menu h3 {
	cursor: pointer;
}
#html .mainText .image img,
#html .texts .image img {
	width: 100%;
	margin-bottom: 40px;
}
/*tour-booking*/
#html .mainText .superposed_img img {
	position:relative;
	z-index:-1;
	margin-top: -170px;
}
#html .mainText .superposed {
	color:#fff;
	padding:20px;
}

#html .mainText .text,
#html .texts article .text {
	width: 560px;
	margin-bottom: 40px;
}
#html .mainText .text a {
	text-transform:uppercase;
	text-decoration:underline;
	font-family: 'MPISardis', Arial, Verdana, Sans-serif;
	line-height:20px;
	font-size:15px;
}
#html .texts article .content {
	margin-top:-50px;
	display: none;
	overflow: hidden;
}
#html .texts article img {
	position:relative;
	z-index:-1;
}
#html .texts article a {
	text-transform:uppercase;
	text-decoration:underline;
	font-family: 'MPISardis', Arial, Verdana, Sans-serif;
}
#html .texts article h3 {
	font-weight: normal;
	padding-left: 10px;
	border-top: 3px solid #000;
	font-size: 26px;
	line-height: 45px;
	height: 60px;
	text-transform: uppercase;
	width: 500px;
	cursor: pointer;
}
#html .texts article.opened {
	margin-top:20px;
}
#html .texts article.opened h3 {
	border-top: 0px solid #fff;
	border-bottom: 3px solid #fff;
	color:#fff;
	height: 30px;
	line-height: 25px;
}


/* Tour & booking */
h3.tour {
	text-transform: uppercase;
	height: 28px;
}
#events_archives,
#events {
	margin-bottom:30px;
}
#events_archives li,
#events li {
	width:100%;
	padding:5px 0;
}
#events_archives li .infos,
#events li .infos {
	width:25%;
	float:left;
	font-family: 'proxima_regular';
	font-size:15px;
	padding-right:10px;
}
#events_archives li h3,
#events li h3 {
	width:70%;
	float:right;
	text-transform:uppercase;
	font-size:15px;
	text-decoration:underline;
}


/* Shows */
#shows ul.results li,
#show ul.results li {
	float: left;
	width: 350px;
	height:320px;
	padding-right: 20px;
	box-sizing: border-box;
	margin-bottom: 50px;
}
#shows ul.results li .thumbnail,
#show ul.results li .thumbnail {
	width: 100%;
	height: 200px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
#shows ul.results li h3,
#show ul.results li h3 {
	padding-top: 15px;
	font-weight: normal;
	font-size: 32px;
	line-height: 32px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 10px;
}
#shows ul.results li .status,
#show ul.results li .status {
	text-transform: none;
	position: absolute;
	right: 0;
	top: 10px;
	font-family: 'proxima_bold';
	font-size: 15px;
	letter-spacing: 1px;
	background: #000;
	color: #fff;
	padding: 2px;
	line-height: 14px;
}
#shows ul.results li .description,
#show ul.results li .description {
	font-size: 18px;
	font-family: 'proxima_regular';
}
#shows .archives {
	width: 500px;
}
#shows .archives h3 {
	text-transform: uppercase;
	font-size: 25px;
	margin-bottom: 20px;
}
#shows .archives ul {
	font-family: 'proxima_regular';
}
#shows .archives ul li {
	margin-bottom: 20px;
}
#shows .archives ul li h4 {
	font-family: 'proxima_bold';
}
#show .slideshow,
#show .slideshow .slides,
#show .slideshow .slides li {
	width: 690px;
	height: 390px;
	overflow: hidden;
	position: relative;
}
#show .slideshow .slides li {
	cursor: pointer;
}
#show .slideshow {
	height: 410px;
	margin-bottom: 40px;
}
.flex-control-nav {
	padding-top: 10px;
	text-align: center;
}
.flex-control-nav li {
	display: inline-block;
}
.flex-control-nav li a {
	cursor: pointer;
	text-indent: -5000px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 2px;
	background: url('../img/dot.png') no-repeat;
}
.flex-control-nav li a:hover,
.flex-control-nav li a.flex-active {
	background: url('../img/dot-active.png') no-repeat;
}
#show h3 {
	text-transform: uppercase;
	font-size: 60px;
	line-height: 60px;
	margin-bottom: 20px;
}
#show .catcher {
	width: 80%;
	font-family: 'proxima_bold';
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 20px;
}
#show .date {
	font-family: 'proxima_regular';
	text-transform: uppercase;
	margin-bottom: 20px;
	position: fixed;
	left: 286px;
	bottom: 100px;
	z-index: 300;
	text-align: right;
	width: 200px;
	background:#fff;
}
#show .date .status {
	text-decoration: underline;
	font-family: 'MPISardis', Arial, Verdana, Sans-serif;
}
#show .description {
	width: 80%;
}
#popup_data {
	position: absolute;
	top: -10000px;
	left: -10000px;
}
#show article .other_shows {
    margin-top:100px;
}
#show article .other_shows h4 {
    border-top: 3px solid #000;
    cursor: pointer;
    font-size: 26px;
    font-weight: normal;
    height: 60px;
    line-height: 45px;
    padding-left: 10px;
    text-transform: uppercase;
    width: 500px;
}

/* Popup */
.popup {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 2000;	
	background: #fff;
	background: rgba(255, 255, 255, 0.95);
	text-align: center;
}
.popup .logo {
	position: absolute;
	left: 0;
	top: -110px;
}
.popup .slideshow,
.popup .slideshow .slides,
.popup .slideshow .slides li {
	width: 100%;
	box-sizing: border-box;
	height: auto;
	overflow: hidden;
	position: relative;
}
.popup .slideshow {
	padding: 50px;
	height: auto;
	margin: auto;
	margin-bottom: 0px;
}
.popup .close {
	position: absolute;
	top: 15px;	
	right: 20px;
	z-index: 2000;
	text-decoration: underline;
	cursor: pointer;
	text-transform:uppercase;
	/*background: url('../img/close.png') no-repeat;*/
}
.popup .caption {
	
}

.slideshow nav #next,
.slideshow nav #prev {
	position: absolute;
	top: 50px;
	bottom: 0;
	z-index: 150;
	cursor: pointer;
	width: 30%;
	line-height: 100%;
}
.slideshow nav #prev {
	left: 0px;
	text-align: left;
	padding-left: 50px;
}
.slideshow nav #next {
	right: 0px;
	text-align: right;
	padding-right: 50px;
}
.slideshow nav #prev img,
.slideshow nav #next img {
	z-index: 150;
	visibility: hidden;
	vertical-align: middle;
	display: inline-block;
}
.slideshow nav #next:hover img,
.slideshow nav #prev:hover img {
	visibility: visible;
}



