html, body {
    font-family: 'Fira Sans', sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Fira Sans', sans-serif;
    color: #111;
    margin: 0px;
}

h1,
h2,
h3,
h4 {
    font-weight: 700;
}

h5,
h6 {
    font-weight: 600;
}

p {
    font-size: 14px;
    color: #999;
    line-height: 1.7;
}

.hide-mobile {
    display: block;
}

@media screen and (max-width: 576px) {
    .hide-mobile {
        display: none;
    }
}

img {
    max-width: 100%;
    height: auto;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

a {
    color: #111;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.font-primary {
    color: #d21e2b;
}

a:active, a:hover, a:focus {
    color: #111;
    outline: 0 none;
    text-decoration: none;
}

button {
    background: none;
    outline: 0 none;
    border: none;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

iframe {
    border: 0px;
}

input, textarea {
    outline: none;
    max-width: 100%;
}

.hover-shadow-blue {
    transition: 0.3s;
}

    .hover-shadow-blue:hover {
        box-shadow: 5px 10px 18px #002f49;
    }


::-moz-selection {
    background: #111;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #111;
    color: #fff;
    text-shadow: none;
}

#overview-banner {
    width: 100%;
    height: 60%;
    padding: 0px;
    background-size: cover;
    background-position: center;
}

@media (max-width: 991px) {
    #overview-banner {
        height: 45%;
    }
}

@media (max-width:768px) {
    #overview-banner {
        height: 35%;
    }
}

@media (max-width: 576px) {
    #overview-banner {
        height: 25%;
    }
}

.section-heading h6 {
    font-size: 20px;
    font-weight: 500;
    color: #111;
    line-height: 160%;
    margin-bottom: 10px;
}

.section-heading p {
    font-size: 15px;
    font-weight: 400;
    color: #aaa;
    line-height: 160%;
    padding-top: 15px;
    margin-bottom: 0px;
}

.section-block-grey-header {
    padding: 60px 0px 30px 0px;
    background-color: #f9f9f9;
}

    .section-block-grey-header h2 {
        font-weight: 700;
        font-size: 30px;
        line-height: 1.3;
    }

.section-block-header {
    padding: 60px 0px 30px 0px;
    background-color: #fff;
}

.page-title-section {
    width: 100%;
    height: 40%;
    padding: 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-block {
    padding: 6% 0px 6% 0px;
    background-color: #fff;
}

.section-block-grey {
    padding: 6% 0px 6% 0px;
    background-color: #f9f9f9;
}

@media(max-width: 991px) {
    .section-block-grey {
        padding: 10% 0px 10% 0px;
    }

    .section-block {
        padding: 10% 0px 10% 0px;
    }
}

.section-block-darkgrey {
    padding: 45px 0px 45px 0px;
    background-color: #dedede;
}

.section-heading {
    margin-bottom: 10px;
}

    .section-heading span {
        position: relative;
        font-size: 15px;
        font-weight: 500;
        color: #d21e2b;
        line-height: 200%;
        margin-bottom: 10px;
    }

    .section-heading h3 {
        position: relative;
        font-size: 35px;
        font-weight: 400;
        color: #111;
        line-height: 140%;
        margin-bottom: 10px;
    }

.section-heading-line-left {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #d21e2b;
    border-radius: 25%;
    margin-top: 15px;
    margin-bottom: 5px;
}

.testimonial-single {
    padding: 30px 50px;
    color: white;
}

    .testimonial-single h4 {
        color: white;
        font-size: 22px;
        font-weight: 500;
        text-align: center;
        margin-top: 20px;
    }

    .testimonial-single h6 {
        color: white;
        font-size: 15px;
        font-weight: 500;
        text-align: center;
    }

    .testimonial-single p {
        text-align: center;
        font-style: italic;
        color: white;
        font-size: 25px;
        font-weight: 500;
        line-height: 1.9;
    }

        .testimonial-single p:before {
            margin: auto;
            content: "\f10d";
            font-family: 'Font Awesome\ 5 Free';
            font-weight: 900;
            color: #d21e2b;
            font-size: 23px;
            display: block;
            margin-bottom: 15px;
        }

.owl-nav i {
    color: #111;
    font-size: 20px;
    padding: 15px 20px;
    font-weight: 900;
}

.carousel-control-next,
.carousel-control-prev {
    width: 40px;
}

.notice-section-sm {
    background: #fff;
    padding: 40px 0;
}

    .notice-section-sm h6 {
        font-size: 20px;
        font-weight: 500;
        color: #111;
    }

.primary-button {
    background: #d21e2b;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    border-radius: 50px;
    padding: 10px 15px 10px 15px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

    .primary-button:hover {
        background: #414141;
        color: white;
    }

.dark-button {
    background: #111;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    border-radius: 50px;
    padding: 10px 15px 10px 15px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.button-md {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    padding: 13px 25px;
}

    .button-md:focus,
    .button-md:active {
        color: white;
    }

.button-sm {
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    padding: 11px 22px;
}

    .button-sm:focus,
    .button-sm:active {
        color: white;
    }

#scrollUp {
    z-index: 1000;
    text-decoration: none;
    border-radius: 50%;
    background-color: #d21e2b;
    color: #414141;
    width: 35px;
    height: 35px;
    text-align: center;
    position: fixed;
    bottom: 8%;
    right: 5%;
    display: none;
}

    #scrollUp:hover {
        cursor: pointer;
        background-color: white;
        color: #414141;
    }


/* Contact Us Section */

.contact-header {
    background-image: url("../img/home/middleby_office4.jpg");
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 40%;
}

.section-heading-line {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #d21e2b;
    border-radius: 25%;
    margin: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-top: 15px;
    margin-bottom: 5px;
}

.contact-us-header {
    font-size: 35px;
    font-weight: 400;
    color: #111;
    line-height: 140%;
    margin-bottom: 10px;
}

.contact-us-subheader {
    font-weight: 500;
    font-size: 22px;
}

.inner-contact-box {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 20px 80px rgba(0,0,0,0.12);
}

.contact-icon {
    color: #d21e2b;
    font-size: 35px;
    margin: 10px 0px 20px 0px;
}

.contact-box-header {
    font-size: 18px;
    font-weight: 500;
}

.corporate-subheader {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 5px;
}

.small-lt-grey-txt {
    color: #999;
    font-size: 14px;
}

.text-content-big {
    font-size: 15px;
    font-weight: 400;
    color: #999;
    line-height: 200%;
    margin-bottom: 15px;
}

.contact-socialmedia-header {
    font-weight: 500;
    font-size: 22px;
    color: #111;
    line-height: 160%;
    margin-bottom: 10px;
}

/*  Owl Carousel Boxes on What We Do page */
.service-box {
    background: #fff;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.12);
    -moz-box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.12);
    box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.12);
    margin: 15px 0px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    min-height: 342px;
}

    .service-box h4 {
        font-size: 18px;
        font-weight: 500;
        color: #111;
    }

.owl-nav {
    height: 55px;
}

.service-box-lg {
    background: #fff;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.12);
    -moz-box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.12);
    box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.12);
    margin: 15px 0px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    min-height: 375px;
}

.carousel-box-btn {
    font-size: 40px;
    color: #d21e2b;
}

    .carousel-box-btn:hover {
        color: #111;
    }

.service-box-lg h4 {
    font-size: 18px;
    font-weight: 500;
    color: #111;
}

.find-more-btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 13px 25px;
    background: #d21e2b;
    color: white;
    border-radius: 25px;
}

    .find-more-btn:hover {
        background: #414141;
        color: white;
    }

.service-box-btn-wrapper {
    display: flex;
    margin: 15px 0px;
    min-height: 342px;
    align-items: center;
    justify-content: center;
}

/* Innovation */

.video-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-h {
    display: flex;
    flex-flow: row wrap;
}

.center-wrap {
    justify-content: center;
    align-items: flex-start;
}

.bkgd-cover {
    background-size: cover;
}

.img-list {
    min-width: 16.6%;
    height: 10rem;
}

.blodgett {
    background: url("/img/innovation/inno-blodgett-combi-hoodini.jpg");
}

.evo {
    background: url("/img/innovation/inno-evo-EVent.jpg");
}

.mbm {
    background: url("/img/innovation/inno-middleby-marshall-ctx-ovens.jpg");
}

.pitco {
    background: url("/img/innovation/inno-pitco-rov-fryers.jpg");
}

.tchef {
    background: url("/img/innovation/inno-turbochef-eco.jpg");
}

.wells {
    background: url("/img/innovation/inno-wells-hood.jpg");
}


/* Build My Kitchen */

.case-block {
    position: relative;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 5px;
    overflow: hidden;
    margin: 15px 0px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
}

    .case-block img {
        width: 100%;
    }

.case-block-inner {
    padding: 25px 25px 20px 10px;
}

.case-block h4 {
    color: #111;
    font-size: 18px;
    font-weight: 500;
}

    .case-block h4:after {
        content: '';
        display: block;
        width: 80px;
        height: 2px;
        background: #d21e2b;
        margin-top: 10px;
        margin-bottom: 10px;
        -webkit-transition-duration: .4s;
        transition-duration: .4s;
    }

.case-block-inner a {
    font-size: 15px;
    font-weight: 500;
    color: #d21e2b;
}

    .case-block-inner a:after {
        content: '\f0da';
        font-size: 15px;
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        color: #d21e2b;
        margin-left: 10px;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
    }

.section-brands {
    background: #fff;
    padding: 50px 0px;
}

.home-list {
    list-style-type: none;
    padding-left: 0px;
}

    .home-list li {
        color: #222;
        font-size: 14px;
        font-weight: 500;
        margin-top: 15px;
    }

        .home-list li i {
            color: #d21e2b;
            padding-right: 10px;
        }

.service-simple {
    position: relative;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 5px;
    overflow: hidden;
    margin: 15px 0px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
}

.service-simple-inner {
    position: relative;
    padding: 25px 25px 20px 25px;
}

.service-simple h4 {
    font-size: 20px;
    color: #111;
    font-weight: 500;
    margin-bottom: 10px;
}

    .service-simple h4:before {
        content: 'â—';
        color: #d21e2b;
        margin-right: 10px;
    }

.service-simple-button a {
    display: inline-block;
    background: #111;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    width: 100%;
    margin: 15px 0px 20px 0px;
    padding: 15px 20px 15px 20px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

    .service-simple-button a:hover {
        background: #d21e2b;
    }

.data-box-grid {
    display: block;
    float: right;
    position: absolute;
    text-align: center;
    background: #d21e2b;
    left: 15px;
    top: 15px;
    min-width: 60px;
    padding: 5px;
}

    .data-box-grid h4 {
        color: #fff;
        font-size: 30px;
        font-weight: 400;
        letter-spacing: 2px;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
        margin-bottom: 5px;
    }

    .data-box-grid p {
        color: #fff;
        font-size: 14px;
        font-weight: 400;
    }

.blog-grid {
    position: relative;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    margin: 25px 0px 25px 0px;
}


/* brand filters css */
.drop-btn {
    background-color: #d21e2b;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    margin-top: 1.25rem;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 230px;
    max-height: 40vh;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 1;
}

.filter-search {
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
}

.button-span {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

    .button-span:hover {
        background-color: gray;
    }

.show-me {
    display: block !important;
}

.featured-innovation-product {
    border-radius: 3vw;
    border: 3px solid #b7b7b7;
    width: 100%;
    height: calc(16.5vmax);
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    overflow: hidden;
    font-family: "Fira Sans Condensed",sans-serif;
    font-size: calc(0.818841rem + 0.724638vw);
}

.featured-innovation-1-4 {
    display: flex;
    align-items: center;
    padding: 0rem 0 0rem 2rem;
    width: 40%
}




.featured-innovation-2-4 {
    flex-grow: 10;
    transform: skewX(350deg);
    position: relative;
    left: 2.5vw;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
}

.featured-innovation-3-4 {
    flex-grow: 1;
    background-color: #EEF6FF;
    transform: skewX(350deg);
    position: relative;
    left: 3vw;
    display: flex;
    align-items: center;
    min-width: 3vw;
}

.featured-innovation-4-4 {
    background-color: #3870cd;
    flex-grow: 7;
    transform: skewX(350deg);
    position: relative;
    left: 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 1.5em;
    padding-right: 3.5em;
}

.fi-2-4-subtitle {
    font-size: 2em;
}

.fi-2-4-description {
    font-size: 0.8em;
}

.tagline {
    color: white;
    text-transform: uppercase;
}

    .tagline .toptext {
        font-size: 0.8em;
        font-weight: 300;
        line-height: 0.2em;
    }

    .tagline .lowertext {
        font-size: 1.5em;
        line-height: 0.6em;
        font-weight: 600;
        letter-spacing: -0.03em;
    }


/* Test Kitchen Locator */

@media screen and (max-width: 1200px) {
    .circle-images {
        display: none;
    }
}

.chef {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    min-height: 350px;
    justify-content: center;
    margin-bottom: 40px;
}

.image {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.copy {
    display: flex;
    flex-flow: column nowrap;
    align-content: flex-start;
    padding: .5em;
}

.image[data-image-left="true"] {
    order: 1;
}

.copy[data-image-left="true"] {
    order: 2;
}

.image[data-image-left="false"] {
    order: 2;
}

.copy[data-image-left="false"] {
    order: 1;
}


.image {
    padding: .5em;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: space-around;
}

@media screen and (max-width: 767px) {
    .chef {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        padding-bottom: 1.5em;
    }

    .image {
        justify-content: center;
        align-content: space-around;
    }

    .copy {
        justify-content: center;
        align-content: flex-start;
    }

    .image[data-image-left="false"] {
        order: 1;
    }

    .copy[data-image-left="false"] {
        order: 2;
    }

    @media screen and (max-width: 1200px) {
        .circle-images {
            display: none;
        }
    }
}

#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/home/middleby_office6.jpg") top center;
  background-size: cover;
  position: relative;
  padding: 0;
}

#hero:before {
  content: "";
  background: rgba(13, 20, 26, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

#hero h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  padding: 10px 35px 10px 35px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #005d91;
  border: 2px solid #005d91;
}

#hero .btn-get-started:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

#hero .btn-watch-video {
  font-size: 16px;
  display: inline-block;
  padding: 10px 25px 8px 40px;
  transition: 0.5s;
  margin-left: 25px;
  color: #fff;
  position: relative;
}

#hero .btn-watch-video i {
  color: #fff;
  font-size: 32px;
  position: absolute;
  left: 0;
  top: 7px;
  transition: 0.3s;
}

#hero .btn-watch-video:hover i {
  color: #005d91;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    padding-top: 100px;
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

.search .search-info {
  bottom: -50px;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px 15px;
  color: #15222b;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: 0.5s;
}
