@media screen and (max-width: 1199px) {
    .page-title{
        position:relative;
        overflow:hidden;
        height:70px;
        background: rgb(4,30,65);
        background: -moz-linear-gradient(top, rgba(4,30,65,1) 0%, rgba(38,78,136,1) 100%);
        background: -webkit-linear-gradient(top, rgba(4,30,65,1) 0%,rgba(38,78,136,1) 100%);
        background: linear-gradient(to bottom, rgba(4,30,65,1) 0%,rgba(38,78,136,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#041e41', endColorstr='#264e88',GradientType=0 );
    }
    .page-title:after{
        content:'';
        min-width:120%;
        height:60px;
        border-radius:50%;
        background: #f1f5f8;
        position:absolute;
        left:50%;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index:1;
        bottom:-43px;
    }
    .page-title .wrapper{
        position:relative;
        z-index:2;
    }
    #header_bg{
        display:none;
    }
    .title-text{
        background:none;
        padding:10px 0;
        text-align:center;
    }
}

.category-style2{
    padding-bottom:1px;
}

.description{
    padding:40px 0 30px;
    position: relative;
    z-index: 10;
}
.desc-header{
    text-align:center;
    margin-bottom:15px;
}
.desc-header h3{
    font-size:30px;
    line-height:1;
    color: #00a1a9;
    margin:0 0 30px 0;
    
}

.desc-body{
    position:relative;
    max-width:1000px;
    margin:0 auto;
}
.desc-body .rectangle{
    position:absolute;
    z-index:1;
    left:-9px;
    right:9px;
    top:-9px;
    bottom:9px;
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(45deg, rgb(61,194,207) 0%, rgba(61,207,164,1) 100%);
    border-image-slice: 1;
}
.desc-body-inner{
    background:#fff;
    -webkit-box-shadow: 0 0 30px 15px rgba(0,0,0,0.06);
    box-shadow: 0 0 30px 15px rgba(0,0,0,0.06);
    border-radius: 14px;
    padding: 25px 45px 15px;
    text-align:center;
    position:relative;
    z-index:2;
    font-size:16px;
}
.desc-body-inner .img-container img{
    max-width:110px;
}
.desc-body-inner p{
    margin:0 0 15px;
    line-height:1.4;
    color:#000000;
}
@media (max-width: 767px){
    .description{
        padding: 10px 0 30px;
    }
    .desc-header{
        margin-bottom:35px;
    }
    .desc-header h3{
        font-size:24px;
    }
    .desc-header p{
        font-size:18px;
    }
    
    .desc-body-inner{
        border-radius:0;
        padding: 12px 10px 2px;
    }
    .desc-body .rectangle{
        left:10px;
        right:10px;
        top:-15px;
        bottom:-15px;
    }
}




.single-arabica-map{
    width:1299px;
    height:641px;
    background-image: url('../img/map-sa_base-layer.png');
    background-repeat:no-repeat;
    background-position:0 0;
    margin-top:-230px;
    margin-bottom:200px;
    position:relative;
    left:50%;
    margin-left:-650px;
    
}
.layer{
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-position:0 0;  
    opacity:0; 
    top:0;
    left:0;
    position:absolute;
    z-index:2;
    transition: opacity 0.1s;
}
.layer.elements-layer{
    opacity:1;
}
.burundi-layer{
    background-image: url(../img/map-sa_burundi-layer.png);
}
.brazilia-layer{
    background-image: url(../img/map_sa_brazilia-layer.png);
}
.costarica-layer{
    background-image: url(../img/map-sa_costa-rica-layer.png);
}
.elsalvador-layer{
    background-image: url(../img/map-sa_elsalvador-layer.png);
}
.ethiopia-layer{
    background-image: url(../img/map-sa_ethiopia-layer.png);
}
.guatemala-layer{
    background-image: url(../img/map-sa_guatemala-layer.png);
}
.honduras-layer{
    background-image: url(../img/map-sa_honduras-layer.png);
}
.india-layer{
    background-image: url(../img/map-sa_india-layer.png);
}
.indonezia-layer{
    background-image: url(../img/map-sa_indonezia-layer.png);
}
.jamaica-layer{
    background-image: url(../img/map-sa_jamaica-layer.png);
}
.kenia-layer{
    background-image: url(../img/map-sa_kenia-layer.png);
}
.mexic-layer{
    background-image: url(../img/map-sa_mexic-layer.png);
}
.nicaragua-layer{
    background-image: url(../img/map-sa_nicaragua-layer.png);
}
.panama-layer{
    background-image: url(../img/map-sa_panama-layer.png);
}
.tanzania-layer{
    background-image: url(../img/map-sa_tanzania-layer.png);
}
.yemen-layer{
    background-image: url(../img/map-sa_yemen-layer.png);
}
.elements-layer{
    background-image: url(../img/map-sa_elements-layer.png);
}

.map-label{
    position:absolute;
    z-index:10;
    font-size:15px;
    font-weight:300;
    line-height:1;
    cursor:pointer;
}
.label-text{
    line-height:26px;
    display:inline-block;
    vertical-align:top;
    color:#879199;
    transition: color 0.1s;
}
.label-img{
    width:26px;
    height:26px;
    border-radius:100%;
    display:inline-block;
    vertical-align:top;
    background-color:#dadfe2;
    transition: background-color 0.1s;
    overflow:hidden;
    text-align:center;
}
.label-img img{
    max-width:100%;
    max-height:100%;
}
.burundi-label{
    top: 108.7%;
    left: 50%;
}
.brazilia-label{
    top: 94.3%;
    left: 34.4%;
}
.costarica-label{
    top: 86.8%;
    left: 6.9%;
}
.elsalvador-label{
    top: 63%;
    left: 6.9%;
}
.ethiopia-label{
    top: 65.7%;
    left: 59.6%;
}
.guatemala-label{
    top: 51%;
    left: 6.9%;
}
.honduras-label{
    top:75%;
    left:6.9%;
}
.india-label{
    top: 77%;
    left: 69%;
}
.indonezia-label{
    top: 93.3%;
    left: 78.7%;
}
.jamaica-label{
    top: 49.4%;
    left: 30.1%;
}
.kenia-label{
    top: 89.7%;
    left: 58.4%;
}
.mexic-label{
    top: 36.1%;
    left: 29.2%;
}
.nicaragua-label{
    top: 56%;
    left: 32.3%;
}
.panama-label{
    top: 102.9%;
    left: 24.6%;
}
.tanzania-label{
    top: 96.5%;
    left: 57.4%;
}
.yemen-label{
    top: 60%;
    left: 60.9%;
}

.lines{
    position:absolute;
    z-index:5;
    background:#abb4bb;
}

.burundi-label + .lines{
    width: 0;
    border-right:1px solid #abb4bb;
    height:44%;
    top: 66.5%;
    left: 55%;
    
}
.brazilia-label + .lines{
    width: 0;
    border-right:1px solid #abb4bb;
    height: 20%;
    top: 77%;
    left: 33.7%;
}
.costarica-label + .lines{
    background: none;
    width: 16%;
    height: 33.2%;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #abb4bb;
    top: 58.8%;
    left: 7.2%;
}

.elsalvador-label + .lines{
    background: none;
    width: 15%;
    height: 11.2%;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #abb4bb;
    top: 56.8%;
    left: 7.2%;
}
.ethiopia-label + .lines{
    width: 0;
    border-right:1px solid #abb4bb;
    height: 8%;
    top: 60.5%;
    left: 59%;
}
.guatemala-label + .lines{
    width: 14.3%;
    height: 0;
    border-top:1px solid #abb4bb;
    top: 56%;
    left: 7%;
}
.honduras-label + .lines{
    background: none;
    width: 16%;
    height: 23.2%;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #abb4bb;
    top: 56.5%;
    left: 6.7%;
}
.india-label + .lines{
    width: 0;
    border-right:1px solid #abb4bb;
    height: 21%;
    top: 59.5%;
    left: 68.3%;
}
.indonezia-label + .lines{
    width: 0;
    border-right:1px solid #abb4bb;
    height: 30%;
    top: 66%;
    left: 78.1%;
}
.jamaica-label + .lines{
    width: 12.3%;
    height: 0;
    border-top:1px solid #abb4bb;
    top: 54%;
    left: 25.3%;
}
.kenia-label + .lines{
    width: 0;
    border-right:1px solid #abb4bb;
    height: 26%;
    top: 66%;
    left: 57.7%;
}
.mexic-label + .lines{
    background: none;
    width: 15%;
    height: 14%;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #abb4bb;
    top: 40.7%;
    left: 20.1%;
}
.nicaragua-label + .lines{
    background: none;
    width: 10%;
    height: 4%;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #abb4bb;
    top: 57%;
    left: 31%;
}
.nicaragua-label + .lines:before{
    content: '';
    position: absolute;
    height: 0;
    border-top:1px solid #abb4bb;
    background: #abb4bb;
    width: 77%;
    top: 0;
    right: 100%;
}
.panama-label + .lines{
    width: 0;
    border-right:1px solid #abb4bb;
    height: 46%;
    top: 59.7%;
    left: 24%;
}
.tanzania-label + .lines{
    width: 0;
    border-right:1px solid #abb4bb;
    height: 30%;
    top: 69.7%;
    left: 56.7%;
}
.yemen-label + .lines{
    width: 0;
    border-right:1px solid #abb4bb;
    height: 8%;
    top: 54.7%;
    left: 60.4%;
}

.map-label:hover .label-text{
    color: #00757b;
}
.map-label:hover .label-img{
    background-color: #00757b;
}

.map-label:hover + .lines.one{
    border-color: #00757b;
}
.map-label:hover + .lines.two{
    border-color:#00757b;
}
.map-label:hover + .lines.three{
    border-color:#00757b;
}
.map-label:hover + .lines.three:before{
    border-color: #00757b;
}


.burundi-label:hover ~ .layers .burundi-layer,
.brazilia-label:hover ~ .layers .brazilia-layer,
.costarica-label:hover ~ .layers .costarica-layer,
.elsalvador-label:hover ~ .layers .elsalvador-layer,
.ethiopia-label:hover ~ .layers .ethiopia-layer,
.guatemala-label:hover ~ .layers .guatemala-layer,
.honduras-label:hover ~ .layers .honduras-layer,
.india-label:hover ~ .layers .india-layer,
.indonezia-label:hover ~ .layers .indonezia-layer,
.jamaica-label:hover ~ .layers .jamaica-layer,
.kenia-label:hover ~ .layers .kenia-layer,
.mexic-label:hover ~ .layers .mexic-layer,
.nicaragua-label:hover ~ .layers .nicaragua-layer,
.panama-label:hover ~ .layers .panama-layer,
.tanzania-label:hover ~ .layers .tanzania-layer,
.yemen-label:hover ~ .layers .yemen-layer{
    opacity:1;
}


.single-arabica-map-mobile{
    display:none;
    padding-bottom:50px;
}
.sam-regions-select{
    padding-bottom: 50px;
}
.sam-header{
    text-align:center;
    padding:15px 10px 25px;
}
.sam-headline{
        color: #00a1a9;
    font-size:22px;
    line-height:22px;
    margin:0;
}
.sam-reg-item{
    float:left;
    width:33.333333%;
    text-align:center;
    padding:10px 15px;
    font-size:14px;
    line-height:1.2;
    font-weight:400;
    color:#000;
    letter-spacing: 0.3px;
    height:191px;
    background-repeat: no-repeat;
    background-position: 50% -25px;
    cursor:pointer;
}
.sam-reg-item[data-region="america"]{
    background-image: url('../img/single-arabica/region-checkbox-america.png');
}
.sam-reg-item[data-region="africa"]{
    background-image: url('../img/single-arabica/region-checkbox-africa.png');
}
.sam-reg-item[data-region="asia"]{
    background-image: url('../img/single-arabica/region-checkbox-asia.png');
}
.active.sam-reg-item{
    background-color:#fff;
    -webkit-box-shadow: 0 0 8px 4px rgba(0,0,0,0.05);
    box-shadow: 0 0 8px 4px rgba(0,0,0,0.05);
}


.sam-reg-item .checkbox-icon{
    width:24px;
    height:24px;
    background:#fff;
    border:1px solid #9fa9b0;
    line-height:22px;
    text-align:center;
    color: #00a1a9;
    display:inline-block;
}
.sam-reg-item.active .checkbox-icon{
    border-color: #00a1a9;
}
.sam-reg-item.active .checkbox-icon:before{
    content: "\f00c";
    font-family: 'FontAwesome';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sam-reg-item .sam-reg-name{
    padding-top:93px;
}
.sam-reg-item.active .sam-reg-name{
    color: #00a1a9;
}


.reg-countries{
    width:300px;
    margin:0 auto;
    height:50px;
    background:#fff;
    -webkit-box-shadow: 0 0 14px 7px rgba(0,0,0,0.04);
    box-shadow: 0 0 14px 7px rgba(0,0,0,0.04);
    position:relative;
    text-align:left;
    letter-spacing:0.25px;
    font-size:14px;
    display: block;
    border: none;
    padding:0 10px;
}
.tabs-mobile-select + .sbHolder{
    width:280px;
}
.sbHolder .sbSelector{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:50px;
    padding-left: 20px;
    line-height:50px;
    color:#879199;
    font-weight:400;
}
.sbHolder .sbToggle{
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    width:50px;
    line-height:50px;
    text-align:center;
}
.sbHolder .sbToggle:before{
    font-family: FontAwesome;
    content: '\f107';
    color:#879199;
    font-size:18px;
}
.sbHolder .sbOptions{
    position:absolute;
    top:calc(100% + 10px) !important;
    left:0;
    right:0;
    background:#fff;
    -webkit-box-shadow: 0 0 14px 7px rgba(0,0,0,0.04);
    box-shadow: 0 0 14px 7px rgba(0,0,0,0.04);
    padding:20px;
    overflow:auto;
    z-index:30;
}
.sbHolder .sbOptions li{
    display:block;
}
.sbHolder .sbOptions li:first-child{
    display:none;
}
.sbHolder .sbOptions li a{
    display:block;
    font-size:15px;
    font-weight:400;
    line-height:40px;
    color:#879199;
}
.sbHolder .sbOptions li a:hover{
    color:#609ffe;
}

.reg-content .reg-country-map{
    width:300px;
    height:320px;
    margin:0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-box-shadow: 0 0 20px 10px rgba(0,0,0,0.05);
    box-shadow: 0 0 20px 10px rgba(0,0,0,0.05);
    margin-top:40px;
}
.reg-content #brazilia .reg-country-map{
    background-image: url('../img/single-arabica/map-sa-mobile_brazilia.jpg');
}
.reg-content #panama .reg-country-map{
    background-image: url('../img/single-arabica/map-sa-mobile_panama.jpg');
}
.reg-content #costa-rica .reg-country-map{
    background-image: url('../img/single-arabica/map-sa-mobile_costa-rica.jpg');
}
.reg-content #costarica .reg-country-map{
    background-image: url('../img/single-arabica/map-sa-mobile_costa-rica.jpg');
}
.reg-content #honduras .reg-country-map{
    background-image: url('../img/single-arabica/map-sa-mobile_honduras.jpg');
}
.reg-content #el-salvador .reg-country-map{
    background-image: url('../img/single-arabica/map-sa-mobile_el-salvador.jpg');
}
.reg-content #elsalvador .reg-country-map{
    background-image: url('../img/single-arabica/map-sa-mobile_el-salvador.jpg');
}
.reg-content #guatemala .reg-country-map{
    background-image: url('../img/single-arabica/map-sa-mobile_guatemala.jpg');
}
.reg-content #mexic .reg-country-map{
    background-image: url('../img/single-arabica/map-sa-mobile_mexic.jpg');
}
.reg-content #jamaica .reg-country-map{
    background-image: url('../img/single-arabica/map-sa-mobile_jamaica.jpg');
}
.reg-content #nicaragua .reg-country-map{
    background-image: url('../img/single-arabica/map-sa-mobile_nicaragua.jpg');
}

.reg-content #burundi .reg-country-map{
    background-image: url('../img/single-arabica/map-sa-mobile_burundi.jpg');
}
.reg-content #ethiopia .reg-country-map{
    background-image: url('../img/single-arabica/map-sa-mobile_ethiopia.jpg');
}
.reg-content #kenia .reg-country-map{
    background-image: url('../img/single-arabica/map-sa-mobile_kenia.jpg');
}
.reg-content #tanzania .reg-country-map{
    background-image: url('../img/single-arabica/map-sa-mobile_tanzania.jpg');
}
.reg-content #yemen .reg-country-map{
    background-image: url('../img/single-arabica/map-sa-mobile_yemen.jpg');
}


.reg-content #india .reg-country-map{
    background-image: url('../img/single-arabica/map-sa-mobile_india.jpg');
}
.reg-content #indonezia .reg-country-map{
    background-image: url('../img/single-arabica/map-sa-mobile_indonezia.jpg');
}


.reg-country-content{
    padding-top:45px;
}
.rgc-headline{
    font-size:20px;
    line-height:1.2;
        color: #00a1a9;
    font-weight:300;
    margin:0 0 15px;
    text-align:center;
}
.reg-country-content{
    font-size:14px;
    line-height:1.4;
    font-weight:400;
    color:#000;
    font-weight:300;
    letter-spacing:0.3px;
}

.rgc-country-map{
    text-align:center;
}


.rag-certif{
    padding-top:15px;
    margin-bottom:20px;
}
.rag-certif li{
    display:inline-block;
    vertical-align:middle;
    margin-right:30px;
}
.rag-certif li:last-child{
    margin:0;
}
.rag-certif li img{
    max-width:80px;
}

.reg-country-items .modal-coffee-item{
    padding:0 15px;
}
.reg-country-items .modal-coffee-item .mci-inner{
    background-color:#fff;
}
.reg-country-items .modal-coffee-item .mci-overlay{
    display:none;
}


.reg-country-items .modal-coffee-item .mci-title{
    font-size:18px;
}

.reg-country-items .modal-coffee-item .mci-attributes{
    display:table;
}
.reg-country-items .modal-coffee-item .mci-attributes li{
    display:table-row;
}
.reg-country-items .modal-coffee-item .mci-attributes li > span,
.reg-country-items .modal-coffee-item .mci-attributes li .beens-rating{
    display:table-cell;
    padding:0 5px 5px 5px;
}


.single-arabica-map-mobile .reg-content,
.single-arabica-map-mobile .reg-content .reg-country{
    display:none;
}

@media (max-width: 1279px){
    .single-arabica-map{
        display:none;
    }
    .single-arabica-map-mobile{
        display:block;
    }
}
@media (max-width: 767px){
    .single-arabica-map-mobile .wrapper{
        padding:0 10px;
    }
    
    .reg-country-items .modal-coffee-item{
        float:none;
        width:100%;
    }
    
    .reg-country-items .modal-coffee-item + .modal-coffee-item{
        margin-top:20px;
    }
}

.modal-wrapper{
    padding:100px 0 75px;
}
.modal-inner{
    border-radius: 20px;
    -webkit-box-shadow: 0 0px 73px 36px rgba(0,0,0,0.07);
    box-shadow: 0 0px 73px 36px rgba(0,0,0,0.07);
    background:#fff;
    width:100%;
    max-width:1060px;
    padding:40px 30px 20px 20px;
    margin:0 auto;
    z-index: 2000;
    position:relative;
}
.modal-headline{
    font-size:34px;
    line-height:1;
    color: #00a1a9;
    margin:0 0 40px;
}
.modal-body p{
    font-size:16px;
    line-height:24px;
    color:#000;
    margin:0 0 20px;
    font-weight:300;
}
.modal-body .col-half{
    width:50%;
    float:left;
}
.country-img{
    max-width:100%;
    position:relative;
    z-index:2;
}
.country-img-container{
    position:relative;
    padding-top: 20px;
    display:inline-block;
}
.country-flag{
    position:absolute;
    top:0;
    right:5px;
    width: 46%;
    max-width: 217px;
}
.modal-certif{
    padding-top:15px;
}
.modal-certif li{
    display:inline-block;
    vertical-align:middle;
    margin-right:30px;
}
.modal-certif li:last-child{
    margin:0;
}
.modal-certif li img{
    max-width:80px;
}

.modal-footer{
    margin:0 -24px;
    padding-top: 25px;
}
.modal-footer > a{
    display:block;
}

.modal-coffee-item{
    padding:0 24px;
    width:50%;
    float:left;
    margin-bottom:20px;
}
.mci-inner{
    -webkit-box-shadow: 0 0px 15px 7px rgba(0,0,0,0.04);
    box-shadow: 0 0px 15px 7px rgba(0,0,0,0.04);
    border-radius: 8px;
    padding:10px;
    position: relative;
    overflow:hidden;
}
.mci-overlay{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color: rgba(0, 161, 169, 0.8);
    text-align:center;
    visibility: hidden;
    opacity:0;
    transition: all 0.1s;
} 
.mci-overlay span{
    color:#fff;
    font-size:15px;
    line-height:1;
    position:relative;
    top:50%;
    margin-top:-7.5px;
    display:inline-block;
}
.modal-coffee-item:hover .mci-overlay{
    visibility:visible;
    opacity:1;
}
.mci-img,
.mci-body{
    display:table-cell;
    vertical-align:top;
}
.mci-img img{
    max-width:74px;
}
.mci-body{
    padding-left:10px;
}
.mci-title{
    font-size:20px;
    line-height:1;
    color:#000;
    margin:0 0 10px;
    font-weight:300;
}

.mci-attributes li{
    display:inline-block;
    margin-right:15px;
}
.mcia-label{
    font-size:14px;
    line-height:1;
    color:#879199;
    font-weight:300;
    display:inline-block;
    vertical-align:middle;
}

.beens-rating{
    white-space: nowrap;
    display:inline-block;
    vertical-align:middle;
}
.beens-rating i,
.beens-rating span{
    display:inline-block;
    width:11px;
    height:12px;
    background-image: url('../img/beans-rating.png');
    background-repeat:no-repeat;
    background-position:0 0;
    background-size:33px auto;
    margin-right:-0.25em;
}
.beens-rating .full-bean{
    background-position:0 0;  
}
.beens-rating .half-bean{
    background-position:-11px 0;  
}
.beens-rating .empty-bean{
    background-position:-22px 0;  
}


.modal .modal-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 1999;
}

body.modal-open {
    position: relative;
    overflow: hidden;
}


.modal {
    right: 0 !important;
    left: 0 !important;
    top: 0 !important;
    margin-left: 0 !important;
    bottom: 0;
    overflow-y: scroll;
}

.close_modal_icon {
    display: block;
    background-image: url('../img/close-icon.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 54px;
    height: 54px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

@media (max-width: 1199px){
    .modal,
    #lean_overlay{
        display:none !important;
    }
}


/*------------- Slick Slider --------------*/

.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;

    -webkit-touch-callout: none;
    -khtml-user-select: text;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: inline-block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 100%;
  width: 32px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 0;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:before, .slick-next:before {
  font-family: 'FontAwesome';
  font-size: 20px;
  line-height: 1;
  color: #879199;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 0;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 0;
}
.slick-prev:before {
  content: "\f104";
}
[dir="rtl"] .slick-prev:before {
  content: "\f104";
}

.slick-next {
  right: 0;
}
[dir="rtl"] .slick-next {
  left: 0;
  right: auto;
}
.slick-next:before {
  content: "\f105";
}
[dir="rtl"] .slick-next:before {
  content: "\f105";
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "1";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}





.slide-section{
    background-image: url('../img/plantatie-single-arabica-slider.jpg');
    background-repeat:no-repeat;
    background-position: center bottom;
}
.single-arabica-slider{
    padding:0 100px;
    height:675px;
}
.single-arabica-slider .slick-slide{
    padding-bottom:320px;
}
.single-arabica-slider .slide-body{
    max-width:800px;
    min-height:355px;
    margin:0 auto;
    padding:15px 20px 10px;
    border-width: 2px 2px 0 2px;
    border-style: solid;
    border-image: linear-gradient(45deg, rgba(31,233,174,1) 0%,rgba(96,159,254,1) 100%);
    border-image-slice: 1;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.6) 95%, rgba(125,185,232,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.6) 95%,rgba(125,185,232,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.6) 95%,rgba(125,185,232,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#007db9e8',GradientType=0 );
}
.single-arabica-slider .slide-headline{
    margin:0 0 5px;
    font-size:24px;
    line-height:1;
    font-style:italic;
    font-weight:300;
    color:#609ffe;
}
.single-arabica-slider .slide-body p{
    font-size:15px;
    line-height:24px;
    margin:0 0 15px;
    font-weight:300;
}
.single-arabica-slider .slide-body .text-blue{
    font-weight:600;
}
.single-arabica-slider .slide-img-container{
    text-align:center;
    position:absolute;
    bottom:15px;
    left:50%;
    -moz-transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%);
    width:100%;
}
.single-arabica-slider .slide-img-container img{
    max-width:100%;
}
.single-arabica-slider .slide-img-container img.single-arabica{
    margin-bottom: -20px;
}

.text-blue{
    color:#609ffe;
    font-weight:600;
}


.single-arabica-slider .slick-arrow{
    width:60px;
    height:60px;
    background: #fff;
    opacity:0.6;
    -webkit-box-shadow: 0 0px 20px 10px rgba(0,0,0,0.07);
    box-shadow: 0 0px 20px 10px rgba(0,0,0,0.07);
    top: 50%;
    margin-top: -30px;
    transition: all 0.15s;
}
.single-arabica-slider .slick-arrow:before{
    color:#609ffe;
    font-size:22px;
}
.single-arabica-slider .slick-arrow:hover{
    opacity:1;
}

.read-more-footer{
    display:none;
}
.btn-show-more {
    font-size: 14px;
    color: #041e41;
    font-weight: 400;
    padding: 10px 0;
}

@media (max-width: 767px){
    .single-arabica-slider{
        padding:0;
        height:auto;
    }
    .single-arabica-slider .slick-slide{
        height:auto;
        padding:20px 10px;
    }
    .single-arabica-slider .slide-body{
        border:none;
        min-height:0;
        background:#fff;
        -webkit-box-shadow: 0 0px 15px 7px rgba(0,0,0,0.04);
        box-shadow: 0 0px 15px 7px rgba(0,0,0,0.04);
        padding:10px;
    }
    .single-arabica-slider .slide-headline{
        font-size:22px;
    }
    .single-arabica-slider .slide-body p{
        font-size:14px;
        line-height:1.4;
    }
    .single-arabica-slider .slide-img-container{
        position:relative;
        left: auto;
        bottom: auto;
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        padding-top:20px;
    }
    .single-arabica-slider .slide-img-container img{
        max-height:240px;
    }
    
    .read-more-wrapper{
        max-height: 88px;
        overflow: hidden;
        position: relative;
    }
    .open.read-more-wrapper{
        max-height:1000px;
    }
    .read-more-wrapper:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 30px;
        background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(255,255,255,1) 100%);
        background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(255,255,255,1) 100%);
        background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#ffffff',GradientType=0 );
    }
    .open.read-more-wrapper:after{
        display:none;
    }
    .read-more-footer{
        display:block;
    }
    .open + .read-more-footer{
        display:none;
    }
    
    
    .single-arabica-slider .slick-dots{
        position:relative;
        bottom: auto;
        background:#ffffff;
        -webkit-box-shadow: 0 0px 14px 7px rgba(0,0,0,0.07);
        box-shadow: 0 0px 14px 7px rgba(0,0,0,0.07);
        padding-top:45px;
        padding-bottom:10px;
    }
    .single-arabica-slider .slick-dots li{
        width:18px;
        height:30px;
        margin:0 1px;
    }
    .single-arabica-slider .slick-dots li button{
        width:10px;
        height:10px;
        margin-top:10px;
        background:#879199;
        border-radius:100%;
    }
    .single-arabica-slider .slick-dots li.slick-active button{
        background:#609ffe;
    }
    .single-arabica-slider .slick-dots li button:before{
        font-size:0;
    }
    
    .single-arabica-slider .slick-dots:before{
        content:'';
        width:62px;
        height:62px;
        border-radius:100%;
        -webkit-box-shadow: 0 -4px 7px 0 rgba(0,0,0,0.15);
        box-shadow: 0 -4px 7px 0 rgba(0,0,0,0.15);
        background-color:#609ffe;
        background-image: url('../img/icon-img/swipe-icon-white.png');
        background-repeat: no-repeat;
        background-position:center center;
        position:absolute;
        left:50%;
        margin-left:-31px;
        top:-17px;
    }
}




.stories-section{
    background-image: url('../img/stories-bg-single-arabica.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center center;
    position:relative;
    padding:60px 0 90px;
}
.stories-section:before{
    content:'';
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background: rgba(3, 24, 52, 0.3);
    z-index:1;
}
.stories-section .wrapper{
    position:relative;
    z-index:2;
}
.single-arabica-tabs .slick-slide{
    height:auto;
}

.section-header{
    text-align:center;
    padding-bottom:40px;
}
.section-headline{
    font-size:36px;
    line-height:1;
    color:#fff;
    font-weight:300;
    font-style:italic;
    margin:0;
}

.single-arabica-tabs{
    padding:0 42px;
}
.single-arabica-tabs .tabs{
    padding-bottom:60px;
}
.single-arabica-tabs .tabs ul{
    background:#fff;
    border-radius:999px;
    -webkit-box-shadow: 0 0px 20px 10px rgba(0,0,0,0.04);
    box-shadow: 0 0px 20px 10px rgba(0,0,0,0.04);
    padding:0 30px;
    overflow:hidden;
    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}
.single-arabica-tabs .tabs .country{
    font-size:15px;
    display:block;
    line-height:50px;
    font-weight:300;
    color:#879199;
    cursor:pointer;
    text-align:center;
}
.single-arabica-tabs .tabs .active .country{
    color:#609ffe;
}
.single-arabica-tabs .tabs .slick-arrow{
    width:94px;
    height:50px;
    z-index:100;
}
.single-arabica-tabs .tabs .slick-arrow:before{
    display:inline-block;
    line-height:22px;
    position:absolute;
    top:50%;
    margin-top:-12px;
    
}
.single-arabica-tabs .tabs .slick-prev{
    left:0;
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 1%, rgba(255,255,255,1) 60%, rgba(125,185,232,0) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 1%,rgba(255,255,255,1) 60%,rgba(125,185,232,0) 100%);
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 1%,rgba(255,255,255,1) 60%,rgba(125,185,232,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#007db9e8',GradientType=1 );
}
.single-arabica-tabs .tabs .slick-prev:before {
    content: "\02190";
    left:50%;
    -moz-transform:translateX(-120%);
    -webkit-transform:translateX(-120%);
    -o-transform:translateX(-120%);
    -ms-transform:translateX(-120%);
    transform:translateX(-120%);
}
.single-arabica-tabs .tabs .slick-next{
    right:0;
    background: -moz-linear-gradient(45deg, rgba(125,185,232,0) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 99%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(125,185,232,0) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 99%,rgba(255,255,255,1) 100%);
    background: linear-gradient(45deg, rgba(125,185,232,0) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 99%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#ffffff',GradientType=1 );
}
.single-arabica-tabs .tabs .slick-next:before {
    content: "\02192";
    right:50%;
    -moz-transform:translateX(120%);
    -webkit-transform:translateX(120%);
    -o-transform:translateX(120%);
    -ms-transform:translateX(120%);
    transform:translateX(120%);
}

.panels li{
    visibility:hidden;
    opacity:0;
    max-height:0;
    transition: opacity 0.1s;
    position:absolute;
}
.panels li.active{
    visibility:visible;
    opacity:1;
    max-height:1000px;
    position:static;
}

.panel-body{
    -webkit-box-shadow: 0 0px 50px 25px rgba(0,0,0,0.1);
    box-shadow: 0 0px 50px 25px rgba(0,0,0,0.1);
    background:#fff;
    border-radius: 20px;
    max-width:800px;
    margin:0 auto;
    padding:20px;
}
.panel-img-container img{
    max-width:100%;
}
.panel-body .col-half{
    display:inline-block;
    float:left;
    width:50%;
    position:relative;
}
.panel-body .col-half + .col-half{
    padding-left:32px;
}
.panel-header,
.panel-body .mobile-header{
    text-align:center;
    padding:30px 0 45px;
}
.panel-body .mobile-header{
    padding:10px 0 20px;
}
.panel-header .country-name,
.panel-body .mobile-header .country-name{
    font-size:15px;
    line-height:1;
    text-transform:uppercase;
    letter-spacing:3px;
    font-weight:300;
    color:#000;
    margin:0;
}
.panel-body .mobile-header .country-name{
    font-size:14px;
}
.panel-header .delimiter,
.panel-body .mobile-header .delimiter{
    width:30px;
    height:1px;
    background:#9fa9b0;
    margin:25px auto 15px;
}
.panel-body .mobile-header .delimiter{
    margin:12px auto 5px;
}
.panel-header .title,
.panel-body .mobile-header .title{
    font-size:24px;
    line-height: 1;
    color:#609ffe;
    margin:0;
    font-weight:300;
}


.panel-text{
    padding-bottom:55px;
}

.panel-text p{
    margin:0 0 15px;
    font-size:15px;
    line-height:24px;
    font-weight:300;
    color:#000;
    text-align:justify;
}
.panel-footer{
    position:absolute;
    bottom:0;
    left:30px;
    right:0;
}
.panel-footer .button{
    padding: 12px 10px;
}
.panel-footer .button.btn-bordered{
    padding:11px 10px;
}
.panel-footer .button + .button{
    margin-left:20px;
}

.tabs-mobile{
    display:none;
}

.panel-body .mobile-header{
    display:none;
}

.tabs-mobile{
    margin-bottom:40px;
}

@media (max-width: 991px){
    .panel-body .col-half{
        display:inline-block;
        margin-right:-0.25em;
    }
    .panel-body .col-half:first-child{
        width:40%;
    }
    .panel-body .col-half:last-child{
        width:60%;
    }
}
@media (max-width: 767px){
    .single-arabica-tabs .tabs,
    .panel-header{
        display:none;   
    }  
    .tabs-mobile{
        display:block;
    } 
    .panel-body{
        padding:15px 10px;
    }
    .panel-body .col-half:first-child,
    .panel-body .col-half:last-child{
        display:block;
        width:100%;
        margin:0;
        padding:0;
    }
    .panel-body .mobile-header{
        display:block;
    }
    .panel-img-container{
        position:relative;
        overflow:hidden;
        height:250px;
        margin-left:-10px;
        margin-right:-10px;
        text-align:center;
    }
    .panel-img-container img{
        max-height:100%;
    }
    .panel-text{
        padding-top:20px;
        padding-bottom:10px;
    }
    .panel-text p{
        font-size:14px; 
        line-height:1.2;  
    }
    .panel-footer{
        position:static;
        text-align:center;
    }
    .panel-footer .button,
    .panel-footer .button + .button{
        margin:0 5px 15px;
    }
}
@media (max-width:640px){
    .stories-section{
        background-position:center top;
        background-size:auto 79%;
    }
    .stories-section:before{
        bottom:21%;
    }
}
@media (max-width:480px){
    .single-arabica-tabs{
        padding:0 20px;
    }
    .panel-img-container img{
        min-width:100%;
        max-height:initial;
    }
}


.tabs-mobile-select{
    display:none;
}


.cta-section{
    padding:5px 0 50px;
    text-align:center;
    margin-top:-70px;
}
@media (max-width: 1279px){
    .cta-section{
        margin-top:0;
    }
}



















