/*Titolo e I tre box negozi*/
.tomasi-boutique{
	/*margin-top:200px;*/
}
.box-title{
	display: table;
	margin: 0 auto;
	width: 390px;
	height: 70px;
	background-color: #87ABB0;
}
.box-title p{
	color: white;
	font-size: 24px;
	font-size: 1.5rem;
	text-align:center; 
	vertical-align:middle; 
	display:table-cell;
}
.line-divider{	
	height: 3px;
	width: 100%;
	background-color: #87ABB0;
}
.box-cont{
	display: block;
    width: 100%;
    table-layout: fixed;
    border-spacing: 10px;
	margin-top: 50px;
	text-align: center;
}
.box-shops{
	display: inline-block;
	width: 33%;
	height: 442px;
	vertical-align: top;
	
}

#shop0{
	background-color: #87ABB0;
  position: relative;
	margin-right: 5px;
}
#shop1, #shop2, #shop3{
	text-align:center;
	position: relative;
	margin-right: 5px;
}

#shop0 p{
	/* position: absolute; */
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.5;
	width: 35%;
	text-align: center;
    margin: 32% auto 0;
	
	
}
#shop1 p, #shop2 p, #shop3 p{
	font-family: PlayfairDisplay;
	position: absolute;
	font-size: 44px;
	font-size: 2.75rem;
	font-style: italic;
	top: 35%;  
	width: 100%;
	margin: 0 auto;
	vertical-align: center;
	color: #4b4c4f;

}
#shop1 p.sub, #shop2 p.sub, #shop3 p.sub {
	font-family: PontantSans;
	position: absolute;
	font-size: 26px !important;
	font-size: 2.75rem;
	font-style: none;
	top: 50%;  
	width: 100%;
	margin: 0 auto;
	vertical-align: center;
	color: #4b4c4f;

}

.fade.vc_mobile img {
   opacity: 0.5;  
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
   }
.fade.vc_mobile p {
   opacity: 1;  
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
   }
 /*
.fade:hover img {
      opacity: 1;
	  cursor: pointer;
}

.fade:hover p {
      opacity: 0;
}
*/
.fade:not(.vc_mobile) img {
   opacity: 1;  
   }
.fade:not(.vc_mobile) p {
     opacity: 0;
   
   }
.fade:hover:not(.vc_mobile) img {opacity: 0.5;  
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;

	  cursor: pointer;
}

.fade:hover:not(.vc_mobile) p {
	opacity: 1;
	-moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    
}

/* INIZIO BRANDS */

.brand-container {
	width: 100%;
	margin: 50px 0;
}

.brand-container .left,
.brand-container .right {
	/*width: 50px;*/
	display: none;
}

.brand-container .content {
	width: calc(100% - 110px);
	display: none;
	overflow: hidden;
}

.brand-container .left img,
.brand-container .right img {
	cursor: pointer;
    max-width: 35px;
	margin-bottom: 50%;
	
}
.brand-container .left img {
	transform: rotate(180deg);
	
}

.brand-container .content ul {
    list-style: none;
    padding: 0;
	transition: all 0.2s linear;
}
.brand-container .content ul > li {
	display: inline-block;
	float: left;
	text-align: center;
}
.brand-container .content ul > li img{
	/*max-height: 50px;*/
	max-width: 70%;
}


.new-brand-container {
    margin-top: 50px;
	background-color: #ffffff !important;
	margin-bottom: 50px;
}

.new-brand-container .content {
    font-size: 0;
	padding: 50px 5px; 
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
}
.new-brand-container .brand {
    display: inline-block;
    width: 161px;
    font-size: initial;
    height: 161px;
    background: #fff;
    margin: 5px;
    border: 2px solid #f5f5f5;
    -webkit-transition: border .3s ease-out;
    -webkit-transition: -webkit-box-shadow .3s ease-out;
    -webkit-transition: box-shadow .3s ease-out;
    -moz-transition: border .3s ease-out;
    -moz-transition: -moz-box-shadow .3s ease-out;
    -moz-transition: box-shadow .3s ease-out;
    -o-transition: border .3s ease-out;
    -o-transition: box-shadow .3s ease-out;
    transition: border .3s ease-out;
    transition: -webkit-box-shadow .3s ease-out;
    transition: -moz-box-shadow .3s ease-out;
    transition: box-shadow .3s ease-out;
}
/*.new-brand-container .brand:hover {
  border: 2px solid #87ABB0;
	-webkit-box-shadow: 0 0px 10px rgba(100,100,100,0.4);
	-moz-box-shadow: 0 0px 10px rgba(100,100,100,0.4);
	box-shadow: 0 0px 10px rgba(100,100,100,0.4);
}*/
.new-brand-container .brand img {
    top: 50%;
	left: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: relative;
}

.new-brand-container .content{
	display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 70% !important;
    flex-wrap: wrap;
}

.new-brand-container {
    margin-top: 50px;
    background-color: #ffffff !important;
    margin-bottom: 50px;
    margin: auto;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.et-brands-title h1 {
    text-align: center;
	font-size: 18px !IMPORTANT;
	color: #c69249;
}


/* FINE BRANDS */

@media only screen and (max-width: 1300px) {
	
	.new-brand-container .content {
		width: 902.5px;
	}
	
}

@media only screen and (max-width: 1000px) {
	
	.new-brand-container .content {
		width: 605px;
	}
	
}

@media only screen and (max-width: 767px) {
	
	
	.new-brand-container {
		 margin-bottom: -40px;
	}
	
}
@media only screen and (max-width: 700px) {
	
	.new-brand-container .content {
		width: 456.25px;
	}
	
}

@media only screen and (max-width: 500px) {
	
	.new-brand-container .content {
		width: 100%;
	}
	
	.new-brand-container .brand {
		width: calc(50vw - 15px);
		height: calc(50vw - 15px);
	}
	
}

@media only screen and (max-width: 350px) {
	
	.new-brand-container .brand {
		width: calc(100vw - 10px);
		height: calc(100vw - 10px);
	}
	
}