.brand-logo-img {
    height:36px;

}
.dropbox {

    padding: 12px 0 12px 0;
    background-color: white;
    width: 480px;
    color: Black;
    font-family: arial;
    line-height: 1.5;
    position: absolute;
    top: 0px;
    right: 34.7%;
    overflow: hidden;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
    height: 50px;
}

.dropbox > ul { list-style-type: none; padding-top: 9px; background-color: white; display: flex; }

.dropbox > ul > li > a { float: right; padding-right: 1.2rem; color: black; text-decoration: none; letter-spacing: 0.1em; line-height: 0.8em; font-size: 14px; }

    .dropbox > ul > li > a:hover {
        color: #E46609;
        text-decoration:none!important;
    }
.social-w {
    width: 97%;
}
.t {
    width: 12px;
    margin-top: 4px;
}

.m {
    width: 20px;
    margin-top: 7px;
}

.b {
    width: 27px;
    margin-top: 7px;
}

.menu-ico {
    height: 2px;
    background: white;
}

.myBut {
    width: 30px;
    height: 30px;
    background: black;
    color: #004078;
    border: none;
    cursor: pointer;
    padding: 10px;
}

.LuffyNav {
    width: 100%;
    height: 50px;
    background: white;
}

.butCon {
    position: absolute;
    right: 30px;
    height: 50px;
}

.menu-r {
    width: 34.25%;
    background-color: black;
    height: 50px;
    position: relative;
    float: right;
    max-width: 360px;
}

.show {
    height:50px;
    opacity: 1;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.brand-logo {
    display: inline-block;
    margin: 5px 5px 5px 5px;

    height: 40px;
    width: 200px;
}
.butCon {
    display: none;
}

@media only screen and (max-width: 960px) {
    .dropbox {
        opacity: 0;
        height: 0px;
        margin-top: 50px;
        width:100%;
        right:0px;
    }

    .dropbox ul {display:block;}
    .dropbox ul li { border-bottom: 1px solid #ddd }
    .dropbox ul li a:hover { background-color: #E4670A; color:white }
    .social-but { display: none; }

    .butCon{
        display:inline-block;
    }



    .dropbox > li > a {
        width: 100%;
        text-align: center;
        line-height: 3rem;
    }

    .dropbox > ul > li > a {
        float: unset;
        padding-right: 2rem;
        color: #004078;
        text-decoration: none !important;
        letter-spacing: 0.1em;
        width: 100%;
        text-align: center;
        line-height: 2.1em;
        font-size: 1.4em;
        display:block
    }


    .show {
        height: 310px;
        opacity: 1;
        z-index: 999;
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        -ms-transition: all 0.7s ease;
        transition: all 0.7s ease;
        border-bottom:solid 2px grey
    }
    }

@media only screen and (min-width: 1200px) {
    .dropbox {
        right: 361px!important;
    }
}