
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100);
.menu
{
    background-color:#D7D7D7;
    background: -webkit-linear-gradient(top, #D7D7D7 75%, #898c8f);
    background: -moz-linear-gradient(top, #D7D7D7 75%, #898c8f);
    background: -ms-linear-gradient(top, #D7D7D7 75%, #898c8f);
    background: -o-linear-gradient(top, #D7D7D7 75%, #898c8f);
    box-shadow: inset 0px 5px 10px #898c8f;
}
.toggleMenu
{
    display: none;
    background-color:#D7D7D7;
    background: -webkit-linear-gradient(top, #D7D7D7 75%, #898c8f);
    background: -moz-linear-gradient(top, #D7D7D7 75%, #898c8f);
    background: -ms-linear-gradient(top, #D7D7D7 75%, #898c8f);
    background: -o-linear-gradient(top, #D7D7D7 75%, #898c8f);
    box-shadow: inset 0px 5px 10px #898c8f;
    width: 100%;
    text-decoration:none;
    color: #fff;
    font-size: 14px;
    padding: 0px 25px;
     line-height:40px;
}
.toggleMenu i
{
    padding:4px 9px;
    margin-top:6px;
    color:#eee;
    background-color:#404041;
    border:thin solid #777;
    border-radius:4px;
}
.toggleMenu i:hover
{
    background-color: #69696B;
    color: #DFE1FF;
}
 
.toggleMenu span img{
        vertical-align: middle;
    }
.toggleMenu span
{
    font-size:21px;
    color:#fff;
    text-shadow: 1px 1px 1px #000000;
}
.nav li.logo.active a, .nav li.logo a:hover
{
    border-bottom: none;
}
.nav
{ 
    list-style: none;
     *zoom: 1;
     height:auto;
}

.nav:before, .nav:after
{
    content: " ";
    display: table;
}
.nav:after
{
    clear: both;
}
.nav ul
{
    list-style: none;
    width: 220px;
    z-index: 888;
    border-bottom:1px solid #888;
}
.nav > li
{
    float:left;
    list-style:none;
    margin:0;
    width:auto;
    height:auto;
}
.nav li a
{
    color: #000000;
    padding:0 27px;
    line-height:50px;
    margin:0px;
    position: relative;
    display: block;
    font-size: 1em;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Roboto Slab', serif;
}
.nav li a:hover
{
    background-color:#404041;
    color:#fff;
    -webkit-transform: rotateY(15deg);
    -moz-transform: rotateY(15deg);
    -ms-transform: rotateY(15deg);
    transform: rotateY(15deg);
}
.nav li
{
    position:relative;
}
.nav > li.hover > .sub-nav
{
    left: 2px;
    top: 50px;
    background-color:rgba(64, 64, 65, 0.80);
}
.nav li li.hover .sub-nav
{
    left: 100%;
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -ms-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear;
}
.nav li li a
{
    font-size: 0.9em;
    padding:0 15px;
    line-height:35px;
    display: block;
    color: #fff;
    position: relative;
    z-index: 9999;
    font-weight: normal;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 100%;
    text-decoration: none;
    margin: 0;
    text-align:left;
    text-transform: capitalize;
    border-bottom: 1px solid #999;
}
.nav li li
{
    border-top: none;
}
.nav li li:hover
{
    color:#fff;
    border-top: none;
}
.sub-nav li a:hover
{
    -webkit-transform: rotateY(13deg);
    -moz-transform: rotateY(13deg);
    -ms-transform: rotateY(13deg);
    transform: rotateY(13deg);
    color:#fff;
}
.nav > li:hover > a
{
    
    background-color:#404041;
    color:#fff;
    -webkit-transform: rotateY(15deg);
    -moz-transform: rotateY(15deg);
    -ms-transform: rotateY(15deg);
    transform: rotateY(15deg);
}
.nav > li > a:focus
{
    -webkit-transform: rotateY(15deg);
    -moz-transform: rotateY(15deg);
    -ms-transform: rotateY(15deg);
    transform: rotateY(15deg);
    color: #fff;
}
.nav > li > .sub-nav
{
    position: absolute;
    left: -9999px;
    padding: 0;
    z-index: 9999;
    background: #fff;
}
.nav > li.active > a
{
    color: #fff;
    background-color: #404041;
}
.nav li.active .home
{
    background-color:transparent;
}
.nav li.active .home:hover
{
     color: #fff;
    background-color: #404041;
}
/***** Media Quries *****/
@media screen and (max-width: 768px)
{

    .toggleMenu
    {
        width: 100%;
    }
    .active
    {
        display: block;
    }
    .nav > li
    {
        float: none;
        background-color:rgba(64, 64, 65, 0.80);
       border-top:1px groove #fff;
    }
    .nav > li.active > a
    {
       padding-left:20px;
    }
    .nav > li > .parent
    {
        background-position: 95% 50% !important;
    }
    .nav li li .parent {
        background-image: url("img/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul 
    {
        display: block;
        width: 100%;
    }
    .nav > li.hover > .sub-nav, .nav li li.hover .sub-nav
    {
        position: static;
    }
    
    .nav li a
    {
       width:auto;
       color: #ffffff;
    }
}
@media screen and (max-width: 640px)
{
    .toggleMenu
    {
        width: 100%;
    }
    
}
@media screen and (max-width: 480px)
{
    .toggleMenu
    {
        width: 100%;
    }
}
@media screen and (max-width: 320px)
{
    .toggleMenu
    {
        width: 100%;
    }
}
/*--responsive design--*/
@media (max-width:1280px)
{
    
}
@media (max-width:1124px)
{
   

}
@media (max-width:1024px)
{
.toggleMenu
    {
        width: 100%;
    }
}
@media (max-width:920px)
{
.toggleMenu
    {
        width: 100%;
    }
    .nav > li
    {
        float: none;
        display: block;
    }
}
@media (max-width:768px)
{

}
