/* clearfix */
.clearfix:after{content:"."; display:block; height:0; clear:both; visibility:hidden}
.clearfix{display:inline-block}
* html .clearfix{height:auto; float: left;}
.clearfix{display:block}
#B86carousel *{list-style-type:none; padding:0px; margin:0px; border:none;}
#B86carousel{
    width:100%;
    max-width: 100%; 
    height: auto;
    float: left;
}
#B86-imagem {
    float: left!important;
    max-height: 318px!important;
    overflow: hidden!important;
    width: 100%!important;
    height: 278px!important;
}
#B86-descricao{margin-top:220px; padding:5px; width:100%; opacity:0.8; -moz-opacity:0.8}
#B86-descricao a{
    clear:both;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    font-family: 'Montserrat',sans-serif;
    float: left;
    font-size: 11px;
}
#B86-descricao h3 a {color:#E6BE2C}
#B86-descricao p a{
    font-weight: normal;
}
#B86carousel img{
    width: 100%;
    float:left;
    border-radius: 5px;
}
#B86carousel ul{
    background:Transparent;
    width:100%;
    height: auto;
    float:right;
}
#B86carousel li{
    width: 100;
    height:64px;
    background: #EEEEEE;
    background-repeat: repeat-x;
    margin: 0 0 8px 10px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 5px;
    transition: 0.2s;
}
#B86carousel li img{
    width: 100%;
    display:none;
    overflow:hidden;
}
#B86carousel li a{
    width: 100%;
    display:block;
    height:53px;
    font-family: 'Montserrat',sans-serif;
    font-size: 13px;
    color:#444;
    text-decoration:none;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 25px;
    line-height: 1.4em;
    transition: 0.2s;
}
#B86carousel li a:hover{
    text-decoration:none;
    color: #FFFFFF;
    background:rgba(0,0,0,0.2);
    transition: 0.2s;
}

/**
 * 
 * Testing Page
 *
 **/
*{
    margin:0px;
    padding:0px;
}
#all{
    width:100%;
    background:transparent;
    margin:0px;
    padding:10px;
}
#B86-descricao a:hover {
    color: #FFF;
    text-decoration: underline;
}
#B86-descricao h3 a:hover {color:#E6BE2C}
#B86carousel li.active{
    color: #CCCCCC;
    background: #243e76;
}#B86carousel li.active a {
    color: #fff;
    background:#243e76;
}
@media (max-width: 768px) {
    #B86carousel li{
        width: 100%;
        height: auto;
        margin: 10px 0 0 0;
    }
    #B86carousel li a {
        font-size: 13px;
        padding-top: 10px;
    }
    #B86-imagem {
        height: 180px!important;
    }
}
@media (max-width: 1200px) {
    #B86carousel li a {
        font-size: 11px;
        padding-top: 4px;
    }
}