﻿.topBanner .img-responsive {
    width: 100%;
    border-left: 15px solid #ee9b01;
    object-fit: cover;
    height: 100%;
}

.topBanner .container-fluid, .topBanner .container-fluid .col-sm-5:nth-of-type(2) {
    padding-right: 0px;
    padding-left: 0px;
}

.topBanner {
    height: 55vh;
    overflow: hidden;
    margin-bottom: 5%;
    background-color: rgba(200,210,209,0.25);
}

.badgeWrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    margin-left: -80px;
    overflow: hidden;
}

.topBanner h1 {
    color: #14471e;
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 15px;
}

.topBanner p {
    color: #2e2e2e;
    font-size: 25px;
}

    .topBanner p strong, .topBanner p a {
        color: #da6a00;
    }

small {
    margin-top: 28px;
    display: inline-block;
    font-size: 18px;
}

a.big-callout-button {
    background: #14471e;
    border: none;
    position: absolute;
    left: 0;
    padding-left: 15%;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0px 20px 20px 0px;
    color: white;
    text-decoration: none;
    font-weight: 300;
    /*box-shadow: rgb(218 106 0) 0.5rem 0.5rem;*/
}

    a.big-callout-button::after {
        box-shadow: rgb(218 106 0) 0.5rem 0.5rem;
        content: " ";
        height: 100%;
        position: absolute;
        left: -50%;
        top: 0;
        width: 150%;
        border-radius: 0px 20px 20px 0px;
    }

.topBanner .container-fluid {
    display: flex;
    align-items: center;
    height: 100%;
}

.soupImgWrapper img, .col-sm-4.equalHMR.eq a img,
.col-sm-4.equalHMR.eq .soupName {
    transition: all .5s ease;
}

.soupImgWrapper:hover img, .col-sm-4.equalHMR.eq a:hover img {
    opacity: 0.7;
}

.col-sm-4.equalHMR.eq:hover .soupName {
    color: #da6a00 !important;
}

@media (min-width: 768px) {

    .topBanner .container-fluid .col-sm-5:nth-of-type(2) {
        object-fit: cover;
        height: -webkit-fill-available;
    }
}

.topBanner .container-fluid .col-sm-7 .cms-content {
    padding-left: 7vw;
    padding-right: 7vw;
}

div#content h2, div#content p {
    color: #14471e;
}

div#content a {
    color: #da6a00;
}

div#content p,
div#content .tab-pane ul li {
    font-size: 18px;
    line-height: 25px;
    /*margin-bottom: 33px;*/
}

div#content .tab-pane ul li {
    margin-bottom: 10px;
}

#content h3 {
    color: #2e2e2e;
    margin-bottom: 31px;
    font-size: 30px;
    display: flex;
    align-items: center;
}

    #content h3::after {
        content: "";
        display: block;
        width: 115px;
        height: 7px;
        background: #ee9b01;
        margin-left: 16px;
    }

.nav-tabs > li > a {
    font-size: 18px;
    color: #2e2e2e !important;
    padding: 20px 40px;
}

.panel-body {
    padding-top: 45px;
}

p strong em {
    color: #da6a00;
    font-style: normal;
}

div#content h2 {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 31px;
}

footer {
    margin-top: 100px;
}

.panel-heading-nav {
    border-bottom: 0;
    padding: 10px 0 0;
}

    .panel-heading-nav .nav {
        padding-left: 0px;
        padding-right: 10px;
    }

.soupImgWrapper {
    height: 360px;
    overflow: hidden;
}

.panel-default {
    border-color: transparent;
    border-bottom: none !important;
    box-shadow: none;
}

.breadSection .container {
    border-top: 2px solid #f7f7f8;
    padding-top: 7%;
}

.soupImgWrapper img {
    min-height: 360px;
    max-height: 360px;
    object-fit: cover;
    width: -webkit-fill-available;
}

div#projectGrid {
    display: flex;
    flex-wrap: wrap;
}

.col-sm-4.equalHMR.eq {
    margin-bottom: 40px;
}

    .col-sm-4.equalHMR.eq a::after {
        content: url('https://immediac.blob.core.windows.net/pksoup/images/NewDesign/menubtn.png');
        position: absolute;
        right: -2px;
        transform: scale(.6);
        top: 345px;
    }

p.soupName {
    padding-right: 55px;
    margin-top: 15px;
    padding-left: 15px;
    color: #2e2e2e !important;
    font-weight: 500;
}

.col-sm-4.equalHMR.eq a {
    text-decoration: none;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #c8d2d1;
    border-color: #c8d2d1;
    padding-top: 0px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff !important;
    background-color: #14471e !important;
    border: 1px solid #14471e !important;
    border-radius: 0px;
}

.nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
}

.searchButtonWrapper button.btn.btn-default {
    border: none;
    font-size: 16px;
    color: #14471e;
    border-bottom: 3px solid transparent;
}

.nav-tabs li.active::after {
    content: '';
    display: block;
    height: 7px;
    width: 99%;
    background: #ee9b01;
    position: absolute;
    bottom: -15px;
}

.searchButtonWrapper button.btn.btn-default.active, .btn-default:hover {
    color: #da6a00 !important;
    border-bottom: 3px solid #14471e !important;
    border-radius: 0px !important;
    background: none !important;
    box-shadow: inset 0 3px 5px rgba(0,0,0,0) !important;
}

.searchButtonWrapper button.btn.btn-default.active {
    font-weight: 600 !important;
}

.currentProjectSearch {
    overflow: auto;
    margin-bottom: 15px;
    border-bottom: 3px solid #f7f7f8;
    padding-bottom: 15px;
}

.prices ul {
    padding-left: 0px;
    display: flex;
    justify-content: space-between;
}

    .prices ul li {
        list-style-type: none;
        font-size: 17px;
        color: #14471e;
    }

.prices {
    padding: 10px 0px;
    margin-bottom: 35px;
}

input#projectSearch {
    background: #e9eeee;
    border: none !important;
    border-radius: 50px;
    font-size: 18px;
    height: auto !important;
    padding: 10px 20px !important;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none !important;
}

.breadSection .container .row {
    display: flex;
    align-items: center;
}

.breadSection table {
    border: none;
}

td {
    border: none;
    border-bottom: 2px solid #f7f7f8;
    font-size: 18px;
    line-height: 25px;
    padding: 13px 0px;
}

.breadSection table img {
    max-width: 25px !important;
    height: auto;
    margin-right: 15px;
}

table small {
    margin-top: 0px;
    font-size: 15px;
}

.breadSection h4 {
    color: #2e2e2e;
    font-size: 30px;
    display: flex;
    align-items: center;
}

.breadSection {
    padding-top: 5%;
}

.tab-content h4 {
    color: #da6a00;
    margin-top: 30px;
    margin-bottom: 19px;
    font-size: 24px;
}

.loadMoreBtn {
    text-align: center;
    margin-top: 30px;
}

    .loadMoreBtn a {
        background: #14471e;
        color: white !important;
        border: none;
        padding: 15px 25px;
        font-weight: 400;
        font-size: 18px;
        border-radius: 50px;
        text-decoration: none;
    }

        .loadMoreBtn a:hover {
            background: #da6a00;
        }


@media (min-width: 1200px) and (max-width: 1400px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
    .topBanner {
        height: 65vh;
    }

        .topBanner h1 {
            font-size: 45px;
        }

    footer {
        margin-top: 75px;
    }

    .topBanner p {
        font-size: 17px;
    }

    a.big-callout-button {
        font-size: 19px;
    }

    img.badgeImage {
        width: 160px;
    }

    .badgeWrapper {
        margin-left: -73px;
    }

    .soupImgWrapper img {
        min-height: 293px;
        max-height: 293px;
    }

    .soupImgWrapper {
        height: 293px;
    }

    .col-sm-4.equalHMR.eq a::after {
        top: 279px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .topBanner {
        height: 75vh;
    }

        .topBanner h1 {
            font-size: 45px;
        }

    footer {
        margin-top: 75px;
    }

    .topBanner p {
        font-size: 17px;
    }

    a.big-callout-button {
        font-size: 19px;
    }

    img.badgeImage {
        width: 123px;
    }

    .badgeWrapper {
        margin-left: -53px;
    }

    .soupImgWrapper img {
        min-height: 220px;
        max-height: 220px;
    }

    .soupImgWrapper {
        height: 220px;
    }

    .col-sm-4.equalHMR.eq a::after {
        top: 206px;
    }

    .nav-tabs > li > a {
        padding: 20px 15px;
    }

    .col-sm-3.searchWrapper {
        width: 50%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .input-group {
        width: 100%;
    }
}

@media (max-width: 767px) {

    .topBanner h1 {
        font-size: 50px;
    }

    .panel-heading-nav .nav {
        padding-left: 10px;
        padding-right: 10px;
    }

    .topBanner {
        height: auto !important;
        overflow: hidden;
    }

    img.badgeImage {
        width: 175px;
        display: block;
        margin: auto;
    }

    .badgeWrapper {
        position: absolute;
        top: -75px;
        bottom: unset;
        display: flex;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        left: 0;
        right: 0;
    }

    .topBanner p {
        font-size: 20px;
    }

    .topBanner .container-fluid .col-sm-7:nth-of-type(1) {
        padding-top: 15%;
        padding-bottom: 40%;
    }

    .topBanner .container-fluid .col-sm-7 .cms-content {
        padding-left: 0vw;
        padding-right: 0vw;
    }

    footer {
        margin-top: 50px;
    }


    /*Banner*/

    .topBanner .container-fluid {
        display: block;
    }

    .topBanner .img-responsive {
        width: 100%;
        border-left: none;
        border-top: 15px solid #ee9b01;
    }

    #content h3 {
        font-size: 22px;
    }

        #content h3::after {
            width: 75px;
        }

    .nav-tabs li.active::after {
        height: 0;
    }

    .col-sm-3.searchWrapper {
        margin-top: 19px;
    }

    .input-group {
        width: 100%;
    }

    .prices ul {
        padding-left: 0px;
        display: block;
    }

    .soupImgWrapper img, .soupImgWrapper {
        min-height: 150px;
        max-height: 150px;
    }

    td {
        padding: 10px 5px 10px 0px;
    }

    div#content p, div#content .tab-pane ul li, table td {
        font-size: 14px;
        line-height: 20px;
    }

    p.soupName {
        padding-right: 35px;
        margin-top: 15px;
        padding-left: 0px;
        color: #2e2e2e !important;
        font-weight: 500;
    }

    .col-sm-4.equalHMR.eq a::after {
        right: -10px;
        transform: scale(.4);
        top: 128px;
    }

    .breadSection .container .row {
        display: block;
    }
}


/*For client side zoom*/
@media(min-height:20px) and (max-height:750px) and (min-width: 992px) {
    /*    .topBanner {
        background: blue;
    }*/

    .topBanner h1 {
        font-size: 50px;
    }

    .topBanner p {
        font-size: 19px;
    }

    small {
        margin-top: 8px;
        display: inline-block;
        font-size: 14px;
    }

    .big-callout-button {
        font-size: 17px;
    }

    a.big-callout-button {
        bottom: -25px;
    }
}
