@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;
}

html {
font-size: 100%;
}

body {
position: relative;
background: #000;
font-family: 'GothamLight';
font-size: 0.8em;
color: #fff;
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(0,0,0,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: #000;
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';
display: none;
}

.menu-item:not(.active), .menu-subitem:not(.active) {
cursor: pointer;
}

#menu > a {
text-decoration: none;
color: #fff;
}

.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(255,255,255,0.3);
}

#menu-item-contact [class^='icon-']:hover {
color: #b50b1e;
}

#combobox-langage {
position: absolute;
top: 8px;
right: 30px;
width: 90px;
height: 25px;
border: none;
font-family: 'GothamBook';
font-size: 10px;
color: white;
background-color: #000;
z-index: 2;
}

#combobox-langage > .cb-input {
line-height: 25px;
}

#combobox-langage > .cb-input > .cbi-button-icon {
font-size: 12px;
line-height: 25px;
color: white;
}

#combobox-langage > .cb-popup {
top: 25px;
background-color: #000;
}

#combobox-langage > .cb-popup > .cbp-item-list > .cbpl-item {
padding-left: 15px;
background-color: #000;
color: #888;
}

#combobox-langage > .cb-popup > .cbp-item-list > .cbpl-item.checked {
color: #FFF;
background-color: rgba(255,255,255,0.1);
}

#combobox-langage > .cb-popup > .cbp-item-list > .cbpl-item:hover {
color: #FFF;
}

#popup {
position: fixed;
display: none;
top: 0;
left: 0;
right: 0;
z-index: 20;
background-color: rgba(0,0,0,0.9);
overflow: auto;
}

#popup-close {
position: absolute;
top: 0;
right: 0;
width: 44px;
height: 44px;
font-size: 10px;
text-decoration: underline;  
background: url(photoswipe/default-skin.png) 0 0 no-repeat;
background-size: 264px 88px;
background-position: 0 -44px;
}

#popup-content-image {
position: absolute;
top: 40px;
left: 40px;
right: 40px;
bottom: 40px;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
}

#popup-content-video {
position: absolute;
}

#page {
margin-top: 20px;
width: 1225px;
margin: 0 auto;
}

#header {
width: 100%;
height: 80px;
}
	
#filter-bar {
width: 100%;
margin-bottom: 30px;
}

#filter-bar .filter {
display: inline-block;
padding-top: 10px;
padding-bottom: 2px;
margin-left: 0.4em;
margin-right: 0.4em;
font-size: 1.2em;
cursor: pointer;
}

#filter-bar .filter.active {
border-bottom: solid 2px #fff;
}

#filter-bar .filter:hover:not(.active) {
border-bottom: solid 2px #fff;
}

.item {
position: relative;
float: left;
width: 165px;
height: 165px;
line-height: 165px;
margin: 4px;
text-align: center;
cursor: pointer;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: top left;
overflow: hidden;
}

.item:not(.quote):not(.title):not(.logo) {
border: solid 1px #fff;
}

.item.quote, .item.title, .item.logo {
border: solid 1px #000;
}

.item.quote, .item.logo {
cursor: default;
}

.item.title {
font-size: 42px;
font-family: FreigBigProBlaIta;
}

.item.video {
background-position: top center;
}

.item.width2 {
width: 340px;
}

.title-text {
display: inline-block;
line-height: normal;
vertical-align: middle;
}

.item-blur {
display: none;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,0.8);
}

.item-text {
display: inline-block;
line-height: 40px;
vertical-align: middle;
font-size: 22px;
}

.number {
display: none;
}

.video .video-thumb-button {
width: 100%;
height: 100%;
z-index: 5;
font-size: 80px;
color: rgba(0,0,0,0.2);
}

.video .video-thumb-button.white {
color: rgba(255,255,255,0.8);
}

#quote1 {
background-image: url(../img/press-release/quote1.png);
}

#quote2 {
background-image: url(../img/press-release/quote2.png);
}

#logo1 {
background-image: url(../img/press-release/logo1.png);
}

#logo2 {
background-image: url(../img/press-release/logo2.png);
}

#logo3 {
background-image: url(../img/press-release/logo1.png);
}

@media only screen and (max-width: 4000px){
	body { font-size: 0.9em; }
	#page { width: 2450px; }
	#popup-content-video {
	width: 800px;
	height: 450px;
	}
}

@media only screen and (max-width: 2450px){
	body { font-size: 0.9em; }
	#page { width: 2275px; }
	#popup-content-video {
	width: 800px;
	height: 450px;
	}
}

@media only screen and (max-width: 2275px){
	body { font-size: 0.9em; }
	#page { width: 2100px; }
	#popup-content-video {
	width: 800px;
	height: 450px;
	}
}

@media only screen and (max-width: 2100px){
	body { font-size: 0.9em; }
	#page { width: 1925px; }
	#popup-content-video {
	width: 800px;
	height: 450px;
	}
}

@media only screen and (max-width: 1925px){
	body { font-size: 0.9em; }
	#page { width: 1750px; }
	#popup-content-video {
	width: 800px;
	height: 450px;
	}
}

@media only screen and (max-width: 1750px){
	body { font-size: 0.9em; }
	#page { width: 1575px; }
	#popup-content-video {
	width: 800px;
	height: 450px;
	}
}

@media only screen and (max-width: 1575px){
	body { font-size: 0.9em; }
	#page { width: 1400px; }
	#popup-content-video {
	width: 800px;
	height: 450px;
	}
}

@media only screen and (max-width: 1400px){
	body { font-size: 0.9em; }
	#page { width: 1225px; }
	#popup-content-video {
	width: 800px;
	height: 450px;
	}
}

@media only screen and (max-width: 1225px){
	body { font-size: 0.9em; }
	#page { width: 1050px; }
	#popup-content-video {
	width: 800px;
	height: 450px;
	}
}

@media only screen and (max-width: 1050px){
	body { font-size: 0.8em; }
	#page { width: 875px; }
	#popup-content-video {
	width: 800px;
	height: 450px;
	}
}

@media only screen and (max-width: 875px){
	body { font-size: 0.7em; }
	#page { width: 700px; }
	#popup-content-video {
	width: 600px;
	height: 338px;
	}
}

@media only screen and (max-width: 700px){
	body { font-size: 0.6em; }
	#page { width: 525px; }
	#popup-content-video {
	width: 500px;
	height: 282px;
	}
}

@media only screen and (max-width: 525px){
	body { font-size: 0.5em; }
	#page { width: 350px; }
	#popup-content-video {
	width: 340px;
	height: 192px;
	}
}