/* Add here all your CSS customizations */
#header .header-nav-features {
    position: relative;
    padding-left: 40px;
    margin-left: 10px;
}
.enBtn{float: left;}
.enLink{font-weight: bold;
    position: relative;
    right: 20px;
    border-bottom: 2px #e62934 solid;
    text-decoration: none;color:#e62934}
.enLink:hover{font-weight: bold;
    position: relative;
    right: 20px;
    border-bottom: 2px red solid;
    text-decoration: none;color:red}

.thumb-info.thumb-info-bottom-info .thumb-info-title{background: rgba(0, 0, 0, 0.51) !important}

.feature-box-icon img{min-width: auto !important}

@media screen and (max-width: 575px) {
    .enLink{
        font-weight: bold;
    position: relative;right: 0px;
    border-bottom: 2px #e62934 solid;
    text-decoration: none;color:#e62934}
    .enLink:hover{font-weight: bold;
    position: relative;
    right: 0px;
    border-bottom: 2px red solid;
    text-decoration: none;color:red}
}

@media (min-width: 992px){
#header .header-nav {
    justify-content: flex-start;
    }
    
}    