body 
{
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 18px;
  font-weight:300;
  overflow: hidden;
}

#header-img
{
    /*padding-left: 50%;
    margin-left: -68px;
    margin-top: 20px;*/
    margin-right: 20px;
    max-width: 100%;
}

h1,h2,h3,h4,h5,h6,ul.nav > li > a
{
    font-family: 'Yanone Kaffeesatz';
}

p,a,span,i,b,td,tr,th,div
{
    font-family: 'Roboto','Lucida Sans',sans-serif;
    line-height: normal;
}

div#preloader
{
    position: fixed;
    top:0px;
    left:0px;
    
    width:100%;
    height: 100%;
    
    overflow: hidden;
    
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.4);
    z-index: 9990;   
}

.wrapper
{
    -webkit-transform: translate3d(0,0,0); 
    transform: translate3d(0,0,0); 

    margin:0px;
    padding:0px;
    
    transition: all 0.6s ease-in-out;
    
    filter: blur(0px); 
    -webkit-filter: blur(0px); 
    -moz-filter: blur(0px);
    -o-filter: blur(0px); 
    -ms-filter: blur(0px);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');

}
div.wrapper.blurred
{
    filter: blur(20px); 
    -webkit-filter: blur(20px); 
    -moz-filter: blur(20px);
    -o-filter: blur(20px); 
    -ms-filter: blur(20px);
    filter: url(blur.svg#blur);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
}


div#preloader > img
{
    position: absolute;
    top: 50%;
    left: 50%;
    /*margin-top: -16px;
    margin-left: -16px;*/
    margin-top: -83px;
    margin-left: -83px;
    z-index: 9999;
}

div.col-sm-12.alert.alert-info.wow.animated:hover
{
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    
    transform: scale(1.1);
}

.container-fluid.container-carosello
{
    padding:0px;
    background: black;
}

div.carosello 
{
    margin-top: 70px;
}

div.carosello > div.overlayContainer
{
    width: 100%;
}

div.carosello.chisiamo,
div.carosello.chisiamo div.overlayContainer > div[src]
{
    height: 490px;
}

div.overlayContainer div.easy
{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background: black;
    
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    
    z-index: 900;
}

div.overlayContainer > div[src]
{
    width: 100%;
    height: 690px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

div.scrittaContainer
{
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    
    padding-top: 13%;
    text-align: center;
    
    color: white;
}

div.scrittaContainer > h1,
div.scrittaContainer > h2
{
    font-size: 102px;
    color: #6554BA;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    display: inline;
    
    margin-top:40%;
}

div.carosello.chisiamo div.scrittaContainer
{
    padding-top: 10%;
}

div.carosello.chisiamo div.scrittaContainer > h1,
div.carosello.chisiamo div.scrittaContainer > h2
{
    margin-top:0;
    color: white;
}

div.scrittaContainer > a.btn
{
    border-radius: 50%;
    padding: 10px 15px;
    margin-left: 15px;
    margin-top: -56px;
}

div.scrittaContainer > a.btn > span,
div.scrittaContainer > p
{
    font-size: 23px;
}

nav.navbar
{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.navbar * li.active:before
{
    position:absolute;
    content:"";
    height:6px;
    background-color:#6554BA;
    bottom:-4px;
    left:0;
    right:0;
    margin-top:41px;
}

div.servizi .row div.col-md-3 h3,
div.usato h3
{
    font-size: 60px;
    font-weight: 200;
}

div.servizi-chisiamo .row div.col-md-2 h3
{
    height: 250px;
    line-height: 100px;
    text-align: center;
    vertical-align: middle;
}

div.servizi-chisiamo ul li
{
    list-style-type: none;
    margin-top: 12px;
}
div.servizi-chisiamo ul li span
{
    font-weight: bolder;
    color:#6554BA; 
    font-size: 20px;
}


div.servizi-chisiamo .row div.col-md-2 h3 img
{
    vertical-align: middle;
}

div.servizi .row div.col-md-9 div.service-content,
div.servizi-chisiamo .row div.col-md-10 div.service-content
{
    display: table-cell;
    height: 200px;
    vertical-align: middle;
}
/*
div.servizi-chisiamo .row div.col-md-10 div.service-content
{
    height: 150px;
}*/

#contattami
{
    margin-top: 40px;
}

#contattami > h2
{
    color: #6554BA;
    font-weight: 700;
    font-size: 50px;
}

@media screen and (min-width: 1200px)
{
    
}
.padding-responsive
{
    padding: 30px;
}
@media screen and (max-width: 991px)
{
    img.responsive
    {
        display: none;
    }
    
    #contattami
    {
        margin-top: 0px;
    }
    
    div.servizi .row div.col-md-9 div.service-content
    {
        height: auto;
    }
    
    .footer
    {
        text-align: center;
    }
    
    .footer .col-md-4
    {
    }
    
    .noresponsive
    {
        display: none;
    }
    
    div.usato > div.header
    {
        margin: 15px auto;
    }
    div.usato > div.header > p
    {
        margin-top: 15px;
    }
    .padding-responsive
    {
        padding: 20px 5px;
    }
    .padding-responsive > ul
    {
        padding-left: 0px;
    }   
}

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

    
    .footer .col-md-12 > p
    {
        text-align: center;
    }
    .footer .col-md-12 > p > img
    {
        display: block;
        margin-bottom: 10px;
        padding-left: 50%;
        margin-left: -31.5px;
    }
    div.overlayContainer > div[src]
    {
        height: 380px;
        background-size: cover;
    }
    
    div.carosello.chisiamo,
    div.carosello.chisiamo div.overlayContainer > div[src]
    {
        height: 250px;
    }
    
    div.scrittaContainer > h1,
    div.scrittaContainer > h2
    {
        font-size: 60px;
        line-height: 70px;
        vertical-align: baseline;
    }
    
    div.carosello.chisiamo div.scrittaContainer > h1,
    div.carosello.chisiamo div.scrittaContainer > h2
    {
        font-size: 60px;
    }
    
    div.scrittaContainer > a.btn > span,
    div.scrittaContainer > p
    {
        font-size: 16px;
        line-height: 20px;
    }
    
    div.scrittaContainer > a.btn
    {
        border-radius: 50%;
        padding: 5px 8px;
        margin-left: 15px;
        margin-top: -22px;
    }
    
    div.col-lg-6 > div.well > img.titolo,
    div.col-lg-12 > div.well > img.titolo
    {
        margin-bottom: 5px;
    }
    
    .carosello-usato div.item img
    {
        width: 100%!important;

        max-height: 400px!important;
        height: auto!important;
    }
    .owl-theme .owl-controls .owl-nav .owl-prev
    {
        margin-right: 0px!important;
    }
    
    .container.prodotti > div.row div img.titolo
    {
        /*max-width: 100%;*/
        max-height: 150px!important;
        margin-left: 15px!important;
    }
    
    div.servizi .row div.col-md-3 h3
    {
        font-size: 43px!important;
    }
    
    .servizi div.alert.alert-info .col-sm-3
    {
        margin-bottom: 12px;
    }
    
    div.carosello.chisiamo div.scrittaContainer
    {
        padding-top: 55px;
        
    }
}

@media screen and (max-width: 767px)
{
    .navbar-brand > img
    {
        max-height: 40px;
        margin-top: -8px;
    }
}

.owl-stage-outer
{
    position: relative;
}

.row.marche-trattate > div > p
{
    text-align: justify;
}

.row.marche-trattate > div > img
{
    max-width: 100%;
}

div.col-lg-6 > div.well,
div.col-lg-12 > div.well,
div.usato div.well
{
    border: 1px solid #6554BA;
    box-shadow: none;
    text-align: center;
}

#well-ogp h2
{
    text-align: left;
}

div.col-lg-6 > div.well > img.titolo,
div.col-lg-12 > div.well > img.titolo
{
    /*float: left;*/
    max-height: 90px;
    max-width: 100%;
    margin-bottom: 15px;
    cursor: pointer;
}
div.col-lg-6 > div.well > h3,
div.col-lg-12 > div.well > h3
{
    float: left;
    margin-left: 12px;
    font-weight: 700;
    display: none;
}
div.col-lg-6 > div.well > p,
div.col-lg-12 > div.well > p
{
    clear: both;
    text-align: justify;
    padding-top: 10px;
}


div.well
{
    background: white;
}
div.well.well-noborder
{
    border: 0px!important;
}

a.btn,
button.btn-primary,
input.btn-primary
{
    background: #6554BA;
    border: 1px solid #6554BA;
    color: white;
    text-decoration: none;
}

.footer
{
    padding-top: 40px;
    padding-bottom: 20px;
    margin-top: 40px;
    background: #6554BA;
    color: white;
    font-size: 14px;
}

.footer a, .footer a:visited
{
    color: white!important;
}

.footer .QR-container
{
    text-align: center;
}

.footer .col-md-12 > p
{
    text-align: center;
    font-size: 10px;
}

.footer .col-md-12 > p > img
{
    max-height: 40px;
    vertical-align: middle;
    margin-right: 10px;
}

.footer .QR-container > img
{
    width: 200px;
    max-width: 100%;
}

/* Main marketing message and sign up button */
.jumbotron
{
    text-align: center;
    background-color: transparent;
}
.jumbotron .btn
{
    padding: 14px 24px;
    font-size: 21px;
}

nav.navbar
{
    /*margin-top: 45px;*/
    position: fixed;
    background-color: #FFF;
    border: 0px;
    width: 100%;
    z-index: 800;
}
nav.navbar  li > a
{
    padding:0px 15px;
    margin-bottom: 0;
    font-weight: normal;
    color: black;
    line-height: 70px;
    text-align: center;
    text-transform: uppercase;
}

.nav>li>a:focus, .nav>li>a:hover
.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a
{
    background-color: #6554BA!important;
    color: white;
}

button.navbar-toggle span.icon-bar
{
    background: black;
    background-color: black;
}

@media (min-width: 768px)
{
    nav.navbar
    {
        max-height: 72px;
    }
    nav.navbar > li > a
    {
        border-right: 1px solid #d5d5d5;
        border-left: 1px solid #fff;
    }
    nav.navbar > li:first-child > a
    {
        border-left: 0;
        border-radius: 5px 0 0 5px;
    }
    nav.navbar > li:last-child > a
    {
        border-right: 0;
        border-radius: 0 5px 5px 0;
    }

    /* Remove the padding we set earlier */
    .masthead,
    .marketing,
    .footer
    {
        padding-right: 0;
        padding-left: 0;
    }
    .navbar-brand > img
    {
        max-height: 48px;
        margin-top: -5px;
    }
}


#contattami div.col-md-2 span.input-group-addon
{
    background: white;
    border: 0px;
    text-align: left;
    padding-top: 13px;
}

#contattami div.col-md-10,
#contattami div.col-md-2
{
    margin-top: 10px;
}

#contattami div.col-md-10 input,
#contattami div.col-md-10 textarea
{
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    
    border-bottom: 1px solid silver;
}

#contattami div.col-md-10 input:focus,
#contattami div.col-md-10 textarea:focus
{
    border-bottom: 2px solid #6554BA;
}

input.error, textarea.error
{
    border-bottom: 2px solid red!important;
}

label.error
{
    font-weight: normal;
    color: red;
    font-size: 12px;
}

#toast-container > div.toast.toast-success,
#toast-container > div.toast.toast-error,
#toast-container > div.toast.toast-info
{
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    
    opacity: 1;
    -ms-filter: alpha(Opacity=100);
    filter: alpha(opacity=100)
}

#toast-container.toast-bottom-center>div, #toast-container.toast-top-center>div
{
    width: 100%!important;
}

#toast-container > div.toast.toast-info
{
    color: white;
    background-color: #6554BA;
}

div.toast.toast-info > div.toast-title,
div.toast.toast-info > div.toast-message
{
    font-size: 12px;
}

::-webkit-scrollbar *
{
   background: white;
}
::-webkit-scrollbar
{
    display: none;
    width: 8px;
    border-left: 1px solid black;
}
::-webkit-scrollbar-track
{
    background-color: white;
}
::-webkit-scrollbar-thumb
{
    background-color: #6554BA;
}
::-webkit-scrollbar-thumb:hover
{
    background-color: #aaa;
}

#ascrail2000 > div
{
    box-shadow: black 3px 3px 24px;
    -webkit-box-shadow: black 3px 3px 24px;
    -moz-box-shadow: black 3px 3px 24px;
}

.carosello-usato,
.carosello-usato div.item
{
    text-align: center;
}

.carosello-usato div.item img
{
    width: auto!important;
    max-width: 100%;
    
    margin: 0 auto;
    height: 400px;
}

.carosello-usato div.item a
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.servizi div.alert.alert-info .col-sm-3
{
    text-align: center;
}

.servizi div.alert.alert-info div span.glyphicon
{
    margin-right: 15px;
}

div.alert-info
{
    background-color: #6554BA;
    color: white;
    border: none;
    border-radius: 0;
}

div.alert-info a,
div.alert-info a:visited,
div.alert-info a:active,
div.alert-info a:hover
{
    color: white;
    font-weight: 900;
    text-transform: uppercase;
    margin-left: 10px;
    margin-right: 10px;
}

div.alert-info a:hover
{
    /*text-transform: uppercase;*/
    text-decoration: none;
}




#bar
{
    width: 0%;
    max-width: 100%;
    height: 6px;
    background: rgb(101, 84, 186);
}

#progressBar
{
    width: 100%;
    background: #EDEDED;
}

.container-fluid.grigetto
{
    background-color: #E9EAED;
    margin-bottom: 20px;
}

.container-fluid.grigetto .owl-theme .owl-controls
{
    background-color: #E9EAED;
}

.container-fluid.grigetto .owl-theme .owl-dots .owl-dot:not(.active) span
{
    background-color: white; 
}

.container.prodotti > div.row div h1
{
    text-align: center;
}
.container.prodotti > div.row div
{
    text-align: center;
}

.container.prodotti > div.row div p
{
    text-align: justify;
}
.container.prodotti > div.row div img.titolo
{
    max-width: 100%;
    max-height: 290px;
    margin-left: 35px;
}

.container.prodotti a.btn.btn-material-light-blue-900
{
    margin: 0 auto;
}

.container.prodotti > div.row div.well
{
    margin-bottom: 10px;
}

div.interno > div.carosello
{
    margin-top: 0px;
}

div.usato div.well img
{
    width: 100%;
    margin-bottom: 15px;
}

div.usato > div.header
{
    margin: 55px auto;
}

div.usato h2
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.promozione div.col-lg-9
{
    height: 600px;
    margin-bottom: 40px;
}