.adsi-top-bar {
    padding: 20px;
    background: #f1f1f1;
    margin-bottom: 20px;
}
.adsi-top-bar .row {
    margin-bottom: 0px !important;
}
.adsi-top-bar h1 {
    margin-bottom: 0px !important;
}
.adsi-top-bar-home {
    display: block;        
    padding: 4px 0;
}
.adsi-top-bar-home img {
    float: right;
    clear: both;
}


/*NO PADDING ROWS*/
.no-padding-row {
    margin: 0 !important
}
.no-padding-row > [class*='col-'] {
    padding: 0 !important
}
/*EQUAL HEIGHT ROW*/
@media (min-width: 992px) {
    .row-eq-height {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display:         flex;
    }
}
/*EQUAL HEIGHT ROW - FIM*/
/*ENTRY HEADER*/
.entry-header-adsi {
    background: #f7f7f7;
    border: none !important;
    padding: 25px 0 !important;
}
.entry-header-adsi h1 {
    font-size: 1.5em;
    margin: 0
}
.entry-header-adsi .row {
    margin-bottom: 0
}
/*ENTRY HEADER -FIM*/
/*IMAGES*/
.full-with-image {
    width: 100%;
    height: auto
}
/*IMAGES -FIM*/
/*MARGINS*/
.margin-bottom-15 {
    margin-bottom: 15px !important;
}
.margin-top-15 {
    margin-top: 15px !important;
}
.margin-bottom-20 {
    margin-bottom: 20px !important;
}
.margin-top-20 {
    margin-top: 20px !important;
}
/*MARGINS -FIM*/
/*LIST TERMS FUNCTION*/
.LisTerms {
    margin: 0;
}
.LisTerms li{
    display: inline-block;
    list-style: none;
margin-right: 5px    
}
.LisTerms li a{
    font-size: 0.9em;
}
/*LIST TERMS FUNCTION - END*/
