body {
    min-height:100vh;
    margin-top:15px;
    font-family: 'Roboto', sans-serif;
}
.back-to-top {
    background: #001331;
}
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
li,
.font-heading {
    font-family: 'Roboto', sans-serif;
}
img {
    max-width:100%;
}
h2 {
    font-size:14px;
    color:#8a8a8a;
    padding-left:100px;
}
h3 {
    font-size:20px;
    color:#8a8a8a;
}
.pl100 {
    padding-left:100px;
}
.section {
    padding: 4rem 0;
}
.site-navbar {
    background:#b7b7b7;
    position:static;
}
.site-logo img {
    max-height: 95px;
    display:block;
}
ul li {
    color:#000;
}
.site-navbar .site-navigation .site-menu {
    padding-left: 0;
}
.site-navbar .site-navigation .site-menu > li > a {
    color:#fff !important;
    padding:45px 20px;
    text-transform: uppercase;
}
.site-navbar .site-navigation .site-menu > li > a:hover,
.site-navbar .site-navigation .site-menu > li.active > a {
    color:#fff !important;
}
.site-navbar .site-navigation .site-menu > li:hover,
.site-navbar .site-navigation .site-menu > li.active {
    background:#000;
}
section#ourcompany {
    padding: 7rem 0 2rem;
}
#nav-tab > a {
    max-width: 14%;
    border-color: transparent !important;
}
#nav-tab > a.active {
    border-color: #dee2e6 #dee2e6 #fff !important;
}
#nav-tab > a img {
    opacity:.5;
}
#nav-tab > a img.colored {
    display:none;
}
#nav-tab > a img.grayed {
    display:inline-block;
}
#nav-tab > a:hover img,
#nav-tab > a.active img {
    opacity:1;
}
#nav-tab > a:hover img.grayed,
#nav-tab > a.active img.grayed {
    display:none;
}
#nav-tab > a:hover img.colored,
#nav-tab > a.active img.colored {
    display:inline-block;
}
#documents-section img,
#nav-tabContent img {
    margin: 0 0 20px;
}
#nav-angstrom img,
#nav-labtronics img,
#nav-hanon img,
#nav-kruss img,
#nav-ohaus img {
    border: 3px solid #b7b7b7;
    max-height:260px;
}
#nav-angstrom p,
#nav-labtronics p,
#nav-hanon p,
#nav-kruss p,
#nav-ohaus p {
    margin-bottom:20px;
}
#slider .owl-nav {
    font-size:150px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -71px;
    right: -71px;
}
#slider .owl-nav .owl-prev {
    float:left;
    outline:none;
    background-image: url(../img/arrowleft.png);
    color: transparent;
    height: 80px;
    width: 41px;
    background-size: cover;
}
#slider .owl-nav .owl-next {
    float:right;
    outline:none;
    background-image: url(../img/arrowright.png);
    color: transparent;
    height: 80px;
    width: 41px;
    background-size: cover;
}
#product-tab {
    margin-top: 100px;
}
.tabsect {
    display:none;
}
.tabsect ul li,
.tabsect p {
    font-size:14px;
}
.tabsect.active {
    display:block;
}
.tab-content>.tab-pane {
    min-height:70vh;
}
.tab-content>.tab-pane ul {
    padding:0 0 0 20px;
}
p {
    color:#000;
}

.header-nav {
    margin-top:1px;
}
.header-nav nav {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.header-nav ul {
    background:#b7b7b7;
    padding:0;
    margin:0;
    position: relative;
}
.header-nav ul:after {
    clear: both;
    content: '';
    display: block;
}
.header-nav ul > li {
    display: block;
    float:left;
    height: 48px;        
    position: relative;
    padding: 0px;
    margin: 0px;
    text-align: center;
    border: 1px solid #b7b7b7;
    border-top-color:#fff;
    border-bottom-color:#b7b7b7;
    margin-top:-1px;
    background-color:#b7b7b7;
}
.header-nav ul > li > a {
    position:relative;        
    line-height: 48px; /* equal to the list item's height */
    height:100%;
    width: 100%;
    display:block;
    color:#fff;
    padding:0 30px 0 45px;
    font-size:14px;
}
.header-nav ul > li.active,
.header-nav ul > li:hover {
    background-color: #8e8e8e;
    cursor: pointer;
    border-top-color:#fff;
}

.header-nav ul > li > a:after,
.header-nav ul > li > a:before {
    content:"";
    display:inline-block;        
    border-width: 24px;
    border-style: solid;
    width: 0px;
    height: 0px;
    left: 100%;
    top: -1px;        
    position: absolute;        
    z-index: 1;
}
.header-nav ul > li > a:after {
    border-color: transparent transparent transparent #fff;
}
.header-nav ul > li.active > a:before,
.header-nav ul > li:hover > a:before {
    border-color: transparent transparent transparent #8e8e8e;
}
.header-nav ul > li > a:before {
    border-width: 22px;
    display: block;
    border-color: transparent transparent transparent #b7b7b7;
    z-index: 2;
    top:1px;
}

#slider {
    margin-top:15px;
}

#business-section img {
    margin:0 auto 15px;
}
#contacts-section {
    min-height:100vh;
}
#contacts-section a {
    color:#000;
}
#contacts-section p span {
    color:#8a8a8a;
}
#contacts-section .contact-logo {
    max-height:145px;
    margin-bottom:30px;
    margin-top:5px;
}
.site-mobile-menu-close span {
    cursor:pointer;
}


.footer {
    padding:0;
}
.footer .social {
    font-size: 18px;
    font-weight: bold;
    margin:0;
}
.footer .social a {
    background: #2d71a1;
    color: #fff;
    border-radius: 0;
    font-size: 18px;
    width: 45px;
    height: 45px;
    margin: 15px 0;
    vertical-align: middle;
}
.footer .social img {
    display:block;
}
.footer .footer-widgets {
    padding:30px 0;
}
.footer .footer-widgets h3 {
    text-transform: none;
    font-weight: bold;
    color:#000;
    font-size: 14px;
    margin-bottom: 15px;
}
.footer .footer-widgets p {
    font-size:14px;
}
.footer .footer-widgets a {
    color:#000;
    text-decoration: underline;
}
.footer .footer-widgets img {
    max-width: 230px;
    margin: 0 0 15px;
    width: 100%;
}
.footer .footer-widgets label {
    margin: 0 0 5px;
    line-height: 1em;
    color: #000;
    font-size: 12px;
    display: block;
}
.footer .footer-widgets input,
.footer .footer-widgets textarea {
    border:1px solid #000;
    font-size:14px;
}
.footer .footer-widgets input[type="submit"] {
    background:#000;
}
.footer .footer-widgets .form-group {
    margin:0 0 10px;
}
.footer .footer-widgets .validate {
    margin:0;
}
.footer .footer-widgets .form-control {
    height:30px;
}
.footer .footer-widgets textarea.form-control {
    height:60px;
}
.footer .footer-widgets ul {
    padding:0 0 0 15px;
    max-height: 220px;
    overflow: auto;
}
.footer .footer-widgets ul li {
    font-size:14px;
    list-style:none;
    position:relative;
    margin-bottom:5px;
}
.footer .footer-widgets ul li span {
    position: absolute;
    left: -15px;
    font-weight: bold;
}


.footer .footer-bottom {
    background:#b7b7b7;
    padding:15px 0;
}
.footer .footer-bottom p {
    color: #fff;
    font-size: 14px;
}
.footer .footer-bottom a {
    color: #000;
    text-decoration: underline;
}


.site-mobile-menu {
    background:#b7b7b7;
    width: 100% !important;
}
.site-mobile-menu a {
    color:#fff;
    padding: 15px 20px !important;
    border-bottom: 1px solid #fff;
}
.site-mobile-menu a:hover {
    color:#001331 !important;
}
.site-mobile-menu .site-mobile-menu-body {
    padding:0 !important;
}
.site-mobile-menu .site-nav-wrap > li.active a {
    background:#8e8e8e;
    color:#fff;
}
.mobile-img {
    display:none !important;
}

.nav-tabs {
    display:block;
}
.nav-tabs:after {
    content: '';
    display:block;
    clear:both;
}
.nav-tabs a {
    float:left;
}
.site-mobile-menu .site-nav-wrap:last-child {
    display: none;
}
.varglogo {
    display:none !important;
    padding:15px 20px;
}
.site-mobile-menu-body .varglogo {
    display:block !important;
    background:#fff;
    text-align:center;
}
@media screen and (max-width:991px) {
    body.offcanvas-menu {
        overflow: hidden !important;
        height: 1px;
        margin: 0;
        border-top:15px solid #fff;
    }
    .site-mobile-menu {
        top:105px;
        border-top:15px solid #fff;
        padding-top:0;
    }
    .site-mobile-menu a {
        text-align:center;
    }
    .site-mobile-menu .site-mobile-menu-header {
        display:none;
    }
    .site-mobile-menu .site-mobile-menu-body {
        height: auto;
        padding-bottom: 20px;
        overflow:hidden;
    }
    #nav-tab > a {
        /*padding:0;*/
    }
    .footer .footer-widgets img {
        max-width:100%;
    }
    .header-nav > .container,
    #slider > .container {
        padding: 0;
        max-width: 100%;
    }
}
@media screen and (max-width:767px) {
    
    #about-section img {
        margin-bottom:20px;
    }
    .site-logo img {
        max-height: 90px;
    }
    .site-mobile-menu {
        top:105px;
        width:200px;
    }
    .site-navbar .js-menu-toggle {
        opacity:1;
    }
    .site-navbar .js-menu-toggle.active {
        opacity:0;
    }
}
@media screen and (max-width:575px) {
    .site-logo img {
        max-height: 48px;
    }
    .site-mobile-menu {
        top:79px;
    }
    .mobile-img {
        display:inline-block !important;
    }
    .desktop-img {
        display:none !important;
    }
    .site-mobile-menu .site-mobile-menu-body {
        border-top:1px solid #fff;
    }
    #slider .owl-nav {
        display:none;
    }
    #nav-tab > a:hover img.grayed.mobile-img,
    #nav-tab > a.active img.grayed.mobile-img,
    #nav-tab > a img.colored.mobile-img {
        display:none !important;
    }
    #nav-tab > a:hover img.colored.mobile-img,
    #nav-tab > a.active img.colored.mobile-img {
        display:inline-block !important;
    }
    .footer .footer-widgets img {
        display:block;
        margin:0 auto 15px;
        max-width:100%;
    }
    #section-features {
        padding:20px 0;
    }
    #section-features > .container {
        display:none;
    }
    #business-section .col-sm-6 {
        width: 50%;
    }
    .offcanvas-menu header {
        position: static;
        top: 15px;
    }
}
@media screen and (max-width:480px) {
    p,
    li {
        font-size: 12px;
        line-height: 1.4em;
    }
    .pl100,
    h2 {
        padding-left: 60px;
    }
    .footer .social {
        font-size:14px;
    }
    .tabsect {
        max-width: 90%;
        margin: 0 auto;
    }
    #nav-tab > a {
        padding: 0 5px;
    }
    .header-nav ul {
        display:block !important;
    }
    .header-nav ul > li {
        height: 30px;
        border-left: none !important;
        border-right: none !important;
    }
    .header-nav ul > li:first-child > a {
        padding-right: 10px;
    }
    .header-nav ul > li > a {
        line-height: 30px;
        padding: 0 6px 0 17px;
        font-size: 10px;
        letter-spacing: -.5px;
        color:transparent;
        width:50px;
    }
    .header-nav ul > li > a:before {
        border-width: 13px;
    }
    .header-nav ul > li > a:after {
        border-width: 15px;
    }
    .footer .copyright {
        font-size:10px;
        line-height: 1.4em;
    }
    .footer .footer-widgets .quick-links {
        margin-top:10px;
    }
    .footer .footer-widgets .success-story {
        margin-top:10px;
    }
    .footer .footer-widgets .inquiry {
        margin-top:20px;
    }
    .section {
        padding:3em 0;
    }
}