@import url('//fonts.googleapis.com/css?family=Roboto:300,400,700&subset=cyrillic,cyrillic-ext');
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);




body {
    background-color: #242B2E;
}
.t3-header {
    padding-top: 20px;
    padding-bottom: 20px;
        
  
}
.t3-mainbody {
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar.navbar-default {
    background: none;
     border-top: 0px solid #e7e7e7; 
     border-bottom: 0px solid #ff5722; 
}
.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus, .navbar .navbar-nav > .alias-parent-active > a {
    color: #ffffff;
    border: 1px solid #fff;
}
.navbar .navbar-nav > li > a {
    color: inherit;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
}
.t3-megamenu .mega-inner {
    padding: 10px 0;
    width: 350px;
}
.t3-content {
 padding-top: 20px; 
     padding-bottom: 20px; 
    background: #fff;
   
}
body {
    
    font-size: 15px;
    line-height: 1.42857143;
    color: #000000;
   
}
.accordeonck li.level1 a {
    color: #fff;
    background: #2B3436;
background: -webkit-linear-gradient(bottom, #2B3436, #3B4345);
background: -moz-linear-gradient(bottom, #2B3436, #3B4345);
background: linear-gradient(to top, #2B3436, #3B4345);
    display: block;
    box-shadow: none;
font-weight: 300;
    padding: 15px 15px 15px 50px;
    transition: 200ms;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.accordeonck li.level1 a:hover {
    color: #fff;
        background: #c2b800;
}
.accordeonck li.level1 a:active {
    color: #fff;
        background: #c2b800;
}

.accordeonck li.level1 li.level2 a {
        background: #1c2224;

}
.accordeonck li.level1:hover li.level2:hover a {
 color: #fff;
        background: #c2b800;
}
.accordeonck li.level2 a, .accordeonck li.level1:hover li.level2 a {
  background: #242b2e;

}
.t3-footer {
    background: #242b2e;
    border-top: 0;
}
.t3-footer a{
   color:#fff;
font-weight: 300;
}
.t3-copyright {
    background: #5b5b5b;
    border-top: 0;
    display: none;
    padding: 20px 0;
    color: #eee;
}
.t3-sidebar {
    
padding-top:0px;
}

.navbar .navbar-nav > li > a .caret {
    border: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    margin-top: -3px;
    color: #ffffff;
    transition: 200ms;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus {
    color: inherit;
    background:none;
color:#fff;
}
a, a:hover, a:focus {
    color: #c2b800;
    font-weight: 600;
}
.accordeonck li.level1:hover a {
    background: #c2b800;
}
.navbar .navbar-nav > li > a {
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    transition: 200ms;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.t3-wrapper{
    width: 100% !important;
}
.navbar .navbar-nav > li > a:hover {
    color: #fff;
   border:1px solid #fff;
background:none;
}
.navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover, .navbar .navbar-nav > .open > a:focus {
    color: #fff;
background:none;
}