html, body {
    height: 100vh;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 16px;
    min-width: 320px;
    line-height: 1.6;
    -webkit-font-smoothing: antialised;
    color: white;
}

.content {
    color: white;
}

.main-container {
    background: #1D1D1D;
}

.mainimage {
    width:100%;
    height:98px;
    margin:0 auto;
    background-image:url(../img/mainw.png);
    background-position:center center;
    background-size:40px 30px;
    background-repeat:no-repeat;
    display:block;
}

.leftmain {
    background:#17212b;
    /*border-right: 1px solid #17212b;*/
    z-index: 20;
    text-align: center;
}

.leftmain ul li a, .leftmain > ul > li > a, .leftmain > ul > li > ul > li > a{
    font-size:1em;
    color:#fff;
    text-decoration: none;
}
.leftmain li a:hover, .leftmain ul li.active > a, .leftmain ul li ul li.active > a{
    color:#46864E !important;
}

.leftmain .active .red {
    color: white !important;
}

.leftmain .active .green {
    color: white !important;
}

.horisontal {
    display:block;
    margin-top:15px;
    padding:10px 15px;
    text-align:center;
    transition: 0.5s linear;
}

.horisontal a {
    display:block;
    color:#FFF;
    text-decoration:none;
    transition: 0.5s linear;
}

.horisontal a:hover {transition: 0.5s linear;}

.horisontal.red a:hover, .horisontal.red:hover a{color:#FC0009;}
.horisontal.red:hover, .horisontal.blue:hover, .horisontal.green:hover{background:#FFF;}
.horisontal.blue a:hover, .horisontal.blue:hover a{color:#207EBF;}
.horisontal.green a:hover, .horisontal.green:hover a{color:#4D8C2D;}

.horisontal.green.absolute
{
    position:absolute;
    bottom:15px;
}

.red{background:#FC0009;}
.blue{background:#207EBF;}
.green{background:#46864E;}

.topmain {
    background-color:rgb(74,58,48,0.8);
    min-height:98px;
    z-index:19;
}

.topmain ul.inline-block li {
    display: inline-block;
    margin: 20px;
}

.topmain ul.inline-block li a {
    color: #FFF;
    font-weight: bold;
    line-height: 67px;
    text-decoration: none;
    transition: 0.5s linear;
}

.topmain ul.inline-block li a:hover{
    color: #8bc991;
    text-decoration:none;
}

.tn-atom{
    width:calc(100% - 4px);
    height:1px;
    background:#fff;
    margin-left:2px;
    margin-right:2px;
    box-sizing:border-box;
}

.phonetop p {
    padding: 20px;
}

.phonetop p {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-size: 1.1em;
    color: #8bc991;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

.phonetop p a {
    color: #8bc991;
    text-decoration:none;
}

.phonetop p a:hover {
    text-decoration:none;
}

.phonetop p i {
    margin-right:5px;
}

#mainlefttrig {
    position:fixed;
    width:320px;
    padding:23px 10px 70px;
    left:-380px;
    top:0;
    bottom:0;
    background:#17212b;
    box-sizing:border-box;
    height: 100vh;
    transition: left ease 0.2s;
    z-index:999;
}

#mainlefttrig ul li a {
    text-decoration: none;
}

#mainlefttrig ul > li > a, ul.leftmain > li > ul > li > a{color:#FFF !important;}
#mainlefttrig ul > li.active > a, ul.leftmain > li > ul > li.active > a{color: #46864E !important;}

#mainlefttrig ul, ul ul {
    padding-left: 20px;
}

#mainlefttrig.show {
    left:0;
}

#mainlefttrig > ul:hover {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

#mainlefttrig > ul::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

#mainlefttrig > ul::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.5);
}

.socialmain {
    margin-top: 20px;
}

.socialmain p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.socialmain p i {
    margin-right: 5px;
}

.socialmain p, .socialmain p a {
    color: #46864E;
    text-decoration: none;
    font-size: 1.1em;
}
