/* START LAST ARRIVALS */
.last-arrivals {
	width: 100%;
	margin: 50px 0;
}
.last-arrivals .title {
	width: 100%;
	text-align: center;
}

.last-arrivals .title::after {
	content: ' ';
	height: 2px;
	width: 100%;
	display:block;
	background-color: #c9b5b7;
}

.last-arrivals .title span {
	margin: 0;
	padding: 10px 100px;
	background-color: #f4e8e8;
	display: inline-block;
	font-size: 20px;
}

.last-arrivals .filters {
	text-align: center;
	padding: 25px 0;
}
.last-arrivals .filters span {
	cursor: pointer;
	/* padding: 25px; */
	margin: 25px;
}
.last-arrivals .filters span.active {
	color: #87ABB0;
}
.last-arrivals .filters span:hover {
	color: #87ABB0;
}
.last-arrivals .content .info {
    background-color: #f4e8e8;
	width: calc(25% - 5px);
	display: inline-block;
	text-align: center;
	vertical-align: top;
    padding-bottom: 35px;
}
.last-arrivals .content .info p {
    background-color: #f4e8e8;
    display: inline-block;
    padding: 60px 90px;
    font-size: 22px;
    text-align: center;
}
.pic-image-par img, .pic-image-v-par img, .pic-image-c-par img{
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	transition: all 0.5s;
}
.pic-image-par img:hover, .pic-image-v-par img:hover, .pic-image-c-par img:hover{ 
	box-shadow: 5px 5px 10px #999 !important;
	transform: scale(1.01);
}

.social-links br {
		display: none;
}

.gglcptch_recaptcha > div {
	width: inherit !important;
}

.last-arrivals .content .products {
	width: calc(75% - 5px);
	display: inline-block;
	vertical-align: top;
}
.last-arrivals .content .products .left,
.last-arrivals .content .products .right {
	width: 30px;
	height: 100%;
	display: inline-block;
	vertical-align: top;
	
}

.last-arrivals .content .products .left img,
.last-arrivals .content .products .right img {
	cursor: pointer;
	max-width:	29px;
}

.helper {
    display: inline-block;
    height: 40%;
    vertical-align: middle;
}
.last-arrivals .content .products .left img {
	transform: rotate(180deg);
	
}
.last-arrivals .content .products .container {
	overflow: hidden;
	width: calc(100% - 70px);
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.last-arrivals .content .products .container {
	overflow: hidden;
}


.last-arrivals .content .products .container > ul {
    /* width: fit-content; */
    /* display: inline-flex; */
    list-style: none;
    padding: 0;
	transition: all 0.2s linear;
}
.last-arrivals .content .products .container > ul > li {
	/*display: inline-block;*/
	float: left;
}


.last-arrivals .content .products .container .product .wp-post-image {
	padding: 20px;
    max-width: 80%;
	margin-bottom: 20px;
    max-height: 222px;
    width: auto;
}

.touch .last-arrivals .content .products .container .product .wp-post-image,
.last-arrivals .content .products .container .product:hover .wp-post-image {
	border: 2px solid #87ABB0;
	padding: 18px;
}

.last-arrivals .content .products .container .product .reserved {
    top: 67px;
    right: 30px;
}
.touch .last-arrivals .content .products .container .product.shop-online .wp-post-image,
.last-arrivals .content .products .container .product.shop-online:hover .wp-post-image {
	border: 2px solid #B39FA0;
}
.touch .last-arrivals .content .products .container .product.collezioni .wp-post-image,
.last-arrivals .content .products .container .product.collezioni:hover .wp-post-image {
	border: 2px solid #87ABB0;
}
.last-arrivals .content .products .container .product {
	position: relative;
	overflow: hidden;
	padding: 10px;
    text-align: center;
}
.last-arrivals .content .products .container .product .product-icons {
	width: calc(100% - 20px);
}
.touch .last-arrivals .content .products .container .product .product-title-price,
.last-arrivals .content .products .container .product:hover .product-title-price {
	margin-top: -20px;
	margin-bottom: 20px;
}

.touch .last-arrivals .content .products .container .product .product-icons,
.last-arrivals .content .products .container .product:hover .product-icons {
	bottom: -5px;
}
.last-arrivals .content .products .container .product .price::before {
    content: ' ';
    height: 2px;
    width: 30%;
    display: block;
    margin: 0 auto 10px;
    background-color: #87ABB0;
}
.last-arrivals .content .products .container .product.shop-online .price::before {
    background-color: #B39FA0;
}
.last-arrivals .content .products .container .product.collezioni .price::before {
    background-color: #87ABB0;
}
.last-arrivals .remove-from-wl {
	display: none;
}

/* END LAST ARRIVALS */
/* START STANDARD BUTTONS */
.tomasi-button-parent {
	width: 100%;
	text-align: center;
}
.tomasi-button {
	text-align: center;
	/*padding: 15px 100px;*/
	padding: 2.5px 10px;
	border: 2px solid #87ABB0;
	background-color: rgba(255,255,255,0.2);
	font-size: 20px;
}
.tomasi-button:hover, .tomasi-button:active, .tomasi-button:focus {
	background-color: #87ABB0;
	color: #fff !important;
}
.tomasi-button.black {
	border: 2px solid #7d7d7d;
}
.tomasi-button.black:hover, .tomasi-button.black:active, .tomasi-button.black:focus {
	background-color: #7d7d7d;
	color: #2e2e30;
}
.tomasi-button.darkblack {
	border: 2px solid #2a2b2c;
}
.tomasi-button.darkblack:hover, .tomasi-button.darkblack:active, .tomasi-button.darkblack:focus {
	background-color: #2a2b2c;
	color: #2e2e30;
}
.tomasi-button.green {
	border: 2px solid #87ABB0;
}
.tomasi-button.green:hover, .tomasi-button.green:active, .tomasi-button.green:focus {
	background-color: #87ABB0;
	color: #2e2e30;
}
.tomasi-button.pink {
	border: 2px solid #87ABB0;
}
.tomasi-button.pink:hover, .tomasi-button.pink:active, .tomasi-button.pink:focus {
	background-color: #87ABB0;
	color: #2e2e30;
}
.tomasi-button.brown {
	border: 2px solid #b39fa0;
}
.tomasi-button.brown:active, .tomasi-button.brown:hover, .tomasi-button.brown:focus {
	color: #2e2e30;
	background-color: #b39fa0;
}
.tomasi-button.rolex_green {
	border: 2px solid #127749;
}
.rev_slider_wrapper .tomasi-button.rolex_green {
	color: #fff;
	background-color: #127749;
}
@media (min-width: 997px) {
	.rev_slider_wrapper .tomasi-button {
		font-size: 22px;
	}
}	
.tomasi-button.rolex_green:active, .tomasi-button.rolex_green:hover, .tomasi-button.rolex_green:focus {
	color: #fff;
	background-color: #127749;
}
/* END STANDARD BUTTONS */
/* START FORM HEADER */
.form-header-container {
	width: 100%;
	text-align: center;
	margin-top: 50px;
}
.form-header-container p {
    margin: 0;
    padding: 8px;
	color: #fff;
}
.form-header-container::after {
	content: ' ';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #87ABB0;
}
.form-header-container p > span {
	padding:  10px 50px;
	background-color: #87ABB0;
}
.form-header-container p > span img {
	max-height: 14px;
	margin-left: 10px;
}
/* END FORM HEADER */
/* START TOMASI SLIDER */


.tomasi-slider {
	width: 100vw;
	display: flex;
}

.tomasi-slider .slider {
	width: 61%;
}

.tomasi-slider .content {
	width: 39%;
	text-align: center;
	position: relative;
}


.tomasi-slider .content .background {
	width: 100%;
	height: 100%;
	position: absolute;
}
.tomasi-slider .content .items {
	position: relative;
	z-index: 10;
}
.subtitle-par,
.tomasi-slider .content .title {
	font-size: 24px;
}
.tomasi-slider .content .title {
    margin-bottom: 20px;
}
.tomasi-slider .content .title.pink::after {
	content: ' ';
	display: block;
	width: 100px;
	height: 2px;
	background-color: #87ABB0;
	margin: 20px auto;
}
.title-par,
.tomasi-slider .content .subtitle {
	font-size: 36px;
	font-family: PlayfairDisplay;
	font-style: italic;
}
.tomasi-slider .content .subtitle {
    margin-top: 20px;
}
.subtitle-right{
	font-size: 31px;
	text-align: right;
	margin-top: 180px;
}

/*video*/	
#video_container #video_play #thevideo iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.video_container {
	margin-top: 25px;
}
.video_container .video_play {
    width: 100%;
    display: inline-block;
}
.video_container .video_play .thevideo {
    padding-top: 47.2%;
    position: relative;
    width: 100%;
}
.video_container .video_link {
    display: inline-flex;
    padding: 0px;
    margin-top: 18px;
    width: 100%;
    float: left;
    /* text-align: center; */
}
.video_container .video_link .link {
    display: inline-block;
    margin: 0px -8px;
    padding: 0px;
    /* text-align: center; */
}
.video_container .video_link .link li {
    display: inline-block;
    margin: 0px;
    padding: 8px;
    width: 33%;
}
.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.video_container .video_link .link li a {
    display: inline-block;
    width: 100%;
    color: #b1b1b1;
    cursor: pointer;
    /* background: #000000; */
}
.video_container .video_link .link li a p.vid_img {
    display: inline-block;
    width: 100%;
    /* border: 5px solid #b1b1b1; */
    margin: 0px;
    transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.video_container .video_link .link li a p.vid_img:hover {
	transform: scale(1.05);
}
.video_container .video_link li a p.vid_img img {
    display: inline-block;
    width: 100%;
    height: auto;
}
.video_container .video_link .link li a {
	text-align: center;
	width: 100%;
	color: #2e2e30;
}
.video_container .video_link .link li a:hover {
	color: #87ABB0;
}
/*end video*/

.js-full-width {
	height: 67.5vh;
	width: 160%;
	left: -30%;
}
@media (min-width: 2048px) {
	.js-full-width {
		height: 75vh;
		width: 180%;
		left: -40%;
	}
}
@media (min-width: 2360px) {
	.js-full-width {
		width: 200%;
		left: -50%;
	}
}
.js-full-width.promo-banner {
	height: 100% !important;
	text-align: center;
}
.js-full-width-small {
	height: 40vh;
	width: 160%;
	left: -30%;
}

.single-brand-title {
	position: relative;
	top: 25%;
}
.single-shoparea-title {
		font-family: PlayfairDisplay;
		position: relative;
		top: 35%;
		font-size: 48px;
}
#brand-logo-cnt-2 p.single-brand-title {
	font-family: PlayfairDisplay;
	text-transform: uppercase;
	top: 32.5%;
	font-size: 36px;
	color: black !important;
}

.single-brand-title img {
	width: 30%;
}
.home-box {
	position: relative;
}
.home-box p {
	width: 100%;
	text-align: center;
    position: absolute;
    bottom: 7px;
    background-color: rgba(255,255,255,0.8);
    padding: 5px;
    margin: 0;
	font-size: 20px;
}

.home-box.black p {
    border: 3px solid #7d7d7d;
}
.home-box.pink p {
    border: 3px solid #87ABB0;
}
.home-box.brown p {
    border: 3px solid #b39fa0;
}
.home-box.gray p {
    border: 3px solid #7d7d7d;
}
.home-box.green p {
    border: 3px solid #87ABB0;
}
.home-box.rolex_green p {
    border: 3px solid #127749;
}
.home-box.rolex_green:hover p {
    color: #fff;
	background-color: #127749;
}
.home-box.black:hover p {
	color: #fff;
	background-color: #7d7d7d;
}
.home-box.pink:hover p {
	color: #fff;
	background-color: #87ABB0;
}
.home-box.gray:hover p {
	color: #fff;
	background-color: #7d7d7d;
}
.home-box.brown:hover p {
	color: #fff;
	background-color: #b39fa0;
}
.home-box.green:hover p {
	color: #fff;
	background-color: #87ABB0;
}

.brand-title-collections {
	width: 100%;
	text-align: center;
	font-size: 36px;
	font-family:PlayfairDisplay;
	font-style: italic;
}
.brand-title-collections::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #87ABB0;
	margin-top: 10px;
}
.brand-title-collections.pink::after {
	background: #87ABB0;
}
.brand-title-collections.black::after {
	background: #7d7d7d;
}
.brand-info-search {
	width: 270px;
	text-align: center;
}

.brand-info-search::before,
.brand-info-search::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #87ABB0;
	margin-top: 10px;
}

.brand-info-search.brown::before,
.brand-info-search.brown::after {
	background: #b39fa0;
}
.brand-info-search.pink::before,
.brand-info-search.pink::after {
	background: #87ABB0;
}
.brand-info-search.black::before,
.brand-info-search.black::after {
	background: #7d7d7d;
}

.brand-info-search img {
	max-width: 270px;
}
.brand-info-search p {
	margin: 0;
}


.brand-info-search a {
	width: 270px;
	text-align: center;
	display: block;
	margin: 5px 0;
}

/* fascette prodotti */
.reserved {
	position: absolute;
  top: 73px;
  right: 20px;
  width: 110px;
  height: 100px;
}

.reserved > p {
	margin: 0;
  transform: rotate(-46deg);
  margin-top: 47px;
  margin-left: 20px;
	color: #fff;
}
.reserved > p:hover {
	color: #fff;
}

#news-row-1 #tomasi-news-text {
	position: relative;
	left: -7.5%;
	top: 100px;
}
#news-row-1 #tomasi-news-text .text-par.smaller {
	width: 120%;
}
#news-row-2 {
	margin-bottom: 150px;
}
#news-row-2 .box-image-par.float-left {
	top: 300px;
}
#news-row-2 #tomasi-world-text {
	position: relative;
	top: 350px;
	left: 10%;
}

@media only screen and (max-width: 1680px) {
	.js-full-width {
		height: 60vh;
		width: 155%;
		left: -25%;
	}
	.single-brand-title {
		top: 22.5%;
	}
	.single-shoparea-title {
		top: 30%;
	}
	.js-full-width-small {
		height: 35vh;
		width: 150%;
		left: -25%;
	}
	
	#brand-logo-cnt-2 p.single-brand-title {
		top: 30%;
	}
}
@media only screen and (max-width: 1490px) {
	.js-full-width {
		height: 80vh;
		width: 130%;
		left: -15%;
	}
}
@media only screen and (max-width: 1300px) {
	.subtitle-par,
	.tomasi-slider .content .title {
		font-size: 18px;
	}
	.tomasi-slider .content .title {
		margin-bottom: 15px;
	}
	.title-par,
	.tomasi-slider .content .subtitle {
		font-size: 28px;
	}
	.tomasi-slider .content .subtitle {
		margin-top: 15px;
	}
	.js-full-width {
		height: 57.5vh;
		width: 140%;
		left: -20%;
	}
	.single-brand-title {
		top: 17.5%;
	}

	.js-full-width-small {
		height: 25vh;
		width: 140%;
		left: -20%;
	}
	
	.single-shoparea-title {
		top: 22.5%;
	}

	#brand-logo-cnt-2 p.single-brand-title {
		top: 17.5%;
	}

	.reserved {
		top: 48px;
		right: 20px;
		width: 75px;
		height: 75px;
	}
	.reserved > p {
		margin: 0;
		-moz-transform: rotate(-47deg);
		-webit-transform: rotate(-47deg);
		-o-transform: rotate(-47deg);
		transform: rotate(-47deg);
		margin-top: 37px;
		margin-left: 6px;
		font-size: 12px;
	}
	.reserved.single > p {
		padding-bottom: 25px;
	}
	.title-par p span {
		font-size: 20px !important;
	}
}
@media only screen and (max-width: 1160px) {
	.js-full-width {
		width: 130%;
		left: -15%;
	}
}
@media only screen and (max-width: 996px) {	
	.subtitle-par,
	.tomasi-slider .content .title {
		font-size: 16px;
	}
	.tomasi-slider .content .title {
		margin-bottom: 12px;
	}
	.title-par,
	.tomasi-slider .content .subtitle {
		font-size: 26px;
	}
	.tomasi-slider .content .subtitle {
		margin-top: 12px;
	}
	.last-arrivals .content .info .tomasi-button-parent{
	
	text-align: right;
	}
	.last-arrivals .content .products {
		width: calc(65% - 20px);
		margin-left: 10px;
	}
	.subtitle-right{
		margin-top: 50px;
	}
	.space-300{
		margin-top: 50px!important;
	}
	/*
	.tomasi-slider .tomasi-button-parent{
		width: 300px;
		text-align: center;
	}
	.tomasi-slider .tomasi-button-parent .tomasi-button{
	    padding: 3px 6%;
	    font-size: 16px;
	}
	*/
	.tomasi-slider .content .title.pink::after {
		margin: 0px auto;
	}
	.tomasi-slider {

		width: 100vw;
		display: block;
	}
	.tomasi-slider .slider {
		width: 100%;
	}
	.tomasi-slider .content {
		width: 100%;
		text-align: center;
		position: relative;
		height: 50vw;
	}
	
	.js-full-width {
		height: 25vh;
		width: 120%;
		left: -10%;
	}
	.home .js-full-width.promo-banner {
		width: 100%;
		left: 0;
	}
	.single-brand-title {
		top: 12.5%;
	}

	.js-full-width-small {
		height: 20vh;
		width: 110%;
		left: -5%;
	}
	.single-shoparea-title {
		top: 15%;
	}
	#brand-logo-cnt-2 p.single-brand-title {
		top: 15%;
	}

	#news-row-1 #tomasi-news-text {
		position: relative;
		left: -7.5%;
		top: 100px;
	}
	#news-row-1 #tomasi-news-text .text-par.smaller {
		width: 100%;
	}
	#news-row-2 {
		margin-bottom: 100px;
	}
	#news-row-2 .box-image-par.float-left {
		top: 170px;
		left: -27.5%;
	}
	#news-row-2 #tomasi-world-text {
		top: 200px;
	}
	#news-row-2 #news-image-left .pic-image-par {
		left: 12.5%;
	}
}
@media only screen and (max-width: 996px) and (max-height: 1025px) {
	.js-full-width {
		height: 32.5vh;
	}
}
@media only screen and (max-width: 996px) and (max-height: 900px) {
	.js-full-width {
		height: 38.5vh;
	}
}
@media only screen and (max-width: 996px) and (max-height: 750px) {
	.js-full-width {
		height: 42.5vh;
	}
}
@media only screen and (max-width: 996px) and (max-height: 600px) {
	.js-full-width {
		height: 50vh;
	}
}
@media only screen and (max-width: 996px) and (max-height: 500px) {
	.js-full-width {
		height: 55vh;
	}
}
@media only screen and (max-width: 835px) {
	#news-row-2 .box-image-par.float-left {
		left: -15%;
	}
	#news-row-2 #news-image-left .pic-image-par img {
		left: 27.5px;
	}
}
@media screen and (max-width: 800px) and (min-device-height: 500px) {
	#news-row-1 #news-image-right {
		top: 75px;
		left: 50px;
	}
	#news-row-1 #news-image-right .box-image-par {
		top: 70px;
		right: 20px;
	}
}
@media only screen and (max-width: 785px) {
	#news-row-1 #news-image-right {
		top: 0;
	}
	#news-row-2 #tomasi-world-text {
			top: 0;
	}
}
@media only screen and (max-width: 767px), only screen and (max-width: 820px) and (max-height: 420px) {
	
	.last-arrivals .content .info {
		display: block;
		width: 100%;
		margin: auto;
	
	}
	.last-arrivals .content .info p {
    padding: 25px 37px;
    margin-top: 10px;
    width: 280px;
	font-size: 20px;
	}
	.last-arrivals .content .products {
	width: calc(100% - 20px);
	margin-left: 10px;
	}
	.last-arrivals .content .info .tomasi-button-parent{
	width: 100%;
	text-align: center;
	}
	.last-arrivals .content .info .tomasi-button-parent .tomasi-button{
	    padding: 3px 12%;
	    font-size: 14px;
	}
	.last-arrivals .content .products .container .product .product-icons {
    width: calc(100% - 10px);
	}
	
	.last-arrivals .content .products .container .product .reserved {
    top: 42px;
    right: 20px;
	}
	.last-arrivals .content .products .container .product .wp-post-image {
		padding: 1px;    
		margin-bottom: 0px;

	}
	.last-arrivals .content .products .left, .last-arrivals .content .products .right{
		margin-top: 30px;
	}
	.reserved {
    top: 63.33px;
    right: 20px;
    width: 60px;
    height: 60px;
	}
	.reserved > p {
		margin-top: 28px;
		margin-left: 6px;
		font-size: 11px;
	}
	
	.tomasi-slider {
		width: 100vw;
		display: block;
	}
	.tomasi-slider .slider {
		width: 100%;
	}
	.tomasi-slider .content {
		width: 100%;
		text-align: center;
		position: relative;
		height: 50vw;
	}
	.res-negozi-mondo .tomasi-slider .content .title {
		margin-bottom: 8px;
	}
	.res-negozi-mondo .tomasi-slider .content .subtitle {
		margin-top: -8px;
		margin-bottom: 6px;
		font-size: 20px;
	}
	
	.js-full-width {
		height: 35vh;
	}
	
	.single-brand-title {
		top: 5%;
	}
	.single-shoparea-title {
		top: 10%;
	}
	.single-brand-title img {
		width: 50%;
	}

	.js-full-width-small {
		height: 15vh;
	}
	#news-row-1, #news-row-2 {
		padding: 0 50px;
	}
	#news-row-1 #news-image-right {
		left: 0;
		top: 30px;
	}
	#news-row-2 {
		margin-bottom: 50px;
	}
	#news-row-2 #news-image-left {
		width: 100%;
		left: 12.5;
	}
	#news-row-2 #tomasi-world-text {
		width: 100%;
		margin-top: 180px;
		left: 0;
	}
	#news-row-2 #tomasi-world-text .text-par.smaller {
		width: 100%;
		padding: 0 50px;
	}
}

@media screen and (max-width: 812px) and (max-height: 480px) {
	.js-full-width {
		height: 70vh;
	}
	.js-full-width-small {
		height: 50vh;
	}
	#news-row-1, #news-row-2 {
		padding: 0 50px;
	}
	#news-row-1 #news-image-right {
		left: 0;
		top: 30px;
	}
	#news-row-2 #news-image-left {
		width: 100%;
		left: 12.5;
	}
	#news-row-2 #tomasi-world-text {
		width: 100%;
		margin-top: 180px;
		left: 0;
	}
	#news-row-2 #tomasi-world-text .text-par.smaller {
		width: 100%;
		padding: 0 50px;
	}
}

@media screen and (max-width: 480px) {
	.js-full-width {
		height: 22.5vh;
	}
	.js-full-width-small {
		height: 12.5vh;
		margin-top: -90px;
	}
	.home .js-full-width.js-full-width.promo-banner {
		width: 100%;
		left: 0;
	}
	.single-brand-title, .single-shoparea-title {
		top: 10%;
		font-size: 32px;
	}
	#brand-logo-cnt-2 p.single-brand-title {
		font-size: 20px;
	}
	#news-row-1, #news-row-2 {
		padding: 0 25px;
	}
	#news-row-1 #tomasi-enews-text {
		padding-right: 0 !important;
	}
	#news-row-1 #tomasi-news-text .text-par.smaller {
		margin-bottom: 0;
	}
	#news-row-2 {
		margin-bottom: -30px;
	}
	#news-row-2 #news-image-left .box-image-par {
		left: -30%;
	}
	#news-row-2 #news-image-left .pic-image-par img {
		top: 0;
		left: 15px;
	}
	#news-row-2 #tomasi-world-text {
		margin-top: 100px;
	}
	#news-row-2 #tomasi-world-text .text-par.smaller {
		padding: 0;
	}
}
@media screen and (max-width: 380px) and (min-height: 800px) {
	.js-full-width {	
		height: 17.5vh;	
	}
}	
@media screen and (max-width: 380px) and (max-height: 670px) {
	.single-brand-title {
		top: 5%;
	}
	#brand-logo-cnt-2 p.single-brand-title {
		top: 7.5%;
	}
}
/* END TOMASI SLIDER */
/*****/

/*****/


#home-boxes {
	width: 90vw;
}
.banner-title.shadow {
	text-shadow: 0 0 10px #000;
}
/*la foto in primo piano a colori le laterali in b/n
1 riga: trento via mazzini
2       trento via san pietro
3 bolzano
*/
#rev_slider_13_1_forcefullwidth .tp-revslider-slidesli:not(.active-revslide),
#rev_slider_15_2_forcefullwidth .tp-revslider-slidesli:not(.active-revslide),
#rev_slider_14_1_forcefullwidth .tp-revslider-slidesli:not(.active-revslide)
 {
	 filter: gray; /*IE 6-9%*/
	-webkit-filter: grayscale(100%); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(100%); /* Microsoft Edge and Firefox 35+ */
}
.brands {
	margin-bottom: 100px;
	text-align: center;
}
.brands span {
    width: calc(25% - 10px);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 20px;
}
.brands-title {
	font-size: 36px;
	font-family: PlayfairDisplay;
	font-style: italic;
	text-align: center;
	padding: 25px;
}
.brands-title::after {
	content: ' ';
	height: 2px;
	width: 100%;
	display:block;
	background-color: #87ABB0;
}

.brands-container:nth-child(1) .brands-title::after {
	background-color: #87ABB0;
}

.brands-container:nth-child(3) .brands-title::after {
	background-color: #7d7d7d;
}

.single-brand-header {
	text-align: center;
	background-color: #87ABB0;
	/*padding: 25px;*/
}

.lines-container {
	width: calc(100% - 320px);
	margin: 50px auto;
	text-align: center;
}
.single-line {
	display: inline-block;
	width: calc(33% - 10px);
	vertical-align: top;
	text-align: center;
	/* border: 1px solid; */
	position:relative;
	overflow: hidden;
	margin-bottom: 50px;
	
}
.single-line .line-image {
	margin-bottom: 80px;
	/* background: #87ABB0; */
}
.single-line .info {
	width: 100%;
	text-align: center;
	position:absolute;
	bottom: -30px;
    transition: all .5s;
}
.single-line .info .line-title {
	font-size: 20px;
	font-family: PlayfairDisplay;
	font-style: italic;
	text-align: center;
	margin-bottom: 10px;
}
.single-line .info .line-action a *{
	display: inline-block;
	vertical-align: middle;
}

.single-line .info .line-action a .add-to-cart-img-hover{
	display: none;
}

.touch .single-line .info .line-action a .add-to-cart-img,
.single-line .info .line-action a:hover .add-to-cart-img {
	display: none;
}
.touch .single-line .info .line-action a .add-to-cart-img-hover,
.single-line .info .line-action a:hover .add-to-cart-img-hover {
	display: inline-block;
}
.single-line .info p {
	margin: 0;
}
.touch .single-line .info a,
.single-line .info a:hover {
	color: initial;
}
.touch .single-line .info,
.single-line:hover .info {
	bottom: 10px;
}

.other-brands {
	width: 100%;
	text-align: center;
}

.other-brands a {
	padding: 10px;
	text-align: center;
	background-color: #87ABB0;
	color: #fff;
}