body{
    font-family: 'Lato', sans-serif;
    font-size:16px;
}
@font-face {
    font-family: 'Antonio';
    src: url('../fonts/Antonio-Regular.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Generica Bold';
    src: url('../fonts/Generica Bold.otf')  format("opentype");;
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Antonio-Light';
    src: url('../fonts/Antonio-Light.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Antonio';
    src: url('../fonts/Antonio-Bold.ttf')  format('truetype');
    font-weight: bold;
    font-style: normal;
}
.lang-container{
    position: absolute;
    left: 10px;
    top: 5px;
    font-size: 20px;
}
.social-container{
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 30px;
}
.home-img{
    background: url("../images/home-cut.jpg");
    min-height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: -30px;
}
.navbar-brand{
    padding: 0;
}
.title-box{
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 60px;
}
.generica{
    font-family: 'Generica Bold';
}
.box-title{
    font-size: 36px;
    margin-bottom: 30px
}
.box-txt{
    max-width: 70%;
    display: inline-block;
}
.title-box:after{
    content: '';
    width: 50px;
    height: 3px;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 25px);
    background-color: #30ADDD;
}
.section-subtitle{
    /*margin-bottom: 0;*/
}

.c-table{
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
}

.ct-cell{
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}
a.overlay{
    text-decoration: none !important;
}
.overlay-light, .overlay-dark{
    position: relative;
}
.overlay-light div, .overlay-dark div{
    z-index: 2;
}
.overlay-light:after, .overlay-dark:after{
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.overlay-light:after{
    background-color: rgba(255, 255, 255, 0.8);
}
.overlay-dark:after{
    background-color: rgba(0, 0, 0, 0.5);
}
.nomargin{
    margin:0;
}
.img-full{
    width: 100%;
}
.padding-25{
    padding: 25px 0;
}

.nomargin-top{
    margin-top:0;
}

section{
    font-size: 21px;
    font-weight: 300;
}
/*navbar*/
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    border-bottom: 1px solid;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a{
    color: #000;
    font-size: 20px;
    border-bottom: 1px solid #fff;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li:hover>a{
    border-bottom: 1px solid;
}
.navbar-default{
    background-color: #fff;
    border-color: transparent;
    font-family: 'Antonio', sans-serif;
    margin-bottom: 0;
}
.navbar-brand img{
    width: 75px;
    transition: all 0.4s ease-in-out;
}
.carousel-title{
    font-size: 40px;
    font-family: 'Generica Bold';
    text-align: center;
    padding: 15px 0;
    color: #fff;
}

.navbar-toggle{
    border-radius: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    background-color: transparent;
}
@media (min-width: 768px){
    .navbar-brand img{
        width: 120px;
    }
    .navbar-nav>li{
        padding-top: 50px;
        padding-bottom: 50px;
    }	
}

/**********************
                Header
**********************/
.carousel-inner{
    position: relative;
}
.carousel-control.left,.carousel-control.right{
    background-image: none !important;
}
.carousel-control,.carousel-control:focus, .carousel-control:hover{
    color: #000;
}
.center-img{
    max-width: 35%;
    position: absolute;
    top:0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
#myCarousel img{
    display: block;
    margin: auto;
    max-height: 430px;
}
.header{
    //background-image: url(../images/slides/slide1.jpg);
    height: 100vh;
    position: relative;
    background-size: cover;
}
.intro-box{
    height: 100vh;
}
.intro h1{
    position: relative;
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    line-height: 1;
}
.intro h1:after, .intro h1:before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #fff;
}
.intro h1:after{
    bottom: 0;
}
.intro h1:before{
    top: 0;
}
.btn-header{
    margin-bottom: 5px;
    text-transform: none;
}
.btn-custom{
    color: #fff;
    background-color: #1d3827;
    border-color: #1d3827;
    font-weight: bold;
    border-radius: 0;
}
.btn-custom:hover, .btn-custom:active, .btn-custom:focus{
    color: #1d3827 !important;
    background-color:#fff !important;
    border-color: #1d3827 !important;
}
.blue-a-back{
    background-color: rgba(91,180,233,0.61);
    position: relative;
}
.blue-a-back::after {
    content: "";
    background: url(../images/o.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;   
}
.blue-back{
    background-color: rgba(2,60,117,0.92);
}
@media (max-width: 991px){
    .btn-header{
        bottom: 30px;
    }
}





/**********************
                Fun
**********************/
.fun{
    text-align: center;
    text-transform: uppercase;
}
.fun-box{
    margin-bottom: 30px;
}
.fun-number{
    font-size: 50px;
}
.fun-title{
    font-size: 18px;
}
.no-padding{
    padding: 0;
}





/**********************
                CTA
**********************/
.cta{
    color: #fff;
    text-align: center;
    padding: 0;
}
.cta-bg{
    background-color: #253250;
    padding: 100px 0;
}
.cta h1{
    text-transform: uppercase;
}
.cta-btn{
    margin-top: 20px;
    display: inline-block;
    font-size: 30px;
    padding: 10px 30px;
    border: 3px solid #fff;
}
.cta-btn a{
    color: #fff;
    text-decoration: none;
}


/**********************
                Choose
**********************/
.choose{
    text-align: center;
    background-image: url(../images/choose.jpg);
}
.choose-box{
    margin-bottom: 30px;
    display: block;
}
.choose-icon{
    color: #4c4c4c;
    font-size: 72px;
}
.choose-title{
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.choose-detail{

}

.product{
    padding:15px 0;
    background-color:#fff;
    color: #333 !important;
}
a.choose-box{
    text-decoration: none !important;
}
.product-title{
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 10px;
    text-align:center;
}

.bw{
    background-color: #fff;
}
/**********************
                Practice
**********************/
.practice{
    text-transform: uppercase;
}
.practice-box{
    position: relative;
    margin-bottom: 30px;
    font-family: 'IM Fell English', serif;
}
.practice-box .overlay{
    opacity: 0.9;
}
.choose-box > img{
    height: 170px;
    display: block;
    margin:auto;
}
.white-hr{
    border-top-width: 2px;
    border-color: #fff;
}
.bordered-text{
    padding: 5px;
    border: 2px solid #555;
    display: inline-block;
}
.home-hr{
    border-top-width: 3px;
    border-color: #555;
}
.limit-padd{
    padding-left: 3px;
    padding-right: 3px;
}
.text-hr{
    font-size: 30px;
    color: #333;
}
.overlay{
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 0.4s ease-in-out;
    background-color: rgba(0, 84, 166, 0.7);
}
.paractice-icon{
    font-size: 72px;
}
.practice-title{
    font-size: 20px;
    margin: 0;	
}






/**********************
                Consultation
**********************/
.consultation{
    background-color: #F2EEED;
}
.consultation-form .form-control{
    margin-bottom: 30px;
    border-radius: 0;
}
.consultation-form  .bootstrap-select .btn, .consultation-form .dropdown-menu{
    border-radius: 0;
}
.btn-cn{
    background-color: #455579;
    border-radius: 0;
    color: #fff;
}
.btn-cn:hover{
    border-color: #455579;
    background-color: transparent;
    color: #455579;
}
.box-text{
    font-size: 24px;
}
.navbar-right .dropdown-menu.left-menu{
    left:0;
    right:initial;
}
.home-icon{
    font-size: 50px;
}
.background-grey{
    background-color: #e7e7e7;
}
.background-white{
    background-color: #fff;
}
.method-title{
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.3em;
}
.method-img{
    height: 250px;
    max-width: 100%;
    margin: auto;
    display: block;
}
.method-box{
    font-size: 18px;
}
.box-grey{
    padding-top:10px;
    padding-bottom:10px;
    background-color: #e7e7e7;
    font-weight: 400;
}
.custom-input{
    border: none;
    background: transparent;
    border-bottom: 2px solid;
    font-size: 20px;
    font-weight: 400;
}
.home-text{
    margin-top:10px;
    color: #333;
    font-size: 1.3em;
    font-weight: 300;
}
section h2{
    margin-bottom: 40px;
}
video {
    width: 100% !important;
    height: auto !important;
}
.img-torrefazione{
    background: url("../images/foto-il-nostro-caffe.png");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 350px;
}
.img-cialda{
    max-height: 200px;
    display: block;
    margin: auto;
}
.img-storia{
    background: url("../images/esterno.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
    background-position-y: -160px;
}
.section-title{
    font-size: 30px;
    background-color: #1d3827;
    color:#fff;
    text-align: center;
    font-weight: bold;
    margin: 0;
    padding: 10px 0;
}
.dropdown .dropdown-menu{
    visibility: hidden;
    display: block;
    opacity: 0;
    -moz-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
    transition-property: opacity;
    background-color: #1d3827;
    color: #fff;
    font-family: 'Lato', sans-serif;
}
.lang-container .dropdown .dropdown-menu, .lang-container .dropdown-menu li > a{
    color: #000;
    background-color: #fff;
}
.dropdown:hover .dropdown-menu {
    visibility: visible;
    display: block;
    opacity: 1;
}
.lang-container .dropdown-menu{
    top:98%;
    min-width: 0;
    width: auto;
}

nav .dropdown-menu li > a{
    color: #fff;
}

/**********************
                Slider
**********************/
.slider-1{
    text-align: center;
    background-image: url(../images/familly-back.jpg);
}
.box-description{
    background-color: rgba(2,60,117,0.92);
    color: #fff;
    padding: 50px;
    font-size:16px;
}
.margin-top-15{
    margin-top:15px;
}
.margin-bottom-15{
    margin-bottom: 15px;
}
.margin-bottom-60{
    margin-bottom: 60px;
}
.padding-bottom-60{
    padding-bottom: 60px;
}
.margin-bottom-5{
    margin-bottom: 5px;
}
#slider_1{
    background-color: rgba(2,60,117,0.92);
}
.slider-1-item-box{
    color: #fff;
    padding: 50px;
}
.slider-1-item-box h2{
    margin:10px auto 20px;
    text-transform: uppercase;
}
.slider-icon{
    font-size: 72px;
}
.slider-1-item-box p{
    line-height: 1.5;
    font-size: 16px;
}
.slider_1{
    position: relative;
}
.slider_1 .owl-controls .owl-dots{
    bottom: 40px;
    position: relative;
}
.mb0{
    margin-bottom: -70px;
}
.lower-text{
    font-size: 0.8em;
}
.complementi img, .bevande img{
    max-width: 100%;
    max-height: 250px;
    display: block;
    margin: auto;
}
a.custom-link{
    text-decoration: none;
    color:inherit;
}
.nav>li>a{
    padding: 0 25px;
}
.dropdown-menu>li>a{
    padding-top: 10px;
    padding-bottom: 10px;
}

/**********************
                Team
**********************/
.team{
    background-color: #F2EEED;
}
.team-box{
    padding: 10px;
    margin-bottom: 30px;
    /*background-color: #fff;*/
    transition: all 0.4s ease-in-out;
}
.team-box:hover{
    box-shadow: 2px 2px 5px #0054A6;
}
.team-detail{
    background-color: #e1e1e1;
    color: #4b4b4b;
    padding: 20px;
}
.team-box ul{
    text-align: center;
    padding-left: 0;
}
.team-box ul li{
    list-style-type: none;
}
.team-box h3{
    /*font-weight: 700;*/
}





/**********************
                Clients
**********************/
.client-box{
    margin-bottom: 30px;
}
.client-box img{
    opacity: 0.5;
    transition: all 0.4s ease-in-out;
}
@media (min-width: 768px){
    .no-padding-left{
        padding-left: 0;
    }
    .no-padding-right{
        padding-right: 0;
    }
    .padding-box-35{
        padding: 35px 35px 0 35px;
    }
    .padding-box-15{
        padding: 15px 15px 0 15px;
    }
    .carousel-indicators li, .carousel-indicators li.active{
        margin-bottom: 20px;
        width: 20px;
        height: 20px;
    }
    .carousel-indicators li.active{
        margin-bottom: 20px;
        width: 30px;
        height: 30px;
        border-radius: 30px;
        margin-left: -6px;
        box-shadow: 2px 2px 2px;
    }
    .carousel-indicators {
        position: absolute;
        bottom: 20%;
        z-index: 15;
        width: 20px;
        list-style: none;
        text-align: center;
        left: 10px;
        width: 20px;
        margin-left: -20px;
    }
    .client-box img{
        padding: 50px 0;
    }
    .border-right{
        border-right: 2px solid #555;
    }
}
.client-box:hover img{
    opacity: 1;
}







/**********************
                Testimonial
**********************/
.testimonial{
    padding: 0;
}
#test-slider{
    background-color: rgba(2,60,117,0.92);
    color: #fff;
    padding: 60px;
}
.testimonial p{
    position: relative;
    padding: 0 20px 0 40px;
    font-style: italic;
    margin: 100px 0;
    line-height: 2;
}
.testimonial .item span{
    padding-left: 40px;
}
.testimonial p:after, .testimonial p:before{
    position: absolute;
    font-size: 24px;
}
.testimonial p:after{
    content: '"';
    right: 20px;
    bottom: -10px;
}
.testimonial p:before{
    content: '"';
    left: 20px;
    top: -10px;
}



/**********************
                FAQ
**********************/
.faq{
    background-image: url(../images/faq.jpg);
}
.faq .panel-group .panel{
    margin-bottom: 20px;
}
.faq .panel-default>.panel-heading{
    background-color: #455579;
}
.faq .panel-body{
    background-color: #5B6B8D;
    color: #bcbcbc;
}
.faq .panel-default>.panel-heading a{
    color: #fff;
    text-transform: uppercase;
}
.faq .panel-heading, .faq .panel-body, .faq .panel-group .panel{
    border-radius: 0;
}



/**********************
                Contact
**********************/
.contact{
    color: #000;
}
.contact-logo{
    max-width: 75%;
    margin-bottom: 30px;
}
.contact ul{
    padding-left: 0;
}
.contact ul li{
    list-style-type: none;
}
.contact ul li span{
    padding-right: 10px;
}
.contact ul, .contact p{
    line-height: 1.7;
    font-family: 'IM Fell English', serif;
}
.contact .input-group{
    padding-bottom: 20px;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle{
    border-radius: 0;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){
    border-radius: 0;
}
.contact button{
    background-color: rgba(2,60,117,0.92);
    border-color: rgba(2,60,117,0.92);
    border-radius: 0;
    color: #fff;
}
.contact button{
    padding: 8px;
}





.subscribe{
    border-bottom: 3px solid #2C3447;
    background-color: #10182D;
    color: #969595;
}
.subscribe h2{
    color: #fff;
}
.subscribe-form{
    margin-top: 30px;
}




/*Footer*/
.footer{
    background-color: #1d3827;
    padding-top: 20px;
    padding-bottom: 10px;
    color: #fff;
}
.footer-logo{
    height:60px;
    position: absolute;
    right:0;
    top:-15px;
}
footer .container-fluid{
    margin-top: 0;
}
.footer .footer-social {
    font-size: 24px;
}
.footer .footer-social a {
    color: #969595;
    margin: 8px;
}
.title-footer{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}
.link-container{
    font-size: 16px;
    font-weight: 300;
}
.clear-right{
    clear:right;
}
.clear-left{
    clear:left;
}
.clear-both{
    clear:both;
}
.custom-ul{
    list-style: square;
}
.img-prod{
    max-width: 300px;
    max-height: 170px;
}
.img-prod.pull-left{
    margin:0 25px 25px 0;
}
.img-prod.pull-right{
    margin:0 0 25px 25px;
}
.desc-cont{
    border-right: 2px solid #fff;
    text-align: justify;
}
.ask-info{
    margin-top:0 !important;
}
.link,.link:hover{
    color:inherit;
    text-decoration: underline;
}
.bar-section img{
    max-width: 100%;
    max-height: 300px;
    display: block;
    margin: auto;
}
.img-vending{
    display: inline;
    max-height: 250px;
}
.background-contatti{
    background: url("../images/foto-contatti.jpg");
    min-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
}
.background-ufficio{
    background: url("../images/ufficio.jpg");
    min-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
}
.background-vending{
    background: url("../images/vending.jpg");
    min-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
}
.background-responsabilita{
    background: url("../images/shutter.png");
    min-height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: -250px;
}
.vertical .carousel-inner {
    height: 100%;
}
.preload{
    opacity: 0; position: absolute; top: -9999px; left: -9999px;
}
.back-car .item{
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.carousel.vertical .item {
    -webkit-transition: 0.6s ease-in-out top;
    -moz-transition: 0.6s ease-in-out top;
    -ms-transition: 0.6s ease-in-out top;
    -o-transition: 0.6s ease-in-out top;
    transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
    top: 0;
}

.carousel.vertical.reverse .next,.carousel.vertical.reverse .prev {
    top: 400px;
}

.carousel.vertical .prev, .carousel.vertical .next {
    top: -400px;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
    top: 0;
}

.carousel.vertical .active.left {
    top: -400px;
}

.carousel.vertical .active.right {
    top: 400px;
}

.carousel.vertical .item {
    left: 0;
}

//extra bonus if needed
.p-top {
    vertical-align: top;
}
@media (min-width: 768px){
    .form-horizontal .control-label{
        padding-top: 0;
    }
    .footer .footer-social{
        float: right;
    }
    [class*='cols-'] {
        display:table;
        margin: 0 -15px;
        /* Firefox */
        width: -moz-calc(100% + 30px);
        /* WebKit */
        width: -webkit-calc(100% + 30px);
        /* Opera */
        width: -o-calc(100% + 30px);
        /* Standard */
        width: calc(100% + 30px);
    }
    [class*='cols-'] > * {
        float: none;
        position: relative;
        /* old ie fixes */
        *zoom: 1; 
        *display: inline;
        display: table-cell;
    }
    .cols-bottom > * {
        vertical-align: bottom;
    }
    .cols-bottom.no-vert-al > *{
        vertical-align: initial;
    }
    .cols-top > * {
        vertical-align: top;
    }
    .method-box{
        padding: 35px;
    }
}
@media (max-width: 767px){
    .lang-container{
        left: 135px;
        top: 12px;
    }
    .footer-box{
        margin-bottom: 20px;
    }
    .box-txt{
        margin-bottom: 20px;
    }
    .social-container{
        right: auto;
        left: 85px;
    }
    .navbar-default .navbar-nav>li>a{
        padding-top:15px;
        padding-bottom:15px;
    }
    footer, .subscribe{
        text-align: center;
    }
    .border-right{
        border-bottom: 2px solid;
    }
    .choose-box > img{
        height: auto;
        max-height: 350px;
    }
    .img-prod{
        max-width: 100%;
        max-height: 400px;
        margin:auto;
    }
    .desc-cont{
        border-right: none;
        text-align: left;
    }
    .box-description{
        padding: 10px;
    }
    .ask-info{
        margin-top:15px !important;
    }
    .desc-cont ol{
        list-style: none;
        padding-left: 0;
    }
    .carousel-indicators li.active{
        width: 20px;
        height: 20px;
        border-radius: 20px;
        box-shadow: 2px 2px 2px;
    }
}

