/* ==========================================================================
   STILI SITO
   ========================================================================== */

body {
    font-family: 'Barlow Condensed', sans-serif;
	margin: 0px;
	padding: 0px;
    background-color: #FFF;
}
.wrapper {
	width: 90%;
	margin: 0 5%;
	position: relative;
}
.wrapperNO {
	width: 100%;
	margin: 0;
}
div, td, th {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 300;
	font-size: 24px;
	line-height: 30px;
}
input, select, textarea, button {
    font-family: 'Barlow Condensed', sans-serif;
	font-size: 24px;
	line-height: 30px;
	padding: 5px;
	width: 100%;
}
.mini {
    font-size: 16px;
}
h1 {
    font-family: 'Barlow Condensed', sans-serif;
	font-size: 36px;
	line-height: 40px;
	text-align: left;
	margin-top: 0px;
}
h2 {
    font-family: 'Barlow Condensed', sans-serif;
	color: #000;
	font-weight: normal;
	font-size: 32px;
	line-height: 36px;
	text-align: left;
}
h3 {
    font-family: 'Barlow Condensed', sans-serif;
	font-weight: normal;
	font-size: 28px;
	line-height: 32px;
	text-align: left;
}
hr {
	border: 0px;
	height: 1px;
	color: #DDD;
	background-color: #DDD;
	width: 50%;
	margin-bottom: 50px;
	margin-top: 50px;
}
a, .azur, .green {
	color: #15963d;
}
.giallo {
	color: #FFB300;
}
/* TO TOP */
#toTop{
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 15px;
	right: 10px;
	background: url(/images/freccia-top.png)no-repeat;
	z-index: 100;
	display: none;
}

/* SLIDE */
.slider-home li {
	position: relative;
	height: 560px;
}
.staiGiu {
    z-index: 700;
	display: table;
    position: absolute;
    margin-top: 50px;
	color: #FFF;
}
.staiGiu div {
    font-size: 35px;
	line-height: 35px;
    font-weight: 500;
}
h1.slideTitolo {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 50px;
	color: #FFF;
	text-align: left;
    border-left: solid 20px #ffb300;
    padding-left: 15px;
    font-weight: 600;
    margin-top: 20px;
    line-height: 40px;
}

/* HEADER */
header {
	background-color: #15963d;
}
.logo {
	text-align: center;
}
.logo img {
	max-width: 180px;
	width: 100%;
}
.lingua {
	display: none;
	position: absolute;
	right: 0px;
	top: 0px;
}
.lingua a {
	display: inline-block;
	text-decoration: none;
	padding: 15px 0px 0px 5px;
	margin-left: 10px;
}
.lingua a img {
    border: solid 1px #CCC;
    padding: 1px;
}

/* MENU */
.mobile-header {
	position: absolute;
	top: 10px;
}
.menuStrisciaCont {
	padding-top: 10px;
    padding-bottom: 15px;
}
nav#menu-container {
	display: none;
    line-height: normal!important;
}
nav#menu-container ul li {
	display: inline-block;
	text-transform: uppercase;
	margin: 0px;
}
nav#menu-container ul li a {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
    font-weight: 500;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 0px 5px 0px 5px;
}
nav#menu-container ul li:nth-last-child(1) a {
    padding: 0px 0px 0px 5px;
}
nav#menu-container ul li a:hover {
	color: #ffb300;
	text-decoration: none;
}
nav#menu-container ul li.voce_on a {
	text-decoration: none;
	color: #ffb300;
}

/* SOTTOMENU */
nav#menu-container ul li ul {
	margin-left: 20px;
	position: absolute;
	display: none;
	border: solid 1px #CCC;
    background-color: #FFF;
	z-index: 100;
    padding: 5px 20px;
}
nav#menu-container ul li:hover a {
	color: #ffb300;
}
nav#menu-container ul li:hover ul {
	display: block;
}
nav#menu-container ul li ul li {
	display: block;
	position: relative;
	background: #FFF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-transform: none;
	color: #666;
	border-bottom: solid 1px #CCC;
}
nav#menu-container ul li ul li:nth-last-child(1) {
	border-bottom: solid 0px #CCC;
}
nav#menu-container ul li:hover ul li a {
	color: #999;
	font-weight: normal;
}
nav#menu-container ul li ul li a {
	padding: 10px 0px;
	text-align: left;
	font-size: 18px;
	color: #999;
	width: 180px;
    border-left: solid 0px #000;
}

nav#menu-container ul li ul li a:hover {
	background: #FFF;
	color: #ffb300;
}

/* TABELLA PRODOTTI */
table.produx {
	margin-top: 50px;
	width: 100%;
	overflow-x: auto;
	display: block;
}
table.produx th {
	border-bottom: solid 1px #CCC;
	font-size: 18px;
	padding: 7px 10px;
	text-align: left;
	font-weight: bold;
	background-color: #333;
	white-space: nowrap;
	color: #FFF;
}
table.produx td {
	font-size: 16px;
	border-bottom: solid 1px #CCC;
	padding: 7px 10px;
	white-space: nowrap;
}
table.produx tr:nth-child(even) {background: #EEEEEE}
table.produx tr:nth-child(odd) {background: #FFFFFF}

.bgInt {
    height: 275px;
    background-image: url(/images/bg_interno.jpg);
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 165px;
}
.bgInt h1 {
    color: #FFF;
    font-size: 40px;
	line-height: 30px;
    border-left: solid 100px #FFB300;
    padding-left: 20px;
    font-weight: 500;
    display: block;
}

.scarica a {
	display: block;
	color: #FFF;
	text-align: left;
	text-decoration: none;
	padding: 5px 20px 5px 20px;
	font-size: 24px;
	line-height: normal;
	background-color: #991e2c;
	margin-top: 20px;
}

/* MAIN */
.pageBianco {
	width: 100%;
	padding: 20px 0px 40px 0px;
	text-align: left;
	line-height: 24px;
	font-size: 18px;
	background-color: #FFFFFF;
}
.pageGrigio {
	background-color: #DDD;
}
.pageBianco a {
    color: #000;
}
.pageBianco li {
	margin-left: 40px;
	text-align: left;
	list-style-type: square;
}
.liNone li {
	list-style-type: inherit!important;
}
.pageBianco ul.elencozzo li {
	margin-left: 0px;
	list-style-type: none; 
    border-left: solid 30px #FFB300;
    padding-left: 20px;
    margin: 20px 0px;
}
.pageBianco ul.elencozzo li a {
    color: #000;
    text-decoration: none;
}
.pageBianco h2 {
	color: #15963d;
    font-weight: 500;
}
.pageGrigio h2 {
	color: #000;
    font-weight: 500;
}

figure {
	width: 100%;
}
figure img {
	width: 100%;
}
figcaption {
	text-align: center;
	margin-top: 3px;
	color: #999;
}
figure.avvLB {
	border: solid 1px #DDD;
    padding: 10px;
}

/* CALLTOACTION */
.callToAction {
	background-image: url(/images/bg_cta.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.callToAction .wrapper {
    position: relative;
    padding: 50px 0px;
}
.ctaBox {
    background-color: #ffb300;
    color: #FFF;
    padding: 40px;
    display: table;
    margin: auto;
}
.callToAction h3 {
    color: #FFF;
	margin: 0px;
    text-align: center;
    font-size: 46px;
    line-height: 50px;
}
.callToAction p {
	color: #FFF;
}
.pulsanteCall a {
	color: #FFF;
	border: solid 1px #FFF;
	padding: 10px 20px;
	font-size: 25px;
	margin: auto;
	display: table;
	text-decoration: none;
	margin-top: 20px;
    font-weight: 400;
}
.pulsanteCall a:hover {
	color: #FFF;
	border: solid 1px #FFF;
}
.pulsanteSlide a {
	color: #FFF;
	border: solid 1px #FFF;
	padding: 10px 20px;
	font-size: 18px;
	display: table;
	text-decoration: none;
	margin-top: 35px;
    margin-left: 35px;
    font-weight: 400;
}

.pageBianco .pulsanteCall a {
	color: #15963d;
	border: solid 1px #15963d;
}


/* FOTO FLEX */
.fotoContFlex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fotoBoxFlex {
	width: 100%;
	margin-top: 30px;
	border: solid 1px #DDD;
	padding: 10px;
}

/* FOOTER */
.anagraficaCont {
	padding: 30px 0px 20px 0px;
	background-color: #0c6843;
    border-bottom: solid 20px #15963d;
}
.anagraficaCont h3 {
    text-align: center;
    margin-top: 0px;
    color: #FFF;
    font-size: 25px;
    padding-bottom: 20px;
    border-bottom: solid 1px #FFF;
}
.anagrafica {
	color: #FFF;
    line-height: 30px;
}
.anagrafica strong {
    font-size: 25px;
}
.anagrafica a {
	color: #FFF;
    text-decoration: none;
}
.anagrafica a:hover {
	color: #ffb300;
}
.anagrafica img {
	margin-top: 8px;
}
.anagrafica p a.social {
	margin-right: 15px;
}

/* PAGINA AL 50 */
.metaPageBox {
    margin-top: 30px!important;
}
.metaPageBox:nth-last-of-type(1) {
    margin-top: 60px!important;
}

/* GOOGLE MAP */
/* Wrap responsive */
.googlemap_wrap {
  position: relative;
  padding-bottom: 25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
/* iframe posizionato in maniera assoluta */
.googlemap_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bordo {
	border: solid 1px #DDD;
	background-color: #FFF;
	padding: 10px;
}


/* FORM MODULO */
form.validator {
	padding: 20px;
	border: 1px solid #ccc;
	background-color: #FFF;
}
form.validator div {
	width: 100%;
}
form.validator div label {
	text-align: left;
	display: inline-block;
	margin-top: 10px;
	font-weight: bold;
}
form.validator div input[type=text], form.validator div textarea, form.validator div input[type=password], form.validator div select {
	width: 100%;
	border: 1px solid #ccc;
	padding: 5px 8px;
}
form.validator div textarea {
	height: 200px;
}
form.validator div input[type=submit], form.validator div button {
	border-radius: 2px;
	background-color: #000;
	color: #FFF;
	text-decoration: none;
	margin: 10px auto;
	border: 0px;
	padding: 15px 30px;
	width: auto;
	font-size: 24px;
	text-transform: uppercase;
	display: table;
}
.infoP {
    background-color: #EEE;
    border: 1px solid #CCC;
    height: 160px;
    overflow: auto;
    margin: 10px 0;
    float: none;
    text-align: left;
    word-wrap: break-word;
    font-weight: normal;
    padding: 0px 10px;
    color: #999;
    line-height: 12px;
    font-size: 12px;
}
/* VIDEO YT */
.rwd-video {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
	margin-top: 30px;
}
.rwd-video iframe,
.rwd-video object,
.rwd-video embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.cont-video-home {
	margin-bottom: 15px;
}



div#div2_PRIVACY div input {
	width: auto;
	margin-right: 10px;
	display: inline;
	float: none;
}
div#div2_PRIVACY div label {
	display: inline;
	float: none;
}
.form_message {
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #ec1c24;
	font-style: italic;
}
.file {
	font-size: 14px;
	line-height: 16px;
}
.file a {
	color: #000;
}
span.fieldObMsg {
}
span.fieldMsg {
	font-size: 14px;
	line-height: 16px;
	color: #ec1c24;
	margin-top: 2px;
	display: inline-block;
}
/*.fieldObMsg, .fieldMsg {
	display: none;
}
span.fieldObMsg ~ label {
	color: #E2100A;
}
span.fieldMsg ~ input {
	background-color: #f0eabb;
}*/
/* MMenù */
.mm-list a {
	color: #333;
}
/* COLORBOX */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    font-size: 12px;
    line-height: 12px;
}
@media only screen and (min-width: 480px) {
/* LOGO */
.menuStrisciaCont {
	padding-top: 10px;
}
.logo img {
	max-width: 250px;
}
}
@media only screen and (min-width: 770px) {
.wrapper {
	width: 96%;
	margin: 0 2%;
}
.pageBianco {
	padding: 30px 0px 60px 0px;
}
/* LOGO */
.logo img {
	max-width: 337px;
}
/* SLIDE */
.slider-home li {
	height: 1100px;
}
.staiGiu {
    margin-top: 80px;
}
.staiGiu div {
    font-size: 50px;
	line-height: 60px;
}
h1.slideTitolo {
    font-size: 70px;
    padding-bottom: 0px;
    padding-top:  0px;
    line-height: 55px;
    padding-left: 35px;
    border-left: solid 135px #ffb300;
}

/* Brand */
.brandCont {
	display: block;
}
figure.cinquanta {
	width: 50%;
	margin: auto;
}
.videoBox {
	width: 49%;
}
figure.avvLB {
	float: right;
    width: 30%;
    margin-left: 20px;
    margin-bottom: 20px;
}
}
@media only screen and (min-width: 1024px) {
.bgInt h1 {
    font-size: 50px;
	line-height: 40px;
}
/* FOOTER */
.anagraficaCont {
	padding: 50px 0px 40px 0px;
}
.anagraficaFlex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
/* CTA */
.callToAction .wrapper {
    padding: 0px 0px;
    padding-top: 490px;
}
.ctaBox {
    position: absolute;
    margin-top: -210px;
    right: 0px;
}
/* FOTO FLEX */
.fotoBoxFlex {
	width: 32%;
	margin-top: 30px;
}
.pageBianco h1 {
    font-size: 46px;
	line-height: 46px;
}
    
/* PAGINA AL 50 */
.metaPageFlex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    align-items: flex-start;
}
.metaPageBox {
	width: 48%;
}
.metaPageBox:nth-last-of-type(1) {
    margin-top: 30px!important;
}
.pulsInline {
    margin: auto!important;
    display: table;
}
.pulsInline div {
    display: inline-table;
    margin: 10px;
}
}
@media only screen and (min-width: 1140px) {
/* HEADER */
.menuStrisciaCont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
	padding: 24px 0px;
}
nav#menu-container ul li {
	font-size: 18px;
}
/* MENU */
.mobile-header {
	display: none;
}
nav#menu-container {
	display: block;
}
nav#menu-container ul li.linguaNO {
	display: none;
}
.lingua {
	display: block;
}
/* FORM */
form.validator {
	margin: auto 15%;
}
/* TABELLA PRODOTTI */
table.produx {
	display: table;
}

}

@media only screen and (min-width: 1280px) {
nav#menu-container ul li {
	font-size: 21px;
}

}


@media only screen and (min-width: 1460px) {
.wrapper {
	width: 1400px; /* 1140px - 10% for margins */
	margin: 0px auto;
}
/* MENU */
nav#menu-container ul li a {
	padding: 0px 10px 0px 10px;
}
nav#menu-container ul li:nth-last-child(1) a {
    padding: 0px 0px 0px 10px;
}
nav#menu-container ul li ul li a, nav#menu-container ul li ul li:nth-last-child(1) a {
	padding: 10px 0px;
}
table.produx {
	border: solid 1px #CCC;
}
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
   

.invisible {
	visibility: hidden;
}

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
 *zoom: 1;
}

/* Colorbox */

#cboxTitle {
	line-height: normal;
	font-size: 12px;
}

/* Icona hamburger */

.hamburger {
	display: block;
	width: 40px;
	height: 36px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	margine: 0px;
}

.hamburger:before, .hamburger:after, .hamburger span {
	background: #FFF;
	content: '';
	display: block;
	width: 30px;
	height: 6px;
	position: absolute;
	left: 5px;
}

.hamburger:before {
	top: 5px;
}

.hamburger:after {
	bottom: 5px;
}

.hamburger span {
	top: 50%;
	margin-top: -3px;
}

/* Hamburger animation */

.hamburger, .hamburger:before, .hamburger:after, .hamburger span {
	transition: none 0.2s ease 0.2s;
	transition-property: transform, top, bottom, left, width, opacity;
}

.hamburger__androidOpen {
	transform: rotate( 180deg );
}

.hamburger__androidOpen span {
}

.hamburger__androidOpen:before {
	transform: rotate( 45deg );
	width: 50%;
	top: 10px;
	left: 19px;
}

.hamburger__androidOpen:after {
	transform: rotate( -45deg );
	width: 50%;
	bottom: 10px;
	left: 19px;
}
