.navigation {
    list-style: none;

    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.navigation li {
    font-size:30px;
    padding: 5px 5px 5px 10px;
}
form#reg_form div.membership_portion p.reg_top_p a {
    font-weight: bolder;
    font-size: 20px;
}

.site-wrap {
    min-width: 100%;
    min-height: 100%;
    background-color: #fff;
    position: relative;
    top: 0;
    bottom: 100%;
    left: 0;
    z-index: 1;
    overflow-x:hidden;
}

.nav-trigger {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
label[for="nav-trigger"] {
    float:left;
    top: 15px;
    left: 15px;
    z-index: 2;
}

label[for="nav-trigger"] {
    display:none;
    /* ... previous styles here... */
    position: relative;
    float:left;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='https://www.w3.org/2000/svg' xmlns:xlink='https://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='30px' height='30px' viewBox='0 0 30 30' enable-background='new 0 0 30 30' xml:space='preserve'><rect width='30' height='6'/><rect y='24' width='30' height='6'/><rect y='12' width='30' height='6'/></svg>");
    background-size: contain;
}

.nav-trigger:checked + label {
    left: 255px;
}

.nav-trigger:checked ~ .site-wrap {
    left: 240px;
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.5);
}

.nav-trigger + label, .site-wrap {
    transition: left 0.2s;
}
body {
    overflow-x: hidden;
}
.login_logout .login{
	margin-left:20px;
}
@media only screen and (max-width: 1024px) {
    label[for="nav-trigger"] {
        display:block;
    }
    #logo, #logo img {
        float:right;
        
    }
    label[for="nav-trigger"] {
        display:block;
    }
    #logo, #logo img {
        float:right;
        margin-top:25px;
    }
    #home_right_content_wrap {
        padding: 20px 0px;
        margin:0 10%;
        width:80%;
    }
    .featured_product_list,.featured_products_image,.featured_products_image img {
        height: 95px;
        width: 137px;
    }
    .featured_product_list {
        margin: 7px 3px 7px 0px;
        padding: 5px;
        background-size: 147px 107px;
    }
    .login_logout {
        float:left;
    }
    .login_logout .login {
        display:none;
    }
    .image-list, .image-list img {
        width: 167px;
        height: 116px;

    }
    .image-list {
        margin: 28px 10px;
    }
    .list_details p {
        display:none;
    }
    .list_view {
        width:99%;
    }
    .list_details {
        width: 50%;
        height: auto;
    } 
    .list_details h3 {
        width: auto;
    }
    #card_player {
        width:100%!important;
        margin: 0 10%;
    }
    #full_width #message-box {
        display:block;
        position: relative;
        margin: 0 auto;
        top:auto;
        height:auto;
        float:none;
        right:auto;
        padding:10px;
        
    }
    .mhide {
        display:none!important;
        
    }
    #full_width .buttons {
        width: auto;
        float:none;
        margin-left:5%;
        margin-right:5%;
    }
    .login_page {
        margin: 0 auto;
    }
    .contact_address{
        margin: 0 auto;
        float: none;

    }
    .contactform {
        margin: 0 auto;
        float:none;
    }
    #contact_page{
        width:100%;
    }
    .googlemap_address{
        width:100%;
        height:auto;
    }
    .googlemap_address .map {
        width:375px;
    }
    /**Register Page*/
    #Register_wrap, .membership_portion, #register, .input_wraps_reg {
        width:100%;
    }
    #register {
        float:none;
        margin: 0 auto;
    }
    .input_wraps_reg {
        float:none;
        margin-top:auto;

    }
    .input_wraps_reg p {
        width:50%;
        text-align: right;
    }
    .reg_input_wrap {
        width:200px;
        float:left;
    }
    .reg_input_wrap input,.reg_input_wrap select {
        width: 191px;
        
    }
    .reg_agree {
        width:auto;
    }
    .cancel_div {
        padding-right: 10px;
    }
    #logo {
        width:100%!important;
    }
    #content_center .login_logout {
        padding-right:10px;
    }
    #myaccount_wrap, .my_acc_tab {
        width:100%!important;
    }
    .TabbedPanelsTab {
        width:100%;
        background: #6C1614;
        margin-top:0px;
    }
    #membership_wrap p {
        margin: 0 auto;
    }
    .address_book {
        margin-left:auto;
        width:100%;
    }
    .reg_input_wrap.birth.month {
        margin-left:0px;
    }
    #address_book_list {
        margin: 0 auto;
    }
    #address_book_list .birthday {
        padding-left:13px;
    }
    .card_history_tbl {
        margin: 0;
    }
    .listcontactwrap,.list_contacts {
        width:100%;
    }
    /**********JW Player Override*************/
    .jwbackground, .jwcapLeft, .jwcapRight, .jwrail{
        display:none;
    }
    /***Search***/
    #top_wrap .login {
        display:block!important;
        position: absolute;
        top:10px;
        background:none;
        right:0px;

    }
    #top_wrap .login_logout .login {
        display:none;
    }
    #top_wrap .login input {
        width:auto;
        border: 1px solid #6C1614;
        height: 30px;
        margin: 8px 0 0 19px;
        padding-left: 10px;
    }
    #top_wrap {
        height: 153px;
        background-size:contain;
    }
    .featured_head_login .login {
        display:none;
    }
    .googlemap_address {
        display:none;
    }
    #check_popup_content {display:none;}

}
@media only screen and (max-width: 718px) {
    label[for="nav-trigger"] {
        display:block;
    }
    #logo, #logo img {
        float:right;
        height:35px!important;
        width:auto!important;
        margin-top:25px;
    }
    #home_right_content_wrap {
        padding: 20px 0px;
        margin:0 10%;
        width:80%;
    }
    .featured_product_list,.featured_products_image,.featured_products_image img {
        height: 95px;
        width: 137px;
    }
    .featured_product_list {
        margin: 7px 3px 7px 0px;
        padding: 5px;
        background-size: 147px 107px;
    }
    .login_logout {
        float:left;
    }

    .image-list, .image-list img {
        width: 167px;
        height: 116px;

    }
    .image-list {
        margin: 28px 10px;
    }
    .list_details p {
        display:none;
    }
    .list_view {
        width:99%;
    }
    .list_details {
        width: 50%;
        height: auto;
    } 
    .list_details h3 {
        width: auto;
    }
    #card_player {
        width:100%!important;
        margin: 0 10%;
    }
    #full_width #message-box {
        display:block;
        position: relative;
        margin: 0 auto;
        top:auto;
        height:auto;
        float:none;
        right:auto;
        padding:10px;
        
    }
    .mhide {
        display:none!important;
        
    }
    #full_width .buttons {
        width: auto;
        float:none;
        margin-left:5%;
        margin-right:5%;
    }
    .login_page {
        margin: 0 auto;
    }
    .contact_address{
        margin: 0 auto;
        float: none;

    }
    .contactform {
        margin: 0 auto;
        float:none;
    }
    #contact_page{
        width:100%;
    }
    .googlemap_address{
        width:100%;
        height:auto;
    }
    .googlemap_address .map {
        width:375px;
    }
    /**Register Page*/
    #Register_wrap, .membership_portion, #register, .input_wraps_reg {
        width:100%;
    }
    #register {
        float:none;
        margin: 0 auto;
    }
    .input_wraps_reg {
        float:none;
        margin-top:auto;
        clear:left;

    }
    .input_wraps_reg p {
        width:116px;
        text-align: left;
    }
    .reg_input_wrap {
        width:200px;
        float:right;
    }
    .reg_input_wrap input,.reg_input_wrap select {
        width: 156px;
    }
    .reg_agree {
        width:auto;
    }
    .cancel_div {
        padding-right: 10px;
    }
    #logo {
        width:100%!important;
    }
    #content_center .login_logout {
        padding-right:10px;
    }
    #myaccount_wrap, .my_acc_tab {
        width:100%!important;
    }
    .TabbedPanelsTab {
        width:100%;
        background: #6C1614;
        margin-top:0px;
    }
    #membership_wrap p {
        margin: 0 auto;
    }
    .address_book {
        margin-left:auto;
        width:100%;
    }
    .reg_input_wrap.birth.month {
        margin-left:0px;
    }
    #address_book_list {
        margin: 0 auto;
    }
    .listcontactwrap,.list_contacts{
        width:100%!important;
    }
    .list_contacts tbody tr {
        height:50px;
    }
    /**********JW Player Override*************/
    .jwbackground, .jwcapLeft, .jwcapRight, .jwrail{
        display:none;
    }
    /***Search***/
    #top_wrap .login {
        display:block!important;
        position: absolute;
        top:10px;
        width:80%;
        background:none;
        right:0px;

    }
    #top_wrap .login_logout .login{
        display:none!important;
    }
    #top_wrap .login input {
        width:auto;
        border: 1px solid #6C1614;
        height: 30px;
        margin: 8px 0 0 19px;
        padding-left: 10px;
    }
    .featured_head_login .login {
        display:none;
    }
    
    .googlemap_address {
        display:none;
    }
    #recipient {
        width:100%;
    }
    .email_recipient {
        margin-left:50px;
    }
    .recipient_input_wrap {
        width:40%;

    }
    .recipient_input_wrap input{
    width:100%;

    }
    .recipient_message_wrap textarea {
        width:313px;
    }
    .custome_message, .recipient_message_wrap {
        width:318px;
    }
    /****Reply to Sender POPUP ******************/
    #reply-to-sender
    {
        width:100%;
    }
    #reply-to-sender .pop_outer,#reply-to-sender .pop_in 
    {
        width:90%;
    }
    .SUCCESS,.ERROR,.notify {
        width:79%!important;
    }
    td.card_message {
        width:50px!important;
        display:block;
        word-wrap: break-word;
    }
}
