
/* parent-theme-navigation */

.parent section.parent-theme-navigation 
{
    background-color: #bebebe;
    height: 100%;
    left: -85%;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 85%;
    z-index: 20;
}
.parent section.parent-theme-navigation .logo
{
    width: 100%;
    height: 60px;
    display: table;
    padding: 10px 20px 0 20px;
    background-color: #fff;
    border-bottom: 1px solid #e2ded1;
}
.parent section.parent-theme-navigation .logo img
{
    max-height: 34px;
    display: table-cell;
    vertical-align: middle;
}

.parent section.parent-theme-navigation ul
{
    padding: 0;
    margin: 0;
    list-style: none;

}

.parent section.parent-theme-navigation h1
{
    margin: 0;
}

.parent .mask
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 15;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.parent section.parent-theme-navigation .title
{
    width: 100%;
    display: block;
    padding: 15px;
    background-color: #28292d;
    color: white;
    font-size: 15px;
    line-height: 20px;
    font-size: 1.5rem;
    line-height: 2rem;
    font-family: FuturaBT-Bold, Arial, Verdana;
    text-transform: uppercase;
    text-align: center;
}

.parent section.parent-theme-navigation .title:hover
{
    color: #00b74f;
}

.parent section.parent-theme-navigation .menu a
{
    width: 100%;
    display: block;
    padding: 25px;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    font-size: 1.3rem;
    line-height: 1.6rem;
    font-family: FuturaBT-Bold, Arial, Verdana;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #3a3b3f;
    border-bottom: 1px solid #46474a;
}

.parent section.parent-theme-navigation .menu li:last-child a
{
    border-bottom: none;
}

.parent section.parent-theme-navigation .menu li.active
{
    position: relative;
    padding-left: 10px;
}

.parent section.parent-theme-navigation .menu li.active a
{
    color: #00b74f;
}

.parent section.parent-theme-navigation .menu li.active:before
{
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #00b74f;
}

.parent section.parent-theme-navigation .menu a:hover
{
    background-color: #28292d;
}

.parent section.parent-theme-navigation a.language,
.parent section.parent-theme-navigation a.expo-link
{
    width: 100%;
    display: block;
    margin-top: 25px;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    font-size: 1.3rem;
    line-height: 1.6rem;
    font-family: FuturaBT-Bold, Arial, Verdana;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}

.parent section.parent-theme-navigation a.expo-link
{
    padding-bottom: 25px;
}

.parent section.parent-theme-navigation form
{
    overflow: auto;
    background-color: #3a3b3f;
    border-top: 1px solid #46474a;
}

.parent section.parent-theme-navigation form input[type='text']
{
    width: 78%;
    height: 60px;
    margin: 2% 0px 2.5% 2%;
    padding-left: 22px;
    color: #fff;
    font-size: 18px;
    line-height: 16px;
    font-size: 1.8rem;
    line-height: 1.6rem;
    font-family: Verdana, Arial;
    background-color: #2e2f32;
    border: none;
    vertical-align: middle;
    float: left;
}

.parent section.parent-theme-navigation form button
{
    width: 18%;
    height: 60px;
    margin: 2% 2% 2% 0px;
    vertical-align: middle;
    float: left;
    color: #fff;
    font-size: 20px;
    line-height: 16px;
    font-size: 2rem;
    line-height: 1.6rem;
    text-align: center;
    background-color: #2e2f32;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.parent section.parent-theme-navigation form button:hover
{
    font-size: 24px;
    line-height: 16px;
    font-size: 2.4rem;
    line-height: 1.6rem;
}

/* Header */

.parent .main-header a#open-menu,
.parent .main-header a#close-menu 
{
    width: 60px;
    height: 60px;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    float: left;
    padding-top: 12px;
    z-index: 30;
    color: white;
    font-size: 34px;
    line-height: 34px;
    font-size: 3.4rem;
    line-height: 3.4rem;
    text-align: center;
    background-color: #00b74f;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.parent .main-header a#close-menu { display: none; }

body.parent.pml-open
{
    overflow: hidden;
}

body.parent.pml-open section.parent-theme-navigation
{
    left: 0;
}

body.parent.pml-open #wrapper 
{
    left: 85%;
}



@media all and (min-width: 768px) {

    .parent section.parent-theme-navigation 
    {
        width: 500px;
    }

    body.parent.pml-open #wrapper 
    {
        left: 500px;
    }
}



@media all and (min-width: 1025px) {

    .parent section.parent-theme-navigation 
    {
        display: none;
    }

    body.parent.pml-open #wrapper 
    {
        left: 0;
    }

    .parent .mask
    {
        display: none !important;
    }

    .parent .main-header a#open-menu,
    .parent .main-header a#close-menu 
    {
        display: none !important;
    }
}
