/**************************
SAFIREF - CSS
***************************/

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

html,
body {
    height: 100%;
	font-family: 'Roboto', sans-serif;
    font-size: 1.0em;
    color:#4a4a4a;
	font-weight:300;
}
img {
  max-width: 100%;
}
a{
	color:#009131;
}
a:hover,
a:focus{
	text-decoration:none;
	color:#1382b8;
}
hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #eee;
}

/*** SCROLL ***/
.row {
	margin-left: 0;
	margin-right: 0;
}
.container-fluid {
	padding: 0;
}

 /*** BANNER COOKIE POLICY ***/
#CookiesPrivacy {
	height: auto;
}
#CookiesPrivacy .cookieButton {
	background: none repeat scroll 0 0 #1382b8;
	box-shadow: 0 1px 1px #1382b8, 0 1px 0 #1382b8 inset;
	color: #fff;
	border: 1px solid #1382b8;
}

/*** GENERALE ***/
.mb0{margin-bottom:0px !important;}
.mb6{margin-bottom:6px !important;}
.mb12{margin-bottom:12px !important;}
.mb24{margin-bottom:24px !important;}
.mb48{margin-bottom:48px !important;}
.mb96{margin-bottom:96px !important;}
.mt0{margin-top:0px !important;}
.mt6{margin-top:6px !important;}
.mt12{margin-top:12px !important;}
.mt24{margin-top:24px !important;}
.mt48{margin-top:48px !important;}
.mt96{margin-top:96px !important;}
.pb0{padding-bottom:0px !important;}
.pb6{padding-bottom:6px !important;}
.pb12{padding-bottom:12px !important;}
.pb24{padding-bottom:24px !important;}
.pb48{padding-bottom:48px !important;}
.pb96{padding-bottom:96px !important;}
.pt0{padding-top:0px !important;}
.pt6{padding-top:6px !important;}
.pt12{padding-top:12px !important;}
.pt24{padding-top:24px !important;}
.pt48{padding-top:48px !important;}
.pt96{padding-top:96px !important;}
.section{padding-bottom:0; padding-top:100px;}
#homeBody .section {padding-bottom: 70px; padding-top: 70px;
}
.nopad{padding-left: 0; padding-right: 0;}
.nopadSX{padding-left: 0;}
.nopadDX{padding-right: 0;}

/*** BACKGROUND ***/
.bg-primary{
  background-color:#4e8d56;
}
.bg-secondary{
  background-color:#4e8d56;
}

/*** COLOR ***/
.color-primary{
  color:#4e8d56;
}
.color-secodnary{
  color:#4e8d56;
}

/*** BTN ***/
.btn{
    border-radius:0;
    filter:none !important;
    box-shadow:0 0 0 transparent;
    text-shadow:0 0 0 transparent;
    background-image:none;
    background-color:trasparent;
}
a.btn-white {
	/*color: transparent;*/
	border-color: #fff;
	border: 2px solid #fff;
	color: #fff;
	padding: 7px 30px;
	margin: 5px; 
	font-weight: 600;
	font-size: 1.1em;
	display: inline-block;
}
a.btn-white:hover {
  background: rgba(255, 255, 255, 0.4);
  color: #009131;
}

/*** FONT AWESOME ***/
.fa, .fas, .fab, .far, .fal {
	color: #1382b8;
	font-size: 1.3em;
}

/*** MESSAGGIO ERRORE FORM CONTATTI ***/
#ErrorMsgDiv {
	text-align: center;
	color: red;
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding-top:150px;
}





/************ Area 1 ************/
/* contatti e logo */
.contactTop span{
	color: #009131;
	font-weight: 600;
	font-size: 1.3em;
	padding: 0 5px 0 0;
	letter-spacing: 0;
}
.contactTop{
	letter-spacing: 1px;
	font-weight: 400;
}
.requestTop {
	letter-spacing: 1px;
	font-weight: 400;
	text-align:right;
}
a.richiediTop {
	font-weight: 600;
	font-size: 1.3em;
	letter-spacing: 0;
}
.row.infoTop{
	padding: 20px 30px;
}
.row.logoMenuTop {
	padding: 0 30px 10px 30px;
}

#header-outer {
	border-top: 6px solid #009131;
	border-bottom: 1px solid #e9e9e9;
}



/* menu*/
.navbar-default {
	background-image: none !important;
	filter: none !important;
	background-repeat: repeat-x !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}


.dropdown a {
	background-color: transparent !important;
	border: medium none;
	box-shadow: none !important;
}

ul#mainMenu {
	float: right;
}
#menuTopRow.menuTop {
	min-height: 65px;
	position: fixed;
	right: 0;
	top: 0;
	left: 0;
	background: url("graphics/logo.png") no-repeat scroll 40px 10px transparent;
	background-size: 160px;
	background-color: #fff;
	padding: 10px 20px;
	border-bottom: 1px solid #ddd;
}

.menuTop .logoheader{

}

#menuTopRow .navbar,
header.navbar{
    margin: 0;
    min-height: 0;
}
#menuTopRow .navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.navbar-default .navbar-nav > li > a {
	color: #4b4b4b;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 300;
}
.nav > li > a {
	/*padding: 10px 20px;*/
}

#menuTopRow .navbar-default .navbar-nav > .active > a,
#menuTopRow .navbar-default .navbar-nav > .open > a {
  background-image: none;
  box-shadow: none;
}

#menuTopRow .navbar-default .navbar-nav > .active > a,
#menuTopRow .navbar-default .navbar-nav > .active > a:focus,
#menuTopRow .navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
  color: #222;
}

#menuTopRow .dropdown-menu > li > a {
	color: #4b4b4b;
	font-size: 1.2em;
	/* text-transform: uppercase; */
	font-weight: 300;
}

#menuTopRow .dropdown-menu > li > a:focus,
#menuTopRow .dropdown-menu > li > a:hover {
  background-color: transparent;
  background-image: none;
  color: #222;
}
.navbar-nav > li > a:hover span {
	color: #009131!important;
}
.active.selectedItem span,
li.active.dropdown .has-submenu span {
	color: #009131;
	font-weight:bold;
}


#menuTopRow .dropdown-menu > .active > a,
#menuTopRow .dropdown-menu > .active > a:focus,
#menuTopRow .dropdown-menu > .active > a:hover {
  background-color: transparent;
  background-image: none;
  background-repeat: repeat-x;
  color: #222;
}

#menuTopRow .dropdown-menu > .active > a,
#menuTopRow .dropdown-menu > .active > a:focus,
#menuTopRow .dropdown-menu > .active > a:hover {
  background-color: #ccc;
  color: #009131;
  outline: 0 none;
  text-decoration: none;
}

/************ Area 2 ***********/

#left-col{
    display: none;
}
.homeBody  #left-col{
    display: block;
}
#right-col .atCNT3 {
	display: none;
}
.homeBody #right-col .atCNT3 {
	display: block;
	padding-bottom: 100px;
}



/*** PARALLAX TOP HOME ***/
#mmlParallaxID_1.mmlParallax, #mmlParallaxID_1.mmlParallax .mmlParallaxImage {
    height: 650px;
}
#mmlParallaxID_1 .mmlParallaxImage {
    background-attachment: scroll;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("graphics/headerHome.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#mmlParallaxID_1 .mmlEmbeddedNode {
    clear: both;
}
#mmlParallaxID_1 .mmlParallaxWrap {
	background-color: transparent;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}
#mmlParallaxID_1 .mmlImageInfoWrap {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	position: absolute;
	width: 100%;
	bottom: -64px;
}
#mmlParallaxID_1.mmlParallax {
    margin-bottom: 3px;
    margin-top: 0;
}

#mmlParallaxID_1 .parallaxBox {
	background-image: url("graphics/sfondoBoxHeader.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	color: #fff;
	padding: 40px 0 0 0;
	text-align: center;
	border: 3px solid #fff;
}
#mmlParallaxID_1 .parallaxText span {
	font-weight: 500;
	font-size: 1.8em;
}
#mmlParallaxID_1 .parallaxText p {
	font-size: 1.1em;
	padding-bottom: 20px;
	font-weight: 400;
}
#mmlParallaxID_1 .parallaxText2 {
	background-color: #009131;
	padding: 15px 0;
	text-transform: uppercase;
	font-size: 1.2em;
	letter-spacing: 2px;
	margin-top: 60px;
	border-top: 3px solid #fff;
}

/*** PARALLAX BOTTOM HOME ***/
#mmlParallaxID_2.mmlParallax, #mmlParallaxID_2.mmlParallax .mmlParallaxImage {
    height: 460px;
}
/*.section.mmlParallaxBorderTop {
	padding-top: 0;
}*/
#mmlParallaxID_2 .mmlParallaxImage {
    background-attachment: scroll;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("graphics/parallaxHome.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#mmlParallaxID_2 .mmlEmbeddedNode {
    clear: both;
}
#mmlParallaxID_2 .mmlParallaxWrap {
	background-color: transparent;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}
#mmlParallaxID_2 .mmlImageInfoWrap {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	position: absolute;
	width: 100%;
	bottom: 196px;
}
#mmlParallaxID_2.mmlParallax {
    margin-bottom: 3px;
    margin-top: 0;
}

#mmlParallaxID_2 .parallaxBox {
	background-color: rgba(53, 176, 235, 0.70);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding: 0 0 36px 0;
	text-align: center;
	border: 3px solid #fff;
}
#mmlParallaxID_2 .parallaxText span {
	font-weight: 500;
	font-size: 1.8em;
}
#mmlParallaxID_2 .parallaxText p {
	font-size: 1.1em;
	padding-bottom: 20px;
	font-weight:700;
}
#mmlParallaxID_2 .parallaxText2 {
	background-color: #1382b8;
	padding: 15px 0;
	text-transform: uppercase;
	font-size: 1.2em;
	letter-spacing: 2px;
	border-bottom: 3px solid #fff;
	margin-bottom: 40px;
}


/*** intro home ***/
.introboxHome {

}
.parallaxTextTop .far{
	color: #fff;
}
.iconaintroHome {
	margin-left: -100px;
	margin-top: 80px;
}
p.slogan {
	font-size: 1.7em;
	color: #1382b8;
	line-height: 33px;
	/* padding-top: 5px; */
	font-weight: 400;
}
.textintroHome {
	line-height: 30px;
	padding-top: 30px;
}


/** box home **/
.inner_testo_box {
	background: rgba(255,255,255,0.9);
	margin: 0 25px;
	padding: 20px;
	position: relative;
	border:1px solid #dcdcdc;
	height:370px;
	z-index:1000;
	top: 0;
	-webkit-transition: top 2s ease 0s, transform 2s ease 0s;
	transition: top 2s ease 0s, transform 2s ease 0s;
}
.inner_testo_box:hover {
	top:-110px;
}
.box{
    background-size:cover;
    background-position:center;
    height:435px;
    position: relative;
	top: -253px;
	margin-bottom: -253px;
	z-index:1;
}
.box1{
    background-image:url(graphics/boxHome01.jpg);
    background-position:center center;
}
.box2{
    background-image:url(graphics/boxHome02.jpg);
	background-position:center center;
}
.box3{
    background-image:url(graphics/boxHome03.jpg);
    background-position:center center;
}
.contenitore_box:hover .box::after {
	content: '\A';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.contenitore_box:hover .box:after {
	opacity: 1;
}
.contenitore_box:hover .arrow{
    color:#1382b8;
	opacity:1;
}
.contenitore_box .arrow {
	text-align: center;
	position: relative;
	top: 12px;
	color: transparent;
	opacity:0;
	-webkit-transition: opacity .75s ease 0s, transform .75s ease 0s;
	transition:opacity .75s ease 0s, transform .75s ease 0s;
}
.boxIMGhome i {
	font-size: 2.3em;
}
.contenitore_box{
	padding-bottom: 110px;
}
.contenitore_box:hover .inner_testo_box{
	border:3px solid #1382b8;
}
.testo_box {
	position: relative;
}
.contenitore_box .inner_testo_box {
	top: 0;
	border:3px solid #dcdcdc;
	-webkit-transition: all 1s ease 0s, transform 1s ease 0s;
	transition: all 1s ease 0s, transform 1s ease 0s;
}
.contenitore_box:hover .inner_testo_box{
	top:-90px;
	border:3px solid #1382b8;
}
.inner_testo_box .textBox {
	text-align: center;
	line-height: 22px;
	font-weight: 300;
	height: 66px;
}
.inner_testo_box .titolettoBox {
	font-size: 1.3em;
	font-weight: 800;
}
hr.sm {
	border: 2px solid #1382b8;
	width: 60px;
}


/*** news in home ***/
#HomeNewsBox hr.sm {
	width: 60px;
	border: 2px solid #1382b8;
	margin-bottom: 40px;
}
.homeNewsIntroText{
	font-size: 2em;
	text-align:center;
}
.homeNewsItemTitle {
	text-align: center;
	padding: 35px 0 15px 0;
}
.homeNewsItemTitle a {
	font-size: 1.3em;
	font-weight: 600;
	color:#4a4a4a;
}
.homeNewsItemTitle a:hover {
	color:#1382b8;
}
.homeNewsItemText {
	text-align: center;
	font-weight: 300;
}
.homeNewsItemImage img {
	border: 2px solid #dcdcdc;
}
.homeNewsItemImage:hover img {
	border: 2px solid #1382b8;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/************ footer ************/
.contactFooter span {
	color: #009131;
	font-weight: 600;
	font-size: 1.3em;
	padding: 0 5px 0 0;
	letter-spacing: 0;
}
.contactFooter {
	letter-spacing: 1px;
	font-weight: 400;
}
.ditta {
	font-size: 1.3em;
	font-weight: 800;
	color: #009131;
}
#footer .contactFooter {
	background-color: #cce9d6;
	padding-bottom: 2px;
}
#footer .contactFooter2 {
	background-color: #009131;
}
#footer .atRow1 {
	padding: 10px 30px;
	line-height: 23px;
}
#footer .atRow2 {
	padding: 6px 30px 0px 30px;
	border-top: 3px solid #fff;
}
a.link2f{
	font-size: 0.8em;
	color: #fff;
}
ul#privacy {
	list-style: none;
	text-transform: uppercase;
	padding: 0;
}
ul#privacy a {
	color: #fff;
	font-weight: bold;
	font-size: 0.9em;
}
.privacyF{
	text-align:right;
}
.textFooter2 {
	font-size: 0.8em;
	letter-spacing: 0;
	padding-top: 20px;
}


/*** pagine ***/

#centerCol {
	line-height: 27px;
	padding: 50px 25px;
	text-align: justify;
}
.homeBody #centerCol {
	padding: 50px 0;
}
.titlePag {
	font-size: 2em;
	text-align: center;
	line-height: 40px;
	margin: 40px 0 50px 0;
	border-bottom: 1px solid #eee;
	color: #009131;
	font-weight: 400;
}
.imgAzienda {
	height: 430px;
	background-image: url(graphics/sede_chisiamo.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
}
.sottotitPag {
	text-align: center;
	color: #999;
	font-size: 1.1em;
	letter-spacing: 1px;
	font-weight: bold;
	padding-bottom: 40px;
}
p.titTermini, .gallery-title {
	margin-top: 50px;
	font-weight: bold;
	background-color: #efefef;
	padding: 3px 20px;
	border-left: 5px solid #1382b8;
}
.colonnaCert {
	border-left: 1px solid #b4d0dd;
}
.imgCert {
	border: 1px solid #ddd;
	margin-bottom: 40px;
}
.textCert {
	line-height: 22px;
	min-height: 200px;
	text-align:left;
}
.row.gruppoTab02 {
	padding-top: 70px;
}

/*** nano gallery installazioni ***/
/*errore gallery no images*/
.nanoGalleryConsoleParent {
	display: none;
}
.gallery-start{
    padding-top: 25px;
}
.gallery-title{
    font-size: larger;
    font-weight: bolder;
}
.nanogallery_theme_default .nanoGalleryContainer .nanoGalleryThumbnailContainer .labelImageTitle {
	display: none !important;
}
.nanoGalleryContainerParent {
	text-align: left !important;
}

/*** accordion ***/
.textTab {
	font-size: 14px;
	line-height: 25px;
}
.ui-accordion .ui-accordion-icons {
	font-size: 16px;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #1382b8;
	text-decoration: none;
	font-weight: bold;
}
.ui-accordion .ui-accordion-content {

	padding: 1em 2em !important;
}





/*** news ***/
.panel-footer {
	padding: 0 15px;
	background-color: #d0e4ed;
	border-top: 0;
	margin: 20px 0 70px 0;
}
.news_view_text {
	color: #1382b8;
	font-weight: 500;
}
#WebNavigator {
	border: 1px solid #eee;
	padding: 0 15px;
}
.newsBody.h1, .newsBody.h2, .newsBody.h3{
	margin-top: 0!important;
	margin-bottom: 0!important;
}
.news-list-001-name {
	margin: 0;
}
.panel-heading {
	text-align: center;
	padding:0;
	/*margin-bottom: 20px;*/
}
.news_enlarge_image,
.news_enlarge_text,
.news_view_detail,
.news_thumb_text {
	display: none;
}
.news_title{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 300;
}
.newsCategoriesIndex.CategoriesIndexList.hasNotimages.isFirstLevel {
	list-style: none;
	padding-left: 0;
}
.news_detail_001_NAME {
	color: #1382b8;
	margin-bottom: 30px;
}
.panel {
	border: 0;
}
.news-detail-001-name {
	color: #1382b8;
}
.panel-heading .news-detail-001-name {
	padding-top: 10px;
}
.panel-body {
	padding: 20px 0 0 0;
}
.news-detail-001-thumb img, .news-list-001-thumb img {
	border: 2px solid #dcdcdc;
}
.news-detail-001-thumb:hover img, .news-list-001-thumb:hover img {
	border: 2px solid #1382b8;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.news_detail-001-breadcrumb {
	padding: 0 15px;
	background-color: #d0e4ed;
	border-top: 0;
}
ul.service-breadcrumb {
	list-style: none;
	font-size: 1.2em;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
ul.service-breadcrumb li a {
	color: #1382b8;
	font-weight: 500;
	margin: 0px 15px;
	border: 3px solid #fff;
	padding: 10px;
}



.title a,
.title a:hover,
.title a:focus{
    color:#ef8210;
}


/*** form ***/
.TextBox{
    width:100%;
}
.requestFormFieldsRows {
	padding: 0 15px;
}
.control-label.privacy, .requestFormPrivacyRow {
	font-weight: 300;
	font-size: 0.8em;
	line-height: 1.8em;
}


/************ Media query ************/
@media only screen and (min-width:991px) and (max-width: 1060px) {
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a span {
	font-size: .9em!important;
}
}


@media screen and (max-width:1005px){
	.requestTop {
		text-align: left;
	}
    
}
	
@media screen and (min-width:1024px){
	#mmlParallaxID_1 .mmlParallaxImage {
		background-attachment: fixed;
	}
	#mmlParallaxID_2 .mmlParallaxImage {
		background-attachment: fixed;
	}
}
@media screen and (max-width: 768px){
	.contenitore_box {
		padding-bottom: 120px;
	}
	.section {
		padding-bottom: 0;
		/*padding-top: 0;*/
}
}

@media screen and (max-width: 991px) {
.navbar-nav > li > a {
	font-size: 1em !important;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 25px;
	padding-left: 0;
}
ul#mainMenu {
	float: none;
	margin-top: 26px;
}
#menuTopRow.menuTop ul#mainMenu{
	margin-top: 0px;
}
#menuTopRow.menuTop {
	background: none;
	background-color: #fff;
}
}

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

	.privacyF {
		text-align: left;
	}
}
@media screen and (max-width: 767px) {

}
@media screen and (max-width: 479px) {

}


/************ Print Page CSS ************/
/**
	Queste definizioni debbono stare in coda al css
	è possibile inserire contenuti visibili solo in fase di stampa, ovvero con 'display: none' per media=all
	quali headers e footers solo testuali
**/
@media print {
	div#header-outer{
		display: none;
	}
	div#content-outer{
		background: none;
	}
	aside#AsideRight,
	div#left-col	{
		display: none;
	}
	div#centerCol{
		background: none;
		background-color: #ffffff;
		width: 100%;
		margin: 20px;
	}
	aside#AsideLeft,
	div#right-col{
		display: none;
	}
	div#footer-outer{
		display: none;
	}
}