header#masterhead.theme-3 .container-lg {
    max-width: 1600px;
}
header#masterhead.theme-3 ul.nav-list {
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
header#masterhead.theme-3 ul.nav-list > li {
    padding: 0 10px;
}
header#masterhead.theme-3 .topbar {
    background-color: var(--sg-color-secondary);
    color: var(--sg-color-white);
    padding: 5px 0;
}
header#masterhead.theme-3 .topbar .navbar-extra {
    margin: 0;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}
header#masterhead.theme-3 .topbar .btn {
    padding: 5px 25px;
}
header#masterhead.theme-3 .primary-navbar .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}
header#masterhead.theme-3 .primary-navbar .navbar-brand {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 15px;
}

/* body specification */
.sg-wrapper--theme-3 h1 {
    font-size: 4.5rem;
}
.sg-wrapper--theme-3 h2,
.sg-wrapper--theme-3 h2.section-title,
.sg-wrapper--theme-3 .section-title {
    font-size: 3.2rem;
}
.sg-wrapper--theme-3 h3 {
    font-size: 2.5rem;
}
.sg-wrapper--theme-3 h4 {
    font-size: 2rem;
}
.sg-wrapper--theme-3 h5 {
    font-size: 1.5rem;
}

.sg-wrapper--theme-3 .section {
    padding: 75px 0;
}

.sg-wrapper--theme-3.home-wrapper .container {
    max-width: 1450px;
}
.sg-wrapper--theme-3.home-wrapper .container-lg {
    max-width: 1600px;
}
.sg-wrapper--theme-3.home-wrapper .section.section-home-banner {
    padding: 0;
}
.sg-wrapper--theme-3.home-wrapper .section.section-1 > *  {
    position: relative;
    margin-top: -150px;
    z-index: 11;
}
.sg-wrapper--theme-3.home-wrapper .section.section-5 {
    padding-bottom: 200px;
}
.sg-wrapper--theme-3.home-wrapper .section.section-6 {
    max-width: 1100px;
    margin: -125px auto 50px;
    padding: 50px;
    z-index: 2;
}
.sg-wrapper--theme-3.home-wrapper .sg-hero--slides h2.section-title {
    font-size: 60px;
}
.sg-wrapper--theme-3.home-wrapper .sg-hero--slides .content {
    font-size: 24px;
}

.sg-wrapper--theme-3.about-wrapper .section.section-1 {
    margin-bottom: 250px;
}
.sg-wrapper--theme-3.about-wrapper .section.section-1 > * {
    margin-bottom: -250px;
}

.sg-wrapper--theme-3 .section-page-banner {
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 400px;
}

.sg-wrapper--theme-3.locations-wrapper .section.section-1 {
    max-width: 1100px;
    margin: 50px auto;
    padding: 50px;
    z-index: 2;
}

@media only screen and (max-width: 991px) {

    .product-blocks.grid-5 > .item {
        -ms-flex: 0 0 calc(33.33% - 30px);
        flex: 0 0 calc(33.33% - 30px);
        max-width: calc(33.33% - 30px);
    }

}

@media only screen and (max-width: 767px) {

    header#masterhead.theme-3 .topbar {
        display: none;
    }
    header#masterhead.theme-3 .primary-navbar .navbar-brand {
        margin: 0;
    }

    .sg-wrapper--theme-3 .section-page-banner {
        min-height: auto;
    }

    .sg-wrapper--theme-3 .section {
        padding: 40px 0;
    }

    .sg-wrapper--theme-3.home-wrapper .sg-hero--slides h2.section-title{
        font-size: 36px;
    }
    .sg-wrapper--theme-3.home-wrapper .sg-hero--slides .content {
        font-size: 18px;
    }
    .sg-wrapper--theme-3.home-wrapper .section.section-1 > * {
        margin-top: 0;
    }

    .sg-wrapper--theme-3 h2, 
    .sg-wrapper--theme-3 h2.section-title, 
    .sg-wrapper--theme-3 .section-title {
        font-size: 36px;
    }
    .sg-wrapper--theme-3 h4 {
        font-size: 24px;
    }

    .product-blocks.grid-5 > .item {
        -ms-flex: 0 0 calc(50% - 30px);
        flex: 0 0 calc(50% - 30px);
        max-width: calc(50% - 30px);
    }

    .sg-wrapper--theme-3.locations-wrapper .section.section-1,
    .sg-wrapper--theme-3.home-wrapper .section.section-6 {
        padding: 25px;
    }

}

@media only screen and (max-width: 575px) {

    .product-blocks.grid-5 > .item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 10px 0;
    }

}