.menu_container{
	text-align: center;
    margin-bottom: 10px; 
}
.mobile_menu{
    color: #ffffff;
    cursor: pointer;
 
}
a.mobile_menu {
	height: 40px;
    padding: 0;
    position: relative;
    width: 40px;
    display: flex;
    align-items: center;
}
.f-header-block-logo_mob {
    margin-right: 20px;
}
/*.mobile_menu:hover{
	background: #3da141;
   	cursor: pointer;
    color: #fff; 
}*/
.mobile_menu_overlay, .mobile_menu_container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mobile_menu_container, .mobile_menu_container ul li ul{
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}
.mobile_menu_overlay{
	display: none;
	cursor: pointer;
	z-index: 10200;
	background: rgba(0, 0, 0, 0.5);
}
.mobile_menu_container{
	-webkit-transform: translateX(-300px);
	transform: translateX(-300px);
	width: 300px;
	overflow: hidden;
	z-index: 10201;
	background: #fff;
}
.mobile_menu_container.loaded{
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
.mobile_menu_container .mobile_menu_content{
	overflow: auto;
	max-height: 100%;
	padding-bottom: 30px;
}
a.tek-cat {
    background: #fff !important;
    color: #4caf50 !important;
    font-weight: 600 !important;
    text-align: center;
}
.mobile_menu_container ul{
	margin: 0;
	padding: 0;
}
.mobile_menu_container ul li{
	list-style: none;
}
.mobile_menu_container ul li.selected a {
    background: #46505d;
    color: #fff; 
}
.mobile_menu_container ul li a{
    display: block;
    padding: 12px 20px;
    background: #ffffff;
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px solid #cbcbcb;
    width: 100%;
    margin: 0 auto; 
}
.mobile_menu_container ul li a.parent{
	padding-right: 50px;
	background: #fff url("../images/arrow_right_c.svg") right 20px center no-repeat;
	background-size: 20px;
}
.mobile_menu_container ul li a.parent:hover{
	background: #46505d url("../images/arrow_right.svg") right 20px center no-repeat;
	background-size: 20px;
}
.mobile_menu_container ul li a.back{
	padding-left: 50px;
	background: #46505d url("../images/arrow_left.svg") left 20px center no-repeat;
	background-size: 20px;
	min-height: 50px;
	display: flex;
    align-items: center;
	color: #fff; 
}
.mobile_menu_container ul li a.back:hover{
	background: #46505d url("../images/arrow_left.svg") left 20px center no-repeat;
	background-size: 20px;
}
.mobile_menu_container ul li a:hover{
	background: #46505e;
    color: #fff;
}
.mobile_menu_container ul li ul{
	-webkit-transform: translateX(300px);
	transform: translateX(300px);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	z-index: 2;
}
.mobile_menu_container ul li ul.loaded{
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
.mobile_menu_container ul li ul.activity{
	overflow-y: auto;
	overflow-x: hidden;
}

@media (max-width: 320px){
	.mobile_menu_container{
		width: 240px;
	}
}

.nav_title_mobile {
    background: #2e8b32;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
	text-align: center;
    padding: 8px 10px;
}
ul.mobile-menu-page {
    margin-top: 20px;
    padding-top: 10px;
}
body.m-overflow-block {
	overflow: hidden;
    width: 100%;
    height: 100% !important;
    position: fixed;
}

ul.cattt0 {
    border: 4px solid #3aff6f;
}

ul.cattt1 {
    border: 4px solid #f00;
}

ul.cattt2 {
    border: 4px solid yellow;
}
ul.cattt3 {
    border: 4px solid blue;
}



.arrow-1 {
    cursor: pointer;
    position: relative;
    width: 80px;
    height: 50px;
    margin: 20px;
}
.arrow-1 div {
    position: relative;
    top: 20px;
    width: 90px;
    height: 10px;
    background-color: #337AB7;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    left:0;
    display: block;
}
.arrow-1 div::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 10px;
    top: -11px;
    right: -8px;
    background-color: #337AB7;
    transform: rotate(45deg);
}
.arrow-1 div::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 10px;
    top: 11px;
    right: -8px;
    background-color: #337AB7;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    transform: rotate(-45deg);
}
ul.others-contact li {
    display: flex;
    align-items: center;
    padding: 8px 10px;
    border-bottom: 1px solid #cbcbcb;
}
.mobile_menu_container ul li img {
    margin-right: 10px;
    width: 24px;
}
li.mob-callme span a {
    border: none;
    padding: 0;
    color: #ef7f19;
    font-weight: 600;
}
li.mob-callme span a:hover {
	background: #ffffff;
    color: #ef7f19; 
}
.social-mob-title {
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
}
li.mob-phone-number a {
    border-bottom: none !important;
    padding: 0 !important;
}
li.mob-phone-number a:hover {
	background: #ffffff !important;
    color: #46505c !important;
}
li.user-profile-m a {
    padding: 4px 0px !important;
    border: none !important;
}
li.user-profile-m a:hover {
    padding: 4px 0px !important;
    border: none !important;
    background: none !important;
    color: #46505e !important;
}