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

/* General
------------------------------------------------------------------------------------------------- */
:root {
	--primary-color: #506b61;
	--secondary-color:#829e95;
	--background-color: #DBE7E3;
}

body {
	font-family: "Nunito Sans", sans-serif;
	font-weight: 200;
	font-size: 17px;
}

a {
	color: var(--primary-color);
}

.content {
	padding: 0px;
}

.section-title h2,
.section-title h1 {
	font-family: "Space Grotesk", sans-serif;
	font-size: 85px;
	font-weight: 300;
	margin-bottom: 30px;
}

h3 {
	color: var(--primary-color);
	font-weight: 300;
	margin-bottom: 30px;
}

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

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

.btn.btn-primary {
	background-color: transparent;
	border: 0px;
	padding: 0px;
	margin-top: 0px;
	font-size: 15px;
	font-family: 'Space Grotesk', sans-serif;
	background-color: var(--primary-color);
	padding: 6px 35px;
	border-radius: 0px;
}

.btn.btn-primary:hover {
	background-color: #333;
}

@media (min-width: 1450px) {
  .container {
    width: 1400px;
  }
}

@media(max-width: 1450px){
   .section {
	   margin-bottom: 80px !Important;
   }

	.section-title h2, .section-title h1 {
		font-size: 75px !important;
		line-height: 80px !important;
	}
}

@media(max-width: 1200px){
   .section {
	   margin-bottom: 70px !Important;
   }

	.section-title h2, .section-title h1 {
		font-size: 55px !important;
		line-height: 60px !important;
	}

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

@media(max-width: 991px){

	.section {
	   margin-bottom: 50px !Important;
   }
	
	.section-title h2, .section-title h1 {
		font-size: 45px !Important;
		line-height: 50px !Important;
		margin-bottom: 20px;
	}

	h3 {
		margin-top: 15px;
		margin-bottom: 20px;
	}

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

@media(max-width: 767px){

	body {
		font-size: 15px;
	}

	.section {
	   margin-bottom: 30px !Important;
   }
	
	.section-title h2, .section-title h1 {
		font-size: 22px !Important;
		line-height: 27px !Important;
		margin-bottom: 10px;
		margin-top: 0px;
	}

	h3 {
		font-size: 17px;
		margin: 10px 0px;
	}

	ul {
		padding-left: 17px;
	}

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

	.btn.btn-primary {
		padding: 3px 15px;
	}
}
/* ---------------------------------------------------------------------------------------------- */


/* Header
------------------------------------------------------------------------------------------------- */
header {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9;
	width: 100%;
}

header.shrink {
	background-color: var(--background-color);
}

header .navbar-header .navbar-brand {
	background-color: transparent;
	height: auto;
	padding: 25px 15px;
}

header.shrink .navbar-header .navbar-brand {
	padding-top: 10px;
	padding-bottom: 10px;
}

header .navbar-default {
	background-color: transparent !Important;
	border: 0px !Important;
	margin-bottom: 0px !IMPORTANT;
	min-height: auto !IMPORTANT;
}

header .navbar-header .navbar-brand img {
	width: 150px;
}

header .menu {
	float: right;
	margin-bottom: 0px;
	margin-top: 30px;
}

header .navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: var(--primary-color) !important;
	background-color: transparent !Important;
	font-weight: 400;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: transparent;
	font-weight: 900;
}

header .navbar-nav > li > .dropdown-menu {
	padding: 10px 0px;
	background-color: var(--background-color);
}

header .dropdown-menu > li > a {
	padding: 7px 15px;
	text-transform: uppercase;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li.active > a{
	font-weight: 900;
	color: var(--primary-color) !important;
	background-color: transparent !important;
}

header .navbar-default .navbar-nav > li > a:hover,
header .navbar-default .navbar-nav > .active > a {
	background-color: transparent !Important;
	font-weight: 900;
}

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

header .shipping-cost-section {
	background-color: var(--primary-color);
	color: #fff;
	text-align: center;
	padding: 10px 0px;
	font-weight: 400;
	font-family: "Space Grotesk", sans-serif;
}

@media(max-width: 1200px){
	header .navbar-header .navbar-brand {
		padding: 25px 0px;
		width: 120px;
	}

	.navbar-nav > li > a {
		padding: 20px 10px;
	}
}

@media(max-width: 991px){

	header {
		background-color: var(--background-color);
	}
	
	.navbar-toggle,
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background-color: var(--primary-color);
		color: #fff;
		width: 40px;
		height: 40px;
		top: 13px;
		border-radius: 0px;
	}

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

	.navbar-nav > li > a {
		padding: 7px 0px;
		font-size: 16px;
	}

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

}

@media(max-width: 767px){
	
	header .navbar-header .navbar-brand {
		width: 70px;
		padding-top: 10px;
	}

	.navbar-toggle,
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		height: 30px;
		width: 30px;
		padding: 5px;
		margin-top: 0px;
		margin-right: 5px;
	}

	header .shipping-cost-section {
		font-size: 12px;
		padding: 5px 15px;
	}

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

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



/* Footer
------------------------------------------------------------------------------------------------- */

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

footer .contact-section {
	padding: 50px 0px 30px;
	border-top: 1px solid var(--primary-color);
}

footer .contact-section .title {
	color: var(--primary-color);
	font-family: "Space Grotesk", sans-serif;
	font-size: 20px;
	margin-bottom: 10px;
}

footer .contact-section a {
	color: var(--primary-color);
	display: inline-block;
}

footer .contact-section a.phone {
	margin-bottom: 10px;
	display: block;
}

footer .contact-section a.btn.btn-primary {
	display: inline-block;
	color: #fff;
}

footer .contact-section .logo {
	max-width: 150px;
	margin-bottom: 10px;
}

footer .contact-section .description {
	padding: 0px 70px 0px 0px;
	margin-bottom: 15px;
}

footer .contact-section a.social {
	background-color:  var(--background-color);
		width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	padding: 5px;
}

footer .shop-column {padding-left: 30px;padding-right: 70px;}

footer .shop-column .text {
	margin-bottom: 20px;
}

#footer-copyright {
	text-align: center;
	margin-bottom: 30px;
	font-size: 15px; 
}

#footer-copyright a {
	color: var(--primary-color);
}

@media(max-width: 1200px){
		
	footer .contact-section .logo  {
		max-width: 100px;
	}
	
	footer .contact-section .description {
		padding-right: 0px;
	}

	footer .shop-column {
		padding-right: 0px;
	}
}

@media(max-width: 991px){
	 header .menu {
		 float: left;
		 width: 100%;
		 margin-top: 0px;
	}

	footer {
		text-align: center;
	}

	footer .contact-section .logo {
		margin: 0 auto;
		max-width: 200px;
	}

	footer .contact-section .logo img {
		margin: 0 auto;
	}

	footer .contact-section .title {
		margin-top: 15px;
	}

	footer .contact-section {
		padding-bottom: 20px;
	}
}

@media(max-width: 767px){
	footer .contact-section {
		padding-top: 30px;
	}

	footer .contact-section .logo {
		width: 150px;
	}

	footer .contact-section .title {
		font-size: 16px;
		margin: 10px 0px 5px;
	}

	footer .shop-column {
		padding: 0px 15px !important;
	}
}
/* ---------------------------------------------------------------------------------------------- */


/* Home
------------------------------------------------------------------------------------------------- */
#slides {
	background-color: var(--background-color)!Important;
	height: 800px !important;
}

#slides img {
	position: absolute !important;
	left: 65% !important;
	top: 52% !important;
	width: AUTO !IMPORTANT;
	height: 550PX !important;
	object-fit: cover;
	transform: translate(-50%, -50%);
}

#slides img.second-image {
	position: absolute !important;
	left: 80% !important;
	top: 50% !important;
	width: 500px !IMPORTANT;
	height: 700px !IMPORTANT;
	object-fit: cover;
	transform: translate(-50%, -50%);
}

#slides .text-container {
	text-align: left !Important;
}

#slides .title {
	font-size: 150px!Important;
	font-family: "Space Grotesk", sans-serif;
	border-bottom: 0px !Important;
	text-align: left !IMPORTANT;
	line-height: 147px !IMPORTANT;
	text-align: left !important;
	width: 66% !IMPORTANT;
	display: inline-block;
	margin: 0px 0px 50px !important;
	color: var(--primary-color) ! IMPORTANT;
}

#slides .sub-title {
	background-color: var(--secondary-color) !Important;
	padding: 20px 30px 20px 0px;
	text-align: left !Important;
	width: auto;
	display: inline-block !important;
	position: relative;
	font-size: 20px !important;
}

#slides .sub-title:before {
	content: "";
	background-color: var(--secondary-color) !Important;
	width: 1000px;
	left: -1000px;
	top: 0px;
	height: 100%;
	position: absolute;
}

#slides .overlay {
	display: none;
}

.who-we-are-section .text{
	max-width: 70%;
}

.who-we-are-section .btn.btn-primary {
	float: right;
}

.category-shop .item {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 49px;
    background-color: var(--background-color);
    color: #000;
}

.category-shop .row .item:hover {
	text-decoration: none;
}

.category-shop .item.icon {
	background-color: var(--secondary-color);
	padding: 0px 30px 50px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
} 

.category-shop .col-md-3:nth-child(5) .item.icon,
.category-shop .col-md-3:nth-child(3) .item.icon {
	background-color: var(--background-color);
}

.category-shop .item img {
	right: 70px;
	top: 20px;
	width: 250px;
	height: 90%;
	object-fit: cover;
	position: absolute;
	z-index: 1;
}

.category-shop .item.icon img {
	position: relative;
	top: auto;
	left: 50%;
	z-index: 0;
	object-fit: contain;
	width: 100%;
	transform: translateX(-50%);
	max-height: 200px;
}

.category-shop .row .item .title {
	font-size: 30px;
	font-weight: 500;
	font-family: "Space Grotesk", sans-serif;
	margin-bottom: 10px;
	width: 50%;
	padding-left: 50px;
	font-weight: 400;
	color: var(--primary-color);
}

.category-shop .row .item.icon .title {
	width: 100%;
	padding-left: 0px;
	color: #fff;
}

.category-shop .row .item .description {
	width: 50%;
	padding-left: 50px;
}

.category-shop .row .item.icon .description {
	width: 100%;
	padding-left: 0px;
	color: #fff;
}

.category-shop .btn.btn-primary {
	padding: 5px 15px;
	margin-left: 50px;
	margin-top: 15px;
}

.category-shop .item.icon .btn.btn-primary {
	margin-left: 0px;
	color: #fff !Important;
}

.category-shop .col-md-3:nth-child(5) .item.icon .title,
.category-shop .col-md-3:nth-child(3) .item.icon .title {
	color: var(--primary-color);
}

.category-shop .col-md-3:nth-child(5) .item.icon .description,
.category-shop .col-md-3:nth-child(3) .item.icon .description {
	color: #000 !Important;
}


.distribution-section .text {
	width: 100%;
	margin-bottom: 30px;
}

.distribution-section .item {
	margin-top: 50px;
	border: 1px solid var(--background-color);
	padding: 50px;
	min-height: 250px;
	background-color: var(--background-color);
}

.distribution-section .item .title {
	color: var(--primary-color);
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 20px;
}

.distribution-section .item .description {
	height: 80px;
	margin-bottom: 10px;
}

@media(max-width: 1450px){
	.distribution-section .item {
		margin-top: 20px;
	}

	#slides .title {
		font-size: 120px !Important;
		line-height: 120px !important;
	}

	#slides img {
	position: absolute !important;
	left: 66% !important;
	top: 55% !important;
	height: 450px !IMPORTANT;
	object-fit: cover;
	transform: translate(-50%, -50%);
	}
	
	#slides img.second-image {
		position: absolute !important;
		left: 80% !important;
		top: 55% !important;
		width: 500px !IMPORTANT;
		height: 600px !IMPORTANT;
		object-fit: cover;
		transform: translate(-50%, -50%);
	}

	.who-we-are-section .text {
		max-width: 80%;
	}

	.category-shop .item img {
		height: 80%;
	}

	.category-shop .item {
		height: 430px;
	}

	.category-shop .item.icon {
		padding: 20px;
	}

	.category-shop .item.icon img {
		max-height: 200px;
	}
}

@media(max-width: 1200px){
	.distribution-section .item {
		margin-top: 0px;
		padding: 30px;
		min-height: auto;
	}

	.category-shop .item img {
		right: 30px;
	}

	.who-we-are-section .text {
		max-width: 100%;
		margin-bottom: 30px;
	}

	#slides {
		height: 700px !Important;
	}

	#slides .title {
		font-size: 80px !Important;
		line-height: 85px !Important;
		margin-bottom: 30px !important;
	}

	#slides .text-container {
		margin-top: -80px;
	}

	#slides img {
		height: 400px !IMPORTANT;
	}
}

@media(max-width: 991px){
	.distribution-section .item {
		margin-bottom: 30px;
	}

	.distribution-section .col-md-6:last-child .item {
		margin-bottom: 0px;
	}

	.distribution-section .item .description {
		height: auto;
		margin-bottom: 15px;
	}
	
	.category-shop .item {
		height: auto;
		padding: 30px;
	    display: flex;
	    flex-direction: column;
	}

    .category-shop  .item img {
        order: 1;
        margin-bottom: 30px !important;
        height: 350px;
        width: unset;
    }

    .category-shop  .item .title {
        order: 2;
    }

    .category-shop  .item .description {
        order: 3;
        width: 100% !important;
    }

    .category-shop  .item .btn {
        order: 4;
        margin-left: 0px;
        margin: 0 auto !Important;
    }

	.category-shop .item.icon img {
		height: 250px;
	}

	.category-shop .item img {
		margin: 0 auto;
		position: relative;
	}

	.category-shop .row .item .title {
		padding-left: 0px;
		text-align: center;
		width: 100%;
	}

	.category-shop .row .item .description {
		padding-left: 0px;
		text-align: center;
		margin-bottom: 10px;
	}

	#slides {
		height: 550px !Important;
	}

	#slides .title {
		font-size: 60px !Important;
		line-height: 55px !Important;
		margin-bottom: 30px !important;
	}

	#slides img {
		height: 350px !Important;
	}

	#slides .sub-title {
		padding: 15px;
	}

	#slides .text-container {
		margin-top: 0px;
	}


}

@media(max-width: 767px){

	#slides {
		height: 550px !Important;
	}

	.distribution-section {
		padding: 0px 15px;
	}
	
	.distribution-section .text {
		margin-bottom: 15px;
	}

	.distribution-section .item {
		padding: 15px;
	}

	iframe {
		width: 100%;
	}

	.category-shop .row {
		margin: 0px;
	}

	.category-shop .item {
		padding: 15px;
	}

	.category-shop .item img {
		height: 200px;
		right: auto;
	}

	.category-shop .item.icon img {
		height: 200px;
		margin-bottom: 0px !important;
	}

	.category-shop .row .item .title {
		font-size: 18px;
		margin-bottom: 5px;
	}

	#slides img {
		position: relative !important;
		left: auto !important;
		top: auto !important;
		transform: initial;
		margin-top: 120px;
		margin-left: auto;
		height: 250px !important;
		margin-left: -30%;
		left: 50% !important;
	}

	#slides .text-container {
		position: relative;
		left: auto;
		top: auto;
		margin-top: 0px;
	}

	#slides .title {
		width: 100% !important;
		font-size: 30px !important;
		line-height: 30px !important;
		text-align: center !Important;
		margin-top: 25px !important;
		display: block;
		margin-bottom: 15px !IMPORTANT;
	}

	#slides .title br {
		display: none;
	}

	#slides .sub-title {
		padding: 10px;
		text-align: center !important;
		font-size: 16px !important;
		width: 100%;
		line-height: 20px;
	}

	#slides .sub-title:before {
		display: none;
	}

	.category-shop .item.icon {
		padding: 15px;
	}


	.distribution-section .item .title {
		font-size: 16px;
		margin-bottom: 5px;
	}
}

@media(max-width: 500px){
	#slides img {
		left: 50% !IMPORTANT;
		transform: translateX(-50%);
		margin-left: 0px;
	}
}
/* ---------------------------------------------------------------------------------------------- */


/* Chi siamo
------------------------------------------------------------------------------------------------- */
.intro-section {
	background-color: var(--background-color);
	height: 580px;
	display: flex;
	align-items: flex-end;
	padding-bottom: 50px;
}

.intro-section .section-title h1 {
	font-size: 100px ! Important;
	font-family: "Space Grotesk", sans-serif;
	border-bottom: 0px ! Important;
	text-align: left ! IMPORTANT;
	line-height: 97px ! IMPORTANT;
	text-align: left !important;
	display: inline-block;
	margin: 0px 0px 20px !important;
	color: var(--primary-color) ! IMPORTANT;
}

.intro-section h3 {
	background-color: var(--secondary-color) !Important;
	padding: 20px 30px 20px 0px;
	text-align: left !Important;
	width: 70%;
	display: inline-block !important;
	position: relative;
	font-size: 20px !important;
	color: #fff;
}

.intro-section h3:before {
	content: "";
	background-color: var(--secondary-color) !Important;
	width: 1000px;
	left: -1000px;
	top: 0px;
	height: 100%;
	position: absolute;
}


.beno-section {
	background-color: var(--secondary-color) !Important;
	color: #fff;
	padding: 100px 0px;
}

.beno-section h3 {
	color: #fff;
}

.beno-section .container {
	position: relative;
}

.beno-section .item {
	position: relative;
	padding-bottom: 50px;
	border-bottom: 1px solid #fff;
	margin-bottom: 50px;
}

.beno-section .item:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.beno-section .image {
	border-radius: 50%;
	position: absolute;
	top: 200px;
	left: 50px;
	width: 250px;
	height: 250px;
}

.beno-section .image img {
	border-radius: 50%;
	width: 100%;
	left: 0px !important;
	height: 100% !important;
	object-fit: cover;
}

.beno-section .text {
	padding-left: 350px;
	padding-top: 50px;
	min-height: 270px;
	display: flex;
	align-content: center;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 50px;
}

.beno-section .text a {
	color: #fff;
}

.beno-section .author-title {
	margin-top: 50px;
	background-color: var(--background-color) ! Important;
	padding: 20px 0px;
	text-align: left ! Important;
	width: 30%;
	display: inline-block !important;
	position: relative;
	font-size: 20px !important;
	color: var(--primary-color);
	margin-bottom: 30px;
}

.beno-section .author-title:before {
	content: "";
	background-color: var(--background-color) !Important;
	width: 1000px;
	left: -1000px;
	top: 0px;
	height: 100%;
	position: absolute;
}

.beno-section .book-list a,
.beno-section .book-list div{
	color: #fff;
	display: block;
	margin-bottom: 15px;
	font-size: 18px;
}

.beno-section .book-list a i,
.beno-section .book-list div i{
	margin-right: 10px;
}

.beno-section .book-list a:hover {
	font-weight: 600;
	text-decoration: none;
}

@media(max-width: 1450px){

	.intro-section {
		height: 450px;
	}
	
	.intro-section .section-title h1 {
		font-size: 75px !important;
		line-height: 80px !important;
	}

	.beno-section {
		padding: 70px 0px;
	}

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

	.beno-section .image {
		top: 170px;
	}
}

@media(max-width: 1200px){

	.intro-section {
		height: 370px;
	}
	
	.intro-section .section-title h1 {
		font-size: 55px !important;
		line-height: 60px !important;
		margin-bottom: 0px !important;
	}

	.intro-section h3 {
		padding: 15px 0px;
		width: 90%;
		bottom: 0px;
		margin-bottom: 0px;
		padding-right: 30px;
	}

	.beno-section {
		padding: 50px 0px;
	}

	.beno-section .text {
		padding-top: 30px;
	}

	.beno-section .author-title {
		margin-top: 50px;
	}

	.beno-section .book-list a,
	.beno-section .book-list div {
		width: 100%;
	}

	.beno-section .item {
		position: relative;
		padding-bottom: 30px;
		border-bottom: 1px solid #fff;
		margin-bottom: 30px;
	}

}

@media(max-width: 991px){

	.intro-section {
		height: 350px;
	}
	
	.intro-section .section-title h1 {
		font-size: 45px !important;
		line-height: 50px !important;
		margin-bottom: 0px !important;
	} 

	.beno-section {
		padding: 30px 0px;
	}

	.beno-section .image {
		width: 150px;
		left: 0px;
		top: 147px;
		height: 150px;
	}

	.beno-section .text {
		padding-left: 170px;
		min-height: 200px;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.beno-section .author-title {
		margin-top: 20px;
	}
}

@media(max-width: 767px){
	.intro-section {
		height: auto;
		padding-top: 100px;
		padding-bottom: 15px;
	}

	.intro-section .container {
		width: 100%;
	}

	.intro-section h3 {
		padding: 15px 15px 15px 0px;
		margin-top: 10px;
		font-size: 16px !important;
		width: 95%;
	}

	.intro-section .section-title h1 {
		font-size: 22px !Important;
		line-height: 27px !Important;
	}

	.beno-section {
		padding: 15px 0px;
	}

	.beno-section .image {
		position: relative;
		top: auto;
		left: auto;
		height: auto;
		margin-top: 15px;
	}

	.beno-section .text {
		padding-left: 0px;
		padding-top: 15px;
		padding-bottom: 0px;
		min-height: auto;
	}

	.beno-section .author-title {
		margin: 0px 0px 15px 0px;
		padding: 10px 0px;
		font-size: 16px !important;
	}

	.beno-section .book-list a,
	.beno-section .book-list div {
		font-size: 16px;
		margin-bottom: 7px;
	}

	.beno-section .item {
		position: relative;
		padding-bottom: 15px;
		border-bottom: 1px solid #fff;
		margin-bottom: 15px;
	}
}
/* ---------------------------------------------------------------------------------------------- */


/* Prodotti
------------------------------------------------------------------------------------------------- */
.testate-grid .intro {
	margin-bottom: 70px;
}

.cartine-grid .intro a,
.testate-grid .intro a {
	color: var(--primary-color);
}


.book-list .intro,
.cartine-grid .intro {
	width: 70%;
}

.book-list .intro,
.cartine-grid .buttons {
	margin-bottom: 90px;
}

.cartine-grid .item,
.testate-grid .item,
.book-list .item {
	margin-bottom: 50px;
	border-bottom: 1px solid var(--primary-color);
	padding-bottom: 50px;
}

.cartine-grid .item:last-child,
.testate-grid .item:last-child,
.book-list .item:last-child {
	border-bottom: 0px;
}

.book-list .item .col-md-6 {
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	align-items: flex-start;
}

.book-list .item .col-md-6 img {
	margin: 0 auto;
	max-height: 500px;
	min-height: 400px;
}

.testate-grid .item .formato,
.book-list .data {
	background-color:var(--background-color);
	display: inline-block;
	padding: 5px 20px;
}

.cartine-grid .title,
.testate-grid .title,
.book-list .title {
	font-size: 50px ! Important;
	font-family: "Space Grotesk", sans-serif;
	border-bottom: 0px ! Important;
	text-align: left ! IMPORTANT;
	line-height: 56px ! IMPORTANT;
	text-align: left !important;
	display: inline-block;
	margin: 10px 0px 0px !important;
	color: var(--primary-color) ! IMPORTANT;
}

.book-list .item .description {
	margin-bottom: 20px;
}

.testate-grid .title {
	display: block;
}

.testate-grid .image {
	margin: 30px 0px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	position: relative;
}

.montagne-divertenti-info .image-column img {
	height: 600px;
	margin: -50px auto 0px;
}

.montagne-divertenti-info strong,
.montagne-divertenti-info a {
	color: var(--primary-color);
}

.montagne-divertenti-info a:hover {
	text-decoration: underline;
}

.montagne-divertenti-info .item {
	margin-bottom: 40px;
}

.cartine-grid .image {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}

.cartine-grid .image img {
	float: right;
}

.testate-grid .image img {
	margin: 0 auto;
}


.testate-grid .info-item strong {
	text-transform: uppercase;
	color: var(--primary-color);
}

.testate-grid .info-item {
	margin-bottom: 20px;
}

.book-list .buttons {
	margin-bottom: 0px;
}

.book-list .buttons a {
	margin-right: 15px;
}

.sold-out-section {
	background-color: var(--background-color);
	padding: 100px 0px;
}

.sold-out-section .book-list .data {
	background-color: var(--secondary-color);
	color: #fff;
	margin-bottom: 15px;
} 

.testate-grid .lightbox{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.9);
    z-index:9999;
    justify-content:center;
    align-items:center;
}

.testate-grid .lightbox img{
    max-width:90%;
    max-height:90%;
    object-fit:contain;
}

.testate-grid .lightbox .close{
    position:absolute;
    top:20px;
    right:30px;
    color:#fff;
    font-size:40px;
    font-weight:bold;
    cursor:pointer;
    opacity: 1;
}

.testate-grid .zoom-image{
    cursor:zoom-in;
}

.cartine-grid .item .buttons {
	margin-bottom: 0px;
}

.book-detail .book-detail-header {
	background-color: var(--background-color);
	padding-top: 180px;
	margin-bottom: 70px;
	padding-bottom: 50px;
}

.book-detail .book-detail-header .buttons {
	margin-bottom: 50px;
}

.book-detail .book-detail-header .box-info {
	margin-bottom: 30px;
}

.book-detail .book-detail-header .first-book {
	color: var(--primary-color);
	font-weight: 600;
	margin-top: 15px;
	font-size: 17px;
	margin-bottom: 5px
}

.book-detail .book-detail-header .box-info .info span {
	font-weight: 600;
	color: var(--primary-color);
}

.book-detail .small-title {
	text-align: center;
	color: var(--primary-color);
	font-weight: 600;
	margin-top: 50px;
	margin-bottom: 30px;
}

.book-detail .book-detail-header img {
	min-height: 500px;
	margin-top: 80px;
}

.book-detail .image-grid {
	margin-bottom: 50px;
}

.book-detail .image-grid img {
	margin: 0 auto;
}

.book-detail .text {
	margin-bottom: 50px;
}

.book-detail .shop-box {
	margin-bottom: 50px;
	display: inline-block;
	width: 100%;
	margin-top: 50px;
}

.book-detail .shop-list {
	margin-top: 50px;
}

/*Gallery*/
.gallery-carousel.owl-carousel a {
  height: 400px;
  display: block;
  background-size: cover;
  background-position: center;
  position: relative;
}
.gallery-carousel.owl-carousel a .overlay {
  background-color: rgba(98,130,124,0.6);
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
}
.gallery-carousel.owl-carousel a:hover .overlay {
  opacity: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 40px !important;
  border-radius: 0 !important;
  height: 4px !important;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #127362 !important;
}

.l-section {
	position: absolute;
    top: 28px;
    right: 87px;
    line-height: 19px;
    font-size: 19px;
}

.l-section a {
	color: #fff;
    text-transform: uppercase;
    display: block;
    padding: 2px;
  	font-size: 18px;
}

.l-section a:hover,
.l-section a.active {
	text-decoration: underline;
}

@media(max-width: 1450px){
	.cartine-grid .title, .testate-grid .title, .book-list .title {
		font-size: 45px !important;
	}

	.testate-grid .image {
		margin-top: 15px;
	}

	.montagne-divertenti-info .image-column img {
		margin-top: 0px;
	}

	.shop-list iframe {
		width: 50%;
		float: left;
	}
}


@media(max-width: 1200px){
	.cartine-grid .title, .testate-grid .title, .book-list .title {
		font-size: 37px !important;
		line-height: 42px !important;
	}

	.testate-grid .image {
		margin-bottom: 20px;
	}

	.book-list .intro,
	.cartine-grid .intro {
		width: 100%
	}

	.book-list .intro,
	.cartine-grid .buttons {
		margin-bottom: 50px;
	}

	.sold-out-section {
		padding: 70px 0px;
	}

}

@media(max-width: 991px){
	.testate-grid .intro {
		margin-bottom: 50px;
	}

	.cartine-grid .title,
	.testate-grid .title,
	.book-list .title {
		font-size: 33px !Important;
		line-height: 37px !Important;
	}

	.testate-grid .info-item {
		margin-bottom: 15px;
	}

	.cartine-grid .item,
	.testate-grid .item,
	.book-list .item {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.book-list .intro,
	.cartine-grid .buttons {
		margin-bottom: 30px;
	}

	.cartine-grid .image {
		text-align: center !Important;
	}

	.cartine-grid .image img {
		margin: 0 auto;
		float: none;
	}

	.montagne-divertenti-info .image-column img {
		height: 500px;
	}

	.book-detail .book-detail-header img {
		margin: 30px auto 0px;
		min-height: auto;
		width: 100%;
	}

	.book-detail .book-detail-header {
		padding-top: 170px;
	}

	.book-detail .book-detail-header .buttons {
		margin-bottom: 30px;
	}

	.book-list .item .col-md-6 img {
		margin-top: 30px;
		max-width: 100%;
	}

	.sold-out-section {
		padding: 50px 0px;
	}

	.shop-list iframe {
		width: 100%;
	}

	.book-detail .shop-box {
		margin-bottom: 30px;
	}
	
	.book-detail .shop-list {
		margin-top: 30px;
	}

	.book-detail .small-title {
		margin-top: 30px;
	}

}

@media(max-width: 767px){
	.testate-grid .intro {
		margin-bottom: 30px;
	}

	.testate-grid .intro ul {
		padding-left: 19px;
	}

	.cartine-grid .title,
	.testate-grid .title,
	.book-list .title {
		font-size: 22px !Important;
		line-height: 27px !Important;
		margin-top: 0px !important;
		width: 100%;
	}

	.testate-grid .image {
		margin: 10px 0px;
	}

	.cartine-grid .item,
	.testate-grid .item,
	.book-list .item {
		padding-bottom: 15px;
		margin-bottom: 20px;
	}

	.testate-grid .item .formato,
	.book-list .data {
		padding: 5px 15px;
		margin-bottom: 10px;
	}

	.cartine-grid .item .buttons,
	.testate-grid .item .buttons,
	.book-list .item .buttons {
		margin-bottom: 0px;
	}

	.book-list .intro,
	.cartine-grid .buttons {
		margin-bottom: 15px;
	}

	.montagne-divertenti-info .image-column img {
		height: 400px;
	}

	.montagne-divertenti-info .item {
		margin-bottom: 15px;
	}

	.montagne-divertenti-info .item:last-child {
		margin-bottom: 0px;
	}

	.book-detail .book-detail-header {
		padding-top: 120px;
		padding-bottom: 15px;
		margin-bottom: 30px;
	}

	.book-detail .text {
		margin-bottom: 20px;
	}

	.sold-out-section {
		padding: 30px 0px;
		padding-bottom: 0px;
	}

	.book-detail .shop-box {
		margin-bottom: 15px;
		margin-top: 15px;
	}
	
	.book-detail .shop-list {
		margin-top: 15px;
	}

	.book-detail .image-grid {
		margin-bottom: 30px;
	}

	.book-detail .small-title {
		margin-top: 15px;
	}

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



/* Contatti
------------------------------------------------------------------------------------------------- */
.contact-section .item {
	border: 1px solid var(--background-color);
	padding: 50px;
	min-height: 190px;
}

.contact-section .item .title {
	color: var(--primary-color);
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
}

.contact-section .item a {
	color: var(--primary-color);
}

.contact-section .col-md-4:last-child .item a {
	background-color: var(--background-color);
	width: 30px;
	height: 30px;
	display: block;
	border-radius: 50%;
	padding: 5px;
	text-align: center;	
}

.feedback .header-feedback {
	margin-bottom: 50px;
}

.feedback .legend {
	display: none !Important;
}

.feedback .fields-container {
	margin-top: 15px;
}

.feedback .fields-container .form-group {
	margin-bottom: 30px;
}

.feedback .fields-container textarea,
.feedback .fields-container input {
	background-color: transparent;
	max-width: 100% !Important;
	border: 0px;
	border-bottom: 1px solid var(--primary-color);
	box-shadow: none;
	border-radius: 0px;
}

.feedback .fields-container .privacy-field {
	padding: 0px;
}

.feedback .fields-container label {
	font-weight: 300;
}

.feedback .fields-container label.validation-required {
	background-image: none;
	padding-left: 0px;
	font-weight: 200;
}

.feedback .fields-container .privacy-field input {
    float: left;
    max-width: 14px !important;
    height: 14px !important;
}

.feedback .container .fields-container .privacy-field a {
	color: var(--main-color);
}

.feedback .inputbox .validation-highlight {
    background: #fff0f0 none repeat scroll 0 0 !important;
    border-color: #a90329;
}

.feedback .input-div {
    position: relative;
}

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

.modal-header {
	background-color: var(--primary-color);
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.modal-header .close {
	color: #fff;
	opacity: 1;
}

.modal-body {
	text-align: center;
	padding-top: 30px;
}

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

.modal-footer .btn-primary {
	margin-top: 0px;
}

@media(max-width: 1450px){
	.contact-section .item {
		padding: 45px 40px;
	}
}

@media(max-width: 1200px){
	.contact-section .item {
		padding: 40px 30px;
		min-height: 210px;
	}

	.contact-section .item {
		min-height: auto;
		margin-bottom: 30px;
		padding: 30px;
	}

	.contact-section .col-md-4:last-child .item {
		margin-bottom: 0px;
	}

	.contact-section .item .contact p {
		margin: 0px;
	}
}

@media(max-width: 991px){
	.feedback .header-feedback {
		margin-bottom: 30px;
	}
}

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

	.contact-section .item .title {
		margin-bottom: 5px;
	}

	.feedback .header-feedback {
		margin-bottom: 15px;
	}

	.feedback .fields-container .privacy-field {
		margin-bottom: 10px;
	}

	.feedback .buttons {
		margin-bottom: 0px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Banner Cookie
------------------------------------------------------------------------------------------------- */

.cookie-consents {
	z-index: 99999 !Important;
    line-height: 20px !Important;
}

.cookie-consents .banner-description a {
	color: #fff;
	text-decoration: underline;
}

.cookie-consents a:hover {
	color: #fff;
}

.cookie-consents .table {
	background-color: transparent;
	color: #fff;
}

.cookie-consents .cookie-buttons a.evidence {
	background-color: var(--primary-color) !Important;
}

.cookie-consents .cookie-buttons a.evidence:hover {
	background-color: #fff !Important;
}

input#tct1InputCheckbox {
  height: 13px !important;
}

.cookie-consents .cookie-options .tab-cookie-type-options label {
  color: #FFF;
  font-size: 12px;
}

.change-cookie-consents {
	background-color: var(--primary-color) !important;
	color: #FFF !important;
	padding: 5px 10px;
	font-size: 16px;
	line-height: 18px;
	display: inline-block;
	margin-top: 15px;
}

.view-privacy-policy a,
.view-cookie-policy a {
	color: var(--primary-color);
}


.view-privacy-policy strong {
	font-weight: 300;
}

.tab-cookie-type-name,
.table > thead > tr > th{
	font-weight: 300 !Important;
}


@media(max-width: 767px){
	.cookie-consents .banner-intro .banner-description {
		font-size: 10px;
		line-height: 14px;
	}

	.cookie-consents .cookie-buttons a {
		font-size: 10px;
		padding: 5px !Important;
		line-height: 13px;
	}

	.cookie-consents .cookies-details .tab a {
		font-size: 10px;
	}
  
   .cookie-consents .main-change-cookie-consents a {
       line-height: 20px;
   }

	.cookie-consents .cookies-details .cookie-declaration-tab .cookies-table .tab-cookie-type-description {
		font-size: 10px;
		line-height: 12px;
	}
  
    .cookie-consents .cookie-options .tab-cookie-type-options {
       display: inline-block;
       width: 80%;
    }
  
    .cookie-consents .cookie-options {
        padding-right: 80px !important;
    }

	.cookie-consents .cookies-details .cookie-declaration-tab .cookie-type a {
		font-size: 10px;
	}
  
     .cookie-consents .cookie-options .tab-cookie-type-options label {
         padding: 0px;
     }

	.cookie-consents .cookies-details .cookie-declaration-tab .cookies-table .table th, .cookie-consents .cookies-details .cookie-declaration-tab .cookies-table .table td {
		font-size: 10px;
	}
  
    .cookie-consents .cookies-details .last-updated-message {
        line-height: 13px;
   }
}
/* ---------------------------------------------------------------------------------------------- */