/*
Author: Saida Rao
Version: 1.0
Description: Frigoriferi
*/
/* font css */
@import "fonts.css";
@import "utils.css";
@import "cookies.min.css";

body, html {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
	font-family: BoschSans, "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1em;
	line-height: 0;
}


/* TYPO */

h1, h2, h3, h4 {
	font-weight: 100;
}

h1 {
	font-size: 46px;
	line-height: 52px;
	font-weight: 700 !important;
}

h2 {
	font-size: 40px;
	line-height: 32px;
}

h3 {
	font-size: 36px;
	line-height: 36px;
}

h4 {
	font-size: 22px;
	line-height: 26px;
}

p {
	font-family: BoschSans-Regular;
	font-size: 16px;
	line-height: 24px;
	width: 100%;
	margin: auto;
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

	p.light {
		font-size: 14px;
		line-height: 22px;
		position: absolute;
		width: 100%;
		bottom: 20px;
		letter-spacing: -1px;
		opacity: 0.8;
	}


/* LINKS */

a {
	color: #00639a;
	font-family: 'BoschSans-Regular', MyFont_IE;
	text-decoration: none;
}

	a:hover {
		color: #000;
	}

.shopping_col i {
	display: none;
}

.shopping_col strong {
	font-family: 'BoschSans-Bold';
	font-weight: 700;
}

/* page top bar */

header:before {
	position: relative;
	left: 0;
	width: 100%;
	height: 6px;
	display: block;
	content: "";
	background: url("../App_Images/top_bar.jpeg") no-repeat;
	background-size: cover;
	background-position: center center;
}

/* page banner */

.gWrapper .logoProm {
	width: 109px;
	height: 100%;
	/* padding: 6px 0 0; */
	position: relative;
	display: flex;
	align-items: center;
}

	.gWrapper .logoProm a {
		display: inline-block;
		position: absolute;
	}

.logoWrapper {
	height: 90px;
	padding: 0 !important;
	position: relative;
	max-width: 1500px;
	margin: 0 auto;
}

@media screen and (max-width: 1216px) {
	.logoWrapper {
		padding: 0 20px !important;
	}
}

.gWrapper .logoProm svg {
	width: 100%;
	height: 100px;
}

.page_banner {
	width: 100%;
	margin-top: 19px;
	position: relative;
}

.page_banner_img_inner {
	width: 100%;
	position: relative;
}

.page_banner img {
	position: relative;
	width: 100%;
	height: auto;
}

/*banner description */
.banner_description, .ymedia {
	background: #fff;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	clear: both;
	border-bottom: 1px solid #e6e6e6;
}

.banner_description {
	margin-bottom: 40px;
}

.banner_inner_description h2 {
	margin-bottom: 40px;
}

.banner_inner_description p {
	margin-bottom: 40px;
}

.banner_inner_description {
	padding: 0 1%;
}

.ymedia_inner {
	width: 99%;
	padding: 0 1%;
	height: 640px;
	margin-bottom: 20px;
}

/* favourite color section */
.favourite_color_contanier {
	clear: both;
	border-bottom: 1px solid #e6e6e6;
	height: 780px;
}

.favourite_color_img {
	width: 50%;
	float: right;
	height: 780px;
}

	.favourite_color_img img {
		width: 100%;
		min-height: 780px;
		max-height: 780px;
	}

.favourite_color_text {
	width: 50%;
	float: left;
	text-align: center;
	position: relative;
	height: 780px;
}

.favourite_color_text_inner {
	position: absolute;
	top: 50%;
	height: 300px;
	margin-top: -150px;
	padding: 0 80px;
}

.favourite_color_title {
	font-family: 'BoschSans-Regular';
	font-size: 36px;
	font-weight: lighter;
	text-align: center;
	line-height: 40px;
}

.favourite_color_description {
	width: 100%;
	text-align: center;
	margin-top: 23px;
	margin-bottom: 28px;
	line-height: 24px;
}

.favourite_color_description_inner {
	font-family: 'BoschSans-Regular';
	font-size: 16px;
	text-align: center;
	margin-bottom: 33px;
}

.favourite_color_btn {
	margin: 0 auto;
	width: 440px;
	height: 45px;
	background-color: #00639a;
	border-bottom: 2px solid #019bd9;
}

.favourite_color_btn_inner {
	font-family: 'BoschSans-Bold';
	line-height: 45px;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	color: #fff;
	width: 480px;
	text-align: center;
	margin: 0 auto;
}

/* extra section  */
.extra_color_contanier {
	clear: both;
	border-bottom: 1px solid #e6e6e6;
	height: 400px;
	margin-top: 20px;
}

.extra_color_img {
	width: 50%;
	float: left;
	height: 400px;
}

	.extra_color_img img {
		width: 100%;
		min-height: 400px;
		max-height: 400px;
	}

.extra_color_text {
	width: 50%;
	float: left;
	text-align: center;
	position: relative;
	height: 400px;
}

.extra_color_text_inner {
	position: absolute;
	top: 50%;
	height: 300px;
	margin-top: -150px;
	padding: 0 80px;
}

.extra_color_title {
	font-family: 'BoschSans-Regular';
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	line-height: 40px;
}

.extra_color_description {
	width: 100%;
	text-align: center;
	margin-top: 23px;
	margin-bottom: 28px;
	line-height: 24px;
}

.extra_color_description_inner {
	font-family: 'BoschSans-Regular';
	font-size: 16px;
	text-align: center;
	margin-bottom: 33px;
}

.extra_color_btn {
	margin: 0 auto;
	width: 440px;
	height: 45px;
	background-color: #00639a;
	border-bottom: 2px solid #019bd9;
}

.extra_color_btn_inner {
	font-family: 'BoschSans-Bold';
	line-height: 45px;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	color: #fff;
	width: 480px;
	text-align: center;
	margin: 0 auto;
}

/* stage3 section */

.stage3_color_contanier {
	clear: both;
	border-bottom: 1px solid #e6e6e6;
	height: 780px;
	margin-top: 20px;
}

.stage3_color_img {
	width: 50%;
	float: left;
	height: 780px;
}

	.stage3_color_img img {
		width: 100%;
		min-height: 780px;
	}

.stage3_color_text {
	width: 50%;
	float: left;
	text-align: center;
	position: relative;
	height: 780px;
}

.stage3_color_text_inner {
	position: absolute;
	top: 50%;
	height: 300px;
	margin-top: -150px;
	padding: 0 80px;
}

.stage3_color_title {
	font-family: 'BoschSans-Regular';
	font-size: 36px;
	text-align: center;
	line-height: 40px;
}

.stage3_color_description {
	width: 100%;
	text-align: center;
	margin-top: 23px;
	margin-bottom: 28px;
	line-height: 24px;
}

.stage3_color_description_inner {
	font-family: 'BoschSans-Regular';
	font-size: 16px;
	text-align: center;
	margin-bottom: 33px;
}

.stage3_color_btn {
	margin: 0 auto;
	width: 440px;
	height: 45px;
	background-color: #00639a;
	border-bottom: 2px solid #019bd9;
}

.stage3_color_btn_inner {
	font-family: 'BoschSans-Bold';
	line-height: 45px;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	color: #fff;
	width: 480px;
	text-align: center;
	margin: 0 auto;
}

/*for color box header */
.color_box img {
	width: 100%;
}

/* surprise section */
.surprise_contanier {
	clear: both;
	border-bottom: 1px solid #e6e6e6;
	height: 541px;
}

.surprise_img {
	width: 50%;
	float: left;
	height: 541px;
}

	.surprise_img img {
		width: 100%;
		min-height: 541px;
	}

/*.surprise_img_thumbnail {
	position: absolute;
	z-index: 100;
	height: inherit;
	overflow: hidden;
	margin-top: -541px;
}

.surprise_img_thumbnail img {
	min-height: auto;
	max-height: auto!important;
}

.surprise_img_thumbnail_icon {
	position: absolute;
	top: 50%;
	z-index: 999;
	height: 200px;
	width: 200px;
	margin: 0 auto;
	margin-top: -100px;
	text-align: center;
	left: 50%;
	margin-left: -100px;
}

.surprise_img_thumbnail_icon i {
	position: relative;
	margin-top: 55px;
	font-size: 70px;
	color: #fff;
	cursor: pointer;
}

.surprise_img_thumbnail_icon i:hover {
	color: #000;
}*/

.surprise_text {
	width: 50%;
	float: left;
	text-align: center;
	position: relative;
	height: 541px;
}

.surprise_text_inner {
	position: absolute;
	top: 50%;
	height: 300px;
	margin-top: -150px;
	padding: 0 80px;
}

.surprise_title {
	font-family: 'BoschSans-Regular';
	font-size: 36px;
	text-align: center;
	line-height: 40px;
}

.surprise_description {
	width: 100%;
	text-align: center;
	margin-top: 23px;
	margin-bottom: 28px;
	line-height: 24px;
}

.surprise_description_inner {
	font-family: 'BoschSans-Regular';
	font-size: 16px;
	text-align: center;
	margin-bottom: 33px;
}

/* bottom text container */

.bottom_text_container {
	background: #fff;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	clear: both;
	padding: 2px;
}

.bottom_text_container_title {
	font-family: 'BoschSans-Regular';
	font-size: 36px;
	font-weight: lighter;
	text-align: left;
	line-height: 40px;
}

.bottom_text_container_description {
	width: 100%;
	text-align: left;
	margin-top: 23px;
	margin-bottom: 28px;
	line-height: 24px;
	font-family: 'BoschSans-Regular';
}

.bottom_text_container .colorgallery_btn {
	margin: 0;
}

/* bottom container   */

.bottom_banner_container {
	background: #fff;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	clear: both;
}

.bottom_banner_container_inner {
	clear: both;
	padding: 40px 10px;
	border-bottom: 1px solid #e6e6e6;
}

.bottom_banner_title {
	font-family: 'BoschSans-Regular';
	font-size: 36px;
	font-weight: lighter;
	text-align: left;
	line-height: 40px;
}

.bottom_banner_description {
	width: 100%;
	text-align: left;
	margin-top: 23px;
	margin-bottom: 28px;
	line-height: 24px;
	font-family: 'BoschSans-Regular';
}


/* color gallery section */
.colorgallery_contanier {
	clear: both;
	border-bottom: 1px solid #e6e6e6;
	height: 780px;
}

.colorgallery_img {
	width: 50%;
	float: right;
	height: 780px;
}

.cgallery {
	height: 780px;
}

.csmallgallery {
	display: none;
	height: 123px;
}

.csmallgallery_item:hover .csmallgallery_hover {
	display: block;
}

.csmallgallery_item {
	position: relative;
	width: 100%;
	height: auto;
	cursor: pointer;
}

.csmallgallery_hover {
	display: none;
	width: 100%;
	position: absolute;
	background: rgba(0,0,0,0.3);
	height: 100%;
	z-index: 999;
	margin-top: -124px;
}

.colorgallery_img .cgallery img {
	width: 100%;
	min-height: auto;
	max-height: auto;
}

.colorgallery_img .csmallgallery img {
	width: 99%;
	min-height: 123px;
}

.csmallgallery_item.slick-slide.slick-current img {
	border: 1px solid #ccc;
	width: 99%;
}

.csmallgallery .slick-arrow i {
	font-size: 25px;
}

.cgallery .slick-arrow i {
	font-size: 50px;
}

.colorgallery_text {
	width: 50%;
	float: left;
	text-align: center;
	position: relative;
	height: 780px;
}

.colorgallery_text_inner {
	position: absolute;
	top: 50%;
	height: 300px;
	margin-top: -150px;
	padding: 0 80px;
}

.colorgallery_title {
	font-family: 'BoschSans-Regular';
	font-size: 36px;
	font-weight: lighter;
	text-align: center;
	line-height: 40px;
}

.colorgallery_description {
	width: 100%;
	text-align: center;
	margin-top: 23px;
	margin-bottom: 28px;
	line-height: 24px;
}

.colorgallery_description_inner {
	font-family: 'BoschSans-Regular';
	font-size: 16px;
	text-align: center;
	margin-bottom: 33px;
}

.colorgallery_btn {
	margin: 0 auto;
	width: 440px;
	height: 45px;
	background-color: #00639a;
	border-bottom: 2px solid #019bd9;
}

.colorgallery_btn_inner {
	font-family: 'BoschSans-Bold';
	line-height: 45px;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	color: #fff;
	width: 480px;
	text-align: center;
	margin: 0 auto;
}

/* shopping section */
.shopping_contanier {
	background: #fff;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	clear: both;
}

.shopping_inner_contanier {
	clear: both;
}

.shopping_table {
	width: 100%;
}

.shopping_row {
	width: 100%;
	position: relative;
	min-height: 150px;
	height: auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 0;
}

	.shopping_row.first_row {
	}

		.shopping_row.first_row img {
			padding: 0;
		}

	.shopping_row:nth-child(2n) {
		background-color: #F7F7F7;
	}

.shopping_col {
	position: relative;
	text-align: left;
	width: 25%;
	/*float: left;*/
	display: inline-block;
	line-height: 20px;
	vertical-align: middle;
	/*height: 120px;*/
	text-transform: capitalize;
}

.shopping_col_inner {
	position: relative;
	text-align: left;
	/*top: 50%;*/
	/*height: 30px;*/
	/*margin-top: -15px;*/
	padding-left: 20px;
	/*font-weight: bold;*/
}

	.shopping_col_inner > strong {
		font-weight: 900;
	}

.shopping_col img {
	padding: 20px 10px 20px 5px;
}

.shopping_col_inner .a_link i {
	margin-left: 10px;
	display: none;
}

.a-caption {
	padding-top: 20px;
	padding-bottom: 20px;
	color: rgba(0,0,0,0.5);
	display: block;
	font-size: 12px;
}

/* bottom banner */
.bottom_banner {
	clear: both;
}

.bottom_banner_inner img {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}



/* second gallery */
.sgallery_contanier {
	clear: both;
	position: relative;
	width: 100%;
	height: 780px;
	border-bottom: 1px solid #e6e6e6;
}

.sgallery_img {
	width: 50%;
	float: right;
	height: 780px;
}

	.sgallery_img img {
		width: 100%;
		min-height: 780px;
		max-height: 780px;
	}

.slick-arrow i {
	font-size: 80px;
	color: #00639a;
}

.slick-prev, .slick-next {
	position: absolute;
	top: 50%;
	z-index: 999;
	height: 40px;
	width: 40px;
	border: none;
	outline: none;
	background: transparent;
	margin-top: -20px;
	cursor: pointer;
}

	.slick-prev:hover,
	.slick-prev:focus,
	.slick-next:hover,
	.slick-next:focus {
		color: transparent;
		outline: none;
		background: transparent;
	}

.slick-prev {
	left: 20px;
}

.slick-next {
	right: 20px;
}

.sgallery_text {
	width: 50%;
	float: left;
	text-align: center;
	position: relative;
	height: 780px;
}

.sgallery_text_inner {
	position: absolute;
	top: 50%;
	height: 300px;
	margin-top: -150px;
	padding: 0 80px;
}

.sgallery_title {
	font-family: 'BoschSans-Regular';
	font-size: 36px;
	font-weight: lighter;
	text-align: center;
	line-height: 40px;
}

.sgallery_description {
	width: 100%;
	text-align: center;
	margin-top: 23px;
	margin-bottom: 28px;
	line-height: 24px;
}

.sgallery_description_inner {
	font-family: 'BoschSans-Regular';
	font-size: 16px;
	text-align: center;
	margin-bottom: 33px;
}



/* COMMON */

.content {
	display: block;
	max-width: 1280px;
	/*min-height: 100vh;*/
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
}

.gWrapper {
	display: block;
	max-width: 1170px;
	/*min-height: 100vh;*/
	margin-left: auto;
	margin-right: auto;
	padding: 10px 10px 0 10px;
}

.boxgray {
	width: 100%;
	background-color: #f4f4f4;
	padding: 1px 0;
	margin: 20px 0;
}

hr {
	width: 100%;
	border: 0;
	border-top: 1px solid rgba(0,0,0,0.1);
	margin: 0;
}

.table {
	display: table;
	height: 100%;
	margin: 0;
	padding: 0;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
}

.row {
	width: 100%;
	height: 100%;
	position: relative;
	max-height: 600px;
}

.col-33 {
	width: 33.3%;
	float: left;
	padding: 0;
	position: relative;
}

.col-50 {
	width: 50%;
	float: left;
	padding: 0;
	position: relative;
}

.col-100 {
	width: 100%;
	padding: 0;
	position: relative;
}

.img {
	width: 100%;
}

.error {
	color: Red;
	font-size: 10px;
	font-family: 'BoschSans-Bold';
	position: absolute;
	left: 20px;
	margin-top: 34px;
	display: block;
	line-height: 10px;
	width: calc(100% - 20px);
}

	.error.special {
		background-color: #EFEFF1;
	}

	.error.rb {
		position: relative;
		margin-top: 0;
		left: 0;
	}

/* BUTTONS */

.xbutton {
	overflow: hidden;
	width: auto;
	position: relative;
	color: #fff;
	font-family: 'BoschSans-Regular';
	font-size: 1em;
	height: 33px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 2px solid #009bd9;
	background-color: #00639A;
	padding-top: 10px;
	display: block;
	text-align: center;
	line-height: 23px;
	cursor: pointer;
}

	.xbutton:hover {
		color: #fff;
	}

	.xbutton::after {
		content: "";
		opacity: 0;
		background-color: #ffffff;
		height: 100%;
		width: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
		transition: transform 800ms cubic-bezier(0.38, 0.04, 0.35, 0.96);
		transform: translateY(100%);
		margin: 0;
		padding: 0;
		z-index: 10;
	}

	.xbutton:hover::after {
		opacity: .1;
		transform: translateY(0);
	}

.panel {
	position: fixed;
	width: 50%;
	height: 50%;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: white;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	z-index: 900;
}

/* PRE-FOOTER */

#pre_footer {
	clear: both;
	max-width: 1171px;
	margin: auto;
	position: relative;
	height: 80px;
}

	#pre_footer ul {
		display: inline;
		float: left;
	}

		#pre_footer ul li {
			display: inline;
			cursor: pointer;
		}

			#pre_footer ul li #box-share {
				width: 300px;
				position: absolute;
				background-color: white;
				z-index: 300;
				bottom: 80px;
				left: -90px;
				border: 1px solid;
				padding: 20px 0;
				visibility: hidden;
				opacity: 0;
				-moz-transition: all .5s ease;
				-o-transition: all .5s ease;
				-webkit-transition: all .5s ease;
				transition: all .5s ease;
			}

				#pre_footer ul li #box-share.open {
					visibility: visible;
					opacity: 1;
					-moz-transition: all .5s ease;
					-o-transition: all .5s ease;
					-webkit-transition: all .5s ease;
					transition: all .5s ease;
				}

				#pre_footer ul li #box-share .xbutton {
					width: 80%;
					margin: 5px auto;
				}

					#pre_footer ul li #box-share .xbutton .icon-twitter:before {
						content: '\e03f';
					}

				#pre_footer ul li #box-share:after {
					content: "";
					height: 20px;
					width: 20px;
					position: absolute;
					z-index: 301;
					background-color: white;
					bottom: -11px;
					border-right: 1px solid;
					border-bottom: 1px solid;
					left: 0;
					margin: auto;
					right: 0;
					-moz-transform: rotate(45deg);
					-ms-transform: rotate(45deg);
					-o-transform: rotate(45deg);
					-webkit-transform: rotate(45deg);
					transform: rotate(45deg);
				}

				#pre_footer ul li #box-share #close {
					height: 10px;
					position: relative;
					display: block;
				}

					#pre_footer ul li #box-share #close:after {
						content: " x ";
						font-size: 22px;
						line-height: 22px;
						position: absolute;
						right: 10px;
						top: -10px;
						opacity: 0.7;
						color: grey;
						cursor: pointer;
					}

					#pre_footer ul li #box-share #close:hover:after {
						color: #00639a;
					}

/* FOOTER */

footer {
	clear: both;
	max-width: 1171px;
	margin: auto;
	position: relative;
	height: 80px;



}

	footer ul {
		margin: 40px 20px;
		padding: 0;
	}

		footer ul li {
			display: inline-block;
			margin-right: 20px;
			height: 20px;
		}

			footer ul li a {
				color: black;
				font-size: 12px;
			}

/*footer:after {
		position: absolute;
		left: 0;
		bottom: -49px;
		width: 100%;
		height: 16px;
		content: "";
		background: url("../App_Images/top_bar.jpeg") no-repeat;
		background-size: cover;
		background-position: center center;
	}*/

.foo_link {
	text-decoration: none;
	font-family: 'BoschSans-Regular';
	/*font-weight: lighter;*/
	font-size: 12px;
}

.foo_title {
	text-decoration: none;
	font-family: 'BoschSans-Regular';
	/*font-weight: lighter;*/
	font-size: 12px;
}

/* MEDIA QUERIES */
@media all and (max-width:1603px) {

	.colorgallery_contanier {
		height: 700px;
	}

	.colorgallery_img .cgallery img, .cgallery {
		min-height: 600px;
		max-height: 600px;
	}

	.colorgallery_img .csmallgallery img, .csmallgallery {
		min-height: 100px;
		max-height: 100px;
	}

	.csmallgallery_item.slick-slide.slick-current img, .csmallgallery_hover {
		width: 98%;
	}

	.csmallgallery_hover {
		margin-top: -100px
	}
}

@media all and (max-width:1440px) {

	.favourite_color_text_inner, .colorgallery_text_inner {
		height: 400px;
		margin-top: -200px;
	}

	#pre_footer ul li #box-share {
		left: 0;
		width: 220px;
	}

		#pre_footer ul li #box-share:after {
			right: auto;
			left: 50px;
		}
}

/* < 1200px */

@media all and (max-width:1200px) {

	.favourite_color_contanier, .favourite_color_img, .favourite_color_img img, .favourite_color_text {
		max-height: 600px;
		min-height: 600px;
	}

	.favourite_color_text_inner, .colorgallery_text_inner {
		height: 400px;
	}

	.favourite_color_text_inner {
		margin-top: -220px;
		padding: 0 10px;
	}

	.surprise_text, .surprise_contanier {
		height: 600px;
	}

	.surprise_img {
		margin-top: 100px;
		height: 400px;
	}

	.surprise_text_inner {
		height: 400px;
		margin-top: -250px;
		padding: 0 80px;
	}

	.colorgallery_contanier, .colorgallery_img, .colorgallery_text {
		height: 600px;
		max-height: 600px;
	}

		.colorgallery_img .cgallery img, .cgallery {
			min-height: 540px;
			max-height: 540px;
		}

	.csmallgallery_hover {
		margin-top: -60px
	}

	.cgallery {
		height: 540px;
	}

	.colorgallery_img .csmallgallery img, .csmallgallery {
		min-height: 60px;
		max-height: 60px;
	}

	.csmallgallery {
		height: 60px;
	}

	.colorgallery_text_inner {
		padding: 0 10px;
	}

	.sgallery_text_inner {
		padding: 0 10px;
		margin-top: -40px;
	}

	.ymedia_inner {
		width: 96%;
		padding: 0 2%;
	}

	.banner_inner_text {
		position: absolute;
		left: 20px;
		top: 50px;
		width: 640px;
		height: 160px;
		background-color: rgba(252, 252, 252, .7);
	}

	.banner_bottom_logo img {
		width: 200px;
	}

	h3 {
		font-size: 33px;
		width: 90%;
		margin: 10px auto 0;
	}

	p {
		font-size: 14px;
		line-height: 18px;
		margin: 2px 0;
		word-break: unset;
	}

		p.light {
			position: relative;
		}

	.sgallery_contanier, .sgallery_img {
		height: auto;
	}

	.sgallery_text {
		margin-top: -300px;
	}

	.sgallery .slick-arrow i {
		font-size: 45px;
	}

	.sgallery_img img {
		width: 100%;
		min-height: auto;
		max-height: auto;
	}

	.slick-prev, .slick-next {
		top: 50%;
	}
}


/* < 980px */

@media all and (max-width:980px) {

	.sgallery_text {
		margin-top: -0px;
	}

	.ymedia_inner {
		height: 400px;
	}

	.favourite_color_img, .favourite_color_text {
		width: 100%;
	}

	.surprise_contanier {
		height: 800px;
	}

	.surprise_img, .surprise_text {
		margin-top: 0px;
		width: 100%;
		height: 400px;
	}

	.surprise_text_inner {
		height: 400px;
		margin-top: -120px;
		padding: 0 10px;
	}

	.colorgallery_text, .colorgallery_img {
		width: 100%;
	}

	.sgallery_text, .sgallery_img {
		width: 100%;
	}

	.sgallery_contanier, .sgallery_img, .sgallery_text {
		height: 400px;
	}

	.slick-prev, .slick-next {
		top: 42%;
	}

	.sgallery_img img {
		height: 100%;
	}

	.sgallery_text {
		height: 800px;
	}

	.mpage_banner {
		display: block;
	}

	h2 {
		font-size: 36px;
		text-align: left;
	}

	.col-50 {
		width: 100%;
	}

	.table-cell {
		display: block;
	}

	.panel {
		width: 75%;
		height: 75%;
		padding: 15px;
	}

	.sgallery .slick-arrow i {
		font-size: 45px;
	}

	.slick-prev, .slick-next {
		top: 50%;
	}

	.sgallery_img img {
		width: 100%;
		min-height: auto;
		max-height: auto;
	}

	.surprise_description_inner, .surprise_title {
		text-align: left;
	}

	.colorgallery_description_inner, .colorgallery_title {
		text-align: left;
	}

	.sgallery_description_inner {
		text-align: left;
	}

	.sgallery_title {
		text-align: left;
	}

	.favourite_color_title, .favourite_color_description_inner {
		text-align: left;
	}

	.extra_color_img, .extra_color_img img, .extra_color_text, .stage3_color_img, .stage3_color_img img, .stage3_color_text {
		width: 100%;
		min-height: 400px;
		max-height: 400px;
	}

	.extra_color_text_inner, .stage3_color_text_inner {
		width: 100%;
		margin-top: -252px;
		padding: 0 10px;
	}

	.extra_color_title, .stage3_color_title {
		font-family: 'BoschSans-Regular';
		font-size: 25px;
		font-weight: lighter;
		text-align: left;
		line-height: 30px;
	}

	.extra_color_text, .stage3_color_text {
		min-height: 600px;
		margin-top: -34px;
	}

	.extra_color_btn, .stage3_color_btn {
		width: 270px;
	}

	.extra_color_description_inner, .stage3_color_description_inner {
		font-family: 'BoschSans-Regular';
		font-size: 16px;
		text-align: left;
		margin-bottom: 33px;
	}
}

/* < 650px */

@media all and (max-width:650px) {

	h1, h2, .surprise_title, .sgallery_title, .bottom_banner_title, .extra_color_title, .stage3_color_title, .bottom_text_container_title {
		font-size: 20px;
		text-align: left;
	}

	.banner_description {
		margin-bottom: 0px;
		padding: 4%;
	}


	.favourite_color_contanier, .favourite_color_img, .favourite_color_img img, .favourite_color_text, .ymedia_inner, .surprise_contanier, .surprise_img, .surprise_text, .favourite_color_text_inner, .colorgallery_text_inner, .sgallery_contanier, .sgallery_img, .sgallery_img img, .sgallery_text, .extra_color_img, .extra_color_img img, .extra_color_text, .stage3_color_img, .stage3_color_img img, .stage3_color_text,
	.colorgallery_img .cgallery img, .cgallery,
	.colorgallery_contanier, .colorgallery_img, .colorgallery_text, .stage3_color_contanier, .extra_color_contanier {
		height: auto;
		min-height: unset;
		max-height: unset;
	}

	.favourite_color_text_inner, .surprise_text_inner, .sgallery_text_inner, .extra_color_text_inner, .colorgallery_text_inner, .stage3_color_text_inner {
		clear: both;
		position: relative;
		top: 0;
		margin: 0;
		padding: 4%;
		height: auto;
		min-height: unset;
		max-height: unset;
	}

	.favourite_color_description_inner, .surprise_description_inner, .extra_color_description_inner, .stage3_color_text_inner {
		margin-bottom: 0px;
	}

	.shopping_row {
		height: auto;
	}

	.shopping_col {
		width: 50%;
		padding: 10px 0;
	}

	.extra_color_text, .stage3_color_text {
		margin-top: 0px;
	}

	.favourite_color_description, .surprise_description, .sgallery_description, .extra_color_description, .stage3_color_contanier {
		margin-bottom: 0px;
		margin-top: 10px;
	}

	.favourite_color_btn, .bottom_text_container .colorgallery_btn {
		width: auto;
		height: auto;
	}

	.bottom_banner_container_inner, .shopping_inner_contanier {
		padding: 4%;
	}

	.bottom_text_container_title, .bottom_text_container_description {
		padding: 4%;
	}

	.bottom_text_container .colorgallery_btn {
		margin: 0 auto;
		width: 300px;
	}

	.shopping_col_inner {
		font-size: 14px;
	}

	/*	.shopping_col img {
		padding: 30px 10px 20px 5px;
		width: 84px;
	}
*/
	.shopping_row.first_row {
		height: 180px;
	}

		.shopping_row.first_row img {
			display: none;
		}

	.shopping_col_inner .a_link i {
		display: none;
	}

	/*.page_top_heading {
		font-size: 20px;
	}
	h2 {
		font-size: 25px;
		text-align: left;
		margin-left: 5px;
	}
	p {
		margin-left: 5px;
	}
	.banner_description{
		margin-bottom: 20px;
	}
	.ymedia_inner {
		height: 200px;
	}

	.favourite_color_contanier, .favourite_color_img {
		height: auto;
	}
	.favourite_color_contanier, .favourite_color_img, .favourite_color_img img, .favourite_color_text {
		max-height: 400px;
		min-height: 400px;
	}
	.favourite_color_text_inner{
		width: 100%;
		margin-top: -252px;
		padding: 0 10px;
	}
	.favourite_color_title {
		font-family: 'BoschSans-Regular';
		font-size: 25px;
		font-weight: lighter;
		text-align: left;
		line-height: 30px;
	}

	.favourite_color_text {
		min-height: 600px;
		margin-top: -34px;
	}
	.favourite_color_btn {
		width: 270px;
	}
	.favourite_color_description_inner {
		font-family: 'BoschSans-Regular';
		font-size: 16px;
		text-align: left;
		margin-bottom: 33px;
	}

	.surprise_contanier {
		height: auto;
	}
	.surprise_img {
		height: 200px;
	}
	.surprise_text {
		height: 600px;
	}
	.surprise_text_inner {
		height: 400px;
		margin-top: -260px;
		padding: 0 10px;
	}
	.surprise_description_inner, .surprise_title {
		text-align: left;
	}

	.colorgallery_contanier {
		height: auto;
	}

	.colorgallery_img{
		height: 400px;
		max-height: 400px;
	}
	.cgallery img, .cgallery  {
		min-height: 340px;
		max-height: 340px;
	}
	.colorgallery_img .csmallgallery img, .csmallgallery {
		min-height: 60px;
		max-height: 60px;
	}
	.colorgallery_btn{
		width: 270px;
	}

	.colorgallery_description_inner, .colorgallery_title{
		text-align:left;
	}
	.colorgallery_title {
		font-size: 25px;
		line-height: 30px;
	}

	.colorgallery_img .cgallery img, .cgallery {
		min-height: 100%;
		max-height: 100%;
	}

	.shopping_col {
		width: 24%;
		font-size: 12px;
	}

	.a_link i {
		display: none;
	}

	.sgallery_title{
		font-size: 25px;
		line-height: 30px;
		text-align:left;
	}

	.sgallery_text {
		height: 900px;
		margin-top: -400px;
	}
	.sgallery_description_inner{
		text-align:left;
	}
	.sgallery_img img {
		height: 100%;
	}

	.sgallery_img img {
		width: 100%;
		min-height: auto;
		max-height: auto;
	}
	.sgallery .slick-arrow i {
		font-size: 45px;
	}
	.slick-prev, .slick-next{
		top:50%;
	}

	.shopping_col img {
		padding: 40px 20px 20px 20px;
		width: 60px;
	}

	/*.extra_color_img, .extra_color_img img, .extra_color_text, .stage3_color_img, .stage3_color_img img, .stage3_color_text{
		width:100%;
		min-height: 400px;
		max-height: 400px;
	}

	 .extra_color_text_inner,  .stage3_color_text_inner{
		width: 100%;
		margin-top: -252px;
		padding: 0 10px;
	}
	.extra_color_title, .stage3_color_title {
		font-family: 'BoschSans-Regular';
		font-size: 25px;
		font-weight: lighter;
		text-align: left;
		line-height: 30px;
	}

	.extra_color_text, .stage3_color_text {
		min-height: 600px;
		margin-top: -34px;
	}
	.extra_color_btn, .stage3_color_btn {
		width: 270px;
	}
	.extra_color_description_inner, .stage3_color_description_inner {
		font-family: 'BoschSans-Regular';
		font-size: 16px;
		text-align: left;
		margin-bottom: 33px;
	}

	.shopping_row.first_row {
		height: 250px;
	}
	.shopping_row.first_row img {
		padding: 0;
		margin-left: 0px;
		margin-bottom: 20px;
	}*/
}
/* --! COOKIE PANEL IUBENDA*/
#iubenda-cs-banner .iubenda-cs-container {
	display: block;
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
	#iubenda-cs-banner .iubenda-cs-container {
		position: fixed;
	}
}

@media only screen and (min-width: 992px) {
	#iubenda-cs-banner .iubenda-cs-container {
		position: relative;
	}
}

#iubenda-cs-banner .iubenda-cs-container .custom-wrapper {
	align-content: center;
	max-width: 1460px;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	padding: 40px 30px 30px;
	opacity: 1;
	position: relative;
}

@media only screen and (max-width: 767px) {
	#iubenda-cs-banner .iubenda-cs-container .custom-wrapper {
		text-align: center;
	}
}

#iubenda-cs-banner .iubenda-cs-container .custom-wrapper.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-basis: auto;
	flex: 1 0 auto;
	-webkit-justify-content: space-between;
	/*-moz-justify-content: space-between;
	-ms-justify-content: space-between;*/
	justify-content: space-between;
	/*-ms-flex-pack: space-between;*/
	-webkit-align-items: center;
	/*-moz-align-items: center;
	-ms-align-items: center;*/
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	#iubenda-cs-banner .iubenda-cs-container .custom-wrapper.flex {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	#iubenda-cs-banner .iubenda-cs-container .custom-wrapper.flex {
		display: block;
	}
}

#iubenda-cs-banner .iubenda-cs-container .custom-wrapper .custom-content {
	width: 88%;
}

@media only screen and (max-width: 767px) {
	#iubenda-cs-banner .iubenda-cs-container .custom-wrapper .custom-content {
		width: 100%;
	}
}

#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-content {
	background-color: #1d1e1c !important;
	color: #9d9895 !important;
	font-size: 13px !important;
}

	#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-content:before {
		position: absolute;
		content: '';
		background-color: white;
		width: 100%;
		height: 3px;
		top: 0;
		left: 0;
	}

#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-cookie-policy-lnk {
	/*font-family: "proximanova_excnregular";*/
}

#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-reject-btn {
	position: absolute !important;
	top: 8px !important;
	right: 3px !important;
	width: 30px !important;
	height: 30px !important;
	cursor: pointer;
	-moz-transition: all 0.3s cubic-bezier(0.32, 0, 0.29, 0.99);
	-o-transition: all 0.3s cubic-bezier(0.32, 0, 0.29, 0.99);
	-webkit-transition: all 0.3s cubic-bezier(0.32, 0, 0.29, 0.99);
	transition: all 0.3s cubic-bezier(0.32, 0, 0.29, 0.99);
}

	#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-reject-btn:after, #iubenda-cs-banner .iubenda-cs-container .iubenda-cs-reject-btn:before {
		content: '';
		position: absolute;
		width: 1px;
		height: 20px;
		background-color: #666;
		top: 50%;
		left: 50%;
	}

	#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-reject-btn:before {
		-webkit-transform: translate(-50%, -50%) rotate(-45deg);
		-moz-transform: translate(-50%, -50%) rotate(-45deg);
		-ms-transform: translate(-50%, -50%) rotate(-45deg);
		-o-transform: translate(-50%, -50%) rotate(-45deg);
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-reject-btn:after {
		-webkit-transform: translate(-50%, -50%) rotate(45deg);
		-moz-transform: translate(-50%, -50%) rotate(45deg);
		-ms-transform: translate(-50%, -50%) rotate(45deg);
		-o-transform: translate(-50%, -50%) rotate(45deg);
		transform: translate(-50%, -50%) rotate(45deg);
	}

	#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-reject-btn:hover:after, #iubenda-cs-banner .iubenda-cs-container .iubenda-cs-reject-btn:hover:before {
		background-color: #999999;
		-moz-transition: all 0.2s cubic-bezier(0.32, 0, 0.29, 0.99);
		-o-transition: all 0.2s cubic-bezier(0.32, 0, 0.29, 0.99);
		-webkit-transition: all 0.2s cubic-bezier(0.32, 0, 0.29, 0.99);
		transition: all 0.2s cubic-bezier(0.32, 0, 0.29, 0.99);
	}

#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-accept-btn {
	display: inline-block !important;
	position: relative !important;
	overflow: hidden !important;
	height: 44px !important;
	text-transform: uppercase !important;
	margin-top: 30px !important;
	padding: 0px 11px !important;
	font-size: 0.7rem !important;
	letter-spacing: 1px !important;
	/*font-weight: 500;*/
	line-height: 44px !important;
	text-align: center !important;
	color: #666 !important;
	border: 1px solid #000 !important;
	background-color: #fff !important;
	transition: ease-in-out !important;
	-webkit-transition: all 0.3s !important;
	-moz-transition: all 0.3s !important;
	-o-transition: all 0.3s !important;
	transition: all 0.3s !important;
	cursor: pointer;
}

	#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-accept-btn:hover {
		color: red !important;
		background-color: #333 !important;
		-webkit-transition: all 0.3s !important;
		-moz-transition: all 0.3s !important;
		-o-transition: all 0.3s !important;
		transition: all 0.3s !important;
	}

#iubenda-cs-banner .iubenda-cs-container .cookie-title {
	color: white;
	font-size: 13px;
	line-height: 19px;
	text-transform: uppercase;
	display: block;
	font-weight: 900;
}

#iubenda-cs-banner .iubenda-cs-container .cookie-text {
	/*font-family: "proximanova_excnregular";*/
	color: #9d9895 !important;
	font-size: 13px !important;
	line-height: 19px !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
	color: #9d9895 !important;
}

	#iubenda-cs-banner .iubenda-cs-container .cookie-text a, #iubenda-cs-banner .iubenda-cs-container .cookie-text .iubenda-cs-cookie-policy-lnk {
		color: #fff !important;
		text-decoration: underline !important;
		display: inline-block;
	}

		#iubenda-cs-banner .iubenda-cs-container .cookie-text a:hover, #iubenda-cs-banner .iubenda-cs-container .cookie-text .iubenda-cs-cookie-policy-lnk:hover {
			color: #9d9895 !important;
		}

#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-customize-btn {
	display: inline-block;
	font-size: 13px !important;
	line-height: 18px !important;
	color: #fff !important;
	text-decoration: underline !important;
	cursor: pointer;
}

	#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-customize-btn:hover {
		color: #9d9895 !important;
	}

@media only screen and (max-width: 767px) {
	#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-customize-btn {
		text-align: center !important;
		margin: 0 auto !important;
	}
}

@media only screen and (max-width: 767px) {
	#iubenda-cs-banner .iubenda-cs-container .buttons-accept {
		margin: 20px auto 0 20px;
		text-align: center;
	}
}

#iubenda-cs-banner .iubenda-cs-container .buttons-accept button {
	margin: 0 auto 0 20px !important;
}

@media only screen and (max-width: 767px) {
	#iubenda-cs-banner .iubenda-cs-container .buttons-accept button {
		margin: 20px 0 0 20px !important;
	}
}

#iubenda-iframe .purposes-btn-accept {
	background-color: #eb9c44 !important;
	color: #06281f !important;
	background-size: 16px !important;
}
