/* 
   Override Css per sistemare widget Yii2
*/
/*google font per h1 cover, nome prodotto e plus su schede prodotti*/
 
@import url(http://fonts.googleapis.com/css?family=Michroma);
h1{
	font-size: 3em;
}
#slide h1{
	font-family: 'Michroma', sans-serif;
	font-size: 3em!important;
}
.fontmic{
	font-family: 'Michroma', sans-serif;
	font-size:2.5em!important;
}
.bigger.fontmic{
	font-family: 'Michroma', sans-serif;
	font-size:4.5em!important;
}
#slide.detail .container h1 {
    background-color: transparent;
    border: none;
    border-radius: none;
    color: #333;
    padding-left: 0;
    font-size: 3em!important;
    margin-bottom:0px;
}
.txt-bottom{
	position: absolute;
	bottom:30px;
}
#azienda #staff img {

    max-width:250px!important;
}
#slide_prodotti .slide-item h2{
	font-size:2.2em;
}
.nopad{
	 padding:0!important;
}
.navbar-inverse {
  background-color: #080808;
}
#slide_prodotti .slidenav a.tt {
	width: 12.5%
}
/* Widget Form */
.field-projectform-subject, .field-productform-subject{
	display:none;
}
#accessori .field-productform-subject{
	display:block!important;
}
/*GOOGLE API V3*/
.gm-style img{
	max-width:none!important;
}
/* btn-scroll */
.scroll-down-ico {
    margin-left: -20px;
    width: 40px;
}
.btn{
	font-size: 1em;
}
.btn-scroll{
	margin-top:20px;
	background: trasparent;
	color:#fff;
	border:2px solid #fff;
}
.btn-scroll:hover{
	
	text-decoration:none;
	
}
.boldblue{
	color:#64a0ce;
	font-weight:700;
}
/* Linea Completa */
#azienda #staff h4{
	color:#333;
}
.linea-completa{
	padding:50px;
}
.linea-completa .btn{
	padding:5px;
	line-height: 1em;
	margin-bottom:0px;
}
.one-height{
	width: 16%;
}
.one-height2{
	width: 16%;
}
.one-height-plus{
	width: 20%;
}
.linea-tab {
	display:none;
}
@media screen and (max-width:768px){
	.one-height{
	width: 25%;
	}
	.one-height2{
	width: 23.5%;
	}
	.one-height-plus{
	width: 29.5%;
	}
}