* {font-family: 'Lato', sans-serif;}
@import url(https://fonts.googleapis.com/css?family=Khand);
.carousel-caption {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
}

.carousel-caption p {
    color: #333 !important;
    text-shadow: none !important;
}

.carousel-indicators {
    bottom: 0 !important;
}

.language {
    margin-top: 1em;
    margin-bottom: 1em;
    float: left;
    padding: 0;
}

.language i {
    background: #FF6600;
    color: #fff;
    padding: 3px;
    border-radius: 4px;
    transition: 0.2s;
}

.language i:hover {
    color: #FF6600;
    background: #fff; 
}

.navbar-brand>img {
    height: 45px;
}

.buttonpreventivo {
    text-align: center;
}

.buttonpreventivo button:first-child {
    float: left;
}

.buttonpreventivo button:last-child {
    float: right;
}

.area {
    display: inline-block;
    text-align: right;
    float: right;
    font-size: 0.9em;
    line-height: 2.2em;
    margin: 0 1em;
}

.area a {
    color: #8a8787;
}

.area span {
    padding: 0 0.3em;
}

.language .btn-default {
    border-color: #f3d8b7;
    border-radius: 0;
    margin-left: 1.4em;
    padding: 2px 6px 3px;
}

.language img {
    width: 1.7em;
}

.language .dropdown-menu {
    min-width: inherit;
    padding: 0;
    border: 1px solid #f5f5f5;
    border-radius: 0;
    box-shadow: none;
    top:inherit;
    margin-top: 0;
    left: 2.4em;
    width: 50px;
}

.language .dropdown-menu>li>a {
    padding: 3px 0px 5px
}

.language .dropdown-menu>li>a img {    
    margin: 0 6px;
}

.menuceam {
    background: #FF6600;
}

.menuceam .navbar-default{
    margin: 0;
    border: none;
    border-radius: 0;
    background: none;
}

.menuceam .navbar-brand {
    padding-top: 0.1em;
    padding-bottom: 0;
}

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

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #EC4D04;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: #EC4D04;
    color: #fff;
}

.navbar-default .navbar-toggle {
    border-color: #EC4D04;
}

.navbar-default .navbar-nav>li>a {
    color:#fff;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #EC4D04;
}

.menuceam .dropdown-menu {
    box-shadow: none;
    border-radius: 0;
    border-color: #f3d8b7;
    padding: 0 0;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #EC4D04;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #EC4D04;
}

.menuceam .dropdown-menu>li>a {
    padding: 3px 14px;
    font-size: 0.9em;
}

.carousel-control.left, .carousel-control.right {
    opacity: 0.1;
}

header {
    margin: 2em 0;
}

.carousel-inner {
    border: 2px solid #f4dbbd;
}

.owl-theme .owl-controls .owl-page span {
    margin: 5px 3px !important;
}

.carousel-indicators li, .owl-page span {
    background: #ccc !important;
    opacity: 1 !important;
    border:none;
}

.carousel-indicators .active, .owl-page.active span{
    background: #EC4D04 !important; 
}

#box div {
    text-align: center;
}

hr.container {
    border: 1px solid #ffb871;
    max-width: 1080px;
}

.categorie {
    margin-bottom: 1em;
}

.categorie .nav-pills{
    border: 1px solid #ffb871;
}

.categorie .nav-pills li.active a{
    font-size: 1.2em;
}

.categorie .nav-pills li.active span {
    background: #EC4D04;
    padding: 10px;
    color: #fff;
    position: relative;
    top: 0;
}

.categorie .nav-pills li span {
    background: #edb662;
    padding: 11px;
    color: #fff;
    position: relative;
    top: 0;
}

.categorie .nav-pills li a {
    border-radius: 0;
    color: #444f5e;
    border-bottom: 1px solid #FFB871;
}

.categorie .nav-pills li:last-child a{
    border-bottom: none;
}

.categorie .nav-stacked>li+li {
    margin-top: 0;
}

.categorie .nav>li>a {
    padding: 0;
}

.categorie .nav-pills>li.active>a, .categorie .nav-pills>li.active>a:focus, .categorie .nav-pills>li.active>a:hover {
    border-bottom:1px solid #FFB871;
    background: none;
    color: #000;
    font-weight: bold;
}

.product {
    border:1px solid #d0d0d0;
    border-radius:3px;
    margin-bottom: 1em;
    padding: 0.5em;
    height:380px;
    position: relative;
}

.product figure img {
    max-width: 100%;
}

.product figure {
    text-align: center;
    padding-bottom: 1em;
    border-bottom:1px solid #d0d0d0;
}

.product h3 {
    margin: 0.7em 0;
    color: #2e2e2e;
    font-size: 1.4em;
}

.product .descrizione {
    color: #ABABAB;
    min-height: 50px;
}

.product .btn-warning {
    padding: 1px 4px;
    font-size: 0.8em;
}

.product a.button_detail{
    position: absolute;
    bottom: 10px;
}

.titolo {
    background: #fafafa;
    border:1px solid #f5f5f5;
    border-radius: 3px;
    margin: 2em auto 1em;
    line-height: 2.5em;
    text-transform: uppercase;
    color: #fe7b00;
    font-size: 1.3em;
    text-decoration: underline;
    font-weight: bold;
    max-width: 1110px;
}

.page {
    text-align: center;
}

.pagination>li>a, .pagination>li>span {
    color: #F0AD4E;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #EC4D04;
}

footer {
    background: #FF6600;
    color: #fff;
    padding: 1.5em;
    text-transform: uppercase;
}

footer .social img {
    width: 1.5em;
}

.form-control:focus {
    border-color: #F0AD4E;
}

.newsletter .btn-default, .searching .btn-default {
    background: #efb061;
    border-color: #efb061;
    color: #fff;
    font-weight: bold;
}

.newsletter .btn-default:focus, .searching .btn-default:focus {
    outline:none;
}

.newsletter .btn-default:active, .newsletter .btn-default:hover, .searching .btn-default:active, .searching .btn-default:hover {
    outline:none;
    background: #fff;
    color: #de6e00;
    border-color:#ccc;
}

.newsltext {
    text-align: center;
    line-height: 2.5em;
    font-weight: bold;
}
    
.footerbox{
    margin: 2.5em auto;
    padding: 1em;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 4px;
}

.copy a {
    color: inherit;
}

.social {
    line-height: 35px;
}

.social a:first-child {
    margin-left: 5px;
}

.footerbox .col-md-3 {
    margin: 1em 0;
}

.footerbox .media-left img {
    width: 4em;
}

.footerbox p {
    text-transform: initial;
    margin-bottom: 0;
    font-size: 0.9em;
}

.footerbox p a {
    color: #fff;
}

.copy {
    text-align: center;
    font-size: 0.7em;
    text-transform: initial;
}

.searching {
    background: #FF6600;
    padding: 1em;
    margin-top: 1em;
}

.searching p {
    color: #fff;
}

.creative {
    margin: 0 0;
    font-family: 'Khand', sans-serif;
    font-size: 30px;
    color: rgba(142, 142, 142, 0.64);
    padding-top: 3px;
}

.creative span {
    border-bottom: 3px solid #FF6600;
}

.altro {
    margin: 1em auto;
}

.altro .nav-tabs>li>a:hover {
    border-color:#f06802;
}

.altro .nav-tabs>li>a {
    border-radius: 0;
    text-transform: uppercase;
    background: #efb061;
    color: #fff;
}

.altro .nav-tabs>li.active>a, altro .nav-tabs>li.active>a:focus, .altro .nav-tabs>li.active>a:hover {
    background: #f06802;
    color: #fff;
}

.altro .single {
    text-align: center;
    padding: 1em;
    border:1px solid #ddd;
    border-top:none;
}

.altro .single.middle {
    border-left:0;
    border-right:0;
}

.altro hr {
    max-width: 60%;
    border-top:1px solid #bfbfbf;
}
    
.titleline {
    background: #fd850b;
    margin: 1em auto;
}

.titleline .col-md-3{
    background: #fd850b;
}

.titleline .tit {
    background: #eeaf62;
    padding: 0.6em;
    color: #fff;
    font-size: 1.3em;
    text-transform: uppercase;
    height: 50px;
    line-height: 1.6em;
}

.titleline .titimage {
    background: #fff;
    text-align: center;
    height: 50px;
}

.titleline .titimage img {
    width: 3em;
}

.fotoslider {
    margin: 5em auto;
}

.fotoslider .carousel-inner {
    border: none;
}

.fotoslider .carousel-control.left, .fotoslider .carousel-control.right {
    opacity: 0;
}

.contenuto h1 {
    font-size: 1.6em;
    font-weight: bold;
}

.details {
    clear: both;
}

.details .nav-tabs {
    border-bottom: 0;
}

.details .nav-tabs>li>a {
    color:#ccc;
}

.details .nav-tabs>li.active>a, .details .nav-tabs>li.active>a:focus,.details .nav-tabs>li.active>a:hover {
    color: #fd850b;
    text-decoration: underline;
    font-weight: bold;
}

.details .tab-content>.tab-pane{
    border:1px solid #ddd;
    padding: 0.6em;
}

.details .items {
    text-align: right;
    line-height: 10px;
}

.details .items p {
    /*height: 35px;
    margin: 0;
    line-height: 2.1em;
    font-weight: bold;*/

    margin: 0;
    line-height: 110%;
    font-weight: bold;
    margin-bottom: 10px;
}

.cta {
    text-align: right;
    margin: 3em auto;
}

.cta button {
    background: #fd850b;
    position: relative;
    padding-left: 30px;
}

.cta .icona {
    position: absolute;
    line-height: 40px;
    background: #ea5b0c;
    top: -3px;
    left: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1.6em;
}

@media (max-width: 991px) {
    .titleline, .titleline .col-md-3{
        background: #fff;
    }
    .details .items p {
        display: none;
    }
    .altro .single.middle {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
}

.row.product-option-row{
    margin:15px -15px;
}

#temp_conf{
    padding:10px 0;
    text-align: left;
    line-height: 120%;
}

ul.allegati_download a{color:#000;}

.errorMessage{display: none;}

.form-control.error{border:1px solid red;}


.carousel-inner>.item>img{max-width: 400px;}

.related-row .col-md-3,.related-row .col-xs-6,.related-row .col-sm-4{
    min-height:400px;
}

.related-row div p{text-align:left !important;}
.related-row a p{color:#333;}