/* -- Extera CSS - make it web -- */

/* Reset Bootstrap */
input[type=text],
input[type=password],
input[type=email],
select,
textarea {
	border-radius: 0;
	padding: 10px;
	width: 200px;
}

input[type=submit],
button {
	border-radius: 0;
	box-shadow: 0 0 0 #fff;
	margin-top: 20px;
	border: 3px solid #a7a7a7;
	color: #a7a7a7!important;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 10px 40px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: lighter;
	font-size: 16px;
	outline: none;
	position: relative;
	background: #fff;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

input[type=submit]:hover,
button:hover {
	border-radius: 0;
	box-shadow: 0 0 0 #fff;
	background: #a7a7a7;
	border: 3px solid #a7a7a7;
	color:#fff!important;
}


select { height: 42px; line-height: 42px }


/* = General
-------------- */
body.desktop {
	min-width: 1140px;
}

html.home { overflow: hidden }

a>img { vertical-align: middle }

input[type=search],
button {
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
}

.left { float: left }
.right { float: right }

.table { display: table!important }
.table .center { display: table-cell; text-align: center }

#wrap,
#colophon { max-width: 1340px; width: auto; margin: 0 auto; }

.desktop #wrap { min-width: 1140px }

.home #colophon a { color: #fff; }
.home #colophon a:hover { text-decoration: underline; }

#colophon a,
.hentry a { color: #003876 }

/* = Header
-------------- */
#masthead { width: 100% }

.only_mobile { display: none }

.logo { float: left; line-height: 140px }
.home .logo { line-height: 200px; }
.logo a { display: block }
.logo img { width: 310px; height: auto }

	/* Scrolling pagine interne */
	/*#masthead.scrolled,
	#masthead.scrolled .logo a>img,
	#masthead.scrolled #site-navigation,
	#masthead.scrolled .menu li a {
		-webkit-transition: 	all .25s ease-in-out;
		-moz-transition: 		all .25s ease-in-out;
		-ms-transition: 		all .25s ease-in-out;
		-o-transition: 			all .25s ease-in-out;
		transition: 			all .25s ease-in-out;
	}*/

	#masthead.scrolled {
		position: fixed;
		top: 0;
		background: #fff;
		opacity: 0.9;
		z-index: 500;
		height: 80px;
	}

	#masthead.scrolled .logo { line-height: 80px }
	#masthead.scrolled .logo a>img{ width: 200px; height: auto; }
	#masthead.scrolled #site-navigation { padding-top: 20px; }
	#masthead.scrolled .menu li a { font-size: 14px }

#site-navigation { float: right; padding-top: 45px; width: 100% }
.home #site-navigation { padding-top: 77px }

#site-navigation>div { float: right }

#site-navigation li {
	/*margin-left: 10px;*/
}

#site-navigation li.lang { margin-left: 0; }

#site-navigation li a{
	-webkit-transition: 	all .25s ease-in-out;
	-moz-transition: 		all .25s ease-in-out;
	-ms-transition: 		all .25s ease-in-out;
	-o-transition: 			all .25s ease-in-out;
	transition: 			all .25s ease-in-out;
}

#site-navigation li:hover a,
#site-navigation li.current-menu-item { text-decoration: none; background: #e0e0e0 }

#site-navigation .li_cerca { padding: 10px 15px; margin-left: 4px }
#site-navigation .li_cerca a { padding: 0; }
#site-navigation .li_cerca:hover a { background: none }
#site-navigation .lang { border: 1px solid transparent; padding: 0; }
#site-navigation .lang.selected { border: 1px solid #4d4d4d; }
#site-navigation .lang>a { color: #4d4d4d; padding: 7px; }
#site-navigation .lang>a:hover { text-decoration: none }

#site-navigation .lang.en { margin-left: 4px }

#searchform { display: none; padding-top: 70px; width: 70%; position: relative; float: right }
.not_home #searchform { padding-top: 35px; }
#searchform input[type=search] { box-shadow: 0 0 0 #fff; width: 88%; border: none; font-size: 40px; height: 50px; line-height: 50px }
#searchform input[type=submit] { display: none; position: absolute; right: 0; top: 70px; }
#searchform i { cursor: pointer; color: #333; position: absolute; top: 77px; right: 0; font-size: 40px }
.not_home #searchform i { top: 1.2em; }

/* = Content
-------------- */
#content {
	padding: 60px 0;
}

@media (max-width: 767px){
	#content {
		padding: 40px 0;
	}
}

.entry-content { margin-top: 20px; clear: both; float: left; width: 100% }

	/* General */
	#masthead { height: 140px; }
	.home #masthead { height: 200px; background: #fff; opacity: 0.8; filter: alpha(opacity=80) }

	#masthead .border { border-bottom: 1px solid #a7a7a7 }
	.home #masthead .border { border-bottom: none }

	/* Home */
	body.home { color: #fff; }

	.home #page { padding-top: 90px; }

		/* Slider - home */
		#slider_testa 				{ position: absolute; top:0; left:0; width:100%; z-index:-1; background: #000;}
		#slider_testa>ul,
		#slider_testa>ul>li 		{ position:absolute; top:0; left:0; width:100%; margin:0; padding:0;}
		#slider_testa>ul>li .limiti	{ position:relative; }

		/* Menù */
		.menu li a { color: #000; font-weight: bold; font-size: 18px; padding: 10px 14px; text-transform: uppercase; }

		/* Seo Text */
		.home .seo-txt {
		    color: #fff;
		    font-size: 14px;
		    position: absolute;
		    bottom: 73px;
		    text-shadow: 0 0 10px #333;
		    max-width: 70%;
		}
        .seo-txt > a { color: #fff }

	/* Azienda */
	.page .entry-header.normal { min-height: 1px }
	.page .entry-header .thumb,
	.page .entry-header .testo { width: 50%; float: left; height: 300px; }
	.page .entry-header .thumb {
		position: relative;
		background: #666;
		overflow: hidden;
		text-align: center;

		-webkit-background-size: cover;
  		-moz-background-size: cover;
  		-o-background-size: cover;
 	 	background-size: cover;
	}
	.page .entry-header .thumb h1 {
		line-height: 300px;
		text-transform: uppercase;
		color: #fff;
		background: rgba(0,0,0,0.6);
		margin: 0;
	}
	.page .entry-header .thumb img { opacity: 0.3; filter: alpha(opacity=30); }
	.page .entry-header .testo { position: relative; display: table; }
	.page .entry-header .testo>.contenuto { padding-left: 100px; display: table-cell; vertical-align: middle }
	.page .entry-header .testo>i { font-size: 50px; color: #a7a7a7; position: absolute; left: 18px; line-height: 300px }

	#content .sez { padding: 40px 0; }
	#content .sez h2 { color: #a7a7a7; text-transform: uppercase; text-align: left; width: 100%; border-bottom: 1px solid #a7a7a7; margin-bottom: 20px }

	#catena-valore .elenco { margin-left: 0 }
	#catena-valore ul { margin: 0 }
	#catena-valore ul li {
		list-style: none;
		float: left;
		width: 180px;
	}
	#catena-valore ul li.first { /*margin-left: 6px*/ }
	#catena-valore ul li.last { width: 209px }
	#catena-valore ul li .table { text-align: center; margin-bottom: 0 }
	#catena-valore ul li .bg_txt { clear: both }
	#catena-valore ul li .table.img { height: 70px; line-height: 70px; }
	#catena-valore ul li .table.img>img { max-width: 70% }
	#catena-valore ul li.first span.desc {
		background: url('../images/bg_li_first.jpg') no-repeat;
	}
	/*#catena-valore ul li.last span.desc { background: url('../images/bg_li_last.jpg') no-repeat; }*/
	#catena-valore ul li span.desc {
	 	display: table-cell;
	 	vertical-align: middle;
		background: url('../images/bg_li.jpg') no-repeat;
		height: 130px;
		padding-left: 33px
	}
	#catena-valore ul li.last span.desc {
		background: url('../images/bg_li_last.jpg') no-repeat;
		padding: 0 30px
	}

	#numeri .spot { margin-bottom: 20px; overflow: hidden; height: 175px }
	#numeri .spot .table img{
		-webkit-transition: 	all .25s ease-in-out;
		-moz-transition: 		all .25s ease-in-out;
		-ms-transition: 		all .25s ease-in-out;
		-o-transition: 			all .25s ease-in-out;
		transition: 			all .25s ease-in-out;
	}
	#numeri .spot .table .label {
		-webkit-transition: 	all .25s ease-in-out;
		-moz-transition: 		all .25s ease-in-out;
		-ms-transition: 		all .25s ease-in-out;
		-o-transition: 			all .25s ease-in-out;
		transition: 			all .25s ease-in-out;

		height: 170px; text-align: center; overflow: hidden; margin-bottom: 20px }
	#numeri .spot .table {
		display: table;
		width: 100%;
		height: 170px;
		margin-bottom: 0;
		background: #000;
	}
	#numeri .spot .label {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		font-size: 36px;
		/*text-transform: uppercase;*/
		color: #666;

		background-color: transparent;
	}
	#numeri .spot .label>span { font-size: 14px; line-height: 10px; text-transform: lowercase; }

	#numeri .spot.first.static .table .label { background-color: #fff!important }

	/*#numeri .spot:hover .label,
	#numeri .spot.first.static:hover .table .label { opacity: 1!important; color: #666!important; }
	#numeri .spot:hover .table { opacity: 0.9; }
	#numeri .spot:hover .table img { opacity: 0.5 }
	#numeri .spot:hover .label { opacity: 1; background-color: rgba(0,0,0,0.7); color: #fff!important }*/

	#aziende-gruppo .info-box {
		-webkit-transition: 	all .25s ease-in-out;
		-moz-transition: 		all .25s ease-in-out;
		-ms-transition: 		all .25s ease-in-out;
		-o-transition: 			all .25s ease-in-out;
		transition: 			all .25s ease-in-out;

		height: 180px; position: relative; border: 1px solid transparent; margin-bottom: 20px
	}
	#aziende-gruppo .info-box .left,
	#aziende-gruppo .info-box .right { width: 50%; height: 100%; }

	#aziende-gruppo .info-box .left { display: table; overflow: hidden }
	#aziende-gruppo .info-box .right { text-align: center; line-height: 180px; }

	#aziende-gruppo .info-box .left .middle {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		padding: 0 30px;
		color: #666;
		/*text-shadow: 0 0 10px #666;*/
		font-weight: lighter;
	}

	#aziende-gruppo .info-box .left img { position: absolute; height: 100%; top: 0; left: 0; }

	#aziende-gruppo .info-box h3 {
		-webkit-transition: 	all .25s ease-in-out;
		-moz-transition: 		all .25s ease-in-out;
		-ms-transition: 		all .25s ease-in-out;
		-o-transition: 			all .25s ease-in-out;
		transition: 			all .25s ease-in-out;

		font-weight: lighter; color: #000; /*text-shadow: 0 0 6px #fff;*/ font-size: 30px; line-height: 32px
	}
	#aziende-gruppo .info-box .redirect {
		width: 100%;
		height: 100%;
		top: 0; left: 0;
		position: absolute;
		z-index: 200;
	}

	.row-fluid [class*="span"].first {
		margin-left: 0;
	}

	#aziende-gruppo .info-box:hover { border: 1px solid #333; }
	#aziende-gruppo .info-box:hover .left h3.middle { background: rgba(0,0,0,0.7); color: #fff; }

	#aziende-gruppo .info-box .left { position: relative; }
	#aziende-gruppo .info-box .left .arrow-left{
		width: 0px;
		height: 0px;
		border-top: 40px solid transparent;
		border-bottom: 40px solid transparent;
		border-right: 30px solid #fff;
		position: absolute;
		top: 25%; right: 0;
	}

	/* Prodotti */
	.page-template-page-piazza-prodotti-php .entry-header { margin-bottom: 10px }

	#elenco-prodotti .box-prod {
		cursor: pointer;
		position: relative;
		z-index: 199;
		height: 228px;
		overflow: hidden;
		margin-left: 0;
		margin-bottom: 10px;
		background-color: #fff;
	}
	#elenco-prodotti .box-prod.opened { background-color: #e7e7e7; }
	#elenco-prodotti .box-prod .image,
	#elenco-prodotti .box-prod .info-prod { float: left }
	#elenco-prodotti .box-prod .image { /*width: 50%;*/ overflow: hidden; background: #fff; height: 100%; }
	#elenco-prodotti .box-prod .image.no-image { background: #999; }

	#elenco-prodotti .box-prod .image img { width: 100%; opacity: 0.7; filter: alpha(opacity=70) }
	/*#elenco-prodotti .box-prod.closed:hover .image img {
		opacity: 1; filter: alpha(opacity=100)
	}*/

	#elenco-prodotti .box-prod .info-prod { /*width: 50%;*/ height: 100% }
	#elenco-prodotti .box-prod.closed .info-prod {
		-webkit-transition: 	all .7s ease-in-out;
		-moz-transition: 		all .7s ease-in-out;
		-ms-transition: 		all .7s ease-in-out;
		-o-transition: 			all .7s ease-in-out;
		transition: 			all .7s ease-in-out;

		background: #fff;
	}
	#elenco-prodotti .box-prod.opened .info-prod {
		-webkit-transition: 	all .7s ease-in-out;
		-moz-transition: 		all .7s ease-in-out;
		-ms-transition: 		all .7s ease-in-out;
		-o-transition: 			all .7s ease-in-out;
		transition: 			all .7s ease-in-out;

		background: #e7e7e7;
	}
	#elenco-prodotti .box-prod .uguale {
		text-align: center; /*width: 50%;*/ float: left; display: none; padding-top: 40px; padding-right: 10px
	}
		#elenco-prodotti .box-prod .info-prod.tre_col .uguale {
			/*width: 27%; padding-left: 32px;*/ padding-top: 20px
		}

	#elenco-prodotti .box-prod .title-prod {
		position: absolute; top: 40%; text-transform: uppercase;
	}
	#elenco-prodotti .box-prod.closed .title-prod {
		-webkit-transition: 	all .7s ease-in-out;
		-moz-transition: 		all .7s ease-in-out;
		-ms-transition: 		all .7s ease-in-out;
		-o-transition: 			all .7s ease-in-out;
		transition: 			all .7s ease-in-out;

		left: 57%; color: #a7a7a7;
	}
	#elenco-prodotti .box-prod.opened .title-prod {
		-webkit-transition: 	all .7s ease-in-out;
		-moz-transition: 		all .7s ease-in-out;
		-ms-transition: 		all .7s ease-in-out;
		-o-transition: 			all .7s ease-in-out;
		transition: 			all .7s ease-in-out;

		left: 20%;
		color: #fff;
		text-shadow: 0 0 10px #666;
	}

	#elenco-prodotti .box-prod .info-prod .logo-prod { margin-bottom: 20px; height: 45px }

	#elenco-prodotti .box-prod .info-prod .first p,
	#elenco-prodotti .box-prod .info-prod .first .link,
	#elenco-prodotti .box-prod .info-prod .first .logo-prod { /*margin-left: 50px; margin-right: 25px;*/ }

	#elenco-prodotti .box-prod .info-prod.tre_col .first p,
	#elenco-prodotti .box-prod .info-prod.tre_col .first .link,
	#elenco-prodotti .box-prod .info-prod.tre_col .first .logo-prod { margin: 0 }
	#elenco-prodotti .box-prod .info-prod.tre_col .first .logo-prod { margin-bottom: 20px }

	#elenco-prodotti .box-prod .info-prod .last p,
	#elenco-prodotti .box-prod .info-prod .last .link,
	#elenco-prodotti .box-prod .info-prod .last .logo-prod { /*margin-left: 25px; margin-right: 50px;*/ }

	#elenco-prodotti .box-prod .info-prod.tre_col .last p,
	#elenco-prodotti .box-prod .info-prod.tre_col .last .link,
	#elenco-prodotti .box-prod .info-prod.tre_col .last .logo-prod { margin: 0 }
	#elenco-prodotti .box-prod .info-prod.tre_col .last .logo-prod { margin-bottom: 20px }

	#elenco-prodotti .box-prod .info-prod .uguale > p {
		/*text-align: left;*/ padding: 20px 0; border-top: 1px solid #a7a7a7; border-bottom: 1px solid #a7a7a7
	}
	#elenco-prodotti .box-prod .info-prod p > a { position: relative; z-index: 200; }
	#elenco-prodotti .box-prod .info-prod .link { position: relative; z-index: 200; /*text-align: left;*/ display: block; color: #000; margin-top: 5px; }

	#elenco-prodotti .box-prod .info-prod .link { text-transform: uppercase; margin-top: 5px!important; font-size: 12px }
	#elenco-prodotti .box-prod .info-prod.tre_col .uguale p { font-size: 12px }

	/* = Contatto
	-------------- */
	.wpcf7 p { float: left; margin-right: 40px }

	.wpcf7 input[type=text],
	.wpcf7 input[type=email],
	.wpcf7-form-control-wrap { width: 100%; }
	.wpcf7 textarea { width: 105%; height: 105px }
	.wpcf7 .clear { clear: both }
	.wpcf7 .privacy { width: 50%; margin-right: 0; }
	.wpcf7 .privacy .title { font-weight: bold }
	.wpcf7 .privacy .txt { font-size: 12px }
	.wpcf7 .privacy .wpcf7-acceptance { float: left; display: block; margin-right: 5px; margin-bottom: 50px }
	.wpcf7 .privacy .wpcf7-submit { float: right }
	.wpcf7 .both { clear: both }

	.wpcf7 .full { width: 100% }
	.wpcf7 .full label,
	.wpcf7 .full input,
	.wpcf7 .full span { float: left; }
	.wpcf7 .full .wpcf7-form-control-wrap { width: 200px }
	.wpcf7 .full input { margin-right: 10px; }

	.wpcf7-response-output { clear: both; float: left; margin-top: 30px }
/* = Footer
-------------- */
.home #colophon { width: 100%; max-width: inherit; position: absolute; bottom: 0; padding-bottom: 15px }
.home #colophon .site-info { font-size: 14px; text-shadow: 0 0 10px #333; }

#colophon .normal { padding-top: 35px; }

#colophon .normal .logo-foot { display: block }
#colophon .normal .logo-foot img { width: 170px; height: auto }
#colophon .normal .info-normal { margin-left: 50px }

.search #colophon .border-foot,
.error404 #colophon .border-foot,
.page #colophon .border-foot { border-top: 1px solid #e7e7e7; border-bottom: 15px solid #e7e7e7; padding-bottom: 30px }

.home #colophon .border-foot { border: none; padding: 0 }

#colophon .right br { display: none }

/* Punti Vendita */
.yii-puntiVendita .piazza-trova { min-height: 500px }
.yii-puntiVendita .piazza-trova #mappa-italia { background: #292929; padding: 20px 0; width:50%; height: 500px }
.yii-puntiVendita .piazza-trova .interno { margin-top: 50px }
.yii-puntiVendita .piazza-trova .form,
.yii-puntiVendita .piazza-trova #mappa-italia { float: left; }
.yii-puntiVendita .piazza-trova .form { margin-left: 70px }
.yii-puntiVendita .jvectormap-container { background: transparent!important; }

.form .row { margin-left: 0; position: relative; }
.form .errorMessage { text-indent: -1999px; position: absolute; left: 1px; top: 26px; }
.form .error .errorMessage { background-color: red; width: 2px; height: 40px }

/*.form input[type=text],
.form input[type=password],
.form input[type=email] { width: 100% }*/


.form .select .errorMessage { display: none; background: transparent; }
.form .select.error select { border: 1px solid red }

.form .error input { border: 1px solid red }

/* = Rivenditori Template
------------------------- */
.page .rivenditori { margin: 80px 0 }
.page .rivenditori .entry-header .thumb { width: 47%; position: relative; }
.page .rivenditori .entry-header .thumb>h1 {
	-webkit-transition: 	all .3s ease-in-out;
	-moz-transition: 		all .3s ease-in-out;
	-ms-transition: 		all .3s ease-in-out;
	-o-transition: 			all .3s ease-in-out;
	transition: 			all .3s ease-in-out;
}
.page .rivenditori .entry-header .thumb.right { float: right }
.page .rivenditori .thumb .link { position: absolute; top: 0; left: 0; width: 100%; height: 100% }

.page .rivenditori .entry-header .thumb:hover h1 { background: rgba(0,0,0,0.8) }

.margin-top { margin-top: 60px; text-align: center; margin-left: 0!important }
.button-big {
	-webkit-transition: 	all .3s ease-in-out;
	-moz-transition: 		all .3s ease-in-out;
	-ms-transition: 		all .3s ease-in-out;
	-o-transition: 			all .3s ease-in-out;
	transition: 			all .3s ease-in-out;

	width: 235px;
	margin: auto;
	padding: 15px 20px;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	background: #e0e0e0;
	font-size: 20px;
	display: block
}
.button-big>i { margin-left: 10px; float: right }
.button-big:hover { background: #ccc; text-decoration: none; color: #000 }

/* ---------------------------- */
/* = Intennet Explorer
/* ---------------------------- */
body.ie8,
.ie8 #masthead { min-width: 1024px }
.ie8 .thumb.table { display: block!important }

.ie8 .menu li a { font-size: 15px }

@media screen and (min-width:0\0) {
	select { width: 215px; height: 45px; line-height: 45px; }
}

@media screen and (-moz-images-in-menus:0) {
	select { width: 215px; height: 45px; line-height: 45px; }
}

/* ---------------------------- */
/* = Media Query - Responsive
------------------------------- */

/* TABLET */
.touch .tablet .logo img { width: 300px }
.touch .tablet .menu li a { font-size: 14px }

.touch .tablet.page-template .entry-header .thumb h1 { top: 35%; left: 30%; }

#elenco-prodotti .box-prod.closed .title-prod { left: 57% }

.touch .tablet.page-template #elenco-prodotti .box-prod .info-prod .first p,
.touch .tablet.page-template #elenco-prodotti .box-prod .info-prod .first .issuu,
.touch .tablet.page-template #elenco-prodotti .box-prod .info-prod .first .logo-prod {
	/*margin-left: 20px;
	margin-right: 10px;*/
}

.touch .tablet.page-template #elenco-prodotti .box-prod .info-prod .last p,
.touch .tablet.page-template #elenco-prodotti .box-prod .info-prod .last .issuu,
.touch .tablet.page-template #elenco-prodotti .box-prod .info-prod .last .logo-prod {
	/*margin-right: 20px;
	margin-left: 10px;*/
}

.touch .tablet.page-template #elenco-prodotti .box-prod .info-prod .uguale { padding-top: 15px }
.touch .tablet.page-template #elenco-prodotti .box-prod .info-prod .uguale p { font-size: 12px; line-height: 14px }



/* MOBILE */
/*.home.mobile #main { min-height: 180px }*/

	/* Menù */
	#nav li { height: 40px; }
	#nav li a { height: 40px; line-height: 40px; width: 100%; display: block; border-top: 1px solid #444; border-bottom: 1px solid #222 }
	#nav ul ul a {
	  background: #ca3716;
	  padding-left: 2em;
	}
	#nav-toggle {
	  -webkit-touch-callout: none;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;

	  width: 70px;
	  height: 55px;
	  float: right;
	  text-indent: -9999px;
	  overflow: hidden;
	  background: #333 url("hamburger.gif") no-repeat 50% 33%;
	}

	#nav.opened { max-height: 1000px!important }

	#nav .last { height: 50px; padding-top: 10px }
	#nav .last .cont-lang { width: 100px; margin: auto; }
	#nav .last .lang {
		width: 50%;
		height: 50px;
		line-height: 50px;
		float: left;
	 	color: #fff;
	 	font-size: 20px;
	 	display: inherit;
	 	border: none;
	 }

	#nav .lang .selected { padding: 5px; border: 1px solid #fff }

	#nav #searchform {
		width: 50%; height: 40px;
		float: right; display: block; padding: 0; margin: 0; font-size: 16px;
		padding-right: 20px
	}
	#nav #searchform input[type=search] {
		width: 100%;
		float: right;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
		border-radius: 0;
		margin-top: 4px
	}

/* Latest Modify Pre Pubblication */
.cinquanta { width: 50%; float: left }

.page .entry-header .thumb { overflow: inherit; margin-bottom: 40px }

.page .rivenditori .entry-header { margin-bottom: 30px }
	.page .rivenditori .entry-header h3 { text-align: left; position: absolute; top: -70px; left: 0; min-height: 70px; line-height: 28px; margin-top: 0 }

.page .entry-header .nota { text-align: left; display: block; position: absolute; bottom: -60px; left: 0; font-size: 14px; line-height: 20px }
.page .nota2 { text-align: left; display: block; margin-top: 10px; font-size: 14px; line-height: 20px; text-transform: lowercase }
	.page .rivenditori .entry-header .nota { bottom: -35px }

.page .entry-header .nota.page { font-size: 14px; line-height: 20px }

.button-big { width: 400px; height: 50px }
.button-big span { float: left; display: block }

	/* Footer Last */
		/* Popover */
		#colophon .right { position: relative; }

		.popover { width: 270px; font-size: 12px; line-height: 18px; top: -215px!important; left: -114px!important }
		.popover br { display: block!important }
		.popover .popover-title { display: none }

		.btn_popover { color: #003876; cursor: pointer }
		.home .btn_popover { color: #fff }
		.home .popover a { color: #003876!important; }
		.home .popover-content { color: #333; text-shadow: 0 0 0 #fff }
		.btn_popover:hover { text-decoration: underline; }

		.popover .arrow { left: auto!important; right: 15px!important }



@media only screen and (max-width : 1360px) {
	#catena-valore ul li,
	#catena-valore ul li.last { width: 155px }

	#catena-valore ul li.first span.desc,
	#catena-valore ul li.last span.desc,
	#catena-valore ul li span.desc { height: 95px; background-size: 100%; }

	/* Numeri */
	#numeri .spot { overflow: hidden }
	#numeri .spot .table>img { max-width: none; width: auto; height: 100% }

}

@media only screen and (max-width : 1280px) {
	/* Header */

		/* Menù */
		.menu li a { font-size: 14px }

	/* Prodotti */
	#elenco-prodotti .box-prod .uguale { font-size: 12px; line-height: 16px; }
}

@media only screen and (max-width : 1140px) {

	.desktop #masthead { min-width: 1140px; }

	.logo img { width: 300px }

}

/* Tablet */
@media only screen and (max-width : 1024px) {

	/* Header */
	.tablet #site-navigation li { margin-left: 0 }
	.tablet #site-navigation li:first-child { margin-left: 0 }

	/* Azienda */
	.tablet #catena-valore ul li { width: 135px }
	.tablet #catena-valore ul li.last { width: 145px }

	.tablet #catena-valore ul li.first span.desc,
	.tablet #catena-valore ul li.last span.desc,
 	.tablet #catena-valore ul li span.desc { height: 90px; background-size: 100%; }

	/*#numeri.sez { padding-top: 0 }*/

	#aziende-gruppo .info-box { border: 1px solid #ddd }

	#elenco-prodotti .box-prod .info-prod .logo-prod { height: 30px }
	#elenco-prodotti .box-prod .info-prod .link { font-size: 11px }

	/* Footer */
	.touch .tablet #colophon { font-size: 12px }
}

/* Mobile */
@media only screen and (max-width : 767px) {

	body { padding: 0 }

	html.home { overflow: inherit; }

	.home .seo-txt { position: static; }

	#slider_testa { position: fixed; }

	/* Header */
	.home.mobile #page { padding-top: 0 }

	.mobile #masthead { height: auto!important }

 	.home.mobile #masthead { opacity: 1; position: relative; z-index: 1 }
 	.home.mobile #masthead .border { border: none; }

	.mobile #masthead .border { position: relative; }
	.mobile #masthead .logo {
		text-align: center;
		width: 60%;
		position: absolute;
		top: -102px;
		margin: 20px;
		margin-right: 0;
	}
	.home.mobile #masthead .logo {
		border: none; line-height: normal;
		top: -49px;
	}

		/* Menù */
		.mobile #site-navigation { display: none }

		.desktop .only_mobile { display: none }
		.mobile .only_mobile { display: block }
		/*.only_mobile { display: block }*/

		#nav a {
		    margin: 0;
		    float: left;
		    text-align: center;
		    border-bottom: 0;
		}

		#nav ul ul a {
    		display: none;
  		}

  		#nav>ul { background: #333; padding: 10px 0; width: auto; }
  		#nav>ul>li>a { text-transform: uppercase; color: #fff }
		#nav>ul>li.current_page_item,
		#nav>ul>li>a:active { background: #222 }

	/* Content */
  	#main { padding: 0 20px }
	#content { padding-top: 20px; min-height: auto }
	#content .sez { padding-bottom: 0 }

  		/* Page default */
		.mobile.page .entry-header .thumb { margin-bottom: 20px; height: 200px; }
		.mobile.page .entry-header .thumb h1 { line-height: 200px; font-size: 20px }
		.mobile.page .entry-header .thumb,
  		.mobile.page .entry-header .testo { width: auto; float: none }

  		.mobile.page .entry-header .testo>i { display: none }
  		.mobile.page .entry-header .testo>.contenuto { padding-left: 0 }

  		/* Azienda */
  		.mobile #catena-valore ul li.last,
		.mobile #catena-valore ul li { width: 50% }
		.mobile #catena-valore ul li.first { margin-left: 0 }

		.mobile #catena-valore ul li.last span.desc,
		.mobile #catena-valore ul li.first span.desc,
		.mobile #catena-valore ul li span.desc { background: none; height: auto; padding-left: 0; display: inline-block!important; }

		.mobile #aziende-gruppo .info-box { height: auto; float: left; border: 1px solid #ccc }
  		.mobile #aziende-gruppo .info-box h3 { font-size: 27px }

		.mobile #aziende-gruppo .info-box .left { height: 150px }
		.mobile #aziende-gruppo .info-box .left,
  		.mobile #aziende-gruppo .info-box .right { width: 100% }
  		.mobile #aziende-gruppo .info-box .right .middle { margin: 30px 0 }

		.mobile #aziende-gruppo .info-box .left .arrow-left {
			width: 0px;
			height: 0px;
			border-left: 50px solid transparent;
			border-right: 50px solid transparent;
			border-bottom: 30px solid #fff;
			position: absolute;
			bottom: 0; left: 32%;
			top: auto;
		}

		.mobile .table.bg_txt { display: inline-block!important; min-height: 60px; }

		/* Prodotti */
	 	.mobile #elenco-prodotti .box-prod { min-height: 150px; height: auto; background: #999 }
		.mobile #elenco-prodotti .box-prod .image,
		.mobile #elenco-prodotti .box-prod .info-prod .uguale,
		.mobile #elenco-prodotti .box-prod .info-prod { width: 100%; clear: both; float: none }
		.mobile #elenco-prodotti .box-prod .info-prod { display: none }
		.mobile #elenco-prodotti .box-prod .uguale { display: block; padding: 20px }
		.mobile #elenco-prodotti .box-prod.closed .title-prod { color: #ddd }
		.mobile #elenco-prodotti .box-prod.closed .title-prod,
		.mobile #elenco-prodotti .box-prod.opened .title-prod { left: 1em; top: 2.5em; text-shadow: 1px 1px 10px #666; font-size: 27px }

		.mobile #elenco-prodotti .box-prod .info-prod .first p,
		.mobile #elenco-prodotti .box-prod .info-prod .first .issuu,
		.mobile #elenco-prodotti .box-prod .info-prod .first .logo-prod {
			/*margin: 20px;*/
			margin: 10px 0;
		}

		.mobile #elenco-prodotti .box-prod .info-prod .uguale > p { /*margin: 0 20px*/ }
  		.mobile #elenco-prodotti .box-prod .info-prod .first .link { /*margin-left: 25px*/ }

  	/* Footer */
  	.mobile #colophon { text-align: center; }
  	.mobile.home #colophon { position: static; bottom: 20px; z-index: 0 }
  	.mobile #colophon .normal .logo-foot { display: auto }
  	.mobile.page #colophon #wrap { padding: 0 20px }

	.mobile #colophon .right,
	.mobile #colophon .left { float: none }
	.mobile #colophon .right br { display: block }

	.mobile .popover { width: 260px }
	.mobile .popover .arrow { left: 60%!important; right: auto!important }

	/* Contatti */
	.mobile.page .entry-header .thumb { margin-bottom: 72px }
	.mobile.page .entry-header .thumb, .page .entry-header .testo { height: auto; }

		.mobile.page .rivenditori .entry-header .thumb { width: 100%; margin: 70px 0 }
		.mobile.page .rivenditori .button-big { text-align: left; width: auto; height: auto }
			.mobile.page .rivenditori .entry-header h3 { top: -90px; }
			.mobile.page .rivenditori .entry-header .nota { bottom: -45px }

	.mobile.page .rivenditori .margin-top { margin-top: 0 }
	.mobile.page .rivenditori { margin: 30px 0 }
	.mobile.page .rivenditori .entry-header .thumb>h1 { font-size: 20px; line-height: 100px; padding: 60px 0 }

	.mobile .wpcf7 .privacy .title { margin-bottom: 10px }
	.mobile .wpcf7 .privacy .wpcf7-acceptance { margin-bottom: 60px }
	.mobile .wpcf7 .privacy { width: 100%; line-height: 13px; margin-left: 0  }

	/* Trova punti vendita */
	.mobile.yii-puntiVendita .piazza-trova #mappa-italia { width: 100%; height: 300px; text-align: center; float: none!important }
	.mobile.yii-puntiVendita .piazza-trova .form { margin-left: 0; margin-top: 30px }

}

@media screen and (-webkit-min-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.3), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 1.3), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  #nav-toggle {
    background-image: url("hamburger-retina.gif");
    -webkit-background-size: 100px 100px;
    -moz-background-size: 100px 100px;
    -o-background-size: 100px 100px;
    background-size: 100px 100px;
  }
}

/* Iphone */
@media only screen and (max-width : 320px) {

	#elenco-prodotti .box-prod.closed .title-prod,
	#elenco-prodotti .box-prod.opened .title-prod { left: 10%; }

}

/* 2017 New mod. */
label {
	display: inline-block;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=email],
input[type=text],
input[type=password],
textarea {
	height: 42px;
}

/* 1. Lavora con noi */
.jobs {
	margin: 30px 0;
}

.jobs__title {
	margin-top: 0;
}

.jobs__item {
	background-color: #f0f0f0;
	padding: 20px;
	min-height: 200px;
	position: relative;
	margin-bottom: 30px;
}
.jobs__item h3 {
	margin-top: 0;
}
.jobs__item p {
	padding-bottom: 60px;
	margin-bottom: 0;
}
.jobs__item .btn {
	border-radius: 0;
	box-shadow: 0 0 0 #fff;
	margin-top: 0;
	border: 3px solid #a7a7a7;
	color: #a7a7a7;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 10px 15px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: lighter;
	font-size: 16px;
	outline: none;
	position: relative;
	background-color: #fff;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;

	position: absolute;
	right: 20px;
	bottom: 20px;
}
.jobs__item .btn:hover,
.jobs__item .btn:active {
	background-color: #a7a7a7;
	color: #fff;
	text-decoration: none;
}

.jobs__form {
	margin-left: 0!important;
}
.jobs__form label {
	font-weight: bold;
}

.wpcf7 input[type=file] {
	width: 100%;
	height: 42px;
	padding: 10px;
	background-color: #e7e7e7;
}
.wpcf7 textarea {
	width: 100%;
}
.wpcf7 .wpcf7-not-valid {
	border-color: #f00;
}
.wpcf7 input[type=file].wpcf7-not-valid {
	background-color: #ED8A8A;
}
.wpcf7 .wpcf7-not-valid-tip {
	display: none;
}
.wpcf7 .wpcf7-response-output {
	width: 100%;
	margin: 0;
	margin-top: 30px;
}

.jobs__privacy {
	margin-top: 20px;
	width: 100%;
	position: relative;
}
.jobs__privacy .acceptance-487 {
	position: absolute;
}
.jobs__privacy .txt {
	padding-left: 20px;
	padding-top: 2px;
	display: inline-block;
}

.jobs__form input[type=submit] {
	float: right;
}

.site-footer p , .site-info p , .site-info span{overflow: hidden;}
.socials-footer{clear:both;text-align:left;margin-top:10px;}
.socials-footer a{color:#000 !important;padding:4px;border:1px solid #000;border-radius:50%;width:30px;display:inline-block;text-align:center;}
.site-info .socials-footer{margin-top:50px;}
.site-info .socials-footer a{color:#fff !important;border:1px solid #fff;}
