.v-menu .nav-main {
	background-color: #034d5f !important;
	border: 5px solid #034d5f !important;
}

.v-menu .nav-main ul li {
	border-bottom: 1px solid #F4581A !important;
	background-color: #034d5f !important;
}

ul.indentLeft {
  padding-left: 25px;
}

/* MKH - Edited 20022017 */
.DnnModule ul.dnnActions, ul.dnnActions {
    width: auto !important;
}
/* END MKH Edit */

.toggle>.toggle-content>p {
    margin-bottom: 24px !important;
    padding: 0 10px !important;
    color: inherit;
}

.body>#footer .copyright {
    color: #fff !important;
}
.toggle.toggle-simple .toggle>label:before,.toggle.toggle-simple .toggle.active>label:before{
    content:none !important;
}
html .toggle-primary.toggle-simple .toggle > label:after {
    background-color: #f4581a;
    content: "";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 13px;
    color: #fff;
    border: 0;
    top: 16px;
    right: auto;
    left: 0px;
    margin-top: 0;
    z-index: 2;
    padding: 2px 7px 0 7px;
}
.toggle.toggle-simple .toggle.active>label:after {
    content: "";
}

@media (max-width: 800px) {
    ul.social-icons-after{
        display: none !important;
    }
}
@media (max-width: 479px) {
    div#gTranslate{
        display:none !important;
    }
    ul.social-icons-after{
        display: none !important;
    }
    .login_popup{
        display: none !important;
    }
}






