:root {
    --bg_color: #f9fafb;
}
body{
	margin: 0;
	color: #000;
	text-align: left;
	background-color: var(--bg_color);
	background-image: none;
	height: 100%;
	font-family: "Roboto","Open Sans",helvetica,arial,sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
a {
    color: #139089;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #20b2aa;
    text-decoration: underline; 
}
.nav a{color: #585858;}
.nav a:hover{color: #20b2aa;}

.p_topbar{}
#layout .p_topbar header{
	width: 100%;
	max-height: 60px;
	background: #ffffff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: stretch;
	align-items: stretch;
	padding: 0;
	position: relative;
	-webkit-transition: width .1s ease, left .1s ease;
	transition: width .1s ease, left .1s ease;
}
.p_topbar header .p_topbar_inner{
	display: -webkit-flex;
    display: flex;
}
.p_topbar header .p_topbar_inner > div{height: 60px;display: flex;align-items: center;}
.p_topbar header .navbar-brand{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding:0
}
.p_topbar header .navbar-brand img{min-height: 42px;}
.p_topbar header .icms-user-menu {border-radius: 0 !important;background: none;}
.p_topbar header .icms-user-menu .dropdown-menu{border-radius: 0 !important;}
.p_topbar header .icms-user-menu .icms-user-menu__summary{padding:14px !important}
.p_topbar header .menu-notices{font-size:1rem}

.p_topbar .p_main_menu{
	background: #fff;
	position: relative;
	-webkit-transition-duration: 3s;
	-moz-transition-duration: 3s;
	-o-transition-duration: 3s;
	transition-duration: 3s;
	-webkit-transition-property: position, left, right, top, z-index;
	-moz-transition-property: position, left, right, top, z-index;
	-o-transition-property: position, left, right, top, z-index;
	transition-property: position, left, right, top, z-index;
	box-shadow: 0 5px 5px 0 rgba(183, 192, 206, 0.1);
	-webkit-box-shadow: 0 5px 5px 0 rgba(183, 192, 206, 0.1);
	-moz-box-shadow: 0 5px 5px 0 rgba(183, 192, 206, 0.1);
}
.p_topbar .p_main_menu ul{
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: background, box-shadow;
	-moz-transition-property: background, box-shadow;
	-o-transition-property: background, box-shadow;
	transition-property: background, box-shadow;
	height: 60px
}
.p_topbar .p_main_menu ul li{background: none;border: none;display: flex;align-items: center;}
.p_topbar .p_main_menu ul li a{
	color: #585858;
    font-weight: normal;
    text-transform: none;
	font-size: 1rem
}

.p_topbar .p_main_menu ul li a:hover, .p_topbar .p_main_menu .navbar-nav > li.is-active > a{
	color: #139089;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	text-decoration: none;
	background: none !important;
}
.p_topbar .p_main_menu .navbar-nav li:hover > ul{
	background: #fff;
    border-top: none;
    border-radius: 4px;
	padding: 15px;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
	animation-name: dropdownAnimation;
    -webkit-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    -ms-animation-duration: 0.2s;
    -o-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
.p_topbar .p_main_menu .navbar-nav li:hover > ul li{
    display: block;
    line-height: 20px;
	padding:0 15px
}
.p_topbar .p_main_menu .navbar-nav li:hover > ul li a{
    padding: 0;
    display: block;
    text-decoration: none;
    text-align: left;
    margin: 4px 0;
    white-space: nowrap;
    position: relative;
}

.main_column{padding-left:25px}
.wd_body{
	position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #f2f4f9;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
    -webkit-box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
    -ms-box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
	padding: 1.25rem
}

.IsPage-smartwall-index .wd_body, .IsPage-smartwall-view .wd_body{
	padding:0;
	background:none;
	box-shadow:none;
	border:0
}
.IsPage-smartwall-index .wd_body h1{margin-bottom: 15px}

.icms-widget__square>.card-header>span:first-child{background: var(--bg_color)}
.IsPage-frontpage-index .sw_microblock{margin-top:0}
.main_body article h1 {
    color: #34495e;
    font-size: 1.8rem;
}



#body .p_body_inner{
	padding: 30px 0;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

#body aside .menu li ul {left: 91%;right: auto;margin:0;padding:0}

/** avatar wd **/
.ww_user_panel, aside .menu-toolbar{border-radius: 5px;background: #fff;}
.ww_user_panel .ww_u_header{
    padding: 10px 15px;
    z-index: 2;
    position: relative;
    border-bottom: 1px solid rgb(0 0 0 / 5%);
}
.ww_user_panel .ww_u_ava{
	margin-right: 10px;
	border-radius: 3px;
	overflow: hidden;
}
.ww_user_panel .ww_u_nickname{
	display: flex;
	align-items: center;
	font-size: 1rem;
    font-weight: 500;
	letter-spacing: 0.9px;
}
.ww_user_panel .ww_u_menu{
}

.ww_u_menu ul, aside .menu-toolbar, article .menu-toolbar {
 	width: 100%;
 	margin: 0 auto;
 	background: #FFF;
	border-radius: 5px;
 }
article .menu-toolbar .nav-link{padding: 0.7rem 1rem;}
 aside .menu-toolbar li{width: 100%}
.dropdown-menu-right.menu-toolbar.show{padding:0;box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);border-radius: 5px;}
.ww_u_menu li a, aside .menu-toolbar li a, .dropdown-menu-right.menu-toolbar.show a{
	cursor: pointer;
	display: block;
	padding: 15px 20px 12px;
	position: relative;
	border-bottom: 1px solid rgb(0 0 0 / 5%);
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.ww_u_menu ul > li a:hover, aside .menu-toolbar > li a:hover, .dropdown-menu-right.menu-toolbar.show > li a:hover{
 	background: #fafafa;
}
.ww_u_menu li:last-child a, aside .menu-toolbar li:last-child a{border:0}
.ww_u_menu li svg, aside .menu-toolbar li svg, .dropdown-menu-right.menu-toolbar.show li svg{
	margin-right: 6px
}
.ww_u_menu li .dropdown-toggle::after{
	border: none;
    content: "";
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    transition: none;
    position: absolute;
    right: 14px;
    top: 14px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23555' width='16' height='16' viewBox='0 0 448 512'%3e%3cpath d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3e%3c/svg%3e") no-repeat center;
}

.ww_u_menu li.show .dropdown-toggle::after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%233368c6' width='16' height='16' viewBox='0 0 448 512'%3e%3cpath d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3e%3c/svg%3e") no-repeat center;
}

.ww_u_menu li .dropdown-menu {
 	display: none;
 	background: #fbfbfb;
 	font-size: 0.9rem;
 	position: relative !important;
 	transform: unset !important;
 	will-change: unset !important;
 	margin: 0;
 	padding: 0;
 	border-radius: 0;
 	box-shadow: none;
 	border: none;
 }
.ww_u_menu li.show .dropdown-menu {display: block;}

.ww_u_menu li .dropdown-menu li {
 	border-bottom: 1px solid rgb(255 255 255 / 19%);
 }

.ww_u_menu li .dropdown-menu a {
 	display: block;
 	text-decoration: none;
 	padding: 10px 25px;
 	-webkit-transition: all 0.25s ease;
 	-o-transition: all 0.25s ease;
 	transition: all 0.25s ease;
 	border-bottom: 1px solid rgb(0 0 0 / 5%);
 	color: #999;
 }

.ww_u_menu li .dropdown-menu a:hover, .ww_u_menu li .dropdown-menu a.active {
 	background: #eee;
	color: #139089
}

article .menu-toolbar li{position: relative;}
article .menu-toolbar li.flexMenu-allInPopup{
    width: 100%;
    z-index: 5 !important;
}
article .menu-toolbar li.flexMenu-viewMore > a{display: block;padding: 0.7rem 1rem;}
article .menu-toolbar li.flexMenu-viewMore > a:hover{text-decoration:none}
article .menu-toolbar li .flexMenu-popup{
    width: 230px;
    right: 0;
    border: solid 1px #EDEDED;
    background: #fff;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 2;
}
article .menu-toolbar li .flexMenu-popup li{
    float: none;
    border-bottom: 1px solid #eee;
    font-size: 13px;
}
article .menu-toolbar li.flexMenu-allInPopup .flexMenu-popup{
    width: 99%;
    position: static !important;
    margin: 0;
    border-top: none;
}


.card, .icms-widget__tabbed{
	border: 1px solid #f2f4f9;
	border-radius: 4px;
	box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
	-webkit-box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
	-moz-box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
	-ms-box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
	flex: 1 1 auto;
	min-height: 1px;
	padding: 0;
	margin-bottom: 25px;
}
.icms-widget__tabbed .card-header ul{flex-wrap: nowrap;}
.icms-widget__tabbed .card-header ul li{font-size: 1rem;}
.icms-widget__tabbed .card-header ul li + li a.active{border-left: 1px solid rgba(0, 0, 0, 0.07);}
.icms-widget__tabbed .card-header ul li a.nav-link{
    color: #bfbfbf;
    padding: 15px 12px 13px;
    border-radius: 0;
}
.icms-widget__tabbed .card-header ul li a:hover{text-decoration: none;color: #686868;}
.icms-widget__tabbed .card-header ul li a:before{content:none}
.icms-widget__tabbed .card-header ul li a.active{
    color: #686868;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #eee;
    padding: 15px 15px 12px;
}
.card > .card-header{
	justify-content: space-between;
	margin: 0;
	flex-flow: row wrap;
	background: none;
	height: auto;
	line-height: normal;
	padding: 15px 15px 12px ;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0);
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
	font-size: 1.1rem;
	color: #444;
	width: 100%;
	flex-basis: 100%;
}
.icms-widget__tabbed > .card-header{padding-right:0;font-size: 1rem;}
aside .widget > .title{
    font-size: 14px;
    background: none;
    color: #444;
    height: auto;
    line-height: normal;
}
.widget .title .links a{
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
    color: #20b2aa;
	background: none !important;
}
.widget .title .links a:hover{color: #139089;}

.modal-search-panel .modal-body {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 3rem 1rem;
    border-radius: 1rem;
    backdrop-filter: blur(2px)
}

nav.hc-offcanvas-nav{z-index: 10002;}
.hc-offcanvas-nav .nav-close-button span::before, .hc-offcanvas-nav .nav-close-button span::after{box-sizing: content-box;}
body .hc-offcanvas-nav .nav-wrapper>.nav-content>ul:first-of-type>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link, body .hc-offcanvas-nav .nav-wrapper>.nav-content>ul:first-of-type>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link+a{
	border-top-color: rgb(0 0 0 / 14%);
}
body .hc-offcanvas-nav .nav-item-link, body .hc-offcanvas-nav li.nav-close a, body .hc-offcanvas-nav .nav-back a, body .hc-offcanvas-nav a.nav-next{
	border-bottom-color: rgb(0 0 0 / 14%);
}
body .hc-offcanvas-nav a.nav-next{
	border-left-color: rgb(0 0 0 / 14%);
}
body .hc-offcanvas-nav:not(.touch-device) li:not(.nav-item-custom) a:not([disabled]):hover{background-color: rgb(0 0 0 / 5%);}
body .hc-offcanvas-nav .nav-content>.nav-close:first-child a, body .hc-offcanvas-nav .nav-title+.nav-close a.has-label, .hc-offcanvas-nav li.nav-close a, body .hc-offcanvas-nav .nav-back a {
    background-color: rgb(0 0 0 / 5%);
    border-top-color: rgb(0 0 0 / 14%);
    border-bottom-color: rgb(0 0 0 / 14%);
}
body .hc-offcanvas-nav .nav-content>h2, body .hc-offcanvas-nav .nav-content>h3, body .hc-offcanvas-nav .nav-content>h4, body .hc-offcanvas-nav .nav-content>h5, body .hc-offcanvas-nav .nav-content>h6{color: #fff}
.hc-offcanvas-nav .nav{display: block;}
.hc-offcanvas-nav .nav-content>h2{margin-bottom:0}
.hc-offcanvas-nav .nav-item-link svg{
	height: 20px;
    width: 20px;
    margin-right: 8px;
    margin-bottom: -1px;
}
#mobi-main-btn{
	background: none;
    -webkit-appearance: button;
    text-transform: none;
    border: none;
    outline: none;
	position: relative;
	min-height: 50px;
	top: unset;
	left: 20px;
}
body .hc-offcanvas-nav .nav-container, body .hc-offcanvas-nav .nav-wrapper, body .hc-offcanvas-nav ul {
    background: #495057;
}

#layout footer {
    padding: 25px 0 0;
    font-size: 14px;
    color: #666666;
    background: #fff;
    height: auto;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.08);
}
#layout footer .card{
    box-shadow: none;
    border: none;
    border-radius: unset;
}
#layout footer .card > .card-header{}

footer .footer_text {
    background: rgba(0, 0, 0, 0.01);
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    overflow: hidden;
    padding: 20px 0;
}

footer .p_copyrights {
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px rgba(0, 0, 0, 0.08) solid;
    padding: 14px 10px 14px;
}

footer .p_copyrights a{padding:0}
.breadcrumb:after{content:none}












.widget_tags_cloud ul{
	list-style: none;
    padding: 0;
    margin: 0;
}
.widget_tags_cloud .tags_as_list li, #layout footer .widget_tags_cloud .tags_as_list li{
	position: relative;
	float: left;
	margin: 0 12px 8px 0;
	padding: 0;
	background: none;
}
#layout footer .widget_tags_cloud .tags_as_cloud li {
    line-height: 20px;
    margin: 0 8px 8px 0;
}
.widget_tags_cloud .tags_as_list li:after{
	content: '';
    z-index: 2;
    position: absolute;
    top: 10px;
    right: -2px;
    width: 5px;
    height: 6px;
    opacity: .95;
    filter: alpha(opacity=95);
    background: #eb6b22;
    border-radius: 3px 0 0 3px;
    -webkit-box-shadow: inset 1px 0 #99400e;
    box-shadow: inset 1px 0 #99400e;
}
.widget_tags_cloud .tags_as_list li a{
	height: 26px;
    line-height: 23px;
    padding: 0 9px 0 8px;
    font-size: 12px;
    color: #555 !important;
    text-decoration: none;
    text-shadow: 0 1px white;
    background: #fafafa;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #dadada #d2d2d2 #c5c5c5;
    border-radius: 3px 0 0 3px;
    background-image: -webkit-linear-gradient(top,#fcfcfc,#f0f0f0);
    background-image: -moz-linear-gradient(top,#fcfcfc,#f0f0f0);
    background-image: -o-linear-gradient(top,#fcfcfc,#f0f0f0);
    background-image: linear-gradient(to bottom,#fcfcfc,#f0f0f0);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.7), 0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.7), 0 1px 2px rgba(0,0,0,0.05);
	display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.widget_tags_cloud .tags_as_list li span{
	display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	position: absolute;
    top: 1px;
    left: 100%;
    z-index: 2;
    overflow: hidden;
    max-width: 0;
    height: 24px;
    line-height: 21px;
    padding: 0 0 0 2px;
    color: white;
    text-shadow: 0 -1px rgba(0,0,0,0.3);
    background: #eb6b22;
    border: 1px solid;
    border-color: #d15813 #c85412 #bf5011;
    border-radius: 0 2px 2px 0;
    opacity: .95filter:alpha(opacity=95);
    background-image: -webkit-linear-gradient(top,#ed7b39,#df5e14);
    background-image: -moz-linear-gradient(top,#ed7b39,#df5e14);
    background-image: -o-linear-gradient(top,#ed7b39,#df5e14);
    background-image: linear-gradient(to bottom,#ed7b39,#df5e14);
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -webkit-transition-property: padding,max-width;
    -moz-transition-property: padding,max-width;
    -o-transition-property: padding,max-width;
    transition-property: padding,max-width;
}
.widget_tags_cloud .tags_as_list li:hover span{
	padding: 0 7px 0 6px;
    max-width: 40px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.15), 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.15), 1px 1px 2px rgba(0,0,0,0.2);
}
.widget_tags_cloud .tags_as_list li:nth-child(2n) span{
	background: #65bb34;
    border-color: #549b2b #4f9329 #4b8b27;
    background-image: -webkit-linear-gradient(top,#71ca3f,#5aa72e);
    background-image: -moz-linear-gradient(top,#71ca3f,#5aa72e);
    background-image: -o-linear-gradient(top,#71ca3f,#5aa72e);
    background-image: linear-gradient(to bottom,#71ca3f,#5aa72e);
}
.widget_tags_cloud .tags_as_list li:nth-child(2n):after{
	background: #65bb34;
    -webkit-box-shadow: inset 1px 0 #3a6b1e;
    box-shadow: inset 1px 0 #3a6b1e;
}
.widget_tags_cloud .tags_as_list li:nth-child(5n-2) span{
	background: #56a3d5;
    border-color: #3591cd #318cc7 #2f86be;
    background-image: -webkit-linear-gradient(top,#6aaeda,#4298d0);
    background-image: -moz-linear-gradient(top,#6aaeda,#4298d0);
    background-image: -o-linear-gradient(top,#6aaeda,#4298d0);
    background-image: linear-gradient(to bottom,#6aaeda,#4298d0);
}
.widget_tags_cloud .tags_as_list li:nth-child(5n-2):after{
	background: #56a3d5;
    -webkit-box-shadow: inset 1px 0 #276f9e;
    box-shadow: inset 1px 0 #276f9e;
}


.IsPage-smartwall-view .page-load-status, .IsPage-smartwall-index .page-load-status, .IsPage-smartwall-view p .view-more-button, .IsPage-smartwall-index p .view-more-button{margin-top: 50px;}
.IsPage-smartwall-edit .sw_microblock{margin: -20px;}
.IsPage-smartwall-index #body section article{background:transparent}

.my_socialicons{
	overflow: hidden;
	list-style: none;
	text-align: center;
	padding: 8px 0;
	display: flex;
	gap: 3px;
}
.my_socialicons li{
	padding: 0 2px !important;
	line-height: inherit;
	list-style-type: none;
}
.my_socialicons li a{
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	opacity: 0.6;
	background: #ddd;
	border-radius: 5px;
	font-size: 1.1rem;
	color: #222;
}
.my_socialicons li a:hover{opacity:0.9;color:#fff;background:#444}

.iphone_style_tab {
    background: #fff;
    width: 100%;
    position: fixed;
    bottom: 0;
    border-top: 1px solid #ccc;
    z-index: 99
}

.iphone_style_tab ul {
    margin: 0;
	padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.iphone_style_tab ul li {
    line-height: 0;
    text-align: center;
    margin: 0;
    position: relative;
    flex-basis: 33%;
}

.iphone_style_tab.cm_col_3 ul li {
    width: 33.3%
}

.iphone_style_tab ul li a {
    display: block;
    height: 50px;
    line-height: 5px;
    color: #444;
    text-decoration: none;
}

.iphone_style_tab ul li a img {
    display: inline-block;
    padding: 10px;
}

.iphone_style_tab ul li a .wrap {
    font-size: 12px;
    display: block;
}

.iphone_style_tab span.counter {
    position: absolute;
    top: -6px;
    background: red;
    height: 16px;
    line-height: 16px;
    width: 16px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 8px;
}

.iphone_style_tab .is_user_item_nav span.counter {
    background: #4100ff
}

#mmenu_for_tabs1 .mm-navbar__title img {
    margin-right: 8px;
    border-radius: 50%;
}

#mmenu_for_tabs1 .menu li .item, #mmenu_for_tabs3 .menu li .item {
    background-repeat: no-repeat;
    background-position: 12px center;
    padding-left: 36px;
}

@keyframes dropdownAnimation {
	from {
		opacity: 0;
		transform: translate3d(0, 20px, 0);
	} to {
		opacity: 1;
		transform: none;
		transform: translate3d(0, 0px, 0);
	}
}