.navigation {
    height: 150px;
    width: 100%;
    position: absolute;
    z-index: 10;
}

.brand {
    position: absolute;
    padding-left: 20px;
    float: left;
}

.brand img {
    width: 60%;
    margin-top: 20px;
}

.brand a, .brand a:visited {
    color: #ffffff;
    text-decoration: none;
}

.nav-container {
    max-width: 100%;
    margin: 0 auto;
}

.nav-container h3 {
    display: none;
}

nav {
    margin: auto;
    text-align: center;
    width: 1190px;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    float: left;
    position: relative;
    line-height: 150px;
    color: #709500;
    font-size: 13px;
}

nav ul li a, nav ul li a:visited {
    display: block;
    padding: 0 20px;
    line-height: 150px;
    color: #F0042D;
    font-size: 13px;
    font-weight:600;
    letter-spacing: 1px;
    text-transform:uppercase;
    border-top: 0px solid rgba(255,131,8,0.0);
}
nav ul li a:hover, nav ul li a:visited:hover {
    color: #709500;
    border-top: 5px solid rgba(255,131,8,1.0);
}
nav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: ' ▾';
}

/*768 x 1024 _ Tablet vertical*/


/* Mobile navigation */
.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: orange;
    height: 60px;
    width: 60px;
}


@media screen and (max-width:1600px) {
    
    
/*.navigation {
    height: 100px;
    }
    
nav {
    width: 1100px;
    float: right;
}    

nav ul li {
    line-height: 100px;
}
    
nav ul li a, nav ul li a:visited {
    padding: 0 24px;
    line-height: 100px;
    color: #F0042D;
    font-size: 12px;
    letter-spacing: 1px;
}
    
    
nav ul li a:hover, nav ul li a:visited:hover {
    border-top: 0px solid rgba(255,131,8,1.0);
}  
    
.brand img {
    width: 45%;
    margin-top: 10px;
} */    
    
}

/*1366*/
@media screen and (max-width:1400px) {

nav {
    margin: auto;
    text-align: center;
    width: 100%;
    float:left;
    padding-left: 115px;
}
    
    
    
    
    
 .navigation {
    height: 100px;
}

.brand img {
    width: 50%;
    margin-top: 10px;
}


nav ul li {
    line-height: 100px;
}

nav ul li a, nav ul li a:visited {
    line-height: 100px;
    letter-spacing:normal;
    text-transform:uppercase;
}
    
    
}


@media screen and (max-width:1280px) {
    
.nav-container h3 {
    position: absolute;
    top: 0;
    right: 60px;
    width: 100px;
    height: 60px;
    line-height: 60px;    
    text-align: center;
    display:block;
    color:#FF3600;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 15px;
    background-color: white;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    
}
    
nav {
    width: 1280px;
}
    
    
nav ul li a, nav ul li a:visited {
    padding: 0 12px;
    line-height: 100px;
    color: #F0042D;
    font-size: 11px;
    letter-spacing:normal;
} 
    
    
nav ul li a:hover, nav ul li a:visited:hover {
    color: #709500;
    border-top: 0px solid rgba(255,131,8,1.0);
    letter-spacing: 2px;
}
    
    
}


@media screen and (max-width:1280px) {
    
    
.navigation {
    height: 60px;
    position: fixed;
    }
    
.nav-mobile {
    display: block;
    }
    
.brand img {
    width: 30%;
    margin-top: 5px;
}

nav {
    width: 100%;
    padding: 40px 0 20px 0;
    background-color: rgba(255,255,255,0.9);
    border-bottom: 1px solid rgba(255,131,8,0.5);
    }
    
nav ul {
    display: none;
    padding-top: 40px;
    }
    
nav ul li {
    float: none;
    height: 40px;
    font-size: 13px;
    line-height: 18px;
    }
    
nav ul li a {
    padding: 0;
    color:#FF3600;
    font-size: 15px;
    line-height: 25px;
    }
}


@media screen and (min-width: 1279px) {

.nav-list {
        display: block !important;
    }
}
#nav-toggle {
    position: absolute;
    left: 13px;
    top: 20px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 1px;
    width: 35px;
    background: #ffffff;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
    top: -10px;
}
#nav-toggle span:after {
    bottom: -10px;
}
#nav-toggle.active span {
    background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
    top: 0;
}
#nav-toggle.active span:before {
    transform: rotate(45deg);
}
#nav-toggle.active span:after {
    transform: rotate(-45deg);
}




/*360*/
@media screen and (max-width:500px) {
    
    
.brand {
    padding-left: 5px;
}

.brand img {
    width: 25%;
    margin-top: 10px;
}
    
    
.nav-container h3 {
    width: 75px;  
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 14px;
}
    

nav ul li {
    height: 30px;
    font-size: 11px;
    letter-spacing: 1px;
    }
}









