/* COMMON */
body {
    background: #fff none repeat scroll 0 0;
    color: #000;
    cursor: auto;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 15px;
    overflow-x: hidden; 
}
a{
	text-decoration: none;
	-webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
a:hover{
	color: #DF3C0A;
	text-decoration: none;
}
.nopadding{
	padding: 0;
}
.table > tr + td {
	white-space: nowrap;
}
/* BUTTON */
.btn{
	background: #c70f17;
	border: 2px solid #DF3C0A;
	padding: 12px 12px;
	color: #fff;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
    display: block;
    text-align: center;
    -webkit-transition: all ease .1s;
    -moz-transition: all ease .1s;
    -o-transition: all ease .1s;
    transition: all ease .1s;
}
.btn:hover {
    background: #ff0000;
    color: #fff;
}
.alert, .form-control, .btn{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.rc-anchor {
    -webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
	border-radius: 0!important;
}
.btn_cookie{
	margin: 0 auto;
}    
/* MENU */
.dropdown-menu {
    z-index: 10000;
}    
#menu-container{
	background: #C70F17;
}
#menu-container a{
	color: #fff;
}
#menu-container .dropdown-menu a{
	color: #000;
	-webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
}
#menu-container .dropdown-menu a:hover{
	color: #DF3C0A;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #eee;
    border-color: transparent;
    color: #000!important;
}    
.nav>li>a:focus, .nav>li>a:hover {
    background-color: #898989;
}
.navbar-inverse {
    background-color: #fff;
}
/* STICKUP */
.menuwrap.isStuck{
	z-index: 10000;
	background: #DF3C0A;
	width: 100%;
}	
/* HEADER */
.direct-contact a{
	color: #fff;
	text-decoration: none;
}
.direct-contact {
    color: #ffffff;
    font-weight: 300;
    height: 50px;
    position: relative;
    text-align: center;
    background-color: #C70F17;
}
.direct-contact ul {
    list-style-type: none;
    margin: 17px 0;
    padding: 0;
}
.direct-contact ul li {
    margin: 5px;
}
.direct-contact ul li {
    display: inline-block;
    line-height: 17px;
}
.direct-contact .flyout {
    cursor: pointer;
    height: 25px;
    line-height: 25px;
    position: absolute;
    text-align: center;
    top: 50px;
    width: 35px;
    z-index: 200;
    background-color: #C70F17;
    left: 50%;
}
#logo{
	padding: 60px 0;
}
.map span {
    font-size: 20px;
    color: #C70F17;
    padding: 10px;
}
.info {
    margin-top: 60px;
}
.location{
	margin-left: 30px;
    width: 100%;
}
.map{
	float: left;
}
/* SLIDER STYLES */
.flex-control-nav {
    bottom: 10px!important;
}
.flexslider{
	border: none!important;
	  margin: 0!important;
}
.flex-direction-nav a::before {
    color: rgba(255, 255, 255, 0.8)!important;
    font-size: 35px!important;
}
.flex-caption{
	position: absolute;
    width: 100%;
    padding: 2%;
    left: 0;
    top: 43%;
    background: rgba(0,0,0,.5);
    color: #fff;
    text-shadow: 0px 2px 2px rgba(0,0,0,1);
    font-size: 25px;
    line-height: 18px;
    text-align: center;
}
.full-width{
	position: relative;
}
/* PRODUCT HOME */
#product_home img {
    width: 25%;
    float: left;
    height: 80px;
}
.title-extra{
	position: relative;
    bottom: 90px;
    left: 0px;
    padding: 10px 0;
	background: #c70f17;
	opacity: 0.8;
	width: 100%;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s; 
}
.title-extra a{
	color: #fff;
}	
.title-extra h3{
	margin: 5px;
}
.extra_home_thumb:hover+.title-extra{
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}	
/* HOME */
.title_home h1 {
    border-bottom: 3px solid #C70F17;
    margin: 40px 15%;
    padding-bottom: 20px;
    line-height: 1.7em;
    font-weight: 600;
    font-size: 1.5em;
}
.title_home h2{
	border-bottom: 3px solid #C70F17;
    margin: 40px 30%;
    padding-bottom: 20px;
    line-height: 1em;
    font-weight: 300;
    color: #fff;
}
.parallax-box {
    position: relative;
}
.parallax-bg {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.parallax_content_box {
    margin: 0 0 0 -30px;
    padding-left: 81px;
    padding-right: 80px;
    position: relative;
    z-index: 1;
    text-align: center;
}
.product-box h1{
	color: #fff;
}
.extra_home_thumb{
	-webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
    margin-bottom: 35px; 
}
.extra_home_thumb:hover{
	-webkit-filter: grayscale(100%); 
	-moz-filter: grayscale(100%); 
	-ms-filter: grayscale(100%); 
	-o-filter: grayscale(100%);
	filter: grayscale(100%);  
	
}
.extra_home_thumb img{
	border: 1px solid #000;
}	
.product-box h3{
    margin-bottom: 0;
    font-weight: 100;
    font-size: 25px;
}
.product-box h3 a{
    color: #fff;
}
.parallax-content{
	padding-bottom: 20px;
}
.nav-title{
    border-bottom: 3px solid #c70f17;
    margin: 40px 0;
    padding-bottom: 20px;
    line-height: 1em;
    font-weight: 300;
    text-align: center;
}	
#home_content{
	text-align: center;
	margin: 0 0 20px 0;
}
#home_content img{
	margin-top: 10%;
}
.product_title h2 {
    font-size: 1.1em;
    padding: 0;
    color: #fff;
    margin: 0 0 0 10px;
    line-height: 80px;
}
.product_title {
    background: #df3c0a none repeat scroll 0 0;
    float: right;
    width: 75%;
    height: 80px;
}

#home-contact{
	background: #fff;
	color: #000;
	padding: 20px 0;
}
/* MAP */
#map-canvas {
    width: 100%;
    height: 400px;
    background-color: #CCC;
}
/* QR CODE */
.qrcode{
	width: 50%;
}
/* BOTTOM */
.bottom{
	text-align: center;
	padding: 20px;
	border-top: 1px dotted #999
}
/* NAVIGATOR */
.nav-stacked li+li {
    padding-left: 21px;
    background: url('/template/images/list_img.jpg') no-repeat center left;
    border-bottom: 1px dotted #000;
}
.nav-stacked li+li a:hover{
	background: transparent;
}
.nav.nav-pills.nav-stacked a:focus{
	background: none;
	border: none;
}
/* PAGE */
.title-section{
	background: #C70F17;
	color: #fff;
}
.breadcrumb{
	background: transparent;
	text-align: center;
}
.title-section h1{
	margin-top: 0;
}
.breadcrumb a{
	color: #fff;	
}	
.title-header{	
	margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
}
table {
    border-color: #000;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #000;
}
/* LISTA CON FOTO */
.lista-contenuti ul li{
	border-bottom: 1px dotted #000;
	padding: 20px;
}
/* SOCIAL */
.facebook-btn div span {
    height: 27px !important;
}
.pinterest-btn span{
	vertical-align: super;
}
.social-sharing{
	display: inline-flex;
}
/* FOOTER */
#footer{
	background: #c70f17;
	color: #fff;
}
#footer a{
	color: #fff;
} 
#footer #social ul{
	float: left !important;
}   	