@charset "utf-8";

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

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

@font-face {
    font-family: 'ralewaylight';
    src: url('font/Raleway-Light-webfont.eot');
    src: url('font/Raleway-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/Raleway-Light-webfont.woff2') format('woff2'),
         url('font/Raleway-Light-webfont.woff') format('woff'),
         url('font/Raleway-Light-webfont.ttf') format('truetype'),
         url('font/Raleway-Light-webfont.svg#ralewaylight') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body{
    height:100%;
	min-height:100%;

	
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color:#314149;
	/*background: #f0f0f0;*/
	background-color:#ffffff;
}

body.home{
	background-color:#f5f5f4;
}

.home .slick-slider{
	position: absolute;
	display: block;
	width: 100%;
	top: 50%;
	left: 50%;
	margin-left: -50%;
	margin-top: -200px;
}

.home .container{
	max-width: 100%;
	padding:0px 0px 0px 0px;
}

.page-gallery .container{
	max-width: 100%;
	padding:0px 0px 0px 0px;
}

.page-gallery .slick-slider{
	position: absolute;
	display: block;
	width: 100%;
	/*max-height:400px;
	top: 100px;*/
	left: 50%;
	margin-left: -50%;
	padding-top:100px;
	/*margin-top: -200px;*/
}

.page-gallery .slick-slider{
	background-image:url(../images/commons/home-wall.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:cover;
}

.detail-overlay{
	pointer-events:none;
}
/*
.home-floor{
	position:fixed;
	left:0px;
	bottom:0px;
	width:100%;
	height:40%;
	background-image:url(../images/commons/home-floor.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	background-size:cover;
}

.home-wall{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-image:url(../images/commons/home-wall.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	background-size:inherit;
}
*/
.home-bg{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-image:url(../images/commons/bg_home_mobile.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	background-size:cover;
}

.gallery-bg{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-image:url(../images/commons/home-floor.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:cover;
}


strong{
	font-weight:bold;
}

p{
	font-size:13px;
	line-height:20px;
}

h1 span {
	text-transform:uppercase;
	font-size: 36px;
	margin: 0 2px;
	line-height:36px;
}

h2 span {
	font-family:'code_boldregular';
	text-transform:uppercase;
	font-size: 36px;
	/*margin: 0 2px;*/
}

.page-gallery h2 span, .page-gallery h2 a  {
	font-size: 26px;
}



h3{
	font-size:18px;
	color:#333333;
	text-transform:uppercase;
	font-weight:bold;
}

h4{
	font-size:18px;
	color:#333333;
	text-transform:uppercase;
}

h5{
	text-align:right;
	font-size:20px;
	color:#a18c72;
	text-transform:uppercase;
	font-weight:bold;
}

h6{
	font-size:20px;
	color:#a18c72;
	text-transform:uppercase;
	font-weight:bold;
}

/************************************************/
/*                   PRELOAD                    */
/************************************************/
.preload
{
	position:absolute;
	left:0px;
	top: 0px;
	width:100%;
	height:100%;
	
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	text-align:right;
	color:#333;
	background: #f0f0f0;
}

.preload-contents{
	position:absolute;
	width:700px;
	height:400px;
	
	top:40%;
	margin-top:-200px; /* --------> 600/2 */
	
	left:50%;
	margin-left:-350px; /* -------> 1140/2 */
}

.preload-logo{
	position:relative;
	width:210px;
	height:160px;
	margin:20px auto 0px auto;
	
	background-image:url(../images/commons/preload-logo.png);
	background-position:left top;
	background-repeat:no-repeat;
}

.statement{
	font-style:italic;
	font-size:22px;
	line-height:30px;
}

.note{
	font-style:italic;
	font-size:18px;
	line-height:30px;
}


.panel.fade, .fade {
  transition: all 300ms linear 700ms;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  opacity: 1;
}

.panel.fade.out, .fade.out {
  opacity: 0;
}

.hide {
  transition: all 300ms linear 700ms;
  opacity: 0;
}

/************************************************/
/*                    LAYOUT                    */
/************************************************/
#contents{
	z-index:1;
	position:absolute;
	width:100%;
	min-width:960px;
	height:100%;
	min-height:700px;
	overflow:hidden;
}

#internal-contents{
	z-index:1;
	position:absolute;
	width:100%;
	min-width:960px;
	height:100%;
	min-height:700px;
}

#footer {
	z-index:1000;
    position: fixed;
    bottom: 0;
    width: 100%;
	height:40px;
	line-height:40px;
	background-color:#fff;
	border-top:2px solid #ccc;
}


/************************************************/
/*                     HOME                     */
/************************************************/
#room{
	position:absolute;
	border:1px solid #ccc;
	width:2280px;
	height:1200px;
	
	background-color:#eeeeed;
	
	top:50%;
	margin-top:-600px; /* --------> 600/2 */
	
	left:50%;
	margin-left:-1140px; /* -------> 1140/2 */
	
	overflow:hidden;
	
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 850px;
	-moz-perspective: 850px;
	perspective: 850px;
	-webkit-perspective-origin: 50% 45%;
	perspective-origin: 50% 45%;
	
	-ms-transform: scale(0.9,0.9); /* IE 9 */
    -webkit-transform: scale(0.9,0.9); /* Chrome, Safari, Opera */
    transform: scale(0.9,0.9);
}

.logo{
	position:absolute;
	width:200px;
	height:140px;
	top:15px;
	left:50%;
	margin-left:-100px;
}

.right-logo{
	position:absolute;
	width:200px;
	height:140px;
	top:0px;
	right:200px;
}

.graphic-navigation{
	position:absolute;
	width:180px;
	height:100px;
	
	left:50%;
	margin-left:-90px;
	bottom:40px;
	
	background-image:url(../images/home/navigation-background.png);
	background-position:left top;
	background-repeat:no-repeat;
}
	

.arrow-next{
	position:relative;
	width:79px;
	height:50px;
	margin-left:53px;
	
	background-image:url(../images/home/arrow-next.png);
	background-position:left top;
	background-repeat:no-repeat;
}

.arrow-back{
	position:relative;
	width:79px;
	height:50px;
	margin-left:53px;
	
	background-image:url(../images/home/arrow-back.png);
	background-position:left top;
	background-repeat:no-repeat;
	
}

.back-panel{
	position: absolute;
	left:0px;
	top:-131px;
	width:2280px;
	height:1200px;
	
	background-image:url(../images/home/new-door.png);
	background-repeat:no-repeat;
	background-position:left top;

	-webkit-transform: translateZ(-2500px) translateX(0px) translateY(0px);
	transform: translateZ(-2500px) translateX(0px) translateY(0px);
}

.home-title-text{
	position: absolute;
	width:287px;
	height:400px;
	left:1450px;
	top:440px;
	
	background-image:url(../images/home/enter-text.png);
	background-repeat:no-repeat;
	background-position:left top;

	-webkit-transform: translateZ(-2490px) translateX(0px) translateY(0px);
	transform: translateZ(-2490px) translateX(0px) translateY(0px);
}

/* ----- pavimento ----- */
.bottom-panel{
	/*position:absolute;
	width:2280px;
	height:2200px;
	left:0px;
	top:-100px;
	
	background-image:url(../images/home/floor.jpg);
	background-repeat: repeat;
	background-origin:border-box;
	
	-webkit-transform: rotateX(  90deg );
	transform: rotateX(  90deg );
	*/
}

.bottom-panel-right{
	position:absolute;
	width:4000px;
	height:2200px;
	left:2280px;
	top:-100px;
	
	background-image:url(../images/home/floor.jpg);
	background-repeat: repeat;
	background-origin:border-box;
	
	-webkit-transform: rotateX(  90deg );
	transform: rotateX(  90deg );
}

.bottom-panel-left{
	position:absolute;
	width:4000px;
	height:2200px;
	left:-4000px;
	top:-100px;
	
	background-image:url(../images/home/floor.jpg);
	background-repeat: repeat;
	background-origin:border-box;
	
	-webkit-transform: rotateX(  90deg );
	transform: rotateX(  90deg );
}

/* ----- pannelli home ----- */
.panels{
	position:relative;
	/*width:260px;
	height:462px;*/
	display:block;
	/*margin:100px auto 0px auto;*/
	margin:0px auto 0px auto;
	width:240px;
	height:420px;
	
	background-image:url(../images/home/bg_panels.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	background-size:contain;
	
}

.left-shadow{
	position:absolute;
	width:50px;
	height:50px;
	left: 236px;
	top: 369px;
	
	background-image:url(../images/home/left-shadow.png);
	background-position:left top;
	background-repeat:no-repeat;
}

.right-shadow{
	position:absolute;
	width:50px;
	height:50px;
	left:-50px;
	top: 369px;
	
	background-image:url(../images/home/right-shadow.png);
	background-position:left top;
	background-repeat:no-repeat;
}
/*
.panel-1 {
	position: absolute;
	-webkit-transform: translateZ(-1800px) translateX(420px) translateY(200px) rotateY(0deg);
	transform: translateZ(-1800px) translateX(420px) translateY(200px) rotateY(0deg);
}
.panel-2 {

	position: absolute;
	-webkit-transform: translateZ(-1400px) translateX(420px) translateY(200px) rotateY(0deg);
	transform: translateZ(-1400px) translateX(420px) translateY(200px) rotateY(0deg);
}
.panel-3 {

	position: absolute;
	-webkit-transform: translateZ(-1000px) translateX(420px) translateY(200px) rotateY(0deg);
	transform: translateZ(-1000px) translateX(420px) translateY(200px) rotateY(0deg);
}
.panel-4 {

	position: absolute;
	-webkit-transform: translateZ(-600px) translateX(420px) translateY(200px) rotateY(0deg);
	transform: translateZ(-600px) translateX(420px) translateY(200px) rotateY(0deg);
}

.panel-5 {

	position: absolute;
	-webkit-transform: translateZ(-200px) translateX(420px) translateY(200px) rotateY(0deg);
	transform: translateZ(-200px) translateX(420px) translateY(200px) rotateY(0deg);
}


.panel-6 {
	position: absolute;
	-webkit-transform: translateZ(-1800px) translateX(1400px) translateY(200px) rotateY(0deg);
	transform: translateZ(-1800px) translateX(1400px) translateY(200px) rotateY(0deg);
}
.panel-7 {

	position: absolute;
	-webkit-transform: translateZ(-1400px) translateX(1400px) translateY(200px) rotateY(0deg);
	transform: translateZ(-1400px) translateX(1400px) translateY(200px) rotateY(0deg);
}
.panel-8 {

	position: absolute;
	-webkit-transform: translateZ(-1000px) translateX(1400px) translateY(200px) rotateY(0deg);
	transform: translateZ(-1000px) translateX(1400px) translateY(200px) rotateY(0deg);
}
.panel-9 {

	position: absolute;
	-webkit-transform: translateZ(-600px) translateX(1400px) translateY(200px) rotateY(0deg);
	transform: translateZ(-600px) translateX(1400px) translateY(200px) rotateY(0deg);
}

.panel-10 {

	position: absolute;
	-webkit-transform: translateZ(-200px) translateX(1400px) translateY(200px) rotateY(0deg);
	transform: translateZ(-200px) translateX(1400px) translateY(200px) rotateY(0deg);
}
*/

/* ----- pannelli home azioni ----- */
.panel-thumb{
	/*width:448px;
	height:400px;*/
	overflow:hidden;
	margin-left:2px;
	margin-top:0px;
	padding-top: 2px;
	width:232px;
}
/*
@media (max-width: 399px) {
	.panels {
		width: 90%;
		margin-left:5%;
	}
}

@media (min-width: 400px) {
	.panels {
		width: 70%;
		margin-left:15%;
	}
}

@media (min-width: 550px) {
	.panels {
		width: 40%;
		margin-left:30%;
  	}
}
*/
.panel-title{
	font-size:20px;
	font-weight:600;
	padding:10px 15px 0px 15px ;
	text-transform:uppercase;
}

.panel-title h3{
	font-family:'code_boldregular';
	font-size:20px;
	color:#333333;
	text-transform:uppercase;
	/*line-height:0px;*/
}

.door-link{
	position:relative;
	width:500px;
	height:730px;
	margin:400px auto 0px auto;
	display:block;
}

.title-link{
	position:relative;
	width:100%;
	height:100%;
	display:block;
}

.panel-description{
	font-size:12px;
	padding:0px 15px 0px 15px;
	margin-top:-20px;
	/*line-height:30px;*/
}

.author{
	text-align:right;
	font-style:italic;
	font-size:80%;
	margin-bottom:10px;
}


/************************************************/
/*                  NAVIGATION                  */
/************************************************/
.panel {
	position: fixed;
	left: -20.625em; /*left or right and the width of your navigation panel*/
	width: 20.625em; /*should match the above value*/
	background-color:#FFF;
	padding-top:20px;
}

.panel ul{
	overflow:scroll;
	-webkit-overflow-scrolling: touch;
}

.panel ul li{
	position:relative;
	width:14.625em;
	margin:0px auto 0px auto;
	line-height:40px;
	font-size:14px;
	text-transform:uppercase;
	border-bottom:1px solid #e0e0e0;
}

.border-bottom{
	position:absolute;
	left:0px;
	bottom:-2px;
	width:100%;
	height:5px;
	background-color:#5a676d;
	opacity:0;
}

.panel .selected .border-bottom{
	opacity:1;
}

.wrap { 
    position: relative;
	height:100%;
	min-height:100%; 
}

.menu-link{
	display:block;
	z-index:10;
	width:40px !important;
	height:40px !important;
	background-image:url(../images/commons/open-menu-button.png);
	background-position:left top;
	background-repeat:no-repeat;
}

.menu-button{
	position:absolute;
	z-index:10;
	right:-55px;
	top:15px;
}

.shadow{
	position:absolute;
	z-index:5;
	width:31px;
	height:775px;
	right:-30px;
	top:0px;
	
	background-image:url(../images/home/nav-shadow.png);
	background-repeat:no-repeat;
	background-position:left top;
	
	display: none;
}

/************************************************/
/*                    FOOTER                    */
/************************************************/
#footer ul li{
	display:inline;
	margin-left:10px;
}

.footer-navigation{
	position:relative;
	float:left;
	margin-left:20px;
}

.footer-link{
	position:relative;
	float:right;
	margin-right:20px;
}


/************************************************/
/*                 COLLECTIONS                  */
/************************************************/

.content {
    position: absolute;
    /*bottom: 60px;*/
    left: 0px;
    z-index: 2000;
    padding: 15px;
	padding-left:40px;
    line-height: 1.5em;
    width: 100%;
	/*height:240px;*/
	border:0px solid #CCC;
}

.right-logo-collection{
	position:absolute;
	z-index: 2100;
	width:200px;
	height:140px;
	top:0px;
	right:200px;
}

.content p{
	font-size:16px;
	line-height:24px;
	padding-top:15px;
}

.map-link{
	position:absolute;
	right:0px;
	background-color:#FF0000;
	text-align:right;
}

.white-bg{
	background-color: rgba(255,255,255,0.8);
	padding: 0px 20px 0px 20px;
}

.collection-intro-text{
/*	width: 520px;
padding-top: 20px;
padding-bottom: 20px;
position: fixed;
bottom: 40px;
left: 0px;*/
	width: 260px;
	height:100%;
	padding-top: 20px;
	padding-bottom: 20px;
	position: fixed;
	top: 0px;
	/*left: 0px;*/
	margin-left:-40px;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
}

.intro-content {
	position: absolute;
	width: 90%;
	bottom: 70px;
}

.collection-intro-text h1{
	font-family:'code_boldregular';
	color:#000000;	
}

.intro-content p {
text-align: justify;
font-size: 15px;
padding: 10px 20px 0 0;
}

.collection-intro-text a{
	font-family:'code_boldregular';
	color:#a08c72;	
	font-size:20px;
}

.collection-intro-text .note{
	font-size:13px;
	font-style:italic;
	color:#a08c72;	
}

.txt-beige{
	color:#a08c72;
}

.page-gallery figure img {
  display: block;
  /*float: left;*/
  margin: 0 auto;
  border: 1px solid #e5e5e5;
  box-shadow: 1px 1px 7px 3px rgba(0,0,0,0.15);
  margin-bottom:25px;
}

.page-gallery figcaption h2{
	letter-spacing:0;
}

.page-gallery figcaption{
	margin-bottom:30px;
}

figcaption p.info{
	font-style:italic;
}

figcaption p.info span{
	font-style:normal;
}

figcaption.paint-detail h2{
	display:none;
}

.first img.u-full-width{
	border: 1px solid #e5e5e5;
	box-shadow: 1px 1px 7px 3px rgba(0,0,0,0.15);
}

.navigation-gallery{
	/*background-color:#cccccc;*/
}

.thumb-button-container{
	position:absolute;
	width:85%;
	left:50px;
	top:-100px;
	padding-top:100px;
	height:150px;
	/*background-color:#FF0000;
	border:1px solid #000;*/
	overflow:hidden;
	display:inline;
}

.thumb_button{
	position:relative;
	display:inline-block;
	width:20px;
	height:20px;
	margin-left:10px;
	background-image:url(../images/commons/dot-white.png);
	background-position:left top;
	background-repeat:no-repeat;
}

.over{
	background-image:url(../images/commons/dot-black.png);
	background-position:left top;
	background-repeat:no-repeat;
}

.thumbs-gallery li{
	display:inline;
}

.thumb{
	position:absolute;
	width:66px;
	height:66px;
	top:-100px;
	left:-23px;
	background-color:#314149;
	display:none;
	overflow:hidden;
	box-shadow: 0px 0px 7px 7px rgba(0,0,0,0.15);
	pointer-events: none;
}

.thumb-arrow{
	position:absolute;
	width:66px;
	height:15px !important;
	top:-80px;
	left:-23px;
	display:none;
	pointer-events: none;
}

.thumb-title{
	font-family:'code_boldregular';
	margin-left:0px;
	border:0px solid #000;
	width:170px;
	text-align:right;
	text-transform:uppercase;
	font-size: 22px;
	margin-top:-3px;
}

.double-row{
	margin-top:-12px;
}

.collections-thumb{
	background-image:url(../images/licensing/common/thumb_shadow.png);
	background-position:2px 7px;
	background-repeat:no-repeat;
	background-size: contain;
	display: block;
	padding-bottom: 15px;
}

.collections-description{
	margin-top:-10px;
}

.collections-link{
	display:block;
	color:#a08c72;
	margin-top:5px;
	font-weight:600;
}

/*.shadow-box-coll{
	position:absolute;
	z-index:5;
	width:31px;
	height:auto;
	right:-31px;
	top:0px;
	
	background-image:url(../images/collections/nav-shadow.png);
	background-repeat:no-repeat;
	background-position:left top;
}*/

/************************************************/
/*                    MAPPA                     */
/************************************************/
#map-gallery {
	
	position: fixed;
	z-index:10000;
	width: 100%;
	height: 100%;
	padding: 40px;
	box-sizing:border-box;
	/*left: 50%;
	margin-left: -50%;*/
	
	left:0px;
	top:0px;
	
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWJlYmVjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #ebebec 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(100%,#ebebec)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#ebebec 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #ffffff 0%,#ebebec 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #ffffff 0%,#ebebec 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #ffffff 0%,#ebebec 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebec',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
	
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	
}

#map-gallery.open {
	position: fixed;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);	
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}

.container-map{
	border:0px solid #000;
	margin:0px auto 0px auto;
	
	position:absolute;
	width:980px;
	height:600px;
	
	top:40%;
	margin-top:-240px; /* --------> 576/2 */
	
	left:50%;
	margin-left:-490px; /* -------> 720/2 */
}

.room_home, .room_1, .room_2, .room_3, .room_4, .room_5
, .room_6, .room_7, .room_8, .room_9, .room_10{
	background-color:#ccbb8e;
	box-shadow: 0 0 0px -1px rgba(0,0,0,0);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
	cursor:pointer;
}

.room_home:hover, .room_1:hover, .room_2:hover, .room_3:hover, .room_4:hover, .room_5:hover
, .room_6:hover, .room_7:hover, .room_8:hover, .room_9:hover, .room_10:hover {
	color: #555;
	box-shadow: 0 0 8px -1px rgba(0,0,0,0.3);
}

.container-map .tooltip-text
{
	display:none;
}

.margin_10
{
	margin-top:10px;
}

#tooltip-box {
  position: absolute;
  width: 200px; height: 200px;
  top: 50%; left: 50%;
  margin: -100px 0px 0px 30px;
  background: #FFFFFF;
  box-shadow: 0 0 8px -1px rgba(0,0,0,0.3);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
}

#tooltip-contents{
	position:absolute;
	width:100%;
	height:auto;
	margin:auto 0px auto 0px;
	padding:15px 15px 15px 15px;
	background-color:#fff;
	z-index:2;
}

#arrow{
	position:absolute;
	width:20px;
	height:20px;
	left:-10px;
	top:90px;
	background-color:#fff;
	z-index:1;
	box-shadow: 0 0 8px -1px rgba(0,0,0,0.3);
	
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.room_home{
	position:absolute;
	width:140px;
	height:115px;
	left:105px;
	top:130px;
	line-height:115px;
	text-align:center;
	
	background-image:url(../images/map/bg_mappa_home.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

.room_1{
	position:absolute;
	width:210px;
	height:115px;
	left:255px;
	top:130px;
	
	background-image:url(../images/map/bg_mappa_joyce.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

.room_1 .name{
	position:absolute;
	width:auto;
	height:25px;
	top:-25px;
}

.room_2{
	position:absolute;
	width:80px;
	height:180px;
	left:475px;
	top:65px;
	
	background-image:url(../images/map/bg_mappa_co-brands.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

.room_2 .name{
	position:absolute;
	width:120px;
	height:25px;
	top:-25px;
}

.room_3{
	position:absolute;
	width:100px;
	height:145px;
	left:565px;
	top:100px;
	
	background-image:url(../images/map/bg_mappa_heartland.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

.room_3 .name{
	position:absolute;
	width:auto;
	height:25px;
	top:-25px;
}

.room_4{
	position:absolute;
	width:270px;
	height:80px;
	left:105px;
	top:255px;
	
	background-image:url(../images/map/bg_mappa_americana.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

.room_4 .name{
	position:absolute;
	width:auto;
	height:25px;
	top:87px;
}

.room_5{
	position:absolute;
	width:85px;
	height:150px;
	left:290px;
	top:345px;
	
	background-image:url(../images/map/bg_mappa_baseball.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

.room_5 .name{
	position:absolute;
	width:auto;
	height:25px;
	top:132px;
	left:-95px;
}

.room_6{
	position:absolute;
	width:80px;
	height:240px;
	left:385px;
	top:255px;
	
	background-image:url(../images/map/bg_mappa_nostalgia.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

.room_6 .name{
	position:absolute;
	width:auto;
	height:25px;
	top:247px;
	right:0px;
}

.room_7{
	position:absolute;
	width:80px;
	height:315px;
	left:475px;
	top:255px;
	
	background-image:url(../images/map/bg_mappa_children.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

.room_7 .name{
	position:absolute;
	width:80;
	height:25px;
	top:322px;
}

.room_8{
	position:absolute;
	width:180px;
	height:80px;
	left:565px;
	top:255px;
	
	background-image:url(../images/map/bg_mappa_inspirational.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

.room_8 .name{
	position:absolute;
	width:auto;
	height:25px;
	left:185px;
}

.room_9{
	position:absolute;
	width:180px;
	height:80px;
	left:565px;
	top:345px;
	
	background-image:url(../images/map/bg_mappa_pemberton.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

.room_9 .name{
	position:absolute;
	width:auto;
	height:25px;
	left:185px;
}

.room_10{
	position:absolute;
	width:100px;
	height:135px;
	left:565px;
	top:435px;
	
	background-image:url(../images/map/bg_mappa_holiday.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

.room_10 .name{
	position:absolute;
	width:auto;
	height:25px;
	left:105px;
}

#map-button{
	position:fixed;
	width: 120px;
	height: 60px;
	line-height: 60px;
	/*bottom: 7%;*/
	bottom: 70px;
	right:0px;
	margin-left:0px;
	border:0px solid #000;
	text-align:right;
	text-transform:uppercase;
	font-family: 'ralewaylight';
	text-align:center;
	text-transform: uppercase;
	font-size: 22px;
	color:#000;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
}

span.collection-title {
	font-family: ralewaylight;
	font-size: 26px;
	color:#000000;
}

#map-button.map-button-gallery{
	position:absolute;
	width: 120px;
	height: 60px;
	line-height: 60px;
	/*bottom: 7%;*/
	bottom: 70px;
	right:0px;
	margin-left:0px;
	border:0px solid #000;
	text-align:right;
	text-transform:uppercase;
	font-family: 'ralewaylight';
	text-align:center;
	text-transform: uppercase;
	font-size: 22px;
	color:#000;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
}

.close-map{
	position:absolute;
	top: 20px;
	right:20px;
	
	background-image:url(../images/commons/close-detail-button.png);
	background-repeat:no-repeat;
	background-position:left top;
	
	width: 40px;
	height: 40px;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
	line-height: 16px;
	font-size: 14px;
	box-shadow: 0 0 0px -1px rgba(0,0,0,0);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
}

.close-map:hover {
	color: #555;
	box-shadow: 0 0 8px -1px rgba(0,0,0,0.3);
}

/************************************************/
/*                PAGINE INTERNE                */
/************************************************/
.header{
	position:fixed;
	width:100%;
	height:72px;
	z-index:900;
	background-color:#d0b393;
	box-shadow: 0px 0px 6px 6px rgba(0,0,0,0.20);
}

.header-content{
	position:relative;
	width:100%;
	min-height:80px;
	margin:0px auto 0px auto;
	padding-top:80px;
}

.centered-contents
{
	width:1170px;
	margin:0px auto 0px auto;
}

.right-logo-licensing{
	position:absolute;
	z-index: 2100;
	width:120px;
	height:67px;
	top:3px;
	right:0px;
}

.left-content{
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	
	position:relative;
	width:880px;
	float:left;
	margin-left:0px;
	padding:20px;
	z-index:2;
	
	box-shadow: 5px 0px 10px 0px rgba(0,0,0,0.10);
}

.right-content{
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	
	/*position:relative;
	width:290px;
	margin-left:880px;
	padding-left:20px;
	padding-top:20px;*/
	background-color:#f8f8f8;
	z-index:1;
	line-height:20px;
}

.right-content h5{
	font-family:'code_boldregular';
	margin-bottom:15px;
}

.right-content p,{
	margin-right:20px;
}

.right-content ul{
	list-style:url(../images/commons/arrow-list.png);
	margin-left:20px;
	margin-right:20px;
}

.right-content li{
	padding:7px 0;
	font-size:13px;
}

.right-content p.row{
	padding:0px 0px 0px 35px;
	margin-right:20px;
	border-bottom:2px solid #e7e7e7;
}

.right-content p{
	margin-bottom:5px;
}

.no-padding, .right-content p.no-padding{
	padding:0px 0px 0px 0px;
}

.right-content div.row{
	padding:15px 0px 15px 0px;
	margin-right:0px;
	border-bottom:2px solid #e7e7e7;
}

.right-content .contact-icon{
	float:left;
	margin-right:10px;
	margin-left:-40px;
}

.right-content .news-thumb{
	float:left;
	margin-right:10px;
	/*margin-left:-30px;*/
}

.right-content .news-title{
	font-family:'code_boldregular';
	display:inline-block;
	font-size:16px;
	color:#a18c72;
}

.right-content .news-description{
	/*width:170px;
	display:inline-block;*/
	font-size:12px;
}

.header-title{
	font-family:'code_lightregular';
	letter-spacing: 2px;
	text-transform:uppercase;
	font-size:20px;
	margin-left:20px;
	margin-top:15px;
	display:inline-block;
}

.header-title span{
	font-size:30px;
	font-weight:bold;
	line-height:20px;
}

.breadcrumb{
	float: right;
	margin-top: 35px;
	color: #90876f;
	text-transform: uppercase;
	font-size: 10px;
}

.breadcrumb a{
	font-weight: bold;
}

.cover{
	position:absolute;
	width:880px;
	height:400px;
	left:0px;
	top:0px;
}

.cover-shadow{
	position:absolute;
	width:450px;
	height:370px;
	right:-20px;
	top:-28px;
	background-image:url(../images/licensing/common/header_shadow.png);
	background-position: left top;
	background-repeat:no-repeat;
}

/* Pagine singole */
#single-page-container{margin-top:400px;}
.single-page-container .panel-container { background: #f5f5f5; }

/* -------------------- LICENSING TAB NAVIGATION -------------------- */
.etabs { margin: 0; padding: 0; }
.tab {
	/*-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	display: inline-block;
	zoom:1;
	*display:inline;*/
	background: #d0b393;
	margin-bottom:10px;
	min-height:86px;
	/*width:200px;
	min-height:86px;
	line-height:0;
	font-size: 0;
	margin-right: 10px;*/
}
/* Larger than mobile */
@media (max-width: 400px) {
	.tab {min-height:60px; max-height:60px;}
	.caption{display:none;}
}

/* Larger than phablet (also point when grid becomes active) */
@media (max-width: 550px) {
	.tab {min-height:60px; max-height:60px;}
	.caption{display:none;}
}

.tab:last-child{
	margin-right: -10px;
}

.tab a {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	padding:18px;
	font-family:'code_lightregular';
	letter-spacing: 1px;
	font-weight:bold;
	/*font-size: 20px;*/
	font-size: 17px;
	text-transform:uppercase;
	line-height: 25px;
	display: block;
	color:#fff;
	vertical-align:baseline;
	height:100%;
	vertical-align:text-bottom;
	
	overflow: hidden;
	text-overflow: ellipsis;
	/*
	transition-property: background-color;
	transition-duration: 0.5s;
	*/
}

.tab a:hover { /*background:#a94933;*/ }
.tab.active { background: #f5f5f5; position: relative; }
.tab a.active {  color:#333333;}
.tab-container .panel-container { background: #f5f5f5; }
.panel-container { margin-bottom: 10px; padding: 30px 20px 30px 20px;}
#tab-container, #tab-full-container{}

span.dropcap {
	background: #A18C71;
	font-size: 30px;
	margin-right: 9px;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	float: left;
	display: inline-block;
	color: #fff;
	margin-top: 4px;
}

/* -------------------- LICENSING GALLERY -------------------- */
ul.licensing-gallery{
	margin-bottom:30px;
}

li.licensing-thumb{
	/*-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	position:relative;
	display:inline-block;
	width:240px;
	height:280px;
	margin:0px 35px 0px 0px;*/
	background-image:url(../images/licensing/common/thumb_shadow.png);
	background-position:2px 7px;
	background-repeat:no-repeat;
	background-size: contain;
}

li.licensing-thumb:last-child{
	/*margin:0px 0px 0px 0px;*/
}

/*
li.licensing-thumb > div{
	background-color:#ccc;
}
*/
.licensing-gallery-title{
	/*position:absolute;
	width:240px;
	height:30px;*/
	left:0px;
	bottom:0px;
	display:block;
	line-height:30px;
	
	font-family:'code_lightregular';
	font-weight:bold;
	font-size:16px;
	color:#333333;
	text-transform:uppercase;
}

li.licensing-thumb.brand-thumb{
	/*position:absolute;
	left:0px;
	top:0px;*/
}

.hide-thumb{
	display:none;
}

/* ------------------------ LICENSING LIGHTBOX -------------------------- */
#imagelightbox
{
    position: fixed;
    z-index: 9999;
 
    -ms-touch-action: none;
    touch-action: none;
	
	border: 1px solid #e5e5e5;
	box-shadow: 3px 3px 7px 3px rgba(0,0,0,0.20);
	
	pointer-events:none;
}

#imagelightbox-overlay {
	background-color: rgba(240, 240, 240, .98);
	position: fixed;
	z-index: 9998;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#imagelightbox-close {
	width: 40px;
	height: 40px;
	text-align: left;
	position: fixed;
	z-index: 10002;
	border:none;
	
	cursor:pointer;
	top: 20px;
	right: 20px;
	background-image: url(../images/commons/close-detail-button.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 40px;
	height: 40px;
	box-shadow: 0 0 0px -1px rgba(0,0,0,0);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
}

#imagelightbox-close:hover {
	color: #555;
	box-shadow: 0 0 8px -1px rgba(0,0,0,0.3);
}

.imagelightbox-arrow {
	width: 62px;
	height: 62px;
	vertical-align: middle;
	display: none;
	position: fixed;
	z-index: 10001;
	top: 50%;
	margin-top: -31px;
	border:none;
	cursor:pointer;
}


.imagelightbox-arrow-left {
	left: 0px;
	background:url(../images/commons/left-arrow-detail.png) 0px 0px no-repeat;
}

.imagelightbox-arrow-right {
	right: 0px;
	background:url(../images/commons/right-arrow-detail.png) 0px 0px no-repeat;
}

#imagelightbox-caption{
	position: fixed;
	z-index: 10010;
	display:block;
}

/* ------------------------ LICENSING IMAGES -------------------------- */
.caption {
	position: absolute;
	width: 30%;
	text-align: center;
	font-size:80%;
	margin-top:10px;
	text-transform:uppercase;
}

._width-30p{
	display: inline-block;
	width: 30%;
	vertical-align: top;
}

._width-35p{
	display: inline-block;
	width: 35%;
	vertical-align: top;
}

._width-45p{
	display: inline-block;
	width: 45%;
	vertical-align: top;
}

._width-40p{
	display: inline-block;
	width: 40%;
	vertical-align: top;
}

._width-50p{
	display: inline-block;
	width: 50%;
	vertical-align: top;
}


._width-55p{
	display: inline-block;
	width: 55%;
	vertical-align: top;
}

._width-60p{
	display: inline-block;
	width: 60%;
	vertical-align: top;
}

._width-65p{
	display: inline-block;
	width: 65%;
	/*vertical-align: top;*/
}

._width-70p{
	display: inline-block;
	width: 70%;
	vertical-align: top;
}

._width-75p{
	display: inline-block;
	width: 75%;
	/*vertical-align: top;*/
}
/*
._width-30p{
	display: inline-block;
	width: 30%;
	vertical-align: top;
}
*/
._display_inline{
	display: inline-block;
	vertical-align: top;
}


._width-20p{
	display: inline-block;
	width: 20%;
	vertical-align: top;
}

.margin-right-8{margin-right:8px;}
.margin-left-8{margin-left:8px;}
.margin-right-15{margin-right:15px;}
.margin-right-20{margin-right:20px;}
.margin-right-25{margin-right:25px;}
.margin-left-15{margin-left:15px;}

/* ------------------------ LICENSING SLIDER --------------------------- */
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background-color:#ffffff;
	border-radius: 0px;
}
.slick-prev {
	left: 0px;
	background-image: url(../images/commons/left-arrow-slider.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.slick-next {
	right: 0px;
	background-image: url(../images/commons/right-arrow-slider.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.slick-prev.slick-disabled, .slick-next.slick-disabled {
	display:none !important;
}

#slider {
  position: relative;
  overflow: hidden;
  margin: 0px 0px 0px 0px;
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    /*
	position: absolute;
    bottom: -45px;
	*/
    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 25px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;
	display:block;

    width: 20px;
    height: 20px;

    content: '';
    text-align: center;

    opacity: .25;
    color: black;
	background:#d0b393;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

#slider .slide p{
	display:block;
	margin:0px 10px 0px 0px;
}
/*
#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 840px;
  height: 340px;
  background: #a18c72;
}
*/
.slide{
	/*width: 600px;
	height: 240px;*/
	margin:10px auto 30px auto;
}

.slide p .quote-text{
	font-size:15px;
	color:#fff;
	line-height:25px;
	font-style:italic;
	margin-left:50px;
	display:inline-block;
	margin-top:-30px;
	/*background-color:#ccc;*/
}

.slide p .quote-grey-text{
	font-size:15px;
	color:#314149;
	line-height:25px;
	font-style:italic;
	margin-left:50px;
	display:inline-block;
	margin-top:-30px;
	/*background-color:#ccc;*/
}

.slide p .quote{
	font-size:16px;
	color:#fff;
	line-height:25px;
	font-style:italic;
	height:100%;
	display:inline-block;
}

a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #d0c6b9;
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  
}

a.control_next {
  right: 0;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}

/* news detail */
#news-detail-image {
	display: inline-block;
	width: 30%;
	float:left;
	margin-right:25px;
	margin-bottom:20px;
}

#news-detail-image img {
	width: 100%;
	border: 1px solid #e5e5e5;
	box-shadow: 3px 3px 7px 7px rgba(0,0,0,0.15);
}

.right-detail {
	display: block;
	vertical-align: top;
	margin-left: 0px;
	width: 100%;
}

#news-detail-title{
	font-family: 'code_boldregular';
	font-size: 20px;
	line-height: 25px;
	color: #333;
	margin-top: 0px;
	text-transform: uppercase;
}

#news-detail-subtitle{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 25px;
	color: #333;
	margin-top: 0px;
	font-style:italic;
	text-align: justify;
}

#news-detail-description{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 22px;
	margin-top: 30px;
	text-align: justify;
}

/* --------------- contact ---------------- */
.required {
	color: #F67E8F;
}

#formILC{
	margin:0px 0px 0px 0px;
	width: 100%;
}

#formILC label{
	display:block;
}

#formILC input, #formILC textarea, #formILC select{
	display:block;
	padding:5px 5px 5px 5px;
	margin-top:10px;
	width:100%;
	border:none;
	background-color:#eeeeee;
	font-family: inherit;
	font-size:13px;
}
input.error, textarea.error {
	border: 2px solid #F67E8F;
}

p.error{
	background-color: #F67E8F;
	border:1px solid #F00;
	color:#660D1E;
	font-size:105%;
	margin:10px auto;
	padding:1em 4em;
	width:25%;
}

p.validate{
	background-color: #b3dd92;
	border: 1px solid #a5cb86;
	color: #0D661E;
	font-size: 105%;
	margin: 10px auto;
	padding: 1em 4em;
	text-align: center;
	width: 102%;
	box-sizing: border-box;
}

#formILC input.submit-button{
	width:auto;
	max-width:auto;
	background-color:#a18c71;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:bold;
	padding:5px 10px 5px 10px;
	cursor:pointer;
}

.left-contact p.row {
	padding: 10px 0px 10px 35px;
	margin-right: 20px;
	border-bottom: 1px solid #e7e7e7;
}

.left-contact .contact-icon {
	float: left;
	margin-right: 10px;
	margin-left: -40px;
}

/* ---------------- SHOP ----------------- */
.opening {
	position:relative;
    width:100%;
	height:130px;
	box-sizing:border-box;
	background-color:#f5f5f5;
    display:block;
    padding: 20px 20px 20px 20px;
	margin-top:15px;
    border:1px solid #f5f5f5;
	cursor:pointer;
}

.opening h1{
	font-family:'code_boldregular';
	font-size:30px;
	color:#a18c72;
	margin-bottom:0px;
}

.opening .accordion-arrow{
	position:absolute;
	width:23px;
	height:13px;
	overflow:hidden;
	right:20px;
	top:23px;
	background-image:url(../images/commons/accordion-arrow.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
}

.active .accordion-arrow{
    background-position:0px -13px;
}


/*  
.opening:hover, .active {
    background-color:#f5f5f5
}
*/
.expanded {
    padding:15px;
    border:1px solid #f5f5f5;
	font-size:13px;
	line-height:20px;
}

.expanded p {
    padding-bottom:20px;
}

.expanded .expanded {
    padding:0;
    color:#fff;
}

.expanded .expanded p {
    padding:15px;
}


/* generic text class */
.grey-text{
	color:#314149;
}

.highlighted-text{
	color:#A18C71;
}

.right-text{
	text-align:right;
}

.grey-background{
	background-color:#f5f5f5;
	font-size:13px;
	line-height:20px;
}

.news-image{
	border:1px solid #cccccc;
}

a.news-link {
	color: #a18c72;
	text-decoration: underline;
}

.strong{
	font-weight:bold;
}

.italic{
	font-style:italic;
}

.date{
	font-size:20px;
	font-weight:bold;
	color:#a18c72;
}

.textsize-14px{font-size:14px;}
.textsize-15px{font-size:15px;}

.white-background{
	background-color:#fff;
}

.square{
	display:inline-block;
	width:16px;
	height:16px;
	background-color:#a18c72;
}

.inactive{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	opacity:0.4;
}

.image-shadow {
	background-image: url(../images/commons/image-shadow.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% 40px;
	padding-bottom: 8px;
}

.interview-title {
	margin-top: 50px;
	text-align: right;
	line-height: 40px;
	font-size: 28px;
	font-weight: normal;
	font-style: italic;
	padding-right: 20px;
}

/* ------------ cookies -------------- */
.popupContainer {
  /*background-color: #3d3d3d;*/
  background-color: rgba(51, 51, 51, 0.8);
  top: 0;
  left: 0;
  margin: 0 auto;
  position: fixed;
  right: 0;
  z-index: 999999;
  visibility: hidden;
  width: 100%;
  max-width: 100%;
}
.cookies-popup {
  box-sizing: border-box;
  color: #ffffff;
  font-family: "GillSans",arial,sans-serif;
  font-size: 14px;
  letter-spacing: 0.2pt;
  margin: 0 auto;
  max-width: 990px;
  padding: 25px 50px 25px 15px;
  position: relative;
  width: 100%;
  bottom: 0px;
  background: none;
}
.cookies-popup p {
  padding-bottom: 10px;
}
.no-rgba .cookies-popup {
    background: url('../images/bg-ie-light.png') repeat;
}
.cookies-popup a {
  color: #fff;
}
.cookies-popup .close-popup {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.cookies-popup .buttons-popup-container {
  margin: 15px 0 5px;
  text-align: center;
  overflow: hidden;
  display: none;
}
.cookies-popup .popup-button {
  background-color: #fff;
  padding: 3px 35px;
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  float: right;
}
.cookies-popup .popup-button:first-child {
  float: left;
}
.cookies-table-container {
    background-color: #fff;
    padding: 10px 5px;
    margin-bottom: 20px;
}
.cookies-table {
    background-color: #fff;
    width: 100%;
}
.cookies-table td {
    background-color: #fcfcfc;
    padding: 10px 5px;
}
.cookies-table .grey-row td {
    background-color: #eff1f3;
}

.popupContainer a.closePopup {
	position: absolute;
	right: 10px;
	top: 20px;
	background-color: #ffffff;
	color: #999999;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-size:12px;
}