body {margin: 0;}
.clearfix {clear: both;}

nav {
    text-align: right;
    text-transform: uppercase;
    padding: 2.8em 4%;
    z-index: 99;
    width: 92%;
    position: absolute;
}

.logo{float:left;padding-left: 4%;}
.logo img{float:left;}

nav ul {margin: 0 auto;list-style-type: none;display: inline-block;}
nav ul li {display: inline-block;text-align:center;}
nav ul li a {color: #fff;font-weight: normal;text-decoration: none;display: inline-block;padding: 1em 2em;box-sizing: border-box;font-size:1.1vw;}
nav ul li a:hover {color: #ffe200;}

.current_page {}
.current_page a {color: #ffe200;}
#menu_button_wrapper{display: none;}
.hidden {display: none;}

.enter{width:230px;float:left;height:40px;color:#808080;font-size:14px;line-height:40px;margin-left:0px;padding-left:10px;outline:none;border: none;background:#fff;padding-right:10px;}
.fdj{height:40px;width:30px;background:#fff url(../images/search.png) center no-repeat; float:left;border:none;font-size:0; cursor: pointer;padding-right: 35px;padding-left: 15px;}
.seach_k{margin-top:0px;border: 1px solid #bbb;overflow: hidden;border-radius: 30px;}
.rmss{float:right !important;display: block !important;background: #fff;border-radius: 30px;margin:0.5vw 0px 0 4em;}

/* Responsive for smaller screens */

@media (max-width: 760px) {
    nav {text-align: right;text-transform: uppercase;z-index: 99;width: 100%;position: absolute;height: 100%;}
.logo {
    padding-top: 3%;
    float: left;
    padding-left: 4%;
}
    .logo img {
    float: left;
    width:65%;
}
    #menu_button_wrapper{
        display: block;
        padding: 1em;
        color: #9d9d9d;
        border-bottom: 1px solid #101010;
        -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.1);
        box-shadow: 0 1px 0 rgba(255,255,255,.1);
        margin-bottom: 0em;
        margin-top: 4%;
    }
    
    #menu_button {
        box-sizing: border-box;
        float: right;
        padding: .5em 1em;
        border: 0px solid #333;
        border-radius: 5px;
        color: white;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    
    #menu_button:hover {
        cursor: pointer;
        background-color: #333;
    }
    
    #hamburger {
        float: right;
        padding-top: .15em;
    }
    
    #menu_button span{
        display: block;
        background-color: #fff;
        width: 2em;
        height: .15em;
        border-radius: 1px;
        margin-bottom: .4em;
    }
    
    nav {
    text-align: right;
    text-transform: uppercase;
    padding: 2.8em 0%;
    z-index: 99;
    width: 100%;
    position: absolute;
    height: 100%;
}
    
    nav ul {
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
		background: #000;
        padding:30px 15px;
    height: 100%;
    z-index: 999;
    }

nav ul li {display: block;text-align:center;} 
nav ul li a {width: 100%;font-size: 5vw;}   
       
}

@media (max-width: 1153px) {
.rmss{display: none !important;}
}
