* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    /* border: 1px red solid; */
}
a {
	border: none;
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
	-webkit-transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
}
article, aside, figure, footer, header, hgroup, nav, section {
	display: block;
}
img, object, embed {
	max-width: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	font-weight: bold;
	vertical-align: bottom;
}
td {
	font-weight: normal;
	vertical-align: top;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;	
}
input, select {
	vertical-align: middle;
}
input[type="radio"] {
	vertical-align: text-bottom;
}
.ie6 input {
	vertical-align: text-bottom;
}
a:hover, a:active {
	outline: none;
}
button, input, select, textarea {
	margin: 0;
}
button {
	width: auto;
	overflow: visible;
}
.ie7 img {
	-ms-interpolation-mode: bicubic;
}
img {
	border: none;
}
:focus {
	outline: 0;
}
body {
    background-color: #e8ecef;
	font-family: 'Poppins';
    line-height: 1;
    height:100vh;
    display:flex; 
    flex-direction:column; 
    overflow-x: hidden;
	appearance: none;
    -webkit-appearance: none;
    -webkit-text-size-adjust: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
::-webkit-input-placeholder {
	color: #999999;
	opacity: 1;
}
:-moz-placeholder {
	color: #999999;
	opacity: 1;
}
::-moz-placeholder {
	color: #999999;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #999999;
	opacity: 1;
}
.container {
    width: 1156px;
    margin: 0 auto;
}
.row {
    width: 100%;
    float: left;
}
header {
    background-color: #ffffff;
    width: 100%;
    float: left;
    padding: 35px 60px 35px 60px;
    box-shadow: 0 0.180rem 0.25rem #d5d9db;
}
.cart {
    float: right;
    margin-top: 15px;
}
main {
    width: 100%;
    float: left;
    padding: 0 50px 140px 50px;
}
aside {
    width: 360px;
    float: left;
    position: relative;
    z-index: 500;
}
.nav-container {
    background-color: #ffffff;
    width: 100%;
    float: left;
    clear: both;
    margin-top: 40px;
    padding-bottom: 20px;
    border-radius: 7px 7px 7px 7px;
    transition: all 0.5s linear;
}
.nav-container h2 {
    background-color: #091e3d;
    width: 100%;
    float: left;
    height: 54px;
    font-size: 20px;
    color: #ffffff;
    line-height: 54px;
    padding: 0 25px 0 25px;
    border-radius: 7px 7px 0 0;
}
.head-icon {
    float: left;
    margin-top: 3px;
}
.head-text {
    display: block;
    padding-left: 40px;
    transition: all .4s linear;
}
.nav {
    width: 100%;
    float: left;
    list-style-type: none;
    margin:0;
    padding: 0 18px 0 18px;
    display: block;
}
.nav li {
    width: 100%;
    float: left;
    position:relative;
    border-bottom: 1px solid #e5e5e5;
}
.nav li a {
    /* border-bottom: 1px solid #e5e5e5; */
    text-decoration: none;
    display: block;
    height: 100%;
    width: 100%;
    float: left;
    line-height: 50px;
    font-size: 15px;
    color: #000000;
    transition:all 0.3s linear;
}
.nav li:last-child, .nav li:last-child a {
    border-bottom: 0;
} 
.text {
    padding-left: 40px;
    transition: all .4s linear;
}
.nav li:hover .text{
    margin-left: 20px
}
span[class ^= "icon"]{
    position: absolute;
    left: 5px;
    font-size: 1.5em;
    transition: all 0.3s linear;
}
.nav li.list a {
    border: 0;
}
.nav li ul {
    width: 100%;
    float: left;
    display: none;
    padding: 0 35px 10px 35px;
}
.nav li ul li {
    border-bottom: 0;
}
.fa {
    float: right;
    margin-top: 17px;
    transition: transform .2s;
    transform: rotateZ(90deg);
}
.fa.active {
    transform: rotateZ(0deg);
}
.nav li ul li a {
    background: url(../images/arrow-icon.jpg) no-repeat left 50%;
    font-size: 13px;
    color: #606060;
    padding-left: 15px;
    border-bottom: 0;
    line-height: 36px;
}
.profile-frame {
    background-color: #ffffff;
    width: 100%;
    float: left;
    display: block;
    padding: 24px 18px 24px 18px;
}
.profile-frame picture {
    background-color: #ffffff;
    width: 90px;
    height: 90px;
    float: left;
    border-radius: 7px;
    box-shadow: 0px 1px 5px 1px #d5d9db;
}
.profile-frame figcaption {
    float: left;
    padding: 15px 0 0 20px;
}
.profile-frame figcaption h3 {
    font-size: 18px;
    color: #000000;
    padding-bottom: 5px;
}
.profile-frame figcaption p {
    font-size: 14px;
    color: #919191;
}
.signout {
    background-color: #fdae09;
    width: 94px;
    float: left;
    margin-top: 8px;
    border-radius: 2px;
}
.signout a {
    width: 100%;
    float: left;
    display: block;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
}
.social-links {
    width: 100%;
    float: left;
    padding: 0 18px 0 18px;
    
}
.social-links ul {
    width: 100%;
    float: left;
    border-top: 1px #e5e5e5 solid;
    padding: 20px 0 20px 0;
}
.social-links li {
    display: inline-block;
}
.content {
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    padding: 40px 50px 0 450px;
}
.content-frame {
    background-color: #ffffff;
    width: 100%;
    float: left;
    border-radius: 7px 7px 0 0;
}
footer {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    margin-top: auto;
}
.container-fluid {
    background-color: #000000;
    width: 100%;
    float: left;
    padding: 76px 60px 60px 60px;
}
.logo-frame {
    width: 270px;
    float: left;
}
.logo-frame p {
    width: 100%;
    float: left;
    margin-top: 10px;
    font-size: 14px;
    color: #a9a9a9;
    line-height: 22px;
}
.logo-frame ul {
    position: relative;
    z-index: 500;
}
.logo-frame li {
    width: 34px;
    height: 34px;
    float: left;
    margin: 20px 0 0 15px;
}
.logo-frame li a {
    background-color: #262626;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    text-align: center;
    line-height: 38px;
}
.logo-frame li a:hover {
    background-color: #4c4c4c;
}
.logo-frame li:first-child {
    margin: 20px 0 0 0;
}
.logo-frame li img {
    width: 14px;
}
.main-links {
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 310px 0 400px;
}
.main-links h4 {
    width: 370px;
    font-size: 18px;
    color: #ffffff;
    padding-bottom: 20px;
    position: relative;
    left: 50%;
    margin: 0 0 0 -185px;
}
.main-links ul {
    width: 370px;
    float: left;
    position: relative;
    left: 50%;
    margin: 0 0 0 -185px;
}
.main-links li a {
    background: url(../images/arrow.jpg) no-repeat left 50%;
    padding: 0 0 0 20px;
    font-size: 14px;
    color: #a9a9a9;
    line-height: 26px;
}
.main-links li a:hover {
    color: #ffffff;
}
.main-links li:nth-child(odd) {
    width: 150px;
    float: left;
}
.main-links li:nth-child(even) {
    width: 180px;
    float: left;
}
.contact-frame {
    width: 234px;
    float: right;
}
.contact-frame h4 {
    font-size: 18px;
    color: #ffffff;
    padding-bottom: 20px;
}
.contact-list {
    width: 100%;
    float: left;
    margin-top: 5px;
    font-size: 14px;
    color: #ffffff;
    position: relative;
    z-index: 500;
}
.contact-list a {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #febb0a;
    margin-top: 10px;
}
.marginTop30 {
    margin-top: 30px;
}
.lower-footer {
    background-color: #1a1a1a;
    width: 100%;
    float: left;
    height: 60px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    padding: 22px 0;
}
.card.card-custom > .card-body {
    padding: 2rem 6px 2rem 2.25rem;
}
div.dataTables_wrapper div.dataTables_filter input {
    width: 100%;
    display: block;
    margin: 4px 0 0 0;
}
.show {
    display: block;
}
@media (max-width: 1024px) {
    header {
        height: auto;
        padding: 30px 30px 30px 30px;
    }
    aside {
        width: auto;
    }
    .text{
        display:none;
    }
    .nav-container {
        width: 70px;
    }
    .nav-container h2 {
        padding: 0 15px 0 15px;
    }
    .nav li.active ul {
        background-color: #ffffff;
        width: auto;
        display: inline-block;
        position: absolute;
        top: 50px;
        left: 52px;
        padding: 0 15px 0 15px;
    }
    .nav li ul {
        display: none;
    }
    .nav li.list.active ul {
        background-color: #ffffff;
        width: 164px;
        display: inline-block;
        position: absolute;
        top: 50px;
        left: 52px;
        padding: 10px 15px 10px 15px;
    }
    .nav li.list a {
        border: 0;
        border-bottom: 1px solid #e5e5e5;
    }
    .nav li ul li {
        height: 36px;
    }
    .nav li ul li a {
        height: 36px;
    }
    .nav li.list.active ul li a {
        border: 0;
    }
    .nav li {
        height: 50px;
    }
    .nav li.active .text {
        background-color: #091e3d;
        width: auto;
        display: inline-block;
        margin-left: 52px;
        padding: 0 15px 0 15px;
        color: #ffffff;
        position: relative;
        white-space: nowrap;
    }
    .nav li.active .text::after {
        content: "";
        width: 0px;
        height: 0px;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #091e3d;
        position: absolute;
        top: 15px;
        left: -10px;
    }
    .nav li.list.active .text {
        min-width: 164px;
    }
    .social-links {
        text-align: center;
    }
    .social-links ul {
        padding: 10px 0 20px 0;
    }
    .social-links li {
        margin-top: 10px;
    }
    .profile-frame {
        display: none;
    }
    .head-icon {
        width: 100%;
        float: left;
        margin-top: 3px;
        text-align: center;
    }
    .head-text {
        display: none;
    }
    main {
        padding: 0 30px 50px 30px;
    }
    .content {
        padding: 40px 30px 0 130px;
    }
    .container-fluid {
        padding: 60px 30px 60px 30px;
    }
}
@media (max-width: 991px) {
    .logo-frame {
        width: 100%;
        float: left;
    }
    .main-links {
        width: 60%;
        float: left;
        position: relative;
        left: 0;
        padding: 30px 0 0 0;
    }
    .main-links h4 {
        position: relative;
        left: 0;
        margin: 0;
    }
    .main-links ul {
        left: 0;
        margin: 0;
    }
    .contact-frame {
        float: left;
        padding: 30px 0 0 0;
    }
}
@media (max-width: 767px) {
    header {
        height: auto;
        padding: 20px 20px 20px 20px;
    }
    header a img {
        width: 250px;
    }
    .cart {
        width: 30px;
        margin-top: 0;
    }
    aside {
        width: auto;
    }
    .nav {
        overflow-y: scroll;
    }
    .nav li {
        height: auto;
    }
    .nav-container {
        width: 250px;
        margin-top: 0;
        border-radius: 0;
        padding-bottom: 0;
    }
    .nav-container h2 {
        border-radius: 0;
    }
    .head-text {
        display: block;
    }
    .profile-frame {
        display: block;
        padding: 15px 18px 15px 18px;
    }
    .profile-frame figcaption {
        padding: 5px 0 0 20px;
    }
    .profile-frame figcaption h3 {
        padding-bottom: 0;
    }
    .profile-frame figcaption p {
        margin-bottom: 0;
    }
    span[class^="icon"] {
        margin-top: -3px;
    }
    .social-links li {
        float: left;
        margin-left: 5px;
    }
    .nav li ul {
        display: none;
    }
    .fa {
        float: right;
        margin-top: 17px;
        transition: transform .2s;
        transform: rotateZ(0deg);
    }
    .fa.active {
        transform: rotateZ(90deg);
    }
    .nav li.list a {
        border-bottom: 0;
    }
    .text {
        display: block;
        padding-left: 35px;
    }
    .nav li.active .text {
        background: none;
        color: #000000;
        margin-left: 0;
        padding: 0 15px 0 35px;
    }
    .nav li:hover .text {
        margin-left: 0;
    }
    .nav li.active .text::after {
        content: "";
        width: 0px;
        height: 0px;
        border: 0;
        position: relative;
        top: 0;
        left: 0;
    }
    .nav li.list.active ul {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        padding: 0 0 10px 35px;
    }

    .nav li.list.active .text {
        width: 100%;
        margin-left: 0;
        padding: 0 0 0 35px;
    }
    .container-fluid {
        padding: 40px 30px 40px 30px;
    }
    .main-links {
        width: 100%;
    }
    .main-links li:nth-child(2n+1) {
        width: 130px;
    }
    main {
        padding: 0 15px 40px 15px;
    }
    .content {
        position: relative;
        padding: 40px 0 0 0;
    }
    .lower-footer {
        height: auto;
        line-height: 20px;
        padding: 20px 20px;
    }
    .head-icon {
        width: auto;
        text-align: left;
    }
    .menu-tab {
        background-color: #2c82ff;
        width: 42px;
        height: 38px;
        position: absolute;
        z-index: 100;
        top: 15px;
        right: 65px;
        cursor: pointer;
        border-radius: 0;
        transition: all 0.6s ease-in-out;
    }
    .menu-tab div {
        width: 26px;
        height: 3px;
        background-color: #ffffff;
        display: block;
        margin: 6px 8px;
        transition: all 0.6s ease-in-out;
    }
    .menu-tab div:nth-child(1) {
        margin-top: 8px;
    }
    .menu-tab.active #one {
        transform: translateY(9px) rotate(-135deg);
        transition: all 0.6s ease-in-out;
        background-color: #e8ecef;
    }
    .menu-tab.active #two {
        opacity: 0;
        transition: 0.4s ease;
    }
    .menu-tab.active #three {
        transform: translateY(-9px) rotate(-45deg);
        transition: all 0.6s ease-in-out;
        background-color: #e8ecef;
    }
    .menu-tab.active {
        right: 65px;
        transition: all 600ms ease-in-out;
        background-color: #2c82ff;
    }
    .menu-hide {
        background-color: #ffffff;
        width: 250px;
        left: -300px;
        height: 100%;
        position: fixed;
        z-index: 1000;
        top: 0px;
        transition: all 0.6s ease-in-out;
    }
    .menu-hide.show {
        left: 0px;
        overflow-y: scroll;
        box-shadow: 0 5px 10px #d5d9db;
        transition: all 0.6s ease-in-out;
    }
    .overflow {
        overflow: hidden;
    }
    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
        text-align: left;
    }
}
@media (max-width: 480px) {
    header a img {
        width: 200px;
    }
    .card {
        margin-top: 3px;
    }
    .card img {
        width: 30px;
    }
}
.lesstop { margin-top: 20px !important; }
@media (min-width: 768px) {
.mobileonly { display: none !important; }
}