html,
body {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 16px; 
  overflow-x: hidden; 
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .jbtn {font-family: 'Open Sans Condensed', sans-serif;font-weight: 300;}
h1 {text-transform: uppercase;}
.red {
    color: red;
}
.bold, strong {
    font-weight: bold;
}
.hidden {
    display: none;
}
th {
    font-weight: bold;
}
*, *::before, *::after {
    box-sizing: border-box;
}
*, *::before, *::after {
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
#header {
    background: #191921 none repeat scroll 0 0;
    border-bottom: 1px solid #f7f3ee;
    border-left: 1px solid #f7f3ee;
    height: 60px !important;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.4s ease 0s;
    width: 70px;
    z-index: 1001;
}
#header i {
    color: #fff;
}
#header i:hover {
    color: #e4e4e4;
}
#header.active {
    transition: all 0.4s ease 0s;
}
a {
    color: #666666;
}
#menu-toggle {
    right: 0;
    top: 0;
    z-index: 1;
}
.my_btn {
    color: #fff !important;
    display: block;
    font-size: 24px;
    padding: 17px;
    text-align: center;
}
.sidebar-wrapper {
    background: #191921 none repeat scroll 0 0;
    height: 100%;
    margin-right: -200px;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.4s ease 0s;
    z-index: 1000;
}
.sidebar-wrapper.active {
    transition: all 0.4s ease 0s;
}
.sidebar-nav {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
}
.sidebar-nav li {
    line-height: 40px;
    text-indent: 20px;
}
.sidebar-nav li a {
    color: #fff !important;
    display: block;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
}
.sidebar-nav li ul {
    margin-left:50px
}
.sidebar-nav li ul li ul {
    margin-left:100px
}
