/*======= BT CONTENT SLIDER ========*/
.bt-cs {
    position: relative;
    border: none;
}
.slides_container {
    overflow: hidden;
    position: relative;
    background-color: #ECECEC;
}
.slides_container .slides_control{
    width: 100% !important;

}
.slides_control .slide{
    width: 100% !important;
}
.bt-cs h3 {
    color: #d67901;
    line-height: 37px;
    text-indent: 15px;
    text-transform: uppercase;
    background: url(../images/bg-header.png) repeat-x;
    height: 37px;
    border: 1px solid #cfcfcf;
    margin: 0 !important;
}

/*
        Handles - Next/prev buttons
*/
.bt-cs .next,.bt-cs .prev {
    width: 40px;
    height: 100%;
    top:0;
    opacity:0.7;
}
.bt-cs:hover .next, .bt-cs:hover .prev{
    display:block;
}
.bt-cs .next:hover, .bt-cs .prev:hover{
    opacity:1;
}
.bt-cs a.next {
    background: url(../images/re-right.png) right center no-repeat !important;
    text-indent: -9999px;
    position:absolute;
    z-index:100;
    margin:0;
    padding:0;
    right: 35.5%;
}
.bt-cs a.prev {
    background: url(../images/re-left.png) left center no-repeat !important;
    text-indent: -9999px;
    position:absolute;
    z-index:999;
    margin:0;
    padding:0;
    left:1%;
}

/*bullet */
.bt-cs .bt_handles {
    border: 1px solid red;
    position: absolute !important;
    margin:  0 !important;
    padding: 0 !important;
    border: 0 !important;
    z-index:101;
}
.bt-cs .bt_handles li {
    float: left;
    margin: 0 1px!important;
    list-style:none;
    padding:0px!important;
    background:none!important;
}
.bt_handles li a {
    display: block !important;
    width: 12px;
    height: 0;
    padding-top: 12px;
    background-image: url(../images/pagination.png);
    background-position: 0 0;
    float: left;
    padding: 12px 0 0 0 !important;
    overflow: hidden;
}
.bt_handles li.current a {
    background-position: 0 -12px;
}

/*numbering */
.bt-cs .bt_handles_num {
    border: 1px solid red;
    position: absolute !important;
    margin:  0 !important;
    padding: 0 !important;
    border: 0 !important;
    z-index:101;
}
.bt-cs .bt_handles_num li {
    float: left;
    margin: 0 1px!important;
    list-style:none;
    padding:0px!important;
    background:none!important;
}
.bt_handles_num li a {
    display: block !important;
    width:12px;
    height:15px;
    line-height:15px;
    background:grey;
    float: left;
    padding:0!important;
    overflow: hidden;
    text-align:center;
    text-decoration:none;
    color:#fff;
    font-size:10px;
}
.bt_handles_num li a:hover{
    opacity:0.8;
}
.bt_handles_num li.current a {
    background:orange;
}

/*** CSS STYLE FOR ITEM ****/
.bt-cs .bt-row {
    float: left;
    position: relative;
    overflow: hidden;
    /*padding: 8px 0;*/
}
.bt-cs .bt-inner {
    margin: 0;
    position: relative;
    background-color: #ECECEC;
}
.bt-cs .bt-inner a {
    text-decoration: none;
}

.bt-inner .image{
    padding-left:0;
    padding-right: 0;
    width: 65%;
}
.bt-inner .slider-article{
    width: 35%;
}
.bt-inner .image img{
    width: 100% !important;
}

.bt-cs .bt-inner .bt-title {
    clear: both;
    color: #d67900;
    font-weight: bold;
    text-transform: uppercase;
    line-height:150%;
    display:inline-block;
}
.bt-cs .bt-inner .bt-category {
    clear: both;
    color: #4a4a4a;
    font-weight: bold;
    line-height:150%;

}
.bt-cs .bt-center{
    text-align:center;
}
.bt-cs .bt-extra {
    clear: both;
    margin-top: 5px;
}
.bt-cs .bt-date,.bt-cs .bt-author {
    font-weight: normal;
    font-size: 80%;
}
.bt-row-separate {
    clear: both;
    height: 1px;
    border-bottom: 1px dotted #959595;
    margin: 0px 10px;
    margin-bottom: 15px;
}

.main-content .bt-introtext h1{
    font-size: 19px !important;
    font-family: 'Open Sans';
    color: #000000;
    letter-spacing: 0.5px;
    line-height: 145%;
}

.bt-cs .bt-inner .bt-title {
    display: block;
    font-family: 'Merriweather', Georgia, serif; 
    line-height: 145%;
    font-size: 30px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 20px;
    text-transform: none;
}


.bt-cs .bt-inner .bt-category {
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 15px;
    line-height: 125%;
}



.last-news .bt-cs .bt-inner .bt-title, .last-news .mfp-introtitle{
    vertical-align: top;
    font-size: 25px;
    line-height: 120%;
    color:#000;
    margin-bottom: 5px;
}



.last-news .mfp-img-left{
    padding-bottom:20px;
}



.small-news .mfp-introtitle {
    font-size: 20px;
    font-family: 'Merriweather', Georgia, serif; 
    display:block;
    text-overflow : ellipsis;
    word-wrap: break-word;
    width: 90%;

}



@media (max-width: 1200px) { 
    .bt-cs .bt-inner .bt-title {
        font-size: 16px;
        line-height: 145%;
    }

    .bt-introtext {
        font-size: 12px;
    }
}

@media (max-width: 1200px) { 
    .bt-cs .bt-inner .bt-title {
        font-size: 20px;
        line-height: 135%;
        margin-bottom: 10px;
    }

    .bt-introtext {
        font-size: 14px;
        line-height: 145%;
    }
}

@media (max-width: 992px) {
    .bt-inner .image{
        width: 100%;
    }
    .bt-inner .slider-article{
        width: 100%;
    }
}
@media (max-width: 990px) { 
    .bt-cs a.next {
        right: 10px;
        height: 65%;
    }
    .bt-cs a.prev {
        left:10px;
        height: 65%;
    }

    .bt-cs .bt-inner .overlay {
        position: absolute;
        top: inherit;
        bottom: -18px;
        right: 45px;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@media (max-width: 768px) {
    /*.bt-cs a.next {
            right: 0px;
    }
    .bt-cs a.prev {
            left: 0px;
    }*/
}

@media (max-width: 568px) { 
    .bt-cs a.next {
        height: 60%;
    }
    .bt-cs a.prev {
        height: 60%;
    }
}

@media (max-width: 420px) { 
    .bt-cs a.next {
        height: 40%;
    }
    .bt-cs a.prev {
        height: 40%;
    }
}