h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', arial, helvetica, sans-serif;
    margin-top: 0;
    font-weight: 700;
    color: #474747;
}

body {
    color: #595959;
    font-family: Verdana, Arial, helvetica, sans-serif;
    font-size: 16px;
    background: #f2f2f2;
}

a {
    text-decoration: none;
    color: #40D17F;
}

a:hover {
    color: #668628;
    text-decoration: none;
}

img {
    width: 100%;
    max-width: none;
}

p.small,
small {
    line-height: 1.5em;
    font-size: 11px;
    color: #7a7a7a;
}

.logo {
    width: auto;
}

.btn {
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: none;
    font-family: 'Lato', arial, helvetica, sans-serif;
    font-weight: 600;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    background: #d9d9d9;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    color: #595959 !important;
}

.btn-primary:hover {
    background: #668628;
}

.btn-primary {
    background: #40D17F;
    color: #fff !important;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}

.gap {
    display: block;
    position: relative;
    margin: 30px 0 30px 0;
    clear: both;
    overflow: hidden;
}

.gap:after {
    content: '';
    display: table;
}

.gap-mini {
    margin: 10px 0 10px 0;
}

.gap-small {
    margin: 15px 0 15px 0;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.form-control {
    height: 34px!important;
}

.hover-img {
    z-index: 1;
    display: block;
    position: relative;
    background: #0d1105;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.hover-img .hover-inner {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px;
    padding: 10px;
    background: #72972d;
    color: #fff;
    font-size: 11px;
    line-height: 1.4em;
}

.hover-img .hover-inner-hide {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.hover-img .hover-icon {
    z-index: 2;
    position: absolute;
    display: block;
    text-align: center;
    width: 100%;
    top: 50%;
    font-size: 20.4px;
    margin-top: -22px;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

.hover-img .hover-icon:before {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #40D17F;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
}

.hover-img>img {
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.coupon-desciption {
    color: #7a7a7a;
    /* font-size: 11px; */
    margin-bottom: 0;
    line-height: 1.4em;
}

.coupon-thumb {
    z-index: 1;
    position: relative;
    text-decoration: none !important;
    display: block;
    background: #000;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.coupon-thumb>img {
    display: block;
}

.coupon-thumb .coupon-inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    padding: 15px;
    border-top: none;
    position: relative;
    z-index: 1;
}

.coupon-thumb .coupon-inner:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    top: -10px;
    left: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.coupon-thumb .coupon-title {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 2;
    color: #40D17F;
    margin-bottom: 5px;
}

.coupon-thumb .coupon-meta {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ededed;
    overflow: hidden;
}

.coupon-thumb .coupon-price {
    float: right;
    display: block;
}

.coupon-thumb .coupon-new-price {
    margin-left: 10px;
    font-weight: bold;
    color: #fff;
    background: #40D17F;
    padding: 7px 10px;
    line-height: 28px;
}

.coupon-thumb .coupon-old-price {
    color: #7a7a7a;
    text-decoration: line-through;
}

.coupon .coupon-meta {
    margin-top: 30px;
}

.coupon .coupon-meta .coupon-price {
    font-size: 15px;
    display: block;
    text-align: center;
}

.coupon .coupon-meta .coupon-meta-title {
    font-size: 13px;
    font-weight: bold;
    display: block;
}

.coupon .coupon-meta>li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
}

.post-list .post-thumb {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
}

.post-list .post-thumb .post-desciption {
    margin-bottom: 0;
    font-size: 11px;
    line-height: 1.4em;
}

.post-list .post-thumb:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.post-list .post-thumb .title {
    margin-bottom: 0;
    line-height: 1em;
    font-size: 11px;
    font-family: Verdana, Arial, helvetica, sans-serif;
}

.post-list .post-thumb small {
    font-style: italic;
}

header.main {
    padding: 15px 0;
    background: #333;
}

.top-area {
    position: relative;
    overflow: hidden;
}

footer.main {
    background: #1a1a1a;
    border-top: 3px solid #72972d;
}

footer.main h5 {
    color: #ccc;
}

footer.main p,
footer.main a {
    font-size: 11px;
    line-height: 1.4em;
}

footer.main p {
    margin-bottom: 0;
    color: #999;
}

footer.main .footer-top-area {
    padding-top: 30px;
    background: #1f1f1f;
    margin-bottom: 30px;
}

footer.main .post-list .post-thumb {
    border-color: #141414;
}

header.main a,
footer.main a {
    color: #fff !important;
}

.list.list-app-download {
    overflow: hidden;
    margin-top: 15px;
}

.list.list-app-download li {
    float: left;
    margin-right: 15px;
}

.list.list-app-download .box-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
}

.list.list-social {
    overflow: hidden;
    margin-top: 15px;
}

.list.list-social li {
    float: left;
    margin-right: 10px;
}

.list.list-social li .box-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
}

.list {
    margin: 0;
    list-style: none;
}

.login-register {
    overflow: hidden;
    list-style: none;
    margin: 0;
    float: right;
}

.login-register li {
    float: left;
    padding: 5px 0;
    margin: 5px 0;
}

.login-register li a {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    display: block;
    line-height: 1em;
}

.login-register li a [class^="icon-"] {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    margin-right: 7px;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    font-size: 15px;
    line-height: 0;
    position: relative;
    top: 0px;
}

.login-register li a:hover [class^="icon-"] {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.login-register li:not(:last-child) {
    border-right: 1px solid #262626;
    margin-right: 10px;
    padding-right: 10px;
}

.box-icon {
    display: block;
    background: #40D17F;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.box {
    background: #fff;
    padding: 15px;
}

.row-wrap>[class^="span"] {
    margin-bottom: 30px;
}

.row-reverce>[class^="span"] {
    float: right;
}

.stacked {
    list-style: none;
    margin: 0;
    overflow: hidden;
}

.stacked li {
    float: left;
    display: block;
    width: 10%;
}

.stacked-8 li {
    width: 12.4%;
}

.stacked-6 li {
    width: 16.666666%;
}

.stacked-5 li {
    width: 20%;
}

.stacked-4 li {
    width: 25%;
}

.stacked-3 li {
    width: 33.33333%;
}

.staked-2 li {
    width: 50%;
}

.countdown-caption {
    /* left: 0; */
    right: 18%;
    position: absolute;
    /* padding: 30px; */
    text-align: center;
    /* width: 500px; */
    margin: 0 auto;
    bottom: auto;
    top: 40%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    /* background: rgba(0, 0, 0, 0.5); */
}

.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
}

.nivoSlider img {
    max-width: none;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    vertical-align: baseline !important;
    max-width: none !important;
}

.nivoSlider a {
    border: 0;
    display: block;
}

.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
    background: #fff;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}

.nivo-caption {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background: #000;
    color: #fff;
    z-index: 8;
    padding: 5px 10px;
    overflow: hidden;
    display: none;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 40%;
}

.nivo-directionNav a {
    position: absolute;
    top: 50%;
    z-index: 9;
    cursor: pointer;
    margin-top: -15px;
}

.nivo-prevNav {
    left: -30px;
}

.nivo-nextNav {
    right: -30px;
}

.nivo-controlNav {
    position: absolute;
    text-align: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    z-index: 10;
    bottom: 20px;
    right: 20px;
    margin-bottom: -20px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

.nivo-controlNav a {
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 10px;
    height: 10px;
    border: 0;
    margin: 0 5px;
}

.nivo-controlNav a:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.slider-wrapper {
    position: relative;
    width: 100%;
}

.slider-wrapper .nivo-directionNav a {
    text-decoration: none;
    display: block;
    width: 30px;
    height: 30px;
    border: 0;
    opacity: 0.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.slider-wrapper .nivo-directionNav a:before {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    background-color: #40D17F;
    text-align: center;
    display: block;
    line-height: 30px;
    color: #fff;
    font-family: 'FontAwesome';
    content: '\f053';
}

.slider-wrapper .nivo-directionNav a:hover:before {
    background-color: #668628;
}

.slider-wrapper .nivo-directionNav a.nivo-nextNav:before {
    content: '\f054';
}

.slider-wrapper:hover .nivo-directionNav a {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.slider-wrapper:hover .nivo-nextNav {
    right: 20px;
}

.slider-wrapper:hover .nivo-prevNav {
    left: 20px;
}

.slider-wrapper:hover .nivo-controlNav {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    margin-bottom: 0;
}

.slider-wrapper .nivo-controlNav a.active {
    cursor: default;
}

.slider-wrapper .nivo-controlNav a.active:before {
    background: #40D17F;
}

.slider-wrapper .nivo-controlNav .nivo-thumbs-enabled {
    width: 100%;
}

.slider-wrapper .nivo-controlNav .nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: auto;
    margin-bottom: 5px;
}

.slider-wrapper .nivo-controlNav .nivo-thumbs-enabled img {
    display: block;
    width: 120px;
    height: auto;
}

.nivo-directionNav .nivo-caption a {
    color: #fff;
    border-bottom: 1px dotted #fff;
}

.nivo-directionNav .nivo-caption a:hover {
    color: #fff;
}

@media all and (max-width: 800px) {
    .nivo-caption {
        display: none !important;
    }
    .nivo-controlNav {
        display: none;
    }
    .nivo-directionNav a {
        opacity: 1 !important;
        -ms-filter: none;
        filter: none;
    }
    .nivo-directionNav .nivo-nextNav {
        right: 20px;
    }
    .nivo-directionNav .nivo-prevNav {
        left: 20px;
    }
}

.carousel {
    margin-bottom: 0;
}

.carousel img {
    max-width: none;
    width: 100%;
}

.flexnav {
    margin: 0;
    *zoom: 1;
    position: relative;
    -webkit-transition: 0;
    -moz-transition: 0;
    -o-transition: 0;
    -ms-transition: 0;
    transition: 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 100;
}

.flexnav li>a {
    line-height: 1em;
    text-decoration: none;
}

.flexnav:after {
    content: '';
    display: table;
    clear: both;
}

.flexnav li {
    position: relative;
}

.flexnav li.active>a {
    background: #40D17F;
    color: #fff;
    border-color: #40D17F !important;
}

.flexnav li a {
    margin: 0;
    position: relative;
    display: block;
    padding: 10px 15px;
    background: #fff;
}

.flexnav ul {
    list-style: none;
    margin-left: 0;
}

.flexnav.one-page {
    position: fixed;
    top: 50px;
    right: 5%;
    max-width: 200px;
}

.flexnav li.active>a:hover {
    background: #40D17F;
    color: #fff;
}

.flexnav li>a:hover {
    background-color: #eee;
}

.touch-button:hover {
    cursor: pointer;
}

.touch-button.active {
    background: #6c8f2a;
}

.touch-button.active:before {
    content: '\f077';
}

.flexnav-menu-button.one-page {
    position: fixed;
    top: 0;
    right: 5%;
    padding-right: 45px;
}

.oldie body.one-page {
    padding-top: 70px;
}

.oldie .flexnav {
    overflow: visible;
}

.oldie .flexnav.one-page {
    top: 0;
    right: auto;
    max-width: 1080px;
}

.oldie .flexnav li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    background-color: #a6a6a2;
    width: 20%;
    min-height: 50px;
    overflow: visible;
}

.oldie .flexnav li:hover>ul {
    display: block;
    width: 100%;
    overflow: visible;
}

.oldie .flexnav li:hover>ul li {
    width: 100%;
    float: none;
}

.oldie .flexnav li a {
    border-left: 1px solid #acaca1;
    border-bottom: none;
    overflow: visible;
}

.oldie .flexnav li>ul {
    position: absolute;
    top: auto;
    left: 0;
    display: none;
    z-index: 1;
    overflow: visible;
}

.oldie .flexnav li ul li ul {
    top: 0;
}

.oldie .flexnav li ul li a {
    border-bottom: none;
}

.oldie .flexnav li ul.open {
    display: block;
    width: 100%;
    overflow: visible;
}

.oldie .flexnav li ul.open li {
    width: 100%;
}

.oldie .flexnav li ul.open ul.open {
    margin-left: 100%;
    top: 0;
    display: block;
    width: 100%;
    overflow: visible;
}

.oldie .flexnav li:hover ul {
    margin-left: 100%;
    top: 0;
}

.oldie .flexnav-menu-button {
    display: none;
}

.oldie.ie7 .flexnav li {
    width: 19.9%;
}

.touch-button {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-family: 'FontAwesome';
    font-size: 15px;
    background: #40D17F;
    color: #fff;
}

.touch-button:before {
    content: '\f078';
    -webkit-font-smoothing: antialiased;
}

.flexnav-menu-button {
    margin-bottom: 10px;
    position: relative;
    display: block;
    padding: 20px 30px;
    cursor: pointer;
    background: #40D17F;
    color: #fff;
    font-size: 20px;
}

.flexnav-menu-button .touch-button {
    background: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
}

.flexnav-menu-button .touch-button:before {
    content: '\f0c9';
}

.nav-pills>li>a {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.nav-pills>li.active>a {
    cursor: default;
    background: #40D17F;
}

.nav-pills>li.active>a:hover {
    background: #40D17F;
}

.nav-pills.nav-stacked.nav-arrow>li a {
    position: relative;
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
}

.nav-pills.nav-stacked.nav-arrow>li.active a:after {
    position: absolute;
    content: '';
    top: 4px;
    right: -10px;
    width: 22px;
    height: 22px;
    background: #40D17F;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mfp-hide {
    display: none !important;
}

.mfp-dialog {
    background: #fff;
    padding: 20px 30px;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
}

.flexnav-menu-button {
    display: none;
}

@media all and (min-width: 800px) {
    .flexnav {
        overflow: visible;
    }
    .flexnav a {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
    }
    .flexnav>li>a {
        background: none;
        color: #fff;
    }
    .flexnav li {
        overflow: visible;
    }
    .flexnav.show {
        max-height: 2000px;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -o-transition: 1s;
        -ms-transition: 1s;
        transition: 1s;
        z-index: 1500;
    }
    . .flexnav li .touch-button {
        display: block;
    }
    .flexnav li ul {
        margin-bottom: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 5%;
        width: 100%;
    }
    .flexnav li ul li {
        overflow: hidden;
    }
    .flexnav li ul li.show {
        overflow: visible;
    }
    .flexnav>li>ul {
        padding-top: 15px;
    }
    .flexnav>li>ul a {
        line-height: 1.4em;
    }
    .flexnav>li>a:hover {
        background: #262626;
    }
    .flexnav li .touch-button {
        display: none;
    }
    .flexnav li ul {
        z-index: 1;
        width: 150px;
        position: absolute;
        display: none;
    }
    .flexnav li ul li>a {
        border-top: 1px solid #1a1a1a;
        background: #262626;
        color: #fff;
    }
    .flexnav li ul li>a:hover {
        background: #1a1a1a;
    }
    .flexnav li ul li>ul {
        left: -1px;
        margin-left: 100%;
        top: 0;
    }
    .flexnav li>ul {
        top: auto;
        left: 0;
    }
    .flexnav li>ul li {
        width: 100%;
    }
}

@media all and (max-width: 800px) {
    .flexnav {
        overflow: hidden;
        width: 100%;
        margin: 0 auto;
        max-height: 0;
    }
    flexnav li {
        display: block;
        width: 100%;
        overflow: hidden;
        position: relative;
    }
    .flexnav li a {
        border-bottom: 1px solid #e6e6e6;
        padding: 15px 22.5px;
        color: #595959 !important;
    }
    .flexnav li.active>a {
        color: #fff !important;
    }
}