/*---base------------------------------------------------------------------*/
/* RWD
========================================================================== */

@media screen and (max-width: 1280px) and (min-width: 769px) {

    
}



@media screen and (max-width: 768px) and (min-width: 100px) {
    
    .float-l.logoc {
    MARGIN: 0;
}

p#copyright {
    text-align: center;
}

.float-l.menuc {
    display: none;
}

a.mstyle {
    padding: 4px;
}

.logoc {
    width: 50%;
}

.topc {
    width: 50%;    width: 60%;
}

.topc .top-icon {
    float: right;
}

div#Header {
    padding: 5px 10px;
}

body.home #Wrapper {
    margin-top: 50px;    margin-top: 65px;
}

.logoc img {
    max-width: 80PX;max-width: 120PX;
}

div#navtop {
    padding: 0;
}

.menunav {
    display: block;
}

.menunav #Menu {
    width: 285px;
    position: fixed;
    top: 0;
    right: -285px;
    z-index: 999;
    height: 100vh;
    background: #fff;
}

.menunav.show #Menu {
    right: 0;
    transition: 1s all;
}

#Menu.show {
    right: 0!important;
    transition: 1s all;
}

div#Footer table td {
    WIDTH: 100%;
    DISPLAY: INLINE-BLOCK;
}

.menutops {
    padding: 0 15px;
    margin: 0 5px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 18px;
}

.menutops a {
    margin: 11px 0!important;
    display: block;
}


.menunav #Menu ul li {width: 100%;}

.menunav #Menu ul li a {
    color: #000!important;
    font-size: 14px;
}

ul.Footer__PaymentList.HorizontalList {
    float: none;
    margin: 14px auto!important;
    width: fit-content;
}

div#Footer table td P {
    MARGIN-BOTTOM: 5PX;
}

div#Footer table td h2 {
    MARGIN-BOTTOM: 10px!IMPORTANT;
}

/* ---------- Fixed ---------- */
.desktop{display:none!important;}
.mobile{display:block!important;}
.desktop-inline{display:none!important;}
.mobile-inline{display:inline-block!important;}  
 
}