/*
|--------------------------------------------------------------------------
| Fonts
|--------------------------------------------------------------------------
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');


/*
|--------------------------------------------------------------------------
| Commons
|--------------------------------------------------------------------------
*/

body {
	background: #FFF;
	font-family: 'Montserrat', sans-serif;
	color: #333;
	font-size: 15px;
	line-height: 22px;
	-webkit-font-smoothing: antialiased;
}
.container {
	margin: 0 auto;
	max-width: 1100px;
	padding: 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
h1 {
	font-weight: 600;
	color: #006156;
}
h2 {
	font-weight: 600;
	color: #006156;
}
h3 {
	font-weight: 600;
	color: #006156;
}


/*
|--------------------------------------------------------------------------
| Header
|--------------------------------------------------------------------------
*/

header {
	width: 100%;
}
.navbar {
	background: #006156;
	margin: 0px;
	padding: 0px;
	border: none;
	border-radius: 0px;
}
.logo {
	float: left;
	margin: 20px 0px;
}
.logo img {
	height: 60px;
}
header nav {
	float: right;
	margin-top: 39px;
	font-size: 15px;
}
header nav ul {
	padding: 0px;
	display: inline-block;
}
header nav ul li {
	display: block;
	float: left;
	margin-left: 0px;
	background-color: #006156;
}
header nav ul li nav-link{
	background-color: #006156;
}
.navbar-toggle {
	margin-top: 22px;
	margin-right: 5px;
	padding: 5px;
	border-radius: 0px;
	border: none;
}
.navbar-default .navbar-toggle {
	background: none;
}
.navbar-default .navbar-toggle:hover {
	background: none;
}
.icon-bar {
	background: #CCC!important;
}


/*
|--------------------------------------------------------------------------
| Hero
|--------------------------------------------------------------------------
*/

.flexslider, .flex-viewport {
	background: #EEE;
	width: 100%;
	height: 65vh;
}
.flexslider .slides li {
	background-position: center center;
	width: 100%;
	height: 100%!important;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
}
.flex-caption {
	display: table;
	width: 100%;
}
.flex-text {
	display: table-cell;
	vertical-align: middle;
	height: 85vh;
	font-size: 38px;
	line-height: 48px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	text-shadow: 2px 2px 10px rgba(0,0,0,0.80);
}
.flex-text h1 {
	padding-bottom: 20px;
	color: #FFF;
	text-transform: lowercase;
}
.flex-control-nav {
	bottom: 20px!important;
	z-index: 100!important;
}
@media (min-width: 768px) and (max-width: 991px) {

	.flexslider, .flex-viewport {
		height: 350px;
	}
	.flex-text {
		height: 350px;
	}

}
@media (max-width: 767px) {

	.flexslider, .flex-viewport {
		height: 300px;
	}
	.flex-text {
		height: 300px;
	}

}


/*
|--------------------------------------------------------------------------
| Pages
|--------------------------------------------------------------------------
*/

section {
	width: 100%;
	padding: 60px 0px 0px 0px;
	min-height: 500px;
	position: relative;
}
.banner-top-page {
	height: 500px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner-products-and-services {
	background-image: url('../images/products-and-services/slide-prodotti.jpg');
}
.banner-flavours, .banner-natural-flavours, .banner-micro-flavours{
	background-image: url('../images/products-and-services/flavours/slide-flavours.jpg');
}
.banner-juices {
	background-image: url('../images/products-and-services/juices/slide-juices.jpg');
}
.banner-extracts {
	background-image: url('../images/products-and-services/extracts/slide-extracts.jpg');
}
.banner-product {
	background-image: url('../images/products-and-services/slide-prodotti.jpg');
}
.banner-sales-channels {
	background-image: url('../images/sales-channels/slide-channels.jpg');
}
.banner-contacts {
	background-image: url('../images/contacts/slide-contatti.jpg');
}
.social-icons {
	float: left;
	height: 40px;
	width: 40px;
	margin: 0px 10px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.social-icons i {
	color: #fff;
}


/*
|--------------------------------------------------------------------------
| Home
|--------------------------------------------------------------------------
*/

.grid-left {
	position: absolute;
	background: url('../images/home/grid-left.png') top left no-repeat;
	background-size: contain;
	width: 100%;
	height: 750px;
	top: -375px;
	left: 0;
	z-index: 100;
}
.grid-right {
	position: absolute;
	background: url('../images/home/grid-right.png') top right no-repeat;
	background-size: contain;
	width: 100%;
	height: 750px;
	top: -375px;
	right: 0;
	z-index: 100;
}
.home-ingredients {
	padding-bottom: 70px;
}
.home-ingredients .text-box {
	padding: 60px 20px;
}
.home-ingredients .text-box img {
	margin: 50px 0px 20px 0px;
	height: 60px;
}
.home-ingredients .text-box p {
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	color: #006156;
}
.home-who-we-are {
	background-color: #70C02B;
}
.home-who-we-are .text-box {
	padding: 70px 50px;
}
.home-who-we-are .text-box h1 {
	color: #006156;
}
.home-who-we-are .text-box .divider {
	background-color: #006156;
	width: 100px;
	height: 3px;
	margin: 40px 0px 40px 0px;
}
.home-who-we-are .text-box p {
	margin-bottom: 30px;
	font-size: 17px;
	line-height: 27px;
	font-weight: 600;
	color: #fff;
}
.home-who-we-are .image-box {
	position: absolute;
	background: url('../images/home/chi-siamo.jpg') center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 670px;
	top: -45px;
	right: 0px;
	z-index: 10;
}
.home-pre-footer img {
	width: 100%;
}
/* .who-we-are p {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 30px;
} */
.who-we-are-description {
	margin-bottom: 100px;
}
.how-we-are-decription h1 {
	margin-bottom: 40px;
}
.how-we-are-decription p {
	margin-bottom: 40px;
}
.who-we-are-container {
	position: absolute;
	width: 100%;
	margin: -120px -15px 0px -15px;
	z-index: -10;
}
.who-we-are-container img {
	width: 100%;
}
.who-we-are-spacer {
	margin-top: -100px;
}
.who-we-are-goals {
	background-color: #70C02B;
	padding: 110px 50px;
	text-align: center;
}
/* .who-we-are-goals h1 {
	font-size: 50px;
	margin: 0px;
}
.who-we-are-goals .divider {
	background-color: #006156;
	width: 80px;
	height: 3px;
	margin: 50px auto 80px auto;
} */
.who-we-are-goals ul {
	display: inline-block;
	width: 100%;
	margin: 0px;
}
.who-we-are-goals .goal-card-header {
	padding: 15px 10px;
}
.who-we-are-goals .goal-card-header img {
	width: 145px;
	height: 145px;
	object-fit: contain;
}
.who-we-are-goals .goal-card-body {
	padding: 15px 10px;
}
.who-we-are-goals .goal-card-body p {
	color: #006156;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 25px;
	margin: 0px;
}
.who-we-are-bottom {
	height: 850px;
}
.who-we-are-bottom img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
}
.text-box-ps {
	padding: 30px 40px;
	text-align: center;
}
.text-box-ps h1 {
	margin-bottom: 35px;
}
.text-box-ps p {
	line-height: 30px;
	font-size: 18px;
	margin-bottom: 20px;
}
.text-box-ps p strong {
	font-weight: 600;
}


/*
|--------------------------------------------------------------------------
| Product and services
|--------------------------------------------------------------------------
*/

.product-and-services-pre-footer img {
	width: 100%;
}
.category-product-card .header {
	position: relative;
	height: 300px;
}
.category-product-card .header img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
}
.category-product-card .header img.hover {
	opacity: 0;
}
.category-product-card .header:hover img.default {
	opacity: 0;
}
.category-product-card .header:hover img.hover {
	opacity: 1
}
.back-to-ps {
	margin: 50px 0px 150px 0px;
}


/*
|--------------------------------------------------------------------------
| Flavours
|--------------------------------------------------------------------------
*/

.flavour-notes {
	text-align: center;
}
.flavour-notes ul {
	padding-left: 0px;
}
.flavour-notes li {
	list-style: none;
}
.flavour-notes .note {
	font-size: 18px;
}
.flavour-notes .note, .flavour-notes .note-description {
	color: #006156;
	line-height: 24px;
}
.flavour-notes .flavour-divider {
	width: 90px;
	height: 2px;
	display:inline-block;
	margin: 25px 0px;
	background-color: rgb(61, 206, 157);
}
.flavour-notes .extracts-divider {
	width: 90px;
	height: 2px;
	display:inline-block;
	margin: 25px 0px;
	background-color: #99d7ef;
}
.micro-flavours-container {
	position: absolute;
	width: 100%;
	margin: -120px -15px 0px -15px;
	z-index: -10;
}
.micro-flavours-container img {
	width: 100%;
}
.micro-flavours-spacer {
	margin-top: -100px;
}


/*
|--------------------------------------------------------------------------
| Contacts
|--------------------------------------------------------------------------
*/

.address-card {
	padding-top: 80px;
}
.address-card .address-body {
	margin-bottom: 40px;
}
.address-card .divider, .contacts-form .divider {
	background-color: #006156;
	width: 50px;
	height: 3px;
	margin: 40px 0px;
}
.contacts-form .divider {
	margin: 40px auto;
}
.contacts-icon {
	background-color: #70C02B;
}
.contacts-map-image {
	background: url('../images/contacts/italy.png') center center no-repeat;
	background-size: contain;
	margin: 50px 0px 80px 0px;
	width: 100%;
	height: 550px;
}
.contacts-green-strip {
	position: relative;
	margin-top: 150px;
	height: 180px;
	background-color: #70C02B;
}
.contacts-green-strip .green-strip-image {
	position: absolute;
	width: 1100px;
	height: 160px;
	top: -160px;
	left: calc(50% - 550px);
}
.contacts-green-strip .green-strip-image img {
	width: 100%;
}
.contacts-map-strip {
	background: url('../images/contacts/contacts-map.jpg') center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 400px;
}
.contacts-form {
	margin-top: 80px;
}
.contacts-pre-footer img {
	margin-top: -200px;
	width: 100%;
}


/*
|--------------------------------------------------------------------------
| R&D
|--------------------------------------------------------------------------
*/
.research-development-description {
	margin-bottom: 100px;
}
.research-development-list {
	display: inline-block;
	padding: 0px;
	width: 670px;
	list-style: none;
	color: #006156;
}
.research-development-list li {
	padding: 10px 0px;
	font-size: 20px;
}
.research-development-bottom {
	height: 670px;
}
.research-development-bottom img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
}


/*
|--------------------------------------------------------------------------
| Accordion
|--------------------------------------------------------------------------
*/

.accordion-card .accordion-header {
	height: 250px;
}
.accordion-card .accordion-header img {
	width:100%;
	height:100%;
	object-fit:contain;
}
.accordion-card .accordion-body {
	padding: 30px;
}
.accordion-card .accordion-product {
	position: relative;
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 10px 0px;
}
.accordion-card .accordion-categories {
	cursor: pointer;
}
.accordion-card .accordion-product-description {
	padding: 10px 0px;
}
.accordion-card .accordion-product .accordion-name {
	font-size: 20px;
	font-weight: 600;
}
.accordion-card .accordion-description p {
	padding: 10px 0px;
	text-align: left;
	color: #000;
}
.accordion-card .accordion-product .product-categories {
	font-size: 16px;
	font-weight: 600;
}
.accordion-card .accordion-product .sign {
	position: absolute;
	font-size: 22px;
	right: 10px;
	font-weight: 600;
}
.sign-toggle-disabled {
	display: none;
}
.accordion-card .accordion-list {
	display: none;
	border-bottom: 1px solid;
	padding: 10px 0px 6px 0px;
}
.accordion-card .accordion-list ul {
	list-style: none;
	padding-left: 0px;
	display: inline-block;
}
.accordion-card .accordion-list ul li {
	padding: 4px 0px;
}
.accordion-card .accordion-juices {
	color: #006156;
}
.accordion-card .accordion-juices-border {
	border-color: #ff9f25;
}
.accordion-card .accordion-extracts {
	color: #006156;
}
.accordion-card .accordion-extracts-border {
	border-top: 1px solid #99d7ef;
	border-bottom: none;
}
.accordion-card .accordion-extracts-border-bottom {
	border-bottom: 1px solid #99d7ef;
}
.accordion-card .accordion-beverage {
	border-color: #2fbdff;
}
.accordion-card .accordion-ice-cream {
	border-color: #fa71bd;
}
.accordion-card .accordion-bakery {
	border-color: #df9349;
}
.accordion-card .accordion-savoury {
	border-color: #d53e22;
}

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

footer {
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
}
.main-footer {
	background: #006156;
	padding: 60px 0px 40px 0px;
}
.footer-logo {
	height: 120px;
}
.footer-divider {
	margin: 10px 0px 20px 0px;
	border-bottom: 1px solid #FFF;
}
.copy-footer {
	background: #DDD;
	padding: 20px 0px;
}
.footer-icons {
	float: right;
	background-color: none;
	border: 1px solid #FFF;
}


/*
|--------------------------------------------------------------------------
| Forms
|--------------------------------------------------------------------------
*/

label {
	font-weight: 400;
}
input[type="text"], input[type="email"] {
	height: auto!important;
	padding: 12px 16px!important;
	border: 1px solid #CCC!important;
}
input[type="checkbox"] {
	margin-top: 16px;
	margin-right: 8px;
	cursor: pointer;
}
textarea {
	padding: 16px!important;
	border: 1px solid #CCC!important;
	resize: vertical;
}
input:focus, textarea:focus {
	outline: none!important;
	border: 1px solid #CCC!important;
	box-shadow: 0 0 4px #CCC!important;
}
.btn-default, .btn-default:disabled {
	background: #70C02B;
	padding: 9px 18px;
	height: auto!important;
	font-size: 18px;
	font-weight: 700;
	color: #FFF!important;
	border: 1px solid #70C02B;
	border-radius: 50px;
	text-transform: uppercase;
	transition: color 0.3s linear, background 0.3s linear;
	-moz-transition: color 0.3s linear, background 0.3s linear;
	-webkit-transition: color 0.3s linear, background 0.3s linear;
}
.btn-default:hover, .btn-default:focus {
	background: #FFF;
	color: #70C02B!important;
	border: 1px solid #70C02B;
	outline: 0!important;
}
.btn-default.btn-alt {
	background: #006156;
	color: #FFF!important;
	border: 1px solid #006156;
}
.btn-default.btn-alt:hover, .btn-default.btn-alt:focus {
	background: #70C02B;
	color: #006156!important;
	border: 1px solid #006156;
}
.btn-default.btn-lg, .btn-default.btn-lg:disabled {
	background: #CCC;
	padding: 12px 18px;
	font-size: 18px;
	font-weight: 700;
	color: #FFF!important;
	border: 1px solid #CCC;
	border-radius: 50px;
	transition: color 0.3s linear, background 0.3s linear;
    -moz-transition: color 0.3s linear, background 0.3s linear;
    -webkit-transition: color 0.3s linear, background 0.3s linear;
}
.btn-default.btn-lg:hover, .btn-default.btn-lg:focus {
	background: #DDD;
	color: #FFF!important;
	border: 1px solid #CCC;
	outline: 0!important;
}
.form-control::-webkit-input-placeholder {
	color: #b1b1b1;
}
.form-control:-moz-placeholder {
	color: #b1b1b1;
}
.form-control::-moz-placeholder {
	color: #b1b1b1;
}
.form-control:-ms-input-placeholder {
	color: #b1b1b1;
}


/*
|--------------------------------------------------------------------------
| Links
|--------------------------------------------------------------------------
*/

a:link, a:visited, a:active {
	text-decoration: none;
	color: #333;
	transition: color 0.3s linear, background 0.3s linear;
    -moz-transition: color 0.3s linear, background 0.3s linear;
    -webkit-transition: color 0.3s linear, background 0.3s linear;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a.nav-link:link, a.nav-link:visited, a.nav-link:active {
	background: #006156;
	padding: 39px 25px;
	color: #FFF;
	font-weight: 600;
	text-decoration: none;
}
a.nav-link:hover {
	background: #006156;
	text-decoration: none;
	color: #70C02B;
	font-weight: 600;
}
a.nav-link-attivo:link, a.nav-link-attivo:visited, a.nav-link-attivo:active {
	background: #006156;
	padding: 39px 25px;
	text-decoration: none;
	color: #70C02B;
	font-weight: 600;
}
a.nav-link-attivo:hover {
	background: #006156;
	text-decoration: none;
	color: #FFF;
	font-weight: 600;
}
a.footer-link:link, a.footer-link:visited, a.footer-link:active {
	text-decoration: none;
	color: #FFF;
	border-bottom: none;
}
a.footer-link:hover {
	text-decoration: none;
	color: #333;
}


/*
|--------------------------------------------------------------------------
| Responsive: large desktop
|--------------------------------------------------------------------------
*/

@media (min-width: 1200px) {

}


/*
|--------------------------------------------------------------------------
| Responsive: desktop and tablet
|--------------------------------------------------------------------------
*/

@media (min-width: 992px) and (max-width: 1199px) {

	.grid-left, .grid-right {
		height: 600px;
		top: -300px;
	}

}


/*
|--------------------------------------------------------------------------
| Responsive: tablet portrait
|--------------------------------------------------------------------------
*/

@media (min-width: 768px) and (max-width: 991px) {

	.container {
		padding: 0px 2%;
	}
	.grid-left, .grid-right {
		height: 400px;
		top: -200px;
	}

}


/*
|--------------------------------------------------------------------------
| Responsive: phone
|--------------------------------------------------------------------------
*/

@media (max-width: 767px) {

	.container {
		padding: 0px 5%;
	}
	.navbar-header {
		width: 100%;
		margin: 0px!important;
	}
	.logo {
		margin: 10px 0px;
	}
	.logo img {
		height: 50px;
	}
	header nav {
		float: none;
		margin: 15px 0px;
	}
	header nav ul li {
		display: block;
		float: none;
		padding: 5px 0px;
		margin: 0px;
		text-align: center;
	}
	.grid-left, .grid-right {
		height: 340px;
		top: -170px;
	}
	.copy-footer {
		text-align: center;
	}
	.copy-footer .text-right {
		text-align: center;
	}
	a.nav-link:link, a.nav-link:visited, a.nav-link:active {
		background: none;
		padding: 0px;
	}
	a.nav-link-attivo:link, a.nav-link-attivo:visited, a.nav-link-attivo:active {
		background: none;
		padding: 0px;
	}

}


/*
|--------------------------------------------------------------------------
| Responsive: collapse sidebar on tablet portait
|--------------------------------------------------------------------------
*/

@media (max-width: 991px) {

	.navbar-header {
		float: none;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin: 7.5px -15px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-text {
		float: none;
		margin: 15px 0;
	}
	/* since 3.1.0 */
	.navbar-collapse.collapse.in {
		display: block!important;
	}
	.collapsing {
		overflow: hidden!important;
	}

}
