/** 
 *
 * CUSTOM CLAC STYLE
 *
 **/

 body, p {
    line-height: 1.5;
}

.sppb-row, .sp-pagebuilder-row {
    margin-left: 0;
    margin-right: 0;
}

.tzpp_bootstrap3 .padding-lr-0, div.padding-lr-0, .padding-lr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

a:focus, a:hover {
    color: #0770a6;
}

#tz-main-body-wrapper a {
	color: #337ab7;
}

p {
    font-family: 'Open Sans', sans-serif, Arial, sans-serif;
    font-size: 16px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    font-weight: 300;
}

h1, .h1 {
	font-size: 48px;
    margin-bottom: 10px;
	font-weight: 600;
}

h2, .h2 {
	font-size: 48px;
    margin-bottom: 22px;
}

h4 { 
	margin-bottom: 6px; 
}

.btn {
    font-family: inherit;
    font-size: 13px;
}

@media (min-width: 768px) {
	.hide-desktop {
		display: none;
	}
}

/* COOKIES ALERT */

#cadre_alert_cookies .btn {
	margin: 0 !important;
	border-radius: 2px !important;
	border: 1px solid white !important;
    font-weight: bold !important;
}

.cadre_inner_alert_cookies {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

#cadre_alert_cookies .btn_close {
	padding-left: 0 !important;
}

#cadre_alert_cookies .cadre_texte {
	color: white;
    margin-bottom: 10px;
}

@media (min-width: 768px) {

    #cadre_alert_cookies .col-sm-6 {
    	width: auto !important;
	}

}

@media (max-width: 767px) {
	
	#cadre_alert_cookies .col-md-6 {
	    text-align: center !important;
	}

	#cadre_alert_cookies .btn_close {
	margin-bottom: 15px !important;
	padding-right: 0;
}

}

@media (min-width: 992px) {
	
	#cadre_alert_cookies .col-md-6 {
	    width: auto !important;
	}

}

 /* HEADER */

 .tz__header {
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
}

 ul.level0 li {
    text-transform: capitalize;
 	font-family: inherit;
 	font-size: 13px;
 	color: #727276;
 	margin: 15px 5px;
    border: 1px solid white;
    border-radius: 100px;
}

ul.level0 li.current.active {
	border: 1px solid #d7d7d7;
}

.navbar-nav > li > a, 
.search_icon, 
.shopping_icon {
    line-height: 38px;
}

.preordina-mainmenu {
	margin: 15px 0 15px 50px
}

.preordina-mainmenu a {
	line-height: 38px;
	display: block;
 	background: #0770a6;
    padding: 0 15px;
    border-radius: 2px;
    color: white;
    font-size: 13px;
    font-weight: bold;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.15);

}

.preordina-mainmenu a:hover {
	box-shadow: 0 3px 12px 0 rgba(0,0,0,0.4);
}
 
.mod-languages {
	padding: 0 0 4px 0;
    line-height: 34px;
    margin: 15px 0 15px 40px;
}

#tzlogo img {
    top: 0;
    max-height: 50px;
}

@media (max-width: 768px) {

	.mod-languages {
		margin: 15px;
	}

	.navbar-toggle.btn {
    	padding: 15px 20px 15px;
	}

	.preordina-mainmenu {
		position: fixed;
    	top: 70px;
    	right: 20px;
	}

	ul.level0 li.current.active {
    	border: none;
    	color: #0770a6;
	}

	ul.level0 li {
    	margin-bottom: 0;
    	margin-top: 0;;
    	border-radius: 0;
	}

	ul.level0 li a {
    	border: none;
    	padding-top: 15px;
    	padding-bottom: 15px;
    	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	ul.level0 li:last-child a {
    	border-bottom: none;
	}

	.navbar-nav {
		margin-bottom: 0;
		-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
	}

	.navbar-collapse {
	    border-top: 1px solid rgba(0, 0, 0, 0.1);
	    -webkit-box-shadow: none;
	    box-shadow: none;
	}

}

 /* FOOTER */

.footer-center img {
    max-width: 150px;
}

.footer-top a {
    font-size: 14px;
    color: rgb(220, 220, 220);
}

.footer-bottom {
    color: #818181;
    font-size: 13px;
    line-height: 20px;
}

.cambio-lingua-footer .mod-languages {
    text-align: center;
    margin: 0;

}

@media (max-width: 991px) {

	footer .footer-left .sppb-addon-content{
		padding-bottom: 30px;
		text-align: center !important;
	}

	footer .footer-right .sppb-addon-content {
		padding-top: 30px;
		text-align: center !important;
	}

}

 /* PAGINA HOMEPAGE */

.gradient-blu-rosso {
	background: #0770a6; /* Old browsers */
	background: -moz-linear-gradient(45deg, #0770a6 0%, #ad2819 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #0770a6 0%,#ad2819 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #0770a6 0%,#ad2819 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0770a6', endColorstr='#ad2819',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#home-faq h4, #home-faq p {
	text-align: left;
}

#home-faq a {
	color: white;
}

.max-img620 img {
	max-width: 620px;
	width: 100%;
}

.max-img400 img {
	max-width: 400px;
	width: 100%;
}

/*.colore::before {
	z-index: 10000;
	position: absolute;
	bottom: -35px;
	font-size: 13px;
	display: none;
	width: 90px;
	left: 50%;
	margin-left: -45px;
	border: 1px solid #d7d7d7;
	color: #727272;
	border-radius: 100px;
	padding: 4px 12px;
	text-align: center;
	background: white;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.05);
}

.colore-bianco::before { content: 'bianco'; }
.colore-nero::before { content: 'nero'; }
.colore-grigio::before { content: 'argento'; }
.colore-rosso::before { content: 'rosso'; }
.colore-tiffany::before { content: 'acqua marina'; }
.colore-blu::before { content: 'blu'; }
.colore-rosa::before { content: 'rosa chiaro'; }

.colore:hover::before { 
	display: block; 
}*/

.colore {
	width: 30px; 
	height: 30px; 
	border: 8px solid #434343;
	border-radius: 100px;
	float: left;
	margin: 8px;
	position: relative;
	cursor: pointer;
	transition: 0.3s;
}

.colore-nero, .colore-nero:active, .colore-nero:focus { background: #333333; border-color: #333333; }
.colore-grigio, .colore-grigio:active { background: #C0C0C0; border-color: #C0C0C0; }
.colore-rosso, .colore-rosso:active { background: #e62b0f; border-color: #e62b0f; }
.colore-tiffany, .colore-tiffany:active { background: #65dad9; border-color: #65dad9; }
.colore-blu, .colore-blu:active { background: #006daa; border-color: #006daa; }
.colore-rosa, .colore-rosa:active { background: #ff6b93; border-color: #ff6b93; }

.colore.selected { background: white; }

.label-colore {
	float: left;
	line-height: 30px;
	font-size: 16px;
	width: 110px;
	font-weight: 600;
	color: rgb(114, 114, 118);
	margin-bottom: 5px;
}

.accordion-custom {
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    overflow: hidden;
    padding: 5px;
    background: white;
    background: rgba(0, 0, 0, 0.3);
    color: white;
}

.accordion-custom .sppb-panel-default > .sppb-panel-heading {
    background: none;
}

.accordion-custom .sppb-panel.tz-panel.sppb-panel-default {
    background: none;
}

.accordion-custom .sppb-panel-heading .sppb-toggle-direction.tz_toggle i {
    font-size: 20px;
    color: rgba(210, 210, 210, 0.8);
}

.accordion-custom .sppb-panel.tz-panel.sppb-panel-default:last-child .sppb-panel-heading {
    border: none;
}

.accordion-custom a:focus, .accordion-custom a:hover {
    color: #c4c4c4;
}

#home-colori h4, #home-dimensioni h4 {
	margin-bottom: 20px;
}

#cf7 {
	height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
}

#cf7 img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

#cf7 img.opaque {
  opacity:1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=1);
}

@media (hover: hover) {
    .colore:hover { background: white; }
}

@media (max-width: 767px) {

	.homepage h1, .homepage h2, .homepage h3, .homepage h4, .homepage p {
		text-align: center;
	}
	
	.max-img400 {
		text-align: center !important;
	}

	.max-img400 img {
		max-width: 400px;
		width: 100%;
	}

	.mrg-top30 {
		margin-top: 30px;
	}

	.mrg-bottom30 {
		margin-bottom: 30px;
	}

	.sppb-btn-custom {
		display: table;
		margin: 0 auto;
	}

	#cf7_controls {
		display: table;
		margin: 0 auto;
	}

	.label-colore {
   		float: none;
	}		

}

@media (min-width: 768px) {

	.riga-centrato-verticale .sppb-row {
		display: flex;
	}

	.colonna-centrato-verticale {
		display: flex;
		height: 100%;
		align-items: center;
	}	
	
}

@media (min-width: 1200px) {

	/* 
	#first-image-termotag { 
		height: 100vh !important;
	}
	*/

}

 /* PAGINA SPECIFICHE TECNICHE */

 #specifiche-tecniche h4 {
 	margin-bottom: 30px;
 }

.specifiche-tecniche-lista h5 {
    color: #727276;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.specifiche-tecniche-lista p {
    color: #727276;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    list-style: none;
    margin-bottom: 24px;
}


 /* MODULO NEWSLETTER */

 .acym_module p {
 	text-align: center;
 }

 .acymailing_form {
 	width: 100%;
 }

.acyfield_name input,
.acyfield_email input  {
	display: table;
	margin: 5px auto;
	border-radius: 100px;
    width: 100%;
    max-width: 300px;
    border: 1px solid #cccccc;
    padding: 8px 16px;
    width: 100% !important
}

.acysubbuttons {
    margin: 0;
}

.newsletter-col {
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    background-color: #286290;
    color: white;
}

.newsletter-col input {
    color: #333;
}

.newsletter-col .btn.btn-primary {
    background-color: #0e4764;
    border-color: white;
    color: #ffffff;
}

.newsletter-col .btn.btn-primary:hover {
    background-color: #0c3c54;
    border-color: white;
    color: #ffffff;
}

.acym_module_success {
    text-align: center;
  	border-radius: 10px;
}

.newsletter-col .sppb-icon-inner {
    height: 80px !important;
    width: 80px !important;
    border-width: 0px;
    border-radius: 100px;
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -40px;
    background: #0770a6; /* Old browsers */
	background: -moz-linear-gradient(45deg, #0770a6 0%, #ad2819 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #0770a6 0%,#ad2819 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #0770a6 0%,#ad2819 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0770a6', endColorstr='#ad2819',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.newsletter-col .sppb-icon-inner i {
    font-size: 40px !important;
    line-height: 40px !important;
    margin: 8px 0;
    padding: 10px;
    color: white;
    border: 2px solid white;
    border-radius: 100px;
}

@media (max-width: 767px) {
	.newsletter-col {
		margin-top: 80px;
	}
}


