/* aspect ratios to try:
 * 56.25% = 16:9
 * 75% = 4:3
 * 66.66% = 3:2
 * 62.5% = 8:5
 */

body{
	font-family: 'Chivo', sans-serif;
	font-weight: 400;
	line-height: 1.4;
	color: #272727;
	overflow-x: hidden;
	-moz-font-feature-settings: "liga", "kern";
	text-rendering: optimizelegibility;
	font-feature-settings: "liga" off;
	-webkit-font-feature-settings: "liga" off;
	-moz-font-feature-settings: "liga" off;
	/*padding-top: 135px;*/
}
#mainSite{
	min-height: 60vh;
}


.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block,
.has-success .radio, .has-success .radio-inline, .has-success.checkbox label,
.has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label{ color: inherit}

input[type='number'] { -moz-appearance:textfield; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.checkbox-inline input[type="radio"]{
	margin-left: -20px;
    position: absolute;
}
.checkbox-inline, .radio-inline{ padding-left: 17px }
.checkbox label:before{ background-color: #fff; border-radius: 0; border-color: #ccc }
.checkbox label:after{ color: #333 }
.submitBtn{
	background-color: #004595;
	color: #fff;
	border: 0;
	width: 100%;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
	padding: 10px 5px;
	font-family: 'Catamaran';
}
a, button, .bootstrap-select .dropdown-toggle:focus{ outline: none !important}
.checkbox label{ font-size: 12px; padding-left: 5px }
.radio label{ padding-left: 5px }
.modal-backdrop.in{ opacity: 0.8 }

.inputWi{ position: relative }
.inputWi input,
.inputWi textarea,
.inputWi select{
	font-size: 14px;
	height: 42px;
	padding: 5px;
	box-shadow: none !important;
	border-color: #ccc !important;
	border-radius: 0;
	resize: none;
}
.inputWi input,
.inputWi textarea{
	padding: 17px 0 0 7px;
}
.inputWi textarea{ height: auto }
.inputWi span{
	position: absolute;
	pointer-events: none;
	left: 10px;
	color: #636363;
	top: 13px;
	transition: 0.2s ease all;
	font-size: 12px;
}
.inputWi span.active{
	top: 4px;
	bottom: 10px;
	font-size: 10px;
	opacity: 1;
	color: #515151;
	left: 7px;
}
.btn-file input[type="file"] {
    background: white none repeat scroll 0 0;
    cursor: inherit;
    display: block;
    font-size: 100px;
    opacity: 0;
    width: 100%;
    height: 35px;
    outline: medium none;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    margin-top: 0;
    left: 100%;
    border-radius: 0 6px 6px 6px;
}
#menu .dropdown-submenu > a{
	font-weight: bold;
	padding: 8px 30px 8px 15px;
}
#menu .dropdown-submenu:hover > a,
#menu .dropdown-submenu > a:hover{ background-color: #f07800; color: #fff }
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -20px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 6px 0 6px 6px;
}
.dt{ display: table; width: 100%; height: 100%}
.dtc{ display: table-cell; vertical-align: middle; width: 100%; height: 100%}




header{ border-bottom: 1px solid #ccc }
.navbar-brand{ padding-left: 0; padding-top: 20px }
.navbar-brand > img{ width: 185px }
.navbar{
	border: 0;
	min-height: 110px;
	margin-bottom: 0;
}
.navbar-nav>li>a{
	background-color: #fff !important;
	color: #000;
	font-size: 14px;
	border-right: 1px solid #ccc;
	padding: 5px 15px;
}
.navbar-nav > li.active > a{ color: #f79100 }
.navbar-nav > li:last-child > a{ border-right: 0; padding-right: 0 }
#menu{ margin-top: 10px; }
#menu > div{
	text-align: right;
}
#menu > div img{ width: 36px }
#menu > div > span a{ color: inherit; text-decoration: none }
#menu > div > span.active a{ color: #f79100 }
#menu > div > div{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 5px;
}
.multi-level.dropdown-menu{
	background-color: #ededed;
	left: calc(50% - 80px);
	padding: 0;
	right: auto;
}
.multi-level.dropdown-menu .dropdown-submenu .dropdown-menu{
	background-color: #ededed;
	padding: 0;
	right: auto;
}
.dropdown-submenu .dropdown-menu a{
	padding: 7px 15px;
}
.dropdown-submenu .dropdown-menu a:hover{
	color: #F07800;
	background-color: transparent;
}
#owlHome .item{ position: relative }
#owlHome a img{ max-width: 1920px; margin: auto; display: block }
.embed-responsive-wi{ padding-bottom: 34%; overflow: auto; position: static }
#owlHome .item > a{
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: 300;
}
#owlHome h3{
	font-family: 'Montserrat Subrayada';
	margin: 0 0 20px;
	font-size: 42px;
}
.approf{
	display: inline-block;
	margin-top: 15px;
	border: 1px solid #fff;
	font-size: 13px;
	padding: 8px 30px;
}
.title1{
	font-size: 36px;
	font-weight: bold;
}
.title2{
	font-size: 36px;
	font-family: 'Montserrat Subrayada';
	color: #F79100;
	font-weight: bold;
}
.introHome{
	text-align: center;
	margin: 40px 0 50px;
	font-size: 17px;
}
.bannerProduct a{
	color: inherit;
	display: block;
	text-decoration: none;
}
.bannerProduct a > div{
	font-size: 16px;
	line-height: 1.1;
	margin-top: 5px;
}
.bannerProduct a h2{
	margin: 0;
	padding: 15px;
	color: #fff;
	font-size: 24px;
	background: #ff5233;
	background: -moz-linear-gradient(left, #ff5233 0%, #f17603 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #ff5233), color-stop(100%, #f17603));
	background: -webkit-linear-gradient(left, #ff5233 0%, #f17603 100%);
	background: -ms-linear-gradient(left, #ff5233 0%, #f17603 100%);
	background: linear-gradient(to right, #ff5233 0%, #f17603 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5233', endColorstr='#f17603', GradientType=1 );
}
.bannerProduct, .newsHome{
	margin-bottom: 80px;
}
.newsHome h3{
	font-family: 'Montserrat Subrayada';
	font-size: 36px;
	font-weight: bold;
	color: #F07800;
	text-align: center;
	margin: 0 0 40px;
}
.newsHome a{
	color: inherit;
	text-decoration: none;
	margin-bottom: 30px;
	display: block;
}
.newsHome a > div{ margin-top: 5px }
.fitbOggi{
	background-image: url('/images/infografica.png');
	background-color: #EDEDED;
	background-repeat: no-repeat;
	background-position: 50% 60%;
	height: 800px;
	padding: 60px 0 20px;
	position: relative;
	margin-bottom: 100px;
}
.fitbOggi{
	font-size: 12px;
}
.apoxfitb{
	position: absolute;
	bottom: 20px;
	width: 100%;
}
.expDecTxt{
	font-size: 19px;
	margin-bottom: 80px;
}
.iconCompanyHome{
	text-align: center;
	margin-bottom: 60px;
}
.iconCompanyHome a{
	color: inherit;
}
.iconCompanyHome h4{
	font-weight: bold;
	font-size: 24px;
	margin: 20px 0 10px;
}
.banners2{ margin-top: 30px; text-align: center }
.banners2 a{ display: inline-block }
.bannersFooter a{
	display: block;
	color: inherit;
	text-decoration: none;
	background-color: #EDEDED;
	margin-bottom: 30px;
}
.bannersFooter a > div{
	padding: 20px;
	position: relative;
	height: 240px;
}
.bannersFooter a > div span{
	position: absolute;
	display: inline-block;
	padding: 10px 20px;
	font-size: 13px;
	background-color: #fff;
	font-weight: 600;
	bottom: 20px;
}
.bannersFooter h4{
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 10px;
}
.brandiFooter{
	margin-top: 80px;
	background-color: #f2f2f2;
	padding: 40px 0;
}
.footerCnt{
	background-color: #303030;
	color: #fff;
	padding: 40px 0 20px;
	font-weight: 300;
	font-size: 13px;
}
.footerlogo{ width: 133px }
.socialFooter{
	text-align: center;
	padding: 30px 0 0;
}
.socialFooterLine{
	border-top: 1px solid #666;
	padding: 20px 0 0;
}
.socialFooterLine a:not(:last-child){ margin-right: 15px}
.socialFooterLine img{ width: 30px; }
.subFooterCnt{
	background-color: #000;
	color: #fff;
	padding: 10px;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
}
.subFooterCnt a{ color: #fff }
.madeWiCnt{
	text-align: center;
	margin: 5px;
	font-size: 12px;
}
.imageTop{ margin-bottom: 60px }
.onePageAzienda h1{
	margin: 0 0 15px;
	border-bottom: 1px solid #F79100;
	padding-bottom: 5px;
	padding-top: 10px;
	font-size: 28px;
	font-weight: bold;
}
.onePageAzienda{ padding-bottom: 240px }
.onePageAzienda section{ margin-bottom: 60px }
.breadcrumbs{
	margin: 15px 0;
	text-align: right;
}
.breadcrumbs a{
	color: #999;
	text-decoration: underline;
}
.menuSx{
	padding-top: 30px;
	margin-right: 50px;
}
.menuSx div{
	border-bottom: 1px solid #ccc;
	padding: 10px;
}
.menuSx div:last-child{ border-bottom: 0 }
.menuSx a{
	color: inherit;
	font-size: 16px;
	text-decoration: none;
}
.menuSx > div:hover a, .menuSx > div.active a{ color: #F79100 }
.itemNews a{
	color: inherit;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #F79100;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.itemNews a h4, .newsPageDett h4{
	color: #F79100;
	margin: 0;
	font-size: 15px;
	margin: 0 0 15px;
	font-weight: normal;
}
.itemNews a h2{
	font-size: 19px;
	margin: 0 0 10px;
	font-weight: bold;
}
.itemNews:last-child a{ border-bottom: 0; margin-bottom: 40px }
.itemNews a:hover{ color: #F79100 }
.archiveYear{
	text-align: center;
	margin: 10px 0 40px;
	font-family: 'Montserrat Subrayada';
}
.archiveYear a{
	color: inherit;
	text-decoration: none;
	font-size: 20px;
}
.archiveYear h4{
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 20px;
	color: #F79100;
	position: relative;
	display: inline-block;
}
.archiveYear h4:after, .archiveYear h4:before{
	content: '';
	position: absolute;
	border-bottom: 1px solid #F79100;
	bottom: 0;
	width: 120px;
}
.archiveYear h4:after{ right: -105% }
.archiveYear h4:before{ left: -105% }
.archiveYear a:not(:last-child){ margin-right: 20px }
.archiveYear a.active{ color: #F79100 }

.snippet_h1 h1{
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 30px;
}
.snippet_titolobordo h3{
	font-size: 28px;
	font-weight: bold;
	border-bottom: 1px solid #F07800;
	padding-bottom: 5px;
}
.snippet_titolobordo{ margin-bottom: 40px }
.formProduct{
	background-color: #EDEDED;
	padding: 20px;
	margin-bottom: 30px;
}
.privacyNew{ font-size: 12px; display: none }
.privacyNew a{
	color: inherit;
	text-decoration: underline;
}
.formProduct h3{
	margin: 0 0 15px;
	background-color: #0095db;
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding: 12px 0;
}
.requiredField{
	font-style: italic;
	font-size: 12px;
	margin-bottom: 10px;
}
.submit1{
	width: 100%;
	background-color: #F07800;
	color: #fff;
	font-size: 18px;
	border: 0;
	padding: 10px 0;
	border-radius: 0;
	-webkit-appearance: none !important;
}
.diconodinoiCnt{
	background-color: #ccc;
	padding: 60px 0 40px;
	text-align: center;
}
.diconodinoiCnt h3{
	font-size: 36px;
	margin: 0 0 20px;
}
.reviewTxt{
	font-size: 21px;
	margin-bottom: 20px;
}
.littleInfo{
	font-size: 16px;
	margin-bottom: 20px;
}
#owlDicono img{ width: auto; margin: auto }
#owlDicono .owl-nav > div{
	border-radius: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	position: absolute;
	top: 30%;
	width: 17px;
	height: 35px;
	background-size: 17px;
}
#owlDicono .owl-nav .owl-prev{
	left: 0;
	background-image: url('/images/icone/freccia_sx.png');
}
#owlDicono .owl-nav .owl-next{
	right: 0;
	background-image: url('/images/icone/freccia_dx.png');
}
.newsPageDett h1{ margin: 0 0 30px; }
.newsPageDett{ margin-bottom: 60px; }
.newsPageDett > img{ margin-bottom: 20px }
.listAttachment{
	/*background-image: url('/images/icone/contatti_icona.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 50px;
	border-bottom: 1px solid #F07800;*/
	margin-bottom: 10px;
	margin-top: 20px;
}
.goToContact{
	border-bottom: 1px solid #F07800;
	text-align: right;
}
.goToContact img{ width: 50px; transition: all .3s }
.goToContact img:hover{
	transform: scale(1.1)
}
.listAttachment a{
	display: inline-block;
	background-image: url('/images/icone/download_icona.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 30px;
	padding: 10px 0 10px 40px;
	color: inherit;
}
.itemSC{
	margin-bottom: 60px;
}
.itemSC h3{
	margin: 0 0 15px;
	background-color: #F17603;
	color: #fff;
	font-size: 24px;
	padding: 12px;
}
.referencesBox{
	background-color: #f2f2f2;
	border-radius: 4px;
	padding: 40px 15px;
}
.referencesBox h3{
	color: #F07800;
	font-family: 'Montserrat Subrayada';
	text-align: center;
	font-size: 20px;
	margin: 10px 0 30px;
}
.categoryRef{
	font-weight: bold;
	border-top: 1px solid #ccc;
	padding: 10px;
	background-image: url('/images/icone/freccia_nera_dx.png');
	background-repeat: no-repeat;
	background-size: 8px;
	background-position: 95% 50%;
	cursor: pointer;
}
.categoryRef.opened{
	background-image: url('/images/icone/freccia_nera_giu.png');
	background-size: 10px;
}
.categoryRef + div{
	padding-left: 20px;
	padding-bottom: 20px;
	display: none;
}
.backTop{
	margin: 60px 0 0;
	text-align: center;
}
.backTop img{
	width: 104px;
	cursor: pointer;
}
.assistenzaRemota, .contatti{ margin-bottom: 40px; font-size: 16px }
.assistenzaRemota a{
	color: inherit;
	text-decoration: underline;
}
.tel{
	font-size: 24px;
	font-weight: bold;
	margin-top: 15px;
}
.contatti h4{
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}
.mappaFITB{
	width: 100%;
	height: 230px;
	margin: 20px 0;
}
.greyBox{
	background-color: #f2f2f2;
	min-height: 60vh;
}
.pageDett .top{
	position: relative;
}
.pageDett h1{
	font-family: 'Montserrat Subrayada';
	font-size: 30px;
	font-weight: bold;
}
.pageDett .top h1{
	position: absolute;
	color: #fff;
	background-color: #F07800;
	left: 60px;
	bottom: 60px;
	padding: 5px;
}
.pageDett .txtDett{
	background-color: #fff;
	padding: 60px 0;
	margin-bottom: 60px;
}






/* KEYFRAME START */
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}
/* KEYFRAME END */
