/* HEADER */
/* .header */
.header-helper{
	height: 50px;
}
.header{
	width: 100%;
	position: fixed;
	z-index: 10;
	background-color: #000;
	height: 51px;
	/*background: transparent;*/
	 -webkit-box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.34);
    -moz-box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.34);
    box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.34); 
}
.header .cat-menu{
	position: fixed;
	left: 20px;
	top: 10px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-o-border-radius: 50%;
}
.header .help-menu{
	position: fixed;
	right: 20px;
	top: 10px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-o-border-radius: 50%;
}
.header .cat-menu span#open-category-menu,
.header .help-menu span#open-help-menu{
	font-size: 25px;
	font-weight: 100;
	cursor: pointer;
}
.header .cat-menu div.cat-text{
	top: 2px;
	right: -60px;
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	position: absolute;
}
.header .help-menu div.help-text{
	top: 0px;
	left: -30px;
	font-size: 14px;
	text-align: left;
	position: absolute;
}
.header .logo {
	/*text-align: left;*/
	/*background-color: red;*/
}
.header .logo img{
	width: 50px;
}
.header .logo a{
	text-align: center;
	background: red;
}
.header .logo a p{
	font-size: 18px;
	line-height: 50px;
	margin: 0;
	padding: 0;
	color: #fff;
}
.header nav ul {
	text-align: right;
	margin: 0;
	padding: 0;
}
.header nav ul li{
	display: inline-block;
	height: 50px;
	padding: 0 !important;
	line-height: 47px;
	margin: 0 !important;
	float: right;
	-webkit-transform: skew(160deg); 
   -moz-transform: skew(160deg); 
   -o-transform: skew(160deg);
   transform: skew(160deg);
   border-right: 1px solid #fff;
}
.header nav ul li.last-nav{
	border-right: none ;
}
.header nav ul li.profile-img{
	-webkit-transform: skew(0deg); 
   -moz-transform: skew(0deg); 
   -o-transform: skew(0deg);
   transform: skew(0deg);
}
.header nav ul li.profile-img img{
	height: 50px;
	width: 50px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
}
.header nav ul li a{
	font-size: 17px;
	padding: 2px 20px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.header nav ul li a.active{
	color: #000;
	background: #fff;
}
.header nav ul li a:hover{
	color: #000;
}
.header nav ul li a:before{
	background: #fff;
}

/* user profile menu */
.user-profile-nav{
	position: fixed;
	top: 0;
	bottom: 0;
	right: -300px;
	width: 300px;
	background: #000;
	color: #fff;
	overflow-y: auto; 
	z-index: 2500 !important;
	-webkit-box-shadow: 0px 5px 31px -1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 5px 31px -1px rgba(0, 0, 0, 0.15);
    -khtml-box-shadow: 0px 5px 31px -1px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 5px 31px -1px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 5px 31px -1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 31px -1px rgba(0, 0, 0, 0.15);
}
.user-profile-nav .close-user-profile{
	color: #fff;
	position: absolute;
	top: 15px;
	right: 10px;
	font-size: 30px;
	font-weight: 100;
	cursor: pointer !important;
}
.user-profile-nav .img{
	margin-top: 50px;
	padding: 10px;
}
.user-profile-nav .img img{
	width: 100%;
}
.user-profile-nav .name{
	text-align: left;
	padding: 10px;
}
.user-profile-nav .name h1{
	text-align: center;
	font-size: 25px;
	line-height: 30px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.user-profile-nav ul li{
	padding: 15px;
	transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -khtml-transition: all 1s ease;
    -o-transition: all 1s ease;
}
.user-profile-nav ul a{
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
}
.user-profile-nav ul a:hover > li{
	background: #eee;
	transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -khtml-transition: all 1s ease;
    -o-transition: all 1s ease;
}
.user-profile-nav ul a:hover {
	color: #000;
}


/* help menu */
.help-main-nav{
	position: fixed;
	top: 0;
	bottom: 0;
	right: -300px;
	width: 300px;
	background: #000;
	background: #ed4951;
	overflow-y: auto; 
	z-index: 2500 !important;
	-webkit-box-shadow: 0px 5px 31px -1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 5px 31px -1px rgba(0, 0, 0, 0.15);
    -khtml-box-shadow: 0px 5px 31px -1px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 5px 31px -1px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 5px 31px -1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 31px -1px rgba(0, 0, 0, 0.15);
}
.help-main-nav .close-main-help-nav{
	color: #fff;
	position: absolute;
	top: 15px;
	right: 10px;
	font-size: 30px;
	font-weight: 100;
	cursor: pointer !important;
}
.help-main-nav h1{
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	padding: 10px;
	letter-spacing: 2px;
	display: inline-block;
}

.help-main-nav a.more-help-link{
	padding: 15px;
	color: #fff;
	font-size: 17px;
}
.help-main-nav a.more-help-link:hover{
	text-decoration: underline !important;
}

/* category menu */
.category-main-nav{
	position: fixed;
	top: 0;
	bottom: 0;
	left: -300px;
	width: 300px;
	background: #000;
	background: #ed4951;
	overflow-y: auto; 
	z-index: 2500 !important;
	-webkit-box-shadow: 0px 5px 31px -1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 5px 31px -1px rgba(0, 0, 0, 0.15);
    -khtml-box-shadow: 0px 5px 31px -1px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 5px 31px -1px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 5px 31px -1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 31px -1px rgba(0, 0, 0, 0.15);
}
.category-main-nav .close-main-cat-nav{
	color: #fff;
	position: absolute;
	top: 15px;
	right: 10px;
	font-size: 30px;
	font-weight: 100;
	cursor: pointer !important;
}
.category-main-nav h1{
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	padding: 10px;
	letter-spacing: 2px;
	display: inline-block;
}


.panel{
	border: none !important;
}
.panel-body{
	padding: 0 !important;
	margin: 0 !important;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body{
	border-radius: none !important;
}
.panel-default>.panel-heading a[aria-expanded="true"]{
	background: #000 !important;
	background: #ed4951 !important;
}
.panel-default>.panel-heading a{
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
}
.panel-default>.panel-heading {
	background: #000 !important;
	background: #ed4951 !important;
	color: #fff !important;
	padding: 0;
	border: none !important;
	border-radius: none !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #eee;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}

.accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}

.accordion-option .toggle-accordion {
  float: right;
  font-size: 16px;
  color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
  content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
  content: "Collapse All";
}

.panel-body .cat-menu-item li{
	padding: 10px 20px;
	width: 100%;
}
.panel-body .cat-menu-item {
	color: #000;
	background: #fff;
	text-transform: uppercase;
}
.panel-body .cat-menu-item li:hover{
	background: #eee;
}
.cat-menu-item > .material-ink{
	background-color: #3498db;
}
.panel-body .help-content{
	padding: 10px;
}
.panel-body .help-content p{
	font-size: 15px;
	line-height: 17px;
	margin: 0;
	padding: 0;
	margin-bottom: 7px;
}






