*,
*:after,
*::before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.st-container,
.st-pusher {
	height: 100%;
}

.st-menu-open .st-content-inner {
	position: relative;
	
}

.st-container {
	position: relative;
	overflow: hidden;
}

.st-pusher {
	position: relative;
	left: 0;
	z-index: 99;
	height: 100%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	
}

.st-pusher::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background-color: rgba(255,255,255,0.70);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}


.st-menu-open .st-pusher::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	/*z-index: 99 !important;*/
	margin-top: 0px !important;
}

.st-menu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	visibility: hidden;
	width: 260px;
	height: 100%;
	background-color: #0AB3C1;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	/*border: 1px solid rgba(255,0,4,1.00);*/
	box-shadow: inset -1px 0 5px 0 rgba(0,0,0,0.5);
}

.st-menu::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	/*background: rgba(0,0,0,0.2);*/
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.st-menu-open .st-menu::after {
	width: 0;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}




/* Individual effects */

/* Effect 1: Slide in on top */
.st-effect-1.st-menu {
	visibility: visible;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.st-effect-1.st-menu-open .st-effect-1.st-menu {
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.st-effect-1.st-menu::after {
	display: none;
}

/* Effect 2: Reveal */
.st-effect-2.st-menu-open .st-pusher {
	-webkit-transform: translate3d(260px, 0, 0);
	transform: translate3d(260px, 0, 0);
}

.st-effect-2.st-menu {
	z-index: 1;
}

.st-effect-2.st-menu-open .st-effect-2.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.st-effect-2.st-menu::after {
	display: none;
}

/* Effect 3: Push*/
/*.st-effect-3.st-menu-open .st-pusher {
	-webkit-transform: translate3d(200px, 0, 0);
	transform: translate3d(200px, 0, 0);
}

.st-effect-3.st-menu {
	-webkit-transform: translate3d(-90%, 0, 0);
	transform: translate3d(-90%, 0, 0);
}

.st-effect-3.st-menu-open .st-effect-3.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.st-effect-3.st-menu::after {
	display: none;
}*/



/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
.no-csstransforms3d .st-pusher,
.no-js .st-pusher {
	padding-left: 0px;
}

.sidebar-btn {
	float: right;
}

/* Effect 1: Slide in on top */
.st-effect-3.st-menu-open .st-pusher {
	-webkit-transform: translate3d(260px, 0, 0);
	transform: translate3d(260px, 0, 0);
	
}

.st-effect-3.st-menu {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.st-effect-3.st-menu-open .st-effect-3.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.st-effect-3.st-menu::after {
	display: none;
}


.mobile-block {
	position: fixed;
	border: 0px solid rgba(255,0,0,1.00);
	top: 0px;
	left: 0px;
	background-color: rgba(255,255,255,0.00);
	opacity: 1;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 260px;
	z-index: 102;
	min-height: 100vh;
	max-height: 100vh;
	overflow-y: auto;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

.sidebar-open .mobile-block {
	z-index: 9999;
	opacity: 1;		
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);

}
.mobile-close {
	float: right;
	margin-right: 10px;
	display: block;
	/*border: 1px solid rgba(255,0,4,1.00);*/
	line-height: 30px;
	font-size: 20px;
}

header {
-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	/*border: 1px solid #FF0004;*/
}
.sidebar-open header {
	-webkit-transform: translate3d(260px, 0, 0);
	transform: translate3d(260px, 0, 0) !important;
	-webkit-transition: -webkit-transform 0.5s !important;
	transition: transform 0.5s !important;
	z-index: 99 !important;	/*position: absolute !important;
	top: 0 !important;
	border: 5px solid #FF0004 !important;*/
}
.sidebar-open .st-pusher {
	z-index: 98 !important;

}




.header_mask {
	display: none;
}
.sidebar-open .header_mask {
	background-color: rgba(255,255,255,0.7);
	border: 0px solid #FF0004;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100 !important;
}

.mobile-btn-block {
	position: absolute !important;
	display: inline-block;
	padding: 0px;
	border-radius: 0px;
	right: -10px;
	line-height: 0 !important;
	font-size: 0 !important;
	border-width: 0px;
}

.mobile-icon-block {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-left: 0px !important;
	margin-bottom: 0px !important;
	padding: 0px !important;
	position: relative !important;
	line-height: 0 !important;
	font-size: 0 !important;

}
.mobile-icon-block i.fa-search {
	font-weight: 900 !important;
	font-size: 26px;
	position: relative !important;
	margin: 0px !important;
	padding-top: 6px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 6px;
	text-align: center !important;
	text-shadow: 0.5px 0.5px 0.5px #BDBDBD;
	border: 0px solid #FF0004;
}

.mobile-icon-block i.fa-bars {
	font-weight: 900 !important;
	font-size: 28px;
	position: relative !important;
	margin: 0px !important;
	padding-top: 5px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 5px;
	text-align: center !important;
	text-shadow: 0.5px 0.5px 0.5px #BDBDBD;
	border: 0px solid #FF0004;
}
.mobile-icon-btn{
	position: relative;
	display: inline-block;
	padding: 0px;
	line-height: 0 !important;
	font-size: 0 !important;
}







