@font-face {
font-family: 'FreigBigProBlaIta';
src: url('../font/FreigBigProBlaIta.otf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'GothamLight';
src: url('../font/gotham-light.eot');
src: url('../font/gotham-light.ttf') format('truetype'),
     url('../font/gotham-light.woff') format('woff'),
     url('../font/gotham-light.eot?#iefix') format('embedded-opentype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'GothamBook';
src: url('../font/gotham-book.eot');
src: url('../font/gotham-book.ttf') format('truetype'),
     url('../font/gotham-book.woff') format('woff'),
     url('../font/gotham-book.eot?#iefix') format('embedded-opentype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'GothamBlack';
src: url('../font/gotham-black.eot');
src: url('../font/gotham-black.ttf') format('truetype'),
     url('../font/gotham-black.woff') format('woff'),
     url('../font/gotham-black.eot?#iefix') format('embedded-opentype');
font-weight: normal;
font-style: normal;
}

html {
font-size: 100%;
}

body {
position: relative;
background: #fff;
font-family: 'GothamLight';
font-size: 0.8em;
color: #000;
margin: 0;
padding: 0;
cursor: default;
}

#menu-icon {
position: fixed;
left: 20px;
top: 20px;
z-index: 11;
font-size: 25px;
padding: 5px;
background-color: rgba(255,255,255,0.6);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#menu {
position: fixed;
top: 0;
bottom: 0;
left: -260px;
width: 250px;
z-index: 10;
background-color: white;
text-align: center;
overflow-y: auto;
-webkit-box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.6);
-moz-box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.6);
box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.6);
}

.menu-item {
margin-top: 25px;
padding: 5px 0;
font-size: 16px;
font-family: 'GothamBook';
}

#menu-item-home {
margin-top: 70px;
}

.menu-subitem {
padding-top: 8px;
font-size: 12px;
font-family: 'GothamBook';
}

.menu-item:not(.active), .menu-subitem:not(.active) {
cursor: pointer;
}

#menu > a {
text-decoration: none;
color: #000;
}

.menu-item.active, .menu-subitem.active {
color: #b50b1e;
}

#menu .icon-down {
font-size: 14px;
}

#menu-item-contact {
margin-top: 50px;
}

#menu-item-contact [class^='icon-'] {
font-size: 22px;
padding: 2px;
margin: 2px;
color: rgba(0,0,0,0.3);
}

#menu-item-contact [class^='icon-']:hover {
color: #b50b1e;
}

#menu-item-shop-facade15 {
display: none;
}

#menu-item-shop-facade16 {
display: none;
}

#menu-item-shop-collector {
display: none;
}

#combobox-langage {
position: fixed;
top: 8px;
right: 30px;
width: 90px;
height: 25px;
border: none;
font-family: 'GothamBook';
font-size: 10px;
color: black;
background-color: transparent;
z-index: 2;
}

#combobox-langage > .cb-input {
line-height: 25px;
}

#combobox-langage > .cb-input > .cbi-button-icon {
font-size: 12px;
line-height: 25px;
color: black;
}

#combobox-langage > .cb-popup {
top: 25px;
background-color: transparent;
}

#combobox-langage > .cb-popup > .cbp-item-list > .cbpl-item {
padding-left: 15px;
background-color: transparent;
color: #888;
}

#combobox-langage > .cb-popup > .cbp-item-list > .cbpl-item.checked {
color: #000;
background-color: rgba(0,0,0,0.1);
}

#combobox-langage > .cb-popup > .cbp-item-list > .cbpl-item:hover {
color: #000;
}

#home {
position: relative;
width: 100%;
margin-top: 10em;
margin-bottom: 10em;
}

#home #text-wrapper {
position: relative;
width: 90%;
height: 80%;
margin: 0 5%;
}

#home .title {
font-size: 6em;
text-align: center;
font-family: 'FreigBigProBlaIta';
text-transform: uppercase;
}

#home #content {
font-size: 1.7em;
text-align: center;
}

#home .subtitle {
font-family: 'GothamBlack';
}

#home #content>span {
display: inline-block;
vertical-align: middle; 
line-height: 50px;
}

#videos {
position: relative;
width: 100%;
}

#videos .video {
margin: 6em 0;
}

#videos .video-thumb {
width: 800px;
height: 450px;
margin: 0 auto;
line-height: 450px;
text-align: center;
background-color: black;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center;
}

#videos #video1-thumb {
background-image: url(../img/signatures-facade15/video1-thumb.jpg);
}

#videos #video2-thumb {
background-image: url(../img/signatures-facade15/video2-thumb.jpg);
}

#videos #video3-thumb {
background-image: url(../img/signatures-facade15/video3-thumb.jpg);
}

#videos #video4-thumb {
background-image: url(../img/signatures-facade15/video4-thumb.jpg);
}

#videos #video5-thumb {
background-image: url(../img/signatures-facade15/video5-thumb.jpg);
}

#videos .video .video-thumb-button {
width: 100%;
height: 100%;
z-index: 5;
font-size: 80px;
color: rgba(0,0,0,0.2);
cursor: pointer;
}

#videos .video .video-thumb-button.white {
color: rgba(255,255,255,0.4);
}

#videos .video .video-thumb-button:hover {
color: rgba(181,11,30,0.8);
}

@media only screen and (max-width: 4000px){
	body { font-size: 0.85em; }
	#header { height: 1100px; }
	#home #content>span {
	line-height: 60px;
	}
}

@media only screen and (max-width: 1920px){
	body { font-size: 0.8em; }
	#header { height: 971px; }
	#home #content>span {
	line-height: 50px;
	}
}

@media only screen and (max-width: 1366px){
	body { font-size: 0.75em; }
	#header { height: 690px; }
	#home #content>span {
	line-height: 50px;
	}
}

@media only screen and (max-width: 1280px){
	body { font-size: 0.7em; }
	#header { height: 647px; }
	#home #content>span {
	line-height: 45px;
	}
}

@media only screen and (max-width: 1024px){
	body { font-size: 0.65em; }
	#header { height: 518px; }
	#home #content>span {
	line-height: 35px;
	}
	#videos .video-thumb {
	width: 640px;
	height: 360px;
	line-height: 360px;
	}
}

@media only screen and (max-width: 800px){
	body { font-size: 0.6em; }
	#header { height: 404px; }
	#home #content>span {
	line-height: 30px;
	}
	#videos .video-thumb {
	width: 525px;
	height: 295px;
	line-height: 295px;
	}
}

@media only screen and (max-width: 568px){
	body { font-size: 0.5em; }
	#header { height: 287px; }
	#home #content>span {
	line-height: 25px;
	}
	#videos .video-thumb {
	width: 480px;
	height: 270px;
	line-height: 270px;
	}
}

@media only screen and (max-width: 480px){
	body { font-size: 0.45em; }
	#header { height: 243px; }
	#home #content>span {
	line-height: 20px;
	}
	#videos .video-thumb {
	width: 100%;
	height: 230px;
	line-height: 230px;
	}
}