#fsbars_overlay {
	z-index: 9991;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(0,0,0,0.5);
	cursor: pointer;
}
#fsbars_overlay.is_active {
	display: block !important;
}

#fsbar1 {
	z-index: 9992;
	width: 220px;
	min-height: 100vh;
	position: fixed;
	top: 0;
	left: -225px;
	background-color: burlywood;
	-webkit-transition: left .5s ease;
	     -o-transition: left .5s ease;
	        transition: left .5s ease;
}
#fsbar1.is_active {
	left: 0;
}

.fsbar1c {
	width: 220px;
	overflow: hidden;
	background-color: whitesmoke;
	/* -webkit-box-shadow: 1px 0px 2px 1px rgba(0,0,0,0.7);  box-shadow: 1px 0px 2px 1px rgba(0,0,0,0.7); */
}
.fsbar1c .header {
	width: 100%;
	padding: 12px 6px 6px 6px;
	background-color: #4272D7;
	color: #EBEBED;
	font-size: 20px;
	font-weight: bold;
}
.fsbar1c .sub_header {
	width: 100%;
	padding: 6px;
	cursor: pointer;
	background-color: #EBE8E8;
	color: #5B5B5E;
	font-size: 16px;
/*	font-weight: bold;*/
}
.fsbar1c .wrapper {
	position: relative;
}
.fsbar1c .wrapper .inner {
	width: calc(100% + 32px);
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	overflow-y: scroll;
	overflow-x: hidden;
/*	background-color: palevioletred;*/
}
.fsbar1c .wrapper .inner .content {
	width: 220px;
	padding: 16px 0 8px 0;
/*	background-color: mediumpurple;*/
}

.sbar1 {
	z-index: 9981;
	width: 220px;
	display: none;
	overflow: hidden;
	background-color: whitesmoke;
	/* -webkit-box-shadow: 1px 0px 2px 1px rgba(0,0,0,0.7);  box-shadow: 1px 0px 2px 1px rgba(0,0,0,0.7); */
}
@media only screen and (min-width: 992px) {
.sbar1 {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}}
.sbar1 .header {
	width: 100%;
	padding: 12px 6px 6px 6px;
	background-color: #4272D7;
	color: #EBEBED;
	font-size: 20px;
	font-weight: bold;
}
.sbar1 .sub_header {
	width: 100%;
	padding: 8px;
	cursor: pointer;
	background-color: #EBE8E8;
	color: #5B5B5E;
	font-size: 16px;
/*	font-weight: bold;*/
}
.sbar1 .wrapper {
	position: relative;
}
.sbar1 .wrapper .inner {
	width: calc(100% + 32px);
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	overflow-y: scroll;
	overflow-x: hidden;
/*	background-color: palevioletred;*/
}
.sbar1 .wrapper .inner .content {
	width: 220px;
	padding: 16px 0 8px 0;
/*	background-color: mediumpurple;*/
}

#fsbar2 {
	z-index: 9992;
	width: 220px;
	min-height: 100vh;
	position: fixed;
	top: 0;
	right: -225px;
	background-color: burlywood;
	-webkit-transition: right .5s ease;
			 -o-transition: right .5s ease;
					transition: right .5s ease;
}
#fsbar2.is_active {
	right: 0;
}

.fsbar2c {
	width: 220px;
	overflow: hidden;
	background-color: whitesmoke;
	/* -webkit-box-shadow: -1px 0px 2px 1px rgba(0,0,0,0.7);  box-shadow: -1px 0px 2px 1px rgba(0,0,0,0.7); */
}
.fsbar2c .header {
	width: 100%;
	padding: 12px 6px 6px 6px;
	background-color: #4272D7;
	color: #EBEBED;
	font-size: 20px;
	font-weight: bold;
}
.fsbar2c .sub_header {
	width: 100%;
	padding: 6px;
	cursor: pointer;
	background-color: #EBE8E8;
	color: #5B5B5E;
	font-size: 16px;
/*	font-weight: bold;*/
}
.fsbar2c .wrapper {
	position: relative;
}
.fsbar2c .wrapper .inner {
	width: calc(100% + 32px);
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	overflow-y: scroll;
	overflow-x: hidden;
/*	background-color: palevioletred;*/
}
.fsbar2c .wrapper .inner .content {
	width: 220px;
	padding: 16px 0 8px 0;
/*	background-color: mediumpurple;*/
}

.sbar2 {
	z-index: 9981;
	width: 220px;
	display: none;
	overflow: hidden;
	background-color: whitesmoke;
	/* -webkit-box-shadow: -1px 0px 2px 1px rgba(0,0,0,0.7);  box-shadow: -1px 0px 2px 1px rgba(0,0,0,0.7); */
}
@media only screen and (min-width: 992px) {
.sbar2 {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}}
.sbar2 .header {
	width: 100%;
	padding: 12px 6px 6px 6px;
	background-color: #4272D7;
	color: #EBEBED;
	font-size: 20px;
	font-weight: bold;
}
.sbar2 .sub_header {
	width: 100%;
	padding: 6px;
	cursor: pointer;
	background-color: #EBE8E8;
	color: #5B5B5E;
	font-size: 16px;
/*	font-weight: bold;*/
}
.sbar2 .wrapper {
	position: relative;
}
.sbar2 .wrapper .inner {
	width: calc(100% + 32px);
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	overflow-y: scroll;
	overflow-x: hidden;
/*	background-color: palevioletred;*/
}
.sbar2 .wrapper .inner .content {
	width: 220px;
	padding: 16px 0 8px 0;
/*	background-color: mediumpurple;*/
}

.sbar_link_1 {
	width: 100%;
	font-size:16px;
}

.sbar_link_1 a:link {
	display:block;
	padding: 10px 8px 10px 20px;
	color: #093B61;
}
.sbar_link_1 a:visited { color: #093B61; }
.sbar_link_1 a:hover   { background-color: #E1E3EB; }

#sticky_slider {
	z-index: 9999;
	position: fixed;
	left:0;
	width:100%;
	padding:16px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	background-color: darkgreen;
	color:#FFFFFF;
	text-shadow: 1px 1px #000;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.7);  box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.7);
}
.sticky_slider_off {
	top:-80px;
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}
.sticky_slider_on {
	top:0px;
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}
