/* Global settings */
@font-face {
    font-family: 'proxima_novalight';
    src: url('fonts/proximanova-light-webfont.eot');
    src: url('fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-light-webfont.woff2') format('woff2'),
         url('fonts/proximanova-light-webfont.woff') format('woff'),
         url('fonts/proximanova-light-webfont.ttf') format('truetype'),
         url('fonts/proximanova-light-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('fonts/proximanova-regular-webfont.eot');
    src: url('fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-regular-webfont.woff2') format('woff2'),
         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;
}

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;

}
* html .clearfix {
	height: 1%;
}
html, body, #container { 
	/*height: 100%;*/
}
h2 {
	font-weight: normal;
}
html {
	overflow-y: scroll;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
.clearfix {
	display: block;
}

/* popup */
#popup_opening {
    display: none;
    z-index: 10000;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.9);
}
#popup_opening.opened {
    display: block;
}
#popup_opening > .wrapper {
    width: 70%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-height: 80vh;
    overflow-y: auto;
}
#popup_opening .close {
    cursor: pointer;
    position: absolute;
    right: 60px;
    top: 60px;
    color: #9a7a3b;
    text-transform: uppercase;
    background: url('../img/close_brown.svg') no-repeat right center;
    background-size: 15px;
    padding-right: 20px;
}
#popup_opening > .wrapper ul li {
    width: 50%;
    float: left;
    position: relative;
}
#popup_opening > .wrapper ul li > img {
    width: 100%;
    display: block;
}
#popup_opening > .wrapper ul li .buttons {
    position: absolute;
    left: 1em;
    bottom: 1em;
    color: #fff;
}
#popup_opening > .wrapper ul li a {
    color: #fff;
    background: url('../img/pdf_menu.svg') no-repeat;
    background-size: 25px;
    padding-left: 35px;
    font-size: 35px;
    font-weight: 700;
    line-height: 50px;
    padding-right: 30px;
}
@media only screen and (max-width: 1279px) {
    #popup_opening > .wrapper ul li {
        width: 50%;
    }
}
@media only screen and (max-width: 767px) {
    #popup_opening > .wrapper ul li {
        width: 100%;
        float: none;
    }
}

/* Layout */
body {
	font-family: 'proxima_novalight';
	font-size: 17px;
	line-height: 22px;
	color: #9a7a3b;
}
#header {
	position: relative;
	height: 300px;
	background: #fff;
}
#header .logo {
	background: url('../img/logo.png') no-repeat;
	background-position:center center;
	width: 140px;
	height: 195px;
	margin: auto;
}
#header h2,
#header h3 {
	font-weight: normal;
	text-align: center;
	width: 220px;
	margin: auto;
}
#header h2 {
	font-size: 18px;
}
#header h3 {
	font-size: 12px;
	line-height: 15px;
}
#header #menu_button {
	position: absolute;
	left: 25px;
	top: 20px;
	background: url('../img/menu_button.png') no-repeat;
	width: 17px;
	height: 14px;
	cursor: pointer;
}
#header #buttons {
	position: absolute;
	right: 85px;
	top: 15px;
	cursor: pointer;
    width: 400px;
    text-align: right;
}
#header #buttons .button {
    display: inline-block;
    background: #9a7a3b;
    color: #fff;
    text-transform: uppercase;
    padding: 5px;
}
#header #buttons .button a {
    color: #fff;
}
#header #lang {
	position: absolute;
	right: 20px;
	top: 20px;
}

#header #lang li {
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
}
#header #lang li a {
	color: #C8C8C8;
}
#header #lang li a.selected {
	color: #9a7a3b;
}
#content { 
}
#info a,
#press a {
color: #9a7a3b;
text-decoration: underline;
}
#footer {
	text-align: center;
	height: 293px;
	padding-top: 20px;
	background: #9a7a3b;
	color: #fff;
	margin-top: 35px;
}
#footer .logo {
	background: url('../img/logo_white.png') no-repeat;
	margin-top: 10px;
	width: 108px;
	height: 151px;
	background-size: 100%;
}
#footer > * {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 0 20px;
}
#footer > ul {
	padding-left: 20px;
	border-left: 1px solid #b39b6d;
}
#footer > ul li a {
	font-size: 23px;
	color: #fff;
	line-height: 40px;
}
#footer > .infos {
	font-size: 12px;
	line-height: 17px;
	margin-top: 10px;
	margin-left: 20px;
}


/* Main nav */
#container > nav {
	width: 300px;
	position: fixed;
	top: 0px;
	left: -301px;
	bottom: 0;
	overflow: hidden;
	background: #9a7a3b;
	z-index: 1000;
	color: #fff;
	font-size: 12px;
	padding-top:82px;
	border-right: 1px solid #9a7a3b;
}
#container > nav #menu > li {
	height: 45px;
	line-height: 45px;
	border-top:solid 1px #B49B6B;
	vertical-align: middle;
}
#container > nav #menu {
	border-bottom: solid 1px #B49B6B;
}
#container > nav #menu li a {
	font-size: 23px;
	color: #fff;
	display: block;
	padding-left: 20px;
}
#container > nav #menu li a.selected,
#container > nav #menu li a:hover {
	background: #fff;
	color: #9a7a3b;
}
#container > nav .close {
	width: 14px;
	height: 14px;
	background: url('../img/close.png') no-repeat;
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 15px;
}
#container > nav .infos {
	margin-top: 30px;
	margin-left: 20px;
	line-height: 17px;
}
#header {
	
}
/* Menus */
#menus, #contact {
	text-align:center;
	display: block;
}
#menus .head,
#info .head  {
	position: relative;
	height: 430px;
	overflow: hidden;
}
#menus .head h1,
#info .head h1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	line-height: 430px;
	text-align: center;
	color: #fff;
	font-size: 84px;
	font-weight: normal;
	text-transform: uppercase;
	z-index: 100;
}
#info .text,
#slideshow .text,
#menus .text,
#contact_form,
#press .text {
	text-align:center;
	display: block;
	width: 45%;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 50px;
}
#slideshow .text {
	position: relative;
	overflow: hidden;
}
#info .text em,
#slideshow em {
	font-style: normal;
	font-size: 32px;
	text-align:center;
}
#info #image {
	display: block;
	text-align:center;
	margin: auto;
}
#menus {	
}
#menu nav {
	position: relative;	
}
#menus nav ul li {
	font-style: normal;
	margin-right: 15px;
	margin-left: 15px;
	display:inline-block;
	font-size: 32px;
}
#menus nav ul li #selection {
	display: none;
}
#menus nav ul li a,
#menus  #link a {
	color: #C8C8C8;
}
#menus #link {
	padding-top:45px;
	height: 45px;
	display: inline-block;
	max-width: 210px;
	
	background-position:0% 70%;
	overflow: hidden;
}
#menus #link a {
	padding-left: 30px;
	padding-top: 3px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	background: url('../img/pdf_gold.png') no-repeat;
	background-position: 0% 0%;
	color: #9a7a3b;
	cursor: pointer;
}
#menus nav ul li a:hover,
#menus nav ul li a.selected {
	color: #9a7a3b;
	cursor: pointer;
}

#menus .details {
	margin-top: 00px;
}
#menus .details strong {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 20px;
	line-height: 60px;
}
#menus .categories li h2 {
	margin-top: 10px;
	font-size: 20px;
	text-transform: uppercase;
}
#menus .items li {
	background: url('../img/point.png');
	background-repeat: repeat-x;
	background-position: top;
	overflow: hidden;
}
#menus .items li .name {
	display: inline-block;
	text-align: left;
	float: left;
	background: white;
	padding-right: 10px;
	max-width: 425px;
}
#menus .items li .name span {
	font-size: 13px;
}
#menus .items li .price {
	float: right;
	background: white;
	bottom: 0px;
	padding-left: 10px;
}
#menus .items  #description {
	font-style: italic;
	font-size: 14px;
	background: white;
	text-align: left;
	float: left;
	padding-bottom: 20px;	
}
#menus .notes {
	padding-top: 20px;
}



/* Contact */
#contact_form {
	width: 22%;
	text-align: left;
	
}
#contact h1 {
	margin-bottom: 15px;
}
.separator {
	width: 90px;
	height: 1px;
	border-top: 1px solid #9a7a3b;
	margin: auto;
	margin-top: 30px;
	display: block;
}
#contact input,
#contact textarea {
	border: 1px solid #9a7a3b;
	width: 415px;
	padding: 9px;
	margin-bottom: 5px;
	color: #9a7a3b;
	font-size: 15px;
	margin-bottom: 15px;
}
form button {
	background: #9a7a3b;
	color: #fff;
	padding: 9px;
	border: 0;
	cursor: pointer;
}
form button:hover {
	background: #C8C8C8;
	color: #fff;
}



/* Flexslider */
#photo_slideshow {
	position: relative;
	display:block;
}
#slideshow {
	position: relative;
	display:block;
	overflow: hidden;
	
}
#sliderGalery {
	position: relative;
	overflow: hidden;
}
#slideshow .flexslider {
	margin-top: 0px;
}
.flexslider {
	top: 0px; left: 0; right: 0; bottom: 0px;
	background: #F0F0F0;
	z-index: 100;
	overflow: hidden;
	vertical-align: middle;
}
.flexslider .slides li {
	text-align: center;
	width: 100%;
	vertical-align: middle;
}
.flexslider .slides li img {
	display: inline-block;
}
#next,
#prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 150;
	cursor: pointer;
	width: 50%;
	height: 100%;
	line-height: 100%;
	display: inline-block;
	line-height: 860px;
}
#prev {
	margin-left: 40px;
}
#next {
	margin-right: 40px;
}
#next {
	text-align: right;
	right: 0;
}
#prev img,
#next img {
	position: absolute;
	top: 50%;
	vertical-align:middle;
	z-index: 150;
	visibility: hidden;
	display: inline-block;
}
#next:hover img,
#prev:hover img {
	visibility: visible;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}
/* Press */

/* Thumbnails */
#press .thumbnails {
	position :relative;
	padding-top: 35px;
	
}

#press .thumbnails li {
	float: left;
	width: 320px;
	height: 255px;
	overflow: hidden;
	position: relative;
	margin-left: 8%;
	margin-bottom: 30px;
	
}

#press .thumbnails li img:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}

#press .thumbnails li .details {
	position: relative;
	top: 0;	bottom: 0; right: 0; left: 0;
	background: rgb(000,000,000);
	background: rgba(000,000,000, 0.5);
	text-align: center;
	display: none;
	z-index: 100;
	line-height: 255px;
}

#press .thumbnails li .details h2 {
	color: #F0F0F0;
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	/*text-transform: uppercase;*/
	font-size: 18px;
	/*border-bottom: 1px solid #999;*/
	line-height: 18px;
	padding: 20px;
}

#press .thumbnails li:hover .details {
	display: block;
}
#press ul {
	margin:auto;
	position: relative;
	overflow: hidden;
}
#press #article li {
	position :relative;
	display:block;
	max-width: 56%;
	overflow: hidden;
	text-align:center;
	margin: auto;
	margin-bottom: 2%;
}
#press #article img {
	display: block;
	max-width: 100%;
	text-align:center;
	margin: auto;

}