.adminbarnew { width:100%; float:left;  padding:7px; }

@media screen and (min-width: 760px) and (max-width: 980px) {
.welc {
    background-image: url("../../m/images/green/welcome-letter-border.jpg");
    background-repeat:no-repeat;
}
}

#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, #36c32a 0%, #195504 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 #53de47;
    color: #d3eced;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    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, #215f9c 0%, #17426d 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 #17426d;
    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: 9999;
}
#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 #34b328;
    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;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
    background: linear-gradient(to bottom, #215f9c 0%, #17426d 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 #1d670a;
    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 {
    background: url("images/bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    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, #36c32a 0%, #195504 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    font-family: arial;
    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 #53de47;
    color: #d3eced;
    font-size: 13px;
    font-weight: 600;
    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, #143809 0%, #21a515 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 #143d09;
    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 #34b328;
    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;
}
#cssmenuadm ul ul li:hover > a, #cssmenuadm ul ul li.active > a {
    background: linear-gradient(to bottom, #143809 0%, #139319 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 {
    background: url("images/bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    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, #36c32a 0%, #195504 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 #53de47;
    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, #215f9c 0%, #17426d 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 #17426d;
    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 #34b328;
    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, #215f9c 0%, #17426d 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 #1d670a;
    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 {
    background: url("images/bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    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;
}
}

.c4:hover {
    color:#2cca1d;
}


.box {
	width: 300px;
	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;
}

.box svg line {
	stroke-width: 6;
	stroke: #30af23;
	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);
}

/* Alternatives */

/* Color */
.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;
}



/* General grid styles */
.cbp-ig-grid {
	list-style: none;
	padding: 0 0 50px 0;
	margin: 0;
}

/* Clear floats */
.cbp-ig-grid:before, 
.cbp-ig-grid:after { 
	content: " "; 
	display: table; 
}

.cbp-ig-grid:after { 

	clear: both; 
}

/* grid item */
.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;
}

/* we are using a combination of borders and box shadows to control the grid lines */
.cbp-ig-grid li:nth-child(-n+3){
}

.cbp-ig-grid li:nth-child(3n-1),
.cbp-ig-grid li:nth-child(3n-2) {

}

/* anchor style */
.cbp-ig-grid li > a {
	display: block;
	height: 100%;
	color: #47a3da;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	transition: background 0.2s;
	border-radius:15px;
}

.cbp-ig-grid li > a  img {
	border-radius:10px;
	margin-top:10px;
}

/* the icon with pseudo class for icon font */
.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;
	speak: none;
	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";
}

/* title element */
.cbp-ig-grid .cbp-ig-title {
	text-decoration: none;
	line-height: 35px;
	margin: 20px 0 10px 0;
	padding: 20px 0 0 0;
	font-size: 2em;
	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 {
	display: none;
	content: '';
	position: absolute;
	background: #c50a0a;
	width: 160px;
	height: 6px;
	top: 0px;
	left: 50%;
	margin: -10px 0 0 -80px;
	-webkit-transition: margin-top 0.2s; /* top or translate does not seem to work in Firefox */
	-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);
}

/* Hover styles */

.cbp-ig-grid li > a:hover {
	background: #0dac50;

}

.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%;
	}

	/* reset the grid lines */
	.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;
	}
}







/*SCROLLBAR CODE START HERE*/
::-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/green/bar-img.png");
    width: 14px;

  transform: skewX(45deg);

  border-radius: 13px;
  display:block;
}
::-webkit-scrollbar-thumb:hover {
  background-image: url("../../m/images/green/bar-img2.png");
  display:block;
}
::-webkit-scrollbar-thumb:active {
  background-image: url("../../m/images/green/bar-img2.png");
  display:block;
}
::-webkit-scrollbar-track {
  background: #feeda7;
  border: 8px solid #0d9ee9;
  border-radius: 14px;
}
::-webkit-scrollbar-track:hover {
  background: #fdf3d5;
}
::-webkit-scrollbar-track:active {
  background: #fdeecc;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

/*SCROLLBAR CODE END HERE*/

.responsive-wel {
    background-size: 100% 100%;
    width: 100%;
}

.ajax__myTab .ajax__tab_header {
    border-bottom: 1px solid #f35c0d;
    color: #ffffff;
    font-family: verdana,tahoma,helvetica;
    font-size: 16px;
}
.ajax__myTab .ajax__tab_outer {
    background-color: #f35c0d;
    border-right: 1px solid #f35c0d;
    border-top: 1px solid #f35c0d;
    height: 30px;
    margin-right: 2px;
    padding-right: 4px;
}
.ajax__myTab .ajax__tab_inner {
    background-color: #f35c0d;
    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: #ee3e03;
    cursor: default;
}
.ajax__myTab .ajax__tab_hover .ajax__tab_inner {
    background-color: #ee3e03;
    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;
}

label {
    color: #000000;
    display: block;
    float: left;
    font-size: 12px;
    padding-bottom: 9px;
}


input[type="checkbox"] {
    display: inline-block;
    float: left;
    vertical-align: middle;
}


#loginwrap {
    background: url("../../m/images/green/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;
}
.textboxy {
    background: linear-gradient(to bottom, rgba(167, 167, 167, 1) 0%, rgba(181, 181, 181, 1) 21%, rgba(228, 228, 228, 1) 79%, rgba(242, 242, 242, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #222;
    border-radius: 0.3em;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    color: #000;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    margin-bottom: 6px;
    margin-left: 12px;
    margin-top: 10px;
    outline: medium none;
    padding: 10px 5px;
    width: 86%;
}
.remember {
    padding-left: 10px;
    width: 100%;
}
.checkboxy {
    float: left;
    margin-left:20px;
}
.remember p {
    color: #333;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    float:left;
    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, #30F508 5%, #36ae1e 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:Arial;
	border:0;
	font-size:18px;
	font-weight:bold;
	padding:8px 25px;
	text-decoration:none;
	text-shadow: 0px 1px 0px #690000;}
.loginbt:hover {
    background: linear-gradient(to bottom, #f72300 0%, #ff892a 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.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;
}

.head {
	background-color:#32980D;
	color:#FFFFFF;
	text-shadow:1px 1px 1px #fff;
	width:100%;
	margin-top:-25px;
}
.head h2 {
	color:#841200;
	font-size:30px;
	margin-left:28px;
	font-family:tahoma;
	font-weight:bold;
}

.cmpbox
{
    width:970px;
    height: 250px;
    background-image: url(../../m/images/green/cmpbox.jpg); 
    background-repeat: no-repeat;
}

.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 {
      float:left;
    font-family: Calibri; 
    font-size: 15pt; 
    color: #FFFFFF;
    font-weight:bold;
    padding-top:8px;
background: #248012; /* Old browsers */
background: -moz-linear-gradient(-45deg, #248012 0%, #248012 30%, #36ae1e 32%, #36ae1e 68%, #248012 70%, #248012 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#248012), color-stop(30%,#248012), color-stop(32%,#36ae1e), color-stop(68%,#36ae1e), color-stop(70%,#248012), color-stop(100%,#248012)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #248012 0%,#248012 30%,#36ae1e 32%,#36ae1e 68%,#248012 70%,#248012 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #248012 0%,#248012 30%,#36ae1e 32%,#36ae1e 68%,#248012 70%,#248012 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #248012 0%,#248012 30%,#36ae1e 32%,#36ae1e 68%,#248012 70%,#248012 100%); /* IE10+ */
background: linear-gradient(135deg, #248012 0%,#248012 30%,#36ae1e 32%,#36ae1e 68%,#248012 70%,#248012 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#248012', endColorstr='#248012',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    background-repeat: no-repeat;
        height: 51px;
        width: 99%;
	    border-bottom:solid 4px  #F3F3F3;
		border-radius:15px 15px 0 0;
		margin-left:5px;
}
.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("../../m/images/green/bg.jpg");
    background-repeat: no-repeat;
}
.loginb1 {
    background-image: url("../../m/images/green/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/green/header-bg2.png");
}
.page1b {
    background-image: url("../../m/images/green/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: #429d26;
    border: 1px solid #429d26;
    border-radius: 5px;
    color: #ffffff;
    font-size: 10pt;
    font-weight: bold;
    padding: 5px 10px;
    text-decoration: underline;
    width: 217px;
}
a.shoplink:visited {
    background-color: #429d26;
    border: 1px solid #429d26;
    border-radius: 5px;
    color: #ffffff;
    font-size: 10pt;
    padding: 5px 10px;
    text-decoration: underline;
    width: 217px;
}
a.shoplink:hover {
    background-color: #ffffff;
    border: 1px solid #429d26;
    border-radius: 5px;
    color: #429d26;
    font-size: 10pt;
    padding: 5px 10px;
    text-decoration: underline;
    width: 217px;
}
a.shoplink:active {
    background-color: #429d26;
    border: 1px solid #429d26;
    border-radius: 5px;
    color: #ffffff;
    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;
}
.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("../../m/back.jpg");
    background-repeat: repeat;
}
.AutoExtender {
    background-color: #f89003;
    border: 4px solid #f05003;
    border-radius: 20px;
    font-family: Verdana;
    font-size: 10pt;
    font-weight: bold;
    line-height: 20px;
    margin-left: 10px;
    padding: 10px;
}
.AutoExtenderList {
    background-color: #f89003;
    color: white;
    cursor: pointer;
    margin-left: 4px;
}
.AutoExtenderHighlight {
    background-color: #f05003;
    border-radius: 20px;
    color: white;
    cursor: pointer;
    font-size: 10pt;
    margin-left: 4px;
}
.ty {
    color: Black;
    font-size: small;
    width: 970px;
}
.bs {
    background-image: url("../../m/bs.png");
    background-repeat: no-repeat;
    height: 35px;
    text-align: center;
    width: 45px;
}
.sb {
    background-color: White;
}
.bsg {
    background-image: url("../../m/bsg.png");
    background-repeat: no-repeat;
    height: 35px;
    text-align: center;
    width: 45px;
}
.bsr {
    background-image: url("../../m/bsr.png");
    background-repeat: no-repeat;
    height: 35px;
    width: 45px;
}
.g1 {
    background-image: url("../../m/box2.png");
    background-repeat: no-repeat;
    height: 118px;
    text-align: right;
    width: 130px;
}
.c1 {
    background-image: url("../../m/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 #48ad26;
}
.gridhl {
    color: #090;
    font-size: 14px;
    font-weight: bold;
}
.gh {
    background: linear-gradient(to bottom, #4cb32d 0%, #c7f7b8 30%, #4cb32d 75%, #359005 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/green/top.jpg");
    background-repeat: no-repeat;
    height: 234px;
    width: 970px;
}
.bar {
    background-image: url("../../m/images/green/bar1.png");
    background-repeat: no-repeat;
    height: 78px;
    width: 1100px;
}
.alogin {
    background-image: url("../../m/images/green/login-window.png");
    background-repeat: no-repeat;
    color: #000000;
    height: 325px;
    width: 295px;
}
.msgbox {
    background-image: url("../../m/images/green/b1.png");
    background-repeat: no-repeat;
    height: 271px;
    width: 307px;
	font-size:14px;

}
.newsbox {
    background-image: url("../../m/images/green/b2.png");
    background-repeat: no-repeat;
    height: 271px;
    width: 307px;
	font-size:14px;

}
.abox {
    background-image: url("../../m/images/green/b3.png");
    background-repeat: no-repeat;
    height: 271px;
    width: 307px;
	font-size:14px;

}
.hometop {
    background-image: url("../../m/images/green/welcome.jpg");
    background-repeat: no-repeat;
    height: 340px;
    text-align: center;
    width: 636px;
}
.homehead {
    background-image: url("../../m/images/green/greenbox.jpg");
    height: 104px;
    width: 306px;
}
.loginbtn {
    background: url("../../m/images/green/login-2.png") no-repeat scroll 0 0 transparent;
    height: 61px;
    outline-style: none;
    width: 120px;
}
.uploadbtn {
    background-image: url("../../m/images/green/upload.jpg");
    background-size:100% 100%;
    height: 41px;
    width: 162px;
}
.printbtn {
    background-image: url("../../m/images/green/print-btn.jpg");
    height: 44px;
    width: 124px;
}
.updatebtn {
    background-image: url("../../m/images/green/update.png");
    height: 61px;
    width: 120px;
}
.addtocartbtn {
    background-image: url("../../m/images/green/addtocart.jpg");
    height: 24px;
    width: 115px;
}
.purchasemoreproductsbtn {
    background-image: url("../../m/images/green/purchasemoreproducts.jpg");
    height: 24px;
    width: 182px;
}
.sendconfirmbtn {
    background-image: url("../../m/images/green/sendconfirm.jpg");
    height: 34px;
    width: 243px;
}
.placeorderbtn {
    background-image: url("../../m/images/green/presstoplaceorder.jpg");
    height: 24px;
    width: 182px;
}
.deletecartbtn {
    background-image: url("../../m/images/green/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/green/centertree.jpg");
    height: auto;
    width: 343px;
}
.rihtree {
    background-image: url("../../m/images/green/righttree.jpg");
    height: auto;
    width: 343px;
}
.viewtree {
    background-image: url("../../m/images/green/viewtree.jpg");
    height: 85px;
    width: 970px;
}
.centerdown {
    background-image: url("../../m/images/green/box1.jpg");
    background-repeat: no-repeat;
    height: 55px;
    width: 265px;
}
#leftpic {
    background-image: url("../../m/images/green/leftpic.jpg");
    background-repeat: no-repeat;
    height: 153px;
    width: 100%;
}
.leftdown {
    background-image: url("../../m/images/green/left.jpg");
    background-repeat: no-repeat;
    height: 122px;
    width: 325px;
}
.rightdown {
    background-image: url("../../m/images/green/right.jpg");
    background-repeat: no-repeat;
    height: 122px;
    width: 340px;
}
.showdetails {
    background-image: url("../../m/images/green/showdetails.jpg");
    height: 60px;
    width: 199px;
}
.sendconfirm {
    background-image: url("../../m/images/green/sendconfirm.jpg");
    height: 34px;
    width: 243px;
}
.requestpin {
    background-image: url("../../m/images/green/requestpin.jpg");
    height: 34px;
    width: 145px;
}
.transferbtn {
    background-image: url("../../m/images/green/transfer.jpg");
    height: 34px;
    width: 145px;
}
.withdrawbtn {
    background-image: url("../../m/images/green/withdraw.jpg");
    height: 34px;
    width: 145px;
}
.eshopsrchbar {
    background-image: url("../../m/images/green/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/green/search_btn.png");
    height: 29px;
    width: 90px;
}
.searchphoto {
    background-image: url("../../m/images/green/search2.png");
    background-repeat: no-repeat;
    height: 74px;
    width: 970px;
}
.searchbtn1 {
    background-image: url("../../m/images/green/search.png");
    height: 26px;
    width: 97px;
}
.inboxbg {
    background-image: url("../../m/images/green/inbox-message-text.jpg");
    background-repeat: no-repeat;
    height: 49px;
    width: 920px;
}
.sendmsgbg {
    background-image: url("../../m/images/green/sent-messagetouser-text.jpg");
    background-repeat: no-repeat;
    height: 49px;
    width: 920px;
}
.outboxbg {
    background-image: url("../../m/images/green/outbox.jpg");
    background-repeat: no-repeat;
    height: 49px;
    width: 920px;
}
.searchbtn2 {
    background-image: url("../../m/images/green/search.png");
    height: 26px;
    width: 97px;
}
.deletebtn {
    background-image: url("../../m/images/green/delete.jpg");
    height: 24px;
    width: 92px;
}
.refreshbtn {
    background-image: url("../../m/images/green/refresh.jpg");
    height: 24px;
    width: 115px;
}
.senduserbtn {
    background-image: url("../../m/images/green/senduser.jpg");
    height: 24px;
    width: 115px;
}
.homebottombg {
    background-image: url("../../m/images/green/homebottom.jpg");
    background-repeat: no-repeat;
    height: 93px;
    width: 960px;
}
.bankbottombg {
    background-image: url("../../m/images/green/bankdetails.jpg");
    background-repeat: no-repeat;
    height: 200px;
    width: 960px;
}
.rewardbottombg {
    background-image: url("../../m/images/green/rewards.jpg");
    background-repeat: no-repeat;
    height: 82px;
    width: 960px;
}
.editprofilebottombg {
     background-image: url("../../m/images/green/editprofile.jpg");
    background-repeat: no-repeat;
    height: 82px;
    font-family: sans-serif;
    font-size: 29px;
    letter-spacing: 10px;
	padding-left:5px;
    width: 1100px;
	font-weight:bold;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color:#FFF;
}
.changepasswordbottombg {
    background-image: url("../../m/images/green/changepassword.jpg");
    background-repeat: no-repeat;
    height: 200px;
    width: 970px;

}
.headassociate {
    background-image: url("../../m/images/green/a1.png");
    background-repeat: no-repeat;
    height: 81px;
    width: 970px;
}
.headbank {
    background-image: url("../../m/images/green/a2.png");
    background-repeat: no-repeat;
    height: 81px;
    width: 970px;
}
.headsecured {
    background-image: url("../../m/images/green/a3.png");
    background-repeat: no-repeat;
    height: 81px;
    width: 970px;
}
.headself {
    background-image: url("../../m/images/green/a4.png");
    background-repeat: no-repeat;
    height: 81px;
    width: 970px;
}
.headnominee {
    background-image: url("../../m/images/green/a5.png");
    background-repeat: no-repeat;
    height: 81px;
    width: 970px;
}
.proceedbtn {
    background-image: url("../../m/images/green/proceed.jpg");
    height: 24px;
    width: 92px;
}
.signupbtn {
    background-image: url("../../m/images/green/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("../../m/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: 1px solid black;
    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;
}
body {
    background-color: #ffffff;
    color: #000000;
}
.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: darkgreen;
    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: darkgreen;
    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("../../m/mysiteadmin/images/green/adminactivity.jpg");
    background-repeat: no-repeat;
    height: 51px;
    width: 970px;
}
.headadminreport {
    background-image: url("../../m/mysiteadmin/images/green/adminreport.png");
    background-repeat: no-repeat;
    height: 51px;
    width: 970px;
}
.headdistributor {
    background-image: url("../../m/mysiteadmin/images/green/distributor.jpg");
    background-repeat: no-repeat;
    height: 51px;
    width: 970px;
}
.headgeneratepin {
    background-image: url("../../m/mysiteadmin/images/green/generatee-pin.png");
    background-repeat: no-repeat;
    height: 51px;
    width: 970px;
}
.heademail {
    background-image: url("../../m/mysiteadmin/images/green/email.jpg");
    background-repeat: no-repeat;
    height: 51px;
    width: 970px;
}
.headeshop {
    background-image: url("../../m/mysiteadmin/images/green/eshop.jpg");
    background-repeat: no-repeat;
    height: 51px;
    width: 970px;
}
.headoption {
    background-image: url("../../m/mysiteadmin/images/green/option.jpg");
    background-repeat: no-repeat;
    height: 51px;
    width: 970px;
}
.headothers {
    background-image: url("../../m/mysiteadmin/images/green/others.jpg");
    background-repeat: no-repeat;
    height: 51px;
    width: 970px;
}
.headphotogallery {
    background-image: url("../../m/mysiteadmin/images/green/photogallery.jpg");
    background-repeat: no-repeat;
    height: 51px;
    width: 970px;
}
.headsignout {
    background-image: url("../../m/mysiteadmin/images/green/signout.jpg");
    background-repeat: no-repeat;
    height: 51px;
    width: 970px;
}
.headstock {
    background-image: url("../../m/mysiteadmin/images/green/stock.jpg");
    background-repeat: no-repeat;
    height: 51px;
    width: 970px;
}
.headfranchise {
    background-image: url("../../m/mysiteadmin/images/green/franchise.jpg");
    background-repeat: no-repeat;
    height: 51px;
    width: 970px;
}
.headsubadmins {
    background-image: url("../../m/mysiteadmin/images/green/subadmins.jpg");
    background-repeat: no-repeat;
    height: 51px;
    width: 970px;
}
.input {
    border: 1px solid #999999;
    border-radius: 4px;
    color: #000000;
    width: 150px;
}
.input:focus {
    border-color: #30920d;
    box-shadow: 0 0 6px #30920d;
}
.clainput {
    border: 1px solid #cccccc;
    border-radius: 4px;
}
.clainput:focus {
    border-color: #30920d;
    box-shadow: 0 0 6px #30920d;
}
.btn {
    /* background: -moz-linear-gradient(center top , #f24537 5%, #c62d1f 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); */
    background: linear-gradient(135deg , #153F0A 0%, #33B926 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #184B0C;
    border-radius: 8px;
    box-shadow: 0 1px 0 0 #2DA021 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 #143B09;
}
.btn:hover {
    background: -moz-linear-gradient(center top , #c62d1f 5%, #f24537 100%) repeat scroll 0 0 #c62d1f;
}
.btn:active {
    position: relative;
    top: 1px;
}
.heading {
    color: #ff0000;
    font-family: Verdana;
    font-size: 16pt;
    font-weight: bold;
    text-decoration: underline;
}
.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;
}
.logintbl {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #276a03;
    border-radius: 20px;
    box-shadow: 3px 3px 15px 3px #5cd71b;
    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, #359005 0%, #57c61d 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 2px solid #276a03;
    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;
}
.lbar {
    background-image: url("../../m/images/green/menu-left.jpg");
    height: 39px;
    width: 17px;
}
.rbar {
    background-image: url("../../m/images/green/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.post {
    background-color: rgba(53, 144, 5, 1);
    border-radius: 8px;
    box-shadow: 0 9px 0 rgba(14, 98, 4, 1), 0 9px 25px rgba(0, 0, 0, 0.7);
    color: rgba(255, 255, 255, 1);
    display: block;
    font-family: "tahoma";
    font-size: 1.5em;
    font-weight: 600;
    margin: 15px;
    padding: 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.1s ease 0s;
    width: 139px;
}
a.post:hover {
background: #177acb; /* Old browsers */
background: -moz-linear-gradient(top, #177acb 0%, #177acb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#177acb), color-stop(100%,#177acb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #177acb 0%,#177acb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #177acb 0%,#177acb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #177acb 0%,#177acb 100%); /* IE10+ */
background: linear-gradient(to bottom, #177acb 0%,#177acb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#177acb', endColorstr='#177acb',GradientType=0 ); /* IE6-9 */
box-shadow: 0 9px 0 #044c8c , 0 9px 25px rgba(0, 0, 0, 0.7);
}
a.post:active {
    box-shadow: 0 3px 0 rgba(14, 98, 4, 1), 0 3px 6px rgba(0, 0, 0, 0.9);
    position: relative;
    top: 6px;
}
a.postmedium {
    background-color: rgba(53, 144, 5, 1);
    border-radius: 8px;
    box-shadow: 0 9px 0 rgba(14, 98, 4, 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: 180px;
}
a.postmedium:hover {
background: #177acb; /* Old browsers */
background: -moz-linear-gradient(top, #177acb 0%, #177acb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#177acb), color-stop(100%,#177acb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #177acb 0%,#177acb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #177acb 0%,#177acb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #177acb 0%,#177acb 100%); /* IE10+ */
background: linear-gradient(to bottom, #177acb 0%,#177acb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#177acb', endColorstr='#177acb',GradientType=0 ); /* IE6-9 */
box-shadow: 0 9px 0 #044c8c , 0 9px 25px rgba(0, 0, 0, 0.7);
}
a.postmedium:active {
    box-shadow: 0 3px 0 rgba(14, 98, 4, 1), 0 3px 6px rgba(0, 0, 0, 0.9);
    position: relative;
    top: 6px;
}
a.postlong {
    background-color: rgba(53, 144, 5, 1);
    border-radius: 8px;
    box-shadow: 0 9px 0 rgba(14, 98, 4, 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: #177acb; /* Old browsers */
background: -moz-linear-gradient(top, #177acb 0%, #177acb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#177acb), color-stop(100%,#177acb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #177acb 0%,#177acb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #177acb 0%,#177acb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #177acb 0%,#177acb 100%); /* IE10+ */
background: linear-gradient(to bottom, #177acb 0%,#177acb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#177acb', endColorstr='#177acb',GradientType=0 ); /* IE6-9 */
box-shadow: 0 9px 0 #044c8c , 0 9px 25px rgba(0, 0, 0, 0.7);
}
a.postlong:active {
    box-shadow: 0 3px 0 rgba(14, 98, 4, 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: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #d6ffb7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d6ffb7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#d6ffb7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#d6ffb7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#d6ffb7 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#d6ffb7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6ffb7',GradientType=0 ); /* IE6-9 */
    border: 1px solid #62ca15;
    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: #217103;
    color: #fff;
    float: left;
    font-size: 90%;
    font-weight: bold;
    width: 100%;
}
.calendars-ctrl {
    background-color: #217103;
}
.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 #217103;
    float: left;
    text-align: center;
    width: 15em;
}
.calendars-month-header, .calendars-month-header select, .calendars-month-header input {
    background-color: #35bf28;
    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: #49dc3b;
    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: #49dc3b;
}
.calendars-month td .calendars-selected {
    background-color: #185204;
    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%;
}
.leftpv {
    background-image: url("../../m/images/green/leftmember.jpg");
    background-size: 100% 100%;
    height: 115px;
    margin-bottom: 8px;
	margin-top:28px;
    width: 303px;
}
.centerpv {
    background-image: url("../../m/images/green/boxbinary2.jpg");
    background-size: 100% 100%;
    height: 142px;
    margin-bottom: 8px;
    width: 330px;
}
.rightpv {
    background-image: url("../../m/images/green/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);
}
.flaembed {
    height: 100px;
    width: 250px;
}
.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/green/cartbg.png");
    height: 388px;
    margin-bottom: 20px;
    margin-left: 40px;
    margin-right: 40px;
    padding: 5px 5px 8px;
    width: 295px;
}
#searchbg {
background: #67c621; /* Old browsers */
background: -moz-linear-gradient(top, #67c621 0%, #91e652 41%, #378100 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#67c621), color-stop(41%,#91e652), color-stop(100%,#378100)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #67c621 0%,#91e652 41%,#378100 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #67c621 0%,#91e652 41%,#378100 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #67c621 0%,#91e652 41%,#378100 100%); /* IE10+ */
background: linear-gradient(to bottom, #67c621 0%,#91e652 41%,#378100 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67c621', endColorstr='#378100',GradientType=0 ); /* IE6-9 */
    border-radius: 10px;
    height: 70px;
    padding: 13px 20px 0;
}
#searchtb {
    border: 2px solid #093;
    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;
}
.searchbg {
    background-color: #1c6600;
	width:100%;
}
.search {
    margin-top: 5px;
    position: absolute;
}
.search .form-section {
    background: none repeat scroll 0 0 #30af23;
    border-radius: 5px;
    padding: 8px 0 48px 10px;
}
#searchtext {
    overflow: hidden;
    padding-right: 0.5em;
}
#searchbtn {
    background-color: green;
    color: #ffffff;
    font-size: 20px;
    height: 40px;
}
input[type="submit"] {
    float: right;
}
input[type="search"] {
    font-size: 15px;
    height: 40px;
    width: 100%;
}
.topdirect {
	background:url(../../m/images/green/mydirects1.jpg);
	width:322px;
	height:117px;
}

/*===USER BAR===*/
#truserinfo {
    display: block;
}
.bar {
    background-image: url("../../m/images/green/bar1.png");
    background-repeat: no-repeat;
    height: 78px;
    width: 1100px;
}
.barimg {
	border: solid 3px #FFFFFF;
	border-radius:7px;
	width:55px;
	height:55px;
}
/*===USER BAR===*/

.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 #32980d;height:auto;}
.welmain2{width:100%;float:left;background: #32980d;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 #248012; border-radius:10px; margin-top:20px;}
.welcmtopbox { width:314px;  height:133px; border:solid 1px #248012; border-radius:10px; margin-top:20px;}
.welcmtopbox table { color:#000;}
.franchisee { width:314px; margin-top:20px; height:133px; border:solid 1px #248012; border-radius:10px;}
.upldmain  {text-align:center;/* background:#248012; */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;}
.homepage3 {border-bottom: solid 1px #248012; overflow:hidden;}
.homepage3 {
    border-bottom: 1px solid #35AF3A;
    overflow: hidden;
}
.treegrid {
    color: #000;
    float: left;
    font-family: roboto;
    width: 33.3%;
}
.treeleft {
    background: rgba(0, 0, 0, 0) url("../../m/images/green/tree-left.jpg") no-repeat scroll 0 0;
    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/green/tree-center.jpg") no-repeat scroll 0 0;
    height: 200px;
    margin: auto;
    width: 94%;
}
.treeright {
    background: rgba(0, 0, 0, 0) url("../../m/images/green/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/green/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/green/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/green/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%;
}

.cleintbar {
        background: #36af1e none repeat scroll 0 0;
        width:100%;
        float:left;

}


.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: #20A905;
   font-size:35px;
   font-family:roboto;
   text-shadow:0 1px 1px #5b5b5b;
}

.admin-text h3 {
   color: #176F05;
   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;
}

.admin-membar a {
   color: #333;
   font-size:16px;
   text-decoration:none;
}

.admin-bar {
    width:100%;
    float:left;
    margin-top:1px;
    background: #f5f5f5;
    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:97%;
    height:45px;
    font-family:roboto;
    padding-left:15px;
    font-weight:400;
    font-size:16px;
    border:solid 1px #ddd;
    margin-top:0px;
    float:left;
}

.admin-date {
    width:35%;
    float:left;
     margin-top:4px;
}

.admin-date span {
   color:#000;
   font-size:18px;
   font-family:roboto;
   
}

.user_icon {
    background:url(../../m/images/green/weluser.png) no-repeat;
    width:17px;
    height:21px;
    margin:10px;
 


}


.user_idd {
     background:url(../../m/images/green/welid.png) no-repeat;
    width:21px;
    height:21px;
        margin:10px;

}

.src-line {
    width:100%;
    float:left;
    border:solid 3px orange;
}




@media screen and (min-width: 240px) { 

.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;
}


.adminmain {
    width:98.6%;
    margin:0px;
}

.admin-bg {
   width:100%;
   
}

.admin-img {
    width:100%;
}






.admin-text {
    width:100%;
}

.admin-text h1 {
   font-size:35px;

}

.admin-text h3 {
   font-size:20px;
}


.admin-icons {
    width:100%;
}

.admin-membar {
    width:50%;

}



.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: 0px;
}

.admin-date {
    width:100%;
     margin-top:8px;
}

.admin-date span {
   font-size:18px;
   
}


.matrixviewtree {
    background: #d51212 none repeat scroll 0 0;
}


.treegrid {
    width: 100%;
}
.treeleft {
    background: rgba(0, 0, 0, 0) url("../../m/images/green/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;
}
.uploadbox { width:100%; height:auto; }
.welcmtopbox { width:100%; height:auto; border: solid 1px #248012; border-radius:10px; margin-top:20px;}
.welcmtopbox table { color:#000;}
.franchisee { width:100%; height:auto; border: solid 1px #248012; border-radius:10px;}
.upldmain  {text-align:center;/* background: #248012; */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;}

.grid, .grid th, .grid td {
    height: 24px;
}
.gh {
    height: 24px;
}


::-webkit-scrollbar {
  width: 16px;
  height: 16px;
  display:none;
}
	
/*===USER BAR===*/
#truserinfo {
    display: block;
}
.bar {
background: #41b517; /* Old browsers */
background: -moz-linear-gradient(top, #41b517 0%, #217403 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#41b517), color-stop(100%,#217403)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #41b517 0%,#217403 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #41b517 0%,#217403 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #41b517 0%,#217403 100%); /* IE10+ */
background: linear-gradient(to bottom, #41b517 0%,#217403 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41b517', endColorstr='#217403',GradientType=0 ); /* IE6-9 */
    height: 78px;
    width: 100%;
}

/*===USER BAR===*/

#rewach span {
	font-size:11px;
}
#cssmenu ul ul li a {
     font-size: 12px;
}
.responsive-wel {
    background-image: url(../../m/images/green/welcome-letter-border.jpg);
}
#shopping {
    background-image: url("../../m/images/green/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%;
}
.flaembed {
    height: 50px;
    width: 80px;
}
.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;
}
#classibg {
    border-radius: 10px;
    padding: 5px;
}
#classi {
    border: 1px solid #090;
    border-radius: 10px;
    box-shadow: 3px 3px 3px 3px #ccc;
    height: 400px;
    margin: auto;
    padding: 5px 5px 8px;
    width: 80%;
    margin-bottom:20px;
}
#classi:hover {
    border: 1px solid #000;
}
.read {
    background-image: url(../../m/images/green/read.png);
    color: #fff;
    font-family: calibri;
    font-size: 15px;
    font-weight: bold;
    height: 34px;
    padding: 12px 0 0 10px;
    position: relative;
    right: 17px;
    width: 100px;
}

.read2 {
    background-image: url(../../m/images/green/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: 16px;
    width: 114px;
}



.shopbgcolor {
	background:#48ab0f;
}


#loginwrap {
    background: url("../../m/images/green/bg.jpg") no-repeat scroll 0 0 / 100% 100% rgba(0, 0, 0, 0);
    height: 290px;
    margin: auto;
    width: 98%;
}
.main {
    margin: auto;
    padding-left: 79px;
    padding-top: 90px;
}
.textboxy {
     font-size: 13px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-top: 5px;
    padding: 5px 5px;
    width: 86%;
}

.forget {
     width: 80%;
}


.dob {
    height: auto;
    width: 40px;
}
a.postlong {
    width: 190px;
}
a.post {
    width: 90px;
}
.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/green/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 #184B0C;
    border-radius: 8px;
    box-shadow: 0 1px 0 0 #2DA021 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%;
}
.input {
    color: #000000;
    font-size: 14px;
    height: 25px;
    padding-left: 5px;
    width: 160px;
}
}
@media screen and (min-width: 320px) {

.grid, .grid th, .grid td {
    height: 26px;
}
.gh {
    height: 26px;
}

#rewach span {
	font-size:12px;
}	
#cssmenu ul ul li a {
     font-size: 12px;
}
#shopping {
    background-image: url("../../m/images/green/cartbg.png");
    height: 388px;
    margin-left: 25px;
    margin-right: 40px;
    width: 295px;
}
.idtext {
    font-size: 12px;
    font-weight: normal;
}
.idhead {
    font-size: 12pt;
}
.flaembed {
    height: 50px;
    width: 100px;
}
.leftpv {
    width: 303px;
}
.centerpv {
    width: 300px;
}
.rightpv {
    width: 303px;
}
.dob {
    height: auto;
    width: 52px;
}
.clainput {
    color: #666666;
    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 #184B0C;
    border-radius: 8px;
    box-shadow: 0 1px 0 0 #2DA021 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/green/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: 14px;
    height: 25px;
    padding-left: 5px;
    width: 160px;
}
}
@media screen and (min-width: 480px) {

.adminbarnew {
    float: left;
    padding: 6px;
    width: 100%;
}
.adminbarnew .input {
    border-radius: 3px;
    height: 40px;
    margin-top: 2px;
    width: 90%;
}
.adminbarnew img {
    margin-left: 2px;
}

.treegrid {
    width: 100%;
}
.treeleft {
    background: rgba(0, 0, 0, 0) url("../../m/images/green/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/green/mydirects1.jpg");
    float: none;
    height: 117px;
    width: 322px;
}

.grid, .grid th, .grid td {
    height: 30px;
}
.gh {
    height: 30px;
}


#cssmenu ul ul li a {
     font-size: 14px;
}
#shopping {
    background-image: url("../../m/images/green/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;
}
.flaembed {
    height: 50px;
    width: 120px;
}
.goto {
    width: 90%;
}
#classi {
    width: 70%;
}
.dob {
    height: auto;
    width: 85px;
}
.clainput {
    color: #666666;
    font-size: 12px;
    height: 35px;
    width: 190px;
}
.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 #184B0C;
    border-radius: 8px;
    box-shadow: 0 1px 0 0 #2DA021 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: 12px;
}
.gridhl {
    font-size: 12px;
}
.gh {
    font-size: 12px;
}
.newsbar {
    background-image: url("../../m/images/news1.jpg");
    background-repeat: no-repeat;
    height: 91px;
    width: 480px;
}


#loginwrap {
    background: url("../../m/images/green/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: 100%;
}
.input {
    color: #000000;
    font-size: 14px;
    height: 30px;
    padding-left: 5px;
    width: 235px;
}

/*===USER BAR===*/
.bar {
	    height: 70px;
    width: 100%;
}
.barimg {
	border:solid 3px #FFFFFF;
}

/*===USER BAR===*/	
}
@media screen and (min-width: 768px) {


.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: #20A905;
   font-size:35px;
   font-family:roboto;
   text-shadow:0 1px 1px #5b5b5b;
}

.admin-text h3 {
   color: #176F05;
   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;
}

.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:45px;
    font-family:roboto;
    padding-left:15px;
    font-weight:400;
    font-size:16px;
    border:solid 1px #ddd;
    float:left;
}

.admin-date {
    width:35%;
    float:left;
     margin-top:4px;
}

.admin-date span {
   color:#000;
   font-size:18px;
   font-family:roboto;
   
}


.treegrid {
    color: #000;
    float: left;
    font-family: roboto;
    width: 33.3%;
}
.treeleft {
    background: rgba(0, 0, 0, 0) url("../images/green/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/green/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/green/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/green/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/green/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;
}
.uploadbox { width: 335px; height:auto; margin-bottom:17px; border: solid 1px #248012; border-radius:10px; margin-top:20px;}
.welcmtopbox {width: 335px;height:133px;border: solid 0px #248012;border-radius:10px;margin-top:20px;background: linear-gradient(60deg, #607D8B, #90A4AE)!important;box-shadow: 0 8px 18px 3px rgba(0,0,0,0.14), 0 0px 16px 2px rgba(0,0,0,0.12), 0 11px 15px -7px rgba(0,0,0,0.2);}
.welcmtopbox table { color:#fff;}



.welcmtopbox .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ddd -moz-use-text-color #ddd #ddd;
    border-image: none;
    border-style: none;
    border-width: 1px 0 1px 1px;
}



.franchisee {width: 335px;margin-top:20px;height:133px;border: solid 0px #248012;border-radius:10px;background: linear-gradient(60deg, #8BC34A, #388E3C)!important;box-shadow: 0 8px 18px 3px rgba(0,0,0,0.14), 0 0px 16px 2px rgba(0,0,0,0.12), 0 11px 15px -7px rgba(0,0,0,0.2);}
.upldmain  {text-align:center;/* background: #248012; */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 #248012;}

.welcmtopbox .c4 {
    color:#fff !important;
}

.franchisee .c4 {
    color:#fff !important;
    line-height:50%;
}

.grid, .grid th, .grid td {
    height: 40px;
}
.gh {
    height: 36px;
}
    
	
/*===USER BAR===*/
#truserinfo {
    display: block;
}
.bar {
	    background-image: url("../../m/images/green/bar1.png");
    background-repeat: no-repeat;
	background-size:100% 100%;
	background-color: #fff;
    height: 78px;
    width: 100%;
}
.barimg {
	border:solid 0px #FFFFFF;
}
/*===USER BAR===*/		
	
	
#shopping {
    background-image: url("../../m/images/green/cartbg.png");
    height: 388px;
    margin-bottom: 20px;
    margin-left: 220px;
    margin-right: 0;
    padding: 5px 5px 8px;
    width: 295px;
}
.idhead {
    font-size: 18pt;
}
.flaembed {
    height: 100px;
    width: 250px;
}
.goto {
    width: 55%;
}
#classi {
    width: 42%;
}


#loginwrap {
    background: url("../../m/images/green/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: 15px;
    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: #666666;
    font-size: 14px;
    height: 39px;
    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/green/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 #184B0C;
    border-radius: 8px;
    box-shadow: 0 1px 0 0 #2DA021 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: 14px;
    height: 30px;
    padding-left: 5px;
    width: 250px;
}
}
@media screen and (min-width: 970px) {
#shopping {
    background-image: url("../../m/images/green/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: 1.3em;
    width: 280px;
}
a.post {
    width: 139px;
}
.input {
    color: #000000;
    font-size: 14px;
    height: 30px;
    padding-left: 5px;
    width: 300px;
	outline: none; 
	border-radius: 6px; 
	-webkit-transition: all 0.70s ease-in-out; 
	-moz-transition: all 0.70s ease-in-out; 
	-ms-transition: all 0.70s ease-in-out; 
	-o-transition: all 0.70s ease-in-out; 
	transition: all 0.70s ease-in-out;
}
.input:focus {
     border-color: #288f18; 
	 box-shadow: 0 0 8px #3ad52c; 
	-moz-box-shadow: 0 0 8px #3ad52c; 
	-webkit-box-shadow: 0 0 8px #3ad52c;
	color:#0546ff;
}
.clainput {
    color: #f00;
    font-size: 14px;
    height: 30px;
    padding-left: 5px;
    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/green/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 #184B0C;
    border-radius: 8px;
    box-shadow: 0 1px 0 0 #2DA021 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;
}
}
@media screen and (min-width: 1024px) {
#shopping {
    background-image: url("../../m/images/green/cartbg.png");
    height: 388px;
    margin-bottom: 20px;
    margin-left: 40px;
    margin-right: 40px;
    padding: 5px 5px 8px;
    width: 295px;
}
.flaembed {
    height: 100px;
    width: 200px;
}
.goto {
    width: 100%;
}
#shopping {
    background-image: url("../../m/images/green/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/green/bg.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 339px;
    margin: auto;
    width: 40%;
    margin-left: 253px;
}
.main {
    margin: auto;
    padding-left: 79px;
    padding-top: 90px;
}
.forget {
	width: 35%;
}



a.post {
    width: 139px;
}
}
@media screen and (min-width: 1100px) {

.matrixleft {
    background: rgba(0, 0, 0, 0) url("../../m/images/green/matrix-left.jpg") repeat scroll 0 0;
    height: 145px;
    margin-bottom: 20px;
    margin-left: 10px;
    width: 346px;
}


.matrixright {
    background: rgba(0, 0, 0, 0) url("../../m/images/green/matrix-right.jpg") repeat scroll 0 0;
    float: right;
    height: 145px;
    margin-right: 10px;
    width: 346px;
}

.uploadbox {width: 335px;height:133px;margin-bottom:17px;border: solid 0px #248012;border-radius:10px;margin-top:20px;background: linear-gradient(60deg, #FF9800, #FF5722)!important;box-shadow: 0 8px 18px 3px rgba(0,0,0,0.14), 0 0px 16px 2px rgba(0,0,0,0.12), 0 11px 15px -7px rgba(0,0,0,0.2);}

.adminbarnew {
    float: left;
    padding: 6px;
    width: 100%;
}
.adminbarnew .input {
    border-radius: 3px;
    height: 40px;
    margin-top: 2px;
    width: 90%;
}
.adminbarnew img {
    margin-left: 2px;
}

.matrixviewtree {
    background: rgba(0, 0, 0, 0) url("../../m/images/green/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%;
}


.treegrid {
    color: #000;
    float: left;
    font-family: roboto;
    width: 33.3%;
}
.treeleft {
    background: rgba(0, 0, 0, 0) url("../../m/images/green/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/green/tree-center.jpg") no-repeat scroll 0 0;
    height: 200px;
    margin: auto;
    width: 83%;
}
.treeright {
    background: rgba(0, 0, 0, 0) url("../../m/images/green/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: #0F8E01 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/green/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/green/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;
}


::-webkit-scrollbar {
  width: 14px;
  height: 16px;
  display:block;
}	
	
.flaembed {
    height: 100px;
    width: 250px;
}
#shopping {
    background-image: url("../../m/images/green/cartbg.png");
    height: 388px;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 5px 5px 8px;
    width: 295px;
}
#classi {
    width: 80%;
}
#searchbg {
    padding: 13px 20px 0;
}
#searchbg2 {
    height: 70px;
    padding: 13px 20px 0;
}



#loginwrap {
    background: url("../../m/images/green/bg.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 339px;
    margin: auto;
    width: 35%;
    margin-left:317px;
}
.main {
    margin: auto;
    padding-left: 79px;
    padding-top: 90px;
}



a.post {
    width: 139px;
}
}



/* Start rm class */


.productbg {
	width:100%;
	height:491px;
	background-image: url(../../m/images/green/pro-bg.jpg);
	background-repeat:no-repeat;
	background-size:100% 100%;
	
}
.productbg h1{
	font-size:30px;
	font-family:tahoma;
	padding-top:5px;
	
}
.productbg h2{
	font-size:40px;
	font-family:tahoma;
	
}
.productbg .black{
	font-size:17px;
	font-family:tahoma;
	font-weight:bold;
	
}
.productbg .img{
	margin-top:40px;
	margin-bottom:20px;
 	-webkit-margin-bottom:20px;
		
	max-width: 100%;
	width: 100%;
}
.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffb5b0;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffb5b0;
	box-shadow:inset 0px 1px 0px 0px #ffb5b0;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc766), color-stop(1, #f03c00));
	background:-moz-linear-gradient(top, #ffc766 5%, #f03c00 100%);
	background:-webkit-linear-gradient(top, #ffc766 5%, #f03c00 100%);
	background:-o-linear-gradient(top, #ffc766 5%, #f03c00 100%);
	background:-ms-linear-gradient(top, #ffc766 5%, #f03c00 100%);
	background:linear-gradient(to bottom, #ffc766 5%, #f03c00 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc766', endColorstr='#f03c00',GradientType=0);
	background-color:#ffc766;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ff6924;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:arial;
	font-size:19px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ff6666;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f03c00), color-stop(1, #ffc766));
	background:-moz-linear-gradient(top, #f03c00 5%, #ffc766 100%);
	background:-webkit-linear-gradient(top, #f03c00 5%, #ffc766 100%);
	background:-o-linear-gradient(top, #f03c00 5%, #ffc766 100%);
	background:-ms-linear-gradient(top, #f03c00 5%, #ffc766 100%);
	background:linear-gradient(to bottom, #f03c00 5%, #ffc766 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f03c00', endColorstr='#ffc766',GradientType=0);
	background-color:#f03c00;
}
.myButton:active {
	position:relative;
	top:1px;
}

.rm-container {
	width: 33%;
	height: 700px;
	max-width: 370px;
	margin: 0 auto 40px auto;
	position: relative;
	-webkit-perspective: 1600px;
	perspective: 1600px;
	color: #2a323f;
}

.rm-wrapper,
.rm-wrapper > div {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	text-align: center;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.rm-wrapper2,
.rm-wrapper2 > div {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	text-align: center;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}


.rm-wrapper .rm-cover {
	z-index: 100;
	-webkit-transform-origin: 0% 50%;
	-webkit-transition-delay: 0.2s;
	transform-origin: 0% 50%;
	transition-delay: 0.2s;
}

.rm-wrapper .rm-middle {
	z-index: 50;
	box-shadow: 0 4px 10px rgba(0,0,0,0.7);
}

.rm-wrapper .rm-right {
	z-index: 60;
	-webkit-transform-origin: 100% 50%;
	-webkit-transition-delay: 0s;
	transform-origin: 100% 50%;
	transition-delay: 0s;
}

.rm-wrapper .rm-middle,
.rm-wrapper .rm-right {
	pointer-events: none;
}

.rm-wrapper > div > div {
	background: #fff url(../../m/images/white_paperboard.html);
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 30px;
	box-shadow: 
		inset 0 0 0 16px #fff, 
		inset 0 0 0 17px #e6b741, 
		inset 0 0 0 18px #fff, 
		inset 0 0 0 19px #e6b741, 
		inset 0 0 0 20px #fff, 
		inset 0 0 0 21px #e6b741;

}

.rm-container .rm-front,
.rm-container .rm-back {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.rm-container .rm-back {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.rm-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.05) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.05)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 100%);
}

.rm-middle .rm-overlay {
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 64%, rgba(0,0,0,0.05) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(64%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.05)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 64%,rgba(0,0,0,0.05) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,0) 64%,rgba(0,0,0,0.05) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,0) 64%,rgba(0,0,0,0.05) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0) 64%,rgba(0,0,0,0.05) 100%);
}

.rm-content {
	padding: 20px;
}
.rm-content2 {
		background: #fff url(../../m/images/white_paperboard.html);
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 30px;
	box-shadow: 
		inset 0 0 0 16px #fff, 
		inset 0 0 0 17px #e6b741, 
		inset 0 0 0 18px #fff, 
		inset 0 0 0 19px #e6b741, 
		inset 0 0 0 20px #fff, 
		inset 0 0 0 21px #e6b741;
		float:left;
}
.rm-content4 {
		background: #fff url(../../m/images/white_paperboard.html);
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 30px;
	box-shadow: 
		inset 0 0 0 16px #fff, 
		inset 0 0 0 17px #e6b741, 
		inset 0 0 0 18px #fff, 
		inset 0 0 0 19px #e6b741, 
		inset 0 0 0 20px #fff, 
		inset 0 0 0 21px #e6b741;
		float:right;
}

.rm-logo, 
.rm-content h2,
.rm-content h4,
a.rm-button-open,
.rm-modal h5 {
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Arvo', Arial, sans-serif;
	
}

.rm-logo {
	width: 100px;
	height: 100px;
	background: #323b4c url(../../m/images/restaurant.jpg) no-repeat center center;
	border-radius: 50%;
	margin: 20px auto;
	box-shadow: 
		0 0 0 3px #fff, 
		0 0 0 4px #e6b741, 
		0 0 0 5px #fff, 
		0 0 0 6px #e6b741, 
		0 0 0 7px #fff, 
		0 0 0 8px #e6b741;
}

.rm-content h2 {
	letter-spacing: 2px;
	font-size: 26px;
	text-shadow: 1px 1px 0 #fff, 3px 3px 0 #e6b741;
	padding-top:12px;
}

.rm-content h3 {
	font-size: 13px;
	margin: 40px 0;
	padding: 20px 40px;
	color: #323b4c;
	font-weight: 500;
	border-top: 4px double #323b4c;
	text-transform: uppercase;
	line-height: 20px;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
}

.rm-content h4 {
	margin: 0 0 20px 0;
	font-size: 16px;
	padding-bottom: 10px;
	color: #323b4c;
	border-bottom: 4px double #323b4c;
	text-shadow: 1px 1px 0 #fff, 2px 2px 0 #E6B741;
	letter-spacing: 2px;
}

.rm-content h4:not(:first-child) {
	margin-top: 35px;
}

a.rm-button-open {
	color: #323b4c;	
	font-size: 16px;
	line-height: 45px;
	margin: 10px auto;
	display: block;
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

a.rm-button-open:hover {
	color: #e6b741;
}

.rm-info p {
	line-height: 20px;
}

.rm-content dl{
	margin: 0;
}

.rm-content dl dt,
.rm-content dl dd{
	display: block;
	margin: 0;
}

.rm-content dl dt {
	font-weight: 500;
	text-transform: uppercase;
}

.rm-content dl dd {
	font-size: 13px;
	padding: 4px 5px 15px;
	line-height: 15px;
	color: #333;
}

.rm-order p{
	padding: 10px;
	background: rgba(213, 193, 154, 0.2);
	margin: 20px 0 0;
}

a.rm-viewdetails:before{
	font-family: 'entypo-selected';
	content: '\56';
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 15px;
	margin-right: 4px;
	text-align: center;
	opacity: 0.7;
	line-height: 16px;
	text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
}

.rm-modal {
	position: absolute;
	z-index: 10000;
	width: 120%;
	margin-left: -10%;
	top: 50%;
	padding: 40px;
	background: #fff url(../../m/images/white_paperboard.html);
	box-shadow: 
		inset 0 0 0 16px #fff, 
		inset 0 0 0 17px #e6b741, 
		inset 0 0 0 18px #fff, 
		inset 0 0 0 19px #e6b741, 
		inset 0 0 0 20px #fff, 
		inset 0 0 0 21px #e6b741,
		0 4px 20px rgba(0,0,0,0.4);
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateZ(1000px);
	transform: translateZ(1000px);
}

.rm-modal h5 {
	margin: 0;
	font-size: 20px;
	text-shadow: 1px 1px 0 #fff, 2px 2px 0 #E6B741;
}

.rm-modal .rm-thumb {
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	margin: 0 20px 0 0;
	box-shadow: 
		inset 1px 1px 3px rgba(0,0,0,0.2), 
		1px 1px 1px rgba(255,255,255,0.9);
}

.rm-modal a:after,
.rm-button-open:after {
	content: '\2192';
	display: inline-block;
	margin-left: 3px;
	font-family: Arial, sans-serif;
}

a.rm-viewdetails,
.rm-modal a {
	color: #e6b741;
	font-weight: 500;
}

.rm-modal a {
	float: right;
	clear: both;
}

a.rm-viewdetails:hover,
.rm-modal a:hover {
	color: #000;
}

.rm-close {
	background: #e6b741;
	text-transform: uppercase;
	display: block;
	position: absolute;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	line-height: 15px;
	padding: 2px 5px;
	top: -19px;
	opacity: 0;
	right: 30px;
	cursor: pointer;
}

.rm-close-modal {
	cursor: pointer;
	right: 21px;
	top: 21px;
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	background: #2a323f;
	color: white;
	text-align: center;
	line-height: 14px;
	font-size: 15px;
	font-family: Arial, sans-serif;
}


/* Transitions */

.rm-wrapper,
.rm-wrapper > div {
	-webkit-transition: all 0.6s ease-in-out, height 0s;
	transition: all 0.6s ease-in-out, height 0s;
}

.rm-modal {
	-webkit-transition: 
		-webkit-transform 0.6s ease-in-out,
		opacity 0.6s ease-in-out;
	transition: 
		transform 0.6s ease-in-out,
		opacity 0.6s ease-in-out;
}

.rm-close {
	-webkit-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
}

.rm-container.rm-open .rm-close {
	-webkit-transition: all 0.3s ease-in-out 0.8s;
	transition: all 0.3s ease-in-out 0.8s;
	opacity: 1;
}

.rm-container.rm-open .rm-wrapper > div {
	box-shadow: 0 4px 5px -3px rgba(0,0,0,0.6);
}

.rm-container.rm-open .rm-cover {
	-webkit-transform: rotateY(-180deg);
	-webkit-transition-delay: 0s;
	transform: rotateY(-180deg);
	transition-delay: 0s;
}

.rm-container.rm-open .rm-middle,
.rm-container.rm-open .rm-right {
	pointer-events: auto;
}

.rm-container.rm-open .rm-right {
	-webkit-transform: rotateY(180deg);
	-webkit-transition-delay: 0.2s;
	transform: rotateY(180deg);
	transition-delay: 0.2s;
}

.rm-container.rm-in .rm-cover {
	-webkit-transform: rotateY(-150deg);
	transform: rotateY(-150deg);
}

.rm-container.rm-in .rm-right {
	-webkit-transform: rotateY(150deg);
	transform: rotateY(150deg);
}

.rm-container.rm-in .rm-wrapper {
	-webkit-transform: translateZ(-500px);
	transform: translateZ(-500px);
}

.rm-container.rm-in .rm-cover, 
.rm-container.rm-in .rm-right,
.rm-container.rm-nodelay .rm-right {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.rm-container.rm-in .rm-modal {
	-webkit-transform: translateZ(0px);
	transform: translateZ(0px);
	opacity: 1;
	pointer-events: auto;
}

/* Fallback (similar to last media query) */

.no-csstransforms3d .rm-container {
	width: 100%;
	height: auto;
	max-width: 460px;
}
.no-csstransforms3d .rm-wrapper, 
.no-csstransforms3d .rm-wrapper > div,
.no-csstransforms3d .rm-wrapper > div > div {
	position: relative;
	width: 100%;
	height: auto;
}

.no-csstransforms3d .rm-wrapper > div > div{
	margin-bottom: 10px;
	box-shadow: 
		inset 0 0 0 16px #fff, 
		inset 0 0 0 17px #e6b741, 
		inset 0 0 0 18px #fff, 
		inset 0 0 0 19px #e6b741, 
		inset 0 0 0 20px #fff, 
		inset 0 0 0 21px #e6b741,
		0 3px 5px rgba(0,0,0,0.2);
}

.no-csstransforms3d .rm-container .rm-back {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.no-csstransforms3d .rm-overlay, 
.no-csstransforms3d .rm-middle .rm-overlay {
	display: none;
}

.no-csstransforms3d .rm-right .rm-front {
	display: none;
}

.no-csstransforms3d .rm-button-open {
	pointer-events: none;
}

.no-csstransforms3d .rm-button-open:after {
	content: '\2193';
}

.no-csstransforms3d .rm-modal {
	position: fixed;
	width: 80%;
	top: 50%;
	left: 50%;
	margin: 0 0 0 -40%;
	-webkit-transition: opacity 0.6s ease-in-out 0s;
	transition: opacity 0.6s ease-in-out 0s;
}

.no-csstransforms3d .rm-container.rm-in .rm-cover,
.no-csstransforms3d .rm-container.rm-in .rm-right,
.no-csstransforms3d .rm-container.rm-in .rm-wrapper {
	-webkit-transform: rotateY(0deg);
	-webkit-transition-delay: 0s;
	transform: rotateY(0deg);
	transition-delay: 0s;
}

#product1 {
background: #fff url(../../m/images/white_paperboard.html);
width: 370px;
height: 100%;
padding: 30px;
box-shadow: 
inset 0 0 0 16px #fff, 
inset 0 0 0 17px #e6b741, 
inset 0 0 0 18px #fff, 
inset 0 0 0 19px #e6b741, 
inset 0 0 0 20px #fff, 
inset 0 0 0 21px #e6b741;
float:right;	
	
}
#product2 {
background: #fff url(../../m/images/white_paperboard.html);
width: 370px;
height: 100%;
padding: 30px;
box-shadow: 
inset 0 0 0 16px #fff, 
inset 0 0 0 17px #e6b741, 
inset 0 0 0 18px #fff, 
inset 0 0 0 19px #e6b741, 
inset 0 0 0 20px #fff, 
inset 0 0 0 21px #e6b741;
float:right;	
	
}

/* Media Queries */

@media screen and (max-width: 1110px) {
	.rm-container {
		height: 800px;
	}
}

@media screen and (max-width: 960px) {
	.productbg h1{
	font-size:15px;
	font-family:tahoma;
	padding-top:5px;
	
}
.productbg h2{
	font-size:20px;
	font-family:tahoma;
	
}
.productbg .black{
	font-size:10px;
	font-family:tahoma;
	font-weight:bold;
	
}
.productbg img{
	margin-top:40px;
	margin-bottom:20px;
 	-webkit-margin-bottom:20px;
		
}
	.rm-container {
		width: 100%;
		height: auto;
		max-width: 460px;
		-webkit-perspective: 0px;
		perspective: 0px;
	}
	.rm-wrapper, 
	.rm-wrapper > div,
	.rm-wrapper > div > div {
		position: relative;
		width: 100%;
		height: auto;
	}

	.rm-wrapper > div > div{
		margin-bottom: 10px;
		box-shadow: 
			inset 0 0 0 16px #fff, 
			inset 0 0 0 17px #e6b741, 
			inset 0 0 0 18px #fff, 
			inset 0 0 0 19px #e6b741, 
			inset 0 0 0 20px #fff, 
			inset 0 0 0 21px #e6b741,
			0 3px 5px rgba(0,0,0,0.2);
	}

	.rm-container .rm-back,
	.rm-container.rm-open .rm-cover,
	.rm-container.rm-open .rm-right {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}

	.rm-overlay, .rm-middle .rm-overlay {
		background: transparent;
	}

	.rm-right .rm-front,
	.rm-close {
		display: none;
	}

	.rm-button-open {
		pointer-events: none;
	}

	.rm-button-open:after {
		content: '\2193';
	}

	.rm-container .rm-modal {
		position: fixed;
		width: 80%;
		top: 50%;
		left: 50%;
		margin: 0 0 0 -40%;
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		-webkit-transition: opacity 0.6s ease-in-out 0s;
		transition: opacity 0.6s ease-in-out 0s;
	}

	.rm-container.rm-in .rm-cover,
	.rm-container.rm-in .rm-right,
	.rm-container.rm-in .rm-wrapper {
		-webkit-transform: rotateY(0deg);
		-webkit-transition-delay: 0s;
		transform: rotateY(0deg);
		transition-delay: 0s;
	}


}

/* End rm class */
