﻿p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}
a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
.navbar {
    padding: 0px 0px;
    background: transparent;
    border: none;
    border-radius: 0;
    margin-top: 15px;
}
.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}
.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}
.menulines {
border-bottom: 1px solid #262626;
z-index: 999;
}
.menulines:hover {
-webkit-filter: brightness(150%);
transition: 0.4s ease;
}
.menubutton {
position: relative;
color: #d6d6d6;
text-decoration: none;
height: 58px;
top: 16px;
font-family: mysecondfont;
font-size: 18px;
}
.socialmenu {
height: 17px;
padding-left: 11px;
padding-right: 11px;
}
.socialmenu:hover {
-webkit-filter: brightness(150%);
transition: 0.4s ease;
}
.tablemenusocial {
align: center;
text-align: center;
position: absolute;
vertical-align: bottom;
bottom: 30px;
width: 180px;
}
#hclosebtn {
color: #FFF;
text-decoration: none;
font-size: 50px;
font-family: arial;
margin: 0px;
padding: 0px;
spacing: 0px;
top: -8px;
left: -2px;
position: relative;
z-index: 2;
cursor: pointer;
-webkit-transform: rotate(405deg);
-moz-transform: rotate(405deg);
-o-transform: rotate(405deg);
-ms-transform: rotate(405deg);
transform: rotate(405deg);
-webkit-transition: 0.6s ease-out;
-moz-transition: 0.6s ease-out;
-o-transition: 0.6s ease-out;
-ms-transition: 0.6s ease-out;
transition: 0.6s ease-out;
}
#hclosebtn:hover {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: 0.6s ease-out;
-moz-transition: 0.6s ease-out;
-o-transition: 0.6s ease-out;
-ms-transition: 0.6s ease-out;
transition: 0.6s ease-out;
}
.btclosec {
background-color: transparent;
width:70px;
height:70px;
position: absolute;
z-index: 99;
}
.liclose{
position: absolute;
height: 70px;
top: 0px;
left: 180px;
}
.wrapper {
    display: flex;
    align-items: stretch;
    perspective: 1500px;
}
#sidebar {
min-width: 180px;
max-width: 180px;
background: #303030;
color: #fff;
transition: all 0.7s cubic-bezier(0.945, 0.020, 0.270, 0.665);
transform-origin: bottom left;
height: 100vh;
position: absolute;
z-index: 999;
}
#sidebar.active {
margin-left: -180px;
transform: rotateY(100deg);
height: 100vh;
position: absolute;
z-index: 10;
}
#sidebar .sidebar-header {
padding: 0px;
background: #303030;
height: 100vh;
position: absolute;
z-index: 999;
}
#sidebar ul.components {
    padding: 0px 0;
	text-align: center;
	z-index: 999;
}
#sidebar ul p {
    color: #fff;
    padding: 0px;
}
#sidebar ul li a {
    padding: 0px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
    color: #fff;
    background: #484848;
}
#sidebar ul li.active > a, a[aria-expanded=true] {
    color: #fff;
    background: #262626;
}
a[data-toggle=collapse] {
    position: relative;
}
a[aria-expanded=false]::before, a[aria-expanded=true]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a[aria-expanded=true]::before {
    content: '\e260';
}
ul ul a {
    font-size: 0.9em !important;
    padding-left: 0px !important;
    background: #262626;
}
ul.CTAs {
align: center;
cellpadding: 0;
cellspacing: 0;
width: 180px;
text-align: center;
}
a.download {
    background: #fff;
    color: #303030;
}
a.article, a.article:hover {
    background: #262626 !important;
    color: #fff !important;
}
#content {
padding-top: 0px;
padding-left: 0px;
min-height: 100vh;
transition: all 0.3s;
}
#sidebarCollapse {
    padding-left: 0px;
    padding-top: 9px;
    margin: 0px;
    width: 36px;
    height: 40px;
    background: transparent;
}
#sidebarCollapse span {
    width: 80%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #ffffff;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.2s;
}
#sidebarCollapse span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
}
#sidebarCollapse span:nth-of-type(2) {
    opacity: 0;
}
#sidebarCollapse span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
}
#sidebarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 5px auto;
}
@media (max-width: 9999px) {
    #sidebar {
        margin-left: -180px;
        transform: rotateY(90deg);
    }
    #sidebar.active {
        margin-left: 0;
        transform: none;
    }
    #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 7px auto;
    }
    #sidebarCollapse.active span {
        margin: 0 auto;
    }
    #sidebarCollapse.active span:first-of-type {
        transform: rotate(45deg) translate(2px, 2px);
    }
    #sidebarCollapse.active span:nth-of-type(2) {
        opacity: 0;
    }
    #sidebarCollapse.active span:last-of-type {
        transform: rotate(-45deg) translate(1px, -1px);
    }
}
