@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: '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;
}

html, body {
position: relative;
height: 100%;
}

body {
background: #fff;
font-family: 'GothamBook';
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-expo-event {
display: none;
}

#menu-item-signatures-facade16 {
display: none;
}

#menu-item-signatures-facade15 {
display: none;
}

#combobox-langage {
position: absolute;
top: 8px;
right: 30px;
width: 90px;
height: 25px;
border: none;
font-family: 'GothamBook';
font-size: 10px;
color: black;
background-color: rgba(255,255,255,0.6);
z-index: 15;
}

#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: white;
}

#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;
}

.spacer {
width: 100%;
}

#content-wrapper {
position: absolute;
margin: 0 auto;
}

.text-band {
position: absolute;
height: 100%;
right: 10%;
width: 450px;
line-height: 1.3em;
background-color: white;
font-size: 1.2em;
font-family: 'GothamBook';
text-align: center;
padding-top: 5px;
overflow-y: auto;
}

.swiper-container {
position: absolute;
top: 0;
bottom: 0;
Left: 0;
right: 0;
}

#swiper-info {
position: relative;
bottom: 150px;
width: 250px;
margin: 0 auto;
z-index: 1200;
text-align: center;
}

#swiper-info-pages {
line-height: 3em;
color: #000;
}

.swiper-info-page {
display: inline-block;
vertical-align: middle;
}

#swiper-info-pages-previous {
padding: 0 20px;
}

#swiper-info-pages-next {
padding: 0 20px;
}

#swiper-info-pages-page {
letter-spacing: 4px;
}

#swiper-progressbar {
width: 100%;
height: 4px;
background-color: #fff;
}

#swiper-progressbar-value {
height: 2px;
width: 0%;
background-color: #000;
}

#swiper-info-text {
width: 100%;
padding: 10px 0;
line-height: 2em;
font-size: 1em;
background-color: #fff;
cursor: pointer;
}

.swiper-info-text-title {
font-size: 1em;
}

.swiper-info-text-purchase {
font-size: 1em;
font-weight: bold;
}

.swiper-slide {
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
overflow: hidden;
}

#swiper-slide-magazines {
background-image: url(../img/shop-collector/magazines.jpg);
}

#swiper-slide-window-case {
background-image: url(../img/shop-collector/window-case.jpg);
}

#swiper-slide-covers-cult {
background-image: url(../img/shop-collector/covers-cult.jpg);
}

@media only screen and (max-width: 4000px){
	#content-wrapper {
	width: 1800px;
	height: 1068px;
	}
}

@media only screen and (max-width: 1920px){
	#content-wrapper {
	width: 1400px;
	height: 831px;
	}
}

@media only screen and (max-width: 1366px){
	#content-wrapper {
	width: 1024px;
	height: 608px;
	}
}

@media only screen and (max-width: 1280px){
	#content-wrapper {
	width: 800px;
	height: 477px;
	}
}

@media only screen and (max-width: 1024px){
	#content-wrapper {
	width: 650px;
	height: 388px;
	}
	#swiper-info {
	bottom: 110px;
	width: 210px;
	}
	#swiper-info-text {
	padding: 4px 0;
	line-height: 2em;
	}
}

@media only screen and (max-width: 800px){
	#content-wrapper {
	width: 550px;
	height: 328px;
	}
	#swiper-info {
	bottom: 110px;
	width: 210px;
	}
	#swiper-info-text {
	padding: 4px 0;
	line-height: 2em;
	}
}

@media only screen and (max-width: 640px){
	#content-wrapper {
	width: 500px;
	height: 298px;
	}
	#swiper-info {
	bottom: 100px;
	width: 200px;
	}
	#swiper-info-text {
	padding: 2px 0;
	line-height: 1.8em;
	}
}

@media only screen and (max-width: 568px){
	body { font-size: 0.5em; }
	#content-wrapper {
	width: 450px;
	height: 268px;
	}
	#swiper-info {
	bottom: 70px;
	width: 150px;
	}
	#swiper-info-text {
	padding: 2px 0;
	line-height: 1.8em;
	}
}

@media only screen and (max-width: 480px){
	body { font-size: 0.45em; }
	#content-wrapper {
	width: 340px;
	height: 203px;
	}
	#swiper-info {
	bottom: 58px;
	width: 150px;
	}
	#swiper-info-text {
	padding: 2px 0;
	line-height: 1.8em;
	}
}