﻿/* Small screen - Used for small screen or phone */
@media (min-width: 576px) {
    /* change this, by default 540px */
    .container {
        max-width: 83.33333%;
    }
}

/* Medium screen - Used for medium screen or tablet */
@media (min-width: 768px) {
    /* change this, by default 720px */
    .container {
        max-width: 83.33333%;
    }
}

/* Large screen - Used for large screen, Laptop or Desktop */
@media (min-width: 992px) {
    /* change this, by default 960px */
    .container {
        max-width: 83.33333%;
    }
}

/* Extra large screen - Used for extra large screen or desktop */
@media (min-width: 1200px) {
    /* change this, by default 1140px */
    .container {
        max-width: 83.33333%;
    }
}


body {
    font-family: "Encode Sans", sans-serif;
}

.g-height-30x {
    height: 30%;
}

.g-height-33x {
    height: 33.3%;
}

.g-height-40x {
    height: 40%;
}

.g-min-height-150 {
    min-height: 150px;
}

/* Remove default arrow Chevron next to drop down menu*/
.hs-has-sub-menu > a::after {
    display: none !important;
}


.nav-link {
    color: #DA251D;
}

.nav-link:focus,
.nav-link:hover {
    color: #DA251D;
}


/* Collapsable footer navigation */
@media only screen and (max-width: 768px) {
    .footer-nav-collapse_content {
        display: none;
    }

    .active .footer-nav-collapse_content {
        display: inline;
    }

    .footer-nav-collapse h3 {
        border-top: 1px solid #ddd;
        padding-top: 20px;
        text-align: left;
        padding-left: 0px;
    }

    .footer-nav-collapse h3:after {
        content: "\203A";
        color: #EF8823;
        width: 20px;
        height: 20px;
        display: inline-block;
        text-align: center;
        float: right;
    }

    .active.footer-nav-collapse h3:after {
        content: "\2039";
    }

    .footer-nav-collapse a {
        text-align: left;
    }

    .footer-nav-collapse-bottom-line {
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px;
    }
}

#footer-nav-collapse-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    #footer-nav-collapse-container {
        max-width: 720px;
    }
}


@media (min-width: 992px) {
    #footer-nav-collapse-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    #footer-nav-collapse-container {
        max-width: 1140px;
    }
}

@media only screen and (max-width: 765px) {
    #footer-nav-collapse-container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

.footer-nav-menu-item {
    line-height: 26px;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    /* font-weight: 100; */
}

.footer-left-container-border-top {
    border-top: solid;
    border-top-color: #ffffff;
    border-top-width: 2px;
}

.footer-left-container-border-bottom {
    border-bottom: solid;
    border-bottom-color: #ffffff;
    border-bottom-width: 2px;
}

@media (max-width: 767px) {
    .footer-right-container-border {
        border-top: solid;
        border-top-color: #ffffff;
        border-top-width: 4px;
        border-left-width: 0px;
    }
}

@media (min-width: 768px) {
    .footer-right-container-border {
        border-top-width: 0px;
        border-left: solid;
        border-left-color: #ffffff;
        border-left-width: 4px;
    }
}


.top-nav {
    color: #555555 !important;
}

@media (min-width: 1300px) {
    .top-nav {
        font-size: 20px;
        font-weight: 500;
    }
}

@media (max-width: 767px) {
    .top-nav {
        font-size: 20px;
        font-weight: 500;
    }
}

@media (max-width:1299px) and (min-width:768px) {
    .top-nav {
        font-size: 18px;
        font-weight: 500;
    }
}

@media (max-width:991px) and (min-width:768px) {
    .top-nav {
        display: none !important;
    }
}

.top-secondary-nav {
    font-size: 20px;
    color: #555555 !important;
    font-weight: 500;
}

.top-nav-submenu {
    font-size: 18px;
    color: #555555 !important;
    font-weight: 500;
}

.top-nav-shadow {
    box-shadow: 0 0 20px #646464;
}

@media (max-width:991px) {
    .overlay-nav-menu-item {
        line-height: 34px;
        font-size: 18px;
        text-align: center;
        font-weight: 500;
        margin-left: 2.85714rem !important;
        margin-right: 2.85714rem !important;
    }
}

@media (min-width:992px) {
    .overlay-nav-menu-item {
        line-height: 34px;
        font-size: 22px;
        text-align: center;
        font-weight: 500;
        margin-left: 3.57143rem !important;
        margin-right: 3.57143rem !important;
    }
}

@media (max-width:991px) {
    .overlay-nav-menu-item-services {
        line-height: 34px;
        font-size: 18px;
        text-align: center;
        font-weight: 500;
        margin-left: 1.6rem !important;
        margin-right: 1.6rem !important;
    }
}

@media (min-width:992px) {
    .overlay-nav-menu-item-services {
        line-height: 34px;
        font-size: 22px;
        text-align: center;
        font-weight: 500;
        margin-left: 3.57143rem !important;
        margin-right: 3.57143rem !important;
    }
}



.overy-nav-menu-background {
    background: rgba(0, 0, 0, 0.5);
    height: 41px;
    min-width: 100%;
    position: absolute;
    bottom: 0px;
}


.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    background-color: #DA251D;
    height: 4px;
}

@media (max-width: 992px) {
    .navbar-toggle-menu-style {
        background-color: #DA251D !important;
    }
}

@media screen and (max-width: 767px) {
    .menu-phone-number[data-abbr]::after {
        content: attr(data-abbr);
    }
    /* Hide the original label */
    .menu-phone-number > span {
        display: none;
    }
}

.bg-nova-light-gray {
    background-color: #646464 !important;
}

.bg-nova-gray {
    background-color: #EBEBEB;
}

.bg-nova-black {
    background-color: #000000 !important;
}

.bg-nova-red {
    background-color: #DA251D !important;
}

.bg-secondary-top-nav {
    background-color: #F5F5F5 !important;
}

.nova-color-red {
    color: #DA251D !important;
}

.nova-color-red--hover:hover {
    color: #DA251D !important;
}

*:hover > .nova-color-red--parent-hover {
    color: #DA251D !important;
}

.g-py-70--xs {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.g-min-height-235 {
    min-height: 235px;
}

.nova-header-title {
    font-size: 2.57143rem !important;
    font-family: Work Sans,sans-serif;
    font-weight: 700;
}

.nova-header-title-shadow {
    text-shadow: 1px 1px 8px rgba(0,0,0,0.5);
}

.nova-header-shadow {
    box-shadow: 0 0 20px #646464;
}

.nova-banner-title-shadow {
    text-shadow: 4px 4px 8px rgba(0,0,0,0.5);
}

@media (max-width:991px) {
    .nova-banner-title {
        font-size: 3.57143rem !important;
    }
}

@media (min-width:992px) {
    .nova-banner-title {
        font-size: 4.28571rem !important;
    }
}

@media (max-width:767px) {
    .nova-banner-subtitle {
        font-size: 1.85714rem !important;
        line-height: 1.2 !important;
    }
}

@media (min-width:768px) {
    .nova-banner-subtitle {
        font-size: 2.57143rem !important;
        line-height: 2 !important;
    }
}

.nova-banner-subtitle-shadow {
    text-shadow: 4px 4px 8px rgba(0,0,0,0.5);
}

.nova-banner-button {
    border-width: 3px;
    width: 197px;
    box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
}

.nova-banner-button-text {
    text-shadow: 4px 4px 8px rgba(0,0,0,0.3);
}

a {
    color: #DC2E27;
}

h2 {
    font-weight: 600;
}

.nova-link {
    color: #DC2E27;
    text-decoration: underline;
}

.nova-link:focus,
.nova-link:hover {
    color: #555555;
    text-decoration: underline;
}

.nova-link:visited {
    color: #B4B4B4;
    text-decoration: underline;
}

.nova-link:active {
    color: #555555;
    text-decoration: underline;
}

.services-title {
    line-height: 48px;
    color: #000000;
    font-size: 40px;
    text-align: center;
    font-weight: 500;
}

.services-title-bold {
    color: #000000;
    font-style: italic;
    font-weight: 700;
}

.services-title-red {
    color: #DA251D;
    font-weight: 700;
}

.brands-title-red {
    color: #DA251D;
    font-size: 28px;
    font-weight: 500;
    line-height: 30px;
}


/* Brand - Circles */
.brands-circles {
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    margin: auto;
}

@media (min-width:1600px) {
    .brands-circles {
        height: 243px;
        width: 243px;
    }
}

@media (max-width:1599px) and (min-width:1400px) {
    .brands-circles {
        height: 225px;
        width: 225px;
    }
}

@media (max-width:1399px) and (min-width:1280px) {
    .brands-circles {
        height: 210px;
        width: 210px;
    }
}

@media (max-width:1279px) and (min-width:1080px) {
    .brands-circles {
        height: 180px;
        width: 180px;
    }
}

@media (max-width:1079px) and (min-width:992px) {
    .brands-circles {
        height: 160px;
        width: 160px;
    }
}

@media (max-width:991px) {
    .brands-circles {
        height: 200px;
        width: 200px;
    }
}

#brands-denison-circle {
    background-image: url(/images/denison-circle.png)
}

#brands-denison-circle:hover {
    background-image: url(/images/denison-circle-opposite.png)
}

#brands-sauer-circle {
    background-image: url(/images/sauer-circle.png)
}

#brands-sauer-circle:hover {
    background-image: url(/images/sauer-circle-opposite.png)
}

#brands-rexroth-circle {
    background-image: url(/images/rexroth-circle.png)
}

#brands-rexroth-circle:hover {
    background-image: url(/images/rexroth-circle-opposite.png)
}

#brands-eaton-circle {
    background-image: url(/images/eaton-circle.png)
}

#brands-eaton-circle:hover {
    background-image: url(/images/eaton-circle-opposite.png)
}

#contact-frame {
    z-index: 59;
    border-radius: 1px;
    border-width: 0px;
    background: rgba(180, 180, 180, 0.5);
}

#about-history-nova1 {
    font-size: 7.5rem !important;
    font-weight: 500;
    color: #000000;
    line-height: 50px;
}

#about-history-nova2 {
    font-size: 2.85714rem !important;
    font-weight: 400;
    color: #000000;
    line-height: 55px;
}

#about-history-nova3 {
    font-size: 2.5rem !important;
    font-weight: 600;
    color: #000000;
    line-height: 10px;
}

#about-history-nova4 {
    font-size: 4rem !important;
    font-weight: 700;
    color: #DA251D;
    line-height: 50px;
}

#contact-map-icon {
    max-width: 20px;
    margin: auto;
}


@media (max-width:575px) {
    .nova-tech-band-red {
        background-color: #DA251D !important;
        min-height: 93px;
    }

    .nova-tech-band-gray {
        background-color: #000000;
        opacity: .75;
        min-height: 94px;
    }

    .nova-tech-container {
        position: relative;
        top: -50px;
        left: 0px;
        z-index: 3;
        /*padding-top:100px;*/
    }

    .nova-tech-title {
        position: relative;
        top: 20px;
        left: -50px;
        z-index: 9;
        margin-left: 50%;
    }

    .nova-tech-row {
        height: 125px;
    }

    .nova-tech-images-container {
        position: relative;
        top: -140px;
        z-index: 3;
        justify-content: center;
    }
}


@media (min-width: 576px) and (max-width:767px) {
    .nova-tech-band-red {
        background-color: #DA251D !important;
        min-height: 25px;
    }

    .nova-tech-band-gray {
        background-color: #000000;
        opacity: .75;
        min-height: 100px;
    }

    .nova-tech-container {
        position: relative;
        top: 20px;
        left: 0px;
        z-index: 3;
    }

    .nova-tech-title {
        position: relative;
        top: 11px;
        left: 350px;
        z-index: 9;
    }

    .nova-tech-row {
        height: 125px;
    }

    .nova-tech-images-container {
        position: relative;
        top: -140px;
        padding-left: 60px;
        z-index: 3;
    }
}

@media (min-width:768px) {
    .nova-tech-band-red {
        background-color: transparent !important;
        min-height: 25px;
    }

    .nova-tech-band-gray {
        background-color: transparent;
        min-height: 100px;
    }

    .nova-tech-container {
        position: relative;
        top: 20px;
        left: 0px;
        z-index: 3;
    }

    .nova-tech-title {
        position: relative;
        top: 12px;
        left: -250px;
        z-index: 9;
    }

    .nova-tech-row {
        height: 125px;
    }
    
    .nova-tech-band-red-image {
        position: relative;
        top: 2px;
        left: 0px;
        z-index: 2;
    }

    .nova-tech-images-container {
        position: relative;
        top: -140px;
        padding-left: 60px;
        z-index: 3;
    }
}

.btn-nova-red {
  color: #fff;
  background-color: #da251d; }
  
  .nova-form-label-color {
	color: #555555;
}

.nova-form-fieldtext-color {
	color: #6f7274;
}

select.form-control option{
	color: #6f7274;
}

