﻿@media only screen and (max-device-width : 500px)  
{
    
       .Nav_Containter
    {
        overflow:hidden;
        position:absolute;
        
        z-index:100;
        width:100%;
        margin-left:auto;
        margin-right:auto;
        background-color:#000000;
    
    }

    .Nav_Containter_MenuSelect
    {
        position:relative;
        color:#ffffff;
        text-align:right;
        height:50px;
        line-height:50px;
        width:97%;
        margin-left:2%;
        background-image:url('/Common/Images/Icons/menuselect.png');
        background-position:left;
        background-repeat:no-repeat;
        background-size:8% auto;
        z-index:100;
  font-family:NewFont, Trebuchet MS;
	    font-size: 15px;
	    font-style: normal;
	    font-variant: normal;
	    font-weight: 500;
	    letter-spacing:0.07em;
    }
    
     .Nav_Containter_MenuSelect::after
    {
        clear:both;
    }
    
    .Nav_Containter_MenuMobile
    {
        clear:both;
    }
    
    .Nav_Containter_Menu
    {
        display:none;
        position:relative;
        margin-left:auto;
        margin-right:auto;
        z-index:100;
        width:100%;
        min-width:100%;
    }
    
      .Nav
    {
        position:relative;
        width:96%;
        margin-left:auto;
        margin-right:auto;
        padding:0px;
        font-family:NewFont, Trebuchet MS;
        font-size: 15px;
        font-style: normal;
        font-variant: normal;
        font-weight: 500;
        letter-spacing:0.07em;
    }
    .Nav a:link, .Nav a:visited
    {
        color:#ffffff;
        text-decoration:none;
    }
    
    .Nav::after
    {
        clear:both;
    }
    
    .Nav_Item_Natural
    {
        
        width:98%;
        padding-left:2%;
        margin-left:auto;
        margin-right:auto;
        margin-top:5px;
        margin-bottom:5px;
        border:1px solid #464646;
        height:40px;
        line-height:40px;
        background-image:url('/Common/Images/Icons/menuarrow.png');
        background-position:right;
        background-repeat:no-repeat;
        color:#ffffff;
        text-decoration:none;
    }
    
        .Nav_Item_Natural a:link, .Nav_Item_Natural a:visited
    {
        color:#ffffff;
        text-decoration:none;
    }
    
    .Nav_Item_Natural:hover
    {
    }
    
    .Nav_Item_Active
    {
        width:98%;
        padding-left:2%;
        margin-left:auto;
        margin-right:auto;
        margin-top:5px;
        margin-bottom:5px;
        border:1px solid #464646;
        background-color:#ff0000;
        height:40px;
        line-height:40px;
        background-image:url('/Common/Images/Icons/menuarrowwhite.png');
        background-position:right;
        background-repeat:no-repeat;
        color:#ffffff;
        text-decoration:none;
    }
    
        .Nav_Item_Active a:link, .Nav_Item_Active a:visited
    {
        color:#ffffff;
        text-decoration:none;
    }
    
    .Nav_Item_Active:hover
    {

    }
    
        .Nav_Containter_Contact
    {
        display:none;
        position:relative;
        width:100%;
        padding-bottom:10px;
        text-align:center;
        font-family:NewFont, Trebuchet MS;
	    font-size: 11px;
        color:#ffffff;
	    letter-spacing:0.07em;
    }

}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 0px) and (min-device-width : 501px)   
{
.Nav_Containter
{
display:none;
}

.Nav_Containter_MenuSelect
{
display:none;
}
    
.Nav_Containter_MenuSelect::after
{
display:none;
}
    
.Nav_Containter_MenuMobile
{
display:none;
}
    
.Nav_Containter_Menu
{
display:none;
}
    
.Nav
{
    display:none;
}
.Nav a:link, .Nav a:visited
{
display:none;
}
    
.Nav::after
{
display:none;
}
    
.Nav_Item_Natural
{
display:none;
}
    
.Nav_Item_Natural a:link, .Nav_Item_Natural a:visited
{
display:none;
}
    
.Nav_Item_Natural:hover
{
display:none;
}
    
.Nav_Item_Active
{
display:none;
}
    
.Nav_Item_Active a:link, .Nav_Item_Active a:visited
{
display:none;
}
    
.Nav_Item_Active:hover
{
display:none;
}
    
.Nav_Containter_Contact
{
display:none;
}
}