@charset "UTF-8";
.pikabu-container
{
overflow: hidden;
}
.navbar-default a
{
font-size: 15px;
    line-height: 40px;
	}
		.fa-angle-up:before {
    content: "\f106";
}.fa-angle-down:before {
    content: "\f107";
}

	.show > .dropdown-toggle > .fa-angle-down:before
	{
		    content: "\f106"!important;
	}
	.open > .dropdown-toggle > .fa-angle-down:before
		{
		    content: "\f106"!important;
	}
.pikabu-nav-toggle {
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  float: left;
  display: block;
  width: 50px;
  height: 30px;
  margin: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 #fcfdf4;
  -moz-box-shadow: inset 0 1px 0 #fcfdf4;
  box-shadow: inset 0 1px 0 #fcfdf4;
  text-indent: 100%;
  white-space: nowrap;
  color: #eb342d!important;
  line-height: 29px;
}
.pikabu-nav-toggle[data-role="right"] {
  float: right;
}

.pikabu-nav-toggle::after {
  content: '☰';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  font-family: 'entypo', sans-serif;
  text-align: center;
  text-indent: 0;
  font-size: 25px;
  font-weight: bold;
  color: inherit;
}
.pikabu-nav-toggle
{
	
	cursor:pointer;
	position: absolute;
    top: 0px;
    left: 0px;
    width: 25px;
    height: 25px;
    margin: auto;
    margin-left: 10px;
	z-index: 999999;
	box-shadow: none;
}
.slicknav_menu
{
	display:none!important;
}

.pikabu--left-sidebar-visible .pikabu-container .pikabu-nav-toggle::after{
  /* background: rgba(0, 0, 0, 0.1); */
  /* -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1); */
  /* -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1); */
  /* box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1); */
  	  content: 'X';
  font-weight: normal!important;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  font-family: 'entypo', sans-serif;
  text-align: center;
  text-indent: 0;
  font-size: 25px;
  color: inherit;}
.pikabu-nav-toggle[data-role="right"]::after {
  content: "\e705";
  font-size: 17px;
}
.pikabu--left-sidebar-visible .pikabu-nav-toggle[data-role="left"], .pikabu--right-sidebar-visible .pikabu-nav-toggle[data-role="right"] {
  /* background: rgba(0, 0, 0, 0.1); */
  /* -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1); */
  /* -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1); */
  /* box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1); */
}

.pikabu-sidebar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  /*background: #ddd;*/
  color: #666;
}
.pikabu-sidebar a {

}

/* .pikabu-container { */
  /* background: #fcfdf4; */
/* } */
.pikabu--left-sidebar-visible .pikabu-container {
  -webkit-box-shadow: -5px 0px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -5px 0px 15px rgba(0, 0, 0, 0.15);
  box-shadow: -5px 0px 15px rgba(0, 0, 0, 0.15);
}
.pikabu--right-sidebar-visible .pikabu-container {
  -webkit-box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.15);
}

@media (max-width: 867px)
{
	.pikabu-nav-toggle
{
	display:block!important;
}
.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
}
.open>.dropdown-menu {
    display: block;
}