/*!
 * Start Bootstrap - Simple Sidebar (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

#sidebar-inner {
    z-index: 1001;
    position: absolute;
    width: 250px;
    height: 100%;
    background: #262626;
}

/* Toggle Styles */
#wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

#wrapper.toggled {
    padding-left: 0;
}

#sidebar-wrapper {
    z-index: 1000;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    transition: width 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 0;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding:0;
    height: 100%;
    left: 0;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    left: 0 ;
}


/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    line-height: 20px;
    font-size:16px;
    padding: 15px 15px 16px 15px;
    border-bottom: 1px solid #2f2f2f;
    background: url("../images/sidebar-next.svg") no-repeat scroll 100% 50% / 10px;
    margin: 0 15px 0 0;
}

.sidebar-nav li:first-child{padding-top: 20px;}
.sidebar-nav li:last-child{border: none;}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #fff;
}

.sidebar-nav li.privacy-сhoices a svg{width:34px; height:16px;margin-left: 8px; position: relative; top: 3px;}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #cf1c35;
}

.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;
}

