/* SLIDE LEFT MENU */
@import url(http://fonts.googleapis.com/css?family=Lato:400,900italic,900,700,400italic,300italic,300,100);
@import url(http://fonts.googleapis.com/css?family=Lato:700);
@import url(http://fonts.googleapis.com/css?family=Lato:300);
.slide_left_close{
    position:fixed;
    left:-272px;
}

.slide_left_open{
    left:0px;
}

#slide_left > ul{
    float:left;
    background-color:#000;
    
}

#slide_left > ul > h2{
    border-bottom:solid 1px #000;
}

#slide_left ul li{
    background-color:#000;
    border-bottom: 1px solid #292929;
}

#slide_left ul li:last-child {
    
    border-bottom: none !important;
}

#slide_left ul li:hover{
    background-color:#000 !important;
    color: #a90a0b !important;
    text-decoration: none !important;
}

/****************************************************/
/* OVERALL MENUS STYLES */
/*****************************************************************************/

/* OVERALL MENUS */

.srl_menu {
    height:100%;
    z-index: 5000;
    background-color:none !important;
    overflow-y:scroll;
    overflow-x:hidden;
    overflow: -moz-scrollbars-none;
    bottom: 0;
    top: 0;
}

.srl_menu::-webkit-scrollbar {
  height: 0;
    width: 0;

}
.prl_menu {
    margin-top:450px;
    height:100%;
}

.list_menu {
    list-style:none;
    padding:0px 12px 10px 20px !important;
    margin:0;
    z-index: 3000;
    width:272px;
    background-color: #000 !important;
}
.list_menu h2 {
    color:#f5f5f5;
    padding:12px 0 0 20px;
    height:32px;
    font-size:19px;
}

.list_menu li {
    color:#B70B0B !important ;
}

/* BUTTONS */

.button {
    border:none;
    outline:none;
    width:45px;
    height:45px;
    padding:0;
    cursor:pointer;
    background-color:none !important;
    position: relative;
    z-index: 2000;
}

.button img {
}

.sbutton {
    background-color:none !important;
    border-bottom:none !important;
}

.pbutton {
    background-color:#3498db;
    border-bottom:solid 1px #2980b9;
}

/* TRANSITIONS */

.slide_left_open,.slide_left_close,.slide_right_open,.slide_right_close,.slide_top_open,.slide_top_close,.push_left_open,.push_left_close,.body_close,.body_open_left,.body_open_right,.push_right_open,.push_right_close {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
.slide_left_open {
    overflow-y:scroll;
}
.slide_left_close {
    overflow-y:none;
}

div#overlay {
    display: none;
    z-index: 999;
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    text-align: center;
}
 .sidebar-brand {
    margin-top: 24px !important;
    /*padding-bottom: 24px;*/
    border-bottom: 3px solid #292929 !important;
}
.innerMenu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #000 !important;
    margin-bottom: 15px !important;
    margin-top: -5px !important;
    padding-bottom: 10px;
    border-bottom: 1px solid #363636;
}
.innerMenu>li {
 color: #a90a0b !important;
 border-bottom: none !important;

}
.innerMenu>li>a {
    color: #a90a0b !important;
    border: none !important;
    padding: 0px 0px 3px !important;
    font-weight: 500 !important;
    font-size: 13px !important;

}

.innerMenu>li>a:hover {
    text-decoration: underline !important;
}

.list_menu  > li > a {
    position: relative;
    display: block;
    font-family: 'Lato',sans-serif;
    color: #fff;
    background-color: #000 !important;
    padding: 14px 0px !important;
}

.mainNav a {
    font-family: 'Lato', sans-serif;
    font-weight: 700 !important; 
    font-size: 16px !important;
}
.otherNav a {
    font-family: 'Lato', sans-serif !important;
    font-weight: 300 !important; 
    font-size: 13px !important;
    color: #f1f1f1 !important;
}
.list_menu>li>a:hover {
    background-color: #000 !important; 
    border-color: none !important;
    color: #a90a0b !important;
    text-decoration: none !important;
}
.nav .open>a {
    font-weight: bold !important;
}

.list_menu>li>a:focus {
    background-color: #000 !important; 
    border-color: none !important;
    color: #a90a0b !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}


.innerMenu>li>a:hover {
    background-color: #000 !important; 
    border-color: none !important;
    color: #a90a0b !important;
}

.crossButton {
    margin-left: -40px !important; 
    margin-top: 24px !important;
	padding:0px !important;
}
.sidebar-brand img{
	padding:0px !important;
}
.caret {
    float: right;
}
.innerMenu>li>a:focus, .innerMenu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;

}
.secondPart {
    font-family: 'Lato', sans-serif !important;
    font-weight: 300 !important; 
    font-size: 12px !important;
    color: #999999 !important;
    padding-top: 20px;

}
#login {
    color: #a90a0b !important;
    font-weight: 700 !important;
}
.arrowLeftSideBar {
    display: inline-block;
    background: url("../images/arrow.png") no-repeat;
    width: 12px;
    height: 7px;
    float: right;
    margin-right: 27px;
    margin-top: 7px;
}
.slide_left_open {
    background: #000 !important;
    margin: none !important;
    height: 100%;
}
.loginbar {
    margin: 0px 10px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
.sideMenuBorder {
    border-bottom: 3px solid #292929 !important;
}


/* MEDIA QUERIE EXAMPLES */

@media only screen and (max-width : 480px) {
    
    #slide_top > nav a{
        padding: 20px 0 25px 0;
    }
    
}
@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}