<IfModule mod_headers.c>
    <FilesMatch "\.(bmp|css|flv|gif|ico|jpg|jpeg|js|pdf|png|svg|swf|tif|tiff)$">
        Header set Last-Modified "Tue, 31 Aug 2020 00:00:00 GMT"
    </FilesMatch>
</IfModule>
.gridview {
    background-color: #fff;
    padding: 2px;
    margin: 2% auto;
}
.gridview a {
    margin: auto 1%;
    border-radius: 50%;
    background-color: #444;
    padding: 5px 10px 5px 10px;
    color: #fff;
    text-decoration: none;
    -o-box-shadow: 1px 1px 1px #111;
    -moz-box-shadow: 1px 1px 1px #111;
    -webkit-box-shadow: 1px 1px 1px #111;
    box-shadow: 1px 1px 1px #111;
}
.gridview a:hover {
    background-color: #1e8d12;
    color: #fff;
}
.gridview span {
    background-color: #ae2676;
    color: #fff;
    -o-box-shadow: 1px 1px 1px #111;
    -moz-box-shadow: 1px 1px 1px #111;
    -webkit-box-shadow: 1px 1px 1px #111;
    box-shadow: 1px 1px 1px #111;
    border-radius: 50%;
    padding: 5px 10px 5px 10px;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    border: 0 none;
    box-sizing: border-box;
    display: block;
    line-height: 1;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
}
#cssmenu::after,
#cssmenu > ul::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
#cssmenu #menu-button {
    display: none;
}
#cssmenu {
    background: linear-gradient(to bottom, #fcb305 0%, #ee4303 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    font-family: arial;
    font-size: 13px;
    width: 1100px;
}
#cssmenu > ul {
    box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.05) inset;
}
#cssmenu.align-right > ul > li {
    float: right;
}
#cssmenu > ul > li {
    display: inline-block;
    float: left;
}
#cssmenu.align-center > ul {
    float: none;
    text-align: center;
}
#cssmenu.align-center > ul > li {
    float: none;
}
#cssmenu.align-center ul ul {
    text-align: left;
}
#cssmenu > ul > li > a {
    border-right: 2px solid #fc3450;
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 2px;
    padding: 18px 25px 21px;
    text-decoration: none;
    text-transform: uppercase;
    width: 156px;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
    background: linear-gradient(to bottom, #fd3551 0%, #9b0b1f 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #ffffff;
    width: 156px;
}
#cssmenu > ul > li.has-sub > a {
    padding-right: 60px;
    width: 156px;
}
#cssmenu > ul > li.has-sub > a::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #d3eced transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 6px;
    content: "";
    height: 0;
    position: absolute;
    right: 6px;
    top: 22px;
    width: 0;
}
#cssmenu > ul > li.has-sub.active > a::after,
#cssmenu > ul > li.has-sub:hover > a {
    border-top-color: #ffffff;
}
#cssmenu ul ul {
    background: none repeat scroll 0 0 #ffffff;
    border: 3px solid #c00;
    box-shadow: 0 0 10px #000;
    font-size: 13px;
    left: -9709px;
    opacity: 0;
    padding: 4px;
    position: absolute;
    top: 60px;
    transition: top 0.2s ease 0s, opacity 0.2s ease-in 0s;
}
#cssmenu.align-right ul ul {
    text-align: right;
}
#cssmenu > ul > li > ul::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #ffffff;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    content: "";
    height: 0;
    left: 20px;
    position: absolute;
    top: -13px;
    width: 0;
}
#cssmenu.align-right > ul > li > ul::after {
    left: auto;
    right: 20px;
}
#cssmenu ul ul ul::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent #ffffff transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    content: "";
    height: 0;
    left: -4px;
    position: absolute;
    top: 11px;
    width: 0;
}
#cssmenu.align-right ul ul ul::after {
    border-left-color: #ffffff;
    border-right-color: transparent;
    left: auto;
    right: -4px;
}
#cssmenu > ul > li > ul {
    top: 120px;
}
#cssmenu > ul > li:hover > ul {
    left: 0;
    opacity: 1;
    top: 52px;
    z-index: 99999;
}
#cssmenu.align-right > ul > li:hover > ul {
    left: auto;
    right: 0;
}
#cssmenu ul ul ul {
    padding-left: 6px;
    padding-top: 0;
}
#cssmenu.align-right ul ul ul {
    padding-right: 6px;
}
#cssmenu ul ul > li:hover > ul {
    left: 180px;
    opacity: 1;
    top: 0;
}
#cssmenu.align-right ul ul > li:hover > ul {
    left: auto;
    opacity: 1;
    right: 100%;
}
#cssmenu ul ul li a {
    background: none repeat scroll 0 0 #f67e03;
    border-bottom: 1px dotted #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
    color: #fff;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing:2px;
    padding: 16px 10px;
    text-align: left;
    text-decoration: none;
    width: 199px;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.active > a {
    background: linear-gradient(to bottom, #fd3551 0%, #9b0b1f 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
}
#cssmenu ul ul li:first-child > a {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
#cssmenu ul ul li:last-child > a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
#cssmenu > ul > li > ul::after {
    display: block;
    position: absolute;
}
#cssmenu ul ul li.has-sub > a::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #fff;
    border-image: none;
    border-style: solid;
    border-width: 4px;
    height: 0;
    position: absolute;
    right: 17px;
    top: 14px;
    width: 0;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
    border-left-color: transparent;
    border-right-color: #777777;
    left: 17px;
    right: auto;
}
#cssmenu ul ul li.has-sub.active > a::after,
#cssmenu ul ul li.has-sub:hover > a::after {
    border-left-color: #333333;
}
#cssmenu.align-right ul ul li.has-sub.active > a::after,
#cssmenu.align-right ul ul li.has-sub:hover > a::after {
    border-left-color: transparent;
    border-right-color: #333333;
}
@media all and (max-width: 1200px),
not all,
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 970px),
not all,
not all,
only screen and (min-resolution: 192dpi) and (max-width: 970px),
only screen and (min-resolution: 2dppx) and (max-width: 970px),
only screen and (min-resolution: 2dppx) and (max-width: 1100px) {
    #cssmenu {
        background: none repeat scroll 0 0 #c1220b;
        width: auto;
    }
    #cssmenu > ul {
        display: none;
    }
    #cssmenu > ul.open {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        display: block;
    }
    #cssmenu.align-right > ul {
        float: none;
    }
    #cssmenu.align-center > ul {
        text-align: left;
    }
    #cssmenu > ul > li,
    #cssmenu.align-right > ul > li {
        display: block;
        float: none;
    }
    #cssmenu > ul > li > a {
        border-right: 0 none;
        padding: 18px 25px;
    }
    #cssmenu > ul > li:hover > a,
    #cssmenu > ul > li.active > a {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    }
    #cssmenu #menu-button {
        color: #d3eced;
        cursor: pointer;
        display: block;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 1px;
        padding: 18px 25px;
        text-decoration: none;
        text-transform: uppercase;
    }
    #cssmenu ul ul,
    #cssmenu ul li:hover > ul,
    #cssmenu > ul > li > ul,
    #cssmenu ul ul ul,
    #cssmenu ul ul li:hover > ul,
    #cssmenu.align-right ul ul,
    #cssmenu.align-right ul li:hover > ul,
    #cssmenu.align-right > ul > li > ul,
    #cssmenu.align-right ul ul ul,
    #cssmenu.align-right ul ul li:hover > ul {
        left: 0;
        opacity: 1;
        padding: 0;
        position: relative;
        right: auto;
        text-align: left;
        top: auto;
        width: 100%;
    }
    #cssmenu ul ul li {
        width: 100%;
    }
    #cssmenu ul ul li a {
        box-shadow: none;
        padding-left: 35px;
        width: 100%;
    }
    #cssmenu ul ul ul li a {
        padding-left: 45px;
    }
    #cssmenu ul ul li:first-child > a,
    #cssmenu ul ul li:last-child > a {
        border-radius: 0;
    }
    #cssmenu #menu-button::after {
        border-bottom: 2px solid #d3eced;
        border-top: 2px solid #d3eced;
        content: "";
        display: block;
        height: 3px;
        position: absolute;
        right: 25px;
        top: 18px;
        width: 22px;
    }
    #cssmenu #menu-button::before {
        border-top: 2px solid #d3eced;
        content: "";
        display: block;
        height: 3px;
        position: absolute;
        right: 25px;
        top: 28px;
        width: 22px;
    }
    #cssmenu > ul > li.has-sub > a::after,
    #cssmenu ul ul li.has-sub > a::after {
        display: none;
    }
}
#cssmenuadm,
#cssmenuadm ul,
#cssmenuadm ul li,
#cssmenuadm ul li a,
#cssmenuadm #menu-button {
    border: 0 none;
    box-sizing: border-box;
    display: block;
    line-height: 1;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
}
#cssmenuadm::after,
#cssmenuadm > ul::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
#cssmenuadm #menu-button {
    display: none;
}
#cssmenuadm {
    background: linear-gradient(to bottom, #fcb305 0%, #ee4303 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    font-family: sans-serif;
    font-size: 13px;
    width: 1100px;
}
#cssmenuadm > ul {
    box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.05) inset;
}
#cssmenuadm.align-right > ul > li {
    float: right;
}
#cssmenuadm > ul > li {
    display: inline-block;
    float: left;
}
#cssmenuadm.align-center > ul {
    float: none;
    text-align: center;
}
#cssmenuadm.align-center > ul > li {
    float: none;
}
#cssmenuadm.align-center ul ul {
    text-align: left;
}
#cssmenuadm > ul > li > a {
    border-right: 2px solid #fc3450;
    color: #d3eced;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
    padding: 18px 25px 21px;
    text-decoration: none;
    text-transform: uppercase;
}
#cssmenuadm > ul > li:hover > a,
#cssmenuadm > ul > li > a:hover,
#cssmenuadm > ul > li.active > a {
    background: linear-gradient(to bottom, #fd3551 0%, #9b0b1f 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #ffffff;
    width: 122px;
}
#cssmenuadm > ul > li.has-sub > a {
    padding-right: 60px;
    width: 122px;
}
#cssmenuadm > ul > li.has-sub > a::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #d3eced transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 6px;
    content: "";
    height: 0;
    position: absolute;
    right: 6px;
    top: 22px;
    width: 0;
}
#cssmenuadm > ul > li.has-sub.active > a::after,
#cssmenuadm > ul > li.has-sub:hover > a {
    border-top-color: #ffffff;
}
#cssmenuadm ul ul {
    background: none repeat scroll 0 0 #ffffff;
    border: 3px solid #c00;
    box-shadow: 0 0 10px #000;
    font-size: 13px;
    left: -9709px;
    opacity: 0;
    padding: 4px;
    position: absolute;
    top: 60px;
    transition: top 0.2s ease 0s, opacity 0.2s ease-in 0s;
}
#cssmenuadm.align-right ul ul {
    text-align: right;
}
#cssmenuadm > ul > li > ul::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #ffffff;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    content: "";
    height: 0;
    left: 20px;
    position: absolute;
    top: -13px;
    width: 0;
}
#cssmenuadm.align-right > ul > li > ul::after {
    left: auto;
    right: 20px;
}
#cssmenuadm ul ul ul::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent #ffffff transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    content: "";
    height: 0;
    left: -4px;
    position: absolute;
    top: 11px;
    width: 0;
}
#cssmenuadm.align-right ul ul ul::after {
    border-left-color: #ffffff;
    border-right-color: transparent;
    left: auto;
    right: -4px;
}
#cssmenuadm > ul > li > ul {
    top: 120px;
}
#cssmenuadm > ul > li:hover > ul {
    left: 0;
    opacity: 1;
    top: 52px;
    z-index: 1;
}
#cssmenuadm.align-right > ul > li:hover > ul {
    left: auto;
    right: 0;
}
#cssmenuadm ul ul ul {
    padding-left: 6px;
    padding-top: 0;
}
#cssmenuadm.align-right ul ul ul {
    padding-right: 6px;
}
#cssmenuadm ul ul > li:hover > ul {
    left: 180px;
    opacity: 1;
    top: 0;
}
#cssmenuadm.align-right ul ul > li:hover > ul {
    left: auto;
    opacity: 1;
    right: 100%;
}
#cssmenuadm ul ul li a {
    background: none repeat scroll 0 0 #f67e03;
    border-bottom: 1px dotted #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
    color: #fff;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 11px 10px;
    text-align: left;
    text-decoration: none;
    width: 190px;
}
#cssmenuadm ul ul li:hover > a,
#cssmenuadm ul ul li.active > a {
    background: linear-gradient(to bottom, #fd3551 0%, #9b0b1f 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
}
#cssmenuadm ul ul li:first-child > a {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
#cssmenuadm ul ul li:last-child > a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
#cssmenuadm > ul > li > ul::after {
    display: block;
    position: absolute;
}
#cssmenuadm ul ul li.has-sub > a::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #fff;
    border-image: none;
    border-style: solid;
    border-width: 4px;
    height: 0;
    position: absolute;
    right: 17px;
    top: 14px;
    width: 0;
}
#cssmenuadm.align-right ul ul li.has-sub > a::after {
    border-left-color: transparent;
    border-right-color: #777777;
    left: 17px;
    right: auto;
}
#cssmenuadm ul ul li.has-sub.active > a::after,
#cssmenuadm ul ul li.has-sub:hover > a::after {
    border-left-color: #333333;
}
#cssmenuadm.align-right ul ul li.has-sub.active > a::after,
#cssmenuadm.align-right ul ul li.has-sub:hover > a::after {
    border-left-color: transparent;
    border-right-color: #333333;
}
@media all and (max-width: 1200px),
not all,
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 970px),
not all,
not all,
only screen and (min-resolution: 192dpi) and (max-width: 970px),
only screen and (min-resolution: 2dppx) and (max-width: 970px),
only screen and (min-resolution: 2dppx) and (max-width: 1100px) {
    #cssmenuadm {
        background: none repeat scroll 0 0 #c1220b;
        width: auto;
    }
    #cssmenuadm > ul {
        display: none;
    }
    #cssmenuadm > ul.open {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        display: block;
    }
    #cssmenuadm.align-right > ul {
        float: none;
    }
    #cssmenuadm.align-center > ul {
        text-align: left;
    }
    #cssmenuadm > ul > li,
    #cssmenuadm.align-right > ul > li {
        display: block;
        float: none;
    }
    #cssmenuadm > ul > li > a {
        border-right: 0 none;
        padding: 18px 25px;
    }
    #cssmenuadm > ul > li:hover > a,
    #cssmenuadm > ul > li.active > a {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    }
    #cssmenuadm #menu-button {
        color: #d3eced;
        cursor: pointer;
        display: block;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 1px;
        padding: 18px 25px;
        text-decoration: none;
        text-transform: uppercase;
    }
    #cssmenuadm ul ul,
    #cssmenuadm ul li:hover > ul,
    #cssmenuadm > ul > li > ul,
    #cssmenuadm ul ul ul,
    #cssmenuadm ul ul li:hover > ul,
    #cssmenuadm.align-right ul ul,
    #cssmenuadm.align-right ul li:hover > ul,
    #cssmenuadm.align-right > ul > li > ul,
    #cssmenuadm.align-right ul ul ul,
    #cssmenuadm.align-right ul ul li:hover > ul {
        left: 0;
        opacity: 1;
        padding: 0;
        position: relative;
        right: auto;
        text-align: left;
        top: auto;
        width: 100%;
    }
    #cssmenuadm ul ul li {
        width: 100%;
    }
    #cssmenuadm ul ul li a {
        box-shadow: none;
        padding-left: 35px;
        width: 100%;
    }
    #cssmenuadm ul ul ul li a {
        padding-left: 45px;
    }
    #cssmenuadm ul ul li:first-child > a,
    #cssmenuadm ul ul li:last-child > a {
        border-radius: 0;
    }
    #cssmenuadm #menu-button::after {
        border-bottom: 2px solid #d3eced;
        border-top: 2px solid #d3eced;
        content: "";
        display: block;
        height: 3px;
        position: absolute;
        right: 25px;
        top: 18px;
        width: 22px;
    }
    #cssmenuadm #menu-button::before {
        border-top: 2px solid #d3eced;
        content: "";
        display: block;
        height: 3px;
        position: absolute;
        right: 25px;
        top: 28px;
        width: 22px;
    }
    #cssmenuadm > ul > li.has-sub > a::after,
    #cssmenuadm ul ul li.has-sub > a::after {
        display: none;
    }
}
#cssmenuweb,
#cssmenuweb ul,
#cssmenuweb ul li,
#cssmenuweb ul li a,
#cssmenuweb #menu-button {
    border: 0 none;
    box-sizing: border-box;
    display: block;
    line-height: 1;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
}
#cssmenuweb::after,
#cssmenuweb > ul::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
#cssmenuweb #menu-button {
    display: none;
}
#cssmenuweb {
    background: linear-gradient(to bottom, #fcb305 0%, #ee4303 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    font-family: arial;
    font-size: 13px;
    width: 1100px;
}
#cssmenuweb > ul {
    box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.05) inset;
}
#cssmenuweb.align-right > ul > li {
    float: right;
}
#cssmenuweb > ul > li {
    display: inline-block;
    float: left;
}
#cssmenuweb.align-center > ul {
    float: none;
    text-align: center;
}
#cssmenuweb.align-center > ul > li {
    float: none;
}
#cssmenuweb.align-center ul ul {
    text-align: left;
}
#cssmenuweb > ul > li > a {
    border-right: 2px solid #fc3450;
    color: #d3eced;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 18px 25px 21px;
    text-decoration: none;
    text-transform: uppercase;
}
#cssmenuweb > ul > li:hover > a,
#cssmenuweb > ul > li > a:hover,
#cssmenuweb > ul > li.active > a {
    background: linear-gradient(to bottom, #fd3551 0%, #9b0b1f 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #ffffff;
    width: 183px;
}
#cssmenuweb > ul > li.has-sub > a {
    padding-right: 60px;
    width: 183px;
}
#cssmenuweb > ul > li.has-sub > a::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #d3eced transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 6px;
    content: "";
    height: 0;
    position: absolute;
    right: 6px;
    top: 22px;
    width: 0;
}
#cssmenuweb > ul > li.has-sub.active > a::after,
#cssmenuweb > ul > li.has-sub:hover > a {
    border-top-color: #ffffff;
}
#cssmenuweb ul ul {
    background: none repeat scroll 0 0 #ffffff;
    border: 3px solid #c00;
    box-shadow: 0 0 10px #000;
    font-size: 13px;
    left: -9709px;
    opacity: 0;
    padding: 4px;
    position: absolute;
    top: 60px;
    transition: top 0.2s ease 0s, opacity 0.2s ease-in 0s;
}
#cssmenuweb.align-right ul ul {
    text-align: right;
}
#cssmenuweb > ul > li > ul::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #ffffff;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    content: "";
    height: 0;
    left: 20px;
    position: absolute;
    top: -13px;
    width: 0;
}
#cssmenuweb.align-right > ul > li > ul::after {
    left: auto;
    right: 20px;
}
#cssmenuweb ul ul ul::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent #ffffff transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    content: "";
    height: 0;
    left: -4px;
    position: absolute;
    top: 11px;
    width: 0;
}
#cssmenuweb.align-right ul ul ul::after {
    border-left-color: #ffffff;
    border-right-color: transparent;
    left: auto;
    right: -4px;
}
#cssmenuweb > ul > li > ul {
    top: 120px;
}
#cssmenuweb > ul > li:hover > ul {
    left: 0;
    opacity: 1;
    top: 52px;
    z-index: 1;
}
#cssmenuweb.align-right > ul > li:hover > ul {
    left: auto;
    right: 0;
}
#cssmenuweb ul ul ul {
    padding-left: 6px;
    padding-top: 0;
}
#cssmenuweb.align-right ul ul ul {
    padding-right: 6px;
}
#cssmenuweb ul ul > li:hover > ul {
    left: 180px;
    opacity: 1;
    top: 0;
}
#cssmenuweb.align-right ul ul > li:hover > ul {
    left: auto;
    opacity: 1;
    right: 100%;
}
#cssmenuweb ul ul li a {
    background: none repeat scroll 0 0 #f67e03;
    border-bottom: 1px dotted #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
    color: #fff;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    padding: 11px 10px;
    text-align: left;
    text-decoration: none;
    width: 190px;
}
#cssmenuweb ul ul li:hover > a,
#cssmenuweb ul ul li.active > a {
    background: linear-gradient(to bottom, #fd3551 0%, #9b0b1f 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
}
#cssmenuweb ul ul li:first-child > a {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
#cssmenuweb ul ul li:last-child > a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
#cssmenuweb > ul > li > ul::after {
    display: block;
    position: absolute;
}
#cssmenuweb ul ul li.has-sub > a::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #fff;
    border-image: none;
    border-style: solid;
    border-width: 4px;
    height: 0;
    position: absolute;
    right: 17px;
    top: 14px;
    width: 0;
}
#cssmenuweb.align-right ul ul li.has-sub > a::after {
    border-left-color: transparent;
    border-right-color: #777777;
    left: 17px;
    right: auto;
}
#cssmenuweb ul ul li.has-sub.active > a::after,
#cssmenuweb ul ul li.has-sub:hover > a::after {
    border-left-color: #333333;
}
#cssmenuweb.align-right ul ul li.has-sub.active > a::after,
#cssmenuweb.align-right ul ul li.has-sub:hover > a::after {
    border-left-color: transparent;
    border-right-color: #333333;
}
@media all and (max-width: 1200px),
not all,
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 970px),
not all,
not all,
only screen and (min-resolution: 192dpi) and (max-width: 970px),
only screen and (min-resolution: 2dppx) and (max-width: 970px),
only screen and (min-resolution: 2dppx) and (max-width: 1100px) {
    #cssmenuweb {
        background: none repeat scroll 0 0 #c1220b;
        width: auto;
    }
    #cssmenuweb > ul {
        display: none;
    }
    #cssmenuweb > ul.open {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        display: block;
    }
    #cssmenuweb.align-right > ul {
        float: none;
    }
    #cssmenuweb.align-center > ul {
        text-align: left;
    }
    #cssmenuweb > ul > li,
    #cssmenuweb.align-right > ul > li {
        display: block;
        float: none;
    }
    #cssmenuweb > ul > li > a {
        border-right: 0 none;
        padding: 18px 25px;
    }
    #cssmenuweb > ul > li:hover > a,
    #cssmenuweb > ul > li.active > a {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    }
    #cssmenuweb #menu-button {
        color: #d3eced;
        cursor: pointer;
        display: block;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 1px;
        padding: 18px 25px;
        text-decoration: none;
        text-transform: uppercase;
    }
    #cssmenuweb ul ul,
    #cssmenuweb ul li:hover > ul,
    #cssmenuweb > ul > li > ul,
    #cssmenuweb ul ul ul,
    #cssmenuweb ul ul li:hover > ul,
    #cssmenuweb.align-right ul ul,
    #cssmenuweb.align-right ul li:hover > ul,
    #cssmenuweb.align-right > ul > li > ul,
    #cssmenuweb.align-right ul ul ul,
    #cssmenuweb.align-right ul ul li:hover > ul {
        left: 0;
        opacity: 1;
        padding: 0;
        position: relative;
        right: auto;
        text-align: left;
        top: auto;
        width: 100%;
    }
    #cssmenuweb ul ul li {
        width: 100%;
    }
    #cssmenuweb ul ul li a {
        box-shadow: none;
        padding-left: 35px;
        width: 100%;
    }
    #cssmenuweb ul ul ul li a {
        padding-left: 45px;
    }
    #cssmenuweb ul ul li:first-child > a,
    #cssmenuweb ul ul li:last-child > a {
        border-radius: 0;
    }
    #cssmenuweb #menu-button::after {
        border-bottom: 2px solid #d3eced;
        border-top: 2px solid #d3eced;
        content: "";
        display: block;
        height: 3px;
        position: absolute;
        right: 25px;
        top: 18px;
        width: 22px;
    }
    #cssmenuweb #menu-button::before {
        border-top: 2px solid #d3eced;
        content: "";
        display: block;
        height: 3px;
        position: absolute;
        right: 25px;
        top: 28px;
        width: 22px;
    }
    #cssmenuweb > ul > li.has-sub > a::after,
    #cssmenuweb ul ul li.has-sub > a::after {
        display: none;
    }
}
.bigtext {
    font-size: 22pt;
    color: Red;
}
.mediumtext {
    font-size: 16pt;
    color: Maroon;
}
.c4:hover {
    color: #f50202;
}
.box {
    width: 80%;
    height: 460px;
    border-radius: 15px;
    position: relative;
    display: inline-block;
    margin: 0 10px 50px 20px;
    cursor: pointer;
    color: #CA0000;
    box-shadow: inset 0 0 0 0px #FF4D00;
    -webkit-transition: background 0.4s 0.5s;
    transition: background 0.4s 0.5s;
    z-index: 999;
}
.box:hover {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    z-index: 999;
}
.box h3 {
    font-family: "Ruthie", cursive;
    font-size: 180px;
    line-height: 370px;
    margin: 0;
    font-weight: 400;
    width: 100%;
}
.box span {
    display: block;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px;
}
.box h3,
.box span {
    -webkit-transition: color 0.4s 0.5s;
    transition: color 0.4s 0.5s;
}
.box:hover h3,
.box:hover span {
    color: #900;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.box svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-right: solid #ff6000
}
.box svg line {
    stroke-width: 6;
    stroke: #ff6000;
    fill: none;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
.box:hover svg line {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.box svg line.top,
.box svg line.bottom {
    stroke-dasharray: 330 240;
}
.box svg line.left,
.box svg line.right {
    stroke-dasharray: 490 400;
}
.box:hover svg line.top {
    -webkit-transform: translateX(-600px);
    transform: translateX(-600px);
}
.box:hover svg line.bottom {
    -webkit-transform: translateX(600px);
    transform: translateX(600px);
}
.box:hover svg line.left {
    -webkit-transform: translateY(920px);
    transform: translateY(920px);
}
.box:hover svg line.right {
    -webkit-transform: translateY(-920px);
    transform: translateY(-920px);
}
.demo-2 .box {
    box-shadow: inset 0 0 0 10px #2c3e50;
}
.demo-2 .box:hover h3,
.demo-2 .box:hover span {
    color: #fe6f83;
}
.demo-2 .box svg line {
    stroke-width: 8;
}
.demo-2 .box:hover svg line {
    stroke: #fe6f83;
}
.cbp-ig-grid {
    list-style: none;
    padding: 0 0 50px 0;
    margin: 0;
}
.cbp-ig-grid:before,
.cbp-ig-grid:after {
    content: " ";
    display: table;
}
.cbp-ig-grid:after {
    clear: both;
}
.cbp-ig-grid li {
    width: 33%;
    float: left;
    height: 420px;
    text-align: center;
    border: 2px solid #CCCCCC;
    border-radius: 10px;
}
.cbp-ig-grid li a {
    color: red;
}
.cbp-ig-grid li:nth-child(-n+3) {} .cbp-ig-grid li:nth-child(3n-1),
.cbp-ig-grid li:nth-child(3n-2) {} .cbp-ig-grid li > a {
    display: block;
    height: 100%;
    color: #47a3da;
    background:#fff;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
    border-radius: 9px;
}
.cbp-ig-grid li > a img {
    border-radius: 10px;
    margin-top: 10px;
}
.cbp-ig-icon {
    padding: 30px 0 0 0;
    display: block;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -moz-transform 0.2s;
    transition: transform 0.2s;
}
.cbp-ig-icon:before {
    font-family: 'anyoldicon';
    font-size: 14em;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.cbp-ig-icon-shoe:before {
    content: "\e000";
}
.cbp-ig-icon-ribbon:before {
    content: "\e001";
}
.cbp-ig-icon-milk:before {
    content: "\e002";
}
.cbp-ig-icon-whippy:before {
    content: "\e003";
}
.cbp-ig-icon-spectacles:before {
    content: "\e004";
}
.cbp-ig-icon-doumbek:before {
    content: "\e007";
}
.cbp-ig-grid .cbp-ig-title {
    margin: 50px 0 10px 0;
    padding: 20px 0 0 0;
    font-size: 26px;
    position: relative;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    transition: transform 0.2s;
    color: #000;
}
.cbp-ig-grid .cbp-ig-title:before {
    content: '';
    position: absolute;
    background: #c50a0a;
    width: 160px;
    height: 6px;
    top: 0px;
    left: 50%;
    margin: -10px 0 0 -80px;
    -webkit-transition: margin-top 0.2s;
    -moz-transition: margin-top 0.2s;
    transition: margin-top 0.2s;
}
.cbp-ig-grid .cbp-ig-category {
    text-transform: uppercase;
    display: inline-block;
    font-size: 1em;
    letter-spacing: 1px;
    color: #fff;
    -webkit-transform: translateY(10px);
    -moz-transform: -moz-translateY(10px);
    -ms-transform: -ms-translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    -webkit-transition: transform 0.3s, opacity 0.2s;
}
.cbp-ig-grid li:hover .cbp-ig-category,
.touch .cbp-ig-grid li .cbp-ig-category {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.cbp-ig-grid li > a:hover {
    background: #FF7E00;
}
.cbp-ig-grid li > a:hover .cbp-ig-icon {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}
.cbp-ig-grid li > a:hover .cbp-ig-icon:before,
.cbp-ig-grid li > a:hover .cbp-ig-title {
    color: #fff;
}
.cbp-ig-grid li > a:hover .cbp-ig-title {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    color: #fff;
}
.cbp-ig-grid li > a:hover .cbp-ig-title:before {
    background: #fff;
    margin-top: 80px;
}
@media screen and (max-width: 62.75em) {
    .cbp-ig-grid li {
        width: 50%;
    }
    .cbp-ig-grid li img {
        width: 100%;
    }
    .cbp-ig-grid li:nth-child(-n+3) {
        border-top: 1px solid #ddd;
    }
    .cbp-ig-grid li:nth-child(3n-1),
    .cbp-ig-grid li:nth-child(3n-2) {
        box-shadow: none;
    }
    .cbp-ig-grid li:nth-child(-n+2) {
        border-top: none;
    }
    .cbp-ig-grid li:nth-child(2n-1) {
        box-shadow: 1px 0 0 #ddd;
    }
}
@media screen and (max-width: 41.6em) {
    .cbp-ig-grid li {
        width: 100%;
    }
    .cbp-ig-grid li:nth-child(-n+2) {
        border-top: 1px solid #ddd;
    }
    .cbp-ig-grid li:nth-child(2n-1) {
        box-shadow: none
    }
    .cbp-ig-grid li:first-child {
        border-top: none;
    }
}
@media screen and (max-width: 25em) {
    .cbp-ig-grid {
        font-size: 80%;
    }
    .cbp-ig-grid .cbp-ig-category {
        margin-top: 20px;
    }
}
.responsive-wel {
    background-size: 100% 100%;
    width: 100%;
}
.ajax__myTab .ajax__tab_header {
    border-bottom: 1px solid #FFE9CE;
    color: #ffffff;
    font-family: verdana, tahoma, helvetica;
    font-size: 16px;
}
.ajax__myTab .ajax__tab_outer {
    background-color: #FFC47C;
    border-right: 1px solid #FFC47C;
    border-top: 1px solid #FFC47C;
    height: 30px;
    margin-right: 2px;
    padding-right: 4px;
}
.ajax__myTab .ajax__tab_inner {
    background-color: #FFC47C;
    padding-left: 3px;
}
.ajax__myTab .ajax__tab_tab {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    margin: 0;
    padding: 4px;
}
.ajax__myTab .ajax__tab_hover .ajax__tab_outer {
    background-color: #f57203;
    cursor: default;
}
.ajax__myTab .ajax__tab_hover .ajax__tab_inner {
    background-color: #f57203;
    cursor: default;
}
.ajax__myTab .ajax__tab_hover .ajax__tab_tab {
    cursor: default;
}
.ajax__myTab .ajax__tab_active .ajax__tab_outer {
    background-color: #ffffff;
    border-left: 1px solid #f35c0d;
    color: #000000;
}
.ajax__myTab .ajax__tab_active .ajax__tab_inner {
    background-color: #ffffff;
}
.ajax__myTab .ajax__tab_active .ajax__tab_tab {} .ajax__myTab .ajax__tab_body {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: -moz-use-text-color #999999 #999999;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    font-family: verdana, tahoma, helvetica;
    font-size: 10pt;
    padding: 8px;
}
.roundborder {
    border: 2px solid #ff0000;
    border-radius: 15px;
    display: table;
    margin-left: 5px;
    margin-right: 3px;
    width: 99%;
}
label {
    color: #000;
    display: block;
    float: left;
    font-size: 18px;
    margin-left: 5px;
    padding-bottom: 9px;
}
input[type="checkbox"] {
    display: inline-block;
    float: left;
    margin-left: 5px;
    vertical-align: middle;
}
#loginwrap {
    background: url("images/bg.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 339px;
    margin: auto;
    width: 29%;
}
.main {
    margin: auto;
    padding-left: 79px;
    padding-top: 90px;
    font-weight:bold;
}
.textboxy {
    transition: all 0.7s ease-in-out 0s;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e8e8e8+0,ffffff+100 */
    background: rgb(232, 232, 232);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(232, 232, 232, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(232, 232, 232, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(232, 232, 232, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    border: 1px solid #222;
    border-radius: 0.3em;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    color: #000;
    font-family: sans-serif;
    font-size: 15px;
    margin-bottom: 6px;
    margin-left: 12px;
    margin-top: 10px;
    outline: medium none;
    padding: 10px 5px;
    width: 86%;
    font-weight: bold;
}
.textboxy:focus {
    border-color: red;
    box-shadow: 1px 0px 7px 4px #fffc00;
}
.remember {
    padding-left: 10px;
    width: 100%;
}
.checkboxy {
    float: left;
    margin-left: 20px;
}
.remember p {
    color: #333;
    float: left;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    margin-left: 10px;
}
.forget {
    color: #333;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    margin: auto;
    padding-top: 8px;
    text-decoration: underline;
    width: 35%;
}
.loginbt {
    -moz-box-shadow: 0px 10px 14px -7px #276873;
    -webkit-box-shadow: 0px 10px 14px -7px #276873;
    box-shadow: 0px 10px 14px -7px #3E0000;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
    background: -moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
    background: -webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
    background: -o-linear-gradient(top, #599bb3 5%, #408c99 100%);
    background: -ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
    background: linear-gradient(to bottom, #ff0000 5%, #C10000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99', GradientType=0);
    background-color: #ff0000;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: sans-serif;
    border: 0;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 25px;
    margin-top: 10px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #690000;
}
.loginbt:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffff1e+0,fcce00+100 */
    
    background: rgb(255, 255, 30);
    /* Old browsers */
    
    background: -moz-linear-gradient(top, rgba(255, 255, 30, 1) 0%, rgba(252, 206, 0, 1) 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(top, rgba(255, 255, 30, 1) 0%, rgba(252, 206, 0, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to bottom, rgb(255, 255, 0) 0%, rgba(252, 206, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffff1e', endColorstr='#fcce00', GradientType=0);
    /* IE6-9 */
    
    color: red;
}
.tooltip {
    background: url("../../m/images/tooltip.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    display: none;
    font-size: 11px;
    height: 216px;
    padding: 40px 30px 10px;
    width: 370px;
}
.tooltip .label {
    color: yellow;
    width: 35px;
}
.tooltip a {
    color: #ad4;
    font-size: 11px;
    font-weight: bold;
}
.tooltipr {
    background: url("../../m/images/tooltipr.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    display: none;
    font-size: 11px;
    height: 216px;
    padding: 40px 30px 10px;
    width: 370px;
}
.tooltipr .label {
    color: yellow;
    width: 35px;
}
.tooltipr a {
    color: #ad4;
    font-size: 11px;
    font-weight: bold;
}
.cal .ajax__calendar_container {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    width: 190px;
}
.ajax__calendar_body {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    height: 150px;
    width: 180px;
}
.ajax__calendar_header {
    background-color: #f89003;
    border-radius: 4px;
    margin-bottom: 8px;
}
.ajax__calendar_title {
    color: #ffffff;
    padding-top: 3px;
}
.ajax__calendar_next,
.ajax__calendar_prev {
    background-color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 18px;
}
.ajax__calendar_hover .ajax__calendar_next,
.ajax__calendar_hover .ajax__calendar_prev {
    background-color: #ffffff;
    border: 2px solid #f7f7f7;
    border-radius: 4px;
}
.ajax__calendar_dayname {
    color: #000000;
    margin-bottom: 4px;
    margin-top: 2px;
    text-align: center;
}
.ajax__calendar_day,
.ajax__calendar_month,
.ajax__calendar_year {
    background-color: #f3f3f3;
    border: 1px solid #eeeeee;
    color: #000000;
    margin: 1px;
    text-align: center;
}
.ajax__calendar_hover .ajax__calendar_day,
.ajax__calendar_hover .ajax__calendar_month,
.ajax__calendar_hover .ajax__calendar_year {
    background-color: #328bc8;
    border: 1px solid #328bc8;
    color: #ffffff;
    font-weight: bold;
}
.ajax__calendar_active .ajax__calendar_day,
.ajax__calendar_active .ajax__calendar_month,
.ajax__calendar_active .ajax__calendar_year {
    background-color: #f7b64a;
    color: #ffffff;
    font-weight: bold;
}
.ajax__calendar_today .ajax__calendar_day {
    background-color: #ffffff;
    color: #cc0505;
    font-weight: bold;
}
.ajax__calendar_other,
.ajax__calendar_hover .ajax__calendar_today {
    color: #ffffff;
    font-weight: bold;
}
.ajax__calendar_days {
    background-color: #ffffff;
}
.cmpbox {
    background-image: url("../../m/images/orange/cmpbox.jpg");
    background-repeat: no-repeat;
    height: 250px;
    width: 970px;
}
.bubble {
    border: 2px solid #333;
    border-radius: 9px;
    color: #333;
    display: inline-block;
    font: 16px/24px sans-serif;
    padding: 12px 24px;
    position: relative;
}
.bubble::after,
.bubble::before {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f89003;
    bottom: -20px;
    content: "";
    left: 50%;
    margin-left: -20px;
    position: absolute;
}
.front1 {
    color: #f89003;
}
.back1 {
    background-color: #f89003;
}
.head1 {
    background: linear-gradient(135deg, #f23702 0%, #f23702 30%, #efa213 32%, #f28111 68%, #f23702 70%, #f23702 100%) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 4px solid #f3f3f3;
    margin-top: 6px;
    border-radius: 15px 15px 0 0;
    color: #ffffff;
    float: left;
    font-family: Calibri;
    font-size: 15pt;
    font-weight: bold;
    height: 51px;
    overflow: hidden;
    padding-top: 8px;
    width: 100%;
}
.head2 {
    color: #e0eff2;
    font-family: "Amaranth", sans-serif;
    font-size: 75px;
    font-weight: 400;
}
.id1 {
    background-color: #fec013;
}
.id2 {
    background-color: #f66107;
}
.idcard {
    border: medium solid #f5f5f5;
    border-radius: 20px;
    box-shadow: 2px 2px 4px 4px;
}
.login1 {
    background-image: url("images/bg.jpg");
    background-repeat: no-repeat;
}
.loginb1 {
    background-image: url("../../m/images/orange/btn.png");
    background-repeat: no-repeat;
    height: 50px;
    width: 116px;
}
.trx:hover {
    background: none repeat scroll 0 0 #f7dcdf;
}
.cx {
    background-image: url("../../m/images/orange/header-bg2.png");
}
.page1b {
    background-image: url("../../m/images/orange/pro.jpg");
    height: 70px;
    width: 258px;
}
#roundeddiv {
    border: 1px solid #ef4605;
    border-radius: 7px;
    margin-left: auto;
    margin-right: auto;
    width: 970px;
}
a.shoplink:link {
    background-color: #fff;
    border: 1px solid #bdc3c7;
    border-radius: 8px;
    color: #e67e22;
    font-size: 10pt;
    font-weight: bold;
    padding: 5px 10px;
    text-decoration: underline;
    width: 217px;
}
a.shoplink:visited {
    background-color: #fff;
    border: 1px solid #bdc3c7;
    border-radius: 8px;
    color: #e67e22;
    font-size: 10pt;
    padding: 5px 10px;
    text-decoration: underline;
    width: 217px;
}


.loginlink {
    display:block;
}


a.shoplink:hover {
    background-color: #fff;
    border: 1px solid #bdc3c7;
    border-radius: 5px;
    color: #c0392b;
    font-size: 10pt;
    padding: 5px 10px;
    text-decoration: underline;
    width: 217px;
}
a.shoplink:active {
    background-color: #fff;
    border: 1px solid #bdc3c7;
    border-radius: 5px;
    color: #e67e22;
    font-size: 10pt;
    padding: 5px 10px;
    text-decoration: underline;
    width: 217px;
}
.rounded-corners {
    border: 1px solid black;
    border-radius: 8px;
    overflow: hidden;
}
.about {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)) repeat scroll 0 0 #f0ff00;
    border-radius: 4px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset, 0 0 6px rgba(0, 0, 0, 0.4);
    color: #000000;
    margin: 80px auto;
    padding: 8px;
    text-align: center;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
    width: 20px;
}
.colc2:hover {
    background-color: #e30000;
    color: #ffffff;
}
.about1 {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)) repeat scroll 0 0 #e30000;
    border-radius: 4px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset, 0 0 6px rgba(0, 0, 0, 0.4);
    color: #ffffff;
    margin: 80px auto;
    padding: 8px;
    text-align: center;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
    width: 20px;
    font-size:14px;
}
.about-links {
    height: 30px;
}
.about-links > a {
    float: left;
    font-size: 12px;
    line-height: 30px;
    width: 10%;
}
.about-author {
    margin-top: 5px;
}
.about-author > a {
    margin: 0 -1px;
    padding: 1px 3px;
}
.lbl {
    color: #0033cc;
    font-weight: bold;
    height: 16px;
}
.lblsmall {
    color: #0033cc;
    font-weight: bold;
    height: 12px;
}
.head2 {
    color: #ff0000;
    font-size: 15pt;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
}
.header1 {
    background-image: url("../../m/images/top.png");
    height: 234px;
}
.t1 {
    color: Black;
    font-family: Verdana;
    font-size: 10pt;
}
.t2 {
    background-color: White;
    color: Black;
    font-family: Verdana;
    width: 970px;
}
.table1 {
    background-image: url("../../back.jpg");
    background-repeat: repeat;
}
.AutoExtender {
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 10px;
    font-family: Verdana;
    font-size: 10pt;
    font-weight: bold;
    line-height: 200%;
    margin-left: 10px;
    padding: 10px;
    text-align: left;
    box-shadow: 0px 0px 15px #95a5a6;
}
.AutoExtenderList {
    background-color: #f7f7f7;
    color: #000;
    cursor: pointer;
    margin-left: 4px;
    border-bottom: solid 1px #ddd;
    line-height: 200%;
}
.AutoExtenderHighlight {
    background-color: #fff;
    border-radius: 0px;
    color: red;
    cursor: pointer;
    font-size: 10pt;
    margin-left: 4px;
    line-height: 200%;
}
.ty {
    color: Black;
    font-size: small;
    width: 970px;
}
.bs {
    background-image: url("../../bs.png");
    background-repeat: no-repeat;
    height: 35px;
    text-align: center;
    width: 45px;
}
.sb {
    background-color: White;
}
.bsg {
    background-image: url("../../bsg.png");
    background-repeat: no-repeat;
    height: 35px;
    text-align: center;
    width: 45px;
}
.bsr {
    background-image: url("../../bsr.png");
    background-repeat: no-repeat;
    height: 35px;
    width: 45px;
}
.g1 {
    background-image: url("../../box2.png");
    background-repeat: no-repeat;
    height: 118px;
    text-align: right;
    width: 130px;
}
.c1 {
    background-image: url("../../box.png");
    background-repeat: no-repeat;
    height: 118px;
    width: 130px;
}
.grid {
    background-color: #ffffff;
    color: #000000;
    margin-bottom: 20px;
    max-width: 100%;
    min-width: 100%;
    padding: 6px;
    width: 100%;
}
.grid,
.grid th,
.grid td {
    border: 1px solid #f96d06;
    text-align: center;
    height: 36px;
    font-size: 14px;
}
.gridhl {
    color: #090;
    font-size: 14px;
    font-weight: bold;
}
.gh {
    background: linear-gradient(to bottom, #f25c00 0%, #edc8a3 30%, #edb57d 75%, #ff7f04 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-family: arial;
    font-size: 13px;
    height: 60px;
    width: 100%;
}
.bnr {
    background-image: url("../../m/images/header.jpg");
    background-repeat: no-repeat;
    height: 134px;
    width: 1032px;
}
.topimage {
    background-image: url("../../m/images/orange/top.jpg");
    background-repeat: no-repeat;
    height: 234px;
    width: 970px;
}
.alogin {
    background-image: url("../../m/images/orange/login-window.png");
    background-repeat: no-repeat;
    color: #000000;
    height: 325px;
    width: 295px;
}
.msgbox {
    background-image: url("../../m/images/orange/b1.png");
    background-repeat: no-repeat;
    height: 312px;
    width: 327px;
    font-size: 14px;
}
.msgbox img {
    border-radius: 5px;
}
.newsbox {
    background-image: url("../../m/images/orange/b2.png");
    background-repeat: no-repeat;
    height: 312px;
    width: 327px;
    font-size: 14px;
}
.abox img {
    border-radius: 5px;
}
.abox {
    background-image: url("../../m/images/orange/b3.png");
    background-repeat: no-repeat;
    height: 312px;
    width: 327px;
    font-size: 14px;
}
.hometop {
    background-image: url("../../m/images/orange/welcome.jpg");
    background-repeat: no-repeat;
    height: 340px;
    text-align: center;
    width: 636px;
}
.homehead {
    background-image: url("../../m/images/orange/orangebox.jpg");
    height: 104px;
    width: 306px;
}
.loginbtn {
    background: url("../../m/images/orange/login-2.png") no-repeat scroll 0 0 transparent;
    height: 61px;
    outline-style: none;
    width: 120px;
}
.printbtn {
    background-image: url("../../m/images/orange/print-btn.jpg");
    height: 44px;
    width: 124px;
}
.updatebtn {
    background-image: url("../../m/images/orange/update.png");
    height: 61px;
    width: 120px;
}
.addtocartbtn {
    background-image: url("../../m/images/orange/addtocart.jpg");
    height: 24px;
    width: 115px;
}
.purchasemoreproductsbtn {
    background-image: url("../../m/images/orange/purchasemoreproducts.jpg");
    height: 24px;
    width: 182px;
}
.sendconfirmbtn {
    background-image: url("../../m/images/orange/sendconfirm.jpg");
    height: 34px;
    width: 243px;
}
.placeorderbtn {
    background-image: url("../../m/images/orange/presstoplaceorder.jpg");
    height: 24px;
    width: 182px;
}
.deletecartbtn {
    background-image: url("../../m/images/orange/deletecart.jpg");
    height: 24px;
    width: 182px;
}
#leftree {
    background: linear-gradient(135deg, #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #cc0000;
    border-radius: 10px;
    height: 90px;
    width: 100%;
}
.centree {
    background-image: url("../../m/images/orange/centertree.jpg");
    height: auto;
    width: 343px;
}
.rihtree {
    background-image: url("../../m/images/orange/righttree.jpg");
    height: auto;
    width: 343px;
}
.viewtree {
    background-image: url("../../m/images/orange/viewtree.jpg");
    height: 85px;
    width: 970px;
}
.centerdown {
    background-image: url("../../m/images/orange/box1.jpg");
    background-repeat: no-repeat;
    height: 55px;
    width: 265px;
}
#leftpic {
    background-image: url("../../m/images/orange/leftpic.jpg");
    background-repeat: no-repeat;
    height: 153px;
    width: 100%;
}
.leftdown {
    background-image: url("../../m/images/orange/left.jpg");
    background-repeat: no-repeat;
    height: 122px;
    width: 325px;
}
.rightdown {
    background-image: url("../../m/images/orange/right.jpg");
    background-repeat: no-repeat;
    height: 122px;
    width: 340px;
}
.showdetails {
    background-image: url("../../m/images/orange/showdetails.jpg");
    height: 60px;
    width: 199px;
}
.sendconfirm {
    background-image: url("../../m/images/orange/sendconfirm.jpg");
    height: 34px;
    width: 243px;
}
.requestpin {
    background-image: url("../../m/images/orange/requestpin.jpg");
    height: 34px;
    width: 145px;
}
.transferbtn {
    background-image: url("../../m/images/orange/transfer.jpg");
    height: 34px;
    width: 145px;
}
.withdrawbtn {
    background-image: url("../../m/images/orange/withdraw.jpg");
    height: 34px;
    width: 145px;
}
.eshopsrchbar {
    background-image: url("../../m/images/orange/search1.jpg");
    background-repeat: no-repeat;
    height: 92px;
    width: 970px;
}
.eshopbg1 {
    background-image: -moz-linear-gradient(center bottom, rgb(235, 68, 17) 25%, rgb(255, 117, 25) 63%, rgb(235, 68, 17) 82%);
    font-family: Verdana;
    font-size: 10pt;
    width: 970px;
}
.eshopbg {
    background: -moz-linear-gradient(center top, #eb4411, #ff7519) repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-family: Verdana;
    font-size: 10pt;
    width: 970px;
}
.searchbtn {
    background-image: url("../../m/images/orange/search_btn.png");
    height: 29px;
    width: 90px;
}
.searchphoto {
    background-image: url("../../m/images/orange/search2.png");
    background-repeat: no-repeat;
    height: 74px;
    width: 970px;
}
.searchbtn1 {
    background-image: url("../../m/images/orange/search.png");
    height: 26px;
    width: 97px;
}
.inboxbg {
    background-image: url("../../m/images/orange/inbox-message-text.jpg");
    background-repeat: no-repeat;
    height: 49px;
    width: 920px;
}
.sendmsgbg {
    background-image: url("../../m/images/orange/sent-messagetouser-text.jpg");
    background-repeat: no-repeat;
    height: 49px;
    width: 920px;
}
.outboxbg {
    background-image: url("../../m/images/orange/outbox.jpg");
    background-repeat: no-repeat;
    height: 49px;
    width: 920px;
}
.searchbtn2 {
    background-image: url("../../m/images/orange/search.png");
    height: 26px;
    width: 97px;
}
.deletebtn {
    background-image: url("../../m/images/orange/delete.jpg");
    height: 24px;
    width: 92px;
}
.refreshbtn {
    background-image: url("../../m/images/orange/refresh.jpg");
    height: 24px;
    width: 115px;
}
.senduserbtn {
    background-image: url("../../m/images/orange/senduser.jpg");
    height: 24px;
    width: 115px;
}
.homebottombg {
    background-image: url("../../m/images/orange/homebottom.jpg");
    background-repeat: no-repeat;
    height: 93px;
    width: 960px;
}
.bankbottombg {
    background-image: url("../../m/images/orange/bankdetails.jpg");
    background-repeat: no-repeat;
    height: 200px;
    width: 960px;
}
.rewardbottombg {
    background-image: url("../../m/images/orange/rewards.jpg");
    background-repeat: no-repeat;
    height: 82px;
    width: 960px;
}
.editprofilebottombg {
    background-image: url("../../m/images/orange/editprofile.jpg");
    background-repeat: no-repeat;
    color: #fff;
    font-family: -webkit-pictograph;
    font-size: 29px;
    font-weight: bold;
    line-height: 110%;
    height: 82px;
    letter-spacing: 10px;
    padding-top: 5px;
    padding-left: 6px;
    width: 100%;
}
.editprofilebottombg2 {
    background-image: url("../../m/images/orange/editprofile2.jpg");
    background-repeat: no-repeat;
    color: #fff;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-size: 29px;
    font-weight: bold;
    height: 82px;
    letter-spacing: 10px;
    padding-left: 6px;
    width: 100%;
}
.changepasswordbottombg {
    background-image: url("../../m/images/orange/changepassword.jpg");
    background-repeat: no-repeat;
    height: 200px;
    width: 970px;
}
.headassociate {
    background-image: url("../../m/images/orange/a1.png");
    background-repeat: no-repeat;
    height: 81px;
    width: 970px;
}
.headbank {
    background-image: url("../../m/images/orange/a2.png");
    background-repeat: no-repeat;
    height: 81px;
    width: 970px;
}
.headsecured {
    background-image: url("../../m/images/orange/a3.png");
    background-repeat: no-repeat;
    height: 81px;
    width: 970px;
}
.headself {
    background-image: url("../../m/images/orange/a4.png");
    background-repeat: no-repeat;
    height: 81px;
    width: 970px;
}
.headnominee {
    background-image: url("../../m/images/orange/a5.png");
    background-repeat: no-repeat;
    height: 81px;
    width: 970px;
}
.proceedbtn {
    background-image: url("../../m/images/orange/proceed.jpg");
    height: 24px;
    width: 92px;
    margin-left: 8px;
}
.signupbtn {
    background-image: url("../../m/images/orange/signup.jpg");
    height: 102px;
    width: 132px;
}
.lbg {
    background-image: url("../../m/images/loginbg.png");
    background-repeat: no-repeat;
    height: 30px;
    width: 423px;
}
.gvbg {
    background-image: url("../../m/images/gvbg.png");
    background-repeat: no-repeat;
    height: 150px;
    width: 936px;
}
.toptbl {
    background-image: url("../../m/images/cmes.png");
    background-repeat: no-repeat;
    height: 40px;
    width: 450px;
}
.stbg {
    background-image: url("../../m/images/stbg.png");
    background-repeat: no-repeat;
    height: 48px;
    width: 296px;
}
.bgt {
    background-image: url("../../m/images/bgt.png");
    background-repeat: no-repeat;
    color: White;
    height: 336px;
    width: 256px;
}
.visibleDiv {
    background-image: url("../../m/images/fbgd.png");
    background-repeat: no-repeat;
    bottom: 0;
    height: 40px;
    left: 170px;
    position: fixed;
    right: 10px;
    top: 500px;
    width: 900px;
}
.inct {
    background-image: url("../../m/images/incbg.png");
    color: White;
    font-family: Arial;
    font-size: x-large;
    font-weight: bold;
    height: 40px;
    text-align: center;
    width: 535px;
}
.cen {
    text-align: center;
}
.t4 {
    background-image: url("../../m/images/dbg.png");
    background-repeat: no-repeat;
    color: White;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    height: 56px;
    text-align: center;
    width: 535px;
}
.t3 {
    color: White;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    height: 96px;
    text-align: center;
    width: 535px;
}
.rtd {
    background-image: url("../../m/images/rround.png");
    color: White;
    height: 21px;
    text-align: center;
    width: 184px;
}
.fieldset {
    background: none repeat scroll 0 0 #c4fc02;
    border: 3px solid #000000;
    margin: 0 0 1em;
    position: relative;
}
.bf3 {
    background-image: url("../../m/images/bgt.jpg");
    border-color: #33cc99;
    border-style: solid;
    border-width: thick;
    height: 84px;
}
.try {
    background-image: url("../../m/images/lbg.png");
    height: 129px;
    width: 160px;
}
.mm {
    background-image: url("../../m/images/bbg1.gif");
    height: 129px;
    width: 160px;
}
.i1 {} .i1:hover {
    background-image: url("../../m/images/hm1.png");
}
.bgh {
    background: url("../../m/images/i3.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: black;
    font-family: Verdana;
    height: 148px;
    width: 293px;
}
.bar2 {
    background-image: url("../../buttons/bar.jpg");
    background-repeat: no-repeat;
    height: 78px;
    width: 960px;
}
.form-login {} .fst {
    background: url("../../m/images/box1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 112px;
    width: 137px;
}
.fst:hover {
    background: url("../../m/images/box.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.rt {
    background-color: White;
    padding: 0;
}
.loginboxdiv {
    background-image: url("../../m/images/bg.jpg");
    background-repeat: no-repeat;
    border: 0 none;
    color: #747862;
    height: 23px;
    margin-bottom: 0;
    padding: 2px;
    text-align: left;
    width: 230px;
}
.loginbox {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    font-family: arial, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    height: 20px;
    margin: 0;
    width: 227px;
}
.loginred {
    background-color: #ffffff;
    border-color: #ff0000;
    border-style: solid;
    border-width: 1px;
    font-family: arial, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    height: 20px;
    margin: 0;
    width: 227px;
}
.logingreen {
    background-color: #ffffff;
    border-color: #00ff00;
    border-style: solid;
    border-width: 1px;
    font-family: arial, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    height: 20px;
    margin: 0;
    width: 227px;
}
.logindrop {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    font-family: arial, Arial, Helvetica, sans-serif;
    height: 32px;
    margin: 2px;
    padding: 2px 7px 0;
    width: 225px;
}
.rtbl {
    background-image: url("../../m/images/l1.gif");
    background-repeat: no-repeat;
    height: 33px;
    width: 10px;
}
.rtbr {
    background-image: url("../../m/images/l2.gif");
    background-repeat: no-repeat;
    height: 33px;
    width: 10px;
}
.rtb {
    background-image: url("../../m/images/bar.png");
    height: 33px;
    text-align: center;
}
.tb5 {
    background: url("../../m/images/rounded.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: White;
    border-width: 0;
    height: 31px;
    width: 244px;
}
.tb7 {
    background: url("../../m/images/bgxx.jpg") no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: #747862;
    height: 20px;
    margin-bottom: 0;
    padding: 4px 8px;
    width: 221px;
}
table.masterbc {
    background-color: Blue;
}
.menuItem1 {
    background-color: #c9c9c9;
    border: 1px solid Gray;
    color: White;
    padding: 2px 5px;
}
.MenuItem {
    background-color: #2f2f2f;
    background-image: url("mm.jpg");
    border: 1px solid #000000;
    color: #ffffff;
    font-family: Candara;
    font-size: 10pt;
    font-weight: bold;
    height: 30px;
    padding: 0;
    text-align: center;
    width: 130px;
}
.DynamicMenuItem {
    background-color: #2f2f2f;
    background-image: url("mm.jpg");
    border: 1px solid #000000;
    color: #ffffff;
    font-family: Candara;
    font-size: 10pt;
    font-weight: bold;
    height: 30px;
    padding: 0;
    text-align: center;
    width: 130px;
}
.MenuItemSelected {
    background-color: #6f6f6f;
    background-image: url("mm.jpg");
    border: 1px solid #000000;
    height: 30px;
    padding: 0;
    text-align: center;
}
.MenuItemHover {
    background-color: #6f6f6f;
    background-image: url("mm.jpg");
    border: 1px solid #ffffff;
    color: White;
    font-family: Candara;
    font-size: 10pt;
    font-weight: bold;
    height: 30px;
    padding: 0;
    text-align: center;
    width: 130px;
}
#dhtmltooltip {
    background-color: #4891dc;
    border: 3px solid #fff;
    box-shadow:0px 0px 8px #ddd;
    border:solid 1px #d0d0d0;
    border-radius:5px;
    color: white;
    font-size: 10pt;
    padding: 2px;
    position: absolute;
    visibility: hidden;
    width: 200px;
    z-index: 100;
}
#dhtmlpointer {
    font-size: 10pt;
    position: absolute;
    visibility: hidden;
    z-index: 101;
}
.normalfld {
    background-color: #ffffff;
    font-size: 10pt;
    visibility: hidden;
    z-index: 101;
}
.normalfld {
    background-color: #ffffff;
    font-size: 10pt;
    visibility: hidden;
    z-index: 101;
}
.normalfld {
    background-color: #ffffff;
    font-size: 10pt;
}
.focusfld {
    background-color: #ffffcc;
    font-size: 12pt;
}
p {
    color: #000000;
    font-family: Verdana;
    font-size: 10pt;
    margin: auto;
    text-align:justify;
}
body {
    background-color: #ffffff;
    color: #dddddd;
}
.tbl {
    background-color: #fff;
    border: 5px solid #e5e1d8;
    border-radius: 20px;
    margin: 15px auto auto;
    width: 970px;
}
.dataentryformlabel {
    color: #000000;
    font-family: Verdana;
    font-size: 10pt;
}
.dataentryformerrormsg {
    color: darkorange;
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
}
.dataentryformtextbox {} .dataentryformbutton {
    background-color: #339900;
    color: White;
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    height: 26px;
}
.pagetop {
    background-color: black;
    border-bottom: thin solid black;
    padding-bottom: 5px;
    padding-left: 10px;
}
.pageleft {
    background-color: Gray;
    padding-right: 5px;
}
.pageright {
    background-color: ivory;
}
.pagebottom {
    background-color: lightyellow;
    border-top: thin solid black;
    padding-top: 5px;
}
.dataentryformheading {
    background-color: khaki;
    color: sienna;
    font-family: arial;
    font-size: 11pt;
    font-weight: bold;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.biglabel {
    color: darkorange;
    font-family: arial;
    font-size: 10pt;
    font-style: italic;
    font-weight: bold;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.dataentryformlabelbig {
    background-color: blanchedalmond;
    color: white;
    font-family: arial;
    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.marketingtext {
    color: peru;
    font-family: Arial;
    font-size: 20px;
    padding: 2px;
}
.headadminactivity {
    background-image: url("../../mysiteadmin/images/orange/adminactivity.jpg");
    background-repeat: no-repeat;
    height: 51px;
    width: 970px;
}
.headadminreport {
    background-image: url("../../mysiteadmin/images/orange/adminreport.png");
    background-repeat: no-repeat;
    height: 51px;
    width: 970px;
}
.headdistributor {
    background-image: url("../../mysiteadmin/images/orange/distributor.jpg");
    background-repeat: no-repeat;
    height: 51px;
    width: 970px;
}
.headgeneratepin {
    background-image: url("../../mysiteadmin/images/orange/generatee-pin.png");
    background-repeat: no-repeat;
    height: 51px;
    width: 970px;
}
.heademail {
    background-image: url("../../mysiteadmin/images/orange/email.jpg");
    background-repeat: no-repeat;
    height: 51px;
    width: 970px;
}
.headeshop {
    background-image: url("../../mysiteadmin/images/orange/eshop.jpg");
    background-repeat: no-repeat;
    height: 51px;
    width: 970px;
}
.headoption {
    background-image: url("../../mysiteadmin/images/orange/option.jpg");
    background-repeat: no-repeat;
    height: 51px;
    width: 970px;
}
.headothers {
    background-image: url("../../mysiteadmin/images/orange/others.jpg");
    background-repeat: no-repeat;
    height: 51px;
    width: 970px;
}
.headphotogallery {
    background-image: url("../../mysiteadmin/images/orange/photogallery.jpg");
    background-repeat: no-repeat;
    height: 51px;
    width: 970px;
}
.headsignout {
    background-image: url("../../mysiteadmin/images/orange/signout.jpg");
    background-repeat: no-repeat;
    height: 51px;
    width: 970px;
}
.headstock {
    background-image: url("../../mysiteadmin/images/orange/stock.jpg");
    background-repeat: no-repeat;
    height: 51px;
    width: 970px;
}
.headfranchise {
    background-image: url("../../mysiteadmin/images/orange/franchise.jpg");
    background-repeat: no-repeat;
    height: 51px;
    width: 970px;
}
.headsubadmins {
    background-image: url("../../mysiteadmin/images/orange/subadmins.jpg");
    background-repeat: no-repeat;
    height: 51px;
    width: 970px;
}
select {
    border: 1px solid #999999;
    border-radius: 4px;
}
.input {
    border: 1px solid #999999;
    border-radius: 8px;
    color: #000000;
    height: 36px;
    width: 139px;
    letter-spacing: 1px;
    padding-left: 3px;
    font-size: 17px;
    font-family: -webkit-pictograph;
    font-weight: 600;
}
.input:focus {
    border-color: #fb7600;
    box-shadow: 0 0 6px #fb7600;
}
.clainput {
    border: 1px solid #999999;
    border-radius: 4px;
}
.clainput:focus {
    border-color: #fb7600;
    box-shadow: 0 0 6px #fb7600;
}
.treeinput {
    border: 1px solid #999999;
    border-radius: 4px;
}
.treeinput:focus {
    border-color: #fb7600;
    box-shadow: 0 0 6px #fb7600;
}
.btn {
    background: linear-gradient(135deg, #ff3019 0%, #cf0404 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #d02718;
    border-radius: 8px;
    box-shadow: 0 1px 0 0 #f5978e inset;
    color: #ffffff;
    display: inline-block;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 1px -2px 0 #810e05;
}
.btn:hover {
    background: -moz-linear-gradient(center top, #c62d1f 5%, #f24537 100%) repeat scroll 0 0 #c62d1f;
}
.btn:active {
    position: relative;
    top: 1px;
}
.GridPager {
    background-color: #fff;
    margin: 2% auto;
    padding: 2px;
}
.GridPager a {
    background-color: #444;
    border-radius: 50%;
    box-shadow: 1px 1px 1px #111;
    color: #fff;
    margin: auto 1%;
    padding: 5px 10px;
    text-decoration: none;
}
.GridPager a:hover {
    background-color: #1e8d12;
    color: #fff;
}
.GridPager span {
    background-color: #ae2676;
    border-radius: 50%;
    box-shadow: 1px 1px 1px #111;
    color: #fff;
    padding: 5px 10px;
}
.lbar {
    background-image: url("../../m/images/orange/menu-left.jpg");
    height: 39px;
    width: 17px;
}
::-webkit-scrollbar {
    width: 14px;
    height: 16px;
    display: block;
}
::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
    display: block;
}
::-webkit-scrollbar-thumb {
    height: 111px;
    background-image: url("../../m/images/orange/bar-img.png");
    transform: skewX(45deg);
    border-radius: 13px;
    display: block;
}
::-webkit-scrollbar-thumb:hover {
    background-image: url("../../m/images/orange/bar-img2.png");
    display: block;
}
::-webkit-scrollbar-thumb:active {
    background-image: url("../../m/images/orange/bar-img2.png");
    display: block;
}
::-webkit-scrollbar-track {
    background: #feeda7;
    border: 8px solid #dd2741;
    border-radius: 14px;
    display: block;
}
::-webkit-scrollbar-track:hover {
    background: #fdf3d5;
    display: block;
}
::-webkit-scrollbar-track:active {
    background: #fdeecc;
    display: block;
}
::-webkit-scrollbar-corner {
    background: transparent;
    display: block;
}
.rbar {
    background-image: url("../../m/images/orange/menu-right.jpg");
    height: 39px;
    width: 17px;
}
.ca-menu {
    margin: auto;
    padding: 0;
    width: 90px;
}
.ca-menu li {
    background: linear-gradient(to bottom, #f9c65e 0%, #ff631c 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #cccccc;
    border-radius: 10px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    float: left;
    height: 90px;
    margin-left: 25px;
    margin-right: 4px;
    margin-top: 15px;
    overflow: hidden;
    position: relative;
    transition: all 300ms linear 0s;
    width: 90px;
}
.ca-menu li:last-child {
    margin-right: 0;
}
.ca-menu li a {
    color: #333;
    display: block;
    height: 100%;
    position: relative;
    text-align: left;
    width: 100%;
}
.ca-icon {
    color: #722828;
    font-family: "WebSymbolsRegular", cursive;
    font-size: 35px;
    height: 50%;
    left: 0;
    line-height: 80px;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 1px #333;
    top: 0;
    transition: all 400ms linear 0s;
    width: 100%;
}
.ca-content {
    color: #000;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 90%;
    width: 100%;
}
.ca-main {
    font-size: 20px;
    font-weight: bold;
    opacity: 0.8;
    transition: all 200ms linear 0s;
}
.ca-sub {
    color: #666;
    font-size: 14px;
    line-height: 40px;
    opacity: 0.8;
    text-align: center;
    transition: all 200ms linear 0s;
}
.ca-menu li:hover {
    background: linear-gradient(to bottom, #f95e61 0%, #931010 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.ca-menu li:hover .ca-icon {
    color: #fff;
    font-size: 45px;
}
.ca-menu li:hover .ca-main {
    animation: 300ms ease 0s normal none 1 running moveFromLeftRotate;
    color: #fff;
}
.ca-menu li:hover .ca-sub {
    animation: 500ms ease 0s normal none 1 running moveFromBottom;
    color: #fff;
}
a.postmedium {
    background-color: rgba(153, 7, 7, 1);
    border-radius: 8px;
    box-shadow: 0 9px 0 rgba(219, 31, 5, 1), 0 9px 25px rgba(0, 0, 0, 0.7);
    color: rgba(255, 255, 255, 1);
    display: block;
    font-family: "tahoma";
    font-size: 0.9em;
    font-weight: 600;
    margin: 15px;
    padding: 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.1s ease 0s;
    width: 150px;
}
a.postmedium:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(255, 255, 0) 0%, rgba(252, 206, 0, 1) 100%) repeat scroll 0 0;
    color: red;
}
a.postmedium:active {
    box-shadow: 0 3px 0 rgba(219, 31, 5, 1), 0 3px 6px rgba(0, 0, 0, 0.9);
    position: relative;
    top: 6px;
}
a.postlong {
    background-color: rgba(153, 7, 7, 1);
    border-radius: 8px;
    box-shadow: 0 9px 0 rgba(219, 31, 5, 1), 0 9px 25px rgba(0, 0, 0, 0.7);
    color: rgba(255, 255, 255, 1);
    display: block;
    font-family: "tahoma";
    font-size: 1em;
    font-weight: 600;
    margin: 15px;
    padding: 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.1s ease 0s;
    width: 250px;
}
a.postlong:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(255, 255, 0) 0%, rgba(252, 206, 0, 1) 100%) repeat scroll 0 0;
    color: red;
}
a.postlong:active {
    box-shadow: 0 3px 0 rgba(219, 31, 5, 1), 0 3px 6px rgba(0, 0, 0, 0.9);
    position: relative;
    top: 6px;
}
.dob {
    height: auto;
    width: 80px;
}
#welcomeBar {
    background: none repeat scroll 0 0 #f66;
    border-bottom: thick solid #f96;
    color: #fff;
    font-size: 24px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    width: 100%;
}
#welcomeBarClose {
    background: none repeat scroll 0 0 #f66;
    border: 3px solid #fff;
    border-radius: 10px;
    padding: 3px;
    width: 80px;
}
#welcomeBar a {
    color: #fff;
    text-decoration: none;
}
.btn-res {
    float: left;
    height: auto;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
}
#rewach {
    background: linear-gradient(to bottom, #ffffff 0%, #ffe8d0 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #fd8501;
    border-radius: 10px;
    padding: 5px;
}
#rewach span {
    color: #000;
    font-size: 13px;
}
.calendars {
    background-color: #fff;
    border: 1px solid #444;
    border-radius: 0.25em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
}
.calendars-rtl {
    direction: rtl;
}
.calendars-popup {
    z-index: 1000;
}
.calendars-disable {
    background-color: white;
    opacity: 0.5;
    position: absolute;
    z-index: 100;
}
.calendars a {
    color: #fff;
    text-decoration: none;
}
.calendars a.calendars-disabled {
    color: #888;
    cursor: auto;
}
.calendars button {
    background-color: #fcc;
    border: medium none;
    border-radius: 0.25em;
    font-weight: bold;
    margin: 0.25em;
    padding: 0.125em 0;
}
.calendars-nav,
.calendars-ctrl {
    background-color: #ff6600;
    color: #fff;
    float: left;
    font-size: 90%;
    font-weight: bold;
    width: 100%;
}
.calendars-ctrl {
    background-color: #ff6600;
}
.calendars-cmd {
    width: 30%;
}
.calendars-cmd:hover {
    background-color: #930303;
}
.calendars-ctrl .calendars-cmd:hover {
    background-color: #930303;
}
.calendars-cmd-prevJump,
.calendars-cmd-nextJump {
    width: 8%;
}
a.calendars-cmd {
    height: 1.5em;
}
button.calendars-cmd {
    text-align: center;
}
.calendars-cmd-prev,
.calendars-cmd-prevJump,
.calendars-cmd-clear {
    float: left;
    padding-left: 2%;
}
.calendars-cmd-current,
.calendars-cmd-today {
    float: left;
    text-align: center;
    width: 35%;
}
.calendars-cmd-next,
.calendars-cmd-nextJump,
.calendars-cmd-close {
    float: right;
    padding-right: 2%;
    text-align: right;
}
.calendars-rtl .calendars-cmd-prev,
.calendars-rtl .calendars-cmd-prevJump,
.calendars-rtl .calendars-cmd-clear {
    float: right;
    padding-left: 0;
    padding-right: 2%;
    text-align: right;
}
.calendars-rtl .calendars-cmd-current,
.calendars-rtl .calendars-cmd-today {
    float: right;
}
.calendars-rtl .calendars-cmd-next,
.calendars-rtl .calendars-cmd-nextJump,
.calendars-rtl .calendars-cmd-close {
    float: left;
    padding-left: 2%;
    padding-right: 0;
    text-align: left;
}
.calendars-month-nav {
    background-color: #777;
    float: left;
    text-align: center;
}
.calendars-month-nav div {
    float: left;
    margin: 1%;
    padding: 1%;
    width: 12.5%;
}
.calendars-month-nav span {
    color: #888;
}
.calendars-month-row {
    clear: left;
}
.calendars-month {
    border: 1px solid #ff6600;
    float: left;
    text-align: center;
    width: 15em;
}
.calendars-month-header,
.calendars-month-header select,
.calendars-month-header input {
    background-color: #a00101;
    color: #fff;
    font-weight: bold;
    height: 1.5em;
}
.calendars-month-header select,
.calendars-month-header input {
    border: medium none;
    height: 1.4em;
}
.calendars-month-header input {
    display: none;
    position: absolute;
}
.calendars-month table {
    border-collapse: collapse;
    width: 100%;
}
.calendars-month thead {
    border-bottom: 1px solid #aaa;
}
.calendars-month th,
.calendars-month td {
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: center;
}
.calendars-month th {
    border: 1px solid #777;
}
.calendars-month th,
.calendars-month th a {
    background-color: #ff7247;
    color: #fff;
}
.calendars-month td {
    background-color: #eee;
    border: 1px solid #aaa;
}
.calendars-month td.calendars-week {
    border: 1px solid #777;
}
.calendars-month td.calendars-week * {
    background-color: #777;
    border: medium none;
    color: #fff;
}
.calendars-month a {
    background-color: #eee;
    color: #000;
    display: block;
    padding: 0.125em 0;
    text-decoration: none;
    width: 100%;
}
.calendars-month span {
    display: block;
    padding: 0.125em 0;
    width: 100%;
}
.calendars-month td span {
    color: #888;
}
.calendars-month td .calendars-other-month {
    background-color: #fff;
}
.calendars-month td .calendars-weekend {
    background-color: #ddd;
}
.calendars-month td .calendars-today {
    background-color: #ff0000;
}
.calendars-month td .calendars-highlight {
    background-color: #ff0000;
}
.calendars-month td .calendars-selected {
    background-color: #930303;
    color: #fff;
}
.calendars-month th.calendars-week {
    background-color: #777;
    color: #fff;
}
.calendars-status {
    background-color: #ddd;
    clear: both;
    text-align: center;
}
.calendars-clear-fix {
    clear: both;
}
.newsbar {
    background-image: url("../../m/images/news1.jpg");
    background-repeat: no-repeat;
    height: 91px;
    width: 100%;
}
a.post {
    background-color: rgba(153, 7, 7, 1);
    border-radius: 8px;
    box-shadow: 0 9px 0 rgba(219, 31, 5, 1), 0 9px 25px rgba(0, 0, 0, 0.7);
    color: rgba(255, 255, 255, 1);
    display: block;
    font-family: sans-serif;
    font-size: 1.1em;
    font-weight: 900;
    margin: 16px;
    padding: 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.1s ease 0s;
    width: 139px;
}
a.post:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(255, 255, 0) 0%, rgba(252, 206, 0, 1) 100%) repeat scroll 0 0;
    color: red;
}
a.post:active {
    box-shadow: 0 3px 0 rgba(219, 31, 5, 1), 0 3px 6px rgba(0, 0, 0, 0.9);
    position: relative;
    top: 6px;
}
#searchtext {
    overflow: hidden;
    padding-right: 0.5em;
}
#searchbtn {
    background-color: orange;
    color: #ffffff;
    font-size: 20px;
    height: 40px;
}
input[type="search"] {
    font-size: 15px;
    height: 40px;
    width: 100%;
}
#searchbg {
    background-image: url("../../m/images/search-bg.jpg");
    border: 2px dotted #ff6b09;
    border-radius: 10px;
    height: 60px;
    padding: 13px 20px 0;
    width:98%;
}
#searchtb {
    border: 1px dotted #ff9933;
    border-radius: 10px;
    box-shadow: 3px 3px 3px #ccc;
    height: 70px;
    padding: 5px;
}
#searchbg2 {
    background-image: url("../../m/images/search-bg.jpg");
    border-radius: 10px;
    box-shadow: 3px 3px 3px #ccc;
    height: 70px;
    padding: 13px 20px 0;
}
input[type="submit"] {
    float: right;
}
input[type="search"] {
    font-size: 15px;
    height: 40px;
    width: 100%;
}
#classibg {
    border-radius: 10px;
    padding: 5px;
}
#classi {
    border: 1px solid #f96b17;
    border-radius: 10px;
    box-shadow: 3px 3px 3px 3px #ccc;
    height: 400px;
    margin: auto auto 20px;
    padding: 5px 5px 8px;
    width: 80%;
}
#classi:hover {
    border: 1px solid #000;
}
.title {
    color: #000000;
    font-family: calibri;
    font-size: 21px;
    text-decoration: none;
}
.cat {
    color: #000;
    font-family: calibri;
    font-size: 16px;
    text-decoration: none;
}
.dsc {
    color: #000;
    font-family: calibri;
    font-size: 16px;
    text-decoration: none;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.read {
    background-image: url(../../m/images/orange/read.png);
    color: #fff;
    font-family: calibri;
    font-size: 15px;
    font-weight: bold;
    height: 34px;
    padding: 12px 0 0 10px;
    position: relative;
    right: 11px;
    width: 100px;
}
.read2 {
    background-image: url(../../m/images/orange/read2.png);
    color: #fff;
    font-family: calibri;
    font-size: 15px;
    font-weight: bold;
    height: 34px;
    padding: 12px 0 0 10px;
    position: relative;
    text-align: left;
    left: 11px;
    width: 114px;
}
.read a {
    color: #fff;
}
.read2 a {
    color: #fff;
}
.shopbgcolor {
    background: #fb6114;
    height:120px;
}
.weltext {
    color: #333;
    font-family: arial;
    font-size: 14px;
}
.leftpv {
    background-image: url("../../m/images/orange/leftmember.jpg");
    background-size: 100% 100%;
    height: 115px;
    margin-bottom: 8px;
    margin-top: 28px;
    width: 303px;
}
.centerpv {
    background-image: url("../../m/images/orange/boxbinary2.jpg");
    background-size: 100% 100%;
    height: 142px;
    margin-bottom: 8px;
    margin-top: 28px;
    width: 330px;
}
.rightpv {
    background-image: url("../../m/images/orange/rightmember.jpg");
    background-size: 100% 100%;
    height: 115px;
    margin-bottom: 8px;
    margin-top: 28px;
    width: 303px;
}
.goto {
    width: 100%;
}
#lrbg {
    background: linear-gradient(135deg, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.treetable {
    width: 100%;
}
.idhead {
    color: Red;
    font-size: 18pt;
    font-style: italic;
    font-weight: bold;
}
.idcardimg {
    border: 2px solid #fd6000;
    border-radius: 5px;
    height: 100px;
    margin-top: 15px;
    padding: 3px;
    width: 85px;
}
.idtext {
    color: #000;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
}
#shopping {
    background-image: url("../../m/images/orange/cartbg.png");
    height: 388px;
    margin-bottom: 20px;
    margin-left: 40px;
    margin-right: 40px;
    padding: 5px 5px 8px;
    width: 295px;
}
.uploadbtn {
    background-image: url("../../m/images/orange/upload.jpg");
    height: 38px;
    width: 142px;
}
.searchbg {
    width: 100%;
    background: orangered;
}
.search {
    margin-top: 5px;
    position: absolute;
    width: 100%;
}
.search .form-section {
    background: none repeat scroll 0 0 rgba(255, 131, 39, 1);
    border-radius: 5px;
    padding: 8px 0 48px 10px;
    width: 98%;
}
.topdirect {
    background-image: url("../../m/images/orange/mydirects1.jpg");
    height: 117px;
    width: 322px;
    float: none;
}
.logintbl {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ff7403;
    border-radius: 20px;
    box-shadow: 3px 3px 15px 3px #fbb003;
    width: 30%;
}
.forgotpassword {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ff7403;
    border-radius: 20px;
    box-shadow: 3px 3px 15px 3px #fbb003;
    width: 40%;
}
.forgotpassword img {
    border-radius: 20px;
}
.logintbl img {
    border-radius: 20px;
}
.loginhead {
    background: linear-gradient(to bottom, #f85005 0%, #f88e06 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 2px solid #990707;
    border-radius: 20px 20px 0 0;
    color: #fff;
    font-size: 35px;
}
.logintext {
    background: none repeat scroll 0 0 #f3f3f3;
    border: 3px solid #fbb003;
    border-radius: 6px;
    display: block;
    font-size: 15px;
    height: 24px;
    outline: 0 none;
    padding: 8px;
    width: 424px;
}
.loginhead {
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 40px;
    font-weight: 800;
}
.passhead {
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 40px;
    font-weight: 800;
}
a.loginButton {
    background: linear-gradient(to bottom, #e85007 5%, #fbae03 100%) repeat scroll 0 0 #e85007;
    border: 1px solid #f04d03;
    border-radius: 6px;
    box-shadow: 0 1px 0 0 #f15c03 inset;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Verdana;
    font-size: 21px;
    font-weight: normal;
    padding: 7px 60px;
    text-decoration: none;
    text-shadow: 0 1px 0 #f04d03;
}
a.loginButton:hover {
    background: linear-gradient(to bottom, #ee9507 5%, #ee540a 100%) repeat scroll 0 0 #ee9507;
}
a.loginButton:active {
    position: relative;
    top: 1px;
}
a.loginforgot {
    color: #ee540a;
    font-family: arial;
    font-size: 20px;
    font-weight: normal;
    text-decoration: underline;
}
#truserinfo {
    display: block;
}
.bar {
    background-image: url("../../m/images/orange/bar1.png");
    background-repeat: no-repeat;
    height: 78px;
    width: 1100px;
}
.barimg {
    border: 3px solid #ffffff;
    border-radius: 7px;
    height: 55px;
    width: 55px;
}
.impexcel {
    background: url(../../m/images/orange/impexcel.png);
    width: 220px;
    height: 40px;
    padding: 8px 8px 8px 20px;
    text-align: center;
    margin-right: 10px;
}
.impexcel a {
    font-family: arial;
    font-size: 17px;
    color: white;
}
.detailbtn {
    border-radius: 5px;
    padding: 8px;
    font-size: 17px;
    text-align: center;
    width: 60%;
    text-decoration: none;
    margin: 20px;
    color: #fff;
    position: relative;
    display: inline-block;
    background-color: #ff6c00;
    box-shadow: 0px 5px 0px 0px #CD6509;
}
.detailbtn:hover {
    background-color: #FF983C;
}
.detailbtn a {
    color: #fff;
    text-decoration: none;
}
.memberadsbg {
    background: url(../../m/images/memberadsbg.jpg);
    height: 112px;
    width: 452px;
    margin-right: 0px;
    float: left;
    border: solid 1px red;
}
.memberbgimg {
    width: 35%;
    float: left;
}
.memberbgimg img {
    margin: 8px;
    border-radius: 8px;
    border: solid 2px #c61819;
}
.memberbgmain {
    width: 65%;
    float: left;
    margin: 5px 0 0 0;
}
.memberbgmain span {
    font-size: 15px;
    color: #000;
    padding-bottom: 5px;
}
.btn2 {
    font-size: 13px;
    background: #e5e5e5;
    text-decoration: none;
    padding: 4px 11px 4px 11px;
    float: right;
    border-radius: 30px;
    color: #000;
    margin-top: 22px;
    margin-right: 12px;
}
.welcomemain {
    width: 85%;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    float: left;
    border-radius: 10px;
    margin-top: 8px;
    border: solid 1px #B70505;
    height: auto;
}
.welmain2 {
    width: 100%;
    float: left;
    background: #F35315;
    text-align: center;
    font-size: 23px;
    padding: 0px 0 0px 0;
    font-weight: bold;
    color: #fff;
    border-radius: 10px 10px 0 0;
}
.weltable {
    color: #000;
    line-height: 235%;
    font-family: arial;
}
.welcometab {
    width: 100%;
    float: left;
    padding: 5px;
    padding-bottom: 5px;
}
.uploadbox {
    width: 314px;
    height: 133px;
    border: solid 1px #ee3e03;
    border-radius: 10px;
    margin-top: 20px;
}
.welcmtopbox {
    width: 314px;
    height: 133px;
    border: solid 1px #ee3e03;
    border-radius: 10px;
    /* float: left; */
    
    margin-top: 20px;
}
.welcmtopbox3 {
    width: 314px;
    height: 133px;
    border: solid 1px #ee3e03;
    border-radius: 10px;
    margin-top: 20px;
}
.upldmain3 {
    text-align: center;
    background: #ee3e03;
    font-family: roboto;
    color: #fff;
    font-size: 18px;
    border-radius: 8px 8px 0 0;
    padding: 2px;
    margin-bottom: 2px;
}
.welcmtopbox table {
    color: #000;
}
.franchisee {
    width: 314px;
    margin-top: 20px;
    height: 133px;
    border: solid 1px #ee3e03;
    border-radius: 10px;
}
.upldmain {
    text-align: center;
    background: #ee3e03;
    font-family: roboto;
    color: #fff;
    font-size: 18px;
    border-radius: 8px 8px 0 0;
    padding: 2px;
    margin-bottom: 2px;
}
.upldmain2 {
    margin-top: 15px;
}
.upldmain2 img {
    border-radius: 5px;
    width: 85px;
    height: 80px;
}
.homepage3 {
    border-bottom: solid 1px red;
    overflow: hidden;
}
.treegrid {
    color: #000;
    float: left;
    font-family: roboto;
    width: 33.3%;
}
.treeleft {
    background: rgba(0, 0, 0, 0) url("../../m/images/orange/tree-left.jpg") no-repeat scroll 0 0 / 100% 100%;
    height: 155px;
    margin-top: 20px;
    width: 87%;
}
.treehead {
    font-size: 19px;
    margin-left: 110px;
    padding-top: 7px;
}
.treehead2 {
    color: #fff;
    font-size: 19px;
    margin-left: 87px;
    padding-top: 7px;
}
.treecenter {
    background: rgba(0, 0, 0, 0) url("../../m/images/orange/tree-center.jpg") no-repeat scroll 0 0;
    height: 200px;
    margin: auto;
    width: 94%;
}
.treeright {
    background: rgba(0, 0, 0, 0) url("../../m/images/orange/tree-right.jpg") no-repeat scroll 0 0;
    height: 155px;
    margin-top: 20px;
    width: 88%;
}
.treego {
    float: left;
    width: 100%;
}
.treego2 {
    border: 1px solid #ddd;
    border-radius: 10px;
    margin: auto;
    overflow: hidden;
    padding: 15px 0 15px 15px;
    width: 650px;
}
.tgo {
    color: #000;
    float: left;
    font-size: 17px;
    margin-top: 5px;
    width: 20%;
}
.goinput {
    float: left;
    width: 60%;
}
.goinput input {
    float: left;
    width: 95%;
}
.gobtn {
    float: left;
    margin-top: 5px;
    width: 20%;
}
.gobtn a {
    background: #dd3f3f none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    font-size: 17px;
    padding: 8px 15px;
    text-decoration: none;
    width: 117px;
}
.gobtn a:hover {
    background: #ff4d16 none repeat scroll 0 0;
}
.treeleft2 {
    float: left;
    margin-top: 25px;
    width: 50%;
}
.treeleftpv {
    background: rgba(0, 0, 0, 0) url("../../m/images/orange/tree-left2.jpg") no-repeat scroll 0 0;
    height: 171px;
    padding-top: 45px;
    width: 370px;
}
.treeleftpv .c7 {
    color: #fff;
    font-family: roboto;
    font-size: 17px;
    font-weight: 400;
}
.treerightpv {
    background: rgba(0, 0, 0, 0) url("../../m/images/orange/tree-right2.jpg") no-repeat scroll 0 0;
    float: right;
    height: 171px;
    padding-top: 45px;
    width: 370px;
}
.treerightpv .c7 {
    color: #fff;
    font-family: roboto;
    font-size: 17px;
    font-weight: 400;
}
.matrixviewtree {
    background: rgba(0, 0, 0, 0) url("../images/orange/viewmatrix.jpg") no-repeat scroll 0 0 / 100% 100%;
    float: left;
    margin-top: 25px;
    width: 100%;
}
.mattop {
    float: left;
    padding: 9px;
    width: 50%;
}
.matleft {
    float: left;
    padding: 9px;
    text-align: right;
    width: 50%;
}
.adminmain {
    width: 98.6%;
    float: left;
    margin: 8px;
}
.admin-bg {
    background: #ffffff;
    width: 100%;
    float: left;
    box-shadow: 0px 0px 2px #5b5b5b;
    border-radius: 5px 5px 0px 0px;
}
.admin-img {
    width: 12%;
    background: #fff;
    text-align: center;
    border-radius: 5px 0px 0px 0px;
    /* border-right:solid 3px #c73d00; */
    
    float: left;
    padding: 10px;
}
.admin-img img {
    margin-bottom: 6px;
}
.admin-img a {
    color: #000;
    text-decoration: none;
}
.admin-text {
    width: 58%;
    float: left;
    text-align: center;
}
.admin-text h1 {
    color: #FF5200;
    font-size: 35px;
    font-family: -webkit-pictograph;
    text-shadow: 0 1px 1px #5b5b5b;
}
.admin-text h3 {
    color: #A50000;
    font-size: 20px;
    font-family: roboto;
    text-decoration: none;
    margin: 0px;
}
.admin-icons {
    width: 30%;
    float: left;
}
.admin-membar {
    width: 50%;
    float: left;
    text-align: center;
    margin-top: 15px;
}
.admin-membar img {
    margin-bottom: 4px;
    border-radius: 50%;
    border: solid 1px red;
}
.admin-membar a {
    color: #333;
    font-size: 16px;
    text-decoration: none;
}
.admin-bar {
    width: 100%;
    float: left;
    margin-top: 1px;
    background: #E6E6E6;
    border-radius: 0px 0px 5px 5px;
    padding: 6px;
}
.admin-search {
    width: 13%;
    float: left;
    margin-top: 7px;
}
.admin-search span {
    font-size: 21px;
    color: #000;
    font-family: roboto;
    font-weight: bold;
}
.admin-bar2 {
    width: 52%;
    float: left;
}
.admin-bar2 input {
    width: 75%;
    height: 39px;
    font-family: roboto;
    padding-left: 15px;
    font-weight: 400;
    font-size: 16px;
    border: solid 1px #ddd;
    margin-top: 0px;
    float: left;
}
.cleintbar {
    background: #ec3e03 none repeat scroll 0 0;
    width: 100%;
    float: left;
}
.user_icon {
    background: url(../../m/images/orange/weluser.png) no-repeat;
    width: 17px;
    height: 21px;
    margin: 0px;
}
.user_idd {
    background: url(../../m/images/orange/welid.png) no-repeat;
    width: 21px;
    height: 21px;
    margin: 0px;
}
.src-line {
    width: 100%;
    float: left;
    border: solid 3px orange;
}
.name {
    background: #e74d3d none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-family: roboto;
    font-size: 17px;
    padding: 5px 5px 5px 20px;
    width: 30%;
}
.achheader {
    background: rgba(0, 0, 0, 0) url("../images/topachi.jpg") repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 17px;
    height: 81px;
    padding-top: 31px;
    width: 100%;
}
.memberad {
    left: 22px;
    position: relative;
    background: url(../../m/images/memberad.png)no-repeat;
    width: 93px;
    height: 103px;
    top: -1px;
    z-index: 99;
}
.vdetails {
    background-image: url("/m/images/view.png");
    color: #fff;
    font-family: arial;
    font-size: 17px;
    font-weight: 200;
    height: 39px;
    left: 22px;
    padding: 15px 40px 5px 10px;
    position: relative;
    top: 310px;
    width: 144px;
    z-index: 9;
}
.vidbar {
    background-image: url("../../m/images/orange/firstbar.jpg");
    background-repeat: repeat-y;
    background-size: 100% 100%;
    color: #fff;
    font-family: tahoma;
    font-size: 20px;
    font-weight: 700;
    height: 62px;
    padding: 7px 0 0 15px;
    text-align: left;
    width: 100%;
}
.vidbar2 {
    background-image: url("../../m/images/orange/thirdbar.jpg");
    background-repeat: repeat-y;
    background-size: 100% 100%;
    color: #fff;
    font-family: tahoma;
    font-size: 20px;
    font-weight: 700;
    height: 62px;
    padding: 7px 0 0 15px;
    text-align: left;
    width: 100%;
}
.frangrid {
    background: rgba(0, 0, 0, 0) url("../images/ribbon.png") no-repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 17px;
    padding: 12px;
    width: 50%;
}
@media screen and (min-width: 240px) {
    .topdirect {
        width: 240px;
        background-size: 100% 100%;
        float: left;
    }
    .maps {
        display: none;
    }
    .editprofilebottombg {
        font-size: 14px;
        display:none;

    }
    .frangrid {
        font-size: 12px;
        padding: 8px;
        width: 100%;
    }
    .vdetails {
        background-image: url("/m/images/view.png");
        color: #fff;
        font-family: arial;
        font-size: 17px;
        font-weight: 200;
        height: 39px;
        left: -8px;
        padding: 15px 40px 5px 10px;
        position: relative;
        top: 310px;
        width: 144px;
        z-index: 9;
    }
    .memberad {
        left: -8px;
        margin-top: 20px;
        position: relative;
        top: -26px;
        z-index: 99;
    }
    .achheader {
        background-size: 100% 100%;
        font-size: 14px;
    }
    .name {
        font-size: 17px;
        padding-left: 10px;
        width: 100%;
    }
    .redarrow {
        display: none;
        background: url("../../m/images/redarrow.jpg");
    }
    .adminmain {
        width: 98.6%;
        margin: 0px;
    }
    .admin-bg {
        width: 100%;
    }
    .admin-img {
        width: 100%;
        padding: 0px;
    }
    .admin-text {
        width: 100%;
    }
    .admin-text h1 {
        font-size: 35px;
    }
    .admin-text h3 {
        font-size: 20px;
    }
    .admin-icons {
        width: 100%;
    }
    .admin-membar {
        width: 50%;
            margin-top: 0px;
    }
    .admin-membar a {
        font-size: 14px;
    }
    .admin-bar {
        width: 100%;
    }
    .admin-search {
        width: 100%;
        margin-top: 7px;
    }
    .admin-search span {
        font-size: 21px;
    }
    .admin-bar2 {
        width: 100%;
    }
    .admin-bar2 input {
        width: 100%;
        font-size: 16px;
        margin-top: 10px;
    }
    .matrixleft {
        background: rgba(0, 0, 0, 0) url("../images/matrix-left.jpg") repeat scroll 0 0 / 100% 100%;
        margin-bottom: 0;
        margin-left: 1px;
        width: 99%;
    }
    .matrixleft .c1 {
        font-size: 18px;
        height: 60px;
    }
    .matrixright {
        background: rgba(0, 0, 0, 0) url("../images/matrix-right.jpg") repeat scroll 0 0 / 100% 100%;
        margin-bottom: 0;
        margin-right: 1px;
        width: 99%;
    }
    .matrixuser3 {
        background: #dadada none repeat scroll 0 0;
        border-radius: 10px;
        display: block;
        margin: 10px auto auto;
        padding: 4px;
        width: 105px;
    }
    .matrixright .c1a {
        font-size: 18px;
    }
    .matrixviewtree {
        background: #d51212 none repeat scroll 0 0;
    }
    .matrixuser {
        padding: 3px;
        width: 80px;
    }
    .matriximg img {
        border-radius: 5px;
        height: 20px;
        width: 20px;
    }
    .matrixleft {
        background: rgba(0, 0, 0, 0) url("../images/matrix-left.jpg") repeat scroll 0 0;
        height: 145px;
        margin-bottom: 20px;
        margin-left: 10px;
        width: 346px;
    }
    .matrixleft .c1 {
        font-size: 24px;
        height: 60px;
    }
    .matrixright {
        background: rgba(0, 0, 0, 0) url("../images/matrix-right.jpg") repeat scroll 0 0;
        float: right;
        height: 145px;
        margin-right: 10px;
        width: 346px;
    }
    .matrixright .c1a {
        font-size: 24px;
    }
    .matrixviewtree {
        background: rgba(0, 0, 0, 0) url("../../m/images/viewmatrix.jpg") no-repeat scroll 0 0 / 100% 100%;
        float: left;
        margin-top: 25px;
        width: 100%;
    }
    .mattop {
        float: left;
        padding: 9px;
        width: 50%;
    }
    .matleft {
        float: left;
        padding: 9px;
        text-align: right;
        width: 50%;
    }
    .matrixmember {
        float: left;
        width: 100%;
    }
    .matrixuser {
        background: #dadada none repeat scroll 0 0;
        border-radius: 10px;
        margin: 10px auto auto;
        padding: 4px;
        width: 105px;
    }
    .matrixuser2 {
        background: #eee none repeat scroll 0 0;
        border: 1px solid #b1b1b1;
        border-radius: 10px;
        width: 100%;
    }
    .matriximg {
        border-bottom: 1px solid #b1b1b1;
        padding: 7px 0;
        text-align: center;
    }
    .matriximg input[type="image"] {
        border-radius: 5px;
        width: 55px;
    }
    .matrixtxt {
        background: #fff none repeat scroll 0 0;
        border-radius: 0 0 8px 8px;
        padding-bottom: 3px;
        text-align: center;
    }
    .matrixtxt a {
        color: #000;
        font-family: roboto;
        font-size: 15px;
    }
    .matrixarw1 {
        margin: 3px auto auto;
        width: 748px;
    }
    .matrixarw1 img {
        height: auto;
        width: 748px;
    }
    .matrixarow4 {
        margin: 3px auto auto;
        width: 930px;
    }
    .matrixarow4 img {
        height: auto;
        width: 930px;
    }
    .matrixarow5 {
        margin: 3px auto auto;
        width: 988px;
    }
    .matrixarow5 img {
        height: auto;
        width: 988px;
    }
    .treegrid {
        width: 100%;
    }
    .treeleft {
        background: rgba(0, 0, 0, 0) url("../../m/images/orange/tree-left.jpg") no-repeat scroll 0 0 / 100% 100%;
        width: 99%;
    }
    .treehead {
        font-size: 15px;
        margin-left: 80px;
        padding-top: 12px;
    }
    .treehead2 {
        font-size: 15px;
        margin-left: 68px;
        padding-top: 12px;
    }
    .treecenter {
        background-size: 100% 100%;
        height: 160px;
        width: 94%;
    }
    .treeright {
        background-size: 100% 100%;
        height: 155px;
        margin-top: 20px;
        width: 99%;
    }
    .treego2 {
        width: 100%;
    }
    .tgo {
        width: 100%;
    }
    .goinput {
        width: 100%;
    }
    .gobtn {
        margin-top: 20px;
        width: 100%;
    }
    .treeleft2 {
        width: 100%;
    }
    .treeleftpv {
        background-size: 100% 100%;
        padding-top: 45px;
        width: 100%;
    }
    .treeleftpv .c7 {
        color: #000;
        font-size: 17px;
    }
    .treerightpv {
        background-size: 100% 100%;
        padding-top: 55px;
        width: 100%;
    }
    .treerightpv .c7 {
        color: #000;
        font-size: 17px;
    }
    .meetingmain {
        border-radius: 10px;
        padding: 4px;
    }
 
    .meetingrid {
        margin-bottom: 10px;
        padding: 5px;
        width: 100%;
    }
    .meetingrid2 {
        border-radius: 15px;
        width: 100%;
    }
    .welcmtopbox3 {
        width: 100%;
        height: auto;
        border: solid 1px #ee3e03;
        border-radius: 10px;
        margin-top: 20px;
    }
    .upldmain3 {
        text-align: center;
        background: #ee3e03;
        font-family: roboto;
        color: #fff;
        font-size: 18px;
        border-radius: 8px 8px 0 0;
        padding: 2px;
        margin-bottom: 2px;
    }
    .uploadbox {
        width: 100%;
        height: auto;
    }
    .welcmtopbox {
        width: 100%;
        height: auto;
        border: solid 1px #ee3e03;
        border-radius: 10px;
        margin-top: 20px;
    }
    .welcmtopbox table {
        color: #000;
    }
    .franchisee {
        width: 100%;
        height: 150px;
        margin-bottom: 20px;
        border: solid 1px #ee3e03;
        border-radius: 10px;
    }
    .upldmain {
        text-align: center;
        background: #ee3e03;
        font-family: roboto;
        color: #fff;
        font-size: 18px;
        border-radius: 8px 8px 0 0;
        padding: 2px;
        margin-bottom: 2px;
        overflow: hidden;
    }
    .upldmain2 {
        margin-top: 15px;
    }
    .upldmain2 img {
        border-radius: 5px;
        width: 40px;
        height: 40px;
    }
    .grd3 {
        width: 100%;
    }
    .detailbtn {
        padding: 5px;
        font-size: 13px;
        width: 85%;
        margin: 20px 20px 2px 20px;
    }
    .roundborder {
        border: 2px solid #ff0000;
        border-radius: 15px;
        display: block;
        margin-left: 5px;
        margin-right: 5px;
        width: 95%;
    }
    .searchbg {
        width: 100%;
    }
    .search {
        margin-top: 5px;
        position: absolute;
        width: 100%;
    }
    .search a.post {
        padding-left: 4px;
        font-size: 13px;
        margin-top: 28px;
    }
    .grid,
    .grid th,
    .grid td {
        height: 24px;
        font-size: 14px;
    }
    .gh {
        height: 24px;
    }
    .cbp-ig-grid li img {
        height: 150px;
        width: 95%
    }
    .box {
        width: 100%;
        height: 460px;
        border-radius: 15px;
        position: relative;
        display: inline-block;
        margin: 0px;
        cursor: pointer;
        color: #CA0000;
        box-shadow: inset 0 0 0 0px #FF4D00;
        -webkit-transition: background 0.4s 0.5s;
        transition: background 0.4s 0.5s;
        z-index: 999;
    }
    ::-webkit-scrollbar {
        display: none;
    }
    ::-webkit-scrollbar-button {
        display: none;
    }
    ::-webkit-scrollbar-thumb {
        display: none;
    }
    ::-webkit-scrollbar-thumb:hover {
        display: none;
    }
    ::-webkit-scrollbar-thumb:active {
        display: none;
    }
    ::-webkit-scrollbar-track {
        display: none;
    }
    ::-webkit-scrollbar-track:hover {
        display: none;
    }
    ::-webkit-scrollbar-track:active {
        display: none;
    }
    ::-webkit-scrollbar-corner {
        display: none;
    }
    .head1 {
        border-bottom: 4px solid #f3f3f3;
        font-size: 14pt;
        height: 39px;
        padding-top: 2px;
    }

    .loginlink {
    display:none;
}

    a.shoplink:link {
        font-size: 7pt;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    


    a.shoplink:visited {
        font-size: 7pt;
        width: 100%;
    }
    a.shoplink:hover {
        font-size: 7pt;
    }
    a.shoplink:active {
        font-size: 7pt;
    }
    #rewach span {
        font-size: 10px;
    }
    #truserinfo {
        display: block;
    }
    .bar {
        background: linear-gradient(to bottom, #fcaf2a 0%, #ee3e03 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
        height: 78px;
        width: 100%;
    }
    .vertborder {
        border-left: 1px solid #000000;
        border-right: 1px solid #000000;
    }
    .head h2 {
        font-size: 15px;
        padding: 19px;
    }
    #cssmenu ul ul li a {
        font-size: 16px;
    }
    .responsive-wel {
        background-image: url("../../m/images/orange/welcome-letter-border.jpg");
    }
    .uploadbtn {
        height: 25px;
        margin-right: 50px;
        width: 100px;
        background-repeat: no-repeat;
    }
    #shopping {
        background-image: url("../../m/images/orange/cartbg2.png");
        height: 388px;
        margin-left: 18px;
        margin-right: 0;
        width: 230px;
    }
    .idtext {
        font-size: 11px;
        font-weight: normal;
    }
    .idcardimg {
        height: 60px;
        margin-top: 15px;
        width: 50px;
    }
    .idhead {
        font-size: 12pt;
    }
    .treetable {
        display: block;
        width: 100%;
    }
    .viewtbar {
        background-color: #0c0;
        display: block;
    }
    .leftpv {
        width: 225px;
    }
    .centerpv {
        width: 225px;
    }
    .rightpv {
        width: 225px;
    }
    .weltext {
        font-size: 14px;
        height: 300px;
        overflow: scroll;
    }
    #classi {
        width: 100%;
    }
    #searchbg {
        padding: 2px 20px 0;
    }
    #searchbg2 {
        height: 180px;
        padding: 2px 20px 0;
    }
    #loginwrap {
        background: url("../../m/images/orange/mobile_login.jpg") no-repeat scroll 0 0/100% 100% rgba(0, 0, 0, 0);
        height: 290px;
        margin: auto;
        width: 80%;
    }
    .main {
        margin: auto;
        padding-left: 0px;
        padding-top: 90px;
    }
    .textboxy {
        font-size: 13px;
        margin-bottom: 0;
        margin-left: 0;
        margin-top: 5px;
        padding: 5px;
        width: 86%;
    }
    .forget {
        width: 40%;
    }
    .dob {
        height: auto;
        width: 40px;
    }
    a.postmedium {
        width: 120px;
        font-size: 12px;
    }
    a.postlong {
        width: 190px;
    }
    a.post {
        width: 99px;
        padding: 2px;
        font-size: 18px;
        letter-spacing: 2px;
    }
    .leftdown {
        background-size: 100% auto;
        height: 70px;
        width: 205px;
    }
    .rightdown {
        background-size: 100% auto;
        height: 70px;
        width: 205px;
    }
    .clainput:focus {
        background-image: linear-gradient(to bottom, #f86b03 0%, #c00000 100%), linear-gradient(to bottom, #f86b03 0%, #c00000 100%);
        background-position: 0 0px, 100% 0;
        background-repeat: no-repeat;
        background-size: 1px 100%;
        border-bottom: 1px solid #c00000;
        border-top: 1px solid #f86b03;
        box-shadow: 0 0 1px #f86b03;
        box-sizing: border-box;
    }
    .clainput:focus {
        background-image: linear-gradient(to bottom, #f86b03 0%, #c00000 100%), linear-gradient(to bottom, #f86b03 0%, #c00000 100%);
        background-position: 0 0px, 100% 0;
        background-repeat: no-repeat;
        background-size: 1px 100%;
        border-bottom: 1px solid #c00000;
        border-top: 1px solid #f86b03;
        box-shadow: 0 0 1px #f86b03;
        box-sizing: border-box;
    }
    .updatebtn {
        background-image: url("../../m/images/orange/update2.png");
        height: 46px;
        width: 90px;
    }
    .btn {
        background: -moz-linear-gradient(center top, #f24537 5%, #c62d1f 100%) repeat scroll 0 0 #f24537;
        border: 1px solid #d02718;
        border-radius: 8px;
        box-shadow: 0 1px 0 0 #f5978e inset;
        color: #ffffff;
        display: inline-block;
        font-family: arial;
        font-size: 11px;
        font-weight: bold;
        padding: 6px 8px;
        text-decoration: none;
        text-shadow: 1px -2px 0 #810e05;
    }
    .btn:hover {
        background: -moz-linear-gradient(center top, #c62d1f 5%, #f24537 100%) repeat scroll 0 0 #c62d1f;
    }
    .btn:active {
        position: relative;
        top: 1px;
    }
    .grid {
        font-size: 11px;
    }
    .gridhl {
        font-size: 11px;
    }
    .gh {
        font-size: 11px;
    }
    .newsbar {
        background-image: url("../../m/images/news1.jpg");
        background-repeat: no-repeat;
        height: 91px;
        width: 240px;
    }
    .calendars {
        background-color: #fff;
        border: 1px solid #444;
        border-radius: 0.25em;
        color: #000;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 60%;
    }
    .logintbl {
        box-shadow: 2px 0 10px 0 #fbb003;
        width: 90%;
    }
    .loginhead {
        font-size: 18px;
    }
    .passhead {
        font-size: 30px;
    }
    .forgotpassword {
        box-shadow: 2px 0 10px 0 #fbb003;
        width: 90%;
    }
}
@media screen and (min-width: 320px) {
    a.shoplink:link {
        font-size: 10pt;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    a.shoplink:visited {
        font-size: 10pt;
        width: 100%;
    }
    .frangrid {
        font-size: 12px;
        padding: 8px;
        width: 100%;
    }
    .achheader {
        font-size: 16px;
    }
    .name {
        font-size: 17px;
        padding-left: 10px;
        width: 100%;
    }
    .redarrow {
        display: none;
    }
    .treehead {
        font-size: 17px;
        margin-left: 95px;
    }
    .treehead2 {
        font-size: 17px;
        margin-left: 98px;
    }
    .treegrid {
        width: 100%;
    }
    .treeleft {
        background: rgba(0, 0, 0, 0) url("../../m/images/orange/tree-left.jpg") no-repeat scroll 0 0 / 100% 100%;
        width: 99%;
    }
    .treehead {
        font-size: 15px;
        margin-left: 80px;
        padding-top: 12px;
    }
    .treehead2 {
        font-size: 15px;
        margin-left: 68px;
        padding-top: 12px;
    }
    .treecenter {
        background-size: 100% 100%;
        height: 160px;
        width: 94%;
    }
    .treeright {
        background-size: 100% 100%;
        height: 155px;
        margin-top: 20px;
        width: 99%;
    }
    .treego2 {
        width: 100%;
    }
    .tgo {
        width: 100%;
    }
    .goinput {
        width: 100%;
    }
    .gobtn {
        margin-top: 20px;
        width: 100%;
    }
    .treeleft2 {
        width: 100%;
    }
    .treeleftpv {
        background-size: 100% 100%;
        padding-top: 45px;
        width: 100%;
    }
    .treeleftpv .c7 {
        color: #000;
        font-size: 17px;
    }
    .treerightpv {
        background-size: 100% 100%;
        padding-top: 55px;
        width: 100%;
    }
    .treerightpv .c7 {
        color: #000;
        font-size: 17px;
        .topdirect {
            width: 320px;
        }
        .detailbtn {
            font-size: 15px;
            width: 85%;
            margin: 20px 20px 15px 20px;
        }
        .search {
            margin-top: 5px;
            position: absolute;
            width: 100%;
        }
        .grid,
        .grid th,
        .grid td {
            height: 26px;
        }
        .gh {
            height: 26px;
        }
        .cbp-ig-grid li img {
            height: 200px;
            width: 95%
        }
        .box {
            width: 100%;
            height: 460px;
            border-radius: 0px;
            border-right: solid 3px #ff6000;
            position: relative;
            display: inline-block;
            margin: 0px;
            cursor: pointer;
            color: #CA0000;
            box-shadow: inset 0 0 0 0px #FF4D00;
            -webkit-transition: background 0.4s 0.5s;
            transition: background 0.4s 0.5s;
            z-index: 999;
        }
        #rewach span {
            font-size: 12px;
        }
        .head h2 {
            font-size: 17px;
            padding: 19px;
        }
        #cssmenu ul ul li a {
            font-size: 16px;
        }
        .uploadbtn {
            height: 25px;
            width: 100px;
        }
        #shopping {
            background-image: url("../../m/images/orange/cartbg.png");
            height: 388px;
            margin-left: 25px;
            margin-right: 40px;
            width: 295px;
        }
        .idtext {
            font-size: 12px;
            font-weight: normal;
        }
        .idhead {
            font-size: 12pt;
        }
        .leftpv {
            width: 303px;
        }
        .centerpv {
            width: 300px;
        }
        .rightpv {
            width: 303px;
        }
        .dob {
            height: auto;
            width: 52px;
        }
        .clainput {
            color: #999999;
            font-size: 12px;
            height: 34px;
            width: 140px;
        }
        .leftdown {
            height: 93px;
            width: 260px;
        }
        .rightdown {
            height: 93px;
            width: 260px;
        }
        .clainput:focus {
            background-image: linear-gradient(to bottom, #f86b03 0%, #c00000 100%), linear-gradient(to bottom, #f86b03 0%, #c00000 100%);
            background-position: 0 0px, 100% 0;
            background-repeat: no-repeat;
            background-size: 1px 100%;
            border-bottom: 1px solid #c00000;
            border-top: 1px solid #f86b03;
            box-shadow: 0 0 1px #f86b03;
            box-sizing: border-box;
        }
        .btn {
            background: -moz-linear-gradient(center top, #f24537 5%, #c62d1f 100%) repeat scroll 0 0 #f24537;
            border: 1px solid #d02718;
            border-radius: 8px;
            box-shadow: 0 1px 0 0 #f5978e inset;
            color: #ffffff;
            display: inline-block;
            font-family: arial;
            font-size: 12px;
            font-weight: bold;
            padding: 6px 8px;
            text-decoration: none;
            text-shadow: 1px -2px 0 #810e05;
        }
        .btn:hover {
            background: -moz-linear-gradient(center top, #c62d1f 5%, #f24537 100%) repeat scroll 0 0 #c62d1f;
        }
        .btn:active {
            position: relative;
            top: 1px;
        }
        .grid {
            font-size: 11px;
        }
        .gridhl {
            font-size: 11px;
        }
        .gh {
            font-size: 11px;
        }
        .newsbar {
            background-image: url("../../m/images/news1.jpg");
            background-repeat: no-repeat;
            height: 91px;
            width: 320px;
        }
        #loginwrap {
            background: url("../../m/images/orange/bg.jpg") no-repeat scroll 0 0/100% 100% rgba(0, 0, 0, 0);
            height: 339px;
            margin: auto;
            width: 98%;
        }
        .main {
            margin: auto;
            padding-left: 79px;
            padding-top: 90px;
        }
        .textboxy {
            font-size: 15px;
            margin-bottom: 6px;
            margin-left: 12px;
            margin-top: 10px;
            padding: 10px 5px;
            width: 86%;
        }
        .forget {
            width: 50%;
        }
        .calendars {
            background-color: #fff;
            border: 1px solid #444;
            border-radius: 0.25em;
            color: #000;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 70%;
        }
        .input {
            color: #000000;
	    font-size: 16px;
            height: 36px;
            padding-left: 12px;
            width: 160px;
            font-weight: bold;
            font-family: -webkit-pictograph;
        }
        .clainput {
            color: #000000;
            font-size: 14px;
            height: 25px;
            padding-left: 6px;
            width: 160px;
        }
        .logintbl {
            width: 90%;
        }
        .vertborder {
            border-left: 1px solid #000000;
            border-right: 1px solid #000000;
        }
        .head1 {
            border-bottom: 4px solid #f3f3f3;
            font-size: 12pt;
            height: 35px;
            padding-top: 5px;
            width: 100%;
        }
    }
    @media screen and (min-width: 480px) {
        .frangrid {
            font-size: 17px;
            padding: 8px;
            width: 100%;
        }
        .vdetails {
            background-image: url("/m/images/view.png");
            color: #fff;
            font-family: arial;
            font-size: 17px;
            font-weight: 200;
            height: 39px;
            left: 72px;
            padding: 15px 40px 5px 10px;
            position: relative;
            top: 310px;
            width: 144px;
            z-index: 9;
        }
        .memberad {
            left: 72px;
            position: relative;
            top: -26px;
            z-index: 99;
        }
        .achheader {
            font-size: 22px;
        }
        .name {
            font-size: 22px;
            padding-left: 10px;
            width: 100%;
        }
        .redarrow {
            display: none;
        }
        .treegrid {
            width: 100%;
        }
        .treeleft {
            background: rgba(0, 0, 0, 0) url("../../m/images/orange/tree-left.jpg") no-repeat scroll 0 0 / 100% 100%;
            width: 99%;
        }
        .treehead {
            font-size: 20px;
            margin-left: 180px;
            padding-top: 5px;
        }
        .treehead2 {
            font-size: 20px;
            margin-left: 160px;
            padding-top: 12px;
        }
        .treecenter {
            background-size: 100% 100%;
            height: 160px;
            width: 94%;
        }
        .treeright {
            background-size: 100% 100%;
            height: 155px;
            margin-top: 20px;
            width: 99%;
        }
        .treego2 {
            width: 100%;
        }
        .tgo {
            width: 100%;
        }
        .goinput {
            width: 100%;
        }
        .gobtn {
            margin-top: 20px;
            width: 100%;
        }
        .treeleft2 {
            width: 100%;
        }
        .treeleftpv {
            background-size: 100% 100%;
            padding-top: 45px;
            width: 100%;
        }
        .treeleftpv .c7 {
            font-size: 17px;
        }
        .treerightpv {
            background-size: 100% 100%;
            padding-top: 45px;
            width: 100%;
        }
        .treerightpv .c7 {
            font-size: 17px;
        }
        .topdirect {
            background-image: url("../../m/images/orange/mydirects1.jpg");
            height: 117px;
            width: 322px;
            float: none;
        }
        .grd3 {
            width: 33.3%;
        }
        .detailbtn {
            font-size: 12px;
            margin: 20px 20px 15px 20px;
        }
        .roundborder {
            display: block;
            margin-left: 2px;
            margin-right: 2px;
            width: 99%;
        }
        .box {
            height: 360px;
        }
        .grid,
        .grid th,
        .grid td {
            height: 30px;
            font-size: 16px;
        }
        .gh {
            height: 30px;
        }
        .cbp-ig-grid li img {
            height: 200px;
            width: 95%
        }
        .box {
            width: 60%;
            margin-left: 130px;
        }
        .head1 {
            border-bottom: 4px solid #f3f3f3;
            font-size: 15pt;
            height: 51px;
            padding-top: 8px;
            width: 99%;
            margin-left: 5px;
            text-align:center;
        }
        a.shoplink:link {
            font-size: 10pt;
        }
        a.shoplink:visited {
            font-size: 10pt;
        }
        a.shoplink:hover {
            font-size: 10pt;
        }
        a.shoplink:active {
            font-size: 10pt;
        }
        #rewach span {
            font-size: 13px;
        }
        .bar {
            height: 70px;
            width: 100%;
        }
        .barimg {
            border: 3px solid #ffffff;
        }
        .head h2 {
            font-size: 20px;
            padding: 0;
        }
        #cssmenu ul ul li a {
 font-size: 16px;
 }
        .uploadbtn {
            height: 38px;
            margin-right: 0;
            width: 142px;
        }
        #shopping {
            background-image: url("../../m/images/orange/cartbg.png");
            height: 388px;
            margin-bottom: 20px;
            margin-left: 108px;
            margin-right: 40px;
            padding: 5px 5px 8px;
            width: 295px;
        }
        .idcardimg {
            height: 100px;
            margin-top: 15px;
            width: 85px;
        }
        .idtext {
            font-size: 13px;
            font-weight: bold;
            line-height: 155%;
        }
        .idhead {
            font-size: 14pt;
        }
        .goto {
            width: 90%;
        }
        #classi {
            width: 70%;
        }
        .dob {
            height: auto;
            width: 85px;
        }
        .leftdown {
            height: 122px;
            width: 335px;
        }
        .rightdown {
            height: 122px;
            width: 335px;
        }
        .clainput:focus {
            background-image: linear-gradient(to bottom, #f86b03 0%, #c00000 100%), linear-gradient(to bottom, #f86b03 0%, #c00000 100%);
            background-position: 0 0px, 100% 0;
            background-repeat: no-repeat;
            background-size: 1px 100%;
            border-bottom: 1px solid #c00000;
            border-top: 1px solid #f86b03;
            box-shadow: 0 0 1px #f86b03;
            box-sizing: border-box;
        }
        .btn {
            background: -moz-linear-gradient(center top, #f24537 5%, #c62d1f 100%) repeat scroll 0 0 #f24537;
            border: 1px solid #d02718;
            border-radius: 8px;
            box-shadow: 0 1px 0 0 #f5978e inset;
            color: #ffffff;
            display: inline-block;
            font-family: arial;
            font-size: 13px;
            font-weight: bold;
            padding: 6px 8px;
            text-decoration: none;
            text-shadow: 1px -2px 0 #810e05;
        }
        .btn:hover {
            background: -moz-linear-gradient(center top, #c62d1f 5%, #f24537 100%) repeat scroll 0 0 #c62d1f;
        }
        .btn:active {
            position: relative;
            top: 1px;
        }
        .grid {
            font-size: 20px;
        }
        .gridhl {
            font-size: 12px;
        }
        .gh {
            font-size: 18px;
        }
        .newsbar {
            background-image: url("../../m/images/news1.jpg");
            background-repeat: no-repeat;
            height: 91px;
            width: 480px;
        }
        #loginwrap {
            background: url("../../m/images/orange/bg.jpg") no-repeat scroll 0 0/100% 100% rgba(0, 0, 0, 0);
            height: 339px;
            margin: auto;
            width: 75%;
        }
        .main {
            margin: auto;
            padding-left: 79px;
            padding-top: 90px;
        }
        .textboxy {
            font-size: 15px;
            margin-bottom: 6px;
            margin-left: 12px;
            margin-top: 10px;
            padding: 10px 5px;
            width: 86%;
        }
        .forget {
            width: 39%;
        }
        .calendars {
            background-color: #fff;
            border: 1px solid #444;
            border-radius: 0.25em;
            color: #000;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 120%;
        }
        .clainput {
            color: #000000;
            font-size: 14px;
            height: 30px;
            padding-left: 6px;
            width: 200px;
        }
        .input {
            color: #000000;
            font-size: 18px;
            height: 39px;
            padding-left: 6px;
            width: 230px;
            font-weight: bold;
        }
        .logintbl {
            width: 75%;
        }
        .loginhead {
            font-size: 30px;
        }
        .passhead {
            font-size: 20px;
        }
        .forgotpassword {
            width: 90%;
        }
        .vertborder {
            border-left: 1px solid #000000;
            border-right: 1px solid #000000;
        }
        a.post {
            width: 110px;
            padding: 4px;
            font-size: 14px;
        }
    }
    @media screen and (min-width: 768px) {
        .frangrid {
            font-size: 13px;
            padding: 8px;
            width: 100%;
        }
        .vdetails {
            background-image: url("/m/images/view.png");
            color: #fff;
            font-family: arial;
            font-size: 17px;
            font-weight: 200;
            height: 39px;
            left: -8px;
            padding: 15px 40px 5px 10px;
            position: relative;
            top: 310px;
            width: 144px;
            z-index: 9;
        }
        .memberad {
            left: -7px;
            position: relative;
            top: -26px;
            z-index: 99;
        }
        .achheader {
            font-size: 17px;
        }
        .name {
            background: #e74d3d none repeat scroll 0 0;
            color: #fff;
            float: left;
            font-family: roboto;
            font-size: 17px;
            padding: 5px 5px 5px 20px;
            width: 30%;
        }
        .redarrow {
            display: block;
            width: 17px;
            height: 33px;
        }
        .adminmain {
            width: 100%;
            float: left;
            margin: 10px 0px 10px 0px;
        }
        .admin-bg {
            background: #ffffff;
            width: 100%;
            float: left;
            box-shadow: 0px 0px 2px #5b5b5b;
            border-radius: 5px 5px 5px 5px;
        }
        .admin-img {
            width: 12%;
            background: #fff;
            text-align: center;
            border-radius: 5px 0px 0px 0px;
            /* border-right:solid 3px #c73d00; */
            
            float: left;
            padding: 10px 6px 10px 0px;
        }
        .admin-img img {
            margin-bottom: 6px;
        }
        .admin-img a {
            color: #000;
            text-decoration: none;
        }
        .admin-text {
            width: 58%;
            float: left;
            text-align: center;
        }
        .admin-text h1 {
            color: #FF5200;
            font-size: 35px;
            font-family: -webkit-body;
            text-shadow: 0 1px 1px #5b5b5b;
        }
        .admin-text h3 {
            color: #A50000;
            font-size: 20px;
            font-family: -webkit-pictograph;
            text-decoration: none;
            margin: 0px;
        }
        .admin-icons {
            width: 30%;
            float: left;
        }
        .admin-membar {
            width: 50%;
            float: left;
            text-align: center;
            margin-top: 15px;
        }
        .admin-membar img {
            margin-bottom: 4px;
        }
        .admin-membar a {
            color: #333;
            font-size: 16px;
            text-decoration: none;
        }
        .admin-bar {
            width: 100%;
            float: left;
            margin-top: 1px;
            background: #E6E6E6;
            border-radius: 0px 0px 5px 5px;
            padding: 6px;
        }
        .admin-search {
            width: 13%;
            float: left;
            margin-top: 7px;
        }
        .admin-search span {
            font-size: 21px;
            color: #000;
            font-family: roboto;
            font-weight: bold;
        }
        .admin-bar2 {
            width: 43%;
            float: left;
        }
        .admin-bar2 input {
            width: 95%;
            height: 39px;
            font-family: roboto;
            padding-left: 15px;
            font-weight: 400;
            font-size: 16px;
            border: solid 1px #ddd;
            margin-top: 0px;
            float: left;
        }
        .treegrid {
            color: #000;
            float: left;
            font-family: roboto;
            width: 33.3%;
        }
        .treeleft {
            background: rgba(0, 0, 0, 0) url("../../m/images/orange/tree-left.jpg") no-repeat scroll 0 0 / 100% 100%;
            height: 155px;
            margin-top: 20px;
            width: 87%;
        }
        .treehead {
            font-size: 14px;
            margin-left: 110px;
            padding-top: 7px;
        }
        .treehead2 {
            color: #fff;
            font-size: 19px;
            margin-left: 87px;
            padding-top: 7px;
        }
        .treecenter {
            background: rgba(0, 0, 0, 0) url("../../m/images/tree-center.jpg") no-repeat scroll 0 0 / 100% 100%;
            height: 200px;
            margin: auto;
            width: 94%;
        }
        .treeright {
            background: rgba(0, 0, 0, 0) url("../../m/images/tree-right.jpg") no-repeat scroll 0 0 / 100% 100%;
            height: 155px;
            margin-top: 20px;
            width: 88%;
        }
        .treego {
            float: left;
            width: 100%;
        }
        .treego2 {
            border: 1px solid #ddd;
            border-radius: 10px;
            margin: auto;
            overflow: hidden;
            padding: 15px 0 15px 15px;
            width: 650px;
        }
        .tgo {
            color: #000;
            float: left;
            font-size: 17px;
            margin-top: 5px;
            width: 20%;
        }
        .goinput {
            float: left;
            width: 60%;
        }
        .goinput input {
            float: left;
            width: 95%;
        }
        .gobtn {
            float: left;
            margin-top: 5px;
            width: 20%;
        }
        .gobtn a {
            background: #dd3f3f none repeat scroll 0 0;
            border-radius: 5px;
            color: #fff;
            font-size: 17px;
            padding: 8px 15px;
            text-decoration: none;
            width: 117px;
        }
        .gobtn a:hover {
            background: #ff4d16 none repeat scroll 0 0;
        }
        .treeleft2 {
            float: left;
            margin-top: 25px;
            width: 50%;
        }
        .treeleftpv {
            background: rgba(0, 0, 0, 0) url("../../m/images/tree-left2.jpg") no-repeat scroll 0 0;
            height: 171px;
            padding-top: 45px;
            width: 370px;
        }
        .treeleftpv .c7 {
            color: #000;
            font-family: roboto;
            font-size: 17px;
            font-weight: 400;
        }
        .treerightpv {
            background: rgba(0, 0, 0, 0) url("../../m/images/tree-right2.jpg") no-repeat scroll 0 0;
            float: right;
            height: 171px;
            padding-top: 45px;
            width: 370px;
        }
        .treerightpv .c7 {
            color: #000;
            font-family: roboto;
            font-size: 17px;
            font-weight: 400;
        }
        .welcmtopbox3 {
            width: 318px;
            height: 133px;
            border: solid 1px #ee3e03;
            border-radius: 10px;
            margin-top: 20px;
        }
        .upldmain3 {
            text-align: center;
            background: #ee3e03;
            font-family: roboto;
            color: #fff;
            font-size: 18px;
            border-radius: 8px 8px 0 0;
            padding: 2px;
            margin-bottom: 2px;
        }
        .uploadbox {
            width: 318px;
            height: auto;
            margin-bottom: 17px;
            border: solid 1px #ee3e03;
            border-radius: 10px;
            margin-top: 20px;
        }
        .welcmtopbox {
            width: 340px;
            height: 133px;
            border: solid 1px #ee3e03;
            border-radius: 10px;
            margin-top: 0px;
            float: left;
        }
        .welcmtopbox table {
            color: #000;
        }
        .franchisee {
            width: 328px;
            margin-top: 0px;
            height: 133px;
            border: solid 1px #ee3e03;
            border-radius: 10px;
        }
        .upldmain {
            text-align: center;
            background: #ee3e03;
            font-family: roboto;
            color: #fff;
            font-size: 18px;
            border-radius: 8px 8px 0 0;
            padding: 2px;
            margin-bottom: 2px;
        }
        .upldmain2 {
            margin-top: 15px;
        }
        .upldmain2 img {
            border-radius: 5px;
            border: solid 1px red;
        }
        .detailbtn {
            font-size: 17px;
            margin: 20px 20px 20px 20px;
        }
        a.shoplink:link {
            font-size: 7pt;
        }
        a.shoplink:visited {
            font-size: 7pt;
        }
        a.shoplink:hover {
            font-size: 7pt;
        }
        a.shoplink:active {
            font-size: 7pt;
        }
        .box {
            width: 38%;
            height: 460px;
            border-radius: 0px;
            margin: 0 10px 50px 20px;
        }
        #classi {
            border: 1px solid #f96b17;
            border-radius: 10px;
            box-shadow: 3px 3px 3px 3px #ccc;
            height: 400px;
            margin: auto auto 20px;
            padding: 5px 5px 8px;
            width: 80%;
        }
        .grid,
        .grid th,
        .grid td {
            height: 42px;
        }
        .gh {
            height: 36px;
        }
        a.postmedium {
            font-size: 13px;
            width: 190px;
        }
        #truserinfo {
            display: block;
        }
        #truserinfo iframe {
            width: 173%;
            height: 300px;
        }
        .bar {
            background-color: #fff;
            background-image: url("../../m/images/orange/bar1.png");
            background-repeat: no-repeat;
            background-size: 100% 100%;
            height: 78px;
            width: 100%;
        }
        .barimg {
            border: 0 solid #ffffff;
        }
        .head h2 {
            font-size: 8px;
        }
        #shopping {
            background-image: url("../../m/images/orange/cartbg.png");
            height: 388px;
            margin-bottom: 20px;
            margin-left: 220px;
            margin-right: 0;
            padding: 5px 5px 8px;
            width: 295px;
        }
        .idhead {
            font-size: 18pt;
        }
        .goto {
            width: 55%;
        }
        #classi {
            width: 42%;
        }
        #loginwrap {
            background: url("../../m/images/orange/bg.jpg") no-repeat scroll 0 0/100% 100% rgba(0, 0, 0, 0);
            height: 339px;
            margin: auto;
            width: 46%;
        }
        .main {
            margin: auto;
            padding-left: 79px;
            padding-top: 90px;
        }
        .textboxy {
            font-size: 18px;
            margin-bottom: 6px;
            margin-left: 12px;
            margin-top: 10px;
            padding: 10px 5px;
            width: 86%;
        }
        .forget {
            width: 45%;
        }
        .dob {
            height: auto;
            width: 85px;
        }
        a.post {
            font-size: 16px;
            width: 120px;
        }
        .clainput {
            color: #000000;
            font-size: 14px;
            height: 30px;
            padding-left: 6px;
            width: 250px;
        }
        .clainput:focus {
            background-image: linear-gradient(to bottom, #f86b03 0%, #c00000 100%), linear-gradient(to bottom, #f86b03 0%, #c00000 100%);
            background-position: 0 0px, 100% 0;
            background-repeat: no-repeat;
            background-size: 1px 100%;
            border-bottom: 1px solid #c00000;
            border-top: 1px solid #f86b03;
            box-shadow: 0 0 1px #f86b03;
            box-sizing: border-box;
        }
        .updatebtn {
            background-image: url("../../m/images/orange/update.png");
            height: 61px;
            width: 120px;
        }
        .btn {
            background: -moz-linear-gradient(center top, #f24537 5%, #c62d1f 100%) repeat scroll 0 0 #f24537;
            border: 1px solid #d02718;
            border-radius: 8px;
            box-shadow: 0 1px 0 0 #f5978e inset;
            color: #ffffff;
            display: inline-block;
            font-family: arial;
            font-size: 14px;
            font-weight: bold;
            padding: 6px 15px;
            text-decoration: none;
            text-shadow: 1px -2px 0 #810e05;
        }
        .btn:hover {
            background: -moz-linear-gradient(center top, #c62d1f 5%, #f24537 100%) repeat scroll 0 0 #c62d1f;
        }
        .btn:active {
            position: relative;
            top: 1px;
        }
        .grid {
            font-size: 13px;
        }
        .gridhl {
            font-size: 13px;
        }
        .gh {
            font-size: 13px;
        }
        .calendars {
            background-color: #fff;
            border: 1px solid #444;
            border-radius: 0.25em;
            color: #000;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 120%;
        }
        .input {
            color: #000000;
            font-size: 16px;
            height: 30px;
            padding-left: 6px;
            width: 250px;
        }
        .logintbl {
            width: 45%;
        }
        .loginhead {
            font-size: 35px;
        }
        .passhead {
            font-size: 40px;
        }
        .forgotpassword {
            width: 65%;
        }
        .vertborder {
            border-left: medium none;
            border-right: medium none;
        }
    }
    @media screen and (min-width: 970px) {
        .box {
            width: 89%;
            height: 460px;
            border-radius: 0px;
            margin: 0 10px 50px 20px;
        }
        #shopping {
            background-image: url("../../m/images/orange/cartbg.png");
            height: 388px;
            margin-bottom: 20px;
            margin-left: 40px;
            margin-right: 40px;
            padding: 5px 5px 8px;
            width: 295px;
        }
        .goto {
            width: 100%;
        }
        #searchbg {
            padding: 13px 20px 0;
        }
        .dob {
            height: auto;
            width: 85px;
        }
        a.postlong {
            font-size: 18px;
            width: 280px;
        }
        a.post {
            width: 139px;
        }
        .input {
            border-radius: 8px; color: #000000;
 font-size: 18px;
letter-spacing: 2px;            font-family: -webkit-pictograph;
            height: 39px;
            outline: medium none;
            padding-left: 8px;
            transition: all 0.7s ease-in-out 0s;
            width: 330px;
        }
        .input:focus {
            border-color: #fb5900;
            box-shadow: 0 0 8px #fb7c00;
            color: #f50202;
        }
        .clainput {
            color: #f00;
            font-size: 14px;
            height: 30px;
            padding-left: 6px;
            width: 300px;
        }
        .clainput:focus {
            background-image: linear-gradient(to bottom, #f86b03 0%, #c00000 100%), linear-gradient(to bottom, #f86b03 0%, #c00000 100%);
            background-position: 0 0px, 100% 0;
            background-repeat: no-repeat;
            background-size: 1px 100%;
            border-bottom: 1px solid #c00000;
            border-top: 1px solid #f86b03;
            box-shadow: 0 0 1px #f86b03;
            box-sizing: border-box;
        }
        .updatebtn {
            background-image: url("../../m/images/orange/update.png");
            height: 61px;
            width: 120px;
        }
        .btn {
            background: -moz-linear-gradient(center top, #f24537 5%, #c62d1f 100%) repeat scroll 0 0 #f24537;
            border: 1px solid #d02718;
            border-radius: 8px;
            box-shadow: 0 1px 0 0 #f5978e inset;
            color: #ffffff;
            display: inline-block;
            font-family: arial;
            font-size: 15px;
            font-weight: bold;
            padding: 6px 24px;
            text-decoration: none;
            text-shadow: 1px -2px 0 #810e05;
        }
        .btn:hover {
            background: -moz-linear-gradient(center top, #c62d1f 5%, #f24537 100%) repeat scroll 0 0 #c62d1f;
        }
        .btn:active {
            position: relative;
            top: 1px;
        }
        .grid {
            font-size: 13px;
        }
        .gridhl {
            font-size: 13px;
        }
        .gh {
            font-size: 13px;
        }
        #searchbg2 {
            height: 80px;
            padding: 13px 20px 0;
        }
        .vertborder {
            border-left: medium none;
            border-right: medium none;
        }
    }
    @media screen and (min-width: 1024px) {
        .achheader {
            font-size: 17px;
            width: 100%;
        }
        .name {
            background: #e74d3d none repeat scroll 0 0;
            color: #fff;
            float: left;
            font-family: roboto;
            font-size: 17px;
            padding: 5px 5px 5px 20px;
            width: 30%;
        }
        .redarrow {
            display: block;
        }
        .detailbtn {
            font-size: 17px;
            margin: 0px 0px 0px 0px;
            width: 250px;
        }
        .roundborder {
            display: table;
            margin-left: 0px;
            margin-right: 0px;
            width: 100%;
        }
        .search a.post {
            padding-left: 4px;
            font-size: 13px;
            margin-top: 0px;
        }
        a.shoplink:link {
            font-size: 10pt;
        }
        a.shoplink:visited {
            font-size: 10pt;
        }
        a.shoplink:hover {
            font-size: 10pt;
        }
        a.shoplink:active {
            font-size: 10pt;
        }
        .editprofilebottombg {
            width: 100%;
        }
        #shopping {
            background-image: url("../../m/images/orange/cartbg.png");
            height: 388px;
            margin-bottom: 20px;
            margin-left: 40px;
            margin-right: 40px;
            padding: 5px 5px 8px;
            width: 295px;
        }
        .goto {
            width: 100%;
        }
        #shopping {
            background-image: url("../../m/images/orange/cartbg.png");
            height: 388px;
            margin-bottom: 20px;
            margin-left: 20px;
            margin-right: 10px;
            padding: 5px 5px 8px;
            width: 295px;
        }
        #classi {
            width: 94%;
        }
        #searchbg {
            padding: 13px 20px 0;
        }
        #searchbg2 {
            height: 80px;
            padding: 13px 20px 0;
        }
        #loginwrap {
            background: url("../../m/images/orange/bg.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
            height: 339px;
            margin: auto auto auto 253px;
            width: 40%;
        }
        .main {
            margin: auto;
            padding-left: 79px;
            padding-top: 90px;
        }
        .forget {
            width: 35%;
            margin-bottom: 3px;
        }
        a.post {
            width: 139px;
        }
        .logintbl {
            width: 35%;
        }
        .forgotpassword {
            width: 35%;
        }
        .vertborder {
            border-left: medium none;
            border-right: medium none;
        }
    }
    @media screen and (min-width: 1100px) {
    

 .editprofilebottombg {
        font-size: 14px;
        display:block;

    }


      .loginlink {
    display:block;
}

        .box {
            width: 80%;
            height: 460px;
            border-radius: 0px;
            margin: 0 10px 50px 35px;
        }
        .maps {
            display: block;
        }
        .editprofilebottombg {
            font-size: 29px;
        }
        .franchisee {
            height: auto;
            margin-bottom: 0px;
        }
        .upldmain2 img {
            border-radius: 5px;
            width: 60px;
            height: 60px;
        }
        .uploadbox {
            width: 340px;
            height: 133px;
            margin-bottom: 25px;
            border: solid 1px #ee3e03;
            border-radius: 10px;
            margin-top: 0px;
        }
        .frangrid {
            background: rgba(0, 0, 0, 0) url("../../m/images/orange/ribbon.jpg") no-repeat scroll 0 0;
            color: #fff;
            float: left;
            font-size: 17px;
            padding: 12px;
            width: 50%;
        }
        .vdetails {
            background-image: url("/m/images/view.png");
            color: #fff;
            font-family: arial;
            font-size: 14px;
            font-weight: 200;
            height: 39px;
            left: 0;
            padding: 15px 20px 5px 10px;
            position: absolute;
            top: 380px;
            width: 144px;
            z-index: 9;
        }
        .memberad {
            left: 22px;
            position: relative;
            top: -25px;
            z-index: 99;
        }
        .treegrid {
            color: #000;
            float: left;
            font-family: roboto;
            width: 33.3%;
        }
        .achheader {
            background: rgba(0, 0, 0, 0) url("../../m/images/orange/topachi.jpg") repeat scroll 0 0;
            color: #fff;
            float: left;
            font-size: 17px;
            font-weight: bold;
            height: 81px;
            padding-top: 31px;
            width: 100%;
        }
        .name {
            background: #e74d3d none repeat scroll 0 0;
            color: #fff;
            float: left;
            font-family: roboto;
            font-size: 17px;
            padding: 5px 5px 5px 20px;
            text-align: left;
            width: 30%;
        }
        .redarrow {
            display: block;
            background: url("../../m/images/redarrow.jpg");
        }
        .treeleft {
            background: rgba(0, 0, 0, 0) url("../../m/images/tree-left.jpg") no-repeat scroll 0 0;
            height: 155px;
            margin-left: 10px;
            margin-top: 20px;
            width: 88%;
        }
        .treehead {
            font-size: 19px;
            margin-left: 110px;
            padding-top: 7px;
        }
        .treehead2 {
            color: #fff;
            font-size: 19px;
            margin-left: 87px;
            padding-top: 7px;
        }
        .treecenter {
            background: rgba(0, 0, 0, 0) url("../../m/images/tree-center.jpg") no-repeat scroll 0 0;
            height: 200px;
            margin: auto;
            width: 83%;
        }
        .treeright {
            background: rgba(0, 0, 0, 0) url("../../m/images/tree-right.jpg") no-repeat scroll 0 0;
            float: right;
            height: 155px;
            margin-right: 10px;
            margin-top: 20px;
            width: 88%;
        }
        .treego {
            float: left;
            width: 100%;
        }
        .treego2 {
            border: 1px solid #ddd;
            border-radius: 10px;
            margin: auto;
            overflow: hidden;
            padding: 15px 0 15px 15px;
            width: 650px;
        }
        .tgo {
            color: #000;
            float: left;
            font-size: 17px;
            margin-top: 5px;
            width: 20%;
        }
        .goinput {
            float: left;
            width: 60%;
        }
        .goinput input {
            float: left;
            width: 95%;
        }
        .gobtn {
            float: left;
            margin-top: 5px;
            width: 20%;
        }
        .gobtn a {
            background: #dd3f3f none repeat scroll 0 0;
            border-radius: 5px;
            color: #fff;
            font-size: 17px;
            padding: 8px 15px;
            text-decoration: none;
            width: 117px;
        }
        .gobtn a:hover {
            background: #ff4d16 none repeat scroll 0 0;
        }
        .treeleft2 {
            float: left;
            margin-top: 25px;
            width: 50%;
        }
        .treeleftpv {
            background: rgba(0, 0, 0, 0) url("../../m/images/tree-left2.jpg") no-repeat scroll 0 0;
            height: 171px;
            margin-left: 15px;
            padding-top: 45px;
            width: 370px;
        }
        .treeleftpv .c7 {
            color: #0a0a0a;
            font-family: roboto;
            font-size: 17px;
            font-weight: 400;
        }
        .treerightpv {
            background: rgba(0, 0, 0, 0) url("../../m/images/tree-right2.jpg") no-repeat scroll 0 0;
            float: right;
            height: 171px;
            margin-right: 10px;
            padding-top: 45px;
            width: 370px;
        }
        .treerightpv .c7 {
            color: #000;
            font-family: roboto;
            font-size: 17px;
            font-weight: 400;
        }
        .meetingmain {
            border: 1px solid #ddd;
            border-radius: 20px;
            float: left;
            margin-bottom: 35px;
            padding: 8px;
            width: 100%;
        }
        .matrixleft {
            background: rgba(0, 0, 0, 0) url("../../m/images/matrix-left.jpg") repeat scroll 0 0;
            height: 145px;
            margin-bottom: 20px;
            margin-left: 10px;
            width: 346px;
        }
        .matrixleft .c1 {
            font-size: 24px;
            height: 60px;
        }
        .matrixright {
            background: rgba(0, 0, 0, 0) url("../../m/images/matrix-right.jpg") repeat scroll 0 0;
            float: right;
            height: 145px;
            margin-right: 10px;
            width: 346px;
        }
        .matrixright .c1a {
            font-size: 24px;
        }
        .matrixviewtree {
            background: rgba(0, 0, 0, 0) url("../../m/images/viewmatrix.jpg") no-repeat scroll 0 0 / 100% 100%;
            float: left;
            height: 60px;
            margin-top: 25px;
            width: 100%;
        }
        .mattop {
            float: left;
            margin-top: 15px;
            padding: 9px;
            width: 50%;
        }
        .matleft {
            float: left;
            margin-top: 15px;
            padding: 9px;
            text-align: right;
            width: 50%;
        }
        .matrixmember {
            float: left;
            width: 100%;
        }
        .matrixuser {
            background: #dadada none repeat scroll 0 0;
            border-radius: 10px;
            margin: 10px auto auto;
            padding: 4px;
            width: 105px;
        }
        .matrixuser3 {
            background: #dadada none repeat scroll 0 0;
            border-radius: 10px;
            display: block;
            margin: 10px auto auto;
            padding: 4px;
            width: 105px;
        }
        .matrixuser2 {
            background: #eee none repeat scroll 0 0;
            border: 1px solid #b1b1b1;
            border-radius: 10px;
            width: 100%;
        }
        .matriximg {
            border-bottom: 1px solid #b1b1b1;
            padding: 7px 0;
            text-align: center;
        }
        .matriximg img {
            border-radius: 5px;
        }
        .matrixtxt {
            background: #fff none repeat scroll 0 0;
            border-radius: 0 0 8px 8px;
            padding-bottom: 3px;
            text-align: center;
        }
        .matrixtxt a {
            color: #000;
            font-family: roboto;
            font-size: 15px;
        }
        .matrixarw1 {
            margin: 3px auto auto;
            width: 748px;
        }
        .matrixarw1 img {
            height: auto;
            width: 748px;
        }
        .editprofilebottombg {
            width: 100%;
        }
        ::-webkit-scrollbar {
            display: block;
        }
        ::-webkit-scrollbar-button {
            display: block;
        }
        ::-webkit-scrollbar-thumb {
            display: block;
        }
        ::-webkit-scrollbar-thumb:hover {
            display: block;
        }
        ::-webkit-scrollbar-thumb:active {
            display: block;
        }
        ::-webkit-scrollbar-track {
            display: block;
        }
        ::-webkit-scrollbar-track:hover {
            display: block;
        }
        ::-webkit-scrollbar-track:active {
            display: block;
        }
        ::-webkit-scrollbar-corner {
            display: block;
        }
        #shopping {
            background-image: url("../../m/images/orange/cartbg.png");
            height: 388px;
            margin-bottom: 20px;
            margin-left: 30px;
            margin-right: 30px;
            padding: 5px 5px 8px;
            width: 295px;
        }
        #classi {
            width: 80%;
        }
        #searchbg {
            padding: 7px 20px 0;
        }

         #searchbg .c7 {
           line-height:250%;
        }
        
        #searchbg2 {
            height: 70px;
            padding: 13px 20px 0;
        }
        #loginwrap {
            background: url("../../m/images/orange/bg.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
            height: 339px;
            margin: auto auto auto 316px;
            width: 36%;
        }
        .main {
            margin: auto;
            padding-left: 79px;
            padding-right: 22px;
            padding-top: 90px;
        }
        a.post {
            width: 139px;
        }
        .logintbl {
            width: 35%;
        }
    }
    .productbg {
        bac