.page-banner{
    background: rgb(0,117,123);
    background: -moz-linear-gradient(45deg, rgba(0,117,123,1) 0%, rgba(0,161,169,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0,117,123,1) 0%,rgba(0,161,169,1) 100%);
    background: linear-gradient(45deg, rgba(0,117,123,1) 0%,rgba(0,161,169,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00757b', endColorstr='#00a1a9',GradientType=1 );
    padding-top:25px;
}
.page-banner .section-header{
    margin-bottom:50px;
}
.page-banner .items-container{
    max-width:1170px;
    margin:0 auto;
}
.page-banner .items-container .item{
    float:left;
    width:33.333333%;
    text-align:center;
    padding:0 30px;
}
.page-banner .items-container .item .item-inner{
    background:#fff;
    border-radius:8px;
    -webkit-box-shadow: 0 0 50px 25px rgba(0,0,0,0.05);
    box-shadow: 0 0 50px 25px rgba(0,0,0,0.05);
    padding:25px 35px 30px;
}
.page-banner .item .item-header{
    color:#00a1a9;
    margin-bottom:15px;
}
.page-banner .item .item-header .sm{
    font-size:18px;
}
.page-banner .item .item-header h4{
    font-size: 36px;
    margin:0;
    font-weight:600;
    text-transform:capitalize;
}
.page-banner .item .item-img{
    height:175px;
    text-align:center;
    margin-bottom:15px;
}
.page-banner .item .item-img:before{
    content:'';
    height:100%;
    width:0;
    margin-right:-0.25em;
    vertical-align:middle;
    display:inline-block;
}
.page-banner .item .item-img img{
    max-height:100%;
    display:inline-block;
    vertical-align:middle;
    max-width:100%;
    margin-right:-0.25em;
}
.page-banner .item .item-text{
    padding:0 5px;
    line-height:1.65;
    margin-bottom:20px;
}
.page-banner .item .item-price{
    color:#ff9000;
    margin-bottom:10px;
}
.page-banner .item .item-price .price{
    font-size:40px;
    font-weight:600;
}
.page-banner .item .item-price .currency{
    font-size:20px;
    position:relative;
    top:-12px;
}
.page-banner .item .item-select{
    margin-bottom:30px;
}
.ab-macinare{
    display:block !important;
    opacity:0;
    height:0;
    overflow:hidden;
}
.ab-macinare ~ .sbHolder{
    display:inline-block;
    width:100%;
    border-bottom: 2px solid #00a1a9;
    position: relative;
    height:32px;
    vertical-align:middle;
    text-align:left;
}
.has-error .ab-macinare ~ .sbHolder{
    border-bottom: 2px solid #fe6060;
}
.ab-macinare ~ .sbHolder a{
    font-size:18px;
}
.ab-macinare ~ .sbHolder a,
.ab-macinare ~ .sbHolder a:active{
    color: #00a1a9;
}


.ab-macinare ~ .sbHolder .sbToggle{
    position:absolute;
    top:0;
    right:0;
    height:32px;
    width:34px;
    text-align:center;
    font-size:18px;
}
.ab-macinare ~ .sbHolder .sbToggle:after{
    content: "\f107";
    font-family: "FontAwesome";
    color: #00a1a9;
    line-height:32px;
    display:block;
}
.ab-macinare ~ .sbHolder .sbToggle.sbToggleOpen:after{
    content: "\f106";
}
.ab-macinare ~ .sbHolder .sbSelector{
    position:absolute;
    top:0;
    left:0;
    right:0;
    line-height: 32px;
    padding:0 20px 0 10px;
    color:#041e41;
    font-weight:400;
}
.ab-macinare ~ .sbHolder .sbSelector:active{
    color:#041e41;
}
.ab-macinare ~ .sbHolder .sbOptions{
    position:absolute;
    background:#ffffff;
    top:24px;
    left:-1px;
    right:-1px;
    z-index:2;
    -webkit-box-shadow: 0 0 30px 15px rgba(0,0,0,0.05);
    box-shadow: 0 0 30px 15px rgba(0,0,0,0.05);
    padding: 8px 0;
    overflow-y: auto;
    margin-top:10px;
    z-index:10;
}
.ab-macinare ~ .sbHolder .sbOptions li:first-child{
    display:none;
}
.ab-macinare ~ .sbHolder .sbOptions a{
    display:block;
    line-height:36px;
    padding:0 12px;
    font-size:16px;
    color: #626c75;
}
.ab-macinare ~ .sbHolder .sbOptions a:hover,
.ab-macinare ~ .sbHolder .sbOptions a:hover span{
    color: #00a1a9;
}

.page-banner .coffee-container{
    max-width:1170px;
    margin:0 auto;
    padding-top:50px;
}
.page-banner .coffee-headline{
    text-align:center;
    color:#fff;
    font-size:34px;
    line-height:1.2;
    font-weight:400;
    margin:0;
    padding-bottom:40px;
    
}
.page-banner .coffee-container .cof-item{
    width:25%;
    float:left;
    padding:0 30px;
    text-align:center;
    color:#fff;
}
.page-banner .coffee-container .cof-item .img{
    height:205px;
}
.page-banner .coffee-container .cof-item .img img{
    max-height:100%;
    max-width:100%;
}
.page-banner .coffee-container .cof-item h5{
    font-size:18px;
    margin:5px 0 25px;
    line-height:1.3;
    min-height:47px;
}




.pb-bottom{
    text-align:center;
    color:#fff;
    padding:40px 0;
}
.pb-bottom i{
    font-size:36px;
    margin-right:5px;
    vertical-align: middle;
}
.pb-bottom p{
    display:inline;
}
    
.features-section{
    background-image: url('../img/section-bg-features-abonamente.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding:70px 0 310px;
}
.features-text{
    width:50%;
    margin-left:50%;
    padding-right:45px;
}
.features-text h2{
    font-size:34px;
    color:#00a1a9;
    font-weight:500;
    margin:0 0 25px;
}
.features-text > .text{
    line-height:1.5;
    margin-bottom:30px;
}
.features-list{
    color:#00a1a9;
    max-width:680px;
}
.features-list li{
    width:50%;
    display:inline-block;
    vertical-align:top;
    margin-right:-0.25em;
    position:relative;
    padding-left:65px;
    margin-bottom:30px;
}
.features-list li i{
    font-size:52px;
    position:absolute;
    top:0;
    left:0;
}
.features-list li .text{
    display:block;
    line-height:26px;
    padding-right:10px;
}
.features-list li .text p{
    margin:0;
    display:inline;
    font-size:16px;
    line-height:1.4;
}





.faq-section{
    padding:40px 0 30px; 
}
.faq-section .section-header{
    margin-bottom:70px;
}
.faq-container{
    max-width:780px;
    width:100%;
    margin:0 auto;
}
.faq-container .item{
    margin-bottom:30px;
}
.faq-container .item-question{
    color: #779da6;
    font-size: 24px;
    line-height: 1.1;
    min-height: 50px;
    padding-left: 50px;
    padding-bottom: 5px;
    padding-top:3px;
    transition: all 0.15s;
    position:relative;
    cursor:pointer;
}
.faq-container .item-question.active{
    color:#00a1a9;
}
.faq-container .item-question .icon{
    background-image: url('../img/icon-img/icon-question.png');
    background-repeat: no-repeat;
    background-position: left top;
    width:39px;
    height:36px;
    position:absolute;
    top:0;
    left:0;
    display:inline-block;
}
.faq-container .item-question.active .icon:before{
    content:'';
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-image: url('../img/icon-img/icon-question-active.png');
    background-repeat: no-repeat;
    background-position: left top;
    opacity:0;
    transition: all 0.15s;
}
.faq-container .item-question.active .icon:before{
    opacity:1;
}
.faq-container .item-answer{
    padding-left:50px;
    padding-top:15px;
    position:relative;
    line-height:1.65;
    padding-bottom:5px;
    display:none;
}
.faq-container .item-answer p{
    margin-bottom:20px;
}
.faq-container .item-answer p:last-child{
    margin-bottom:0;
}
.faq-container .item-answer:before{
    content:'';
    width:0;
    height:100%;
    position:absolute;
    top:0;
    bottom:0;
    left:30px;
    border-right:2px dashed #48bac1;
}
@media (max-width: 1460px){
    .features-text{
        padding-right:0;
    }
}

@media (max-width:1199px){
    .page-banner .items-container .item .item-inner{
        padding-left:20px;
        padding-right:20px;
    }
    .page-banner .items-container .item{
        padding:0 15px;
    }
    
    
    
    .features-section{
        padding:40px 0 345px;
    }
    .features-text h2{
        font-size:28px;
    }
    .features-list li{
        padding-left:42px;
    }
    .features-list li i{
        font-size:42px;
    }
    .features-list li .text{
        line-height:21px;
        font-size:16px;
    }
}
@media (max-width: 991px){
    .page-banner{
        padding-top:5px;
    }
    .page-banner .section-header{
        margin-bottom:30px;
    }
    .page-banner .item .item-header h4{
        font-size:28px;
    }
    .page-banner .item .item-text,
    .ab-macinare + .sbHolder a{
        font-size:16px;
    }
    .page-banner .items-container .item{
        padding:0 10px;
    }
    .page-banner .items-container .item .item-inner{
        padding: 15px 10px 15px;
    }
    .page-banner .item .item-price .price{
        font-size:32px;
    }
    .page-banner .item .item-price .currency{
        font-size:16px;
        top:-10px;
    }
    .page-banner .item .btn,
    .page-banner .cof-item .btn{
        font-size:16px;
    }
    
    .page-banner .coffee-headline{
        font-size:24px;
    }
    .page-banner .coffee-container .cof-item{
        width:50%;
        margin-bottom:40px;
    }
    
    
    .pb-bottom{
        padding:25px 0;
    }
    
    
    
    .features-section{
        padding: 30px 0 320px;
        background-size: auto 380px;
        background-position: 33% 100%;
        position:relative;
    }
    
    .features-section .wrapper{
        position:relative;
    }
    .features-section .wrapper:before{
        content:'';
        position:absolute;
        top: -30px;
        left: -300px;
        right: -300px;
        bottom: -90px;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 80%, rgba(0,0,0,0) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(80%,rgba(255,255,255,0.9)), color-stop(100%,rgba(0,0,0,0)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.9) 80%,rgba(0,0,0,0) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.9) 80%,rgba(0,0,0,0) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.9) 80%,rgba(0,0,0,0) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.9) 80%,rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000',GradientType=0 );
    }
    .features-section .wrapper > *{
        position:relative;
        z-index:2;
    }
    .features-text h2{
        margin-bottom:20px;
    }
    .features-text{
        margin-left:0;
        width:100%;
        font-size:16px;
    }
    .features-list li{
        margin-bottom:20px;
    }
    
    
    
    .faq-section{
        padding: 0 10px;
    }
    .faq-container .item-question{
        font-size:20px;
    }
    .faq-container .item-answer{
        font-size:16px;
    }
}
@media (max-width: 767px){
    .page-banner .items-container .item{
        width:100%;
        margin-bottom:25px;
    }
    
    .page-banner .coffee-container{
        padding-top:30px;
    }
    
    
    .features-section{
        background-position: 28% 100%;
    }
    .features-text{
        padding-right:0;
    }
    
    .faq-section .section-header{
        margin-bottom:40px;
    }
    .faq-container .item-question .icon{
        top:5px;
    }
}
@media (max-width: 479px){
    .page-banner .coffee-container .cof-item{
        width:100%;
    }
    .features-list li{
        width:100%;
    }
}









