/* Update css for 2021 redesign */

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .sfHover > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .sfHover > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .sfHover > a:focus {
    color: black;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
    font-family: 'Roboto', sans-serif;
    color: #707070;
    text-transform: uppercase;
    line-height: 5rem;
}

.navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #000;
}

.sf-menu > li > .sf-with-ul:before {
    display: none;
}

.sf-menu > li > .sf-with-ul:hover::before {
    display: block;
    position: absolute;
    left: 50%;
    top: 70%;
    margin-left: -6px;
    content: '\f0d7';
    font: 400 24px/12px 'FontAwesome';
    color: #ababab;
}

.navbar-nav > li > a:after {
    display: none;
}

@media only screen and (min-width: 769px) {
    #header-logo {
        position: relative;
        width: 200px;
        height: 40px;
    }
}

@media only screen and (min-width: 768px) {
    .navbar-nav > li.active > a:after,
    .navbar-nav > li.sfHover > a:after {
        display: block;
    }
}

@media (min-width: 768px) {
    .navbar-nav > li.active > a:after,
    .navbar-nav > li.sfHover > a:after {
        display: none;
    }

    .navbar-nav > li > a {
        font-size: 1.7rem;
    }
}

.navbar-nav > li > a:after {
    display: none;
}

@media (min-width: 768px) {
    .navbar-nav > li > a:after {
        display: none;
    }

    .navbar-nav > li > a {
        padding: 7px 9px;
    }
}

.dropdown-menu {
    top: unset;
    background-color: #fff;
    box-shadow: 4px 5px 10px 0px #888888;
    margin: 0;
}

.isStuck .sf-menu ul {
    top: unset;
}

@media only screen and (min-width: 768px) {
    #searchbox {
        padding: 11px 10px;
        width: 190px;
    }

    #resources-dropdown {
        width: 159px;
        left: 10px;
    }

    #support-dropdown {
        left: -41px;
        width: 231px;
    }

    #aboutus-dropdown {
        width: 126px;
        left: 0px;
    }

    #login-dropdown {
        left: 29px;
        width: 77px;
    }
}

.sf-menu .mega-menu {
    box-shadow: 4px 5px 10px 0px #888888;
    color: #303030;
    background: #fff;
    font-size: 1.7rem;
}

.sf-menu .mega-accordion-head {
    position: unset;
    padding: 0;
}

.mega-heading a {
    color: #303030;
    font-weight: bold;
}

.sf-menu .mega-accordion-head:before {
    display: none;
}

.dropdown-menu > li > a {
    font-size: 1.7rem;
    color: #303030;
    text-transform: capitalize;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #e11b22;
}

.dropdown-menu > .active > a,
.dropdown-menu > .sfHover > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .sfHover > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .sfHover > a:focus {
    color: #e11b22;
}

.telephone {
    color: #707070;
    font-size: 1.7rem;
    position: relative;
    height: 26px;
}

.telephone a {
    position: absolute;
    right: 29px;
}

i.fa-search {
    position: absolute;
    right: 39px;
    top: 20px;
}

form#searchbox input {
    transition: opacity 0.5s;
    opacity: 1;
}

.fa-search:hover:before {
    color: unset;
}

.camera_container {
    min-height: calc(100vh - 165px);
}

.camera_wrap {
    height: 100% !important;
}

.camera_wrap img {
    height: 100% !important;
    object-fit: cover;
}

.camerarelative {
    height: 100% !important;
}

.cameraSlide img {
    min-height: calc(100vh - 165px);
    margin-top: 0 !important;
}

@media only screen and (max-width: 767px) {
    .camera_container {
        min-height: calc(100vh);
    }

    .cameraSlide img {
        min-height: calc(100vh);
    }

    .mobile-bottom-padding {
        padding-bottom: 20px;
    }
}

.cameraappended.cameraeased {
    height: unset !important;
}

.social-icons {
    max-width: 416px;
    margin: auto;
}

@media only screen and (max-width: 767px) {
    .social-icons {
        max-width: 330px;
    }
}

.social-icons > ul {
    display: flex;
    justify-content: space-between;
}

.social-icons img {
    width: 40px;
    height: 40px;
}

footer {
    padding: 48px 0;
}

footer section {
    background: white;
    padding: 90px 0px;
}

.footer-info, .footer-info-mobile {
    color: #707070;
    font-size: 1.7rem;
    text-align: center;
    margin-top: 40px;
}

@media only screen and (min-width: 768px) {
    #region-dropdown {
        width: 130px;
    }

    #region-dropdown img {
        width: 40px;
        height: 40px;
    }

    #region-dropdown p {
        color: #707070;
    }

    .hr__mod {
        width: 447px;
        background: #e11b22;
    }
}

@media only screen and (max-width: 767px) {
    .hr__mod {
        width: 100%;
        background: #e11b22;
    }
}

#footer-region > .sf-with-ul:before {
    display: block;
    position: absolute;
    left: 50%;
    top: 80%;
    margin-left: -6px;
    content: '\f0d7';
    font: 400 24px/12px 'FontAwesome';
    color: #ababab;
}

@media only screen and (max-width: 767px) {
    #footer-region {
        display: none;
    }

    .footer-info {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .footer-info-mobile {
        display: none;
    }
}

.gray-header {
    color: #707070;
    font-size: 5rem;
    font-weight: normal;
}

.featured-products img.cover-img {
    position: absolute;
    opacity: 1;
    transition: opacity 0.25s ease-in-out;
    box-shadow: 0px 4px 9px 1px #888888;
}

.featured-products img.cover-img:hover {
    opacity: 0;
}

.featured-products img.hover-img {
    box-shadow: 0px 4px 9px 1px #888888;
}

.featured-products .img-container {
    position: relative;
}

.feature-product-title {
    padding-top: 22px;
    font-size: 2rem;
    color: #707070;
}

@media only screen and (max-width: 767px) {
    .feature-product-title {
        padding-bottom: 22px;
    }
}

.featured-products a {
    display: block;
}

.bg-light {
    background: #ffffff;
}

.bg-gray {
    background: #f2f2f2;
}

.whats-trending p {
    font-size: 2.5rem;
    text-align: left;
}

/* Slideshow */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Fading animation */
.literature-fade {
    -webkit-animation-name: literature-fade;
    -webkit-animation-duration: 2.5s;
    animation-name: literature-fade;
    animation-duration: 2.5s;
}

@-webkit-keyframes literature-fade {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}

@keyframes literature-fade {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}

.mySlides img {
    width: 100%;
}

.blogs img {
    max-height: 199px;
    width: 100%;
    box-shadow: 4px 5px 10px 0px #888888;
}

.whitepapers img {
    max-height: 510px;
    width: 100%;
    box-shadow: 4px 5px 10px 0px #888888;
}

/* Hide phone number on scroll */
.isStuck .telephone {
    display: none;
}

@media only screen and (min-width: 768px) {
    .zoomOutOut img {
        animation-name: zoomOutOut;
        animation-duration: 20s;
    }

    @keyframes zoomOutOut {
        from {
            transform: translate(0, 0) scale(1);
        }

        100% {
            transform: translate(60px, -60px) scale(1.2);
        }
    }
}

#region-dropdown p {
    display: inline;
    padding-left: 10px;
}

.rd-mobilemenu_submenu h5 a {
    color: white;
}

.mobile-login {
    display: none !important;
}

#hr-break {
    display: none !important;
}

.video-list {
    display: flex;
    overflow-x: scroll;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    #home video {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        left: 50vw;
        transform: translateX(-50%);
    }
}

@media only screen and (max-width: 767px) {
    ul.sf-menu.sf-js-enabled.sf-arrows {
        display: none;
    }

    #home video {
        width: 100%;
        padding-top: 56px;
    }
}

#home .video-container {
    position: relative;
    overflow: hidden;
    padding-bottom: unset;
    padding-top: unset;
    height: unset;
}

@media only screen and (min-width: 768px) {
    #home .video-container {
        min-height: calc(100vh - 165px);
    }
}

.footer-info-mobile a {
    color: #707070;
}

.cart-count {
    position: absolute;
    right: 0px;
    top: 7px;
    height: 18px;
    width: 18px;
    background-color: #d92128;
    border-radius: 50%;
    display: block;
    text-align: center;
    color:white;
    font-size: 11px;
}