#m-header{
    width: 100%;
    height: 56px;
    z-index: 99;
	display:none;
/*    top: 0;
    left: 0;
    right: 0;
    position: fixed;*/
}
@media (max-width: 768px) {
	body{
		margin-top:61px;
	}
	#menu {
		background-color: #fff;
		border-bottom:1px solid #CCC;
		position:fixed;
		top:0;
		z-index:2;
	}
	#m-header{
		display:block;
	}
}
.m-header-left{
	float:left;
}
.m-header-right{
	float:right;
}
.m-header-right.m-with-seperator .m-header-navigation li {
/*    border-left: solid 1px rgba(0,0,0,0.05);*/
	float: left;
    position: relative;
}
.m-header-navigation > li > a {
    display: table-cell !important;
    vertical-align: middle;
    height: 60px;
    line-height: normal;
    color: #FFF;
    font-weight: 600;
    padding: 0 15px;
    text-decoration: none;
}
@media (max-width: 420px) {
	.m-header-navigation > li > a {
    	padding: 0 5px;
	}
}
.m-search-bar{
	position: absolute;
	width: 100%;
	height: 60px;
	top: -70px;
	left: 0;
	background: #DC2424;
	background: -webkit-linear-gradient(to right, #4A569D, #DC2424);
	background: linear-gradient(to right, #4A569D, #DC2424);


	-webkit-transition: top 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	-moz-transition: top 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	-o-transition: top 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	transition: top 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
}
.m-search-bar i{
	line-height:27px !important;
}

.m-search-bar.active{
	top: 0;
}
.m-search-form{
	max-width: 1160px;
	width: 100%;
	height: 40px;
	margin: 10px auto;
	display: block;
	font-size: 14px;
	position: relative;
}
.m-search-input-wrapper{
	left: 20px;
	top: 0;
	right: 60px;
	bottom: 0;
	height: 40px;
	position: absolute;
}
.m-search-input{
	width: 100%;
	height: 40px;
	background-color: rgba(255,255,255,.2);
	border:none;
	padding: 0 54px 0 14px;
	display: block;
	color: #FFF;
	outline: none;
	font-size: 14px;
	font-family: inherit;
}
.m-search-input::placeholder {
    color: #FFF;
    opacity: .5;
}
.m-search-input:-ms-input-placeholder {
    color: #FFF;
}
.m-search-input::-ms-input-placeholder {
    color: #FFF;
}
.m-search-input:focus{
	background-color: rgba(255,255,255,.3);
}
.m-search-submit{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	padding: 8px;
	background: none;
	color: #FFF;
	border:none;
	cursor: pointer;
	outline: none;
}
.m-search-submit:hover{
	background-color: rgba(255,255,255,.1);
}
.m-search-close{
	width: 40px;
	height: 40px;
	position: absolute;
	right: 20px;
	top: 0;
	background: none;
	border:none;
	padding: 8px;
	outline: none;
	cursor: pointer;
	color: #FFF;
}
/*.m-header-navigation > li > a >i{
	padding:10px;
}*/

.open-left {
    float: left;
    height: 56px;
    line-height: 56px;
    width: 56px;
    text-align: center;
    position: relative;
}
#m-header i {
    font-size: 24px;
    line-height: 56px;
    color: #fff;
}
@media (max-width: 768px) {
#m-header i {
    color: #3B315F;
}
}
#m-header .aa-logo{
	width:200px;
	height:auto;
	margin-top:6px;
}

@media (max-width: 427px) {
	#m-header .aa-logo{
		width:170px;
	}
}

#sidebar a,
#sidebar a:hover,
#sidebar a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

#sidebar .navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

#sidebar .navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

#sidebar .line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    right: -250px;
    height: 100vh;
    z-index: 999;
    background: #fff;
    color: #3B315F;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    right: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #FFF;
	color:#52497C;
	border: 1px solid #52497C;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
	top:0;
	
}
.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #3B315F;
	
}
#sidebar .sidebar-header .u-profile,
#sidebar .sidebar-header .u-name{
	display:inline-block;
}
#sidebar .sidebar-header .u-profile img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
#sidebar .sidebar-header .u-name{
	color:#FFF;
	margin-left:10px;
	font-size:16px;
	font-weight:bold;
}
#sidebar ul.components {
    padding: 20px 0;
/*    border-bottom: 1px solid #47748b;*/
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a i{
	margin-right:10px;
}
#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active>a{
    color: #fff;
    background: #3B315F;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
/*    background: #3B315F;*/
}


/* ---------------------------------------------------
	right-sidebar
----------------------------------------------------- */
#m-category-sidebar{
    width: 100%;
    position: fixed;
    top: 0;
/*    left: -381px;*/
	left:0;
    height: 100vh;
    z-index: 999;
    background: #FFF;
    color: #3B315F;
    transition: all 0.3s;
    overflow-y: scroll;
/*    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);*/
    transform: translate3d(-100%,0,0);
    /* -webkit-transform: translate3d(-100%,0,0); */
    -moz-transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0);
    -o-transform: translate3d(-100%,0,0);
    /* transition: transform .3s ease-in-out; */	
}

#m-category-sidebar.active {
    left: 0;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -ms-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

@media (max-width: 768px) {
	#m-category-sidebar{
		display:block;
	}
}

#m-category-sidebar .m-category-wp{
/*	display:none;*/
}
#m-category-sidebar.active .m-category-wp{
	display:block;
	background:#FFF;
}

#m-category-sidebar .m-h-title{
	padding: 10px;
	line-height: 36px;
	border-bottom: 1px solid #52497C;
	vertical-align: top;
	margin: 0;
}
.inline-cat-list, .inline-subcat-list {
/*    background: #f2f2f2;*/
    left: 0;
    white-space: nowrap;
    right: 0;
    padding: 1em 4px;
    overflow: auto;
}

.inline-cat-list {
/*    position: fixed;
    top: 3.2em;*/
    transform: translate3d(0,-200%,0);
    transition: all .5s ease-in-out;
    z-index: -1;
	background:#FFF;
	padding:0.7em 4px !important;
}
.inline-cat-list, .inline-subcat-list {
    transform: translate3d(0,0,0);
    transition: all .3s cubic-bezier(.4,0,.2,1);
}
.m-sub-cateogory .inline-cat-list-item,
.inline-cat-list .inline-cat-list-item,
.inline-subcat-list .inline-subcat-list-item {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);

    display: inline-block;
    background-color: #fff;
    min-width: 25%;
    margin-right: 1em;
    padding: 1em;
    cursor: pointer;
    text-align: center;
    white-space: normal;
    vertical-align: top;
    /* box-shadow: 0 0 3px #bbb; */
}

.inline-subcat-list .inline-subcat-list-item a{
	color:#3B315F;
}
.inline-cat-list .inline-cat-list-item{
	width: 31.5%;
    padding: 2px;
	margin-right:0.4em;
}
.inline-cat-list .inline-cat-list-item .title{
	font-size:14px;
	color:#3B315F;
}
.m-sub-cateogory{
	display: flex;
    flex-wrap: wrap;
}
.m-sub-cateogory .inline-cat-list-item{
    padding: 2px;
    width: 32.2%;
    margin: 2px;
}
.m-sub-cateogory .inline-cat-list-item img{
	width:100%;
	height:83px;
}
.m-sub-cateogory .inline-cat-list-item .sub-title{
	font-size:14px;
	color:#3B315F;
}
.inline-subcat-list{
    background: #FFF;
}
.inline-cat-list .inline-cat-list-item img{
	width:100%;
	height:85px;
}

.m-category-wp > .tab-content{
    height: 100vh;
    background: #FFF;
	margin:5px;
	/*#52497C*/
}
.tab-content-2{
	padding:5px;
}
.m-sub-cateogory li{
	
}
.no-scrollbar::-webkit-scrollbar {
    display: none;
}