@media (max-width: 1500px){
    footer.footer img, .footer-menu i.fa {
        height: 45px;
        margin: 12px 0 0;
        font-size: 24px;
        color: #f6db78;
    }
    
    span.d-block.font_footer {
        font-size: 13px;
        font-weight: 600;
        color: #f6db78 !important;
        line-height: 2.5;
        display: block;
    }

    .col-xs-3 {
        width: 49%;
        text-align: center;
    }

    .thumbnail {
        /*background: #A50000;*/
    }
}



.menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    /* padding: revert !important; */
    padding-left: 17px;
  }

  .menu-item a {
    color: #af825d !important;
    text-decoration: none;
  }

.menu-item li {
    display: inline-block !important;
    list-style: none !important;
    margin-right: 10px !important; 
  }
 
  ul.menu-item li:nth-child(1) {
    width: 100%;
}

  .menu-item li a {
    display: inline-block !important;
    list-style: none !important;
    margin-right: 10px !important; 
    width:100%;
  }

  .menu-item a {
    color: #af825d !important;
    text-decoration: none;
  }

  .menu-item .item2menu {
    padding-right: 30px; 
  }