﻿#navmenu {
    zoom: 1;
    width: 100%;
    border-radius: 200px 200px 0px 0px;
    -moz-border-radius: 200px 200px 0px 0px;
    -webkit-border-radius: 200px 200px 0px 0px;
    border: 0px solid #000000;
    padding: 7px 0 0 0;
    text-transform: uppercase;
     direction:rtl;
}

    #navmenu:before {
        content: '';
        display: block;
    }

    #navmenu:after {
        content: '';
        display: table;
        clear: both;
    }

    #navmenu ul {
        list-style-type: none;
        position: relative;
        display: block;
        font-size: 12px;
        /*font-family: Verdana, Helvetica, Arial, sans-serif;*/
        margin: 0;
        padding-right: 15%;
        border-bottom: 1px solid rgb(255,215,0);
        zoom: 1;
    }

        #navmenu ul:before {
            content: '';
            display: block;
        }

        #navmenu ul:after {
            content: '';
            display: table;
            clear: both;
        }

    #navmenu li {
        display: block;
        float: right;
        margin: 0;
        padding: 0;
        border-bottom: 3px solid transparent;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        #navmenu li a {
            float: right;
            color: white;
            text-decoration: none;
            height: 37px;
            padding: 13px 15px 0;
            font-weight: normal;
        }

        #navmenu li:hover {
            text-decoration: none;
            transition: all 0s;
            border-bottom-color: rgb(202, 170, 0);
            background: linear-gradient(to bottom, rgba(255,255,255,0.13) 0%, rgba(255,255,255,0.5) 100%); /* W3C */
        }

    #navmenu .active {
        text-decoration: none;
        border-bottom-color: rgb(255,215,0);
    }

    #navmenu li:hover a {
        color: #fff;
    }

    #navmenu .active a {
        color: #fff;
    }

#nav {
}

    #nav li {
        float: right;
        position: relative;
    }

    #nav a {
    }

        #nav a:hover {
        }

    #nav ul {
        list-style: none;
        position: absolute;
        left: -9999px;
        padding: 0;
        margin-top: 5px;
        border-top: 5px solid rgb(202, 170, 0);
        border-bottom: none;
        text-transform: none;
    }

        #nav ul li {
            width: 100%;
        }

        #nav ul a {
        }

    #nav li:hover ul {
        top: 30px;
        left: 0;
        background: rgb(0,23,150);
    }

    #nav li:hover a {
    }

    #nav li:hover ul a {
        text-decoration: none;
    }

    #nav li:hover ul li a:hover {
    }

.show-menu {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #fff;
    background: transparent;
    text-align: center;
    padding: 6px;
    display: none;
    margin: 0;
    margin-right: 90%;

}

    .show-menu:hover {
        color: rgb(202, 170, 0);
    }
/*Hide checkbox*/
input[type=checkbox] {
    display: none;

}

    /*Show menu when invisible checkbox is checked*/
    input[type=checkbox]:checked ~ #nav {
        display: block;
        position: absolute;
        right: 65%;
       
    }

/*Responsive Styles*/
/*----------------------------Responsive------------------------------------------*/
@media (max-width: 1200px) {
     #navmenu ul {

        padding-right: 20%;

    }
}
@media (max-width: 980px) {
     #navmenu ul {

        padding-right: 25%;

    }
}
@media screen and (max-width : 760px) {

    #navmenu ul {
        position: static;
        display: none;
        visibility: visible;
        /*background: rgba(73,155,234,1);*/
        padding-right: 0%;
        background: rgba(73,155,234,1);
        background: -moz-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(32,124,229,0.44) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(32,124,229,0.44)));
        background: -webkit-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(32,124,229,0.44) 100%);
        background: -o-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(32,124,229,0.44) 100%);
        background: -ms-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(32,124,229,0.44) 100%);
        background: linear-gradient(to right, rgba(73,155,234,1) 0%, rgba(32,124,229,0.44) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=1 );
    }
        /*Make all menu links full width*/
        #navmenu ul li, li a {
            width: 100%;
        }
    /*Display 'show menu' link*/
    .show-menu {
        display: block;
    }

    #nav li:hover ul {
        /*top: 0;
        left: 0px;*/
        padding-left: 0px;
        background: rgba(73,155,234,1);
        background: -moz-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(32,124,229,0.44) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(32,124,229,0.44)));
        background: -webkit-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(32,124,229,0.44) 100%);
        background: -o-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(32,124,229,0.44) 100%);
        background: -ms-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(32,124,229,0.44) 100%);
        background: linear-gradient(to right, rgba(73,155,234,1) 0%, rgba(32,124,229,0.44) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=1 );
        display: block;
    }

        #nav li:hover ul li {
            padding-right: 15px;
        }

    #Brands:hover {
        border: none;
    }

        #Brands:hover ul {
            border: none;
        }
}
