@media screen and (max-width:1260px) {
    .header + nav {
        padding-right: 200px;
    }
}

@media screen and (max-width:1130px) {
    .new-hdr-block {
        display:none;
    }
    .header {
        margin-right: 0;
    }
    .header + nav {
        padding-right: 0!important;
    }
      .new-drop-block {
        display:none;
    }
}

.new-hdr-block2 {
    text-align: center;
    background: #000;
}

@media screen and (min-width:1130px) {
    .new-hdr-block2 {
        display:none;
    }
    
  
}

.new-hdr-block2 a {
    display: inline-block;
    width: 100px!important;
    margin-left: 4px;
    margin-right: 4px;    
}

.new-drop-block {
    position: absolute;
    top:130px;
    left:0;
    right:0;
    
    z-index: 9999;
    height: auto;
}

@media screen and (max-width:1260px) {
    .new-drop-block {
        top: 114px;
    }
}

.drop-block {
    border-top:solid 2px rgb(63,63,63);
    border-bottom: solid 2px rgb(63,63,63);
    display:none; 
    background: #000!important;    
}

.drop-block hr {
    opacity: .3;
    margin-top: 16px!important;
    margin-bottom: 16px!important;
}

.drop-block h5 {
    margin-bottom: 16px;
}

.hint-block {
    padding:32px;
    width:300px!important;
}

.hint-block h5 {
    font-size: 21px;
}

.thumb-small {
    text-align: center;
}

.thumb-small .item {
    display: block!important;
    width: 100%;
    padding: 16px!important;
}

.thumb-small strong.title {
    display:none;
}

.drop-table td {
    width:25%;
    padding: 16px;
    background: rgba(255,255,255,.05);
}

.drop-table td:nth-child(even) {
    background: rgba(0,0,0,.05);
}