/*
	SpecificSections.css
	TemplateName: Business Management
	Copyright (c) 2015, ObjectWeb Srl. All rights reserved.
	Version: 1.0.0
*/

/* General
------------------------------------------------------------------------------------------------- */
body {
	padding-top: 130px;
    overflow-x: hidden;
} 

body form {
	overflow: hidden;
}

.section {
	margin-bottom: 100px !Important;
}

.no-margin {
	margin-bottom: 0px !Important;
}

.section-title h1,
.section-title h2 {
	font-size: 60px;
	font-weight: 700;
	position: relative;
	padding-left: 71px;
	margin-bottom: 50px;
}

.section-title.arrow-right h1,
.section-title.arrow-right h2 {
	display: inline-block;
    padding: 10px 15px 10px 71px;
}

.section-title.arrow-right h1:before,
.section-title.arrow-right h2:before {
    content: "";
    background-image: url(../Images/ArrowRight.png);
    font-size: 50px;
    font-weight: 700;
    left: 5px;
    top: 24px;
    width: 50px;
    height: 36px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.about-project:hover .section-title.arrow-right h1:before,
.about-project:hover .section-title.arrow-right h2:before {
	 background-position: bottom;
}

.section-title.arrow-left h1,
.section-title.arrow-left h2 {
	display: inline-block;
    padding: 10px 69px 10px 15px;
}

.section-title.arrow-left h1:before,
.section-title.arrow-left h2:before {
    content: "";
    background-image: url(../Images/ArrowLeft.png);
    font-size: 50px;
    font-weight: 700;
    right: 4px;
    top: 24px;
    width: 50px;
    height: 36px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: top;
}

a.section-title.arrow-left:hover h1:before,
a.section-title.arrow-left:hover h2:before {
	background-position: bottom;
}

.purple {
	background-color: #EAAEC1;
  	display: inline-block;
}

.btn.btn-primary {
    background-color: #000;
    border-radius: 0px;
    color: #fff;
    padding: 5px 15px;
    font-size: 35px;
    font-weight: 900;
    margin-bottom: 15px;
}

.btn.btn-primary:hover {
    border-color: #fff;
    background-color: #fff;
    color: #000;
}

div.btn.btn-primary {
	white-space: break-spaces;
	font-size: 26px;
}

div.btn.btn-primary:hover {
	background-color: #a0ceec;
	color: #231F20;
	border-color: #a0ceec;
	cursor:unset;
}

.background-gray {
	background-color: #dad9d7;
	padding: 100px 0px;
}

.background-dark-gray {
	background-color: #c4c3c1;
	padding: 100px 0px;
}

.background-pink {
	background-color: #DBECF9;
	padding-top: 100px;
}

.background-pink .print-partners {
  margin-bottom: 50px;
}

.background-pink:after {
  clear: both;
  content: ".";
  height: 0;
  visibility: hidden;
  display: block;
}

@media(max-width: 1450px){
	.btn.btn-primary {
		font-size: 28px;
		margin-right: 5px;
	}
}

@media(max-width: 1200px){
	div.btn.btn-primary {
		font-size: 20px;
	}
}

@media(max-width: 991px){

	.section {
		margin-bottom: 50px !Important;
	}

	.section-title h1,
	.section-title h2 {
		font-size: 40px;
  		margin-bottom: 10px;
  		margin-top: 10px;
  		padding-left: 0px;
	}

	.section-title.arrow-right h1:before,
	.section-title.arrow-right h2:before {
		top: 19px;
    	width: 39px;
    	height: 27px;
	}

	.section-title.arrow-right h1,
	.section-title.arrow-right h2 {
  		padding-left: 57px;
	}

	.section-title.arrow-left h1, 
	.section-title.arrow-left h2 {
   	 	padding: 10px 67px 10px 15px;
 }

	.section-title.arrow-left h1:before,
	.section-title.arrow-left h2:before {
		width: 39px;
	    height: 27px;
	}

	.btn.btn-primary {
		padding: 0px 9px;
  		font-size: 35px;
	}
}

@media(max-width: 767px){

	body {
    	padding-top: 60px;	
  		font-size: 15px;
	}

	.section {
		margin-bottom: 20px !Important;
	}

	.section-title h1,
	.section-title h2 {
		font-size: 20px;
	}

	.section-title.arrow-right h1,
	.section-title.arrow-right h2 {
		padding: 0px 0px 0px 30px;
	}

	.section-title.arrow-right h1::before, .section-title.arrow-right h2::before {
  		top: 5px;
  		width: 20px;
  		height: 14px;
   }

	.section-title.arrow-left h1, 
	.section-title.arrow-left h2 {
   	 	padding: 0px 40px 0px 0px;
	}

	.section-title.arrow-left h1:before,
	.section-title.arrow-left h2:before {
		width: 20px;
		height: 14px;
		top: 3px;
	}

	.btn.btn-primary {
		font-size: 20px;
	}

	.background-pink .print-partners {
		margin-bottom: 20px;
	}
}

.cooming-soon-section.background-gray {
    padding-bottom: 100px;
}

@media(max-width: 991px){
	.no-margin {
		margin-bottom: 0px !Important;
	}

	.background-dark-gray {
		padding: 50px 0px;
	}
}

@media(max-width: 767px){
	.cooming-soon-section.background-gray {
	    padding: 20px 0px;
	}

	div.btn.btn-primary {
		font-size: 17px;
	}
		
	.background-dark-gray {
		padding: 30px 0px;
	}
}

/* Avvisi */

.notice {
	top: 50%;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 2147483647;
	transform: translate(-50%, -50%);
	left: 50%;
}

.notice .info {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
	background-color: #000;
	padding: 50px;
	font-size: 21px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.8);
	color: #fff;
	text-align: left;
	border: 2px solid #fff;
	display: inline-block;
	width: 100%;
}

.notice .info .title {
	font-size: 65px;
	margin-bottom: 20px;
	display: block;
	font-weight: 600;
	line-height: 65px;
	position: relative;
	padding-bottom: 30px;
}

.notice .info .title:after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 150px;
	height: 1px;
	background-color: #fff;
}

.notice .info .date {
	font-size: 55px;
	font-weight: 600;
}

.notice .info .message {
	font-size: 35px;
	font-weight: 600;
	line-height: 37px;
}

.notice .info .close-notice {
	position: absolute;
	left: -15px;
	top: 50px;
	color:#fff;
	font-size: 30px;
	background-color: #000;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	padding: 0px;
	line-height: 17px;
	text-align: center;
	border: 2px solid #fff;
}

.notice .info .close-notice:hover {
	background-color: #fff;
	color: #000;
}

.notice .info .close-notice i {
	font-size: 15px;
}

.notice .info .btn.btn-primary {
	background-color: #fff;
	color: #000;
	float: left;
	margin-top: 10px;
}

.notice .info .btn.btn-primary:hover {
	background-color: #000;
    color: #fff;
}

@media(max-width:991px){
	.notice {
	  transform: none;
	  left: 0;
	  top: 62px;
	}
	.notice .info {
	  padding: 30px;
	  font-size: 18px;
	  max-width: 90%;
	}
	.notice .info .title {
	  font-size: 45px;
	  margin-bottom: 0px;
	  line-height: 45px;
	}

	.notice .info .date {
		font-size: 40px;
		padding-top: 30px;
	}

	.notice .info .message {
		font-size: 25px;
		line-height: 27px;
	}
	
	.notice .close-notice {
	  top: 10px;
	  right: 10px;
	}
}

@media(max-width:767px){

	.notice .info {
		padding: 20px;
	}
	
	.notice .info .title {
	  font-size: 25px;
	  margin-bottom: 0px;
	  line-height: 27px;
	  padding-bottom: 15px;
	}	

	.notice .info .date {
		padding-top: 15px;
		font-size: 25px;
		margin-bottom: 10px;
	}

	.notice .info .message {
		font-size: 18px;
		line-height: 18px;
		float: none;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Header
------------------------------------------------------------------------------------------------- */
header {
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;	
    padding: 50px;
	transition: all 0.4s ease;
}

header .container {
	position: relative;
}

header  .section {
	margin-bottom: 0px !Important;
}

header .navbar-brand {
	padding: 0px;
}

header .navbar-brand > img {
    display: block;
    transition: all 0.4s ease;
    max-height: 100px;
    margin-top: -20px;
}

header .toggle-nav {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 22px;
    font-weight: lighter;
    line-height: 16px;
    margin-top: 2px;
    text-transform: uppercase;
    transition: all 0.4s ease;
    height: 25px;
    width: 35px;
}

header .toggle-nav .bar {
    background-color: #231F20;
    display: block;
    float: left;
    height: 10px;
    margin-right: 10px;
    position: relative;
    top: 8px;
    width: 50px;
    z-index: 2;
}

header.open-navbar .toggle-nav .bar {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}

header .toggle-nav .bar:after {
    background-color: #231F20;
    content: '';
    display: block;
    height: 10px;
	left: 0;
    position: absolute;
    width: 50px;
    top: 18px;
}

header.open-navbar .toggle-nav .bar:after {
    -webkit-transform: rotate(-89deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
  	top: 1px;
}

header.open-navbar .toggle-nav {
	top: 90px;
    position: absolute;
    right: 100px;
}

header .dropdown-menu {
	position: fixed;
	top: 35px;
	left: 490px;
	z-index: 1000;
	float: left;
	min-width: 72%;
	padding: 5px 0;
	margin: 2px 0 0;
	text-align: left;
	list-style: none;
	border-radius: 4px;
	box-shadow: none;
	border: 0px;
	background: transparent;
	padding-top: 90px;
	height: 745px;
}

header .dropdown-menu li {
	padding-left: 250px;
}

.overlay-menu .section.menu {
	float: left;
}

.overlay-menu {
    display: none;
    position: fixed;
    z-index: 0;
    top: 35px;
    left: 50%;
    background-color: #fff;
    border: 1px solid #231F20;
    overflow-x: hidden;
    margin-left: -47.5%;
    box-shadow: 0 4px 20px rgb(35 31 32 / 80%);
}

.dropdown-toggle .caret {
	display: none;
}

.open-navbar .overlay-menu {
    display: block;
	width: 95%;
}

.overlay-content {
    position: relative;
    top: 0;
    width: 100%;
    padding: 100px 100px 300px;
}

.navbar-nav {
	float: none;
}

.navbar-nav > li {
	clear: both;
    margin-bottom: 30px;
  	display: block;
    width: 100%;
}

.navbar-nav > li > a {
	font-size: 70px;
    font-weight: 590;
    color: #231F20;
  	padding: 30px 15px;
}

.navbar-nav > li:nth-child(9),
.navbar-nav > li:nth-child(6),
.navbar-nav > li:nth-child(7),
.navbar-nav > li:nth-child(8){
	float: left;
	display: inline-block;
	width: auto;
  	clear: initial;
}

.navbar-nav > li:nth-child(4) > .dropdown-menu > li > a:hover:before {
	width: 350px;
}


.navbar-nav > li:nth-child(5) a:hover,
.navbar-nav > li:nth-child(6) a:hover,
.navbar-nav > li:nth-child(7) a:hover, 
.navbar-nav > li:nth-child(8) a:hover,
.navbar-nav > li:nth-child(5) a:focus,
.navbar-nav > li:nth-child(6) a:focus,
.navbar-nav > li:nth-child(7) a:focus, 
.navbar-nav > li:nth-child(8) a:focus{
	padding: 15px;
}

.navbar-nav > li:nth-child(5) a:hover,
.navbar-nav > li:nth-child(5) a:focus{
	padding: 30px 15px;
}

.navbar-nav > li:nth-child(6) a,
.navbar-nav > li:nth-child(7) a, 
.navbar-nav > li:nth-child(8) a, 
.navbar-nav > li:nth-child(9) a{
	padding: 15px;
	font-size: 45px;
}

.nav > li > a:hover,
.nav > li > a:focus,
.navbar-nav > li.active > a{
    text-decoration: none;
    background-color: #000;
    padding: 30px 15px;
    color: #fff;
}

.dropdown-menu > li > a {
	font-size: 37px;
	font-weight: 590;
	color: #231F20;
} 

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: #000;
	color: #fff;
}

.dropdown-menu a,
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus{
	background-color: transparent;
	position: relative;
	color: #fff;
}

.dropdown-menu > li > a:hover:before,
.dropdown-menu > li > a:focus:before,
.dropdown-menu > .active > a:before,
.dropdown-menu > .active > a:hover:before,
.dropdown-menu > .active > a:focus:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #000;
	color: #fff;
	width: 400px;
	height: 100%;
	z-index: -1;
}


li:nth-child(3) .dropdown-menu > li > a:hover:before,
li:nth-child(3) .dropdown-menu > li > a:focus:before,
li:nth-child(3) .dropdown-menu > li.active > a:before,
li:nth-child(3) .dropdown-menu > li.active > a:hover:before,
li:nth-child(3) .dropdown-menu > li.active > a:focus:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	width: 200px;
	height: 100%;
	z-index: -1;
}


.dropdown-menu > li.button-yellow:hover,
.dropdown-menu > li.button-pink:hover,
.dropdown-menu > li.button-blue:hover,
.dropdown-menu > li.button-gray:hover{
	background-color: transparent !IMPORTANT;!I;!;
	border: 0px !important;!I;!;
}

.dropdown-menu > li.button-yellow > a:hover:before,
.dropdown-menu > li.button-yellow.active > a:before{
	background-color: #FFD20B;
}

.dropdown-menu > li.button-pink > a:hover:before,
.dropdown-menu > li.button-pink.active > a:before{
	background-color: #FEBCCB;
}

.dropdown-menu > li.button-blue > a:hover:before,
.dropdown-menu > li.button-blue.active > a:before{
	background-color: #a0ceec;
}

.dropdown-menu > li.button-gray > a:hover:before,
.dropdown-menu > li.button-gray.active > a:before{
	background-color: #c4c3c1;
}

.social-section {
    position: absolute;
    right: 160px;
    top: -10px;
    font-size: 45px;
}

.social-section a {
    padding: 7px;
    color: #231F20;
}

@media(max-width: 1450px){
	.overlay-content {
		padding: 50px;
	}

	.navbar-nav > li > a {
		font-size: 50px;
	}

	.navbar-nav > li {
		margin-bottom: 10px;
	}

	header.open-navbar .toggle-nav {
		top: 50px;
	}

	header .dropdown-menu li {
    	padding-left: 177px;
	}

	header .dropdown-menu {
		left: 400px;
	}
}

@media(max-width: 1200px){
	header .dropdown-menu {
		position: relative;
		top: auto;
		left: auto;
		height: auto;
		padding-top: 20px;
	}

	header .dropdown-menu li {
		padding-left: 0px;
	}
}

@media(max-width: 991px){
	
	header .navbar-brand > img {
		max-width: 300px;
	}

	header.open-navbar .toggle-nav {
    	top: 50px;
    	position: absolute;
 	   	right: 20px;
	}

	.dropdown-menu > li > a {
		font-size: 34px;
	}

	.navbar-nav > li > .dropdown-menu {
		margin-top: 10px;
	}

	.navbar-nav > li > a {
		font-size: 60px;
	}

	.navbar-nav > li {
		margin-bottom: 15px;	
	}

	.social-section {
		right: 100px;
	}

	.overlay-menu .section.menu {
		margin-bottom: 50px !Important;
	}

	.overlay-content {
		padding: 50px;
	}

}

@media(max-width: 767px){
	
	header {
		padding: 20px 15px;
	}

	header.shrink {
		padding: 15px;
	}

	header .toggle-nav {
		margin-top: -6px;
	}

	header.open-navbar .toggle-nav {
    	top: 49px;
    	position: absolute;
    	right: 6px;
 }
	
	.container > .navbar-header, .container-fluid > .navbar-header {
		float: left;
	}

	.navbar-nav > li > a {
    	font-size: 20px;
    	padding: 5px;
  		min-width: 50px;
 	}

	.social-section {
		display: none;
	}

	.overlay-content {
    	padding: 15px 30px;
	}

	.overlay-menu .section.menu {
		margin-bottom: 0px !Important;
	}

	.navbar-brand {
		height: auto;
	}

	.navbar-nav > li {
    	margin-bottom: 5px;
	}

	.navbar-nav > li:nth-child(9) a,
	.navbar-nav > li:nth-child(6) a,
	.navbar-nav > li:nth-child(7) a,
	.navbar-nav > li:nth-child(8) a {
    	padding: 10px;
    	font-size: 20px;
	}

	.navbar-nav > li:nth-child(9) a:hover,
	.navbar-nav > li:nth-child(6) a:hover,
	.navbar-nav > li:nth-child(7) a:hover,
	.navbar-nav > li:nth-child(8) a:hover {
		background-color: transparent;
	}

	header .toggle-nav .bar,
	header .toggle-nav .bar:after {
		width: 45px;
	}

	.navbar-nav .open .dropdown-menu > li > a {
		font-size: 20px;
	}

	header .navbar-brand > img {
		max-width: 93px;
		margin-top: -4px;
	}

	header .toggle-nav .bar,
	header .toggle-nav .bar:after {
		width: 22px;
	}

	header .toggle-nav .bar,
	header .toggle-nav .bar:after {
		height: 5px;
	}

	header .toggle-nav .bar:after {
		top: 10px;
	}	

	.nav > li > a:hover, .nav > li > a:focus, .navbar-nav > li.active > a {
		padding: 10px 20px;
	}

	.navbar-nav > li:nth-child(4) > .dropdown-menu > li > a:hover:before {
		width: 200px;
	}

	header .dropdown-menu {
		padding-top: 10px;
	}

}

/* ---------------------------------------------------------------------------------------------- */



/* Footer
------------------------------------------------------------------------------------------------- */
footer .section {
	margin: 0px !Important;
}

footer .made-possible {
	background-color: #FEBCCB;
	padding: 30px 0px;
}

footer .made-possible .section-title {
	display: inline-block;  
  	margin-bottom: 10px;
}

footer .made-possible .section-title h2 {
	font-size: 30px;
  	padding-left: 0px;
}

footer .made-possible .section-title h2 span,
footer .made-possible .section-title h2 img  {
	float: left;
  	padding-right: 15px;
}

footer .made-possible .section-title h2 img {
	margin-top: -10px;
}

footer #footer-copyright {
	background-color: #231F20;
  	padding: 30px 0px;
}

footer #footer-copyright .social-list a {
	display: inline-block;
  	background-color: #fff;
  	width: 40px;
  	height: 40px;
  	border-radius: 50%;
  	padding: 5px;
  	text-align: center;
  	color: #231F20;
  	font-size: 22px;
  	margin-right: 5px;
}

footer #footer-copyright .social-list a:hover {
	background-color: #231F20;
  	color: #fff;
}

footer #footer-copyright .cookie a,
footer #footer-copyright .copyright {
	color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    padding-top: 10px;
    display: inline-block;
  	padding-right: 20px;
}

.stay-tuned {
	margin-top: 20px;
}

@media(max-width: 991px){
	.stay-tuned {
    	margin-top: 0px
	}
}

@media(max-width: 767px){
	.stay-tuned {
		padding: 10px 0px;
	}

	.stay-tuned h2{
    	margin: 0px;
	}

	footer #footer-copyright {
		padding: 15px 0px;
  		text-align: center;
	}

	footer #footer-copyright .social-list a {
    	width: 30px;
    	height: 30px;
    	padding: 5px;
    	font-size: 15px;
	}

	footer #footer-copyright .cookie a,
	footer #footer-copyright .copyright {
  		font-size: 12px;
  		padding-top: 10px;
  		padding-right: 5px;
	}

	footer #footer-copyright .copyright {
		padding-top: 5px;	
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Home
------------------------------------------------------------------------------------------------- */
.home-gif img {
	width: 100%;
}

.home-vimeo-container,
.home-vimeo-container-mobile {
	background-color: #FFF;
	background-position: 0% 50%;
	background-size: auto;
	background-size: cover;
	height: 800px;
    width: 800px;
    margin: 0 auto;
  	position: relative;
} 

.home-vimeo-container-mobile {
	display: none;
}

#vimeohero {
	width: 100%;
	position: relative;
	overflow: hidden;
}

#vimeohero iframe {
	position: relative;
    width: 100%;
    height: calc(100vw * 9 / 16);
    border: none;
}

.home-vimeo-container .section-title {
	position: absolute;
	right: -105px;
	bottom: 120px;
	text-align: left;
}

.home-vimeo-container .section-title:nth-child(2) {
  	bottom: 200px;
  	right: -227px;
}
  
.home-vimeo-container .section-title h2 {
	background-color: #FEBCCB;
  	padding-left: 20px;
  	padding-right: 20px;
}

@media(max-width: 1300px){
	.home-vimeo-container, .home-vimeo-container-mobile {
		height: 700px;
  		width: 700px;
	}
}

@media(max-width: 991px){
	.home-vimeo-container, .home-vimeo-container-mobile {
		height: 600px;
  		width: 600px;
	}

	.home-vimeo-container .section-title {
		right: -20px;
	}

	.home-vimeo-container .section-title:nth-child(2) {
  		right: -20px;
	 }
}

@media(max-width: 767px){

	.home-vimeo-container, .home-vimeo-container-mobile { 
		height: 350px;
        width: 350px;
	}

	.home-vimeo-container .section-title {
		right: -10px;
		bottom: 3px;
	}

	#vimeohero iframe {
		position: relative;
	    width: 100%;
	    height: calc(100vw * 1 / 1);
	    border: none;
	}

	.home-vimeo-container .section-title h2 {
		font-size: 25px;
	}

	.home-vimeo-container .section-title:nth-child(2) {
  		bottom: 46px;
  		right: -10px;
	 }

	#vimeohero br {
		display: none;
	}
}

@media(max-width: 360px){

	.home-vimeo-container, .home-vimeo-container-mobile { 
		height: 300px;
        width: 300px;
	}

}

.about-project-section {
	overflow: hidden;
  	position: relative;
  	z-index: 1;
}

.about-project-section .overlay {
   position: absolute;
   width: 70%;
   height: 600px;
   background-color: #000;
   bottom: 0px;
   left: 0px;
   z-index: -1;
}

.about-the-project-text {
    width: 100%;
    margin-left: -2000px;
    position: relative;
}

.about-the-project-text .text-box {
	padding-left: 320px;
}

.about-the-project-text .text-box .intro {
	font-weight: 600;
  	padding-bottom: 20px;
}

.about-the-project-text .text-box .title {
	font-weight: 600;
	background-color: #000;
	display: inline-block;
	padding: 5px;
	margin-bottom: 20px;
	color: #fff;
}

.about-the-project-text .text-box .text-gray {
	background-color: #E6E7E9;
	padding: 50px;
}

.about-the-project-text .text-box .text-gray:after {
    content: "";
    position: absolute;
    top: 0px;
    background-color: #E6E7E9;
    right: 0px;
    width: 600px;
    height: 100%;
    z-index: -1;
}

.about-the-project-text .text-box .text-gray .text {
	margin-bottom: 20px;
}

.about-the-project-text .overlay-gray {
  	position: absolute;
    background-color: #E6E7E9;
    top: 20px;
    right: 200px;
    height: 1100px;
    width: 78%;
    z-index: -1;
    transition: all 0.4s ease 0s;
}

.about-project,
.about-project:hover {
	position: relative;
    display: block;
    color: #231F20;
    text-decoration: none;
}

.about-project .section-title h1 {
	color: #231F20;
	display: inline-block;
	padding: 10px 15px 10px 71px;
}

.about-project:hover .section-title h1 {
	background-color: #000;
	color: #fff;
}

.about-project .description {
	float: right;
	max-width: 65%;
	text-align: left;
	padding-right: 0px;
	padding-bottom: 70px;
}

.about-project .image {
	column-count: 2;
  	column-gap: 50px;
    clear: both;
  	padding-bottom: 100px;
}

.about-project .image .image-left,
.about-project .image .image-right {
	height: 800px;
	background-size: cover;
	background-position: center;
}

.about-project .icon {
	position: absolute;	
  	top: 0px;
  	right: 0px;
  	width: 400px;
  	height: 400px;
  	background-size: cover;
}

.about-make-mark {
	margin-top: 50px;
}

.about-make-mark .text-background {
	background-color: #000;
	padding: 50px 0px;
	color: #fff;
}

#about .row {
	padding-right: 445px;
}

.partners {
	position: relative;
}

.partners .section-title {
	text-align: right;
    display: block;
    width: 100%;
    position: relative;
    z-index: 4;
}

.partners .section-title h2 {
	color: #231F20;
	display: inline-block;
	padding: 10px 69px 10px 15px;
}

.partners .section-title:hover {
  	text-decoration: none;
}

.partners .section-title:hover h2 {
 	background-color: #000;
 	display: inline-block;
	color: #fff;
}

.partners .image {
	height: 700px;
  	background-position: center;
  	background-size: cover;
    position: relative;
  	display: block;
}

.partners .logo {
	position: absolute;
	left: 34px;
	top: 0px;
	max-width: 230px;
}

.main.partners .logo img {
	padding: 15px 30px 15px 0px;
}

.partners .btn.btn-primary {
	position: absolute;
	bottom: 50px;
	right: 200px;
}

.partners .btn.btn-primary.arrow-right:before {
	content: "";
	background-image: url(../Images/SingleArrowRight.png);
	font-size: 50px;
	font-weight: 700;
	right: -120px;
	top: 16px;
	width: 71px;
	height: 140px;
	position: absolute;
	background-repeat: no-repeat;
}

.partners .overlay-pink {
	position: absolute;
  	width: 60%;
  	height: 750px;
  	background-color: #FEBCCB;
  	top: -250px;
  	left: 0px;
  	z-index: -1;
}

.right .print-partners .print-partners-carousel .owl-stage-outer {
	float: right !Important;
}

.home-guest-technical-partner .section-title {
	display: block;
}

.home-project-partner .section-title h2,
.designer-project-partner .section-title h2 {
	color: #231F20;
    display: inline-block;
    padding: 10px 15px 10px 71px;
}

.home-project-partner .section-title:hover h2 {
	background-color: #000;
	color: #fff;
}

.home-project-partner .section-title:hover h2:before {
	background-position: bottom;
}

.designer-project-partner .section-title:hover h2 {
	background-color: #fff;
}

.home-project-partner .section-title:hover,
.designer-project-partner .section-title:hover{
	text-decoration: none;
}

.home-project-partner .item,
.designer-project-partner .item {
	display: block;
    background-size: cover;
    background-position: center;
    position: relative;
}

.home-project-partner .item .overlay,
.designer-project-partner .item .overlay {
	position: absolute;
    width: 100%;
    height: 100%;
    background-color: #FFD20B;
    opacity: 0.6;
    left: 0;
    transition: all 0.4s ease 0s;
}

.home-project-partner .item img,
.designer-project-partner .item img {
	margin: 0 auto;
	z-index: 2;
	position: relative;
	background-color: #c4c3c1;
}

.designer-project-partner .item img {
	background-color: #dbd6d3;
}

.designer-project-partner .item:hover img {
	background-color: #c6c1be;
}

.order-pack {
	position: relative;
	height: 850px;
}

.order-pack .text {
	padding-left: 70px;
	padding-bottom: 40px;
}

.order-pack .button-label {
	float: left;
	margin-left: 70px;
}

.button-yellow:hover {
	background-color: #FFD20B !Important;
	color: #fff !Important;
	border: 1px solid #FFD20B !Important;
}

.button-blue:hover {
	background-color: #a0ceec !Important;
	color: #fff !Important;
	border: 1px solid #a0ceec !Important;
}

.button-gray:hover {
	background-color: #c4c3c1 !Important;
	color: #fff !Important;
	border: 1px solid #c4c3c1 !Important;
}

.button-pink:hover {
	background-color: #FEBCCB !IMPORTANT;
	color: #fff !Important;
	border: 1px solid #FEBCCB !Important;
}

.order-pack .image {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 850px;
	width: 45%;
	background-size: cover;
	background-position: center;
}

.about-book-text {
	background-color: #000;
	margin-left: 0px;
	height: 632px;
	padding: 95px;
	text-align: right;
	position: relative;
	color: #fff;
}

.about-book .section-title h2{
	color: #231F20;
	display: inline-block;
	padding: 10px 15px 10px 71px;
	margin-left: 10px;
	margin-bottom: 20px;
}

/*.about-book .section-title:hover h2 {
	background-color: #FEBCCB;
}*/

.about-book-text .arrow-right {
  	position: absolute;
    right: -120px;
    background-image: url(../Images/ArrowRight.png);
    width: 50px;
    height: 36px;
    bottom: 100px;
    background-size: cover;
  	display: none;
}

.about-book {
	position: relative;
	overflow: hidden;
}

.about-book .image {
	height: 350px;
	background-size: cover;
	position: relative;
}

.about-book .image img {
	min-height: 350px;
	max-width: none;
	position: absolute;
	max-height: 250px;
	margin-left: -80px;
}

.about-book .container .col-md-6 {
	margin-top: 700px;
}

.about-book .section-title {
	margin-top: 0;
  	margin-bottom: 0;
  	color: #231F20;
}

.about-book .section-title:hover {
	text-decoration: none;
}

.button-label {
	background-color: #000;
	border-radius: 0px;
	color: #fff;
	padding: 7px 15px;
	font-size: 34px;
	font-weight: 900;
	display: inline-block;
	margin-right: 10px;
	margin-left: 55px;
	float: left;
}

.editions-button {
	float: left;
	width: 55%;
}

.about-book .editions-button .btn.btn-primary {
	margin-right: 5px;
	width: 129px;
	margin-bottom: 10px;
}

.order-pack .editions-button .btn.btn-primary {
	width: 129px;
	margin-bottom: 10px;
}

.about-book .btn.btn-primary.button-yellow:hover {
	background-color: #FFD20B;
	color: #fff;
}

.about-book .btn.btn-primary.button-blue:hover {
	background-color: #a0ceec;
	color: #fff;
}

.about-book .btn.btn-primary.button-pink:hover {
	background-color: #FEBCCB;
	color: #fff;
}

.about-book-text .btn.btn-primary{
    display: none;
	background-color: #E6E7E9;
  	margin-top: 50px;
}

.about-book-text .btn.btn-primary:hover {
	background-color: #231F20;
}


.about-book .overlay-yellow {
    position: absolute;
    width: 46%;
    height: 915px;
    background-color: #FED20E;
    top: 100px;
    left: 0px;
    z-index: -1;
}

.about-book .col-md-offset-6.col-md-6 {
	margin-top: -260px;
}

.about-book .image-mobile {
		display: none;	
}

.book-four-section .container {
	position: relative;
}

.book-four-section .container:after {
	height: 900px;
	content: "";
	position: absolute;
	background-color: #dad9d7;
	top: 150px;
	left: 90px;
	width: 110%;
	z-index: 0;
	pointer-events: none;
}

.book-four-section .col-md-6 {
	position: relative;
	z-index: 2;
}

.book-four-section .images img {
	position: relative;
	z-index: 1;
}


.book-four-section .col-md-6 .section-title h2 {
	padding-left: 0px;
	margin-top: 80px;
}

.book-four-section .images img {
	z-index: 1;
	position:relative;
}

@media(max-width: 1800px){
	.about-project .image .image-left, .about-project .image .image-right {
		height: 670px;
	}
}

@media(max-width: 1650px){
	.editions-button {
		width: 50%;
	}
}

@media(max-width: 1450px){
	.book-four-section .col-md-6 .section-title h2 {
		margin-top: 50px;
	}

	.editions-button {
		width: 54%;
	}

	.order-pack .editions-button .btn.btn-primary {
		width: 89px;
		padding: 5px;
	}

	.about-project .image .image-left, .about-project .image .image-right {
		height: 500px;
	}

	.book-four-section .container:after {
		height: 700px;
	}
}


@media(max-width: 1200px){

	.background-gray {
		padding-top: 50px;
	}

	.make-x-mark-section .btn.btn-primary {
		margin-bottom: 10px;
	}

	.book-four-section .col-md-6 .section-title h2 {
		margin-bottom: 20px;
	}

	.book-four-section .btn.btn-primary {
		margin-bottom: 10px;
	}

	.editions-button {
		width: 44%;
	}

	.order-pack .editions-button {
		width: 48%;
	}

	.order-pack .editions-button a {
		width: 100px;
	}

	.book-four-section .container:after {
		height: 600px;
	}
}

@media(max-width: 991px){
	.make-x-mark-section .images {
		margin-top: 30px;
	}

	.background-gray {
		padding-bottom: 50px;
	}

	.book-four-section .col-md-6 .section-title h2 {
		margin-top: 30px;
	}

	.book-four-section .container:after {
		top: 90px;
		left: -30px;
		height: 400px;
	}

	.book-four-section .btn.btn-primary {
		margin-bottom: 0px;
	}

	.book-four-section .images {
		margin-top: 25px;
	}

	.editions-button {
		width: 100%;
		float: none;
		margin-top: 10px;
	}

	.order-pack .editions-button .btn.btn-primary {
		width: 108px;
		padding: 0px 7px;
	}
}

@media(max-width: 767px){
	.make-x-mark-section.row {
		margin: 0px;
	}

	.make-x-mark-section .images {
		margin-top: 15px
	}

	.background-gray {
		padding-bottom: 30px;
	}

	.book-four-section .col-md-6 {
		margin: 15px 0px;
		padding: 0px 30px;
	}

	.book-four-section .col-md-6 .section-title h2 {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.book-four-section .images {
		margin-top: 0px;
	}

	.book-four-section .container:after {
		top: 45px;
		height: 300px;
	}

	.about-make-mark {
		margin-top: 30px;
	}

	.about-make-mark .text-background {
		padding: 30px 0px;
	}

	.order-pack .editions-button .btn.btn-primary {
		min-width: 50px;
		width: auto;
	}

	.right .print-partners .print-partners-carousel .owl-stage-outer {
		float: none !Important;
	}

}

.past-edition .row {
	margin: 0px 2px;
}

.past-edition .item {
	padding: 0px;
	position: relative;
	overflow: hidden;
}

.past-edition .item.blue:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background-color: #a0ceec;
	transition: all 0.4s ease 0s;
}

.past-edition .item.pink:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background-color: #FEBCCB;
	transition: all 0.4s ease 0s;
}

.past-edition .item.yellow:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background-color: #FFD20B;
	transition: all 0.4s ease 0s;
}

.past-edition .item:hover:before {
	left: -100%;
}

.past-edition .item .edition {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #000;
	color: #fff;
	padding: 5px 15px;
	display: inline-block;
	font-size: 23px;
	width: 80%;
	margin-left: -40%;
	text-align: center;
	margin-top: -21px;
	font-weight: 600;
}

.make-x-mark-home-section {
	position: relative;
	height: 800px;
}

.make-x-mark-home-section .image {
    position: absolute;
    right: 0;
    top: 270px;
    width: 1600px;
    height: 500px;
}

.make-x-mark-home-section .image .overlay {
    content: "";
    position: absolute;
    background-color: #dad9d7;
    top: -100px;
    right: 0px;
    width: 45%;
    height: 65%;
    z-index: 0;
}

.make-x-mark-home-section .image img {
    width: 33.3%;
    height: auto;
    float: right;
    margin-left: 30px;
    z-index: 9;
    position: relative;
}

.partecipating-designer {
	display: inline-block;
  	width: 100%;
}

.partecipating-designer .section-title {
	display: block;
}

.partecipating-designer .section-title h2{
	color: #231F20;
	display: inline-block;
	margin-bottom: 50px;
}

.partecipating-designer:hover {
	text-decoration: none;
}

.partecipating-designer .image {
	display: inline-block;
    width: 100%;
}

.partecipating-designer .image img{
	float: right;
}

.meet-us {
	/*background-color: #FFF;
	background-position: 0% 50%;
	background-size: auto;
	background-size: cover;
	height: 1000px;*/
  	margin-top: 50px;
} 

.meet-us .section-title h2 {
	margin-bottom: 40px;
}

.meet-us:after {
	clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.meet-us .section-title {
	text-align: right;
}

.meet-us .image {
	background-size: cover;
    background-position: center;
    height: 700px;
    margin-bottom: 30px;
}

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

.book-bottle .btn.btn-primary {
	float: right;
	position: relative;
  	margin-bottom: 70px;
}

.book-bottle .btn.btn-primary.arrow-right:before {
	content: "";
	background-image: url(../Images/SingleArrowRightBlack.png);
	font-size: 50px;
	font-weight: 700;
	right: -120px;
	top: 16px;
	width: 71px;
	height: 140px;
	position: absolute;
	background-repeat: no-repeat;
}

.book-bottle .image {
	display: inline-block;
    width: 100%;
}

.book-bottle .image-column {
	column-count: 2;
	column-gap: 50px;
	padding-bottom: 100px;
	width: 70%;
}

.book-bottle .image-column .image-left,
.book-bottle .image-column .image-right {
	height: 700px;
	background-size: cover;
	background-position: center;
}

@media(max-width: 1600px){
	.make-x-mark-home-section .image {
		width: 100%;
	}
}


@media (min-width: 768px) and (max-width:991px) {
  .about-book-text {
    width: 750px;
	margin: 0 auto;
  }
}

@media(max-width: 1450px){
	.button-label {
		font-size: 28px;
		margin-left: 16px;
	} 

	.about-book .btn.btn-primary {
		margin-right: 5px;
		width: 89px;
		padding: 5px;
	}

	.about-project-section .overlay {
		height: 600px;
	}

	.about-project .image {
		padding-top: 100px;
	}

	.make-x-mark-home-section .image .overlay {
		width: 40%;
	}
}

@media(max-width: 1200px){

	.about-book .image {
		height: 219px;
	}
	
	.about-book .image img {
		height: 219px;
		margin-left: -50px;
		min-height: auto;
	}

	.about-book-text {
        /* height: 632px; */
        padding: 20px 50px;
	}

	.about-book .col-md-offset-6.col-md-6 {
	    margin-top: -350px;
	}

	.about-book .section-title h2 {
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 0px;
	}

	.about-book .section-title.arrow-right h1:before,
	.about-book .section-title.arrow-right h2:before {
		top: 10px;
	} 

	.book-bottle .image-column {
		width: 80%;
	}

	.book-bottle .image-column .image-left,
	.book-bottle .image-column .image-right {
		height: 400px;
	}

	.button-label {
		margin-top: 0px;
		padding: 5px 10px;
	}

	.order-pack {
		height: 900px;
	}

	.order-pack .image {
		height: 900px;
	}

	.about-project-section .overlay {
		height: 450px;
	}

	.make-x-mark-home-section .image .overlay {
		top: -30px;
		height: 500px;
		width: 80%;
	}

	.make-x-mark-home-section .image img {
		width: 47%;
	}
}

@media(max-width: 991px){ 

	.about-book {
		padding-bottom: 0px;
		position: relative;
		padding-top: 50px;
	}

	.about-book .mobile-overlay {
		position: absolute;
		background-color: #000;
		width: 50%;
		height: 41%;
		top: 0px;
		left: 0px;
	}
	
	.about-book .image-mobile {
		display: block;
		right: -19%;
		margin-bottom: 50px
	}

	.about-book .image {
		display: none;
	}

	.about-book-text {
		background-color: transparent;
		height: auto;
		color: #000;
		margin-top: 50px;
	}

	.background-gray {
		padding-top: 20px;
	}

	.about-book .col-md-offset-6.col-md-6 {
	    margin-top: 0px;
	    text-align: center;
	}

	.about-book .col-md-offset-6.col-md-6 {
	    margin-top: 0px;
	    text-align: right;
	}

	.order-pack {
		height: auto;
		padding-top: 20px;
	}

	.order-pack .image {
		height: 630px;
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		margin-bottom: 50px;
	}

	.order-pack .text {
		padding-bottom: 20px;
		max-width: 50%;
		padding-left: 54px;
	}

	.about-book .image-mobile {
		margin-bottom: 15px;
		right: 0px;
	}

	.about-book .btn.btn-primary {
		PADDING: 0PX 7PX;
		width: 108px;
		margin-right: 0px;
		margin-left: 5px;
	}

	.book-bottle .btn.btn-primary {
		margin-bottom: 50px;
	}

	.book-bottle .image-column {
		padding-bottom: 50px;
	}

	.button-label {
		margin-top: 0px;
		padding: 0px 9px;
		font-size: 36px;
		margin-right: 0px;
		margin-left: 58px;
		float: none;
	}

	.order-pack .button-label {
		margin-left: 56px;
		margin-bottom: 0px;
		float: none;
	}

	.order-pack .editions-button {
		width: 100%;
		margin-left: 56px;
	}

	.order-pack .btn.btn-primary {
		margin-right: 5px;
		width: 120px;
		margin-bottom: 30px;
	}

	.about-project-section .overlay {
		height: 300px;
	}

	.make-x-mark-home-section {
		height: 630px;
	}

	.make-x-mark-home-section .image {
		width: 100%;
		top: 200px;
	}

	.make-x-mark-home-section .image img {
		width: 46%;
	}

	.make-x-mark-home-section .image .overlay {
		height: 470px;
	}
}

@media(max-width: 767px){
	.home-project-partner .section-title h2,
	.designer-project-partner .section-title h2 {
    	padding: 0px 0px 0px 37px;
	}

	.about-book-text {
		padding: 0px 15px 15px;
		margin-top: 10px;
	}

	.about-book .col-md-offset-6.col-md-6 {
		padding: 0px;
	}

	.about-book {
    	padding-bottom: 00px;
    	padding-top: 30px;
 }

	.about-book .mobile-overlay {
		height: 50%;
	}

	.about-book .section-title h2 {	
		padding: 0px 0px 13px 35px;
	}

	.about-book .button-label {
		padding: 2px 13px;
		font-size: 18px;
	}

	.order-pack .image {
  		height: 350px;
  		margin-bottom: 15px;
  		margin-top: 15px;
 }

	.order-pack .text {
		padding-bottom: 0px;
		max-width: 100%;
		padding-left: 30px;
	}

	.order-pack .button-label {
		margin-left: 30px;
		font-size: 19px;
		padding: 2px 10px;
	}

	.book-bottle .btn.btn-primary {
		margin-bottom: 20px;
	}

	.book-bottle .image-column {
		padding-bottom: 20px;
		column-gap: 20px
	}

	.book-bottle .image-column .image-left,
	.book-bottle .image-column .image-right {
		height: 200px;
	}

	.past-edition .item .edition {
		font-size: 14px;
		margin-top: -11px;
		padding: 5px;
	}

	.meet-us {
		margin-top: 15px;
	}
	
	.about-book .mobile-overlay {
    	height: 30%;
	}

	.about-project-section .overlay {
		height: 250px;
	}

	.make-x-mark-home-section .image {
		column-count: 2;
		height: auto;
		position: relative;
		top: auto;
		margin-top: 20px;
	}

	.make-x-mark-home-section .image img {
		width: 100%;
	}

	.make-x-mark-home-section .image .overlay {
		height: 100%;
		top: -15px;
	}

	.make-x-mark-home-section {
		height: auto;
	}

	.section:has(.make-x-mark-home-section){
		margin-bottom: 0px !Important;
	}

	.about-book .btn.btn-primary {
		padding: 2px 5px;
		font-size: 18px;
		min-width: 53px;
		width: auto;
	}

	.about-book .editions-button .btn.btn-primary {
		min-width: 53px;
		width: auto;
		margin-left: 0px;
		margin-right: 2px;
	}

	.order-pack .editions-button {
		margin-left: 30px;
	}

	.order-pack .btn.btn-primary {
		margin-bottom: 15px;
		width: auto;
		min-width: 40px;
	}
 } 

@media(max-width: 420px){
	.make-x-mark-home-section .btn.btn-primary {
		 margin-bottom: 10px;
	}
}
	
@media(max-width: 400px){
	
	.about-book .mobile-overlay {
    	height: 25%;
 } 

	.order-pack {
		height: auto;
	}

	.order-pack .text {
		max-width: 100%;
  		padding-left: 30px;
  		height: auto;
	}

	.order-pack .image {
		position: relative;
		width: 100%;
		height: 300px;
	}

	.order-pack .btn.btn-primary {
    	margin-left: 0px;
    	margin-right: 0px;
 }

@media(max-width: 400px){

	.order-pack .button-label {
		margin-top: 5px;
	}

	.order-pack .button-yellow {
		margin-left: 30px;
	}
}


@media(max-width: 392px){
	.about-book .button-label {
		margin-top: 5px;
	} 
}

	.home-project-partner .item img, 
	.designer-project-partner .item img {
  		padding: 20px;
	}

	.about-make-mark .text-background {
		padding: 30px 0px;
		margin-top: 5px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Partners
------------------------------------------------------------------------------------------------- */
.header-band .image {
	background-position: center;
	background-size: cover;
	height: 700px;
  	padding-bottom: 100px;
}

.header-band .partner-carousel {
	width: 80%;
}

.header-band .container {
	position: relative;
}

.header-band .section-title {
	position: absolute;
	right: 0px;
	bottom: 120px;
	padding: 15px 30px;
	background-color: #000;
	z-index: 9;
	color: #fff;
}

.header-band .section-title h1 {
	padding-left: 0px;
  	margin: 0px;
}

.partners-list {
	margin-top: 50px;
}

.partners-list .item {
	margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.partners-list .item .description {
	width: 75%;
  	margin-bottom: 50px;
}

.partners-list .item .logo {
    background-color: #c4c3c1;
    display: inline-block;
    max-width: 250px;
}

.pink-page .partners-list .item .logo {
    background-color: #FEBCCB;		
}

.partners-list .item:nth-child(11) .logo {
	padding: 20px;
}

.partners-list .item .btn.btn-primary {
	margin-right: 50px;
}

.pink-page .partners-list .item .btn.btn-primary {
    background-color: #FEBCCB;	
}

.partners-list .image {
	float: right;
    column-count: 2;
    column-gap: 50px;
    width: 75%;
    margin-top: 70px;
}

.partners-list .image .image-left,
.partners-list .image .image-right {
	height: 600px;
  	background-size: cover;
  	background-position: center;
}

.partners-list .item:nth-child(2n) {
	text-align: right;
}

.partners-list .item:nth-child(2n) .section-title h2 {
	padding-right: 70px;
}

.partners-list .item:nth-child(2n) .section-title h2:before {
	content: "";
	background-image: url(../Images/ArrowLeft.png);
	font-size: 50px;
	font-weight: 700;
	right: 0px;
	top: 24px;
	width: 50px;
	height: 36px;
	position: absolute;
	background-repeat: no-repeat;
	left: auto;
}

.partners-list .item:nth-child(2n) .description {
  	float: right;
    display: inline-block;
    width: 100%;
    padding-left: 400px;
}

.partners-list .item .button {
	display: block;
	width: 100%;
}

.partners-list .item:nth-child(2n) .btn.btn-primary {
	margin-right: 0px;
  	margin-left: 50px;
}

.partners-list .item:nth-child(2n) .image {
	float: left;
}

@media(max-width: 1200px){

	.header-band .image {
		height: 600px;
	}

	.partners-list .item:nth-child(2n) .description {
		width: 80%;
  		padding-left: 0px;
	}

	
	max-height: 200px;

}

@media(max-width: 991px){
	
	.header-band .image {
		height: 500px;
	}

	.partners-list {
		margin-top: 20px;
	}

	.partners-list .image {
		margin-top: 50px;
	}

	.partners-list .item .logo {
		max-width: 150px;
    	padding: 25px;
	}

	.partners-list .item .description {
    	width: 80%;
    	margin-bottom: 30px;
	}

	.partners-list .item:nth-child(2n) .section-title h2:before {
	    top: 19px;
    	width: 39px;
    	height: 27px;
	}

	.partners-list .item:nth-child(2n) .section-title h2 {
    	padding-right: 57px;
	}

	.partners-list .item .btn.btn-primary:nth-child(2n){
		margin-top: 10px;
	}

	.partners-list .image .image-left,
	.partners-list .image .image-right {
		height: 400px;
	}

	.partners-list .item:nth-child(11) .logo {
		padding: 10px;
	}
}

@media(max-width: 767px){
	
	.header-band .partner-carousel {
    	width: 81%;
	}

	.header-band .image {
		height: 250px;
	}

	.header-band .section-title {
    	right: 15px;
    	padding: 10px;
    }

	.partners-list {
		margin-top: 0px;
	}

	.partners-list .item  {
		margin-bottom: 15px;
	}

	.partners-list .item:last-child {
		margin-bottom: 0px;
	}

	.partners-list .item .logo {
  		max-width: 70px;
  		padding: 4px;
	}

	.partners-list .item .description {
		margin-bottom: 10px;
	}

	.partners-list .item:nth-child(2n) .section-title h2:before {
		top: 5px;
	    width: 20px;
	    height: 14px;
	}

	.partners-list .item:nth-child(2n) .section-title h2 {
		padding-right: 28px;
	}

	.partners-list .item .description,
	.partners-list .item:nth-child(2n) .description {
		width: 100%;
	}

	.partners-list .item .btn.btn-primary:nth-child(2n){
		margin-top: 10px;
	}

	.partners-list .image {
    	float: left;
    	column-count: 2;
    	column-gap: 15px;
    	width: 100%;
    	margin-top: 15px;
  		padding: 0px 15px;
	}

	.partners-list .item:nth-child(11) .logo {
		padding: 5px;
	}
}

@media(max-width: 767px){
	.partners-list .image .image-left,
	.partners-list .image .image-right {
    	height: 170px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Technical Partner
------------------------------------------------------------------------------------------------- */
.guest-technical-partner-grid .item {
	display: block;
	height: 750px;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
	padding: 0px;
}

.guest-technical-partner-grid .item .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #FFD20B;
    opacity: 0.6;
    left: 0;
    transition: all 0.4s ease 0s;
}

.guest-technical-partner-grid .item:hover .overlay {
	left: -100%;
}

.guest-technical-partner-grid .item .caption {
	position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -17px;
  	text-align: center;
  	color: #fff;
}

.guest-technical-partner-grid .item .caption span{
	background-color: #231F20;
	font-weight: 500;
	padding: 5px 15px;
	display: inline-block;
	font-size: 65px;
}
/* ---------------------------------------------------------------------------------------------- */



/* Partecipating-designers-2021
------------------------------------------------------------------------------------------------- */
.partecipating-designers {
	display: inline-block;
	width: 100%;
}

.partecipating-designers .item {
  position: relative;
  height: 495px;
  background-size: cover;
  background-position: center;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  padding: 0px;
}

.partecipating-designers .item .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #dad9d7;
	opacity: 0.6;
	left: 0;
	transition: all 0.4s ease 0s;
}

.blue-page .partecipating-designers .item .overlay {
	background-color: #a0ceec;	
}

.pink-page .partecipating-designers .item .overlay {
	background-color: #FEBCCB;	
}

.page-yellow .partecipating-designers .item .overlay {
	background-color: #FFD20B;	
}

.partecipating-designers .item:hover .overlay {
	left: -100%;
}

.partecipating-designers .item .caption {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -17px;
}

.partecipating-designers .item .caption span {
  background-color: #231F20;
  font-weight: 500;
  padding: 5px 15px;
  display: inline-block;
  font-size: 23px;
}

.partecipating-designer .images-grid {
  position: relative;
  float: right;
}

.partecipating-designer.left .images-grid {
	float: left;
}

.partecipating-designer .images-grid a {
	position: relative;
	margin-top: 0px;
	display: block;
}

.partecipating-designer .images-grid img {
  display: inline-block;
  margin-left: 50px;
  max-width: 435px;
}

.page-yellow .partecipating-designer .images-grid .images img:first-child {
  margin-left: 0;
}

.partecipating-designer.left .images-grid .images img:first-child {
  margin-left: 0;
}

.partecipating-designer .section-title {
	margin-left: -71px;
}

.partecipating-designer .edition {
	position: absolute;
	bottom: 37%;
	font-size: 78px;
	font-weight: 700;
	color: #000;
	left: -15%;
	transform: rotate(90deg);
}

.partecipating-designer.left .edition {
	right: -19%;
	left: auto;
}

.partecipating-designer .images {
	margin-top: 100px;
}

.partecipating-designer .overlay-blue {
	position: absolute;
	width: 70%;
	height: 500px;
	background-color: #a0ceec;
	top: 130px;
	right: 0px;
	z-index: -1;
}

.partecipating-designer .overlay-pink {
	position: absolute;
	width: 70%;
	height: 500px;
	background-color: #FEBCCB;
	top: -16px;
	left: 0px;
	right: auto;
	z-index: -1;
}

.partecipating-designer .overlay-yellow {
	position: absolute;
	width: 70%;
	height: 500px;
	background-color: #FFD20B;
	top: -16px;
	right: 0px;
	z-index: -1;
}

@media(max-width:1600px){
	.partecipating-designer .section-title {
		margin-left: 15px;
	}
}

@media(max-width:1500px){
	.partecipating-designer .images {
	  margin-top: 50px;
	}
	
	.partecipating-designer .images img {
	  max-width: 320px;
	}

	.partecipating-designer .overlay-blue,
	.partecipating-designer .overlay-pink,
	.partecipating-designer .overlay-yellow{
		height: 300px;
	}

	.partecipating-designer .edition {
		font-size: 57px;
	}
}

@media(max-width:1150px){
	.partecipating-designer .images img {
	  max-width: 250px;
	  margin-left: 30px;
	}
	
	.partecipating-designer .overlay-blue,
	.partecipating-designer .overlay-pink,
	.partecipating-designer .overlay-yellow{
		height: 270px;
	}
	
	.partecipating-designer .images {
	  margin-top: 20px;
	}
	
	.partecipating-designer .section-title {
	  margin-left: -39px;
	}

	.partecipating-designer .edition {
		font-size: 44px;
	}
}

@media(max-width:991px){
	.partecipating-designer .section-title {
	  margin-left: 15px;
	}
	
	.partecipating-designer .images img {
	  max-width: 220px;
	}
	
	.partecipating-designer .overlay-pink,
	.partecipating-designer .overlay-blue {
	  height: 200px;
	}

	.partecipating-designer .overlay-blue {
		top: 90px;
	}

	.partecipating-designer .section-title h2 {
		margin-bottom: 30px;
	}

	.partecipating-designer .edition {
		font-size: 36px;
		left: -12%;
	}

	.partecipating-designer.left .edition {
		right: -17%;
	}
}

@media(max-width:767px){

	.partecipating-designer .images-grid {
	  float: none;
	}
	
	.partecipating-designer .images img {
	  max-width: 49%;
	  padding: 0 10px;
	  margin: 0;
	}
	
	.partecipating-designer .images {
	  margin: 20px 0px 0 0px;
	}
	
	.partecipating-designer .overlay-pink,
	.partecipating-designer .overlay-blue,
	.partecipating-designer .overlay-yellow {
	  top: 45px;
	  height: 180px;
	  left: 0px;
	}
	
	.partecipating-designer .images-grid {
	  margin-bottom: 0;
	}
}

/*Dettaglio*/
.partecipating-designers .item-detail .image-container > div {
  height: 700px;
  background-size: cover;
  background-position: center;
}

.partecipating-designers .item-detail {
  position: relative;
  padding-bottom: 80px;
  padding-top: 80px;
}

.partecipating-designers .item-detail .colour-band {
	width: 2000px;
	height: 50%;
	background-color: #dad9d7;
	position: absolute;
	bottom: 0;
	left: 80px;
}

.blue-page .partecipating-designers .item-detail .colour-band {
	background-color: #a0ceec;	
}

.pink-page .partecipating-designers .item-detail .colour-band {
	background-color: #FEBCCB;	
}

.page-yellow .partecipating-designers .item-detail .colour-band {
	background-color: #FFD20B;
}

.partecipating-designers .item-detail .text-container {
  padding-top: 70px;
  padding-left: 70px;
  padding-right: 70px;
}

.partecipating-designers .item-detail .text-container .name, 
.item-detail .text-container .country {
  font-weight: 600;
  display: block;
}

.item-detail .text-container .country {
	margin-bottom: 20px;
}

.partecipating-designers .item-detail .text-container .text {
  margin: 40px 0;
  display: block;
}

.partecipating-designers .item-detail .text-container .concept {
	margin-bottom: 40px;
	font-weight: 600;
}

.partecipating-designers .item-detail .text-container .credits {
	margin-bottom: 20px;
}

.partecipating-designers .item-detail .text-container .crediti {
	margin-bottom: 40px;
}

.partecipating-designers .item-detail .text-container a.link {
  color: #231F20;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.partecipating-designers .item-detail .text-container a.link:hover {
  color: #000;
}

.blue-page .partecipating-designers .item-detail .text-container a.link:hover {
	text-decoration: underline;
	color: #000;
}

.page-id-23115 .partecipating-designers .item-detail .text-container a.link:hover {
  color: #000;
}

.partecipating-designers .item-detail .button {
	margin-top: 20px;
	text-align: right;
	padding-right: 70px;
}

.partecipating-designers .item-detail .button a {
	display: inline-block;
	color: #000;
	background-color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	padding: 9px;
	text-align: center;
	font-size: 24px;
	margin-left: 10px;
}

.partecipating-designers .item-detail .button a:hover {
	background-color: #000;
	color: #fff;
}

.partecipating-designers .item-detail .audio {
  margin-top: 50px;
}

.partecipating-designers .item-detail .arrows {
	background-image: url('../Images/ArrowRight.png');
    width: 50px;
    height: 36px;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 7px;
    cursor: pointer;
}

.partecipating-designers .item-detail .audio audio {
  width: 350px;
}

.partecipating-designers .item-detail .video {
	height: 400px;
}

.partecipating-designers .item-detail .video iframe{
    box-sizing: border-box;
    height: 100%;
    min-height: 100%;
    width: 100%;
}

.partecipating-designers .item-detail .arrows:hover {
	opacity: 0.8;
}

.partecipating-designers a.close-modal {
    color: #000;
    background-color: #FFD20B;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: -20px;
    right: -20px;
    padding: 0px;
    text-align: center;
    font-size: 28px;
}

.partecipating-designers a.close-modal:hover {
    background-color: #000;
    color: #FFD20B;
}

/*.editions .item {
	display: block;
    background-color: #FED20E;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 100px;
    height: 495px;
    padding: 170px 0px;
    position: relative;
}

.editions .item .overlay {
	background-color: rgba(0,0,0,0.4);
  	position: absolute;
  	top: 0px;
  	left: 0px;
    width: 100%;
  	height: 100%;
    opacity: 1;
}

.editions .col-md-4:nth-child(2) .item{
	background-color: #FEBCCB;	
}

.editions .item .year {
	z-index: 2;
  	position: relative;
}

.editions .item:hover {
	text-decoration: none;
}

.editions .item:hover .overlay {
	opacity: 0;
} */

.all-partners-carousel .project-partner,
.all-partners-carousel .print-partner {
	position: relative;
}

.all-partners-carousel .title {
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 30px;
	font-weight: 600;
}

.all-partners-carousel .item,
.all-partners-carousel .item {
	margin-top: 50px;
	display: inline-block;
}

.all-partners-carousel .item img {
    padding: 0 10px;
}

.all-partners-carousel .global-suppliers .item img {
    background-color: #dbd6d3;
}

.all-partners-carousel .capsule-partners .item img,
.all-partners-carousel .project-partners .item img{
    background-color: #dad4db;
}

.all-partners-carousel .print-partners .item img {
	background-color: #d9d8d6;
}

.all-partners-carousel .global-suppliers .item:hover img {
    background-color: #c6c1be;
}

.all-partners-carousel .capsule-partners .item:hover img,
.all-partners-carousel .project-partners .item:hover img{
    background-color: #c5bfc6;
}

.all-partners-carousel .print-partners .item:hover img {
	background-color: #c4c3c1;
}

.download-book-edition .image {
  	display: inline-block;
  	width: 100%;
  	position: relative;
  	padding-bottom: 100px;
}

.download-book-edition .image img {
	float: right;
	margin-right: -50px;
	z-index: 2;
	position: relative;
}

.download-book-edition .image .overlay {
    background-color: #FED20E;
    position: absolute;
    left: 0px;
    top: -100px;
    width: 40%;
    height: 670px;
    z-index: 1;
}


.download-book-edition.edition-2022 .image .overlay {
    background-color: #FEBCCB;
}

.download-book-edition .image .container {
	position: relative;
}
.page-yellow .download-book-edition .btn.btn-primary {
	background-color: #FED20E;
	margin-bottom: 50px;
	border-color: #FED20E;
}

.page-yellow .download-book-edition .btn.btn-primary:hover {
   color: #FED20E;
   background-color: #231F20;
   border-color: #231F20;
}

.pink-page .download-book-edition .btn.btn-primary {
	background-color: #FEBCCB;
	margin-bottom: 50px;
	border-color: #FEBCCB;
}

.pink-page .download-book-edition .btn.btn-primary:hover {
   color: #FEBCCB;
   background-color: #231F20;
   border-color: #231F20;
}

.order-pack-edition {
	position: relative;
    height: 700px;
}

.order-pack-edition .text {
	padding-left: 70px;
  	padding-bottom: 50px;
}

.page-yellow .order-pack-edition .btn.btn-primary {
	margin-left: 70px;
	background-color: #FED20E;
	border-color: #FED20E;
}

.page-yellow .order-pack-edition .btn.btn-primary:hover {
   color: #FED20E;
   background-color: #231F20;
   border-color: #231F20;
}

.pink-page .order-pack-edition .btn.btn-primary {
	margin-left: 70px;
	background-color: #FEBCCB;
	border-color: #FEBCCB;
}

.pink-page .order-pack-edition .btn.btn-primary:hover {
   color: #FEBCCB;
   background-color: #231F20;
   border-color: #231F20;
}

.order-pack-edition.edition-2022 .btn.btn-primary {
	margin-left: 70px;
	background-color: #FEBCCB;
	border-color: #FEBCCB;
}

.order-pack-edition.edition-2022 .btn.btn-primary:hover {
   color: #FEBCCB;
   background-color: #231F20;
   border-color: #231F20;
}

.order-pack-edition .image {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 671px;
	width: 45%;
	background-size: cover;
	background-position: center;
}

#section-47328 {
	padding-bottom: 70px;
}

@media(max-width: 1450px){
	.partecipating-designers .item-detail .text-container {
		 padding: 50px;
	}
}

@media(max-width: 1200px){
	.partecipating-designers .item {
		height: 350px;
	}

	.partecipating-designers .item-detail .image-container > div {
		height: 500px;
	}

	.partecipating-designers .item-detail .text-container {
    	padding-top: 20px;
    	padding-left: 30px;
    	padding-right: 30px;
	}
}

@media(max-width: 991px){
	.partecipating-designers .item {
		height: 350px;
	}

	.partecipating-designers .item-detail {
		padding-top: 50px;
  		padding-bottom: 50px;
	}

	.partecipating-designers .item-detail .image-container {
		padding: 0px;
	}

	.partecipating-designers .item-detail .image-container > div {
		height: 300px;
	}

	.partecipating-designers .item-detail .text-container {
    	padding-top: 0px;
    	padding-left: 15px;
    	padding-right: 0px;
	}

	.partecipating-designers .item-detail .text-container .text {
		margin: 20px 0px;	
	}

	.partecipating-designers .item-detail .arrows {
		width: 39px;
    	height: 27px;
	}

	.partecipating-designers .item-detail .colour-band {
		max-width: 100%;
	}

	.download-book-edition .image { 
		padding: 30px 0px;
	}

	.order-pack-edition,
	.order-pack-edition .image {
		height: 400px;
	}

	#section-47328 {
		padding-bottom: 0px;
	}

	.order-pack-edition .btn.btn-primary {
		margin-left: 55px;
	}

	.all-partners-carousel .item {
		margin-top: 27px;
	}

	.all-partners-carousel .title {
		font-size: 14px;
	}

}

@media(max-width: 767px){
	.partecipating-designers.row {
		margin: 0px;
	}


	.partecipating-designers .item {
    	height: 250px;
	}

	.partecipating-designers .item .caption span {
		font-size: 20px;
  		max-width: 90%;
	}

	.partecipating-designers .item-detail {
		padding-top: 20px;
  		padding-bottom: 15px;
	}

	.partecipating-designers .item-detail .image-container > div {
    	height: 300px;
    	margin-bottom: 15px;
 }

	.partecipating-designers .item-detail .text-container .text {
		margin: 15px 0px;
	}

	.partecipating-designers .item-detail .arrows {
	    width: 20px;
    	height: 14px;
	}

	.partecipating-designers .item-detail .colour-band {
		display: none;
	}

	.partecipating-designers .item-detail .text-container {
		padding-left: 0px;
	}

	.all-partners-carousel .title {
		font-size: 11px;
		line-height: 10px;
	}

	.all-partners-carousel .item, .all-partners-carousel .item {
  		margin-top: 24px;
 }

	.partecipating-designers .item-detail .button {
		margin-top: 0px;
	}

	.partecipating-designers .item-detail .audio {
    	margin-top: 15px;
	}

	
	.order-pack-edition .col-xs-6{
		padding: 0px;
	}

	.order-pack-edition .btn.btn-primary {
    	margin-left: 32px;
	}

	.order-pack-edition,
	.order-pack-edition .image {
    	height: 200px;
	}

	.order-pack-edition {
		padding: 30px;
	}
	
	.download-book-edition .text-right {
		padding: 40px;
	}

	.download-book-edition .image img {
		margin-right: 0px;
	}

	.partecipating-designers .item-detail .text-container .concept {
		margin-bottom: 15px;
	}

	.partecipating-designers .item-detail .text-container .crediti {
		margin-bottom: 15px;	
	}

	.partecipating-designers .item-detail .text-container a.link {
		margin-bottom: 0px;
	}

	.partecipating-designers .item-detail .text-container a.link:hover {
		color: #a0ceec;
		text-decoration: none;
	}

	.pink-page .partecipating-designers .item-detail .text-container a.link:hover {
		color: #FEBCCB;
		text-decoration: none;
	}

	.page-yellow .partecipating-designers .item-detail .text-container a.link:hover {
		color: #FED20E;
		text-decoration: none;
	}
	

}

@media(max-width: 600px){
	.partecipating-designers .item {
    	height: 250px;
	}
}

@media(max-width: 500px){
	.partecipating-designers .item {
    	height: 200px;
	}

	.partecipating-designers .item .caption {
    	margin-top: -45px;
 }

	.partecipating-designers .item .caption span {
  		font-size: 18px;
  		padding: 5px;
	}

	.download-book-edition .text-right {
      padding: 33px 0px 0px;
 }
}

@media(max-width: 400px){
	.order-pack-edition {
		padding: 20px 10px;
	}

	.partecipating-designers .item {
    	height: 150px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Edizione 2021 - 2022 fascia
------------------------------------------------------------------------------------------------- */
.edition-band.edition-2021 {
	display: block;
}

.edition-band .section-title h2 {
  color: #231F20;
  display: inline-block;
}

.edition-band:hover h2 {
	background-color: transparent;
}

.pink-page .edition-band:hover .section-title h2 {
  background-color: transparent;
}

.edition-band.edition-2022:hover .section-title h2 {
  background-color: #FEBCCB;
}

.edition-band {
	margin-top: 70px;
}

.edition-band .item img {
	width: 100%;
}

@media(max-width: 767px){
	.edition-band,
	.edition-band.edition-2021 {
		margin-top: 0px;
	}

	.edition-band .row{
		margin: 0px;
	}

	.edition-band .item img {
		margin-bottom: 30px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Contact
------------------------------------------------------------------------------------------------- */
.contact-section {
  background-color: #dad9d7;
  padding: 100px 0;
}

.contact-section a {
  color: #231F20;
  display: inline-block;
  margin-left: 70px;
}

@media(max-width:767px){
.contact-section {
  padding: 40px 0;
}

.contact-section a {
  margin-left: 30px;
}
}
/* ---------------------------------------------------------------------------------------------- */



/* Order Simple Pack
------------------------------------------------------------------------------------------------- */
.order-pack-section,
.reserve-meeting-section{
	background-color: #c4c3c1;
	padding: 80px 0px;
}

.blue-page .order-pack-section {
	background-color: #a0ceec;
}

.pink-page .order-pack-section {
	background-color: #FEBCCB;	
}

.page-yellow .order-pack-section {
	background-color: #FED20E;
}

.order-pack-section .privacy-field label,
.download-book-section .form-horizontal .privacy-field label,
.reserve-meeting-section .form-horizontal .privacy-field label {
	float: right;
	width: 70%;
}

.order-pack-section .privacy-field label a,
.download-book-section .form-horizontal .privacy-field label a,
.reserve-meeting-section .form-horizontal .privacy-field label a{
	color: #000;
  	text-decoration: underline;
}

.order-pack-section .form-horizontal .privacy-field .input-div {
	width: 5%;
	float: right;
}

.download-book-section .form-horizontal .privacy-field .input-div {
	width: 5%;
	float: right;
}

.reserve-meeting-section .form-horizontal .privacy-field .input-div {
	width: 5%;
	float: right;
}

.order-pack-section .form-horizontal .privacy-field .input-div input,
.download-book-section .form-horizontal .privacy-field .input-div input,
.reserve-meeting-section .form-horizontal .privacy-field .input-div input{   	
   -webkit-transform: scale(3,3);
    margin-left: 15px;
    margin-top: 20px;
}

.order-pack-section .privacy-field label.validation-error-label, 
.download-book-section .form-horizontal .privacy-field label.validation-error-label, 
.reserve-meeting-section .form-horizontal .privacy-field label.validation-error-label {
	float: none;
	position: relative;
	width: 400px;
}

.form-horizontal label.control-label.validation-required {
    text-align: left;  
    font-weight: 700;
    font-size: 30px;
    background: none;
}

.form-horizontal .input-div .input-type-textarea,
.form-horizontal .input-div input.input-type-text,
.form-horizontal .input-div .input-type-dropdownlist,
.form-horizontal .input-div input.input-type-email {
    border-radius: 0px;
    height: 50px;
    max-width: 100%;
  	font-size: 26px;
}

.form-horizontal .input-div .input-type-textarea {
	height: 200px;
}

.form-horizontal .buttons {
	text-align: right;
}

.form-horizontal .buttons .btn.btn-primary {
    background-color: #fff;
    position: relative;
    padding-right: 100px;
    margin-right: 15px;
    color: #000;
}

.form-horizontal .buttons .btn.btn-primary:after {
	background-image: url("../Images/PlusIconBlue.png");
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	bottom: 7px;
	color: #000;
	font-size: 46px;
	right: 30px;
	content: "";
	background-position: bottom;
	width: 40px;
	height: 40px;
	background-size: cover;
}

.gray-page .form-horizontal .buttons .btn.btn-primary:after {
	background-image: url("../Images/PlusIconGray.png");
}

.blue-page .form-horizontal .buttons .btn.btn-primary:after {
	background-image: url("../Images/PlusIconBlue.png");
}

.pink-page .form-horizontal .buttons .btn.btn-primary:after {
	background-image: url("../Images/PlusIconPink.png");
}

.page-yellow .form-horizontal .buttons .btn.btn-primary:after {
	background-image: url("../Images/PlusIcon.png");
}

.form-horizontal .buttons .btn.btn-primary:hover {
	background-color: #231F20;
	color: #FFD;
	border-color: #231F20;
}

.gray-page .form-horizontal .buttons .btn.btn-primary:hover {
	color: #c4c3c1;
}

.blue-page .form-horizontal .buttons .btn.btn-primary:hover {
	color: #a0ceec;
}

.pink-page .form-horizontal .buttons .btn.btn-primary:hover {
	color: #FEBCCB;
}

.page-yellow .form-horizontal .buttons .btn.btn-primary:hover {
	color: #FED20E;
}

.form-horizontal .buttons .btn.btn-primary:hover:after {
	background-position: top;
}

.form-horizontal .input-div {
    position: relative;
}

.inputbox label.validation-error-label {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    bottom: -15px;
    background-color: #a90329 !important;
    font-size: 10px;
    font-weight: lighter;
    padding: 2px 10px !important;
    position: absolute;
    color: #FFF !important;
    right: -5px;
}

.inputbox .validation-highlight {
	background-image: none !important;
	border-color: #a90329;
}

.download-book-section {
	background-color: #a0ceec;
	padding: 80px 0px;
}

.gray-page .download-book-section {
	background-color: #c4c3c1;
}

.blue-page .download-book-section {
	background-color: #a0ceec;
}

.pink-page .download-book-section {
	background-color: #FEBCCB;	
}

.page-yellow .download-book-section {
	background-color: #FED20E;
}

.page-yellow .download-book-section .btn.btn-primary:hover {
	color: #FED20E;
}

.legend {
	display: none;
}

.modal-header {
	background-color: #c4c3c1;
}

.gray-page .modal-header {
	background-color: #c4c3c1;
}

.blue-page .modal-header {
	background-color: #a0ceec;
}

.page-yellow .modal-header {
	background-color: #FED20E;
}

.pink-page .modal-header {
	background-color: #FEBCCB;
}

.modal-header .modal-title i {
	display: none;
}

.modal-header .modal-title {
	font-size: 30px;
    font-weight: 700;
}

.modal-header .close {
	opacity: 1;
	font-size: 50px;
}

.modal-body {
	text-align: center;
  	padding: 20px 0px;
}

.modal-footer {
	text-align: center;
  	border-top: 0px;
}

.modal-footer .btn.btn-primary {
	font-size: 30px;
}

.page-yellow .modal-footer .btn.btn-primary {
	background-color: #FED20E;
}

.page-yellow .modal-footer .btn.btn-primary:hover{
	color: #FED20E;
	background-color: #231F20;
	border-color: #231F20;
}

.order-pack-section .privacy-field label.validation-error-label, 
.download-book-section .form-horizontal .privacy-field label.validation-error-label,
.reserve-meeting-section .form-horizontal .privacy-field label.validation-error-label {
	max-width: 200px;	
  	width: 200px;
}

@media(max-width: 991px) {
	.form-horizontal label.control-label.validation-required {
		font-size: 24px;
	}

	.order-pack-section .privacy-field label,
	.download-book-section .form-horizontal .privacy-field label,
	.reserve-meeting-section .form-horizontal .privacy-field label {
		padding-left: 35px;
	}

	.form-horizontal .buttons .btn.btn-primary {
		padding-right: 70px;
	}

	.form-horizontal .buttons .btn.btn-primary:after {
	    bottom: 9px;
	    right: 17px;
        width: 34px;
	    height: 34px;
	}

	.download-book-section,
	.order-pack-section,
	.reserve-meeting-section {
		padding: 50px 0px;
	}
}

@media(max-width: 767px) {
	.form-horizontal label.control-label.validation-required {
		font-size: 18px;
	}

	.download-book-section .form-horizontal .privacy-field .input-div {
		float: left;
	}

	.download-book-section,
	.order-pack-section,
	.reserve-meeting-section {
		padding: 30px 0px;
	}
	
	.order-pack-section .privacy-field label, .download-book-section .form-horizontal .privacy-field label,
	.reserve-meeting-section .form-horizontal .privacy-field label {
		    width: 95%;
	}

	.form-horizontal .buttons .btn.btn-primary:after {
	    bottom: 8px;
	    right: 17px;
	    width: 17px;
	    height: 17px;
	}

	.form-horizontal .buttons .btn.btn-primary {
    	padding-right: 49px;
  		margin-right: 0px;
	}

	.form-horizontal .input-div .input-type-textarea, .form-horizontal .input-div input.input-type-text,
	.form-horizontal .input-div .input-type-dropdownlist,
	.form-horizontal .input-div input.input-type-email {
		height: 35px;
  		font-size: 18px;
	}

	.form-group {
		margin-bottom: 5px;
	}

	.order-pack-section .form-horizontal .privacy-field .input-div input,
	.download-book-section .form-horizontal .privacy-field .input-div input, .reserve-meeting-section .form-horizontal .privacy-field .input-div input {
    	-webkit-transform: scale(2,2);
    	margin-left: 9px;
    	margin-top: 13px;
	}

	.order-pack-section .privacy-field label,
	.download-book-section .form-horizontal .privacy-field label,
	.reserve-meeting-section .form-horizontal .privacy-field label {
    	padding-left: 21px;
    	font-size: 15px;
    	padding-top: 8px;
   }

	.order-pack-section .col-md-12,
	.download-book-section .col-md-12,
	.reserve-meeting-section .col-md-12 {
  		padding: 0px;
	}

	.order-pack-section .privacy-field label.validation-error-label, 
	.download-book-section .form-horizontal .privacy-field label.validation-error-label,
	.reserve-meeting-section .form-horizontal .privacy-field label.validation-error-label {
  		font-size: 10px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Bande laterali
------------------------------------------------------------------------------------------------- */
.book-bottle-band,
.download-book-band,
.sample-envelope-band{
  position: fixed;
  right: 0;
  bottom: 255px;
  z-index: 5;
}

.download-book-band .section,
.sample-envelope-band .section {
  margin-bottom: 0px !IMPORTANT;
}

.book-bottle-band .section {
	margin-bottom: 0px !Important;
}

.download-book-band {
   bottom: 145px;
}

.sample-envelope-band {
	bottom: 35px;
}

.book-bottle-info,
.download-book-info,
.sample-envelope-info {
	background-color: #c4c3c1;
	position: relative;
	transition: all 0.4s ease 0s;
	font-size: 12px;
}

.download-book-info {
	background-color: #dad9d7;
}

.download-book-info .button-label,
.sample-envelope-info .button-label {
	background-color: transparent;
	padding: 0px;
	font-size: 25px !important;
	float: none;
	display: inline-block !important;
	margin-left: 0px;
}

.download-book-info .btn.btn-primary,
.sample-envelope-info .btn.btn-primary{
	padding: 2px 15px;
	font-size: 20px;
	margin-bottom: 0px;
}

.download-book-info .button-gray {
	display: inline-block;
}

.book-bottle-info.scrolled,
.download-book-info.scrolled,
.sample-envelope-info.scrolled{
	margin-right: -671px;
}

.book-bottle-info .info,
.download-book-info .info,
.sample-envelope-info .info{
	color: #FFF;
	display: inline-block;
	padding: 6px 0px 0px 110px;
}

.book-bottle-info .info {
	box-shadow: 0 1px 3px 3px rgb(0 0 0 / 8%);
}

.sample-envelope-info .info {
	box-shadow: 0 3px 5px 0px rgb(0 0 0 / 8%);
}

.book-bottle-info .info:hover
/*.download-book-info .info:hover,
.sample-envelope-info .info:hover*/{
	opacity: 0.8;
	text-decoration: none;
}

.book-bottle-info .info .icon,
.download-book-info .info .icon,
.sample-envelope-info .info .icon{
	width: 100px;
	float: left;
	padding: 5px;
	margin: 5px 0 0 5px;
	position: absolute;
	left: 0px;
	top: -4px;
}

.book-bottle-info .info .text span,
.download-book-info .info .text span,
.sample-envelope-info .info .text span {
	display: block;
	font-size: 37px;
	font-weight: bold;
	margin-top: 0;
}

.book-bottle-info .info .text,
.download-book-info .info .text,
.sample-envelope-info .info .text{
	padding: 0px 0 15px;
	width: 667px;
	font-size: 25px;
	font-weight: 600;
}

.book-bottle-info .toggle,
.download-book-info .toggle,
.sample-envelope-info .toggle{
	position: absolute;
	background-color: #333;
	left: -12px;
	width: 35px;
	height: 35px;
	text-align: center;
	color: #FFF;
	border-radius: 50%;
	line-height: 25px;
	top: 6px;
	font-weight: 900;
	font-size: 20px;
	padding: 5px;
}

.book-bottle-info .toggle:hover,
.download-book-info .toggle:hover,
.sample-envelope-info .toggle:hover {
  background-color: #CCC;
}

@media(max-width: 991px){
	.book-bottle-band {
		bottom: 254px;
	}
}

@media(max-width: 767px){
	.book-bottle-info .info .icon,
	.download-book-info .info .icon,
	.sample-envelope-info .info .icon {
		width: 60px;
		top: 6px;
	}

	.book-bottle-info .info,
	.download-book-info .info,
	.sample-envelope-info .info {
		padding: 12px 20px 12px 64px;
		min-height: 76px;
	}

	.book-bottle-info.scrolled,
	.download-book-info.scrolled,
	.sample-envelope-info.scrolled {
		margin-right: -220px;
		height: 86px;
	}

	.book-bottle-info .info .text,
	.download-book-info .info .text,
	.sample-envelope-info .info .text {
		font-size: 15px;
		width: 200px;
		padding-bottom: 0px;
	}

	.book-bottle-info .info .text span,
	.download-book-info .info .text span,
	.sample-envelope-info .info .text span {
		font-size: 16px;
		line-height: 17px;
	}

	.download-book-info .info .text .button-label,
	.sample-envelope-info .info .text .button-label {
		font-size: 15px !Important;
		display: block !Important;
		margin-top: 2px;
		margin-bottom: 2px;
	}

	.book-bottle-info .toggle,
	.download-book-info .toggle,
	.sample-envelope-info .toggle {
		font-size: 14px;
		width: 30px;
		height: 30px;
		padding: 2px;
	}

	.book-bottle-band {
		bottom: 277px;
	}

	.download-book-band {
		bottom: 200px;
	}

	.sample-envelope-band {
		bottom: 120px;
	}

	.sample-envelope-info .info {
		box-shadow: none;
	}

	.download-book-info .btn.btn-primary,
	.sample-envelope-info .btn.btn-primary {
		font-size: 12px;
		padding: 2px 7px;
		margin-right: 0px;
	}
	
}
/* ---------------------------------------------------------------------------------------------- */



/* Make x Mark
------------------------------------------------------------------------------------------------- */
.x-grid {
	display: inline-block;
	width: 100%;
	margin: 0px;
}

.x-grid .item {
  position: relative;
  height: 495px;
  background-size: cover;
  background-position: center;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  padding: 0px;
}

.x-grid .item:hover .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #dad9d7;
	opacity: 0.6;
	left: 0;
	transition: all 0.4s ease 0s;
}

.x-grid .item .overlay {
	left: -100%;
}

.x-grid .item .caption {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -17px;
	opacity: 0;
}

.x-grid .item:hover .caption {
	opacity: 1;
}

.x-grid .item .caption span {
  background-color: #231F20;
  font-weight: 500;
  padding: 5px 15px;
  display: inline-block;
  font-size: 23px;
}

.x-grid .images-grid {
  position: relative;
  float: right;
}

.x-grid.left .images-grid {
	float: left;
}

.x-grid .images-grid a {
	position: relative;
	margin-top: 0px;
	display: block;
}

.x-grid .images-grid img {
  display: inline-block;
  margin-left: 50px;
  max-width: 435px;
}

.x-grid.left .images-grid .images img:first-child {
  margin-left: 0;
}

.x-grid .section-title {
	margin-left: -71px;
}

.x-grid .edition {
	position: absolute;
	bottom: 37%;
	font-size: 78px;
	font-weight: 700;
	color: #000;
	left: -15%;
	transform: rotate(90deg);
}

.x-grid.left .edition {
	right: -19%;
	left: auto;
}

.x-grid .images {
	margin-top: 100px;
}

.x-grid .overlay-blue {
	position: absolute;
	width: 70%;
	height: 500px;
	background-color: #a0ceec;
	top: 130px;
	right: 0px;
	z-index: -1;
}

@media(max-width:1600px){
	.x-grid .section-title {
		margin-left: 15px;
	}
}

@media(max-width:1500px){
	.x-grid .images {
	  margin-top: 50px;
	}
	
	.x-grid .images img {
	  max-width: 320px;
	}

	.x-grid .overlay-blue {
		height: 300px;
	}

	.x-grid .edition {
		font-size: 57px;
	}

	.x-grid .item {
		height: 420px;
	}
}

@media(max-width: 1200px){
	.x-grid .item {
		height: 350px;
	}
}

@media(max-width:1150px){
	.x-grid .images img {
	  max-width: 250px;
	  margin-left: 30px;
	}
	
	.x-grid .overlay-blue{
		height: 270px;
	}
	
	.x-grid .images {
	  margin-top: 20px;
	}
	
	.x-grid .section-title {
	  margin-left: -39px;
	}

	.x-grid .edition {
		font-size: 44px;
	}
}

@media(max-width:991px){
	.x-grid .section-title {
	  margin-left: 15px;
	}
	
	.x-grid .images img {
	  max-width: 220px;
	}
	
	.x-grid .overlay-pink {
	  height: 200px;
	}

	.x-grid .section-title h2 {
		margin-bottom: 30px;
	}

	.x-grid .edition {
		font-size: 36px;
		left: -12%;
	}

	.x-grid.left .edition {
		right: -17%;
	}

	.x-grid .item:hover .caption {
		display: none;
	}
}

@media(max-width:767px){

	.x-grid .item {
		height: 300px;
	}

	.x-grid .images-grid {
	  float: none;
	}
	
	.x-grid .images img {
	  max-width: 49%;
	  padding: 0 10px;
	  margin: 0;
	}
	
	.x-grid .images {
	  margin: 20px 0px 0 0px;
	}
	
	.x-grid .overlay-pink {
	  top: 45px;
	  height: 180px;
	  left: 0px;
	}
	
	.x-grid .images-grid {
	  margin-bottom: 0;
	}
}

@media(max-width:600px){

	.x-grid .item {
		height: 250px;
	}
}

@media(max-width:500px){

	.x-grid .item {
		height: 200px;
	}
}

@media(max-width:400px){

	.x-grid .item {
		height: 150px;
	}
}

/*Dettaglio*/
.x-grid .item-detail .image-container > div {
  height: 700px;
  background-size: cover;
  background-position: center;
}

.x-grid .item-detail {
  position: relative;
  padding-bottom: 80px;
  padding-top: 80px;
}

.x-grid .item-detail .colour-band {
	width: 2000px;
	height: 50%;
	background-color: #a0ceec;
	position: absolute;
	bottom: 0;
	left: 80px;
}

.x-grid .item-detail .colour-band {
	background-color: #dad9d7;
}

.x-grid .item-detail .text-container {
  padding-top: 70px;
  padding-left: 70px;
  padding-right: 70px;
}

.x-grid .item-detail .text-container .name, 
.item-detail .text-container .country {
  font-weight: 600;
  display: block;
}

.item-detail .text-container .country {
	margin-bottom: 20px;
}

.x-grid .item-detail .text-container .text {
  margin: 40px 0;
  display: block;
}

.x-grid .item-detail .text-container .concept {
	margin-bottom: 40px;
	font-weight: 600;
}

.x-grid .item-detail .text-container .credits {
	margin-bottom: 20px;
}

.x-grid .item-detail .text-container .crediti {
	margin-bottom: 40px;
}

.x-grid .item-detail .text-container a.link {
  color: #231F20;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.x-grid .item-detail .text-container a.link:hover {
  color: #000;
	text-decoration: underline;
}

.x-grid .item-detail .button {
	margin-top: 20px;
	text-align: right;
	padding-right: 70px;
}

.x-grid .item-detail .button a {
	display: inline-block;
	color: #000;
	background-color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	padding: 9px;
	text-align: center;
	font-size: 24px;
	margin-left: 10px;
}

.x-grid .item-detail .button a:hover {
	background-color: #000;
	color: #fff;
}

.x-grid .item-detail .audio {
  margin-top: 50px;
}

.x-grid .item-detail .arrows {
	background-image: url('../Images/ArrowRight.png');
    width: 50px;
    height: 36px;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 7px;
    cursor: pointer;
}

.x-grid .item-detail .audio audio {
  width: 350px;
}

.x-grid .item-detail .video {
	height: 400px;
}

.x-grid .item-detail .video iframe{
    box-sizing: border-box;
    height: 100%;
    min-height: 100%;
    width: 100%;
}

.x-grid .item-detail .arrows:hover {
	opacity: 0.8;
}

.x-grid a.close-modal {
    color: #000;
    background-color: #FFD20B;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: -20px;
    right: -20px;
    padding: 0px;
    text-align: center;
    font-size: 28px;
}

.x-grid a.close-modal:hover {
    background-color: #000;
    color: #FFD20B;
}

@media(max-width: 1200px){
	.x-grid .item-detail .image-container > div {
		height: 500px;
	}

	.x-grid .item-detail .text-container {
    	padding-top: 20px;
    	padding-left: 30px;
    	padding-right: 30px;
	}
}

@media(max-width: 991px){
	.x-grid .item-detail {
		padding-top: 50px;
  		padding-bottom: 50px;
	}

	.x-grid .item-detail .image-container {
		padding: 0px;
	}

	.x-grid .item-detail .image-container > div {
		height: 300px;
	}

	.x-grid .item-detail .text-container {
    	padding-top: 0px;
    	padding-left: 15px;
    	padding-right: 0px;
	}

	.x-grid .item-detail .text-container .text {
		margin: 20px 0px;	
	}

	.x-grid .item-detail .arrows {
		width: 39px;
    	height: 27px;
	}

	.x-grid .item-detail .colour-band {
		max-width: 100%;
	}
}

@media(max-width: 767px){
	.x-grid .item-detail {
		padding-top: 20px;
  		padding-bottom: 15px;
	}

	.x-grid .item-detail .image-container > div {
    	height: 300px;
    	margin-bottom: 15px;
 }

	.x-grid .item-detail .text-container .text {
		margin: 15px 0px;
	}

	.x-grid .item-detail .arrows {
	    width: 20px;
    	height: 14px;
	}

	.x-grid .item-detail .colour-band {
		display: none;
	}

	.x-grid .item-detail .text-container {
		padding-left: 0px;
	}

	.x-grid .item-detail .button {
		margin-top: 0px;
	}

	.x-grid .item-detail .audio {
    	margin-top: 15px;
	}

	.x-grid .item-detail .text-container .concept {
		margin-bottom: 15px;
	}

	.x-grid .item-detail .text-container .crediti {
		margin-bottom: 15px;	
	}

	.x-grid .item-detail .text-container a.link {
		margin-bottom: 0px;
	}

	.x-grid .item-detail .text-container a.link:hover {
		color: #a0ceec;
		text-decoration: none;
	}

	.x-grid .item-detail .text-container a.link:hover {
		color: #FEBCCB;
		text-decoration: none;
	}

	.x-grid .item-detail .text-container a.link:hover {
		color: #FED20E;
		text-decoration: none;
	}
	

}
/* ---------------------------------------------------------------------------------------------- */



/* Milano Design Week
------------------------------------------------------------------------------------------------- */
.milano-design-week-page .container {
	position: relative;
}

.milano-design-week-page .language-switcher {
	position: absolute;
	top: 50px;
	right: 0px;
}

.milano-design-week-page .language-switcher a {
	background-color: #000;
	color: #fff;
	padding: 8px;
	font-size: 25px;
	font-weight: 600;
	margin-left: 10px;
	min-width: 70px;
	display: inline-block;
	text-align: center;
}

.milano-design-week-page .language-switcher a:hover {
	text-decoration: none;
}

.milano-design-week-page .language-switcher a:hover,
.milano-design-week-page .language-switcher a.active {
	background-color: #c4c3c1;
}

.milano-design-week-page .intro-section .container {
	text-align: center;
}

.milano-design-week-page .intro-section .section-title {
	text-align: left;
}

.milano-design-week-page .intro-section .subtitle {
	text-align: left;
	display: inline-block;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 70px;
}

.milano-design-week-page .intro-section .col-md-6:first-child {
	float: right;
}

.milano-design-week-page .intro-section .text {
	padding-right: 150px;
	padding-left: 30px;
}

.milano-design-week-page .intro-section .text ul {
        list-style-type: none;
        padding-left: 0;
        margin-bottom: 20px;
}

.milano-design-week-page .intro-section .text ul li {
	margin-top: 16px;
}

.milano-design-week-page .intro-section .text ul li::before {
        content: "→ "; 
        font-size: 20px;
        margin-right: 10px;
}

.milano-design-week-page .intro-section .image {
	column-count: 2;
    column-gap: 30px;
	position: relative;
}

.milano-design-week-page .intro-section .image:after {
	content: "";
	background-color: #000;
	width: 80%;
	height: 300px;
	position: absolute;
	bottom: -100px;
	left: 0px;
	z-index: -1;
}

.milano-design-week-page .intro-section .image-left,
.milano-design-week-page .intro-section .image-right {
	background-size: cover;
	background-position: center;
	height: 500px;
}

.milano-design-week-page .background-gray {
	margin-bottom: 0px !Important;
	padding: 100px 0px;
}

.milano-design-week-page .where-we-are {
	position: relative;
	height: 812px;
	border-bottom: 2px solid #000;
}

.milano-design-week-page .where-we-are .text {
	margin-bottom: 40px;
	padding-left: 71px;
}

.milano-design-week-page .where-we-are .btn.btn-primary {
	margin-left: 71px;
}

.milano-design-week-page .where-we-are .image {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 700px;
	width: 47%;
	background-size: cover;
	background-position: top;
}

.milano-design-week-page .subscribe-event {
	padding-top: 0px;
}

.milano-design-week-page .subscribe-event .text {
	padding-left: 70px;
	margin-bottom: 50px;
}

.milano-design-week-page .subscribe-event .privacy-field {
	display: inline-block;
}

.milano-design-week-page .subscribe-event .privacy-field label {
	float: right;
	width: 70%;
}

.milano-design-week-page .subscribe-event .privacy-field label a{
	color: #000;
  	text-decoration: underline;
}

.milano-design-week-page .subscribe-event .privacy-field .input-div {
	width: 5%;
	float: right;
}

.milano-design-week-page .subscribe-event .privacy-field input{   	
   -webkit-transform: scale(3,3);
    margin-left: 15px;
    margin-top: 20px;
}

.milano-design-week-page .subscribe-event .privacy-field label.validation-error-label {
	float: none;
	position: relative;
	width: 400px;
}

.milano-design-week-page .modal-header {
	background-color: #E6E7E9;
	text-align: center;
}

.milano-design-week-page .form-horizontal .buttons {
	margin: 0 auto 30px;
}

@media (min-width: 768px) {
  .milano-design-week-page .form-horizontal .buttons {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .milano-design-week-page .form-horizontal .buttons {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .milano-design-week-page .form-horizontal .buttons{
    width: 1170px;
  }
}

@media (min-width: 1450px) {
  .milano-design-week-page .form-horizontal .buttons {
    width: 1400px;
  }
}

@media (min-width: 1650px) {
  .milano-design-week-page .form-horizontal .buttons {
    width: 1600px;
  }
}

@media(max-width: 1450px){
	.milano-design-week-page .intro-section .text {
		padding-right: 50px;
		padding-left: 10px;
	}

	.milano-design-week-page .intro-section .image {
		padding-right: 0px;
		column-gap: 15px;
	}

	.milano-design-week-page .intro-section .image-left,
	.milano-design-week-page .intro-section .image-right {
		height: 400px;
	}

	.milano-design-week-page .where-we-are .image {
		height: 600px;
		width: 52%;
	}

	.milano-design-week-page .where-we-are {
		height: 695px;
	}
}

@media(max-width: 1200px) {
	.milano-design-week-page .language-switcher {
		top: 30px;
	}

	.milano-design-week-page .section-title h2 br {
		display: none;
	}

	.milano-design-week-page .intro-section .subtitle {
		margin-bottom: 40px;
	}

	.milano-design-week-page .where-we-are .image {
		height: 450px;
		width: 40%;
	}

	.milano-design-week-page .where-we-are {
		height: 550px;
	}

}

@media(max-width: 991px) {
	.milano-design-week-page .language-switcher {
		top: 20px;
	}

	.milano-design-week-page .intro-section .section-title h2 {
		margin-top: 32px;
	}

	.milano-design-week-page .intro-section .container {
		text-align: left;
	}

	.milano-design-week-page .intro-section .subtitle {
		font-size: 25px;
		padding-left: 55px;
		margin-bottom: 30px;
	}

	.milano-design-week-page .intro-section .col-md-6:first-child {
		float: none;
		padding-left: 15px;
		text-align: center;
	}

	.milano-design-week-page .intro-section .col-md-6:first-child .text {
		width: 750px;
		margin: 0 auto;
		padding-right: 0px;
		text-align: left;
		padding-left: 70px;
	}

	.milano-design-week-page .intro-section .image {
		width: 100%;
		padding-left: 0px;
	}

	.milano-design-week-page .intro-section {
		margin-bottom: 100px;
	}

	.milano-design-week-page .intro-section .image:after {
		bottom: -50px;
	}

	.milano-design-week-page .background-gray {
		padding: 50px 0px;
	}

	.milano-design-week-page .where-we-are {
		height: 500px;
	}

	.milano-design-week-page .where-we-are .text {
		padding-right: 350px;
		padding-left: 60px;
		margin-bottom: 30px;
	}

	.milano-design-week-page .where-we-are .btn.btn-primary {
		margin-left: 60px;
	}
  
  	.milano-design-week-page .subscribe-event .privacy-field label {
		padding-left: 22px;
		padding-right: 0px;
	}
}

@media(max-width: 767px) {
	.milano-design-week-page .language-switcher {
		top: 4px;
		right: 15px;
	}

	.milano-design-week-page .language-switcher a {
		font-size: 15px;
		padding: 5px;
		min-width: 50px;
	}

	.milano-design-week-page .intro-section .row {
		margin: 0px;
	}

	.milano-design-week-page .intro-section .subtitle {
		font-size: 17px;
		padding-left: 0px;
		line-height: 18px;
		margin-bottom: 10px;
	}

	.milano-design-week-page .intro-section .col-md-6:first-child .text {
		width: 100%;
		padding-left: 0px;
	}

	.milano-design-week-page .intro-section .text ul li {
		margin-top: 0px;
	}

	.milano-design-week-page .intro-section .image-left,
	.milano-design-week-page .intro-section .image-right {
		height: 250px;
	}

	.milano-design-week-page .intro-section .image:after {
		height: 200px;
		width: 90%;
	}

	.milano-design-week-page .intro-section {
		margin-bottom: 60px;
	}

	.milano-design-week-page .intro-section .image:after {
		bottom: -30px;
	}

	.milano-design-week-page .where-we-are .image {
		position: relative;
		width: 100%;
		right: auto;
		top: auto;
	}

	.milano-design-week-page .background-gray {
		padding: 20px 0px 0px;
	}

	.milano-design-week-page .where-we-are {
		height: auto;
		padding-bottom: 30px;

	}

	.milano-design-week-page .where-we-are .text {
		padding-left: 0px;
		margin-bottom: 10px;
		padding-right: 0px;
	}

	.milano-design-week-page .where-we-are .btn.btn-primary {
		margin-left: 0px;
		margin-bottom: 15px;
	}

	.milano-design-week-page .where-we-are .image {
		height: 250px;
	}

	.milano-design-week-page .subscribe-event .text {
		padding-left: 15px;
		margin-bottom: 15px;
	}

	.milano-design-week-page .subscribe-event .privacy-field .input-div input {
    	-webkit-transform: scale(2,2);
    	margin-left: 9px;
    	margin-top: 13px;
	}

	.milano-design-week-page .subscribe-event .privacy-field label {
    	padding-left: 21px;
    	font-size: 15px;
    	padding-top: 8px;
    	width: 93%;
    	padding-left: 0px;
   }

	.milano-design-week-page .subscribe-event .privacy-field .input-div {
		float: left;
	}

	.milano-design-week-page .subscribe-event .privacy-field .privacy-field label.validation-error-label {
  		font-size: 10px;
	}

	.milano-design-week-page .table-view .buttons {
		margin-top: 0px !IMPORTANT;
		display: inline-block;
		width: 100%;
		padding-right: 15px;
		text-align: center;
	}

	.milano-design-week-page .privacy-html {
		margin: 0px;
	}
}

@media(max-width: 450px){
	.milano-design-week-page .subscribe-event .privacy-field label {
		width: 90%;
	}
}
/* ---------------------------------------------------------------------------------------------- */
