/*****GENERAL*****/
html, body {
	font-family: 'Open Sans', 'arial', sans-serif;
	font-weight: normal;
	color: #f1f1f1;
	font-size: 13px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Open Sans', 'arial', sans-serif;
}

label.error a {
	color: red;
}

a {
	color: #000;
	text-decoration: none;
	outline: none;
}

a:visited {
	color: #000;
	outline: none;
}

a:hover, a:focus {
	color: #000;
	outline: none;
	text-decoration: none;
}

a.white {
	color: #f1f1f1;
}

a.green {
	color: #6ca63a;
}

a.dark-green {
	color: #5d6953;
}


/*****CLASSI COLORI******/
.white {
	color: #f1f1f1;
}
.white-bkg {
	background-color: #f1f1f1;
}

.green {
	color: #6ca63a;
}
.green-bkg {
	background-color: #476d42;
}

.green-trans-bkg {
	background-color: rgba( 108,166,58,0.85 );
}

.green-sea {
	color: #eef3ed;
}
.green-sea-bkg {
	background-color: #eef3ed;
}

.fluo-green {
	color: #9ae658;
}

.dark-green {
	color: #5d6953;
}
.dark-green-bkg {
	background-color: #5d6953;
}

.dark-bkg {
	background-color: #3a3a3a;
}

.grey {
	color: #545454;
}


.purple {
	color: #ca5583;
}

.red-bkg {
	background-color: #b03d4d;
}

.orange-bkg {
	background-color: #d1741b;
}

.bkg-foglie {
	background: url( "img/commons/bkg.jpg" ) no-repeat scroll 0 0 #fff;
}

/*****CLASSI******/
ul.unstyled,
ol.unstyled {
	list-style: none;
}

.uc {
	text-transform: uppercase;
}

.download-btn {
	padding: 5px 15px;
	background-color: #ddd;
}

.bread > li {
	padding-right: 5px;
}


.skinny {
	font-weight: 300;
}
.fat {
	font-weight: 600;
}

.full-width {
	width: 100%;
}

.carousel-caption {
	right: auto;
	background-color: rgba( 255, 255, 255, 0.75 );
	padding: 20px 15px;
	width: 30%;
	text-align: center;
	bottom: 15%;
	left: 0;
	color: #424242;
	text-shadow: none;
}

.carousel-caption.news-caption {
	right: 0;
	left: auto;
	bottom: 10%;
	background-color: rgba( 0, 0, 0, 0.75 );
	color: #f1f1f1;
	text-align: left;
}

.carousel-caption img {
	border: 1px solid #666;
}

.caption-title {
	padding-bottom: 10px;
	border-bottom: 1px solid #e30821;
	margin-top: 10px;
}

.box-container {
	position: relative;
}
.box-abs-content {
	position: absolute;
	width: 100%;
	left: 0;
	top: 40%;
	text-align: center;
}


/******PULSANTI********/
.green-btn {
	background-color: #6ca63a;
	border: 0;
	color: #f1f1f1;
	font-weight: 300;
	padding: 10px 15px;
	text-transform: uppercase;
}

.big-green-btn {
	background-color: #6ca63a;
	border: 0;
	color: #f1f1f1;
	font-weight: 300;
	padding: 10px 15px;
	text-align: center;
}
.big-btn-title {
	text-align: center;
	padding-bottom: 5px;
	display: inline-block;
	margin: 15px auto;
	border-bottom: 1px solid #f1f1f1;
}

.scale-hover {
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.scale-hover:hover,
.scale-hover:focus {
	text-shadow: 0 0 5px #476D42;
	border-bottom: 0;

	-webkit-transform: scale( 1.3 );
	transform: scale( 1.3 );
}


.detail-container {
	position: relative;
	overflow: hidden;
}
.details-layer {
    background: url("img/commons/lente.png") no-repeat scroll 50% 50% rgba(83, 143, 69, 0.75);
    visibility: hidden;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;

    -webkit-transform: scale( 5 );
    transform: scale( 5 );

    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.details-layer.small {
	background-position: 50% 70%;
}
.detail-container a:hover .details-layer {
	opacity: 1;
	visibility: visible;

	-webkit-transform: scale( 1 );
	transform: scale( 1 );
}



/*****HEADER*****/
.navbar {
	min-height: 70px;
	margin: 0;
	border-radius: 0;
	z-index: 15;
	box-shadow: 0 1px 5px #666;
}

.navbar-header {
	min-height: 70px;
}

.navbar-brand {
	padding: 5px 15px;
}


/********MENU PRINCIPALE********/
.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
	border-bottom: 3px solid transparent;

	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	border-bottom: 3px solid #6ca63a;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background-color: #404040;
	color: #f1f1f1;
	border-bottom: 3px solid #6ca63a;
}

/******MENU DROPDOWN*******/
.dropdown-menu {
	border-radius: 0;
	background-color: #404040;
	border: 0;
	padding: 0;
	min-width: 180px;
	top: 62px;
}

.dropdown-menu > li > a {
	color: #f1f1f1;
	padding: 15px;
	font-size: 12px;
	text-transform: uppercase;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background-color: #525252;
	color: #6ca63a;
}
.dropdown:hover .dropdown-menu {
	display: block;
}

.navbar-toggle {
	background-color: #476d42;
	margin-top: 15px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #6ca63a;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
	background-color: #525252;
	color: #6ca63a;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #f1f1f1;
}

/*****FOOTER*****/
#footer {
	background-color: #6ca63a;
}

#footer .social-list li a {
	display: inline-block;
	padding: 0 5px;
}
#footer .social-list li:last-child a {
	font-size: 1em;
	padding-top: 8px;
}

#footer .social-list .fa-square {
	color: #5c8d31;
}



/*****HOME*******/
#carousel-home {
	border-bottom: 3px solid #476d42;
}

#carousel-home .carousel-caption h1 {
	font-size: 33px;
}

.products-list-home {
	border-top: 3px solid #6ca63a;
}

.product-text {
	position: relative;

	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.product-text:after {
	content: "\f102";
	font-family: 'FontAwesome';
	font-size: 1.5em;
	color: #9ae658;
	position: absolute;
	top: 110%;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	background-color: transparent;
	text-align: center;
	visibility: hidden;

	-webkit-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

.product-text .product-title {
	color: #6ca63a;
}
.product-text .product-excerpt {
	color: #5d6953;
}
.product-box a:hover .product-text .product-title {
	color: #9ae658;
}
.product-box a:hover .product-text .product-excerpt {
	color: #f1f1f1;
}

.product-box a:hover .product-text,
.product-box a:focus .product-text {
	background-color: #476d42;
	text-shadow: 0 1px 3px #6ca63a;
}
.product-box a:hover .product-text .green {
	color: #9ae658;
}
.product-box a:hover .product-text .dark-green {
	color: #9ae658;
}
.product-box a:hover .product-text:after {
	visibility: visible;
	background-color: #476d42;
	top: -15px;
}


#carousel-news .carousel-indicators {
	bottom: auto;
	top: 0;
}

.download-list li a {
	display: block;
	border-bottom: 1px dashed #ddd;
	position: relative;

	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.download-list li a:hover,
.download-list li a:focus {
	background-color: #6ca63a;
}
.download-list li a:hover:after {
	content: "\f063";
	font-family: "FontAwesome";
	position: absolute;
	right: 15px;
	top: 35%;
}

.download-list .fa-file-archive-o {
	font-size: 1.5em;
}


/*******BOX WIDGET*******/
.widget-box {
	height: 300px;
	background-color: #476d42;
	margin: 5px auto;
	position: relative;
}
.widget-box a {
	display: block;
	height: 100%;
}

.widget-title {
	background-color: rgba(71, 109, 66, 0.6);
	height: 100%;
	padding: 20% 0;
	text-transform: uppercase;
}

.widget-hover {
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
	padding: 15px 0;
	opacity: 0;
	visibility: hidden;

	-webkit-transform: rotate( 0 ) scale( 0 );
	transform: rotate( 0 ) scale( 0 );

	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.widget-hover .fa {
	font-size: 3em;
}

.widget-box a:hover .widget-hover {
	opacity: 1;
	visibility: visible;

	-webkit-transform: rotate( 360deg ) scale( 1.5 );
	transform: rotate( 360deg ) scale( 1.5 );
}


#widget-cataloghi {
	background: url( "img/widget/box-cataloghi.jpg" ) no-repeat scroll 0 0 #476d42;
}

#widget-campioni {
	background: url( "img/widget/box-campioni.jpg" ) no-repeat scroll 0 0 #476d42;
}

#widget-ecommerce {
	background: url( "img/widget/box-ecommerce.jpg" ) no-repeat scroll 0 0 #476d42;
}

#widget-verde {
	background: url( "img/widget/box-numeroverde.jpg" ) no-repeat scroll 0 0 #476d42;
}

#widget-area-riservata {
	background: url( "img/widget/box-areariservata.jpg" ) no-repeat scroll 0 0 #476d42;
}

#widget-preventivo {
	background: url( "img/widget/box-preventivo.jpg" ) no-repeat scroll 0 0 #476d42;
}


/********CHI SIAMO***************/
#timeline {
    list-style: outside none none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 40px;
    position: relative;
    width: 100%;
}

#timeline:before {
    background: none repeat scroll 0 0 rgb(142, 147, 153);
    bottom: 0;
    content: "";
    height: 99999px;
    left: 50%;
    margin-left: -1px;
    margin-top: -10px;
    position: absolute;
    top: 10px;
    width: 2px;
}

#timeline > li {
    display: block;
    padding-top: 40px;
    position: relative;
    width: 50%;
    opacity: 0;
}
#timeline > li:nth-child(2n+1) {
    clear: left;
    float: left;
    padding-right: 20px;
}
#timeline > li:nth-child(2n) {
    clear: right;
    float: right;
    padding-left: 20px;
}
#timeline > li:nth-child(1) {
    padding-top: 30px;
    opacity: 1;
}
#timeline > li:nth-child(3),
#timeline > li:nth-child(2),
#timeline > li:nth-child(5),
#timeline > li:nth-child(6) {
    padding-top: 110px;
    margin-top: 80px;
}
#timeline > li:nth-child(2n) {
    margin-top: 100px;
}

#timeline > li:nth-child(2n) .year-square {
	right: auto;
	left: 0;
}

#timeline > li .hentry:before {
    /*border: 4px solid rgb(245, 245, 245);*/
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    background-color: #476d42;
    width: 30px;
}
#timeline > li:nth-child(2n+1) .hentry:before {
    border: 3px solid rgb(255, 255, 255);
    right: -15px;
}
#timeline > li:nth-child(2n) .hentry:before {
	border: 3px solid rgb(255, 255, 255);
	left: -15px;
}

.year-square {
	/*position: absolute;
	right: 0;
	top: 40%;
	background-color: #476d42;
	color: #f1f1f1;
	text-align: center;
	width: 100px;
	height: 100px;*/
	display: inline-block;
	width: 150px;
	height: 150px;
	text-align: center;
	background-color: #476d42;
	color: #f1f1f1;
}
#timeline > li:nth-child(3) .year-square,
#timeline > li:nth-child(2) .year-square {
	top: 20%;
}

.year {
	font-size: 18px;
	line-height: 150px;
}


/*********SCHEDA PRODOTTO********/
.prod-description {
	font-size: 14px;
	color: #424242;
}

.feature {
	margin-top: 15px;
	margin-bottom: 15px;
}

.feature .media-body {
	vertical-align: middle;
}

.bordered-row {
	border-top: 3px solid;
}
.bordered-row-bottom {
	border-bottom: 3px solid;
}

.product-tabs .tabpanel {
	position: relative;
}
/*.product-tabs .tabpanel:after,
.product-tabs .tabpanel:before {
	background-color: rgb(108, 166, 58);
    content: "";
    height: 1px;
    left: 100%;
    margin-top: -1px;
    position: absolute;
    top: 100%;
    width: 100%;
}
.product-tabs .tabpanel:before {
	left: auto;
	right: 100%;
}*/

.product-tabs .nav-tabs {
	border-color: #6ca63a;
}

.product-tabs .nav-tabs li {
	width: 33.3%;
	text-align: center;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	border-color: #6ca63a;
	border-bottom-color: transparent;
	border-radius: 0;
}

.product-tabs .tab-content {
	padding: 25px 15px;
	color: #5e5e5e;
}

.form-control {
	border-color: #6ca63a;
	border-top: none;
	border-radius: 0;
	box-shadow: none;
	border-bottom: 1px solid #6ca63a;
}
textarea.form-control {
	border-top: 1px solid #6ca63a;
	border-bottom: 1px solid #6ca63a;

	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.form-control:focus {
	box-shadow: none;
	border-color: #6ca63a;
}
.form-control.error {
	border-color: #f96275;
}

.details-text {
	color: #fff;
	text-align: center;
	margin-top: 20%;
	font-size: 18px;
	padding: 0 15px;
}


/*********GUIDA ALLA POSA********/
.right-col-list-item {
	border-bottom: 1px solid #ddd;
}



/*********CONTATTI*********/
.form-group > label,
.checkbox > label {
	color: #5e5e5e;
}

#map {
	min-height: 350px;
}



/******TPL ISTITUZIONALE******/
.content-istituzionale a {
	color: #6ca63a;
	position: relative;
}
.content-istituzionale a:after {
	content: "\f08e";
	font-family: "FontAwesome";
	color: #6ca63a;
	padding-left: 5px;
}



/***** BOOSTRAP MEDIA  QUERY ******/

/* Extra Small */
@media(max-width:767px){

	.pf0-xs {
		padding: 0;
	}

  	.logo-footer {
  		display: block;
  		float: none !important;
  		padding: 5px 0;
  	}

  	.year-square {
  		position: static;
  		margin-bottom: 15px;
  	}


}

/* Small */
@media(min-width:768px) and (max-width:991px){

}

/* Medium */
@media(min-width:992px) and (max-width:1199px){

	#menu-main_menu {
		margin-top: 10px;
		margin-left: 15px;
	}

	.navbar-nav > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}

	.carousel-caption.news-caption {
		bottom: 0;
	}

	.col-md-20 {
		width: 20%;
	}

}


/* Large */
@media(min-width:1200px){

	#menu-main_menu {
		margin-top: 10px;
		margin-left: 15px;
	}

	.dropdown-menu {

	}

	.col-lg-20 {
		width: 20%;
	}

}










