
.pushbar.opened{
display: block;
}

html.pushbar_locked{
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}


.pushbar_locked .pushbar_main_content.pushbar_blur{
	filter:blur(15px);
}
.pushbar{
	z-index: 1000;
	position: fixed;
	will-change: transform;
	overflow-y: auto;
	will-change: transform;
	background-color: #ffffff;
	display: none;
	transition:transform 0.5s ease;
}
.pushbar_overlay{
	z-index: -999;
	position: fixed;
	width: 100%;
	max-width: 100%;
	height: 100%;
	min-height: 100vh;
	top: 0;
	left: 0;
    will-change: opacity;
    transition:opacity 0.5s ease;
    opacity:0;
    will-change: opacity;
	background: #3c3442;
}
html.pushbar_locked .pushbar_overlay{
	opacity:0.8;
	z-index: 999;
    transition:opacity 0.5s ease;
}

.pushbar.opened{
display: block;
	transition:transform 0.5s ease;
}
.pushbar.from_left{
	top: 0;
	left: 0;
	width: 256px;
	max-width: 100%;
	height: 100%;
	min-height: 100vh;
	transform: translateZ(0) translateX(-100%);
	display: block;
}

.pushbar.from_right{
	top: 0;
	right: 0;
	width: 256px;
	max-width: 100%;
	height: 100%;
	min-height: 100vh;
	transform: translateZ(0) translateX(100%);
}

.pushbar.from_top{
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	min-height: 150px;
	transform: translateZ(0) translateY(-100%);
}
.pushbar.from_bottom{
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	min-height: 150px;
	transform: translateZ(0) translateY(100%);
}

.pushbar.opened{
   transform: translateX(0px) translateY(0px);
}
.pushbar-m {
	position: fixed;
	left: 0;
	z-index: 1000;
	top: 220px;
	display: none;
}
@media (max-width:767px) {.pushbar-m{display: block;top: 207px;}}
@media (max-width:659px) {.pushbar-m{display: block;top: 217px;}}
@media (max-width:640px) {.pushbar-m{display: block;top: 169px;}}

.pushbar-m a {
	background-color: #72A22D;
	color: #ffffff;
	padding: 10px 20px;
	display: inline-block;
	line-height: 1.4;
	font-weight: 600;
}
.pushbar-m a:hover {
	background-color: #547D1A;
	color: #ffffff;

}
.push_right {
	margin-right: 6px;
}
.close {
	width: 20px;
	height: 21px;
	position: relative;
	display: inline-block;
	vertical-align: text-bottom;
	text-align: center;
	cursor: pointer;
}
.close::before, .close::after {
	position: absolute;
	left: 10px;
	content: ' ';
	height: 21px;
	width: 3px;
	background-color: #fff;
}
.close::before {
	transform: rotate(45deg);
}
.close::after {
	transform: rotate(-45deg);
}
.title, .pushbar {
	color: #fff;
}
.pushbar ul{
	margin: 0 0 40px 0;
	list-style: none;
}
.pushbar ul li{
	list-style: none;
}
.pushbar ul li a {
	background: #ffffff;
	color: #000000;
	padding: 12px 0 12px 15px;
	display: block;
	font-size: 1rem;
	border-bottom: 1px solid #ffffff;
	font-weight:600;
}
.pushbar ul li a i{
	font-size: 1.4rem;
}
.pushbar ul li ul.secnav li a::before {
	font-size: 16px;
	content: "\f105";
	font-family: fontello;
	padding-right: 7px;
}
.pushbar ul li a.plus-dark {
	float: left;
	background: transparent;
	color: #000000;
	border: 0;
	padding: 10px 10px 0 10px;
}
.pushbar ul li:hover a.plus-dark{
	color: #333333;
}
.pushbar ul li a.plus {
	float: left;
	background: transparent;
	color: #ffffff;
	border: 0;
	padding: 10px 5px 0 10px;
}
.pushbar ul li a.active {
	background: #3C3832;
	color: #ffffff;
	padding: 12px 0 12px 15px;
	display: block;
	font-weight: 600;
}
.pushbar ul li ul.secnav{
	margin: 0;
	list-style: none;
}
.pushbar ul li ul.secnav li a {
	background: #E1EAD4;
	color: #222;
	font-size: 0.9rem;
	padding: 7px 30px;
	display: block;
	font-weight: 400;
}
.pushbar ul li ul.secnav li a:hover {
	color: #215CA0;
}
.pushbar ul li ul.secnav li a.active {
	background: #dddddd;
	color: #5C8D16;
	font-weight: 600;
	border-bottom: 1px solid #ccc;
}
.pushbar ul li ul.secnav li a.active::before {
	font-size: 16px;
	content: "\f105";
	font-family: fontello;
	padding-right: 7px;
}