	/*Colors

#a5a5a4 = links
#1d1d1b = hovered links / text / logos
#dddddd = border light grey
#8e8e8d = dark grey
#e3e6e3 = section strip grey

#e30113 = vivid red
#29166f = red


*/

/*--------------------------
UTILITIES
--------------------------*/
.ir {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.link-phone{
    cursor:pointer;
}
.link-phone.disabled{
    cursor:default;
}

.loader{
	background-image: url('../images/282.gif');
}


/*
.row{
	border: 1px solid black;
}
*/
/*--------------------------
BASE
--------------------------*/


* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	/*text-rendering: auto !important;*/
}

.iframe-document{
	height: auto;
}

a{
	color: #a5a5a4;
	color: #e30113;
}

a:hover,
a:focus{
	color: #1d1d1b;
}

body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #fff;
}

button{
	padding: 0;
	margin: 0;
}

button,
button:hover,
button:focus{
	background-color: transparent;
	color: #a5a5a4;
}

.btn{
	position: relative;
	background-color: #f0f2f0;
	color: #a5a5a4;
	text-transform: uppercase;
	padding: 0.8125rem;
	text-align: center;
	font-size: 1rem;
	font-family: Tahoma;
	display: inline-block;
}

.btn.large{
	padding: 0.8125rem 50px !important;
	width: 15.625rem;
	height: 2.5rem;
}

.btn.large span{
	display: inline-block;
}

.btn:hover,
.btn:focus{
	background-color: #ddd;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.divide-left{
	border-left: none;
}

.divide-right{
	border-right: none;
}

.small-padding.row{
	margin-left: -0.46875rem;
	margin-right: -0.46875rem;
}

.small-padding .columns{
	padding-left: 0.46875rem;
	padding-right: 0.46875rem;
}

.block{
	display: block;
}

/*Full Width Strip*/
.strip{
	background-color: #e3e6e3;
	padding: 1.875rem 0;
	z-index: 0;
	position: relative;
}

.strip.bright{
	background-color: #fff;
}

.close-btn-gr{
	max-width: 1366px;
	margin: 0 auto;
}

/*Titles*/
h1, h2, h3, h4, h5, h6{
	margin-top: 0.1875rem;
}

.page-title{
	font-size: 2.25rem;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #1d1d1b;
}

.page-heading{
	font-size: 1.75rem;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #8e8e8d;
}

.page-subtitle{
	font-size: 1.625rem;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #1d1d1b;
	margin: 0;
	padding: 0;
}

.section-heading{
	font-family: Tahoma;
	font-size: 1.25rem;
	text-transform: uppercase;
	margin-bottom: 1.25rem;
	clear: both;
}

/*Text*/
.page-text p,
.page-text,
.page-text.radio-text{
	font-size: 1.125rem;
	line-height: 1.5rem;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: 200;
	color: #8e8e8d;
	margin-bottom: 1.25rem;
	text-rendering: optimizeLegibility;
}

.page-text p b, .page-text b{
	font-weight: normal;
	color: #1d1d1b;
}

.page-text-2{
	font-size: 1rem;
	line-height: 1.5rem;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: 200;
	color: #8e8e8d;
	font-style: italic;
}

.text-highlight{
	color: #29166f !important;
}

/*Foundation reset*/
@media print {
	a[href]:after {
		content: none !important;
	}
	/*
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	*/
}

.inline-list{
	margin-bottom: 0;
}

/*.slider,
.slider li,*/
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video{
	max-height: 610px;
}

#main-slider{
	list-style: none;
}

/*Form*/
textarea {
  resize: none;
}

input[type="text"],input[type="text"]:focus,
input[type="password"], input[type="password"]:focus,
input[type="date"], input[type="date"]:focus,
input[type="datetime"], input[type="datetime"]:focus,
input[type="datetime-local"], input[type="datetime-local"]:focus,
input[type="month"], input[type="month"]:focus,
input[type="week"], input[type="week"]:focus,
input[type="email"], input[type="email"]:focus,
input[type="number"], input[type="number"]:focus,
input[type="search"], input[type="search"]:focus,
input[type="tel"], input[type="tel"]:focus,
input[type="time"], input[type="time"]:focus,
input[type="url"],input[type="url"]:focus,
textarea, textarea:focus,
select, select:focus{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75rem;
	/*height: 2rem;*/
	border: 1px solid #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	outline: 0;
}

select, select:focus{
	background-color: #fff;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus{
	border: 1px solid #1d1d1b;
}

input[disabled], select[disabled], textarea[disabled] {
	background-color: rgba(255,255,255, 0.7);
}

select[disabled]{
	color: rgba(0, 0, 0, 0.2);
}

select{
	/*padding: 0 0.375rem;
	line-height: 1.625rem;*/
	color: #8e8e8d;
}
/*
::-webkit-input-placeholder {
   visibility: hidden !important;
}

:-moz-placeholder {
   visibility: hidden !important;
}

::-moz-placeholder {
   visibility: hidden !important;
}

:-ms-input-placeholder {
   visibility: hidden !important;
}
*/
label{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75rem;
	color: #8e8e8d;
}

.form-spacer{
	margin-bottom: 1rem;
}

.label-placeholder{
	position: relative;
	overflow: hidden;
}

.label-placeholder>label{
	transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100%;
	width: 100%;
	margin-right: -100%;
	line-height: 2.4rem;
	padding-left: .625rem;
	background-color: #fff;
}

input[type="text"].focused-input,
input[type="email"].focused-input,
input[type="tel"].focused-input,
input[type="number"].focused-input,
textarea.focused-input{
	width: 60% !important;
	background-color: #fff;
}

input[type="text"].focused-input + label,
input[type="email"].focused-input + label,
input[type="tel"].focused-input + label,
input[type="number"].focused-input + label,
textarea.focused-input + label{
	display: block;
	right: 0;
	margin-right: 0;
	width: 40%;
	padding-top: 5px;
	background: #ddd;
	font-size: .6875rem;
	padding: 1px 6px;
	z-index: 2;
}

input[type="text"].filled-input,
input[type="email"].filled-input,
input[type="tel"].filled-input,
input[type="number"].filled-input,
textarea.filled-input{
	width: 100% !important;
	background-color: #fff;
}

input[type="text"].filled-input + label,
input[type="email"].filled-input + label,
input[type="tel"].filled-input + label,
input[type="number"].filled-input + label,
textarea.filled-input + label{
	display: none;
}

.margintop-1{
	margin-top: 1rem;
	margin-bottom: 1rem;
}

/*--------------------------
LAYOUT
--------------------------*/

/*Header*/
.header{
	background-color: transparent;
	/*border-bottom: 1px solid #dddddd;*/
}

	.contain-to-grid{
		background: #fff;
	}

	.home .contain-to-grid{
		border: none;
	}

		.top-bar{
			height: 5.75rem;
			background: transparent;
		}

		.top-bar .name{
			height: 5.625rem;
			padding: 0,5rem 0 0.625rem 0.938rem;
		}

		.top-bar .name h1 a{
			display: block;
			height: inherit;
			width: inherit;
		}

		.top-bar.expanded .title-area{
			background-color: #fff;
		}


.f-dropdown.content.open{
	position: fixed !important;
	top: 90px !important;
	left: 0 !important;
	width: 100% !important;
	max-width: 100%;
	border: none;
	border-top: 1px solid #dddddd;
	padding-top: 1rem;
	-webkit-box-shadow: 0 8px 8px -6px rgba(0,0,0,0.44);
	box-shadow: 0 8px 8px -6px rgba(0,0,0,0.44);
}

.f-dropdown:before,
.f-dropdown:after{
	display: none;
}

/*Main Content*/
.main-content{
	margin-top: 1.875rem;
}

.prodotti-dettaglio .main-content{
	margin-top: 0;
}

.grid{
	margin: 0 auto;
}

.grid li{
	float: left;
	padding: 0 15px;
}

	.one-fourth, .two-fourth, .three-fourth{
		width: 100%;
	}

	.full-width{
		width: 100%;
	}

.box{
	position: relative;
}

.contact-form{
	padding: 1.875rem 0;
}

.add-more .grid li{
	padding: 5px;
}

.spaced{
	margin-bottom: 1rem;
}

.row.spaced{
	margin-bottom: 2rem;
}

.page-titles{
	margin-top: 1rem;
}

/*--------------------------
HOMEPAGE
--------------------------*/

/*Top bar*/
.top-bar .toggle-topbar.menu-icon a{
	color: #a5a5a4;
}

.top-bar .toggle-topbar.menu-icon a:after{
	-webkit-box-shadow: 0 10px 0 1px #a5a5a4, 0 16px 0 1px #a5a5a4, 0 22px 0 1px #a5a5a4;
	box-shadow: 0 10px 0 1px #a5a5a4, 0 16px 0 1px #a5a5a4, 0 22px 0 1px #a5a5a4;
}

	.top-bar-section ul{
		background-color: transparent;
	}

		.top-bar-section ul li{
			position: relative;
		}

			.title.back{
				text-transform: uppercase;
			}

			.title.back h5{
				font-size: 1.125rem;
				font-family: Tahoma, Arial, Helvetica, sans-serif;
			}

		.top-bar-section .has-dropdown > a:after,
		.top-bar-section .has-dropdown ul li.language > a:after{
			content: '';
			position: absolute;
			right: 0;
			top: 0.8125rem;
			width: 14px;
			height: 27px;
			background-image: url('../images/icons_spritesheet.svg');
			background-position: -56px -66px;
			border: none;
			filter: alpha(opacity=60);
			-moz-opacity: 0.6;
			-khtml-opacity: 0.6;
			opacity: 0.6;
		}

		.no-inlinesvg .top-bar-section .has-dropdown > a:after,
		.no-inlinesvg .top-bar-section .has-dropdown ul li.language > a:after{
			background-image: url('../images/icons_spritesheet.png');
		}


		.top-bar-section .has-dropdown > a:hover:after,
		.top-bar-section .has-dropdown ul li.language > a:hover:after{
			filter: alpha(opacity=100);
			-moz-opacity: 1;
			-khtml-opacity: 1;
			opacity: 1;
		}

			.top-bar-section ul li > a{
				color: #a5a5a4;
			}

			.top-bar-section li:not(.has-form) a:not(.button){
				background: transparent;
				color: #a5a5a4;
				padding: 15px;
				line-height: 1rem;
			}

			.top-bar-section li:not(.has-form) a:not(.button):before{
				content: '';
				position: absolute;
				bottom:0;
				right: 15px;
				left: 15px;
				height: 1px;
				background-color: #dddddd;
			}

			.top-bar-section li.active:not(.has-form) a:not(.button),
			.top-bar-section li:not(.has-form) a:not(.button):hover,
			.top-bar-section li:not(.has-form) a:not(.button):focus,
			.top-bar-section .dropdown li.title h5 a{
				color: #1d1d1b;
				background: transparent;
				line-height: 1rem;
			}

			.top-bar-section .top-menu li.active:not(.has-form) a:not(.button),
			.top-bar-section .top-menu li:not(.has-form) a:not(.button):hover,
			.top-bar-section .top-menu li:not(.has-form) a:not(.button):focus{
				color: #e30113;
				line-height: 1rem;
			}

			.top-bar-section li.active:not(.has-form) a:not(.button):hover {
				background: transparent;
			}

	/*Language menu*/
	.top-bar-section ul#lang{
		background-color: #fff;
	}
		/*
		.top-bar-section ul#lang li{
			display: block;
			width: 100%;
			margin: 0;
			padding: 0;
		}
		*/
		.top-bar-section ul#lang li a,
		.storelocator-dropdown ul li a{
			
		}

	/*Top bar - collapsed*/
	.collapsed .contain-to-grid{
		border-bottom: none;
		-webkit-backface-visibility: hidden;
	}


	.collapsed > div,
	.collapsed .top-bar,
	.collapsed .logo,
	.collapsed .top-menu,
	.collapsed .name{
		-webkit-transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
		-ms-transition: all 300ms ease-in-out;
		-o-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
	}

	.contain-to-grid,
	.top-bar,
	.logo,
	.top-menu,
	.name{
		-webkit-transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
		-ms-transition: all 300ms ease-in-out;
		-o-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
	}

	.collapsed > div{
		background-color: #29166f;
		-webkit-box-shadow: 0 8px 8px -6px rgba(0,0,0,0.44);
		box-shadow: 0 8px 8px -6px rgba(0,0,0,0.44);
	}

	.collapsed .top-bar{
		height: 3.5625rem;
	}

		.collapsed .top-bar .toggle-topbar.menu-icon a{
			color: #fff;
		}

		.collapsed .top-bar .toggle-topbar.menu-icon a:after{
			-webkit-box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
			box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
		}

	.collapsed .logo{
		background-image: url('../images/logos_spritesheet.svg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 0 -100px;
		height: 2.60rem;
		width: 18rem;
	}

	.no-inlinesvg .collapsed .logo{
		background-image: url('../images/logos_spritesheet.png');
	}

	.collapsed .name{
		height: auto;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
	}

	.collapsed .top-menu{
		display: none;
	}

	.collapsed .top-bar-section ul.main-menu{
		margin-top: 1.5rem;
	}

	.collapsed .top-bar-section li:not(.has-form) a:not(.button){
		color: #fff;
	}

	.collapsed .top-bar-section li.active:not(.has-form) a:not(.button),
	.collapsed .top-bar-section li:not(.has-form) a:not(.button):hover,
	.collapsed .top-bar-section li:not(.has-form) a:not(.button):focus{
		color: #E31E24;
	}

	.collapsed .f-dropdown.content.open{
		top: 55px !important;
	}

	/*Logo*/
	.logo{
		background-image: url('../images/logos_spritesheet.svg');
		background-repeat: no-repeat;
		background-size: cover;
		height: 6.8rem; /* 68/16 */
		width: 20rem;
		margin: 0 auto;
		overflow: hidden;
	}

	.no-inlinesvg .logo{
		background-image: url('../images/logos_spritesheet.png');
	}


	/*Top menu + Main menu*/
	.top-bar-section ul.main-menu li > a,
	.top-bar-section ul.top-menu li > a{
		text-transform: uppercase;
		font-size: 1.125rem;
		font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	}
/*
	.top-bar-section ul.top-menu li > a{
		text-transform: lowercase;
	}
*/
.top-bar.expanded{
	padding-bottom: 2rem;
	border: none;
}

/*Dropdown*/
.dropdown-container{
	visibility: hidden;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.dropdown-container.open{
	visibility: visible;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	transition: opacity 0.3s ease-out;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
}

.dropdown-container ul{
	list-style: none;
}

	/*Dropdown Loghi*/
	.logo-container{
		position: relative;
		height: 4rem;
		margin: 0;
	}

	.dropdown-container li{
		filter: alpha(opacity=60);
		-moz-opacity: 0.6;
		-khtml-opacity: 0.6;
		opacity: 0.6;
		text-align: center;
	}

	.dropdown-container li:hover,
	.dropdown-container li:focus{
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
		background-color: transparent;
	}

	.dropdown-container li:hover .logo-container,
	.dropdown-container li:focus .logo-container{
		border-bottom: 1px solid #e30113;
	}

		.logo-cucine,
		.logo-living,
		.logo-addmore{
			position: absolute;
			top:0;
			bottom:0;
			left:0;
			right:0;
			margin: auto;
		}

		.logo-cucine{
			/*
			width: 119px;
			height: 28px;
			background-image: url('../images/logos_spritesheet.svg');
			background-color: transparent;
			background-repeat: no-repeat;
			background-position: 0-180px;*/
			text-transform: uppercase;
			color: #1d1d1b;
			font-family: Tahoma, Arial, Helvetica, sans-serif;
			font-weight: 500;
			line-height: 95px;
			text-align: center;
		}

		.no-inlinesvg .logo-cucine{
			/*background-image: url('../images/logos_spritesheet.png');*/
		}


		.logo-living{
			width: 130px;
			height: 48px;
			background-image: url('../images/logos_spritesheet.svg');
			background-repeat: no-repeat;
			background-color: transparent;
			background-position: 0 -237px;
		}

		.no-inlinesvg .logo-living{
			background-image: url('../images/logos_spritesheet.png');
		}


		.logo-addmore{
			width: 150px;
			height: 58px;
			background-image: url('../images/logos_spritesheet.svg');
			background-color: transparent;
			background-repeat: no-repeat;
			background-position: 0 -330px;
		}

		.no-inlinesvg .logo-addmore{
			background-image: url('../images/logos_spritesheet.png');
		}


	/*Dropdown Text*/
	.dropdown_desc{
		font-family: Tahoma, Helvetica, Arial, sans-serif;
		font-size: 0.875rem;
		text-align: center;
		margin: 1.25rem 0;
		height: 5.55rem;
		overflow: hidden;
	}

	/*Find out more button*/
	.dropdown-container li a.findout-more,
	.findout-more{
		position: relative;
		display: block;
		text-align: center;
		text-transform: uppercase;
		font-family: Tahoma, Helvetica, Arial, sans-serif;
		font-size: 0.875rem;
		padding: 0.3125rem 0.4375rem;
		color: #1d1d1b;
	}

	#products-dropdown .findout-more{
		margin-top: 1.875rem;
	}

	.dropdown-container li a.findout-more:after,
	.findout-more:after{
		content: '';
		background-image: url('../images/icons_spritesheet.svg');
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: 0 0;
		display: inline-block;
		height: 0.688rem;
		width: 1rem;
		margin-left: 0.375rem;
	}

	.no-inlinesvg .dropdown-container li a.findout-more:after,
	.no-inlinesvg .findout-more:after{
		background-image: url('../images/icons_spritesheet.png');
	}

	.dropdown-container li a.catalogue,
	.catalogue{
		color: #fff;
		background: #e30113;
		display: inline-block;
	}

	.dropdown-container li a.catalogue:after,
	.catalogue:after{
		content: none;
	}

/*Storlocator dropdown variations*/

#storelocator-dropdown>.row{
  max-width: 1396px;
}

#storelocator-dropdown li{
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  padding-top: 5rem;
  padding-bottom: 4rem;
}

#storelocator-dropdown li a{
  position: relative;
  color: #fff;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 1.875rem;
}

#storelocator-dropdown li:hover .logo-container,
#storelocator-dropdown li:focus .logo-container
#storelocator-dropdown li.active .logo-container{
  border-bottom: none;
}

#storelocator-dropdown li:hover a,
#storelocator-dropdown li:focus a
#storelocator-dropdown li.active a{
  border-bottom: 1px solid #e30113;
}

#storelocator-dropdown li.highlight a{
  border-bottom: 1px solid #E3646E;
}

#storelocator-dropdown li.highlight:hover a,
#storelocator-dropdown li.highlight:focus a
#storelocator-dropdown li.highlight.active a{
  border-bottom: 1px solid #e30113;
}

#storelocator-dropdown .logo-container{
  text-align: center;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: 200;
	font-size: 1.75rem;
	height: auto;
	text-transform: uppercase;
	color: #1d1b1d;
  border-bottom: none;
}

#storelocator-dropdown .logo-container:hover{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

#storelocator-dropdown .logo-container span{
	line-height: 2.2rem;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

#storelocator-dropdown li:hover span,
#storelocator-dropdown li:focus span,
#storelocator-dropdown li.active span{
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

#storelocator-dropdown li.highlight .logo-container span{
  color: #e30113;
}

#storelocator-dropdown img{
	margin-top: 1.125rem;
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
}

#storelocator-dropdown li:hover img,
#storelocator-dropdown li:focus img,
#storelocator-dropdown li.active img{
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}

/*Slider*/

.slider-container, .slider-fallback{
	position: relative;
	margin-bottom: 1rem;
}

.slider-fallback{
	display: none;
}

.slider-fallback img{
	margin: 0 auto;
	max-width: 1366px;
	display: block;
}

.oldandroid .slider-container{
	display: none;
}

.oldandroid .slider-fallback{
	display: block;
}

.slider{
	position: relative;
	max-width: 1366px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

	.slides{
		height: 100%;
		/* Clear fix */
		overflow: hidden;
		*zoom: 1;
		/**
		* Prevent blinking issue
		* Not tested. Experimental.
		*/
		/*
		-webkit-backface-visibility: hidden;
		-webkit-transform-style: preserve-3d;
		*/
		margin: 0;
		list-style: none;
	}

	.slider .slider-heading{
		position: absolute;
		bottom: 0;
		left: 10%;
		right: 10%;
		text-align: center;
		color: #fff;
		text-transform: uppercase;
		text-shadow: 1px 1px 1px #3B3B3B;
		font-size: 1rem;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-weight: 200;
	}

	.slide{
		position: relative;
		height: auto;
		float: left;
		clear: none;
	}

	.player{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		cursor: pointer;
		opacity: 0.6;
		filter: alpha(opacity=60);
		-moz-opacity: 0.6;
		-khtml-opacity: 0.6;
		-webkit-transition: opacity 300ms ease-in-out;
		-moz-transition: opacity 300ms ease-in-out;
		-ms-transition: opacity 300ms ease-in-out;
		-o-transition: opacity 300ms ease-in-out;
		transition: opacity 300ms ease-in-out;
	}

	.player:hover{
		opacity: 1;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-transition: opacity 300ms ease-in-out;
		-moz-transition: opacity 300ms ease-in-out;
		-ms-transition: opacity 300ms ease-in-out;
		-o-transition: opacity 300ms ease-in-out;
		transition: opacity 300ms ease-in-out;
	}

	.player span{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		height: 100px;
		width: 100px;
		background-color: #1d1d1b;
		-webkit-border-radius: 1000px 1000px 1000px 1000px;
		border-radius: 1000px 1000px 1000px 1000px;
	}

	.player span:after{
		content: '';
		position: absolute;
		top: 0;
		left: 10px;
		right: 0;
		bottom: 0;
		margin: auto;
		height: 50px;
		width: 30px;
		background-image: url('../images/icons_spritesheet.svg');
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: 0 -94px;
	}

	.no-inlinesvg .player span:after{
		background-image: url('../images/icons_spritesheet.png');
	}

	.clickable-slide{
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}

	/*Close button*/
	.close-button{
		display: block;
		height: 27px;
		width: 27px;
		background-image: url('../images/icons_spritesheet.svg');
		background-repeat: no-repeat;
		background-color: transparent;
		background-position: 0 -66px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		-moz-transform: rotate(270deg);
		-webkit-transform: rotate(270deg);
		-o-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
		transform: rotate(270deg);
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		-khtml-opacity: 0.5;
		opacity: 0.5;
	}

	.no-inlinesvg .close-button{
		background-image: url('../images/icons_spritesheet.png');
	}

	.close-button:hover,
	.close-button:focus{
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		-moz-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}

	/*Slider Icons*/
	.slider-arrow{
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 60px;
		height: 60px;
		background-color: rgba(0, 0, 0, 0.0);
		-webkit-border-radius: 2px 2px 2px 2px;
		border-radius: 2px 2px 2px 2px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.slider-arrow:after{
		content: '';
		height: 23px;
		display: block;
		width: 12px;
		position: absolute;
		top:0;
		bottom:0;
		left:0;
		right: 0;
		margin: auto;
		background-image: url('../images/icons_spritesheet.svg');
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: 0 -42px;
	}

	.no-inlinesvg .slider-arrow:after{
		background-image: url('../images/icons_spritesheet.png');
	}

	.slider-arrow--right{
		right: 0.625rem;
	}

	.slider-arrow--left{
		left: 0.625rem;
	}

	.slider-arrow--left:after{
		background-image: url('../images/icons_spritesheet.svg');
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: -13px -42px;
	}

	.no-inlinesvg .slider-arrow--left:after{
		background-image: url('../images/icons_spritesheet.png');
	}

	.slider:hover .slider-arrow,
	.slider:focus .slider-arrow{
		background-color: rgba(0, 0, 0, 0.9);
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

		.orbit-prev span,
		.orbit-next span{
			display: none;
		}


	/*Slider Captions*/
	.orbit-caption{
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0.1875rem 1.25rem;
    text-align: center;
    margin: 0;
    font-size: .9375rem;
    font-weight: 300;
    letter-spacing: 0.4px;
    color: #fff;
    font-family: Tahoma, Arial, helvetica, sans-serif;
	}

  .orbit-caption--light {
     background-color: rgba(255, 255, 255, 0.9);
     color: #1d1d1b;
     font-weight: normal;
  }

    /*
		.orbit-caption .blockquote-img{
			height: 3.375rem;
			line-height: 3.375rem;
		}

		.orbit-caption .readmore{
			background: #29166f;
		}

		.orbit-caption .readmore:after{
			background-image: url('../images/icons_spritesheet.svg');
			background-color: transparent;
			background-repeat: no-repeat;
			background-position: 0 -12px;
			filter: alpha(opacity=100);
			-moz-opacity: 1;
			-khtml-opacity: 1;
			opacity: 1;
		}

		.no-inlinesvg .orbit-caption .readmore:after{
			background-image: url('../images/icons_spritesheet.png');
		}
    */
	/*Slider Pager*/
	.slider-nav {
		display: none;
		position: relative;
		max-width: 1366px;
		width: 100%;
		margin: 15px auto;
		text-align: center;
		height: 16px;
	}

		.slider-nav__item{
			display: inline-block;
			background-color: #1d1d1b;
			vertical-align: middle;
			margin-right: 20px;
			opacity: 0.6;
			width: 0.5625rem;
			height: 0.5625rem;
			float: none;
			-webkit-border-radius: 1000px;
			border-radius: 1000px;
			-webkit-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
		}

		.slider-nav__item--current{
			height: 1rem;
			width: 1rem;
			background-color: transparent;
			border: 1px solid #1d1d1b;
			-webkit-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
		}

	/*Scroll Down*/
	.scroll-down{
		position: absolute;
		bottom: 31px;
		margin: auto;
		left: 0;
		right: 0;
		width: 60px;
		height: 34px;
		z-index: 5;
		background-color: rgba(0, 0, 0, 0.6);
		-webkit-border-radius: 2px 2px 0px 0px;
		border-radius: 2px 2px 0px 0px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.scroll-down:after{
		content: '';
		height: 12px;
		display: block;
		width: 23px;
		position: absolute;
		top:0;
		bottom:0;
		left:0;
		right: 0;
		margin: auto;
		background-image: url('../images/icons_spritesheet.svg');
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: -26px -53px;
	}

	.no-inlinesvg .scroll-down:after{
		background-image: url('../images/icons_spritesheet.png');
	}

	.scroll-down:hover,
	.scroll-down:focus{
		background-color: rgba(0, 0, 0, 0.9);
		height: 44px;
	}

/*Box*/
.grid{
	list-style: none;
}

.home .grid>li>img{
	margin-bottom: 1.875rem;
}

.box{
	display: block;
	border: 1px solid #bbbbbb;
	background-color: #fff;
	overflow: hidden;
	margin-bottom: 1.875rem;
}

	.box-link{
		position: relative;
		z-index: 10;
	}

	.box-link,
	.box-link:hover,
	.box-link:focus{
		color: #8e8e8d;
		display: block;
	}

	.box > a > *{
		padding: 0 0.625rem;
	}

	.box h1{
		font-family: Tahoma, Arial, helvetica, sans-serif;
		color: #1d1d1b;
		font-size: 1.25rem;
		margin-top: 1rem;
	}

	.isotope .box h1{
		text-transform: uppercase;
	}

	.box img,
	.box .img-container,
	.box .box-img{
		padding: 0;
		max-width: 100%;
	}

	.box-img{
		overflow: hidden;
	}

	.box img{
		display: block;
		margin: 0 auto;
	}

	/*box images animation effects*/
	/*
	.home .box img,
	.venetanow .box img{
		-webkit-transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
		-ms-transition: all 300ms ease-in-out;
		-o-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
	}

	.home .box:hover img,
	.home .box:focus img,
	.venetanow .box:hover img,
	.venetanow .box:focus img{
		-moz-transform: scale(1.05);
		-webkit-transform: scale(1.05);
		-o-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
		-webkit-transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
		-ms-transition: all 300ms ease-in-out;
		-o-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
	}
	*/

	.box a{
		display: block;
		padding-bottom: 4.5rem;
	}

	.box a.share{
		padding-bottom: 0;
	}

	.box p{
		margin-bottom: 0;
		font-size: inherit;
	}

	.box-description, .box .box-description{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.750rem;
		margin-bottom: 0;
		line-height: 1.6;
	}

	.box .category{
		position: relative;
		display: block;
		float: left;
		font-size: 0.875rem;
		text-transform: uppercase;
		line-height: 1.375rem;
		margin: 0.625rem 0;
		padding-right: 2.125rem;
		font-family: Tahoma, Helvetica, Arial, sans-serif;
	}

	/*Share link*/
	.share{
		position: relative;
		text-transform: uppercase;
		line-height: 1rem;
		display: block;
		padding-left: 1.5rem !important;
		font-family: Tahoma, Helvetica, Arial, sans-serif;
		color: #90908F;
		font-size: 1rem;
		font-weight: normal;
	}

	.box .share{
		position: absolute;
		bottom: 0.625rem;
		left: 0.625rem;
		z-index: 20;
	}

  .timeline-intro .share{
    display: inline-block;
  }

	.share:before{
		content: '';
		display: block;
		height: 1rem;
		width: 1.375rem;
		position: absolute;
		left: 0;
		background-image: url('../images/icons_spritesheet.svg');
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: 0 -24px;
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		-khtml-opacity: 0.5;
		opacity: 0.5;
	}

	.no-inlinesvg .share:before{
		background-image: url('../images/icons_spritesheet.png');
	}

	.share:hover:before,
	.share:focus:before{
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}

  .timeline-intro .share:before{
    content: none;
  }

  .shareup-text{
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: normal;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .shareup-container ul{
    display: inline-block;
  }

  .shareup-container li{
    background-image: url('../images/icons_spritesheet.svg');
    height: 44px;
    width: 44px;
  }

  .shareup-container li a{
    height: 44px;
    width: 44px;
  }

  .shareup-social-fb{
    background-position: -45px -145px;
  }

  .shareup-social-tw{
    background-position: -45px -190px;
  }

  .shareup-social-pt{
    background-position: -45px -235px;
  }

  .shareup-social-qz{
    background-position: -258px -235px;
  }

  .shareup-social-sina{
    background-position: -348px -145px;
  }

  .shareup-social-ren{
    background-position: -258px -280px;
  }

	#atic_print, .atm-f, #atic_auth, #atic_favorites, #atic_more{
		display: none !important;
	}

	/*Readmore triangle*/
	.readmore{
		display: block;
		position: absolute;
		height: 4.625rem;
		width: 4.625rem;
		right: -2.3125rem;
		bottom: -2.3125rem;
		background: #bbbbbb;
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transition: all 100ms ease-in-out;
		-moz-transition: all 100ms ease-in-out;
		-ms-transition: all 100ms ease-in-out;
		-o-transition: all 100ms ease-in-out;
		transition: all 100ms ease-in-out;
	}

	.box:hover .readmore,
	.box:focus .readmore{
		height: 6.25rem;
		width: 6.25rem;
		right: -3.125rem;
		bottom: -3.125rem;
		background-color: #8e8e8d;
		-webkit-transition: all 100ms ease-in-out;
		-moz-transition: all 100ms ease-in-out;
		-ms-transition: all 100ms ease-in-out;
		-o-transition: all 100ms ease-in-out;
		transition: all 100ms ease-in-out;
	}

	.readmore:after{
		position: absolute;
		left: 1.750rem;
		top: 0.563rem;
		content:' ';
		display: block;
		height: 11px;
		width: 16px;
		background-image: url('../images/icons_spritesheet.svg');
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: 0 -12px;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: all 100ms ease-in-out;
		-moz-transition: all 100ms ease-in-out;
		-ms-transition: all 100ms ease-in-out;
		-o-transition: all 100ms ease-in-out;
		transition: all 100ms ease-in-out;
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		-khtml-opacity: 0.5;
		opacity: 0.5;
	}

	.no-inlinesvg .readmore:after{
		background-image: url('../images/icons_spritesheet.png');
	}

	.box:hover .readmore:after,
	.box:focus .readmore:after{
		left: 2.625rem;
		top: .75rem;
		background-image: url('../images/icons_spritesheet.svg');
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: 0 -12px;
		-webkit-transition: all 100ms ease-in-out;
		-moz-transition: all 100ms ease-in-out;
		-ms-transition: all 100ms ease-in-out;
		-o-transition: all 100ms ease-in-out;
		transition: all 100ms ease-in-out;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}

	.no-inlinesvg .box:hover .readmore:after,
	.no-inlinesvg .box:focus .readmore:after{
		background-image: url('../images/icons_spritesheet.png');
	}


.box.venetalink{
	border: 1px solid #478c8e;
}
	.box.venetalink .category{
		color: #fff;
	}

	.box.venetalink .category{
		background-color: #478c8e;
	}

	.box.venetalink .category>*{
		margin-left: 0.625rem;
	}

	.venetalink .category:before{
		position: absolute;
		display: block;
		content: '';
		height: 1.375rem;
		width: 100%;
		background-color: #478c8e;
		margin-left: -.625rem;
		z-index: -10;
	}

	.box.venetalink .category:after{
		position: absolute;
		right: -.6875rem;
		top: 0;
		content:' ';
		height: 1.375rem;
		width: 1.375rem;
		background-color: #fff;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.box.venetalink h1{
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 1.25rem;
		text-transform: uppercase;
	}
/*
	.box.venetalink .box-description{
		font: 11px/1.4em Helvetica Neue,Helvetica,Arial,sans-serif;
	}
*/
	.venetalink .readmore{
		background: #478c8e;
	}

	.venetalink .readmore:after{
		background-image: url('../images/icons_spritesheet.svg');
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: 0 -12px;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}

	.no-inlinesvg .venetalink .readmore:after{
		background-image: url('../images/icons_spritesheet.png');
	}

	.box.venetalink:hover .readmore,
	.box.venetalink:focus .readmore {
		background-color: #478c8e;
	}

.box.image,
.box.image img{
	padding-top: 0;
}
/*
	.box.image .category{
		display: none;
	}
*/
.box.highlight{
	border: 1px solid #29166f;
	/*text-transform: uppercase;*/
}

.box.highlight .category{
	color: #29166f;
}
/*
	.highlight .box-description{
		z-index: 10;
		text-align: left;
		color: #fff;
		font-size: 1.625rem;
		font-family: Tahoma, Helvetica, Arial, sans-serif;
		font-weight: 200;
		line-height: 1.625rem;
		color: #29166f;
		width: 100%;
		z-index: 0;
		background: #fff;
		padding: 0.625rem;
		padding-right: 2rem;
		margin-bottom: -4rem;
	}

		.highlight .box-description span{
			font-size: 1rem;
			display: block;
			font-weight: normal;
		}

	.highlight .share{
		display: none;
	}
*/
	.highlight .readmore,
	.box:hover.highlight .readmore,
	.box:focus.highlight .readmore{
		/*height: 20rem;
		width: 20rem;
		right: -10.45rem;
		bottom: -10rem;*/
		background: #29166f;
	}

	.box:hover.highlight .readmore,
	.box:focus.highlight .readmore{
		background: #e30113;
	}

	.box:hover .highlight .readmore,
	.box:focus .highlight .readmore{
		/*height: 20rem;
		width: 20rem;
		right: -10.45rem;
		bottom: -10rem;*/
	}

	.highlight .readmore:after{
		background-image: url('../images/icons_spritesheet.svg');
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: 0 -12px;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}

	.no-inlinesvg .highlight .readmore:after{
		background-image: url('../images/icons_spritesheet.png');
	}

	.box:hover.highlight .readmore:after,
	.box:focus.highlight .readmore:after,
	.highlight .readmore:after{
		/*background: none;*/
	}

/*Logos*/
.logos li{
	padding-bottom: 0;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	text-align: center;
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-ms-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}

.logos li:hover,
.logos li.active{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-ms-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}

.logos a{
	/*
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;

	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-ms-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	*/
}
/*
.logos a:hover,
.logos a:focus{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}*/

/*Social Wall*/
.view-more{
	position: relative;
	line-height: 2.25rem;
	vertical-align: middle;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: .875rem;
	text-transform: uppercase;
	padding-right: 1.375rem;
	color: #8e8e8d;
}

.view-more:after{
	position: absolute;
	right: 0;
	top: .75rem;
	content: '';
	display: block;
	height:11px;
	width: 16px;
	background: url('../images/icons_spritesheet.svg');
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.no-inlinesvg .view-more:after{
	background: url('../images/icons_spritesheet.png');
}

.view-more:hover,
.view-more:focus{
	color: #1d1d1b;
}

.view-more:hover:after,
.view-more:focus:after{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContentHead{
	background-color: transparent;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item .user,
div.modern div.dpSocialTimeline .dpSocialTimeline_item a.permalink{
	display: none;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item{
	border: 1px solid #ccc;
}

/*Footer form*/
.contact-form .section-heading{
	color: #e30113;
}

.mandatory-fields{
	color: #8e8e8d;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	font-size: 0.75rem;
}

input[type="checkbox"],
input[type="radio"]{
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

input[type="checkbox"]+label, input[type="radio"]+label{
	margin-left: 1.5625rem;
}

input[type="checkbox"] + label.check:before,
input[type="radio"] + label.check:before{
	content: '';
	margin-left: -1.5625rem;
	margin-right: 0;
	padding-left: 1.5625rem;
	height: 16px;
	width: 16px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	background-image: url('../images/icon_checkbox.svg');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position:  0 0;
}

input[type="radio"] + label.check:before{
	background-image: url('../images/icon_radio.svg');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position:  0 0;
}

.no-inlinesvg input[type="checkbox"] + label.check:before,
.no-inlinesvg input[type="radio"] + label.check:before{
	background-image: url('../images/icon_checkbox.png');
}

.no-inlinesvg input[type="radio"] + label.check:before{
	background-image: url('../images/icon_radio.png');
}

input[type="checkbox"]:checked + label.check:before,
input[type="radio"]:checked + label.check:before{
    background-position: 0 -17px;
}

form textarea,
form textarea:focus{
	height: 8.85rem;
}

form .btn{
	padding: 0;
}

form .btn input{
	font-family: Tahoma;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #8e8e8d;
	font-size: 1.125rem;
	color: #fff;
	border:none;
	padding: 0 3.23rem;
	width: 100%;
	line-height: 2.3125rem;
}

form .btn:after{
	position: absolute;
	content: '';
	top: .6875rem;
	right: .625rem;
	display: block;
	height: 11px;
	width: 16px;
	background-image: url('../images/icons_spritesheet.svg');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 -12px;
}

.no-inlinesvg form .btn:after{
	background-image: url('../images/icons_spritesheet.png');
}

form a{
	color: #a5a5a4
}

form .fancybox-iframe{
	display: inline;
}

.radio-text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75rem;
	color: #8e8e8d;
	line-height: 2.3125rem;
}

#delivery-warning{
	display: none;
	color: #e30113;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1rem;
}

/*Social Icons*/
.social-app{
	padding-top: 2.5rem;
  padding-bottom: 1rem;
	text-transform: uppercase;
	font-family: Tahoma;
}

  .social-section{
    position: relative;
    margin-bottom: 4rem;
  }

  .social-section:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      height: 1px;
      width: 100%;
      background-color: #ddd;
      z-index: -10;
    }

  .social-icons{
    display: inline-block;
    background-color: #fff;
    padding: 0 3.125rem;
  }

    .social-icons a{
      margin: 0.5rem;
    }

    .fb, .yt, .pt, .tw, .in, .ln, .rss, .vl{
      display: inline-block;
      height: 44px;
      width: 44px;
      background-image: url('../images/icons_spritesheet.svg');
      background-color: transparent;
      background-repeat: no-repeat;
      filter: alpha(opacity=50);
      -moz-opacity: 0.5;
      -khtml-opacity: 0.5;
      opacity: 0.5;
      -webkit-transition: opacity 300ms ease-in-out;
      -moz-transition: opacity 300ms ease-in-out;
      -ms-transition: opacity 300ms ease-in-out;
      -o-transition: opacity 300ms ease-in-out;
      transition: opacity 300ms ease-in-out;
    }

    .no-inlinesvg .fb, .no-inlinesvg .yt, .no-inlinesvg .pt, .no-inlinesvg .tw, .no-inlinesvg .in, .no-inlinesvg .ln, .no-inlinesvg .rss, .no-inlinesvg .vl{
      background-image: url('../images/icons_spritesheet.png');
    }

    .fb:hover, .fb:focus, .yt:hover, .yt:focus, .pt:hover, .pt:focus, .tw:hover, .tw:focus, .in:hover, .in:focus, ln:hover, .ln:focus, .rss:hover, .rss:focus, .vl:hover, .vl:focus{
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      -webkit-transition: opacity 300ms ease-in-out;
      -moz-transition: opacity 300ms ease-in-out;
      -ms-transition: opacity 300ms ease-in-out;
      -o-transition: opacity 300ms ease-in-out;
      transition: opacity 300ms ease-in-out;
    }

    .fb{
      background-position: 0 -145px;
    }

    .fb:hover, .fb:focus{
      background-position: -45px -145px;
    }

    .tw{
      background-position: 0 -190px;
    }

    .tw:hover, .tw:focus{
      background-position: -45px -190px;
    }

    .pt{
      background-position: 0 -235px;
    }
    .pt:hover, .pt:focus{
      background-position: -45px -235px;
    }

    .yt{
      background-position: 0 -280px;
    }

    .yt:hover, .yt:focus{
      background-position: -45px -280px;
    }

    .in{
      background-position: -213px -145px;
    }

    .in:hover, .in:focus{
      background-position: -258px -145px;
    }

    .rss{
      background-position: -213px -190px;
    }

    .rss:hover, .rss:focus{
      background-position: -258px -190px;
    }

    .vl{
      background-position: -348px -190px;
    }

    .vl:hover, .vl:focus{
      background-position: -348px -190px;
    }

    .ln{
      background-position: -303px -235px;
    }

    .ln:hover, .ln:focus{
      background-position: -348px -235px;
    }

  .app-section ul li {
    font-size: 1.125rem;
    line-height: 2.75rem;
    color: #a5a5a5;
    padding-bottom: 0;
    float: none;
  }

    .app-section ul li a {
      margin-left: auto;
      margin-right: auto;
    }

    .app-section-title {
      text-align: center;
      float: none;
    }

		.btn-android{
			display: inline-block;
			height: 44px;
			width: 127px;
			background-image: url('../images/icons_spritesheet.svg');
			background-color: transparent;
			background-repeat: no-repeat;
			background-position: 0 -325px;
      margin-bottom: 1rem;
			/*margin-right: .9375rem;*/
		}

		.no-inlinesvg .btn-android{
			background-image: url('../images/icons_spritesheet.png');
		}

		.btn-android.ita{
			background-position: 0 -325px;
		}

    .btn-android.eng{
      background-position: -128px -325px;
    }

    .btn-android.fra{
      background-position: -255px -325px;
    }

    .btn-android.spa{
      background-position: -383px -325px;
    }

    .btn-android.zhs{
      background-position: -128px -325px;
    }

		.btn-ios{
			display: inline-block;
			height: 44px;
			width: 148px;
			background-image: url('../images/icons_spritesheet.svg');
			background-color: transparent;
			background-repeat: no-repeat;
			background-position: 0 -370px;
			margin-bottom: 1rem;
		}

		.no-inlinesvg .btn-ios{
			background-image: url('../images/icons_spritesheet.png');
		}

		.btn-ios.ita{
			background-position: 0 -370px;
		}

		.btn-ios.eng{
			background-position: -150px -370px;
		}

		.btn-ios.fra{
			background-position: -298px -370px;
		}

		.btn-ios.spa{
			background-position: -447px -370px;
		}

		.btn-ios.zhs{
			/*background-position: -596px -370px;*/
			background-position: -150px -370px;
		}

		.btn-win{
			display: inline-block;
			height: 42px;
			width: 162px;
			background-image: url('../images/icons_spritesheet.svg');
			background-color: transparent;
			background-repeat: no-repeat;
			background-position: 0 -415px;
			margin-bottom: 1rem;
		}

		.no-inlinesvg .btn-win{
			background-image: url('../images/icons_spritesheet.png');
		}

		.btn-win.ita{
			background-position: 0 -415px;
		}

		.btn-win.eng{
			background-position: -163px -415px;
		}

		.btn-win.fra{
			background-position: -326px -415px;
		}

		.btn-win.spa{
			background-position: -489px -415px;
		}

		.btn-win.zhs{
			/*background-position: -652px -415px;*/
			background-position: -163px -415px;
		}

		.btn-winphone{
			display: inline-block;
			height: 42px;
			width: 162px;
			background-image: url('../images/icons_spritesheet.svg');
			background-color: transparent;
			background-repeat: no-repeat;
			background-position: 0 -458px;
      margin-bottom: 1rem;
		}

		.no-inlinesvg .btn-winphone{
			background-image: url('../images/icons_spritesheet.png');
		}

		.btn-winphone.ita{
			background-position: 0 -458px;
		}

		.btn-winphone.eng{
			background-position: -163px -458px;
		}

		.btn-winphone.fra{
			background-position: -326px -458px;
		}

		.btn-winphone.spa{
			background-position: -489px -458px;
		}

		.btn-winphone.zhs{
			background-position: -163px -458px;
		}

		.follow-us{
      position: absolute;
      top: -1.875rem;
			font-size: .875rem;
			color: #a5a5a5;
		}



.legals{
	border-top: 1px solid #8e8e8d;
	padding: 1.875rem 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75rem;
	line-height: 1.4;
	color: #8e8e8d;
}

	.legals .company{
		text-align: center;
	}

	.legals .credits{
		float: right;
	}

	.legals ul li{
		font-size: .75rem;
		line-height: 2.4;
		float: none;
	}

	.legals .credits li{
		margin-right: 0;
	}

	.legals a{
		color: #a5a5a4;
	}

#form-result{
	padding: 30px;
}

	#form-result p{
		margin-bottom: 0;
	}

.back-to-top{
	position: fixed;
	right: 50px;
	bottom: 50px;
	width: 60px;
	height: 60px;
	background-color: rgba(0, 0, 0, 0.3);
	margin-left: 10px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	z-index: 100;
}

.back-to-top:after{
	content: '';
	height: 12px;
	display: block;
	width: 23px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-image: url('../images/icons_spritesheet.svg');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: -26px -40px;
}

.no-inlinesvg .back-to-top:after{
	background-image: url('../images/icons_spritesheet.png');
}

/*--------------------------
LAYOUT - CUCINE
--------------------------*/

.kitchen-line-menu .logos a{
	display: block;
}


/*--------------------------
CUCINE
--------------------------*/

.prodotti .main-content{
	margin-top: 1rem;
}

/*Kitchen menu*/
[class*="block-grid-"] > li.kitchen-line{
	padding: 1rem 0;
}

#kitchen-lines-list{
	margin: 0;
}

	.kitchen-line:hover .kitchen-line-img,
	.kitchen-line:focus .kitchen-line-img,
	.kitchen-line.active .kitchen-line-img{
		border-top: 1px solid #e30113;
	}

	.kitchen-line .findout-more,
	.kitchen-line .findout-more:after{
		display: none;
	}

		.kitchen-line-img{
			position: relative;
			overflow: hidden;
			border-top: 1px solid #a5a5a4;
			padding-top: 0.9375rem;
			margin: 16px 0;
			display: none;
		}

		.kitchen-line-img span{
			color: #fff;
			display: none;
			position: absolute;
			bottom: -8.125rem;
			height: 8.125rem;
			font-size: 0.875rem;
			font-weight: 200;
			line-height: 1.2rem;
			background-color: #1d1d1b;
			background-color: rgba(29, 29, 27, 0.85);
			padding: 0.625rem .625rem;
			-webkit-transition: all 300ms ease-in-out;
			-moz-transition: all 300ms ease-in-out;
			-ms-transition: all 300ms ease-in-out;
			-o-transition: all 300ms ease-in-out;
			transition: all 300ms ease-in-out;
		}

		.kitchen-line:hover .kitchen-line-img span,
		.kitchen-line:focus .kitchen-line-img span,
		.kitchen-line.active .kitchen-line-img span{
			bottom: 0;
			-webkit-transition: all 300ms ease-in-out;
			-moz-transition: all 300ms ease-in-out;
			-ms-transition: all 300ms ease-in-out;
			-o-transition: all 300ms ease-in-out;
			transition: all 300ms ease-in-out;
		}

/*Filters*/
.filters-strip{
	padding: .625rem 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

	.filters-strip a{
		color: #8e8e8d;
	}

.filters-strip.kitchen{
	border-bottom: none;
}

.filter-margin{
	margin-top: -.625rem;
}

	.filters-strip .filter-label{
		font-size: .875rem;
		line-height: 2.8125rem;
		display: block;
		margin-top: .625rem;
	}

		/*Filter*/
		.filter{
			background-color: #e3e6e3;
			padding: .625rem 0.625rem .625rem .625rem;
			margin-top: .625rem;
			position: relative;
		}

		.filter .helper{
			background-color: #8e8e8d;
			color: #fff;
			display: inline-block;
			margin-left: 0.625rem;
			cursor: pointer;
			padding-left: 8px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 16px;
		}

		.helper{
			height: 25px;
			width: 25px;
			border-radius: 50%;
			-webkit-border-radius: 50%;
		}


		.filter.checked{
			background-color: #d9d9d9;
		}

/*Page Description*/
.page-text{
	margin-bottom: 1rem;
}

.details{
	display: block;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 0.875rem;
	font-style: italic;
	color: #a5a5a5;
	margin-bottom: 0.3125rem;
	margin-top: 0.375rem;
}

.multi-column{
	-moz-column-count: 1;
	-moz-column-gap: 0;
	-webkit-column-count: 1;
	-webkit-column-gap: 0;
}

/*Box Product*/
.box.product{
	background-color: #fff;
	border: none;
	margin-bottom: 1.875rem;
}

	.box.product a{
		padding-bottom: 0;
	}

	.box.product h1{
		font-size: 1.625rem;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		height: 6.25rem;
		padding-bottom: 4.5rem;
		margin-bottom: 0;
	}

	/*Image icon overlay*/
	.img-container{
		position: relative;
		overflow: hidden;
		display: inline-block;
	}

		.img-container img{
			width: 100%;
		}

	.img-container:before{
		position: absolute;
		content:' ';
		background-color: #1d1d1b;
		display: block;
		height: 100%;
		width: 100%;
		opacity: 0;
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		-khtml-opacity: 0;
		-webkit-transition: opacity 300ms ease-in-out;
		-moz-transition: opacity 300ms ease-in-out;
		-ms-transition: opacity 300ms ease-in-out;
		-o-transition: opacity 300ms ease-in-out;
		transition: opacity 300ms ease-in-out;
	}

	.img-container:after{
		position: absolute;
		content:' ';
		margin: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		opacity: 0;
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		-khtml-opacity: 0;
		-webkit-transition: opacity 300ms ease-in-out;
		-moz-transition: opacity 300ms ease-in-out;
		-ms-transition: opacity 300ms ease-in-out;
		-o-transition: opacity 300ms ease-in-out;
		transition: opacity 300ms ease-in-out;
	}

	.img-container:hover:before,
	.img-container:focus:before{
		opacity: 0.6;
		filter: alpha(opacity=60);
		-moz-opacity: 0.6;
		-khtml-opacity: 0.6;
		-webkit-transition: opacity 300ms ease-in-out;
		-moz-transition: opacity 300ms ease-in-out;
		-ms-transition: opacity 300ms ease-in-out;
		-o-transition: opacity 300ms ease-in-out;
		transition: opacity 300ms ease-in-out;
	}

	.img-container:hover:after,
	.img-container:focus:after{
		opacity: 1;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-transition: opacity 300ms ease-in-out;
		-moz-transition: opacity 300ms ease-in-out;
		-ms-transition: opacity 300ms ease-in-out;
		-o-transition: opacity 300ms ease-in-out;
		transition: opacity 300ms ease-in-out;
	}

	.img-container.light:before,
	.img-container.light:hover:before,
	.img-container.light:focus:before{
		opacity: 0;
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		-khtml-opacity: 0;
	}

		/*Cross Icon Overlay*/
		.img-container.cross:after{
			width: 55px;
			height: 55px;
			background-image: url('../images/icons_spritesheet.svg');
			background-color: transparent;
			background-repeat: no-repeat;
			background-position: -90px 0;
		}

		.no-inlinesvg .img-container.cross:after{
			background-image: url('../images/icons_spritesheet.png');
		}

		/*Lens Icon Overlay*/
		.img-container.lens:after{
			width: 46px;
			height: 46px;
			background-image: url('../images/icons_spritesheet.svg');
			background-color: transparent;
			background-repeat: no-repeat;
			background-position: -90px -83px;
		}

		.no-inlinesvg .img-container.lens:after{
			background-image: url('../images/icons_spritesheet.png');
		}

		.img-container.light.lens:after{
			background-image: url('../images/icons_spritesheet.svg');
			background-color: transparent;
			background-repeat: no-repeat;
			background-position: -137px -83px;
		}

		.no-inlinesvg .img-container.light.lens:after{
			background-image: url('../images/icons_spritesheet.png');
		}

		.img-container:hover.light.lens:after,
		.img-container:focus.light.lens:after{
			opacity: 0.6;
			filter: alpha(opacity=60);
			-moz-opacity: 0.6;
			-khtml-opacity: 0.6;
		}

		/*PLay Icon Overlay*/
		.img-container.play:after{
			width: 30px;
			height: 50px;
			background-image: url('../images/icons_spritesheet.svg');
			background-color: transparent;
			background-repeat: no-repeat;
			background-position: 0px -94px;
		}

		.no-inlinesvg .img-container.play:after{
			background-image: url('../images/icons_spritesheet.png');
		}

	.box.product .img-container{
		max-height: 20.75rem;
		width: 100%;
	}

	.box.product .img-container img{
		width: auto;
	}

		.related-products .box.product .img-container{
			height: 19.375rem;
			width: 100%;
			position: relative;
		}

		@media only screen and (min-width: 38.625rem) {
			.related-products .box.product .img-container{
				height: 185px;
			}
		}

			.related-products .box.product .img-container img,
			.latest-seen .box.product .img-container img{
				width: auto;
				position: absolute;
				top: 0;
				bottom: 0;
				left: 0;
				right: 0;
				margin: auto;
				max-height: 100%;
				z-index: -10;
			}



		.box.product .img-container .logo-overlay{
			position: absolute;
			width: auto;
			right: 0.625rem;
			top: 0.625rem;
			opacity: 0;
			-webkit-transition: opacity 300ms ease-in-out;
			-moz-transition: opacity 300ms ease-in-out;
			-ms-transition: opacity 300ms ease-in-out;
			-o-transition: opacity 300ms ease-in-out;
			transition: opacity 300ms ease-in-out;
			filter: alpha(opacity=0);
			-moz-opacity: 0;
			-khtml-opacity: 0;
		}

		.box.product .img-container:hover .logo-overlay{
			-webkit-transition: opacity 300ms ease-in-out;
			-moz-transition: opacity 300ms ease-in-out;
			-ms-transition: opacity 300ms ease-in-out;
			-o-transition: opacity 300ms ease-in-out;
			transition: opacity 300ms ease-in-out;
			opacity: 1;
			filter: alpha(opacity=100);
			-moz-opacity: 1;
			-khtml-opacity: 1;
		}

	.box.product:hover .img-container:before,
	.box.product:focus .img-container:before{
		opacity: 0.6;
		filter: alpha(opacity=60);
		-moz-opacity: 0.6;
		-khtml-opacity: 0.6;
		-webkit-transition: opacity 300ms ease-in-out;
		-moz-transition: opacity 300ms ease-in-out;
		-ms-transition: opacity 300ms ease-in-out;
		-o-transition: opacity 300ms ease-in-out;
		transition: opacity 300ms ease-in-out;
	}

	.box.product:hover .img-container:after,
	.box.product:focus .img-container:after{
		opacity: 1;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-transition: opacity 300ms ease-in-out;
		-moz-transition: opacity 300ms ease-in-out;
		-ms-transition: opacity 300ms ease-in-out;
		-o-transition: opacity 300ms ease-in-out;
		transition: opacity 300ms ease-in-out;
	}

/*Pagination*/
ul.pagination{
	margin-bottom: 0;
}

ul.pagination a{
	font-family: Arial, Helvetica, sans-serif;
}

ul.pagination li:hover a,
ul.pagination li a:focus{
	border-bottom: 1px solid #e30113;
}

ul.pagination li.arrow:hover a,
ul.pagination li.arrow a:focus,
ul.pagination li.text:hover a,
ul.pagination li.text a:focus{
	border: none;
}

ul.pagination li.arrow a{
	display: inline-block;
	height: 11px;
	width: 16px;
	background-image: url('../images/icons_spritesheet.svg') !important;
	padding: 0;
}

.no-inlinesvg ul.pagination li.arrow a{
	background-image: url('../images/icons_spritesheet.png') !important;
}

ul.pagination li.arrow.backward a{
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

ul.pagination li.unavailable a{
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}

ul.pagination li.current a{
	background-color: transparent;
	border-bottom: 1px solid #e30113;
	color: #1d1d1b;
}

ul.pagination li.current a:hover,
ul.pagination li.current a:focus{
	background-color: transparent;
}

.landing-links{
	margin-top: 1.875rem;
}

/*--------------------------
ADD MORE
--------------------------*/

/*Box*/
.box.add-more{
	border: none;
	margin-bottom: 0;
	border: 1px solid transparent;
}

	.box.add-more a{
		padding-bottom: 4.5rem;
	}

	.box.add-more .share{
		padding-bottom: 0rem;
	}

	.box.add-more p,
	.box.add-more h1{
		display: none;
		margin-top: 0;
	}

	.box.add-more img{
		padding: 0 0.5rem;
	}

.box.add-more:hover{
	border: 1px solid #dddddd;
	-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.3);
	z-index: 50;
}

	.box.add-more:hover p,
	.box.add-more:hover h1{
		display: block;
	}

	.box.add-more .box-link *:not(img),
	.box.add-more .share{
		visibility: hidden;
	}

	.box.add-more:hover .box-link *:not(img),
	.box.add-more:hover .share{
		visibility: visible;
	}

/*Latest product seen*/
.latest-seen .grid li{
	padding: 0.9375rem;
}

.latest-seen .grid li:first-child{
	padding-left: 0;
}

.latest-seen .grid li:last-child{
	padding-right: 0;
}
/*
.latest-seen .box.product .img-container img{
	width: auto;
	max-height: 10.75rem;
}*/

.latest-seen .box.product .img-container{
	height: 220px;
}

@media only screen and (min-width: 450px){
	.latest-seen .box.product .img-container{
		height: 332px;
	}
}

@media only screen and (min-width: 641px) {
	.latest-seen .box.product .img-container{
		height: 265px;
	}
}

@media only screen and (min-width: 1025px) {
	.latest-seen .box.product .img-container{
		height: 128px;
	}
}

.latest-seen .box.product h1{
	height: 4.25rem;
}

/*Related product*/

#carousel-relatednews .owl-item,
#carousel-relatedprod .owl-item{
	padding: 0.9375rem;
}

.orbit-prev,
.orbit-next{
	position: relative;
	display: block;
	float: left;
	width: 35px;
	height: 35px;
}

.oldandroid .carouselnav{
	display: none;
}

/*
.top-bar{
	background-color: green;
}
*/
/*--------------------------
PAGINA DETTAGLIO
--------------------------*/

.logos{
	margin-top: 2rem;
	margin-bottom: 2rem;
}

/*Slider*/

.prodotti-dettaglio #main-slider,
.prodotti-dettaglio #main-slider li,
.prodotti-dettaglio .flex-video iframe,
.prodotti-dettaglio .flex-video object,
.prodotti-dettaglio .flex-video embed,
.prodotti-dettaglio .flex-video video{
	max-height: none;
}

/*Slider*/
/*
.prodotti-dettaglio #main-slider,
.prodotti-dettaglio #main-slider li,
.prodotti-dettaglio .flex-video iframe,
.prodotti-dettaglio .flex-video object,
.prodotti-dettaglio .flex-video embed,
.prodotti-dettaglio .flex-video video{
	max-height: none;
	height: 765px;
}

.tag-container{
	position: relative;
	height: 765px;
	display: inline-block;
}

.prodotti-dettaglio .orbit-container .orbit-slides-container img{
	height: 100%;
}
*/

/* max-width 1366px, large screens */
/*
@media only screen and (max-width: 85.375em) {
	.tag-container{
		height: auto;
	}

	.prodotti-dettaglio .orbit-container .orbit-slides-container img{
		height: auto;
	}

	.prodotti-dettaglio #main-slider,
	.prodotti-dettaglio #main-slider li,
	.prodotti-dettaglio .flex-video iframe,
	.prodotti-dettaglio .flex-video object,
	.prodotti-dettaglio .flex-video embed,
	.prodotti-dettaglio .flex-video video{
		height: auto;
	}
}
*/

	/*Toggle Circle*/
	.toggle-slidebox{
		display: none;
		position: absolute;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		width: 55px;
		height: 55px;
		margin-left: -27px;
		margin-top: -27px;
		background-color: #1d1d1b;
		z-index: 20;
	}

	.toggle-slidebox:after{
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		height: 40px;
		width: 40px;
		background-image: url('../images/icons_spritesheet.svg');
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: -200px 0;
	}

	.no-inlinesvg .toggle-slidebox:after{
		background-image: url('../images/icons_spritesheet.png');
	}

	.toggle-slidebox.open{
		z-index: 35;
	}

	.toggle-slidebox.open:after{
		height: 1px;
		background-position: -200px -41px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}

	/*Slider Tag*/
	.slidetag{
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		background-color: #fff;
		width: 30%;
		padding: 0.625rem;
		overflow: hidden;
		z-index: 30;
	}

	.slidetag>a{
		height: inherit;
	}

	.slidetag.up-right{
		border-bottom-left-radius: 9%;
		-webkit-border-bottom-left-radius: 9%;
	}

	.slidetag.up-left{
		border-bottom-right-radius: 9%;
		-webkit-border-bottom-right-radius: 9%;
	}

		.slidetag h1{
			font-family: Tahoma, Arial, Helvetica, sans-serif;
			font-size: 1.125rem;
			font-weight: 200;
			color: #1d1d1b;
			text-align: center;
			text-transform: uppercase;
		}

		.slidetag p{
			display: none;
			color: #1d1d1b;
			font-family: Tahoma Helvetica, Arial, sans-serif;
			font-size: 0.875rem;
			margin: 0.5rem 0;
			max-height: 2.625rem;
			overflow: hidden;
		}

		.slidetag img{
			margin: 0 auto;
			max-height: 50%;
		}

		.slidetag .findout-more{
			padding: 0;
		}

/*Add-more product imgs*/
.static-img{
	text-align: center;
	margin-top: 1.875rem;
	margin-bottom: 1rem;
}

	.static-img>div{
		display: inline-block;
		max-height: 400px;
		width: 49%;
		overflow: hidden;
	}

	.static-img>div a{
		display: inline-block;
		width: 100%;
	}

	.static-img img{
		max-height: 400px;
	}



/*Nav*/
.page-nav{
	border-bottom: 1px solid #dddddd;
	padding-bottom: 0.75rem;
	width: 9.375rem;
}

	.page-nav ul{
		list-style: none;
		line-height: normal;
		width: 8rem;
		margin: 0 auto;
	}

		.page-nav ul li{
			height: 1.5rem;
		}

		.page-nav ul li.back-to-list{
			margin-left: 0;
		}

		.page-nav ul li.arrow.forward{
			margin-left: 1.625rem;
		}

		.page-nav ul li.arrow.backward{
			margin-left: 2rem;
		}

			.page-nav ul li a{
				display: inline-block;
				line-height: 1.5rem;
				vertical-align: middle;
				background-image: url('../images/icons_spritesheet.svg');
				background-color: transparent;
				background-repeat: no-repeat;
				background-position: 0 0;
				filter: alpha(opacity=50);
				-moz-opacity: 0.5;
				-khtml-opacity: 0.5;
				opacity: 0.5;
			}

			.no-inlinesvg .page-nav ul li a{
				background-image: url('../images/icons_spritesheet.png');
			}

			.page-nav ul li a:hover,
			.page-nav ul li a:focus{
				filter: alpha(opacity=100);
				-moz-opacity: 1;
				-khtml-opacity: 1;
				opacity: 1;
			}

			.page-nav ul li.back-to-list a{
				background-position: -90px -58px;
				height: 25px;
				width: 38px;
			}

			.page-nav ul li.arrow a{
				background-position: 0 0;
				height: 11px;
				width: 16px;
			}

			.page-nav ul li.arrow.backward a{
				background-position: -16px 0;
				height: 11px;
				width: 16px;
			}

			.page-nav ul li.unavailable{
				filter: alpha(opacity=50);
				-moz-opacity: 0.5;
				-khtml-opacity: 0.5;
				opacity: 0.5;
			}

			.page-nav ul li.unavailable a{
				cursor: default;
				filter: alpha(opacity=50);
				-moz-opacity: 0.5;
				-khtml-opacity: 0.5;
				opacity: 0.5;
			}

			.page-nav ul li.unavailable a:hover,
			.page-nav ul li.unavailable a:focus{
				cursor: default;
				filter: alpha(opacity=50);
				-moz-opacity: 0.5;
				-khtml-opacity: 0.5;
				opacity: 0.5;
			}

.nav-title{
	text-align: center;
	padding-top: 0.75rem;
	font-size: 0;
	line-height: 0;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.nav-title:hover,
.nav-title:focus{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.product-description{
	padding-bottom: 30px;
}

/*Product Features Accordion*/
.product-features{
	border-top: 1px solid #dddddd;
}

	.product-features.gallery img{
		max-height: 250px;
		margin-bottom: 5px;
		width: auto;
	}

.toggle-section{
	display: block;
	position: relative;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.toggle-section:hover,
.toggle-section:focus{
	text-decoration: underline;
}

.slidedown{
	padding-bottom: 3.125rem;
}

/*Accordion button*/
.accordion-button{
	display: block;
	height: 0.875rem;
	width: 1.6875rem;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.accordion-button:hover,
.accordion-button:focus{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	outline: none;
}

.accordion-button:after{
	content: '';
	position: absolute;
	background-image: url('../images/icons_spritesheet.svg');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: -28px -66px;
	height: 14px;
	width: 27px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.no-inlinesvg .accordion-button:after{
	background-image: url('../images/icons_spritesheet.png');
}

.accordion-button.open{
	height: 1.6875rem;
	width: 1.6875rem;
}

.accordion-button.open:after{
	height: 27px;
	width: 27px;
	background-image: url('../images/icons_spritesheet.svg');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 -66px;
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.no-inlinesvg .accordion-button.open:after{
	background-image: url('../images/icons_spritesheet.png');
}

/*Swatches Row*/
.swatchrow{
	display: block;
}

	.swatchrow-title{
    display: inline-block;
		font-family: Tahoma, Helvetica, Arial, sans-serif;
		font-size: 1.25rem;
		margin-top: 1.5rem;
		margin-bottom: 0.375rem;
	}

  .swatchrow-logo {
    position: relative;
    bottom: 0.1875rem;
    display: inline-block;
    width: auto;
    height: 1.875rem;
    vertical-align: middle;
    margin-left: 0.625rem;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
  }

	.swatchrow-desc{
		font-family: Tahoma, Helvetica, Arial, sans-serif;
		font-size: 0.875rem;
		color: #a5a5a5;
		margin-bottom: 0.3125rem;
		margin-top: 0.375rem;
	}

	.swatchrow:first-child>:first-child{
		margin-top: 0 !important;
	}

	.swatchrow .swatchrow-desc:first-child{
		margin-top: 1.5rem;
	}

/*Color Swatch*/
.l-swatch{
	display: block;
	margin-left: 1px;
	margin-bottom: 1px;
	float:left;
	text-align: center;
}

.swatch{
	display: block;
	height: 50px;
	width: 50px;
	margin: 0 auto;
}

.swatch.lightborder{
	border: 1px solid #cecece;
}

	.swatch-measures{
		max-width: 5rem;
		font-size: 0.875rem;
		margin-top: 0.625rem;
	}

/*Tooltip*/

.tooltip{
	background-color: #29166f;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	/*max-width: 21.875rem;*/
}

	.tooltip.tip-top > .nub,{
		border-color: #29166f transparent transparent transparent;
	}

	.tooltip > .nub{
		border-color: transparent transparent #29166f transparent;
	}

/*Support link*/
.support-link{
	padding-top: 2.25rem;
	padding-bottom: 2.25rem;
	display: block;
	border-top: 1px solid #ddd;
	color: #8e8e8d;
	text-transform: uppercase;
}

	.support-link p{
		display: inline-block;
		font-size: 1.625rem;
		font-family: Tahoma, Helvetica, Arial, sans-serif;
		font-weight: 200;
		line-height: 1.625rem;
		margin-left: 1.875rem;
	}

		.support-link .verb{
			font-size: 1rem;
			display: block;
			font-weight: normal;
		}

	.support-link:before{
		content: '';
		display: inline-block;
		background: url('../images/icons_spritesheet.svg');
		filter: alpha(opacity=60);
		-moz-opacity: 0.6;
		-khtml-opacity: 0.6;
		opacity: 0.6;
		vertical-align: top;
	}

	.no-inlinesvg .support-link:before{
		background: url('../images/icons_spritesheet.png');
	}

	.support-link:hover:before,
	.support-link:focus:before{
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}

	.support-link.download:before{
		width: 42px;
		height: 57px;
		background-position: -90px -150px;
	}

	.support-link.location:before{
		width: 36px;
		height: 55px;

		background-position: -90px -265px;
	}

	.support-link.info:before{
		width: 56px;
		height: 56px;
		background-position: -90px -208px;
	}

	.support-link.catalog:before{
		width: 65px;
		height: 56px;
		background-position: -146px -208px;
	}

	.support-link.work:before{
		width: 65px;
		height: 49px;
		background-position: -146px -272px;
	}

#color-table{
	display: none;
}

/*--------------------------
NEWS LISTA
--------------------------*/
.searchbox input,
.searchbox input:focus{
	height: 1.875rem;
	float: left;
	width: 12.5rem;
	padding-right: 32px;
}


.button.search{
	height: 1.875rem;
	width: 2.5rem;
	position: relative;
	background-color: transparent;
	padding: 0;
	margin: 0;
	top: -30px;
	/*margin-left: -40px;*/
}

.button.search:after{
	content: '';
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin: auto;
	width: 20px;
	height: 20px;
	background-image: url('../images/icons_spritesheet.svg');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: -184px -83px;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	z-index: 20;
}

.no-inlinesvg .button.search:after{
	background-image: url('../images/icons_spritesheet.png');
}

.filters-strip.news{
	border-top: none;
}

.news-list{
	padding: 1.875rem 0;
}

	.news-list time{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.6875rem;
		margin-top: 10px;
		margin-top: 25px;
		display: inline-block;
		float: left;
	}

	.news-list h1{
		clear: both;
	}

	.focuson .readmore:after{
		background-image: url('../images/icons_spritesheet.svg');
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: 0 -12px;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}

	.no-inlinesvg .focuson .readmore:after{
		background-image: url('../images/icons_spritesheet.png');
	}

	.focuson .readmore,
	.box:hover.focuson .readmore,
	.box:focus.focuson .readmore{
		background: #29166f;
	}

	.box:hover.focuson .readmore,
	.box:focus.focuson .readmore{
		background: #e30113;
	}

	.box.focuson{
		border: 1px solid #29166f;
	}

	.box.focuson .category{
		color: #e30113;
	}

.sidebar .btn{
	width: 100%;
	margin-top: 1rem;
	display: block;
	padding-left:0;
	padding-right: 0;
}

.news-archive{
	border-top: 1px solid #ddd;
	margin-top: 1.875rem;
	padding-top: 0.9375rem;
}

/*--------------------------
NEWS DETTAGLIO
--------------------------*/

.page-navigation{
	margin-top: 1rem;
	margin-bottom: 1rem;
}

/*Breadcrumbs*/
.breadcrumbs{
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0;
}

	.breadcrumbs > * a,
	.breadcrumbs > * span{
		font-family: Arial, Helvetica, sans-serif;
		text-transform: capitalize;
		font-size: 0.75rem;
	}

	.breadcrumbs > *:before {
		content: '';
		display: inline-block;
		width: 5px;
		height: 10px;
		background-image: url('../images/icons_spritesheet.svg');
		background-position: -96px -139px;
		filter: alpha(opacity=60);
		-moz-opacity: 0.6;
		-khtml-opacity: 0.6;
		opacity: 0.6;
	}

	.no-inlinesvg .breadcrumbs > *:before{
		background-image: url('../images/icons_spritesheet.png');
	}

	.breadcrumbs > *:first-child:before{
		display: none;
		visibility: hidden;
	}

.headline{
	font-size: 1.125rem;
	color: #1d1d1b;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: 200;
}

.page-navigation .page-nav{
	margin: 0 auto;
	border: none;
	padding: 0;
}

.article-header{
	padding-bottom: 1rem;
	border-bottom: 1px solid #ddd;
}

.article-body{
	padding-top: 1.5rem;
}

.article-body p{
	margin-bottom: 0;
}
/*
.article-body .row{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
*/
.article-body .columns{
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.article-body .photogallery{
	border-top: 1px solid #ddd;
	padding-top: 1.5rem;
}

.article-body iframe[src*="https://www.youtube"] {
  display: block;
  margin: 0 auto;
}

.link-icon, .download-icon, .print-icon{
	display: inline-block;
	position: relative;
	padding-left: 1.75rem;
	height: 1.875rem;
	line-height: 2.4rem;
	vertical-align: middle;
	margin-right: 1rem;
}

.download-icon{
	/*line-height: 2.4rem;*/
}

.link-icon:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	bottom: 0;
	height: 23px;
	width: 23px;
	background-image: url('../images/icons_spritesheet.svg');
	background-position: -182px -161px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.no-inlinesvg .link-icon:before{
	background-image: url('../images/icons_spritesheet.png');
}

.download-icon:before{
	content: '';
	position: absolute;
	left: 1px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 25px;
	width: 20px;
	background-image: url('../images/icons_spritesheet.svg');
	background-position: -160px -159px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.no-inlinesvg .download-icon:before{
	background-image: url('../images/icons_spritesheet.png');
}

.print-icon:before{
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	bottom: 0;
	margin: auto;
	height: 24px;
	width: 24px;
	background-image: url('../images/icons_spritesheet.svg');
	background-position: -134px -160px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.no-inlinesvg .print-icon:before{
	background-image: url('../images/icons_spritesheet.png');
}


/*Sidebar list*/
.simple-list ul{
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75rem;
	margin-left: 0;
}

	.simple-list li{
		position: relative;
		padding-left: 16px;
		margin-bottom: 0.5rem;
	}

	.simple-list li:before{
		content:' ';
		position: absolute;
		left: 0;
		top: 5px;
		width: 5px;
		height: 10px;
		background-image: url('../images/icons_spritesheet.svg');
		background-position: -90px -139px;
	}

	.no-inlinesvg .simple-list li:before{
		background-image: url('../images/icons_spritesheet.png');
	}

		.simple-list a{
			color: #8e8e8d;
		}

		.simple-list a:hover,
		.simple-list a:focus{
			color: #1d1d1b;
		}

/*--------------------------
PRESS
--------------------------*/

/*Container*/
.press .main-content{
	display: block;
}

.press-article .page-title,
.press-article time{

	font-size: 1.125rem;
	font-weight: 200;
	display: inline-block;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0.375rem 0;
}

.press-article .toggle-section{
	text-decoration: none;
	padding: 0;
	background-color: #f0f2f0;
}

.press-sticky .year{
	color: #e30113;
}

.press-sticky .toggle-section{
	background-color: #ddd;
	color: #fff;
}

.simple-list.tags .hide_tag{
	display: none;
}

.press-article .accordion-button{
	right: 0.9375rem;
}

.press-article time{
	color: #a5a5a4;
	padding-right: 0.525rem;
	min-width: 8.375rem;
	padding-left: 0.525rem;
	display: block;
	
}

.press-sticky .toggle-section time{
	color: #8e8e8d;
}

.press-article .article-header{
	border: none;
	padding: 0 2.375rem 0 0.9375rem;
}

.press-article .article-body{
	display: none;
	font-size: 1rem;
	background-color: #f0f2f0;
	padding: 0.9375rem;
}

.press-sticky .article-body{
	background-color: #ddd;
}

.year{
	text-transform: uppercase;
	font-size: 24px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: 200;
}

.press-text{
	padding: 1rem 0;
	clear: both;
}

.press-text p, .press-carousel p{
	color: #1d1d1b;
	font-size: 15px;
	font-weight: normal;
}

/*Press carousel for scanned images*/
.press-carousel{
	position: relative;
}

	.orbit-prev, .orbit-next {
		position: relative;
		display: block;
		float: left;
		width: 35px;
		height: 35px;
		background-color: rgba(0, 0, 0, 0.3);
		margin-left: 10px;
		-webkit-border-radius: 2px 2px 2px 2px;
		border-radius: 2px 2px 2px 2px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.orbit-prev{
		left: 0;
	}

	.orbit-prev:after, .orbit-next:after {
		content: '';
		height: 23px;
		display: block;
		width: 12px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		background-image: url('../images/icons_spritesheet.svg');
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: 0 -42px;
	}

	.no-inlinesvg .orbit-prev:after, .no-inlinesvg .orbit-next:after{
		background-image: url('../images/icons_spritesheet.png');
	}

	.orbit-prev:after {
		background-image: url('../images/icons_spritesheet.svg');
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: -13px -42px;
	}

	.no-inlinesvg .orbit-prev:after{
		background-image: url('../images/icons_spritesheet.png');
	}

	.carousel-press{
		padding: 0 70px;
		min-height: 90px;
	}

/*Press text for website screenshot*/
.press-text .img-container{
	float:left;
	margin-right: 0.9375rem
}

/*Sidebar tags*/

.simple-list.tags{
	margin-bottom: 2rem;
}

.simple-list.tags .filters{
	overflow: hidden;
	margin-bottom: 0;
}

.simple-list.tags li{
	float: left;
	clear: both;
	padding: 0;
	margin-left: -0.5rem;
	margin-bottom: 0.25rem;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}

.simple-list.tags li:before{
	content: none;
}

.simple-list.tags li.active{
	background-color: #e3e6e3;
}

	.simple-list.tags li a{
		display: block;
		position: relative;
		width: 100%;
		padding: 2px 20px 2px 8px;
	}

	.simple-list.tags li.active a:after{
		content:' ';
		position: absolute;
		right: 0.5rem;
		top: 0.5625rem;
		width: 6px;
		height: 6px;
		background-image: url('../images/icons_spritesheet.svg');
		background-position: -102px -143px;
		filter: alpha(opacity=60);
		-moz-opacity: 0.6;
		-khtml-opacity: 0.6;
		opacity: 0.6;
	}

	.no-inlinesvg .simple-list.tags li.active a:after{
		background-image: url('../images/icons_spritesheet.png');
	}

	.simple-list.tags li.active:hover a:after{
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}

/*--------------------------
APPS
--------------------------*/

.apps-main-imgs{
	position: relative;
	/*height: 350px;*/
	z-index: 20;
  margin-top: -6.25rem;
}

	.app_img{
		position: relative;
    top: 7.5rem;
	}

	.app_img.ipad{
		margin: auto;
		left: 0;
		right: 0;
		bottom: -5rem;
	}

	.app_img.iphone{
		left: 15%;
		bottom: -7rem;
	}

	.app_img.winphone{
		right: 10%;
		bottom: -7rem;
	}

.app-row{
	margin-top: 6.25rem;
}

.app-strip{
	margin: 15px 0 20px 0;
}

.book-title{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.25rem;
	color: #595959;
}

.apps p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875rem;
	color: #595959;
	overflow: hidden;
}

/*--------------------------
RACCONTI DI VITA
--------------------------*/

.corkpanel{
	height: 520px;
	background: url('../images/corkpanel.jpg') no-repeat center center;
	overflow: hidden;
}

.corkpanel .page-title{
	display: block;
	position: absolute;
	left: 5%;
	width: 157px;
	height: 159px;
	background: url('../images/post-it.png') no-repeat transparent;
	text-align: center;
	font-family: Tahoma, 'Times New Roman', serif;
	font-size: 2.25rem;
	line-height: 2.875rem;
	padding: 1rem 1.5rem;
	z-index: 50;
}

.corkpanel .page-title-small{
	font-family: Tahoma, 'Times New Roman', serif;
	font-size: 2.125rem;
	line-height: 1.25rem;
	color: #1d1d1b;
}

/*
.polaroid-tiles{
	margin-top: 1.875rem;
	min-height: 32.5rem;
	overflow-x: hidden;
}
*/

/*Polaroid*/
.polaroid{
	position: relative;
	float: left;
	width: auto;
	background-color: #fff;
	background-image: url('../images/groovepaper.png');
	/*outer shadow*/
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	box-shadow: 0 3px 6px rgba(0,0,0,.25);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	-webkit-backface-visibility: hidden;

}

.polaroid:hover,
.polaroid:focus{
	-moz-transform: scale(1.1) rotate(7deg);
	-webkit-transform: scale(1.1) rotate(7deg);
	-o-transform: scale(1.1) rotate(7deg);
	-ms-transform: scale(1.1) rotate(7deg);
	transform: scale(1.1) rotate(7deg);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	-webkit-backface-visibility: hidden;
}

	.shadow-overlay img{
		position: absolute;
		bottom: 0;
		margin: auto;
		top: 0;
	}

	.polaroid-pic{
		width: 200px;
		height: 170px;
		display: block;
		position: relative;
		padding: 7% 7% 22% 7%;
		-webkit-box-shadow: inset 1px 1px 20px 8px rgba(0,0,0,0.1);
		-moz-box-shadow: inset 1px 1px 20px 8px rgba(0,0,0,0.1);
		box-shadow: inset 1px 1px 20px 8px rgba(0,0,0,0.1);
		overflow: hidden;
	}

		.polaroid-pic img{
			/*width: 262px;*/
			height: auto;
			-webkit-box-shadow: inset 1px 1px 20px 8px rgba(0,0,0,0.1);
			-moz-box-shadow: inset 1px 1px 20px 8px rgba(0,0,0,0.1);
			box-shadow: inset 1px 1px 20px 8px rgba(0,0,0,0.1);
		}

		.polaroid-pic .readmore{
			background-color: #e30113;
			right: auto;
			bottom: auto;
			left: -2.3125rem;
			top: -2.3125rem;
			color: #fff;
		}

		.polaroid-pic .readmore span{
			position: absolute;
			bottom: 0;
			width: 100%;
			display: inline-block;
			text-align: center;
			line-height: 18px;
		}

		.polaroid-pic .readmore:after{
			content: none;
		}

	.shadow-overlay{
		position: relative;
		height: 100%;
		overflow: hidden;
	}

		.shadow-overlay img{
			position: absolute;
			bottom: 0;
			margin: auto;
			top: 0;
		}

	.shadow-overlay:before{
		content:'';
		position: absolute;
		display: block;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		-webkit-box-shadow: inset 0px 0px 15px 12px rgba(0, 11, 11, 0.3);
		box-shadow: inset 0px 0px 15px 12px rgba(0, 11, 11, 0.3);
	}

	.polaroid:after{
		content: '';
		position: absolute;
		display: block;
		top: -5%;
		left: 0;
		right: 0;
		margin: auto;
		width: 18%;
		height: 18%;
		background: url('../images/pushpin.png') transparent no-repeat;
		background-size: contain;
	}

	.polaroid-title{
		text-align: center;
		font-family: Tahoma, 'Times New Roman', serif;
		font-size: 2.25rem;
		line-height: 1.625rem;
		color: #1d1d1b;
		left: 10px;
		right: 10px;
		bottom: 0;
		position: absolute;
		/*overflow: hidden;*/
		height: 56px;
		margin: 0;
		padding-top: 0;
	}

/*Story intro*/
.story-intro{
	background: url('../images/bg_racconti.jpg') transparent repeat-y;
	background-position: center 0;
	min-height: 500px;
	margin-bottom: 1.875rem;
}

.polaroid.pos1{
	position: absolute;
	top: 210px;
	left: 4%;
	z-index: 10;
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
}

.polaroid.pos2{
	position: absolute;
	top: 260px;
	left: 0;
	z-index: 30;
	-webkit-transform: rotate(-1.7deg);
	-moz-transform: rotate(-1.7deg);
}

.polaroid.pos3{
	position: absolute;
	top: 230px;
	right: 36%;
	z-index: 20;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
}

.polaroid.pos1 .polaroid-pic,
.polaroid.pos2 .polaroid-pic,
.polaroid.pos3 .polaroid-pic{
	width: 240px;
	height: 240px;
}

.corkpanel .timeline-element{
	position: absolute;
	left: -3%;
	top: 2%;
	width: 350px;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
}


/*Story text and titles*/
.story-headline-container{
	position: absolute;
	right: 5%;
	width: 300px;
	z-index: 40;
	margin-top: 3.75rem;
}

	.story-headline{
		padding: 15px;
		background: url('../images/bg_scheet_pattern.jpg') repeat;
		text-align: center;
	}

		.story-headline .storyquote{
			font-family: Tahoma, 'Times New Roman', serif;
			font-size: 1.5rem;
			line-height: 1.5rem;
			text-align: center;
			border: none;
			margin: 1rem 0;
			padding: 0;
			color: #1d1d1b;
		}

		.story-headline .storyquote footer{
			margin-top: 1rem;
		}

	.btn.cta{
		color: #fff;
		background-color: #e30113;
		font-size: 1.125rem;
	}

.story-subtitle{
	font-family: Tahoma, 'Times New Roman', serif;
	font-size: 3rem;
	color: #1d1d1b;
}

	.strip .story-subtitle{
		color: #e30113;
	}


/*Story form*/
#story-form{
	width: 100%;
	padding: 50px 0;
}

#send-story-newuser, #send-story-olduser{
	display: none;
	position: relative;
}

#send-story-olduser form textarea,
#send-story-olduser form textarea:focus{
	height: 9.1875rem;
}

.panel-box{
	margin-top: 1.875rem;
}

.info-panel{
	border-color: #29166f;
	color: #1d1b1d;
}

.info-panel p{
	color: #1d1b1d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
}

.info-panel label{
	background-color: #fff;
}

.info-panel .btn:after{
	content: none;
}

		#story-form .helper{
			background-color: #8e8e8d;
			color: #fff;
			display: inline-block;
			margin-left: 0.625rem;
			margin-top: 0.375rem;
			cursor: pointer;
			padding-left: 8px;
			padding-top: 4px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 16px;
			float: right;
		}
	/*
		#story-form .btn{
			display: none;
		}
		*/


/*Story preview*/
.story-preview p, .story-preview dt, .story-preview dd{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1rem;
	font-weight: normal;
}

.story-preview dd, .story-preview dt{
	margin-bottom: 0;
}

.story-customer-text{
	margin-bottom: 1.25rem;
	padding: 15px 45px 0 45px;
	position: relative;
}

.story-customer-text:before{
	content: "\201D";
	font-family: Georgia, serif;
	font-size: 40px;
	font-weight: bold;
	color: #555;
	position: absolute;
	left: 10px;
	top: 5px;
	height: 26px;
	width: 24px;
}

.story-customer-text:after{
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 40px;
	font-weight: bold;
	color: #555;
	position: absolute;
	right: 10px;
	height: 26px;
	width: 24px;
}

.story-customer-text p{
	margin-bottom: 0;
}

.story-customer-text, .story-customer-text p{
	/*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
	font-weight: 200;
	font-size: 1.125rem;
	line-height: 1.625rem;
	font-style: oblique;
	color: #1d1d1b;
}

.story-divider,
.timeline .story-divider{
	display: block;
	margin: 20px auto;
	height: 1px;
	max-width: 150px;
	border: none;
	border-bottom: 2px solid #666;
}

.story-kitchen-text{
	margin-top: 30px;
}

.story-kitchen-text, .story-kitchen-text p{
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	color: #444;
}

.story-preview dt{
	float: left;
	clear: left;
	margin-right: 0.3125rem;
	font-weight: 500;
	color: #444;
}

.story-preview dd{
	font-weight: 200;
	margin-top: 1px;
}

.story-preview .btn{
	width: 100%;
	font-size: 1.125rem;
	margin-top: 1rem;
}

.story-monthly .polaroid-pic{
	width: 300px;
	height: 260px;
}

/*Story gallery*/
.story-gallery{
	background: url('../images/bg_racconti2.jpg') transparent repeat-y;
	background-position: center 0;
	margin-top: 1.875rem;
}

.story-gallery .polaroid-title{
	font-size: 1.25rem;
	line-height: 1.25rem;
	margin: 0;
	padding:0;
	height: 38px;
}

.story-gallery .filters select{
	border: 1px solid #29166f;
	margin-top: 12px;
	vertical-align: top;
/*
	margin-top: 12px;
	vertical-align: top;
	border-radius: 1px;
	background-color: #D63737;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	*/
}

	.story-gallery .story-preview{
		margin: 2rem 0 1rem 0;
	}

		.story-gallery .story-kitchen-text,
		.story-gallery .story-kitchen-text p{
			margin: 22px 0 16px 0;
			color: #1d1b1d;
			font-weight: normal;
			font-size: 18px;
			line-height: 22px;
		}


/*Story gallery grid*/

.story-grid{
	margin-top: 3.125rem;
}

		.story-grid .story-preview dl{
			text-align: left;
			margin-top: 1rem;
			float: left;
			width: 100%;
		}

			.story-grid .story-preview dd,
			.story-grid .story-preview dt{
				float: none;
				display: inline;
			}

/*--------------------------
TIMELINE
--------------------------*/

.timeline .page-title{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 2.5rem;
	color: #e30113;
	display: block;
	margin-bottom: 16px;
}

	.timeline .page-title span{
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		color: #1d1d1b;
		font-size: 1.875rem;
	}

.story-customer{
	border: 2px dashed #dcdcdc;
	padding: 30px 20px;
	border-radius: 10px;
	margin: 30px 0;
}

.customer-bq{
	display:block;
	padding: 15px 45px 0 45px;
	margin: 0 0 20px;
	position: relative;
	border: none;
	margin-bottom: 0;
	margin-top: 2.125rem;
}

.customer-bq,
.customer-bq p{
	color: #1d1d1b;
	/*text-align: justify;*/
	font-weight: 200;
	font-size: 1.125rem;
	line-height: 1.625rem;
	font-style: oblique;

}

.customer-bq::before{
	content: "\201D";
	font-family: Georgia, serif;
	font-size: 40px;
	font-weight: bold;
	color: #444;
	position: absolute;
	left: 10px;
	top:5px;
	height: 26px;
	width: 24px;
}

.customer-bq::after{
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 40px;
	font-weight: bold;
	color: #444;
	position: absolute;
	right: 10px;
	bottom:25px;
	height: 26px;
	width: 24px;
}

.customer-bq footer{
	font-weight: bold;
}

.retailer-title{
	font-family: Tahoma, 'Times New Roman', serif;
	font-size: 2rem;
	color: #666;
}

.retailer-bq{
	border-left: none;
	margin-bottom: 2rem;
	margin-top: 1rem;
	position: relative;
	padding: 15px 45px 0 45px;
}

.retailer-bq,
.retailer-bq p{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 18px;
	line-height: 24px;
	/*font-style: oblique;*/
	/*text-align: justify;*/
}

.retailer-bq .title{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 1.5rem;
	color: #666;
}

.retailer-bq::before{
	content: "\201D";
	font-family: Georgia, serif;
	font-size: 40px;
	font-weight: bold;
	font-style: italic;
	color: #444;
	position: absolute;
	left: 10px;
	top: 5px;
	height: 26px;
	width: 24px;
}

.retailer-bq::after{
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 40px;
	font-weight: bold;
	font-style: italic;
	color: #444;
	position: absolute;
	right: 10px;
	bottom: 25px;
	height: 26px;
	width: 24px;
}

.retailer-bq footer{
	font-weight: bold;
	color: #666;
	font-style: italic;
}


.timeline-intro .btn{
	margin-right: 30px;
	width: 100%;
	margin-bottom: 20px;
}

.retailer-box{
	position: relative;
	background: url('../images/bg_coffee.jpg') repeat #fff;
	padding-top: 2rem;
	padding-bottom: 1rem;
	color: #a5a5a4;
}

.retailer-box .page-subtitle{
	font-family: Tahoma, 'Times New Roman', serif;
	font-size: 1.5rem;
	display: block;
	font-weight: 200;
}

	.retailer-box dl{
		margin-top: 0.625rem;
		line-height: 0.125rem;
		font-weight: 200;
		color: #1d1d1b;
	}

	.retailer-box span{
		padding-bottom: 0.375rem;
		display: inline-block;
		font-weight: 200;
		color: #1d1d1b;
	}


/*Carousel*/

.timeline hr{
	margin: 3.25rem 0 0;
}

#carousel-timeline{
	font-family: Tahoma, 'Times New Roman', sans-serif;
	font-size: 1.75rem;
	text-align: center;
	color: #1d1d1b;
	margin: 2rem -5px -1.25rem -5px;
}

	#carousel-timeline .owl-item{
		filter: alpha(opacity=60);
		-moz-opacity: 0.6;
		-khtml-opacity: 0.6;
		opacity: 0.6;
	}

	#carousel-timeline .owl-item:hover,
	#carousel-timeline .owl-item:focus{
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}

	#carousel-timeline a{
		color: #1d1d1b;
	}

	#carousel-timeline time{
		font-size: 22px;
	}

	#carousel-timeline .thumb-container{
		position: relative;
		height: 140px;
		height: 170px;
		margin: 6px 5px;
		overflow: hidden;
	}

	#carousel-timeline img{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		max-width: 100%;
		/*max-height: 100%;*/
	}

	#carousel-timeline .entry-desc{
		/*display: none*/
		color: #e30113;
		font-size: 1.375rem;
		line-height: 1.375rem;
	}

	#carousel-timeline .owl-item:hover .entry-desc{
		/*display: block;*/
	}

/*Timeline*/

.timeline-story{
	margin-top: 1.875rem;
}


.timeline-story .left-cn{
	float: right;
}

.timeline-story .right-cn{
	float:left;
}

	/*Timeline entry*/
	.timeline-entry{
		padding: 3rem 0;
		-webkit-box-shadow: 0 2px 3px 2px rgba(0,0,0,0.2);
		box-shadow: 0 2px 3px 2px rgba(0,0,0,0.2);
	}

	.timeline-entry .timeline-bg{
		background-image: url('../images/bg_timeline2.jpg');
		background-repeat: repeat-y;
		background-position: center top;
		z-index: 0;
		position: relative;
	}

	.timeline-entry.dark{
		background-image: url('../images/bg_timeline_pattern.jpg');
		background-repeat: repeat;
		background-position: center;
	}

	.timeline-entry.dark .timeline-bg{
		background-image: url('../images/bg_timeline1.jpg');
	}

	.timeline-title h1,.timeline-title time{
		font-family: Tahoma, 'Times New Roman', serif;
		color: #e30113;
		font-size: 2rem;
		margin: 0;
		line-height: 4rem;
		/*display: none; /*Temporary*/
	}

	.timeline-title time{
		color: #3d3d3d;
		/*display: none; /*Temporary*/
	}

	.timeline-stroke{
		position: relative;
		border-right: none;
		/*border: none; /*Temporary*/
	}

	.timeline-stroke:before{
		position: absolute;
		display: block;
		top: -32px;
		right: -10px;
		width: 12px;
		height: 2px;
		background-color: #1d1d1b;
		/*display: none; /*Temporary*/
	}

	.timeline-stroke:after{
		position: absolute;
		display: block;
		bottom: -20px;
		right: -10px;
		width: 16px;
		height: 16px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		border: 3px solid #1d1d1b;
		/*display: none; /*Temporary*/
	}

		.dotted-linkstroke{
			position: absolute;
			display: block;
			width: 28px;
			height: 0;
			top: 40px;
			border-top: 4px dotted #1d1d1b;
			/*display: none; /*Temporary*/
		}

			.timeline-textentry.left-cn .dotted-linkstroke{
				right: -32px;
			}

			.timeline-textentry.right-cn .dotted-linkstroke{
				left: -32px;
			}


	.timeline-element{
		/*max-height: 500px;*/
		width: auto;
		margin: 20px;
		position: relative;
	}

	.shadow-bottomleft:before, .shadow-bottomright:after{
		z-index: -1;
		position: absolute;
		content: "";
		bottom: 11px;
		left: 8px;
		width: 50%;
		top: 80%;
		max-width: 300px;
		background: #777;
		-webkit-box-shadow: 0 15px 10px #444;
		-moz-box-shadow: 0 15px 10px #444;
		box-shadow: 0 15px 10px #444;
		-webkit-transform: rotate(-3deg);
		-moz-transform: rotate(-3deg);
		-o-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
		transform: rotate(-3deg);
	}

	.shadow-bottomright:after{
		-webkit-transform: rotate(3deg);
		-moz-transform: rotate(3deg);
		-o-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
		transform: rotate(3deg);
		right: 8px;
		left: auto;
	}

	/*Timeline image*/
	.timeline-picentry{
		margin-top: 3rem;
	}

	.timeline-picentry img{
		position: relative;
		padding: 0.25rem;
		/*max-height: 500px;*/
		background-color: #fff;
		border: 1px solid #ddd;
	}

	.scotch{
		position: absolute;
		display: block;
		content: '';
		top: -30px;
		left: 0;
		right: 0;
		margin: auto;
		background: url('../images/scotch.png');
		width: 126px;
		height:55px;
		z-index: 20;
	}

	.timeline-picentry .pic-desc{
		position: absolute;
		display: none;
		bottom:0;
		right: 0;
		left: 0;
		background-color: #000;
		background-color: rgba(0, 0, 0, 0.7);
		color: #fff;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.75rem;
		padding: 0.625rem;
		margin: 0.25rem;
	}

	.timeline-picentry:hover .pic-desc,
	.timeline-picentry:focus .pic-desc{
		display: block;
	}

	/*Timeline text*/
	.timeline-textentry{
		padding: 1rem;
		background: url('../images/bg_coffee.jpg') repeat #fff;
	}

	.timeline-textentry:before{
		content:'';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 480px;
		height: 205px;
		background: url('../images/coffestamp1.png') no-repeat;
	}

	.timeline-textentry:after{
		content:'';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 240px;
		height: 121px;
		background: url('../images/coffestamp2.png') no-repeat;
	}

		.timeline-textentry-title{
			color: #e30113;
			font-family: Tahoma, Arial, Helvetica, sans-serif;
			font-size: 1.875rem;
		}

		.timeline-textentry p{
			font-size: 0.9375rem;
			line-height: 1.25rem;
		}

		.pushpin:after{
			content: '';
			position: absolute;
			display: block;
			top: -5%;
			left: 0;
			right: 0;
			margin: auto;
			width: 18%;
			height: 18%;
			background: url('../images/pushpin.png') transparent no-repeat;
			background-size: contain;
		}

/*--------------------------
STORE LOCATOR
--------------------------*/
.map-strip{
	height: 200px;
	width: 100%;
	z-index: 0;
	margin-bottom: 1.875rem;
	position: relative;
}

#map-canvas{
	height: 200px;
	width: 100%;
}

#map-canvas img,
#map-canvas embed,
#map-canvas object{
	max-width: none !important;
}

/*Sidebar searchbox*/
.store-locator .sidebar.map{
	margin-top: 0;
	background-color: #fff;
}

.searchbox{
	border-bottom: 1px solid #ddd;
	margin-top: 12px;
}
.searchbox:last-child{
	border: none;
}

	.searchbox-title{
		display: block;
		margin: 0.9375rem 0;
	}

	.searchbox .btn{
		padding: 0.8125rem;
		margin-bottom: 2.2rem;
	}

	.searchbox .btn:after{
		content: none;
	}

	.searchbox input{
		width: 100%;
	}

/*Sidebar searchbox worldwide section*/
.sidebar.worldwide .searchbox{
	border: none;
	padding-bottom: 0;
}

/*Store list*/
.store-list ul,
.store-list ul p{
	list-style: none;
	padding:0;
	margin: 0;
	font-family: Arial , Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.8125rem;
}

/*Single store stripe*/
.store-elem{
	padding: 0.9375rem 0;
	border-bottom: 1px solid #ddd;
}
	.store-name{
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 1rem;
	}

	.store-elem .btn{
		width: 100%;
	}

  .store-hours,
  .store-hours p{
    margin: 0;
  }

.route-distance{
	margin-top: 1rem;
}


/*--------------------------
DOWNLOAD PAGE
--------------------------*/

.download .download-icon{
	height: 1.875rem;
	line-height: 2.4rem;
	margin-right: 0.9375rem;
}

/*--------------------------
CONTATTACI PAGE
--------------------------*/

.contacts-info small{
	font-size: 14px;
}

.green-number, .green-number a{
	color: #48ae4b;
}

.contacts-info .btn{
	width: 100%;
	padding: 0.8125rem;
}

.contacts-info .btn input{
	background-color: #f0f2f0;
	color: #a5a5a4;
	font-weight: normal;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}

.contacts-info .btn:after{
	background-image: url('../images/icons_spritesheet.svg');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}

.no-inlinesvg .contacts-info .btn:after{
	background-image: url('../images/icons_spritesheet.png');
}

.contacts-info .btn:hover input{
	color: #1d1d1b;
	background-color: #ddd;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}

.contacts-info .btn:hover:after{
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}

.store-elem .email,
.store-elem .website{
	float: left;
	margin: 10px 1rem 0 0;
}

.store-elem .email a, .store-elem .website a{
	display: block;
	background-image: url('../images/icons_spritesheet.svg');
	background-color: transparent;
	background-repeat: no-repeat;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.no-inlinesvg .store-elem .email a, .no-inlinesvg .store-elem .website a{
	background-image: url('../images/icons_spritesheet.png');
}

.store-elem .email a:hover,
.store-elem .email a:focus,
.store-elem .website a:hover,
.store-elem .website a:focus{
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.store-elem .email a{
	width: 29px;
	height: 20px;
	background-position: -134px -185px;
}

.store-elem .website a{
	width: 32px;
	height: 22px;
	background-position: -166px -185px;
}

.contacts-map{
	
	text-align: center;
}

.map-informations{
	height: auto;
	background-color: #fff;
	z-index: 10;
	margin-bottom: 0;
	padding-bottom: 1.875rem;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: 200;
	font-size: 20px;
	line-height: 1.4em;
}

	.map-informations .postal-address{
		margin: 0 0;
	}


/*Fancybox overwrite*/
.fancybox-title-float-wrap{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1rem;
}

.fancybox-title-float-wrap .child{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-weight: normal;
	white-space: normal;
}


/*--------------------------
ISTITUZIONALE
--------------------------*/
.submenu li.active a{
	background-color: #29166f;
	color: #fff;
}

.submenu li a {
  margin-bottom: 15px;
}

.company-blockquote{
	color: #1d1d1b;
	text-align: center;
	border: none;
	font-size: 22px;
	line-height: 1.4;
}

.company-blockquote sub{
	font-size: 60px;
}

.venetacucine figcaption{
	text-align: center;
	font-weight: 200;
	line-height: 1.2;
	margin: 1rem 0;
}
/*
.venetacucine .orbit-caption,
.venetacucine .orbit-caption blockquote{
	height: auto;
	min-height: 0;
	width: 100%;
	font-size: 1rem;
}

.venetacucine .orbit-caption{
	padding: 0.5rem 1rem;
}
*/
.venetacucine #standard-qualita .btn{
	width: 100%;
	font-size: 14px;
}

.btn.arrow:after {
	position: absolute;
	content: '';
	top: 0.875rem;
	right: .625rem;
	display: block;
	height: 0.688rem;
	width: 1rem;
	background-image: url('../images/icons_spritesheet.svg');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}

.no-inlinesvg .btn.arrow:after{
	background-image: url('../images/icons_spritesheet.png');
}

.btn.arrow:hover:after{
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}

.badgemark{
  line-height: 88px;
}

  .badgemark img{
    max-width: 88px;
  }

.tight-grid li{
	padding: 0.125rem;
}

.rules-title{
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	color: #e30113;
	font-size: 1.125rem;
	font-weight: 200;
	margin-top: 0;
}

#regole .page-text{
	font-size: 1rem;
}

#regole li{
	min-height: 9.375rem;
}

/*--------------------------
PROMOZIONE TOP
--------------------------*/
.promotop-bg{
	background: url('../images/bg_marmo_arredo_bbs_2014.jpg') no-repeat top center;
	width: 100%;
	height: 560px;
	position: relative;
}

.promotop-description{
	height: 100%;
	width: 300px;
	background-color: rgba(255,255,255,0.9);
}

	.promotop-description .page-title{
		background-color: #a4948d;
		color: #fff;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 1.875rem;
		padding: 40px 20px;
		line-height: 1;
    margin-top: 0;
	}

	.promotop-description .page-text p{
		padding: 30px 20px 0 20px;
		font-size: 12px;
		line-height: 1.4;
		font-family: Arial, Helvetica, sans-serif;
	}

	.promotop-description .promo-seal{
		position: absolute;
		top: 95px;
		left: 195px;
		width: 100px;
	}

	.btn.promo{
		margin-left: 20px;
		background-color: #29166f;
		color: #fff;
	}

	.logo-bbs, .logo-marmoarredo{
		position: absolute;
		bottom: 20px;
	}

	.logo-bbs{
		left: 20px;
	}

	.logo-marmoarredo{
		left: 200px;
		-webkit-transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
		-ms-transition: all 300ms ease-in-out;
		-o-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
	}

	.logo-marmoarredo:focus,
	.logo-marmoarredo:hover{
		-webkit-transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
		-ms-transition: all 300ms ease-in-out;
		-o-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
		opacity: 0.6;
		filter: alpha(opacity=60);
		-moz-opacity: 0.6;
		-khtml-opacity: 0.6;
	}

.promotop-link{
	float: left;
	width: auto;
	padding: 15px;
	background-color: #fff;
	background-color: rgba(255,255,255,0.9);
	font-size: 22px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.promotop-link:hover,
.promotop-link:focus{
	color: #e30113;
	background-color: rgba(255,255,255,0.7);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.promotop-link h2{
	color: #e30113;
	font-size: 30px;
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1;
}

.promotop-link span.arrw{
	display: inline-block;
	font-size: 42px;
	color: #e30113;
	line-height: 0;
}

.promotop-link h2 em{
	color: #a4948d;
	font-style: normal;
}

.promotop-link strong{
	color: #1d1d1b;
	font-style: normal;
	font-weight: normal;
}

#top-promo-regolamento{
	padding: 20px;
}

/*Bonus Fiscale 2013*/
.bonusfiscale-bg{
	width: 100%;
	height: 560px;
	position: relative;
}

.bonusfiscale-2013{
  background: url('../images/bonus_fiscale_mobili_2013.jpg') no-repeat top center;
}

.bonusfiscale-2015{
  background: url('../images/bonus_fiscale_mobili_2015.jpg') no-repeat top center;
}

.bonusfiscale-2016{
  background: url('../images/bonus_fiscale_mobili_2016.jpg') no-repeat top center;
}

  .bonusfiscale-bg .link-buttons{
    position: absolute;
    bottom: 3.9375rem;
    left: 0;
  }

	.bonusfiscale-description{
		height: 100%;
		width: 423px;
		background-color: rgba(255,255,255,0.9);
		padding: 0.9375rem;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 18px;
		color: #1d1d1b;
    position: relative;
	}

	.bonusfiscale-description .page-title,
	.bonusfiscale-description .page-subtitle{
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 22px;
		line-height: 1;
	}

	.bonusfiscale-description .page-subtitle{
		font-size: 27px;
		color: #e30113;
	}

	.bonusfiscale-description .page-heading{
		margin-top: 1rem;
		font-size: 23px;
		line-height: 1.1;
		color: #1d1d1b;
	}

	.bonusfiscale-description .page-heading em{
		font-style: normal;
		color: #e30113;
	}

	.bonusfiscale-description .page-text p{
		margin-top: 1rem;
		font-size: 12px;
		line-height: 1.2;
		font-family: Arial, Helvetica, sans-serif;
		color: #1d1d1b;
	}

	.bonusfiscale-description .text-legals p{
		font-size: 10px;
		line-height: 1.2;
		font-family: Arial, Helvetica, sans-serif;
	}

	.bonusfiscale-description .logo-veneta{
		position: absolute;
		bottom: 0.9375rem;
	}

	.bonusfiscale-description .logo-agos{
		position: absolute;
		bottom: 0.9375rem;
		left: 12rem;
	}


/*--------------------------
PROMOZIONE TOP 2015
--------------------------*/

.promotop-bg-2015{
  width: 100%;
  height: 560px;
  position: relative;
  background: url('../images/promozione-top.jpg') no-repeat top right;
}

.promotop-description-2015{
  height: 100%;
  width: 300px;
  background-color: #fff;
}

  .promotop-description-2015 .page-title{
    color: #1d1d1b;
    background-color: #dedede;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.875rem;
    padding: 2rem 1.25rem;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0;
  }

  .promotop-description-2015 .promo-strip {
    margin: 0 0 0.375rem 0;
    padding: 0.25rem 1.25rem;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: lighter;
    color: #fff;
    background-color: #e30113;
  }

  .promotop-description-2015 .page-text p{
    padding: 0.9375rem 1.25rem 0 1.25rem;
    font-size: 1.75rem;
    line-height: 1.1;
    color: #1d1d1b;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    margin: 0;
  }
  .promotop-description-2015 .logo-inline{
    display: inline-block;
    width: 9.5rem;
    margin-bottom: 0.375rem;
  }

  .promotop-description-2015 .logo-cont{
    padding:0 1.25rem;
    line-height: 5.625rem;
  }

  .promotop-description-2015 .logo-veneta{
    display: inline-block;
    vertical-align: middle;
  }

  .promotop-description-2015 .logo-marmoarredo{
    display: inline-block;
    position: inherit;
    left: auto;
    bottom: auto;
    vertical-align: middle;
    width: 5.625rem;
    text-align: center;
  }

  .promotop-description-2015 .btn-cont{
    margin-top: 2rem;
  }

  .promotop-description-2015 .nota{
    position: absolute;
    bottom: 0.125rem;
    left: 1.25rem;
    width: 16.25rem;
    color: #8e8e8d;
    font-size: 0.8125rem;
  }


/*--------------------------
LANDING CUCINE
--------------------------*/

.landing .slider{
	margin-bottom: 30px;
}

.orbit-container .orbit-slides-container img{
	margin: 0 auto;
}


/*--------------------------
INIZIATIVE RIVENDITORI
--------------------------*/

.iniziative-rivenditori .page-heading{
	font-size: 1.25rem;
	height: 2.2rem;
	line-height: 1.5rem;
}

.iniziative-rivenditori .kitchen-line-img{
	display: block;
	text-align: center;
}

.iniziative-rivenditori .kitchen-line-img span{
	display: inline-block;
	position: relative;
	bottom: 0;
	height: auto;
	width: 100%;
	color: #1d1d1b;
	font-size: 1rem;
	background-color: transparent;
}

.note-textline{
  position: relative;
  margin-left: 1.5625rem;
  font-size: 1.25rem;
  font-weight: 200;
}

.note-asterisk{
  font-size: 2.25rem;
  color: #e30113;
}

.note-asterisk--absolute{
  position:absolute;
  left: -1.5625rem;
  top: 0;
  line-height: 1;
}

/*--------------------------
IE8 AND LOWER
--------------------------*/
#ie-alert .panel{
	font-family: sans-serif;
	margin: 0 10px;
	padding: 10px;
}

#ie-alert .panel ul{
	list-style: none;
}

/*--------------------------
MEDIA QUERIES
--------------------------*/

/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {

	/*Layout*/
	.one-fourth{
		width: 250px;
	}

	.two-fourth{
		width: 500px;
	}

	.three-fourth{
		width: 750px;
	}

	.contain-to-grid{
		border-bottom: 1px solid #dddddd;
	}

	.divide-left{
		border-left: 1px solid #ddd;
	}

	.divide-right{
		border-right: 1px solid #ddd;
	}

	/*Top-bar*/
	.top-bar-section ul.top-menu{
		position: absolute;
		right: 0;
	}
	.top-bar-section .language{
		border-left: 1px solid #ddd;
	}

	.top-bar-section .has-dropdown > a:after,
	.top-bar-section .has-dropdown ul li.language > a:after{
		top: 1rem;
		margin-top: auto;
		-moz-opacity: 0.6;
		-khtml-opacity: 0.6;
		opacity: 0.6;
		filter: alpha(opacity=60);
		width: 10px;
		height: 6px;
		background-image: url('../images/icons_spritesheet.svg');
		background-position: -109px -144px;
	}

	.no-inlinesvg .top-bar-section .has-dropdown > a:after,
	.no-inlinesvg .top-bar-section .has-dropdown ul li.language > a:after{
		background-image: url('../images/icons_spritesheet.png');
	}

	.top-bar-section li:not(.has-form) a:not(.button) {
		padding: 0 7px;
		line-height: 1rem;
	}

	/*Top-menu*/
	.top-bar-section ul.top-menu li >a {
		font-size: 0.8125rem;
		text-transform: none;
		font-family: Tahoma, Helvetica, Arial, sans-serif;
	}

	.top-bar-section ul.top-menu,
	.top-bar-section ul.main-menu{
		width: auto;
	}

	.top-bar-section ul.top-menu li{
		padding-top: 0.625rem;
	}

	/*Main menu*/
	.top-bar-section ul.main-menu{
		margin-top: 3.4375rem;
	}

	.top-bar-section li:not(.has-form) a:not(.button):before{
		content: none;
	}

	.logo-container{
		border-bottom: 1px solid #dddddd;
		margin-bottom: 0.625rem;
	}

	/*Slider*/
	.slider .slider-heading{
		margin-bottom: 6em;
	}

	.slider-nav{
		display: block;
	}

	/*Kitchen menu*/
	#kitchen-lines-list{
		margin: 1rem 0;
	}

	[class*="block-grid-"] > li.kitchen-line{
		padding: 0;
	}

	.kitchen-line .findout-more{
		display: block;
	}

		.kitchen-line-img{
			display: block;
		}

	/*Product Details page*/
	.toggle-slidebox{
		display: block;
	}

	.multi-column{
		-moz-column-count: 2;
		-moz-column-gap: 30px;
		-webkit-column-count: 2;
		-webkit-column-gap: 30px;
	}

	/*Press*/
	.press .main-content{
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;     /* NEW - Chrome */
		display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	}

	.simple-list.tags{
		margin-bottom: 0;
	}

	.press-article time{
		display: inline-block;
	}

	/*Racconti di vita*/

	#story-form{
		padding: 3.125rem;
	}

		.panel-box{
			position: absolute;
			margin-top: 0;
			width: 50%;
			right: 0;
			top: 4.25rem;
		}

	.story-kitchen-text{
		margin-top: 0;
	}

	.story-intro{
		min-height: 615px;
	}

	.story-headline .storyquote{
		line-height: 1.75rem;
	}

	.story-grid .story-preview dl{
		text-align: left;
	}

	.corkpanel .timeline-element{
		left: 22%;
	}

	.polaroid.pos2{
		left: 20%;
	}

	.timeline-intro .btn{
		width: 15.625rem;
	}

	.timeline-stroke:before,
	.timeline-stroke:after{
		content: '';
	}

	.timeline-stroke{
		border-right: 4px dotted #1d1d1b;
	}

	/*Store Locator*/
	.store-locator .sidebar.map{
		margin-top: -15rem;
	}

	#map-canvas, .map-strip{
		height: 400px;
	}

	/*Contattaci*/
	.map-informations{
		height: 400px;
		margin-bottom: -400px;
		padding: 1.875rem;
	}

	.contacts-map{
		text-align: left;
	}

	.contacts-map .page-subtitle{
		margin-bottom: 1.875rem;
	}

	/*Landings*/
	.landing .slider{
		margin-bottom: 0;
	}

	.bonusfiscale-bg .link-buttons{
		bottom: 0.9375rem;
		left: 27.375rem;
    right: auto;
	}
  .bonusfiscale-bg .link-buttons.mirrored{
    bottom: 0.9375rem;
    left: auto;
    right: 27.375rem;
  }

	.promotop-description .promo-seal{
		top: 80px;
		left: 230px;
	}

	.promotop-link{
		position: absolute;
		right: 0;
		bottom: 0;
		width: 430px;
	}

	/*Footer*/
	.legals .company{
		float: left;
		text-align: left;
	}

  .app-section-title {
    float: left !important;
    text-align: left;
  }

  .app-section ul li {
    padding-bottom: 0;
    float: right;
  }

	.legals ul li{
		float: left;
		line-height: 1.4;
	}

  .app-section .button-list li {
    float: left;
  }

  .app-section .button-list li:not(:last-of-type) {
    margin-right: 0;
  }

	.btn-ios{
		/*margin-right: .9375rem;*/
		/*margin-bottom: 0;*/
	}
	.btn-win{
		/*margin-right: .9375rem;*/
		/*margin-bottom: 0;*/
	}

  .btn-winphone{
    /*margin-bottom: 0;*/
  }

	/*Tooltip*/
	.tooltip.tip-top > .nub{
		border-color: #29166f transparent transparent transparent;
	}

	.tooltip > .nub {
		border-color: transparent transparent #29166f transparent;
	}
}

/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) {

	.top-bar{
		background-color: transparent;
	}

	.f-dropdown.content.open{
		position: fixed !important;
	}

	/*Top-menu*/
	.top-bar-section li:not(.has-form) a:not(.button) {
		padding: 0 15px;
	}

  .top-bar-section ul.top-menu li >a{
    font-size: 0.875rem;
  }

	/*Slider*/
	.slider .slider-heading{
		font-size: 1.875rem;
		margin-bottom: 4em;
	}

	.orbit-bullets-container{
		display: block;
	}

	/*Kitchen menu*/
	.kitchen-line-img span{
		display: block;
	}

		.kitchen-line .findout-more:after{
			display: inline-block;
		}


	/*Carousel navigation*/
	.orbit-prev,
	.orbit-next{
		position: absolute;
		top:0;
		bottom:0;
		margin: auto;
		float: none;
		width: 60px;
		height: 60px;
	}

	.orbit-prev{
		left: -60px;
	}

	.orbit-next{
		right: -60px;
	}

	.press-carousel .orbit-prev{
		left: 0;
	}

	.press-carousel .orbit-next{
		right: 0;
	}

	/*Product Details page*/
	.slidetag h1{
		font-size: 1.875rem;
	}

	.slidetag p{
		display: block;
	}

	/*Racconti di vita*/
	.story-monthly .polaroid{
		/*margin-top: -5rem;*/
	}
/*
	.story-preview .story-preview-title{
		margin-top: 0;
	}
*/
	.story-gallery .filters{
		line-height: 5.9375rem;
	}

	.story-grid .story-preview dl{
		text-align: center;
	}

  /*Social Icons*/
  .social-icons{
    display: inline-block;
    margin-top: 0;
  }

  .app-section .button-list li {
    float: left;
    margin: 0;
  }

  .app-section .button-list li:not(:last-of-type) {
    margin-right: 2.8125rem;
  }

}


@media print{
	.top-bar,
	.contact-form,
	.readmore,
	.share,
	.logos,
	.social-wall,
	.social-app,
	.submenu,
	.flex-video,
	.searchbox,
	.sidebar,
	.filters-strip,
	.download-icon,
	.carouselnav,
	.support-links,
	.latest-seen,
	.related-products,
	.page-nav,
	.nav-title,
	.traceroute,
	.slider-heading,
	.video-thumbnail,
	#load-more,
	#kitchen-order,
	#kitchen-filter,
	.corkpanel .polaroid,
	.corkpanel .timeline-element,
	.shadow-bottomleft:before,
	.shadow-bottomright:after,
	.cta,
	.pushpin{
		display: none !important;
	}

	.f-topbar-fixed{
		padding-top: 10px !important;
	}

	.row>div{
		height: auto !important;
	}

	.box-link{
		text-decoration: none;
	}

	.one-fourth, .two-fourth, .three-fourth, .full-width{
		width: 100%;
		position: static !important;
	}

	.press-article article,
	.press-article .year{
		clear: both;
	}
	.slides{
		width: 100% !important;
		height: auto !important;
		-webkit-transition: none !important;
		-moz-transition: none !important;
		-ms-transition: none !important;
		-o-transition: none !important;
		transition: none !important;
		-webkit-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-o-transform: none !important;
		transform: none !important;
	}

	.slide{
		width: 100% !important;
		margin-bottom: 10px;
	}

	.polaroid-pic{
		width: auto !important;
		height: auto !important;
		padding: 0 !important;
	}

	.shadow-overlay img{
		position: static;
	}

	.story-grid li{
		width: 100% !important;
	}

	.story-gallery .story-preview{
		margin: 0;
	}

	.polaroid{
		float: none !important;
		display: block !important;
	}

	.polaroid-title{
		position: static;
		text-align: center;
		display: inline-block;
		padding: 10px 0 !important;
	}

	.story-grid{
		margin: 0;
	}

	.story-intro{
		min-height: 0;
	}

	.story-headline-container{
		position: static;
		width: auto;
		margin-top: 0;
	}

	.shadow-overlay:before{
		content: none;
	}

	#map-canvas, .map-strip{
		height: 600px;
		max-width: 970px;
		margin: 0 auto;
	}

}
