/*
Theme Name: Punto DE
Theme URI: http://www.mapcommunication.it
Author: Map S.r.l.
Author URI: http://www.mapcommunication.it
Description: Tema di default appositamente creato per Punto DE
Version: 1.0
License: Map Communication - All rights reserved
*/
*{
	margin: 0px;
	padding: 0px;
}
@font-face {
    font-family: 'DexteraTrial';
    src: url('fonts/DexteraTrial.eot'); /* IE9 Compat Modes */
    src: url('fonts/DexteraTrial.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/DexteraTrial.woff') format('woff'), /* Modern Browsers */
         url('fonts/DexteraTrial.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/DexteraTrial.svg#DexteraTrial') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/*
@font-face {
  font-family: 'puntode';
  src:  url('fonts/puntode.eot?ybhdk3');
  src:  url('fonts/puntode.eot?ybhdk3#iefix') format('embedded-opentype'),
    url('fonts/puntode.ttf?ybhdk3') format('truetype'),
    url('fonts/puntode.woff?ybhdk3') format('woff'),
    url('fonts/puntode.svg?ybhdk3#puntode') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/*
@font-face {
  font-family: 'puntode';
  src:  url('fonts/puntode.eot?4pv1k');
  src:  url('fonts/puntode.eot?4pv1k#iefix') format('embedded-opentype'),
    url('fonts/puntode.ttf?4pv1k') format('truetype'),
    url('fonts/puntode.woff?4pv1k') format('woff'),
    url('fonts/puntode.svg?4pv1k#puntode') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
*/
@font-face {
  font-family: 'puntode';
  src:  url('fonts/puntode.eot?ag435');
  src:  url('fonts/puntode.eot?ag435#iefix') format('embedded-opentype'),
    url('fonts/puntode.ttf?ag435') format('truetype'),
    url('fonts/puntode.woff?ag435') format('woff'),
    url('fonts/puntode.svg?ag435#puntode') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="puntode-icon-"], [class*=" puntode-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'puntode' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.aligncenter{
	margin: 0px auto;
	display: block;
}
/*
.puntode-icon-brand-mill:before {
  content: "\e90e";
}
.puntode-icon-brand-chillys:before {
  content: "\e917";
}
*/
#single-post-body.evento-corso .backto{
	display: none !important;
}
#single-post-body.evento-corso #post-share-buttons{
	display: none !important;
}
#single-post-body.evento-corso #single-post-content{
	padding: 40px 0px;
}
#single-post-body.evento-corso #single-post-content strong{
	color: #1c709f;
}
#single-post-body.evento-corso .subscribe-now{
	text-align: center;
	padding: 40px 0px;
}
#single-post-body.evento-corso .subscribe-now h4{
	font-size: 30px;
	text-transform: uppercase;
	color: #1c709f;
}
#single-post-body.evento-corso .subscribe-now .old-price{
	text-decoration: line-through;
	font-size: 16px;
	padding: 10px 0px 0px 0px;
}
#single-post-body.evento-corso .subscribe-now .regular-price{
	font-size: 24px;
	padding: 10px 0px;
	color: #1c709f;
}
/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */

#buy-form-container .inputter {
	 margin-bottom: 2rem;
	 position: relative;
}
/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */

#buy-form-container #already-partecipated {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	     -ms-flex-direction: row;
	         flex-direction: row;
	 -webkit-box-pack: start;
	     -ms-flex-pack: start;
	         justify-content: flex-start;
	 -webkit-box-align: center;
	     -ms-flex-align: center;
	         align-items: center;
	 -ms-flex-wrap: nowrap;
	     flex-wrap: nowrap;
}
 #buy-form-container #already-partecipated .wpcf7-list-item {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	     -ms-flex-direction: row;
	         flex-direction: row;
	 -webkit-box-pack: start;
	     -ms-flex-pack: start;
	         justify-content: flex-start;
	 -webkit-box-align: center;
	     -ms-flex-align: center;
	         align-items: center;
	 -ms-flex-wrap: nowrap;
	     flex-wrap: nowrap;
	 margin-left: 0;
	 line-height: 1;
}
 #buy-form-container #already-partecipated .wpcf7-list-item input[type="radio"] {
	 margin: 0;
}
 #buy-form-container #already-partecipated .wpcf7-list-item:first-child {
	 margin-right: 1rem;
}
 #buy-form-container #already-partecipated .wpcf7-list-item .wpcf7-list-item-label {
	 -webkit-box-ordinal-group: 2;
	     -ms-flex-order: 1;
	         order: 1;
	 padding-left: 5px;
}
 
/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */

#buy-form-container .inputter .wpcf7-form-control-wrap {
	 display: block;
}
 #buy-form-container .inputter .wpcf7-not-valid-tip {
	 display: block;
	 position: absolute;
	 white-space: nowrap;
	 font-size: 0.75rem;
	 color: #fff;
	 line-height: 1;
	 background: red;
	 padding: 0.2rem 0.3rem;
	 font-weight: 700;
	 right: 0px;
	 top: 100%;
	 margin-top: 0.2rem;
}
.no-link{
	cursor: inherit;
}
.vocemenu-mobile{
	display: none !important;
} 
 /* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */

#buy-form-container div.wpcf7-validation-errors, #buy-form-container div.wpcf7-acceptance-missing {
	 border: none;
	 color: white;
	 text-align: center;
	 margin: 0;
	 margin-top: 2rem;
	 padding: 1rem 2rem;
	 background-color: red;
	 font-weight: 700;
}
 #buy-form-container div.wpcf7-mail-sent-ok {
	 border: none;
	 color: white;
	 text-align: center;
	 margin: 0;
	 margin-top: 2rem;
	 padding: 1rem 2rem;
	 background-color: green;
	 font-weight: 700;
}
 
 #buy-form-container .inputter label {
	 font-weight: 400;
	 font-size: 0.75rem;
	 text-transform: uppercase;
	 letter-spacing: 0.1rem;
}
 #buy-form-container .inputter .field {
	 position: relative;
}
 #buy-form-container .payment-description {
	 font-size: 0.8125rem;
	 padding-top: 1rem;
}
 #buy-form-container .legals {
	 font-size: 0.8125rem;
	 margin-top: 2rem;
	 margin-bottom: 2rem;
}
 #buy-form-container .legals label {
	 font-weight: 400;
}
 #buy-form-container .legals label:after {
	 content: '';
	 display: table;
	 clear: both;
}
 #buy-form-container .legals label input[type="checkbox"] {
	 display: block;
	 float: left;
}
 #buy-form-container .legals label .acceptance-disclaimer {
	 display: block;
	 padding-left: 20px;
}
 #buy-form-container .legals .legal-item:not(:last-child) {
	 margin-bottom: 0.75rem;
}
 #buy-form-container .ending {
	 text-align: right;
}
 #buy-form-container .ending #subscription-submit {
	 text-transform: uppercase;
	 font-weight: 700;
}
.info-e-costi{
	text-align: center;
}
#termini-e-condizioni{
	max-width: 700px;
}
 
.puntode-icon-brand-gopure:before {
  content: "\e914";
}
.puntode-icon-brand-wesco:before {
  content: "\e911";
}
.puntode-icon-brand-esteras:before {
  content: "\e905";
}
.puntode-icon-download-pdf:before {
  content: "\e904";
}
.puntode-icon-brand-caso:before {
  content: "\e901";
}
.puntode-icon-brand-fissler:before {
  content: "\e902";
}
.puntode-icon-brand-grillson:before {
  content: "\e903";
}
.puntode-icon-marchio:before {
  content: "\e900";
}
.puntode-icon-menu:before {
  content: "\e906";
}
.puntode-icon-close:before {
  content: "\e907";
}
.puntode-icon-toolbar:before {
  content: "\e908";
}
.puntode-icon-down-arrow:before {
  content: "\e909";
}
.puntode-icon-pinterest:before {
  content: "\e90a";
}
.puntode-icon-twitter:before {
  content: "\e90b";
}
.puntode-icon-instagram:before {
  content: "\e90c";
}
.puntode-icon-googleplus:before {
  content: "\e90d";
}
.puntode-icon-facebook:before {
  content: "\e90f";
}
.puntode-icon-linkedin:before {
  content: "\e910";
}
.puntode-icon-mill:before {
  content: "\e90e";
}
.puntode-icon-chillys:before {
  content: "\e917";
}
.puntode-icon-brand-cado:before {
  content: "\e920";
}
.puntode-icon-brand-kostaboda:before {
  content: "\e912";
}
.puntode-icon-brand-orrefors:before {
  content: "\e913";
}
.puntode-icon-brand-wild {
	display: inline-block;
	width: 228px;
}
.puntode-icon-brand-wild:before {
	background: url('images/brands-wild.png') no-repeat center center / 228px;
	content: '';
	display: block;
	height: 130px;
	width: 228px;
}
.puntode-icon-marchioforyou:before {
  content: "\e915";
}
.puntode-icon-beeswax:before {
  content: "\e916";
}
#brands-list .puntode-icon-beeswax:before {
  content: "\e916";
  font-size: 90px;
}
  

html,body{
	font-family: 'Montserrat','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 100%;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
}
body{
	font-size: 15px;
	overflow-x: hidden;
}
body.category-eventi time, body.category-events time{
	display: none !important;
}
/*
::-webkit-scrollbar {
	display: none;
}
*/
.limited{
	max-width: 1680px;
	margin: 0px auto;
}
html{
	overflow-x: hidden;
}
html.limited,
html.limited body{
/* 	background-color: #1a1a19; */
	background-color: #393937;
}
.header{
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 700;
}
.header-inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	max-width: 1710px;
	margin: 0 auto;
	padding-right: 50px;
}
ul{
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4{
	margin: auto;
}
p:last-child{
	margin-bottom: auto;
}
#nav-logo{
	float: left;
	line-height: 90px;
	font-size: 0;
}

#nav-logo img{
	display: inline-block;
}
#nav{
	height: 90px;
	text-transform: uppercase;
	font-size: 14px;
}
#nav ul{
	list-style: none;
	text-align: center;
	letter-spacing: 0px;
}
#nav > #nav-wrapper > ul > li{
	display: inline-block;
	line-height: 90px;
	margin: 0px 18px;
	position: relative;
}
#nav > #nav-wrapper > ul > li li{
	line-height: 22px;
}
#nav > #nav-wrapper > ul > li > .submenu-wrapper{
	display: block;
	position: absolute;
	list-style: none;
	text-align: left;
	left: 0px;
	top: -9999px;
	margin-top: -35px;
	margin-left: -15px;
	font-size: 13px;
	white-space: nowrap;
}
.header-cloned #nav > #nav-wrapper > ul > li > .submenu-wrapper{
	margin-top: 0px;
	min-width: 200px;
	background-color: #1a1a19;
	border-top: solid 1px #337ab7;
}
.header-cloned #nav > #nav-wrapper > ul > li.menu-homepage-link{
	display: none !important;
}
html.csstransitions.csstransforms #nav > #nav-wrapper > ul > li > .submenu-wrapper{
	opacity: 0;
	transform: translate(0px, 20px);
	-webkit-transform: translate(0px, 20px);
	-moz-transform: translate(0px, 20px);
	-o-transform: translate(0px, 20px);
	-ms-transform: translate(0px, 20px);
	transition: transform .4s ease 0s, opacity .4s ease 0s, top 0s linear .4s;
	-webkit-transition: -webkit-transform .4s ease 0s, opacity .4s ease 0s, top 0s linear .4s;
	-moz-transition: -moz-transform .4s ease 0s, opacity .4s ease 0s, top 0s linear .4s;
	-o-transition: -o-transform .4s ease 0s, opacity .4s ease 0s, top 0s linear .4s;
	-ms-transition: -ms-transform .4s ease 0s, opacity .4s ease 0s, top 0s linear .4s;
}
html.csstransitions.csstransforms.no-touchevents #nav > #nav-wrapper > ul > li:hover > .submenu-wrapper{
	top: 100%;
	opacity: 1;
	transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transition: transform .4s ease 0s, opacity .4s ease 0s, top 0s linear 0s;
	-webkit-transition: -webkit-transform .4s ease 0s, opacity .4s ease 0s, top 0s linear .0s;
	-moz-transition: -moz-transform .4s ease 0s, opacity .4s ease 0s, top 0s linear 0s;
	-o-transition: -o-transform .4s ease 0s, opacity .4s ease 0s, top 0s linear 0s;
	-ms-transition: -ms-transform .4s ease 0s, opacity .4s ease 0s, top 0s linear 0s;
}
html.no-csstransitions.no-touchevents #nav > #nav-wrapper > ul > li:hover > .submenu-wrapper,
html.no-csstransforms.no-touchevents #nav > #nav-wrapper > ul > li:hover > .submenu-wrapper{
	top: 100%;
}
#nav > #nav-wrapper > ul > li > .submenu-wrapper > ul{
	list-style: none;
	text-align: left;
	padding: 15px;
}
#nav li a{
	color: #e3e3e3;
	text-decoration: none;
	display: inline-block;
	position: relative;
	line-height: 1;
	vertical-align: middle;
	text-shadow: 1px 1px 0px rgba(0,0,0,.7);
}
.header.header-cloned{
	position: fixed;
/* 	background-color: #1a1a19; */
	background-color: #393937;
	top: -60px;
	transition: top .6s ease .2s;
	-webkit-transition: top .6s ease .2s;
	-moz-transition: top .6s ease .2s;
	-o-transition: top .6s ease .2s;
	-ms-transition: top .6s ease .2s;
}
html.fixheader .header.header-cloned{
	top: 0px;
}
.header.header-cloned #nav-logo{
	display: block;
	line-height: 60px;
}
.header.header-cloned #nav{
	font-size: 13px;
	height: 60px;
}
.header.header-cloned #nav > #nav-wrapper > ul > li{
	margin: 0px 13px;
	line-height: 60px;
}
html.limited body.post-271 {
    background-color: #1A1A1C;
}
#nav > #nav-wrapper > ul > li:first-child,
.header.header-cloned #nav > #nav-wrapper > ul > li:first-child{
	margin-left: 0px;
}
#nav > #nav-wrapper > ul > li:last-child,
.header.header-cloned #nav > #nav-wrapper > ul > li:last-child{
	margin-right: 0px;
}
html.no-touchevents #nav li:hover a,
html.touchevents #nav li a.active,
#nav li.current a{
	color: #fff;
}
html.no-touchevents #nav > #nav-wrapper > ul > li:hover > a:before,
html.touchevents #nav > #nav-wrapper > ul > li > a.active:before,
#nav > #nav-wrapper > ul > li.current > a:before,
#nav > #nav-wrapper > ul > li.current-menu-item > a:before,
#nav > #nav-wrapper > ul > li.current-menu-ancestor > a:before{
	content: '';
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 4px/4px;
	-webkit-border-radius: 4px/4px;
	-moz-border-radius: 4px/4px;
	background: #e3e3e3;
	left: -14px;
	top: 50%;
	margin-top: -4px;
}

.full-height{
	height: 100vh;
	position: relative;
}
.table-wrapper{
	display: table;
	width: 100%;
}
.cell-wrapper{
	display: table-cell;
	float: none;
	vertical-align: middle;
}
.text-gray{
	color: #a9a9a9;
}

p{
	margin-bottom: 20px;
}
p:last-child{
	margin-bottom: auto;
}
.no-float{
	float: none !important;
}
.form-control,
.btn{
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
}
#obsolete-browser-disclaimer{
	font-size: 12px;
	text-align: center;
	position: fixed;
	width: 100%;
	left: 0px;
	bottom: 0px;
	background-color: #9f0d0d;
	color: #eaeaea;
	z-index: 9999;
	padding: 5px 10px;
}
#obsolete-browser-disclaimer a{
	color: orange;
}
.vertical-middle{
	display: inline-block;
	vertical-align: middle;
	margin: auto;
	height: 100%;
}
.vertical-middle:before{
	display: inline-block;
	height: 100%;
	content: '';
	vertical-align: middle;
}
.centered{
	vertical-align: middle;
	display: inline-block;
}
.pagebox{
	height: 480px;
}
h1.page-title{
	margin: auto;
	text-transform: uppercase;
	color: #eee;
	font-size: 46px;
	font-weight: 700;
}
.page-title-logo:before{
/* 	content: '\e900'; */
	content: '\e915';
	font-family: 'puntode' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 131px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	margin-top: -5px;
}
#servizi .page-title-logo:before{
	content: '';
	font-family: 'puntode' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 131px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	margin-top: -5px;
	}
#servizi h1.page-title{
	display: inline-block;
	}
	#servizi h4{
	display: inline-block;
	position: absolute;
	left: 170px;
	bottom: 20px;
	color: #fff;
	text-transform: uppercase;
	}
	#team-building h5{
	display: inline-block;
	position: absolute;
	left: 10px;
	bottom: -40px;
	color: #a9a9a9;
	font-size: 18px;
	text-transform: uppercase;
	}
	#page-teambuilding-details h4{
	display: inline-block;
	position: absolute;
	left: 10px;
	bottom: -30px;
	color: #a9a9a9;
	text-transform: uppercase;
	}		
.js-alert-overlay{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0,.8);
	text-align: center;
	color: #1b1b1b;
	font-size: 14px;
}
.js-alert-overlay .wrap{
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.js-alert-overlay .wrap:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.js-alert-overlay .js-alert{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 500px;
	padding: 30px;
	background-color: #fff;
}
h3{
    font-weight: 700;
    margin: auto;
    color: #a9a9a9;
    font-size: 38px;
    text-transform: uppercase;
}
.arrow-down{
	display: inline-block;
	height: 35px;
	width: 0px;
	border-left: solid 1px #2b8ad3;
	border-right: solid 1px #2b8ad3;
	position: relative;
	margin-bottom: 8px;
}
.arrow-down:after{
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6.9px 4px 0 4px;
	border-color: #007bff transparent transparent transparent;
	top: 100%;
	left: 50%;
	margin-left: -4px;
}
.arrow-up{
	display: inline-block;
	height: 35px;
	width: 0px;
	border-left: solid 1px #2b8ad3;
	border-right: solid 1px #2b8ad3;
	position: relative;
	margin-top: 8px;
}
.arrow-up:after{
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 4px 6.9px 4px;
	border-color: transparent transparent #2b8ad3 transparent;
	top: 0px;
	left: 50%;
	margin-left: -4px;
}
.arrow-left{
	display: inline-block;
	width: 35px;
	height: 0px;
	border-top: solid 1px #2b8ad3;
	border-bottom: solid 1px #2b8ad3;
	margin-left: 8px;
	position: relative;
}
.arrow-left:before{
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 6.9px 4px 0;
	border-color: transparent #2b8ad3 transparent transparent;
	left: 0px;
	top: 50%;
	margin-top: -4px;
}
.readmore a{
	text-decoration: none;
	text-transform: uppercase;
	color: #2b8ad3;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 700;
}
.brand-sheet .readmore a, #brands-preview-slider .readmore a{
	background: rgba(255, 255, 255, .7);
	padding: 5px 8px;
}
.readmore a span{
	display: inline-block;
	position: relative;
}
.readmore a span:after{
	content: '';
	display: block;
	border-bottom: solid 2px #2b8ad3;
	width: 0px;
	position: absolute;
	left: 0px;
	top: 100%;
	transition: width .4s ease;
	-webkit-transition: width .4s ease;
	-moz-transition: width .4s ease;
	-o-transition: width .4s ease;
	-ms-transition: width .4s ease;
}
html.no-touchevents .readmore a:hover span:after,
html.touchevents .readmore a.active span:after{
	width: 100%;
}
.distance:before{
	content: '';
	display: inline-block;
	height: 40px;
}
.dotted-title:before{
	content: '';
	display: inline-block;
	vertical-align: baseline;
	font-size: 0px;
	width: 8px;
	height: 8px;
	border-radius: 4px/4px;
	background: #a9a9a9;
	margin-left: -5px;
	margin-right: 5px;
}
#footer{
	background-color: #393937;
/* 	background-color: #1a1a19; */
	position: relative;
	z-index: 10;
}
#footer > .container{
	padding-top: 110px;
	padding-bottom: 110px;
	position: relative;
}
#subscribe-email.form-control{
	border: none;
	border-bottom: solid 2px #2b8ad3;
	background: none;
	font-size: 16px;
}
#subscribe-button.btn{
	border: none;
	border-bottom: solid 2px #2b8ad3;
	background-color: #2b8ad3;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 2;
	padding-left: 30px;
	padding-right: 30px;
}
#subscribe-button.btn:hover{
	color: #111;
}
#subscribe-button.loading span{
	visibility: hidden;
}
#subscribe-button.btn.loading{
	background-image: url(images/loading-blue.gif);
	background-repeat: no-repeat;
	background-size: 22px 22px;
	background-position: center center;
}
#subscribe-box{
	margin-bottom: 70px;
}
#footer-info *{
	font-size: 13px;
	line-height: 2;
	text-decoration: none;
}
#footer-info address{
	margin: auto;
}
#footer-info .footer-social-links a{
	display: inline-block;
	font-size: 0px;
	margin: 0px 5px;
	color: #a9a9a9;
	text-decoration: none;
}
#footer-info .footer-social-links a:last-child{
	margin-right: 0px;
}
#footer-info .footer-social-links a:first-child{
	margin-left: 0px;
}
#footer-info .footer-social-links a i{
	font-size: 20px;
	line-height: normal;
}
.form-control.invalid::-moz-placeholder {
  color: #d43f3a;
  opacity: 1;
}
.form-control.invalid:-ms-input-placeholder {
  color: #d43f3a;
}
.form-control.invalid::-webkit-input-placeholder {
  color: #d43f3a;
}
.backtotop{
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	font-size: 13px;
	color: #2b8ad3;
	font-weight: 700;
	text-align: right;
	cursor: pointer;
}
.backtotop span{
	display: inline-block;
	position: relative;
	height: 35px;
	line-height: 35px;
}
.backtotop span:after{
	content: attr(data-text);
}
.backtotop span i{
	position: absolute;
	left: -10px;
	bottom: 0px;
}
#trigger-toolbar{
	display: none;
}
#welcome-video{
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 0;
	left: 0px;
	top: 0px;
}
#welcome-video > .wrap{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	overflow: hidden;
	z-index: 1;
	clip: rect(0, auto, auto, 0);
}
#welcome-video:after{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 90%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=0 );
	z-index: 2;
}
#welcome-video video{
	position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    display: block;
}
#welcome-content hgroup{
	display: inline-block;
	text-align: left;
	position: relative;
}
#welcome-content hgroup:before {
    content: '';
    display: block;
    width: 150px;
    height: 150px;
    background: url(images/marchio.png) no-repeat center center;
    background-size: 150px 150px;
    vertical-align: middle;
    margin-left: -20px;
    position: absolute;
    top: 20px;
    margin-top: -75px;
    left: -150px; 
}
#welcome-content h1{
	margin: auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5){
	#welcome-content hgroup:before {
		background: url(images/marchio@2x.png) no-repeat center center;
		background-size: 150px 150px;
	}
}
	#welcome-content h1 img{
		max-width: 150px;
		height: auto;
	}
#welcome-content h1{
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 5px;
    display: block;
    position: absolute;
    left: 0px;
    white-space: nowrap;
    color: #fff;
    top: 100%;
    margin: auto;
    margin-top: 20px;
    text-transform: uppercase;
}	
#welcome-content h2{
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 5px;
    display: block;
    position: absolute;
    left: 0px;
    white-space: nowrap;
    color: #fff;
    top: 100%;
    margin: auto;
    margin-top: 20px;
    text-transform: uppercase;
}
#welcome-social-pages{
	position: absolute;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 3;
	margin-left: 20px;
	font-size: 18px;
}
#welcome-social-pages > .table-wrapper{
	height: 100%;
}
#welcome-social-pages ul{
	list-style: none;
}
#welcome-social-pages li,
#welcome-social-pages li a{
	display: block;
	line-height: 1;
	color: #eee;
	text-decoration: none;
}
#welcome-social-pages li:not(:last-child){
	margin-bottom: 10px;
}
.scrollpagedown{
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -12px;
	bottom: 0px;
	margin-bottom: 20px;
	z-index: 5;
}
.scrollpagedown:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	border-left: solid 3px #eaeaea;
	border-bottom: solid 3px #eaeaea;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	cursor: pointer;
}
#home-brands{
	padding-top: 80px;
	padding-bottom: 80px;
}
#home-brands .arrow {
	display: none;
}
.reset-padding{
	padding-left: 0px;
	padding-right: 0px;
}
.brand-item-icon-link img{
	width: 100%;
	height: auto;
	max-width: 220px;
}
.brand-item-icon-link[title='Wild'] img {
	max-width: 228px;
}
#brands-toolbar-slider{
	font-size: 13px;
}
#brands-toolbar h3{
	font-size: 44px;
}
.brands-title {
	padding-bottom: 20px;
}
p.brand-site-link{
	text-transform: uppercase;
/* 	letter-spacing: 2px; */
	font-size: 11px;
	font-weight: 700;
}
p.brand-site-link a{
	color: #2b8ad3;
}
.brand-subtitle {
	color: #a9a9a9;
	font-size: 16px;
	font-weight: 600;
	padding-top: 16px;
	text-transform: uppercase;
}
.download-pdf ul{
	list-style: none;
}
.download-pdf ul li{
	display: inline-block;
	padding-right: 40px;
}

.download-pdf a{
	color: #a9a9a9;
	font-size: 16px;
	text-decoration: none;
}
.download-pdf a i{
	color: #2b8ad3;
	font-size: 48px;
	display: block;
	margin-top: 20px;
}
.brand-preview-slider-item .slider-item-container{
	height: 80vh;
	position: relative;
}
.brand-preview-slider-item .brand-logo{
	position: absolute;
	top: 0px;
	right: 0px;
}
#brands-preview{
	color: #eee;
}
.brand-preview-slider-item{
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#brands-preview h3{
	font-size: 56px;
	color: #eee;
}
#brands-preview h4{
	font-size: 28px;
	letter-spacing: 2px;
	font-weight: 400;
	margin-top: 10px;
}
#brands-preview-slider{
	display: none;
}
#brands-preview-slider{
	display: none;
}
#brands-preview-slider.slick-initialized{
	display: block;
}
#brands-preview-slider .slick-dots{
	list-style: none;
	display: block;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 0px;
}
#brands-preview-slider .slick-dots li{
	display: inline-block;
	margin: 0px 10px;
	cursor: pointer;
}
#brands-preview-slider .slick-dots li span{
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 5px/5px;
	-webkit-border-radius: 5px/5px;
	-moz-border-radius: 5px/5px;
	background: #ccc;
}
#brands-preview-slider .slick-dots li.slick-active span{
	background: #2b8ad3;
}
#blogbox{
	padding: 30px;
	background: rgba(0,0,0,.6);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.blog-preview-container{
	height: 80vh;
	font-size: 16px;
}
#blog-preview{
	background: url(images/brands-home-bg.jpg) no-repeat;
	background-position: 50% 0%;
	background-size: cover;
	background-attachment: fixed;
	color: #eee;
}
#blog-preview h3{
	font-size: 56px;
	color: #eee;
}
#blog-preview h3.dotted-title:before{
	background: #eee;
}
#tools .tools-container{
	height: 480px;
}
#tools .left{
	background: #fff;
}
#tools .left .wrap{
	max-width: 70%;
	margin: 0px auto;
}
.inline-block{
	display: inline-block;
}
#tools .left h4{
	font-weight: 700;
    margin: auto;
    color: #a9a9a9;
    font-size: 38px;
}
#tools p.services-name{
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #a9a9a9;
}
#tools .socialpage{
	background: url(images/homepage-social-bg.jpg) no-repeat top center;
	background-size: cover;
}
#tools .socialpage h4{
	color: #2b8ad3;
	font-family: 'DexteraTrial';
	font-weight: 400;
	font-size: 48px;
}
#tools .socialpage h4 a{
	color: #2b8ad3;
	text-decoration: none;
}
.pagehead{
	height: 480px;
	margin-top: 40px;
}
#brands{
/* 	background-color: #1a1a19; */
	background-color: #393937;
	margin-bottom: 100px;
}
#brands .arrow {
	display: none;
}
#brands .brand-item-icon-link[title='Wild'] img {
	max-width: 280px;
}
.brands-catalog-download a {
	color: #ffffff;
	display: block;
	margin-top: 40px;
}
#brands-list{
	font-size: 70px;
}
#brands-list ul{
	list-style: none;
	color: #eee;
}
#brands-list li:not(:last-child){
	border-right: solid 1px rgba(255,255,255,.5);
}
/*
#brands-list li a{
	color: #eee;
	text-decoration: none;
}
*/
#brands-list a{
	color: #eee;
	text-decoration: none;
}
/*#brands-list [class^="puntode-icon-"] {
	font-size: 160px;
}
#brands-list [class^="puntode-icon-"][title='Wild'] {
	font-size: 228px;
}*/
.sheet-height{
	height: 80vh;
	position: relative;
}
.brand-sheet-item{
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.brand-sheet .brand-logo{
	width: 200px;
	height: 200px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.brand-sheet h2{
	font-size: 56px;
	font-weight: 700;
/* 	color: #a9a9a9; */
	color: #fff;
	margin: auto;
}
.brand-sheet h3{
	font-size: 28px;
    font-weight: 400;
    letter-spacing: 3px;
    margin-top: 10px;
    color: #fff;
}
.brand-sheet:nth-child(even){
	text-align: right;
}
.brand-sheet:nth-child(even) .brand-logo{
	right: auto;
	left: 0px;
}
.brand-sheet .fixit{
	top: 0px;
	width: 100%;
	position: fixed;
	margin-left: auto;
	margin-right: auto;
}
#contatti, #fatturazioneele{
	background: url(images/contatti-head-bg.jpg) no-repeat center top;
	background-size: cover;
}
#contatti .right{
	vertical-align: bottom;
}
.wpcf7-response-output{
	color: #fff;
}
.testo-fatturaele{
	margin-top: 40px;
	color: #fff;
	padding: 10px;
}
#address-box{
	position: relative;
	bottom: 0px;
	left: 0px;
	background-color: #282828;
	color: #eaeaea;
	font-size: 14px;
	margin-bottom: -60px;
}
#address-details{
	padding: 40px 50px;
}
#address-box h2{
	margin: auto;
	color: #2b8ad3;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 20px;
	display: block;
}
#address-box p{
	line-height: 2;
}
#address-box address{
	margin-bottom: auto;
}
#find-pv-button.btn{
	background: #2b8ad3 !important;
}
#stay-in-touch{
	height: 60px;
	line-height: 60px;
	font-size: 0px;
	margin-left: 50px;
	margin-right: 50px;
	border-top: solid 1px rgba(255,255,255,.1);
}
#stay-in-touch a{
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	margin: 0px 15px;
	color: #eee;
	text-decoration: none;
}
#stay-in-touch a:first-child{
	margin-left: auto;
}
#stay-in-touch a:last-child{
	margin-right: auto;
}
abbr[title] {
    border-bottom: none;
    cursor: default;
    text-decoration: none;
}
#contatti{
	position: relative;
	z-index: 2;
}
#find-us{
	position: relative;
	z-index: 1;
}
#find-us-map{
	height: 400px;
}
#socialpage{
	background: url(images/socialpage-head.jpg) no-repeat center top;
	background-size: cover;
}
.social-post{
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
	color: #eee;
}
.social-post .cell-wrapper.right{
	background: #1a1a19;
}
.social-post .cell-wrapper.left{
	position: relative;
}
.social-post .image-wrapper{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	left: 0px;
	top: 0px;
}
.social-post .image-wrapper img{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
}
.social-post:nth-child(2n) .cell-wrapper.right{
	background: #fff;
	color: #777;
}
.social-post.instagram .cell-wrapper.right{
	background: #2b8ad3;
	color: #fff;
}
.social-post.instagram .readmore a{
	color: #fff;
}
.social-post:before{
	content: '';
	display: block;
	height: 0px;
	padding-top: 50%;
}
.social-post.social-post-video:before{
	display: none;
	padding-top: auto;
}
.social-post.social-post-video .cell-wrapper.left .push{
	position: relative;
}
.social-post.social-post-video .cell-wrapper.left .push:before{
	content: '';
	display: block;
	height: 0px;
	padding-top: 50%;
}
.social-post.social-post-video iframe,
.social-post.social-post-video video{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
.social-post > .wrap{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
.social-post.social-post-video > .wrap{
	position: relative;
}
.social-post > .wrap > .table-wrapper{
	height: 100%;
}
.social-post .cell-wrapper{
	width: 50%;
}
.social-post .cell-wrapper.right{
	padding-left: 30px;
	padding-right: 30px;
}
.social-post time{
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: block;
}
.social-post .play-icon{
	font-size: 30px;
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -20px 0px 0px -20px;
	text-align: center;
	line-height: 40px;
}
.social-post h4{
    text-transform: none;
    font-family: 'Lora';
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.4;
}
.social-post .readmore i {
    font-size: 16px;
}
.social-post:nth-child(3n) .cell-wrapper.right{
	background-color: #2b8ad3 !important;
	color: #fff;
}
.social-post:nth-child(3n) .cell-wrapper.right .readmore a{
	color: #fff;
}
.social-post:nth-child(3n) .cell-wrapper.right .readmore a span:after {
    border-bottom: solid 2px #fff;
}
#page-punti-vendita{
	color: #a9a9a9;
	background: url(images/store-head.jpg) no-repeat center center;
	background-size: cover;
}
#page-punti-vendita.bkchillys{
	color: #a9a9a9;
	background: url(images/brand-chillys-store.jpg) no-repeat center center;
	background-size: cover;
}
#punti-vendita-list{
	margin-top:50px;
	margin-bottom:50px;
	}
#punti-vendita-list h2{
	font-size:1.3rem;
	text-transform:uppercase;
	font-weight:300;border-bottom:solid 2px #2b8ad3;
	padding-bottom:10px;
	margin-bottom:30px;
	color: #2b8ad3;
	text-align: center;
	}
/*
#punti-vendita-list h2 i{
	font-size:1.5rem;
	color:#c18726}
*/
#punti-vendita-list ul{
	list-style:none;
	margin-left:-40px;
	margin-right:-40px;
	}
#punti-vendita-list ul:not(:last-child){
	margin-bottom:50px;
	}
#punti-vendita-list ul li{
	padding-left:40px;
	padding-right:40px;
	margin-bottom:40px;
	float:left;width:25%;
	}
#punti-vendita-list ul li:nth-child(4n+1){
	clear:both;
	}
#punti-vendita-list ul li .town{
	display:block;text-transform:uppercase;
	font-size:.75rem;font-weight:600
	}
#punti-vendita-list ul li h3{
	text-transform:uppercase;
	font-weight:600;margin-bottom:5px;
	font-size:1rem
	}
	
#grandedistribuzione-list h2{
	font-size:1.3rem;
	text-transform:uppercase;
	font-weight:300;border-bottom:solid 2px #2b8ad3;
	padding-bottom:10px;
	margin-bottom:30px;
	color: #2b8ad3;
	text-align: center;
	}
/*
#punti-vendita-list h2 i{
	font-size:1.5rem;
	color:#c18726}
*/
#grandedistribuzione-list ul{
	list-style:none;
	padding-top: 30px;
	margin-left:-40px;
	margin-right:-40px;
	}
#grandedistribuzione-list ul:not(:last-child){
	margin-bottom:50px;
	}
#grandedistribuzione-list ul li{
	padding-left:40px;
	padding-right:40px;
	margin-bottom:40px;
	float:left;width:25%;
	}
#grandedistribuzione-list ul li:nth-child(4n+1){
	clear:both;
	}
#grandedistribuzione-list ul li .town{
	display:block;text-transform:uppercase;
	font-size:.75rem;font-weight:600
	}
#grandedistribuzione-list ul li h3{
	text-transform:uppercase;
	font-weight:600;margin-bottom:5px;
	font-size:1rem;
	color:#666;
	}	
	


#store-locator{
	color: #a9a9a9;
	background: url(images/store-head.jpg) no-repeat center center;
	background-size: cover;
}
#store-locator h1.page-title span{
	display: inline-block;
    vertical-align: middle;
    text-align: left;
}
#store-locator-app-wrapper{
	height: 160px;
	background: #fff;
}
#store-locator-app .container-top{
	position: relative;
	z-index: 2;
}
#store-locator-app .container-bottom{
	position: relative;
	margin-top: -80px;
	z-index: 1;
}
#store-locator-app-wrapper .form-control,
#store-locator-app-wrapper .btn {
    background: none;
    border: none;
}
#store-locator-app .form-control,
#store-locator-app .btn {
    border-bottom: solid 2px #2b8ad3;
    font-size: 14px;
    letter-spacing: 2px;
}
#store-locator-app .form-control {
    border-right: solid 2px #2b8ad3;
}
#store-locator-app select.btn {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 50px;
    background-image: url(images/select-arrow-lg.png);
    background-repeat: no-repeat;
    background-size: 20px 10px;
    background-position: right 15px center;
    color: #ccc;
}
#store-locator-app .btn#store-locator-submit {
    background: #2b8ad3;
    color: #000;
    padding-left: 30px;
    padding-right: 30px;
}
#store-locator-app .btn#store-locator-submit.loading{
	background: #2b8ad3 url(images/loading-blue.gif) no-repeat center center;
	background-size: 22px 22px;
}
#store-locator-app .btn#store-locator-submit.loading span{
	visibility: hidden;
}
#blog{
	background: url(images/blog-header.jpg) no-repeat center top;
	background-size: cover;
}
#blog-toolbar{
	float: right;
	background-color: #1a1a19;
	width: 320px;
	height: 100vh;
	overflow: hidden;
	color: #eee;
	top: 0px;
}
#blog-toolbar.fixit{
	position: fixed;
	top: 0px;
	right: 0px;
	transform: translate3d(0,0,0);
}
.affix-wrapper{
	width: 320px;
	height: 100%;
	overflow: hidden;
}
.toolbar-wrap{
	width: 350px;
	height: 100%;
	padding-right: 30px;
	overflow: auto;
	background: #000;
}
#blog-toolbar.fixit .toolbar-wrap{
	-webkit-overflow-scrolling: touch;
}
.toolbar-content{
	margin: 80px 40px 50px 40px;
	font-size: 13px;
	color: #a9a9a9;
}
.blog-toolbar-title{
	margin: auto;
	font-size: 14px;
	font-weight: 700;
	color: #2b8ad3;
	letter-spacing: 1px;
	position: relative;
	margin-bottom: 30px;
	text-indent: -7px;
}
.blog-toolbar-title:before{
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 2px/2px;
	-webkit-border-radius: 2px/2px;
	-moz-border-radius:2px/2px;
	background-color: #2b8ad3;
	margin-right: 5px;
}
.blog-toolbar-title .arrow-left{
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -2px;
	margin-right: -50px;
}
.widget_pde_blog_welcome_widget figure{
	margin-bottom: 30px;
}
p.sign{
	font-family: 'DexteraTrial';
	font-weight: 400;
	font-size: 26px;
}
.blog-toolbar-box{
	margin-bottom: 80px;
}
#search-form .form-control{
	background: none;
	background-color: transparent;
	border: none;
	font-weight: 400;
	padding-left: 0px;
}
button#go-search{
	background: none;
}
#search-form .input-group{
	border-bottom: solid 1px #2b8ad3;
}
#search-form input::-moz-placeholder {
  font-weight: 400;
  color: #eee;
}
#search-form input:-ms-input-placeholder {
  font-weight: 400;
  color: #eee;
}
#search-form input::-webkit-input-placeholder {
  font-weight: 400;
  color: #eee;
}
ul#blog-categories-list,
ul#blog-press-list,
ul#blog-popular-list{
	list-style: none;
}
ul#blog-categories-list li a{
	color: #a9a9a9;
	line-height: 2;
	text-decoration: none;
}
html.no-touchevents ul#blog-categories-list li a:hover,
html.touchevents ul#blog-categories-list li a.active{
	text-decoration: underline;
	color: #2b8ad3;
}
ul#blog-press-list{
	margin-left: -10px;
	margin-right: -10px;	
}
ul#blog-press-list li{
	padding-left: 10px;
	padding-right: 10px;
	width: 50%;
	float: left;
	margin-bottom: 20px;
}
ul#blog-press-list li:nth-last-child(1),
ul#blog-press-list li:nth-last-child(2){
	margin-bottom: auto;
}
ul#blog-popular-list li:after{
	content: '';
	display: table;
	clear: both;
}
ul#blog-popular-list li:not(:last-child){
	margin-bottom: 20px;
}
ul#blog-popular-list li figure{
	display: block;
	width: 70px;
	float: left;
}
ul#blog-popular-list li p{
	margin-bottom: auto;
	padding-left: 80px;
	line-height: 1.3;
}
ul#blog-popular-list li p a{
	color: #a9a9a9;
	text-decoration: none;
}
#last-post .post-excerpt{
	margin-left: 30px;
	margin-right: 30px;
}
#last-post .post-thumbnail{
	margin-bottom: 30px;
}
.post-category{
	font-weight: 700;
	font-size: 11px;
	letter-spacing: 2px;
}
#last-post{
	margin-bottom: 80px;
}
#last-post h2{
	color: #2b8ad3;
	margin: auto;
	font-weight: 700;
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#last-post time,
.single-post-preview time{
	font-family: 'Lora';
	font-size: 13px;
	font-weight: 400;
	display: block;
	margin-bottom: 30px;
}

.single-post-preview{
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 40px;
}
#posts-preview-container{
	margin-left: -10px;
	margin-right: -10px;
}
.single-post-preview figure{
	margin-bottom: 30px;
}
.single-post-preview h3{
	color: #2b8ad3;
	margin: auto;
	font-weight: 700;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-transform: none;
	line-height: 1.4;
}
.category-news #blog-body-wrapper{
	margin-right: 0px;
}
#blog-body-wrapper{
	margin-right: 320px;
	background-color: #fff;
	min-height: 100vh;
	padding-top: 80px;
	padding-bottom: 80px;
}
.blog-container {
    max-width: 800px;
    margin: 0px auto;
    padding-left: 10px;
    padding-right: 10px;
    color: #a9a9a9;
    font-size: 15px;
}
.blog-toolbar-title .arrow-left {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -2px;
    margin-right: -50px;
}
#servizi{
	background: url(images/servizi_background.jpg) no-repeat center top;
	background-size: cover;
}
#formazione{
	background: #fff;
	padding-top: 100px;
	color: #a9a9a9;
}

#formazione .cell-wrapper.right .wrap{
	max-width: 70%;
	margin: 0px auto;
}
#formazione-image{
	background: url(images/formazione-image.jpg) no-repeat;
	background-position: 50% 0%;
	background-size: cover;
	background-attachment: fixed;
	margin-top: 80px;
}
h2.page-title{
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
	margin: auto;
	color: #a9a9a9;
}
#faq-head{
	background: url(images/assistenza-image.jpg) no-repeat;
	background-position: 50% 0px;
	background-size: cover;
	background-attachment: fixed;
}
#faq-questions,
#faq-answers{
	background: #fff;
	position: relative;
}
#faq-boxes .cell-wrapper.right{
	background: #2b8ad3;
	color: #fff;
	height: 100%;
}
#faq-answer-cover h3{
	color: #fff;
}
#faq-answer-cover h3:before{
	background: #fff;
}
#questions-list{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
.scrollable-field{
	position: relative;
	height: 100%;
	padding: 10%;
}
.scrollable-field .mCSB_outside+.mCSB_scrollTools{
	right: 0px;
}
#questions-list dl{
	margin: 0px;
	font-size: 14px;
	color: #999;
}
#questions-list dt{
	font-weight: 400;
	color: #333;
	position: relative;
	padding-left: 15px;
	margin-bottom: 15px;
	cursor: pointer;
}
#questions-list dt:before{
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	position: absolute;
	border-radius: 2px/2px;
	-webkit-border-radius: 2px/2px;
	-moz-border-radius: 2px/2px;
	background: #333;
	left: 0px;
	top: 8px;
}
#questions-list dd{
	padding-left: 15px;
	margin-bottom: 20px;
	display: none;
}
#coaching{
	color: #a9a9a9;
	background: #1a1a19;
	position: relative;
	z-index: 5;
}
#coaching-head{
	background: url(images/coaching-image.jpg) no-repeat;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-size: cover;
}
#coaching-container{
	padding-top: 80px;
	padding-bottom: 80px;
}
.fixedblock{
	position: fixed;
	top: 0px;
	width: 100%;
}
#brands-grillson{
	background: url(images/brand-grillson-bg.jpg) no-repeat center center;
	background-size: cover;
}
#brands-wesco{
	background: url(images/brand-wesco-bg.jpg) no-repeat center center;
	background-size: cover;
}
#brands-gopure{
	background: url(images/brand-gopure-bg.jpg) no-repeat center center;
	background-size: cover;
}
#brands-kostaboda{
	background: url(images/brand-kostaboda-bg.jpg) no-repeat center center;
	background-size: cover;
}
#brands-orrefors{
	background: url(images/brand-orrefors-bg.jpg) no-repeat center top;
	background-size: cover;
}
#brand-info{
	padding-top: 80px;
	padding-bottom: 80px;
	color: #a9a9a9;
}
#brand-info-details{
	font-size: 13px;
}
#brand-info-details .download-pdf ul li {
	padding-right: 0;
}
#brand-info .brand-item-icon-link{
	font-size: 80px;
	color: #a9a9a9;
	text-decoration: none;
}

#brand-info .brand-item-icon-link.beeswaxlink {
    font-size: 130px;
}

#brand-info ul.share-list-icons{
	list-style: none;
	font-size: 0px;
	margin-bottom: 20px;
}
#brand-info ul.share-list-icons li{
	display: inline-block;
	font-size: 24px;
	margin: 0px 10px;
}
#brand-info ul.share-list-icons li:first-child{
	margin-left: 0px;
}
#brand-info ul.share-list-icons li:last-child{
	margin-right: 0px;
}
.subtitle{
	font-size: 18px;
	font-weight: 400;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.5;
	margin-bottom: 30px;
}
.block-title{
	font-size: 30px;
	color: #2b8ad3;
	font-weight: 400;
	letter-spacing: normal;
	margin-bottom: 30px;
}
#brand-info .cell-wrapper.left,
#brand-info .cell-wrapper.right{
	padding-left: 10%;
	border-left: solid 1px #333;
}
#grill-features{
	background: #fff;
	padding-top: 80px;
	padding-bottom: 0px;
}
#wesco-features{
	background: #fff;
	padding-top: 80px;
	padding-bottom: 80px;
}
#mill-features{
	background: #fff;
	padding-top: 80px;
	padding-bottom: 0px;
}
.grill-features-row-1 .cell-wrapper.left, .wesco-features-row-1 .cell-wrapper.left, .mill-features-row-1 .cell-wrapper.left, .wesco-features-row-3 .cell-wrapper.left{
	padding-right: 10%;
}
.wesco-features-row-3{
	margin-bottom: 50px;
}
#grill-smartphone{
	position: relative;
}
#grill-smartphone img{
	display: block;
	position: relative;
	z-index: 1;
}
.screen-1,
.screen-2{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 2;
}
.screen-1{
	background: url(images/phone-screen-1.png) no-repeat center center;
	background-size: cover;
}
.screen-2{
	background: url(images/phone-screen-2.png) no-repeat center center;
	background-size: cover;
	z-index: 3;
}
.grill-features-row-2{
	background: #f1f1f1;
	position: relative;
	margin-bottom: 200px;
	border-radius: 30px 0px 0px 30px;
	-webkit-border-radius: 30px 0px 0px 30px;
	-moz-border-radius: 30px 0px 0px 30px;
}
.wesco-features-row-2{
	background: #fff;
	position: relative;
	margin-bottom: 200px;
	margin-top: 70px;
}
.mill-features-row-2{
	background: #fff;
	position: relative;
	margin-bottom: 200px;
	margin-top: 70px;
}
#wesco-trash .right{
	background: url(images/trash_colori.jpg) no-repeat center center;
	background-size: cover;
}
#wesco-trash .left{
	padding: 0 30px;
}
#gopure-bottom{
	background: url(images/gopurebottombkgd.jpg) no-repeat center center;
	background-size: cover;	
}
#gopure-bottom p{
	color:#fff;
}
#gopure-bottom .left{
	padding: 0 30px;
}
.wesco-features-row-2 .col-md-6{
	padding-right: 100px;
}
.wesco-features-row-2:after{
	content: '';
	display: block;
	width: 260px;
	height: 100%;
	position: absolute;
	left: 100%;
	background: #fff;
	top: 0px;
}
.mill-features-row-2:after{
	content: '';
	display: block;
	width: 260px;
	height: 100%;
	position: absolute;
	left: 100%;
	background: #fff;
	top: 0px;
}
.grill-features-row-2:after{
	content: '';
	display: block;
	width: 260px;
	height: 100%;
	position: absolute;
	left: 100%;
	background: #f1f1f1;
	top: 0px;
}
.grill-features-row-2 .cell-wrapper.right{
	position: relative;
}
span.grill-image{
	display: block;
	margin-bottom: -200px;
}
.grill-features-row-2 .cell-wrapper.left{
	padding-top: 80px;
	padding-bottom: 80px;
}
#grill-premium, #wesco-trash{
	color: #a9a9a9;
}
#grill-premium .right{
	background: url(images/grillson-premium.jpg) no-repeat center center;
	background-size: cover;
}
#grill-details{
	background: #fff;
	padding-top: 80px;
	padding-bottom: 80px;
}
#grill-details .cell-wrapper.left img{
	display: block;
	margin: 0px auto;
	width: 85%;
}
#grill-details-items{
	font-size: 15px;
	color: #a9a9a9;
}
#grill-details-items ul{
	list-style: none;
}
#grill-details-items li{
	margin-bottom: 25px;
	position: relative;
	display: table;
	line-height: 1.3;
}
#grill-details-items li p{
	margin-bottom: 5px;
}
#grill-details-items li p:last-child{
	margin-bottom: auto;
}
#grill-details-items li span{
	display: table-cell;
	vertical-align: middle;
}
#grill-details-items li .detail-image{
	width: 100px;
	height: 100px;
	border-radius: 50px/50px;
	-webkit-border-radius: 50px/50px;
	-moz-border-radius: 50px/50px;
	vertical-align: middle;
	border: solid 4px #2b8ad3;
	position: relative;
}
#grill-details-items li.detail-1 .detail-image{
	background: url(images/pellets.jpg) no-repeat center center;
	background-size: 100px 100px;
}
#grill-details-items li.detail-2 .detail-image{
	background: url(images/regolatori.jpg) no-repeat center center;
	background-size: 100px 100px;
}
#grill-details-items li.detail-3 .detail-image{
	background: url(images/manometro.jpg) no-repeat center center;
	background-size: 100px 100px;
}
#grill-details-items li.detail-4 .detail-image{
	background: url(images/autopulente.jpg) no-repeat center center;
	background-size: 100px 100px;
}
#grill-details-items li.detail-5 .detail-image{
	background: url(images/app.jpg) no-repeat center center;
	background-size: 100px 100px;
}
#grill-details-items li .detail-desc{
	vertical-align: middle;
	padding-left: 15px;
}
#grill-details-items li.detail-1 .detail-image:before{
	content: '';
	display: block;
	position: absolute;
	width: 270px;
	height: 60px;
	right: 100%;
	top: 50%;
	margin-right: 15px;
	transform-origin: right top;
	transform: skewX(-20deg);
	-webkit-transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	border-top: solid 3px #2b8ad3;
	border-left: solid 3px #2b8ad3;
}
#grill-details-items li.detail-2 .detail-image:before{
	content: '';
	display: block;
	position: absolute;
	width: 220px;
	height: 10px;
	right: 100%;
	top: 50%;
	margin-right: 15px;
	transform-origin: right top;
	transform: skewX(-20deg);
	-webkit-transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	border-top: solid 3px #2b8ad3;
	border-left: solid 3px #2b8ad3;
}
#grill-details-items li.detail-3 .detail-image:before{
	content: '';
	display: block;
	position: absolute;
	width: 100px;
	height: 0px;
	right: 100%;
	top: 50%;
	margin-right: 15px;
	transform-origin: right top;
	transform: skewX(-20deg);
	-webkit-transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	border-top: solid 3px #2b8ad3;
}
#grill-details-items li.detail-4 .detail-image:before{
	content: '';
	display: block;
	position: absolute;
	width: 200px;
	height: 90px;
	right: 100%;
	bottom: 50%;
	margin-right: 15px;
	transform-origin: right bottom;
	transform: skewX(20deg);
	-webkit-transform: skewX(20deg);
	-moz-transform: skewX(20deg);
	-o-transform: skewX(20deg);
	-ms-transform: skewX(20deg);
	border-bottom: solid 3px #2b8ad3;
	border-left: solid 3px #2b8ad3;
}
#grill-details-items li.detail-5 .detail-image:before{
	content: '';
	display: block;
	position: absolute;
	width: 270px;
	height: 80px;
	right: 100%;
	bottom: 50%;
	margin-right: 15px;
	transform-origin: right bottom;
	transform: skewX(20deg);
	-webkit-transform: skewX(20deg);
	-moz-transform: skewX(20deg);
	-o-transform: skewX(20deg);
	-ms-transform: skewX(20deg);
	border-bottom: solid 3px #2b8ad3;
	border-left: solid 3px #2b8ad3;
}
#grillson-footer ul, #wesco-imagesbar ul{
	list-style: none;
}
#grillson-footer ul:after, #wesco-imagesbar ul:after{
	content: '';
	display: table;
	clear: both;
}
#grillson-footer ul li, #wesco-imagesbar ul li{
	width: 33.33333334%;
	float: left;
}
#wesco-imagesbar{
	padding-bottom: 50px;
	background: #fff;
}
#wesco-footer{
	padding-bottom: 50px;
	background: #fff;
}
#brands-caso{
	background: url(images/brand-caso-bg.jpg) no-repeat center center;
	background-size: cover;
}
#brands-fissler{
	background: url(images/brand-fissler-bg.jpg) no-repeat center top;
	background-size: cover;
}
#brands-cado{
	background: url(images/brand-cado-bg_2.jpg) no-repeat center bottom;
	background-size: cover;
}
#brands-chillys{
	background: url(images/brand-chillys-bgd.jpg) no-repeat center top;
	background-size: cover;
}
#brands-beeswax-wrap{
	background: url(images/brand-nuts-bg.jpg) no-repeat center center;
	background-size: cover;
}
#brands-mill{
	background: url(images/brand-mill-bg.jpg) no-repeat center center;
	background-size: cover;
}
#subcat-items{
	background: #fff;
	padding-top: 80px;
	padding-bottom: 80px;
	color: #a9a9a9;
}
#subcat-items .row:not(:last-child){
	margin-bottom: 80px;
}
#subcat-items .row .cell-wrapper.left{
	padding-right: 5%;
}
#subcat-items .row:nth-child(even) .cell-wrapper.left{
	padding-right: 10px;
	padding-left: 5%;
}
#subcat-items h2{
	font-size: 16px;
	font-weight: 700;
	margin: auto;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#subcat-items .download-sheet i{
	font-size: 36px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

#brands-caso.brand-products h2{
	text-align: center;
	color: #eee;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 2px;
	margin-top: 30px;
}
#brand-products-list{
	background: #fff;
	padding-top: 80px;
	padding-bottom: 80px;
}
#brand-products-list h3{
	font-size: 22px;
	color: #333;
	text-transform: none;
	margin-bottom: 5px;
}
#brand-products-list h4{
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 20px;
}
#brand-products-list .product-description{
	font-size: 13px;
	color: #888;
}
#brand-products-list p.brand-icon{
	font-size: 80px;
	line-height: 1;
	margin-bottom: 10px;
}
#brand-products-list p.brand-icon a{
	color: #333;
	text-decoration: none;
}
#product-tech-info table{
	font-size: 11px;
	font-weight: 400;
}
#product-tech-info table th.article-name{
	font-size: 15px;
	font-weight: 700;
}
#product-tech-info table th:not([colspan="2"]){
	font-weight: 400;
	width: 50%;
}
#product-tech-info table th,
#product-tech-info table td{
	padding: 3px 8px;
}
#product-tech-info table th.table-title{
	width: 24px;
	background: #888;
	position: relative;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	
}
#product-tech-info table th.table-title div{
	display: block;
	white-space: nowrap;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	vertical-align: middle;
	width: auto;
	position: absolute;
	transform: translateX(-50%) rotate(-90deg);
	left: 50%;
	top: 50%;
	margin-top: -9px;
}
#product-tech-info table th.table-title div span{
	display: block;
}
.row.product-item:not(:last-child){
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: solid 1px rgba(0,0,0,.2);
}
.infowindow_store{
	text-align: left;
}
.infowindow_store h3{
	text-transform: none;
	font-size: 18px;
	margin-bottom: 10px;
}
html.single-post .header-cloned{
	display: none !important;
}
html.single-post .header{
	position: fixed;
	background-color: #1a1a19;
	top: -60px;
	transition: top .6s ease .2s;
	-webkit-transition: top .6s ease .2s;
	-moz-transition: top .6s ease .2s;
	-o-transition: top .6s ease .2s;
	-ms-transition: top .6s ease .2s;
}
html.single-post .header{
	top: 0px;
}
html.single-post .header #nav-logo{
	display: block;
	line-height: 60px;
}
html.single-post .header #nav{
	float: right;
	font-size: 13px;
	height: 60px;
}
html.single-post .header #nav > #nav-wrapper > ul > li{
	margin: 0px 13px;
	line-height: 60px;
}
html.single-post .header #nav > #nav-wrapper > ul > li.menu-homepage-link{
	display: none !important;
}
html.single-post .header #nav > #nav-wrapper > ul > li:first-child{
	margin-left: 0px;
}
html.single-post .header #nav > #nav-wrapper > ul > li:last-child{
	margin-right: 0px;
}
html.single-post .header #nav > #nav-wrapper > ul > li > .submenu-wrapper{
	margin-top: 0px;
	min-width: 200px;
	background-color: #1a1a19;
	border-top: solid 1px #337ab7;
}
html.single-post .header #nav > #nav-wrapper > ul > li > .submenu-wrapper:after{
	content: '';
	display: block;
	position: absolute;
	width: 200px;
	left: 0px;
	top: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 200px 0 0;
	border-color: #1a1a19 transparent transparent transparent;
}
#single-post-body #blog-body-wrapper{
	padding-top: 120px;
}
#single-post-body .container{
	width: auto;
}
#single-post-body h1{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 32px;
	font-weight: 400;
	color: #2b8ad3;
}
#single-post-body .post-info{
	font-size: 13px;
	margin-bottom: 50px;
}
#single-post-body .fw-page-builder-content .row{
	margin-bottom: 20px;
}
#single-post-body .fw-page-builder-content h3{
	font-size: 22px;
	text-transform: none;
	font-weight: normal;
}
.video-wrapper.shortcode-container{
	position: relative;
}
.video-wrapper.shortcode-container:before{
	content: '';
	display: block;
	height: 0px;
	padding-top: 56.25%;
}
.video-wrapper.shortcode-container iframe{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
.embed-wrapper{
	position: relative;
}
.embed-wrapper:before{
	content: '';
	display: block;
	height: 0px;
	padding-top: 56.25%;
}
.embed-wrapper iframe{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
article.single-post:after{
	display: table;
	clear: both;
	content: '';
}
article.single-post{
	margin-bottom: 70px;
}
h2.comments-title{
	font-weight: normal;
	font-size: 16px;
	color: #333;
	padding-bottom: 5px;
	margin-bottom: 30px;
	border-bottom: solid 1px rgba(0,0,0,.1);
}
ol.comment-list{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ol.comment-list li{
	font-size: 13px;
}

div.comment-author.vcard img{
	display: inline-block;
	width: 42px;
	height: 42px;
	border: solid 1px #ccc;
}
div.comment-author.vcard{
	margin-bottom: 10px;
}
ol.comment-list li .reply{
	text-align: right;
}
div#respond.comment-respond{
	margin-top: 40px;
}
h2#reply-title{
	font-weight: 400;
	font-size: 16px;
	color: #333;
}
p.comment-notes{
	font-size: 13px;
	font-style: italic;
}
#commentform label{
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.comment-form-comment textarea{
	resize: none;
	overflow: auto;
}
#commentform .inputter{
	margin-bottom: 10px;
}
p.form-submit{
	text-align: right;
	margin-top: 30px;
}
li.comment ol.children{
	padding-left: 50px;
	list-style: none;
	position: relative;
}
ol.comment-list li.comment ol.children li::before{
	display: none;
}
ol.comment-list li ol.children li .comment-body{
	padding-left: 0px;
}
ol.comment-list > li{
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: dotted 1px #ccc;
}
#post-share-buttons{
	margin-top: 50px;
}
#post-share-buttons ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 0px;
}
#post-share-buttons li{
	display: inline-block;
	font-size: 24px;
	margin: 0px 10px;
}
#post-share-buttons h3{
	text-transform: none;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	color: #333;
	margin-bottom: 10px;
}
#post-share-buttons li a{
	text-decoration: none;
}
#post-share-buttons li.facebook a{
	color: #3b5998;
}
#post-share-buttons li.twitter a{
	color: #55acee;
}
#post-share-buttons li.googleplus a{
	color: #dd4b39;
}
#post-share-buttons li.linkedin a{
	color: #007bb5;
}
#post-share-buttons li.pinterest a{
	color: #cb2027;
}
html.archive.category .page-title-logo{
/* 	font-size: 30px; */
}
html.archive.category .page-title-logo:before{
/*  display: block; */
    margin-right: auto;
    margin-bottom: 10px;
}
body.is_category_news #blog-body-wrapper, body.category-press #blog-body-wrapper, body.category-eventi #blog-body-wrapper{
	margin-right: 0px;
}

body.category-press #blog {
    background: url(images/press-header.jpg) no-repeat center top;
    background-size: cover;
}
body.is_category_news #blog {
    background: url(images/news-header-new.jpg) no-repeat center bottom;
    background-size: cover;
}

#category-description{
	margin-bottom: 50px;
	color: #333;
}
.colpost,
.grid-sizer{
	width: 50%;
}
.colpost-2x{
	width: 100%;
}
#brands-esteras{
	background: url(images/esteras-bg.jpg) no-repeat center center;
	background-size: cover;
}
.fullwidth{
	width: 100%;
}
#about{
	background: url(images/about-new.jpg) no-repeat center top;
/* 	background-color: #1a1a19; */
	background-size: cover;
}
#about-details{
	color: #8d8c8c;
	padding-top: 70px;
	padding-bottom: 70px;
	font-size: 15px;
}
#about-details .left{
	padding-right: 40px;
}
#about-details .right{
	padding-left: 40px;
}
#about-details h5{
	text-transform: uppercase;
}
html.limited body.post-101{
	background-color: #f3f3f3;
}
html.limited body.post-140{
	background-color: #f3f3f3;
}
section#knoll{
	margin-top: 50px;
	margin-bottom: 100px;
}
section#knoll .left{
	color: #eee;
	background-color: #1a1a19;
	padding: 80px 140px 80px 100px;
}
section#knoll .left h2{
	color: #2b8ad3;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	margin: auto;
	margin-bottom: 30px;
}
section#knoll cite{
	font-family: 'Lora';
    font-weight: 400;
    font-size: 25px;
    line-height: 1.3;
}
section#knoll .left .sign{
	font-family: 'DexteraTrial';
	font-weight: 400;
	font-size: 32px;
	color: #858484;
}
section#knoll .right .fotoblock{
	background-color: #2b8ad3;
	margin-left: -50px;
}
#chef{
	margin-bottom: 70px;
}
.chef-sheet:nth-child(even) .table-wrapper:before,
.chef-sheet:nth-child(odd) .table-wrapper:after{
	display: table-cell;
	content: '';
}
.chef-sheet .desc{
	background-color: #1a1a19;
	color: #a9a9a9;
	font-family: 'Lora';
    font-weight: 400;
    font-size: 18px;
    padding: 0px 80px 0px 80px;
    line-height: 1.6;
}
.chef-sheet .desc h4{
	color: #2b8ad3;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	margin: auto;
	margin-bottom: 30px;
	font-family: 'Montserrat','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-style: normal;
}
.chef-sheet:nth-child(odd) .desc{
	background-color: #2b8ad3;
	color: #fff;
	font-family: 'Lora';
    font-weight: 400;
    font-size: 18px;
    padding: 0px 80px 0px 80px;
}
.chef-sheet:nth-child(odd) .desc h4{
	color: #1a1a19;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	margin: auto;
	margin-bottom: 30px;
	font-family: 'Montserrat','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-style: normal;
}
#chef h3{
	font-family: 'Lora';
    font-weight: 400;
    font-size: 38px;
    color: #2b8ad3;
    text-transform: none;
    margin-bottom: 70px;
}
#chef h3 span{
	font-family: 'Montserrat','Helvetica Neue',Helvetica,Arial,sans-serif;
	display: block;
	font-weight: 700;
    margin: auto;
    color: #a9a9a9;
    font-size: 38px;
    text-transform: uppercase;
}
#chef h3 span:before{
	content: '';
	display: inline-block;
	vertical-align: baseline;
	font-size: 0px;
	width: 8px;
	height: 8px;
	border-radius: 4px/4px;
	background: #a9a9a9;
	margin-left: -5px;
	margin-right: 5px;
}
#coaching,
#al-femminile,
#team-building{
	background: #fff;
}
#team-building{
	color: #a9a9a9;
}
#coaching .cell-wrapper.right,
#consulenza .cell-wrapper.right,
#al-femminile .cell-wrapper.right,
#team-building .cell-wrapper.right{
	padding-top: 100px;
	padding-bottom: 100px;
}
#al-femminile .cell-wrapper.right p.readmore a{
	color: #eee;
}
#al-femminile .cell-wrapper.right p.readmore a span:after{
	border-bottom: solid 2px #eee;
}
#coaching .cell-wrapper.right .wrap,
#consulenza .cell-wrapper.right .wrap,
#team-building .cell-wrapper.right .wrap,
#al-femminile .cell-wrapper.right .wrap{
	max-width: 60%;
	margin: 0px auto;
}
#consulenza .cell-wrapper.right .wrap,
#al-femminile .cell-wrapper.right .wrap{
	color: #eee;
}
#coaching .cell-wrapper.left,
#al-femminile .cell-wrapper.right{
	background: #2b8ad3;
}
#coaching .cell-wrapper.left h3{
	color: #fff;
}
#consulenza-image{
	background: url(images/consulenza-bg.jpg) no-repeat;
	background-position: 50% 0px;
	background-size: cover;
}
#team-building-image{
/* 	background: url(images/team-building-image.jpg) no-repeat; */
	background: url(images/teambuilding-image-1.jpg) no-repeat;
	background-position: 50% 0px;
	background-size: cover;
}
#page-formazione{
	background: url(images/formazione-page-header.jpg) no-repeat;
	background-position: 50% 0px;
	background-size: cover;
}
#page-coaching{
	background: url(images/coaching-page-header.jpg) no-repeat;
	background-position: 50% 0px;
	background-size: cover;
}
#page-consulenza{
	background: url(images/consulenza-page-header.jpg) no-repeat;
	background-position: 50% 0px;
	background-size: cover;
}
#page-femminile{
	background: url(images/femminile-page-header.jpg) no-repeat;
	background-position: 50% 0px;
	background-size: cover;
}
#page-teambuilding{
	background: url(images/teambuilding-image-1.jpg) no-repeat;
/* 	background: url(images/teambuilding-top.jpg) no-repeat; */
/* 	background-position: 50% 50%; */
	background-size: cover;
}
#page-formazione span.page-title,
#page-coaching span.page-title,
#page-consulenza span.page-title,
#page-femminile span.page-title,
#page-teambuilding span.page-title{
	color: #eee;
}
html.limited body.post-271{
	background-color: #fff;
}
#page-formazione-details h1.page-title,
#page-coaching-details h1.page-title,
#page-consulenza-details h1.page-title,
#page-femminile-details h1.page-title,
#page-teambuilding-details h1.page-title{
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin: auto;
    color: #a9a9a9;
}
#page-formazione-details,
#page-coaching-details,
#page-consulenza-details,
#page-femminile-details,
#page-teambuilding-details{
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #1a1a19;
}
#page-formazione-details .cell-wrapper.right .wrap,
#page-coaching-details .cell-wrapper.right .wrap,
#page-consulenza-details .cell-wrapper.right .wrap,
#page-femminile-details .cell-wrapper.right .wrap,
#page-teambuilding-details .cell-wrapper.right .wrap{
    max-width: 70%;
    margin: 0px auto;
    color: #a9a9a9;
}
#aree-intervento{
	padding-top: 80px;
	font-size: 15px;
}
#aree-intervento .row-1 .col-lg-4,
#aree-intervento .row-1 .col-lg-6{
	padding-left: 4%;
	padding-right: 4%;
	color: #a9a9a9;
}
.area-step{
	margin-bottom: 40px;
}
.area-step .item-num,
.area-step h2{
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 2px;
	margin: auto;
}
.area-step .item-num{
	color: #1a1a19;
}
.area-step h2{
	color: #2b8ad3;
	margin-bottom: 20px;
	text-transform: uppercase;
	line-height: 1.5;
}
#aree-intervento .row-2 hr{
	border-top: solid 1px #2b8ad3;
}
#aree-intervento .row-3{
	margin-top: 40px;
	color: #a9a9a9;
	font-size: 24px;
	margin-bottom: 70px;
}
#aree-intervento .row-3 h3{
	margin: auto;
	font-size: 12px;
	color: #2b8ad3;
	margin-bottom: 30px;
}
#aree-intervento .row-3 h3 i{
	font-size: 36px;
	display: block;
	margin-bottom: 15px;
}
#aree-intervento .row-4 .pagehead{
	background: url(images/formazione-page-image-1.jpg) no-repeat;
	background-position: 50% 0px;
	background-size: cover;
}
#aree-intervento.page-coaching .row-4 .pagehead{
	background: url(images/coaching-page-image-1.jpg) no-repeat;
	background-position: 50% 0px;
	background-size: cover;
}
#aree-intervento.page-consulenza .row-4 .pagehead{
	background: url(images/consulenza-page-image-1.jpg) no-repeat;
	background-position: 50% 0px;
	background-size: cover;
}
#aree-intervento.page-femminile .row-4 .pagehead{
	background: url(images/femminile-new.jpg) no-repeat;
	background-position: 50% 0px;
	background-size: cover;
}
#aree-intervento.page-teambuilding .row-4 .pagehead{
/* 	background: url(images/teambuilding-bottom.jpg) no-repeat; */
	background: url(images/teambuilding-image-2.jpg) no-repeat;
	background-position: 50% 0px;
	background-size: cover;
}
#aree-intervento{
	background-color: #fff;
}
span.search-key{
	color: #337ab7;
}
#store-locator-details{
	padding: 100px 90px;
}
#store-locator-details h4{
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 40px;
	letter-spacing: 2px;
}
#store-locator{
	z-index: 2;
}
#store-locator .right {
    vertical-align: bottom;
}
#stores-list{
/* 	padding-top: 150px; */
	padding-bottom: 100px;
	background-color: #fff;
}
#grandedistribuzione-list{
/* 	padding-top: 150px; */
	padding-bottom: 50px;
	padding-top: 50px;
	background-color: #eee;
}
select#store-town, select#provinces{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background: transparent;
	border: none;
	border-bottom: solid 2px #337ab7;
	line-height: 46px;
	height: auto;
	text-transform: uppercase;
	font-size: 14px;
/* 	letter-spacing: 1px; */
	background-image: url(images/select-arrow-lg.png);
	background-repeat: no-repeat;
	background-size: 20px 10px;
    background-position: right 15px center;
    margin-bottom: 50px;
}
button#form-locator-submit{
	background: #2b8ad3;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	border: none;
}
ul#stores-list-items{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul#stores-list-items li{
	padding-left: 30px;
	padding-right: 30px;
	font-size: 14px;
	color: #999;
	margin-bottom: 40px;
	opacity: 1;
	transition: opacity .5s ease;
	-webkit-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	-ms-transition: opacity .5s ease;
}
ul#stores-list-items li .wrap{
	padding-bottom: 15px;
	border-bottom: solid 1px #2b8ad3;
}
ul#stores-list-items li:nth-child(4n+1){
	clear: both;
}
ul#stores-list-items li .store-name{
	font-weight: 700;
	text-transform: uppercase;
	color: #2b8ad3;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 1.2;
	display: inline-block;
}
#posts-preview{
	float: left;
	width: 100%;
}
a[href="#aree-intervento"] span{
	display: block;
}
.readmore a[href="#aree-intervento"] span:after{
	display: none;
}
div.post_gallery{
	margin-top: 40px;
	margin-bottom: 40px;
}
div.post_gallery ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: none;
}
div.post_gallery ul.slick-initialized{
	display: block;
}
div.post_gallery ul .slick-arrow{
	display: block;
	font-size: 20px;
	color: #333;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	cursor: pointer;
	z-index: 30;
}
div.post_gallery ul .slick-arrow.slick-prev{
	left: 0px;
	right: auto;
}
div.post_gallery ul .slick-arrow.slick-next{
	right: 0px;
	left: auto;
}
div.post_gallery ul li img{
	display: block;
	margin: 0px auto;
}
div.post_gallery ul li img.portrait{
	max-width: 400px;
	height: auto;
	width: auto;
}
div.post_gallery ul li img.landscape{
	max-width: 700px;
	height: auto;
	width: auto;
}
.fb_iframe_widget{
	display: block !important;
	margin: 0px auto;
	text-align: center;
}
html.ua-ie-9 .cell-wrapper .img-responsive{
	width: 100%;
}
#servizi-desc{
	padding-top: 80px;
	padding-bottom: 80px;
	color: #eee;
}
div.post_gallery ul .slick-arrow.slick-prev{
	margin-left: -20px;
}
div.post_gallery ul .slick-arrow.slick-next{
	margin-right: -20px;
}
#servizi hgroup, #team-building hgroup, #page-teambuilding-details hgroup{
display:inline-block;
position: relative; 
}
#servizi hgroup:before{
	content: '\e900';
	font-family: 'puntode' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 131px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	margin-top: -5px;
	color: #fff;
}
#servizi .cell-wrapper{
	text-align: center;
}
#team-building  .cell-wrapper{
	text-align: center;
}
#popup_concorso{
	width: 800px;
	height: 450px;
}
#language_switcher{
	display: inline-block;
	text-transform: uppercase;
}
.fixheader #language_switcher {
	top: 24px;
}
#language_switcher a{
	text-decoration: none;
	color: #fff;
}
#language_switcher a.current{
	text-decoration: underline;
}
#language_switcher .pipe{
	display: inline-block;
	margin: 0px 5px;
}
#footer span.pipe{
	display: inline-block;
	margin: 0px 5px;
}
a.fancyboxiframe{
	display: inline-block;
	margin-top: 40px;
	padding: 10px 20px;
	border:1px solid #fff;
	text-transform: uppercase;
	color: #fff;
}


.contact-form-content{
	float: none;
	margin: 0px auto;
	padding: 0px;
	padding-top: 40px;
}
.contact-form-content .inputter{
	margin-bottom: 10px;
}
.contact-form-content .form-control:focus{
	border: solid 2px #fff;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.contact-form-content select{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.contact-form-content select.form-control{
	background: url(images/freccia-select.png) no-repeat right center rgba(255,255,255,.5);
}
.contact-form-content input[type="text"],
.contact-form-content input[type="email"]{
	border-radius: 17px/17px;
	-moz-border-radius: 17px/17px;
	-webkit-border-radius: 17px/17px;
	box-shadow: none;
	-webkit-box-shadow: none;
	background: rgba(255,255,255,.9);
	color: #094477;
	outline-style: none;
	text-transform: uppercase;
}
.contact-form-content input[type="submit"]{
	background: #2b8ad3;
	color: #fff;	
}
.contact-form-content .form-control::-moz-placeholder {
  color: #094477;
  opacity: 1;
}
.contact-form-content .form-control:-ms-input-placeholder {
  color: #094477;
}
.contact-form-content .form-control::-webkit-input-placeholder {
  color: #094477;
}
.contact-form-content textarea{
	height: 110px;
	resize: none;
	overflow: auto;
}
.contact-form-content .inputter{
	padding: 5px 5px;
}
.inputter.privacy-policy{
	text-align: left;
}
label[for="privacy"]{
	font-size: 12px;
	font-weight: normal;
}
#privacy{
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
}
span.disclaimer{
	padding-left: 20px;
	color: #fff;
}
span.disclaimer a{
	color: #337ab7;
	text-decoration: underline;
}
span.disclaimer a:hover{
	text-decoration: none;
}
.toolbar-slider-item{
	border-bottom: 1px #a9a9a9 solid;
	margin: 0 auto;
	max-width: 300px;
	padding-bottom: 40px;
	padding-top: 40px;
}
.table-row{
	display: table-row;
}
.video-eventi-cookexperience{
	margin-bottom: 25px;
}
#chef{
	display: none;
}
#blog-preview{
	display: none !important;
}
