.l-main {
	min-width: 1150px;
}
.b-sidebar_button {
	position: fixed;
	left: 0px;
	top: 170px;
	width: 50px;
	height: 52px;
	opacity: 1.0;
	visibility: visible;
	cursor: pointer;
	z-index: 30;
	background: #fa8c2b url(images/menu.png) no-repeat center center;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.b-sidebar_button:hover .b-sidebar_button-i {
	opacity: 0.5;
}

.b-sidebar_button_hidden, .b-sidebar_button_hidden_hidden {
	opacity: 0.0;
	visibility: hidden;
}
/* Sidebar */
.b-sidebar {
	z-index: 20;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.b-sidebar_scroll {
	position: fixed;
	left: 0px;
	top: 170px;
	width: 190px;
	height: 410px;
	background: #fff url(images/menu.png) no-repeat left top;
	opacity: 0.0;
	visibility: hidden;
	border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border: 0px solid #000000;
	-webkit-box-shadow: 1px 1px 16px rgba(0,0,0,0.31);
	box-shadow: 1px 1px 16px rgba(0,0,0,0.31);
	-webkit-transition: all 0.0s ease;
	-o-transition: all 0.0s ease;
	transition: all 0.0s ease;
}

.b-sidebar_scroll_active {
	opacity: 1.0;
	visibility: visible;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.b-sidebar-i {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

.b-sidebar-header {
	position: absolute;
	left: 85px;
	top: 0px;
	opacity: 0.0;
	visibility: hidden;=
	z-index: 18;
	text-align: left;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.b-sidebar_scroll_active .b-sidebar-header {
	z-index: 18;
	opacity: 1.0;
	visibility: visible;
}

.b-sidebar-header-i {
  color: #000;
  font-family: arial;
  font-size: 18px;
  font-weight: normal;
  height: 52px;
  line-height: 52px;
  text-transform: uppercase;
}

.b-sidebar-header:hover {
	opacity: 0.5;
}

.b-sidebar-menu {
	position: absolute;
	left: 0px;
	top: 85px;
	width: 100%;
	text-align: center;
	white-space: nowrap;
}

.b-sidebar-menu__item {
  color: #000000;
  display: inline-block;
  font-family: arial;
  font-size: 13px;
  font-weight: 400;
  height: 33px;
  letter-spacing: 1.8px;
  line-height: 29px;
  margin-bottom: 13px;
  outline: medium none !important;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
  vertical-align: top;
  padding-top: 5px;
}

.b-sidebar-menu__item_active {
	color: #ff0100 !important;
	border: 1px solid #ff0100;
}

.b-sidebar-menu__item:hover {
	color: #fa8c2b;
}
/* \Sidebar */
.i-clear {
	clear: both;
}
