.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
}

#nav_menu {
    float: none;
    height: auto;
    clear: both;
    width: 100%;
    min-height: 50px;
    display: block;
    position: static;
    top: 0px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    background-image:url("img/bckgrd_nav_menu.png");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: 0% 0%;
    background-repeat: repeat no-repeat;
}

#content_menu {
    float: none;
    height: auto;
    clear: both;
    width: 95%;
    max-width: 1200px;
    min-height: 50px;
    position: static;
    top: 0px;
    left: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}

#menu_logo {
    float: left;
    height: auto;
    margin: 0px 0px 0px 0.03125px;
    clear: none;
    width: 100px;
    min-height: 50px;
    padding-top: 8px;
    padding-bottom: 8px;
}

#menu_logo_img {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0px;
    clear: none;
    color: rgb(0, 0, 0);
}

#menu {
    float: right;
    height: auto;
    margin: 0px;
    clear: none;
    width: 585px;
    min-height: 50px;
}

#menu_logo_mob {
    float: left;
    height: auto;
    margin: 0px;
    clear: none;
    width: 100px;
    min-height: 50px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: none;
}

#menu_logo_mob_img {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0px;
    clear: none;
    color: rgb(0, 0, 0);
}

#menu_icon {
    float: right;
    height: 50px;
    margin: 0px;
    clear: none;
    width: 60px;
    display: none;
}

#menu_icon_img {
    float: none;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 10px auto;
    clear: none;
    color: rgb(0, 0, 0);
}

#menu_mob {
    float: right;
    height: auto;
    margin: 0px;
    clear: none;
    width: 585px;
    min-height: 50px;
    padding-top: 5px;
}

#nav_opt_01 {
    float: left;
    height: auto;
    margin: 0px;
    clear: none;
    width: 17.999466%;
    min-height: 40px;
}

#nav_opt_txt_01 {
    float: none;
    font-size: 1em;
    width: auto;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: normal;
    margin: 10px auto;
    clear: none;
    min-height: 15px;
    font-family: 'Open Sans';
    color: rgb(255, 255, 255);
}

#nav_opt_02 {
    float: left;
    height: auto;
    margin: 0px;
    clear: none;
    width: 17.999466%;
    display: block;
    min-height: 40px;
}

#nav_opt_txt_02 {
    float: none;
    font-size: 1em;
    width: auto;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: normal;
    margin: 10px auto;
    clear: none;
    min-height: 15px;
    font-family: 'Open Sans';
    color: rgb(255, 255, 255);
}

#nav_opt_03 {
    float: left;
    height: auto;
    margin: 0px 0px 0px 1.125px;
    clear: none;
    width: 17.999466%;
    display: block;
    min-height: 40px;
}

#nav_opt_txt_03 {
    float: none;
    font-size: 1em;
    width: auto;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: normal;
    margin: 10px auto;
    clear: none;
    min-height: 15px;
    font-family: 'Open Sans';
    color: rgb(255, 255, 255);
}

#nav_opt_04 {
    float: left;
    height: auto;
    margin: 0px;
    clear: none;
    width: 17.999466%;
    display: block;
    min-height: 40px;
}

#nav_opt_txt_04 {
    float: none;
    font-size: 1em;
    width: auto;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: normal;
    margin: 10px auto;
    clear: none;
    min-height: 15px;
    font-family: 'Open Sans';
    color: rgb(255, 255, 255);
}

#nav_opt_05 {
    float: left;
    height: auto;
    margin: 0px;
    clear: none;
    width: 17.999466%;
    display: block;
    min-height: 40px;
}

#nav_opt_txt_05 {
    float: none;
    font-size: 1em;
    width: auto;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: normal;
    margin: 10px auto;
    clear: none;
    min-height: 15px;
    font-family: 'Open Sans';
    color: rgb(255, 255, 255);
}

#nav_opt_06 {
    float: left;
    height: auto;
    margin: 0px;
    clear: none;
    width: 9.805021%;
    min-height: 40px;
}

#nav_opt_img_06 {
    float: none;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 8px auto;
    clear: none;
    color: rgb(0, 0, 0);
}

@media only screen and (max-width: 996px) {
    #nav_menu {
        margin: 0px auto;
        width: 100%;
        float: none;
        clear: both;
        position: static;
        top: 0px;
        left: 0px;
    }

    #content_menu {
        width: 95%;
        margin-top: 0px;
        margin-left: auto;
        clear: both;
        margin-right: auto;
        float: none;
    }

    #menu_logo {
        width: 100px;
    }

    #menu {
        width: 585px;
    }

    #menu_mob {
        width: 585px;
    }

    #nav_opt_01 {
        width: 17.999466%;
    }

    #nav_opt_02 {
        width: 17.999466%;
    }

    #nav_opt_03 {
        width: 17.999466%;
    }

    #nav_opt_04 {
        width: 17.999466%;
    }

    #nav_opt_05 {
        width: 17.999466%;
    }

    #nav_opt_06 {
        width: 9.805021%;
    }

    #nav_opt_img_06 {
        margin-top: 8px;
        clear: none;
    }
}

@media only screen and (max-width: 768px) {
    .primaryContainer {
        position: relative;
    }

    #nav_menu {
        margin: 0px;
        width: 100%;
        float: none;
        clear: both;
        position: fixed;
        background-image:url("img/bckgrd_nav_menu.png");
        background-attachment: scroll;
        -webkit-background-size: auto;
        background-size: auto;
        background-position: 0% 0%;
        background-repeat: repeat no-repeat;
    }

    #content_menu {
        height: auto;
        margin-left: auto;
        margin-right: auto;
        width: 97.998047%;
    }

    #menu_logo {
        width: 100px;
    }

    #menu {
        height: auto;
        position: relative;
        width: auto;
        display: block;
    }

    #menu_logo_mob {
        width: 100px;
    }

    #menu_icon {
        float: right;
        height: 50px;
        margin: 0px;
        clear: none;
        width: 60px;
        display: block;
    }

    #menu_icon_img {
        float: none;
        width: auto;
        max-width: 100%;
        height: auto;
        margin: 10px auto;
        clear: none;
        color: rgb(0, 0, 0);
    }

    #menu_mob {
        width: 320px;
        margin: 0px;
        clear: both;
        position: static;
        top: 0px;
        left: 0px;
        display: none;
        background-color: rgb(66, 196, 158);
    }

    #nav_opt_01 {
        width: 100%;
        min-height: 40px;
        padding-left: 15px;
    }

    #nav_opt_txt_01 {
        text-align: left;
        font-family: 'Open Sans';
        font-weight: 700;
    }

    #nav_opt_02 {
        width: 100%;
        clear: both;
        margin-left: auto;
        margin-right: auto;
        float: none;
        margin-top: 0px;
        min-height: 40px;
        padding-left: 15px;
    }

    #nav_opt_txt_02 {
        text-align: left;
        font-family: 'Open Sans';
        font-weight: 700;
    }

    #nav_opt_03 {
        width: 100%;
        clear: both;
        margin-left: auto;
        margin-right: auto;
        float: none;
        min-height: 40px;
        padding-left: 15px;
    }

    #nav_opt_txt_03 {
        text-align: left;
        font-family: 'Open Sans';
        font-weight: 700;
    }

    #nav_opt_04 {
        width: 100%;
        clear: both;
        margin-left: auto;
        margin-right: auto;
        float: none;
        min-height: 40px;
        padding-left: 15px;
    }

    #nav_opt_txt_04 {
        text-align: left;
        font-family: 'Open Sans';
        font-weight: 700;
    }

    #nav_opt_05 {
        width: 100%;
        clear: both;
        margin-left: auto;
        margin-right: auto;
        float: none;
        min-height: 40px;
        padding-left: 15px;
    }

    #nav_opt_txt_05 {
        text-align: left;
        font-family: 'Open Sans';
        font-weight: 700;
    }

    #nav_opt_06 {
        width: 100%;
        clear: both;
        margin-left: auto;
        margin-right: auto;
        float: none;
        min-height: 45px;
        padding-left: 15px;
    }

    #nav_opt_img_06 {
        margin-left: 0%;
        margin-right: 0px;
        float: left;
        margin-top: 8px;
        clear: none;
    }
}

@media only screen and (max-width: 480px) {
    #menu {
        width: 100%;
    }

    #menu_logo_mob {
        display: block;
    }

    #menu_mob {
        width: 100.004883%;
        border-top-color: rgb(49, 171, 135);
        border-top-width: 1px;
        border-top-style: solid;
        display: none;
    }

    #menu_logo {
        display: none;
    }

    #content_menu {
        width: 100%;
    }
}

@media only screen and (max-width: 320px) {
    #nav_menu {
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: both;
    }

    #content_menu {
        width: 100%;
    }

    #menu_logo {
        display: none;
    }

    #menu {
        width: 100%;
    }

    #menu_logo_mob {
        display: block;
        margin-top: 0px;
        margin-right: 0px;
        margin-left: 0px;
    }

    #menu_icon {
        margin-right: 0px;
    }

    #menu_mob {
        margin-right: 0px;
        margin-top: 0px;
        clear: right;
        border-top-color: rgb(49, 171, 135);
        border-top-width: 1px;
        border-top-style: solid;
        display: none;
    }
}

