/******* Боковое меню *******/
.sidebar .nav-wrap{
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
}
#accordion #accordion {
    margin-bottom: 0;
}
.accordion {
    position: relative;
    margin: 0;
}
.accordion li {
    list-style-type: none;
    width: 100%
}
.accordion li a {
    padding: 10px 10px 10px 35px;
    background: #82b3c9;
    text-decoration: none;
    display: block;
    color: #fff;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    position: relative;
    transition: .3s;
}
.accordion li a:hover, .accordion li a:focus,.accordion li.active a {
    background: #fff;
    color: #333;
}
.accordion a .dcjq-icon {
    position: absolute;
    top: 50%;
    left: 14px;
    width: 34px;
    margin-top: -17px;
    height: 34px;
    background: url(../img/menu_vertical/arrow_grey_right2.png) no-repeat 0 center;
}
.left-menu-wrap .navbar-brand{
	padding-left: 0;
}
.left-menu-wrap .navbar-toggle{
	margin-right: 0;
}

/******* Верхнее меню *******/
.main-menu nav
{
    /*background: #82b3c9;*/
    text-align: center;
    padding: 0;
}
.topnav ul
{
    width: 100%;
}
.topnav ul li
{
    float: none;
    display: inline-block;
}
.topnav ul a {
    text-decoration: none;
    color: #fff;
    transition: .3s
}
.topnav ul li a:hover, .topnav ul li a:focus, .topnav ul li.active a {
    background: #fe8b00;
    background: -webkit-linear-gradient(top,#fe8b00,#fe6600);
    background: -o-linear-gradient(top,#fe8b00,#fe6600);
    background: -moz-linear-gradient(top,#fe8b00,#fe6600);
    background: linear-gradient(to bottom, #fe8b00, #fe6600);
}
.topnav ul ul {
    display: none;
    position: absolute;
    top: 49px;
    z-index: 3;
    width: 100%;
    background: #82b3c9;
    border-radius: 0;
    border: none;
}
.topnav ul li ul li
{
    width: 100%;
}
.topnav ul li ul li a
{
    color: #fff;
}
.topnav ul li:hover ul {
    display: block;
}
.nav-wrap .navbar-brand.navbar-toggle{
    border: none !important;
    float: left;
    height: auto;
}
.nav-wrap .navbar-header {
    /*background: #82b3c9;*/
    color: #fff;
}
.nav-wrap.main-menu {
    background: #39aee0;
    background: -webkit-linear-gradient(top,#39aee0,#2aa0da);
    background: -o-linear-gradient(top,#39aee0,#2aa0da);
    background: -moz-linear-gradient(top,#39aee0,#2aa0da);
    background: linear-gradient(to bottom, #39aee0, #2aa0da);
}
.navbar-toggle .icon-bar
{
    background: #fff;
}