/*catalog changes*/
#resultSection {
    width: calc(100% - 180px) !important;
}


body {
    font-family: serif;
}

#headerSection {
    padding: 20px 0;
    border-bottom: 1px solid #000;
}

.delayBox {
    visibility: hidden !important;
    display: none !important;
}

.delayBar {    
    visibility: hidden !important;
    display: none !important;
}

.hamburger {
    display: none;
}

.hamburger.active .top-bar {
    transform: rotate(45deg);
    top: 14px;
}
.hamburger.active .middle-bar {
    opacity: 0;
}
.hamburger.active .bottom-bar {
    transform: rotate(135deg);
    top: 14px;
}

.top-bar {
    width: 22px;
    height: 2px;
    position: absolute;
    right: 10px;
    top: 7px;
    transition-delay: 0.1s,0.2s;
    transition-duration: 0.1s,0.1s;
    transition-timing-function: ease-in-out;
    background-color: #949494;
    transform-origin: 11px 1px;
}

.middle-bar {
    width: 22px;
    height: 2px;
    background-color: #949494;
    position: absolute;
    right: 10px;
    top: 14px;
    transition-delay: 0.1s,0.2s;
    transition-duration: 0.1s,0.1s;
    transition-timing-function: ease-in-out;
}


.bottom-bar {
    width: 22px;
    height: 2px;
    background-color: #949494;
    position: absolute;
    right: 10px;
    top: 21px;
    transition-delay: 0.1s,0.2s;
    transition-duration: 0.1s,0.1s;
    transition-timing-function: ease-in-out;
}
.centerWrap {
    max-width: 1280px;
    margin: 0 auto;
}

#logoImage {
    display: inline-block;
    max-width: 200px;
}

#logoImage img {
    width: 100%;
}

.cartBtn {
    float: right;
    clear: right;
    padding: 10px;
    font-size: 18px;
    color: #949494;
    text-transform: uppercase;
}
#menuSection {
    float:right;
}

.dropTab {
    display: inline-block;
    position: relative;
}

.dropTab.branddropTab{
    padding-right:20px;

}
.dropName {
    padding: 10px 15px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #949393;
}

.dropTab:hover > .dropBox{
    opacity: 1;
    visibility: visible;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.dropBox.brandsDropBox a {
    display: inline-block;
    width: 18%;
    text-align: center;
    vertical-align: top;
}

.dropBox.brandsDropBox a:hover {
    color: #46354f;
}
.mainNav {
    float: right;
}
.mainNav a {
    color: #a6a6a6;
}
.middleTitle {
    padding-left: 0px;
    font-size: 18px;
    font-weight: 800;
    color: #888888;
    border-bottom: 1px #888888 solid;
    width: 580px;
    padding-bottom: .5em;
    margin: 0 0 0 42px;
    text-align: center;
}

a.leftarrow {
    width: 80% !important;
    text-align: right !important;
}

a.leftarrow:hover{
    background-color: #ddd;
}

.dropBox {
    opacity: 0;
    visibility: hidden;
    width: 150px;
    right: 0;
    position: absolute;
    background: rgba(255,255,255,0.9);
    border: 1px solid #ccc;
    z-index: 100000;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.centerDrop {
    left:50%;
    right:0;
    transform: translateX(-50%);
    z-index: 100000;
}

.leftDrop {
    left: -664px;
    top: 0;
    right: auto;
    width: 663px !important;
    text-transform: uppercase;
    font-size: 15px;
}

.brandsDropBox {
    width: 195px; 
    min-height: 200px;
}

.brandsDropBox .dropTab {
   display: block;
}

 .dropBox a {
    display: block;
    padding: 20px;
    color: #888888;
    /*border-bottom: 1px solid;*/
}

 .dropBox.inline {
    display: inline-block;
    width: 780px;
    right: 0;
 }

.footerFullWrapper {
    margin: 30px auto 0;
    position: relative;
}
.footerCenterWrapper {
    max-width: 1280px;
    margin: 0 auto;
}
#footerFull {
    padding: 50px 0;
    background: #fff;
    font-size: 16px;
    border-top: 2px solid #fff;
    margin-top: 34px;
}
#footerIcons {
    width: 240px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 25px;
}
.footerCol {
    width: 25%;
    box-sizing: border-box;
    float: left;
}
.footerCol.right {
    float: right;
}
.colTitle {
    color: #000;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 15px;

}
.colContent {
    line-height: 30px;
        /*line-height: 35px;*/
}
.colContent a {
    color: #000;
    font-weight: 300;


        /*font-weight: 400;*/
        /*font-size: 16px;*/
}
.colContent a:hover, .colContent a:hover i {
    color: #667965;
    text-decoration: underline;

}
.galleryBanner {
    font-size: 30px;
    border-bottom: 1px solid #bfbfbf;
    color: #525252;
    flex: 0 0 100%;
    text-align: center;
}
.fullProjectsPage {
    margin-bottom: 27px;
}
.flexCont, .flexCont2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.project {
    padding: 10px;
    flex: 0 0 calc(25% - 20px);
}
.project:hover {
    opacity: 0.75;
    transition: all .3s ease-in-out;
}
.project img {
    width: 100%;
    border-radius: 4px;
    height: 390px;
}
.projectTitle {
    font-size: 18px;
    text-align: center;
    color: #949393;
    padding: .5em;
}
.project:hover .projectTitle{
    color: #af8406;
}
.galleryImg {
    padding: 10px;
    flex: 0 0 calc(33.3333% - 20px);
}
.galleryImg2 {
    padding: 10px;
    flex: 0 0 calc(50% - 20px);
}
.galleryImg3 {
    padding: 10px;
    flex: 0 0 calc(66.666% - 20px);
}
.projectBanner {
    font-size: 23px;
    text-transform: uppercase;
    color: #b1b1b1;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0;
}
.galleryImg img, .galleryImg2 img, .galleryImg3 img {
    width: 100%;
}
.homeParagraph {
    text-align: center;
    font-size: 20px;
    margin: 15px 0;
}

.dropName:hover {
    text-decoration: underline;
}
#emailBtn {
    padding: 5px 0;
    line-height: 40px;
    background: #006d81;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 300;
}
#emailBtn strong {
    font-weight: 700;
}
#emailBtn:hover {
    background-color: #6e7e91;
    color: #fff;
    cursor: pointer;
}
.miniText {
    line-height: 25px;
    font-size: 16px;
    color: #000;
    font-weight: 300;
    /*margin-top: 35px;*/
    text-align: right;
}
.miniText strong {
    font-size: 16px;
    font-weight: 700;
    float: right;
}
#additionalFooter {
    text-align: center;
    color: #fff;
    background: #000;
    width: 100%;
    font-size: 18px;
    padding: 20px 0;
}


.fa-arrow-right {
    display: none;
}

#searchEngine {
    float: right;
    font-size: 12px;
    font-family: serif;
    margin: 25px 0 0 !important;
}

#searchInputBox {
    float: left;
    /*border: 1px solid #3f4e6c;*/
    border-right: 0px;
    background: #f5f5f5;
    height: 40px;
}

#searchSubmitBtn {
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0px 10px;
    background: #006d81;
    /*border: 1px solid #3f4e6c;*/
    border: 0px;
    border-left: 0px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}
#searchInputBox input {
    border: 0px;
    background: transparent;
    margin: 2px;
    padding: 10px;
    width: 175px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #3f4e6c;
    font-family: inherit;
    float: left;
}
.float {
    float: left;
    max-width: 285px;
}
#searchSubmitBtn i {
    line-height: 30px;
    color: #fff;
    font-size: 20px;
}
#marketingSlideshow {
    float: left;
    margin-top: 5px;
}
.categoryImg img {
    width: 100%;
}
.categoryImg {
    position: relative;
    display: inline-block;
    max-width: 265px;
    margin: 5px 10px;
    box-sizing: border-box;
}
.categoryImg.bottom {
    max-width: 224px;
}
.categoryImg.bottom.kitchen {
    max-width: 265px;
}
.categoryImg:hover .bgOverlay, .flexCategoryImg:hover .bgOverlay {
    /*display: block;*/
    background: rgba(0,0,0,0.3);
}
.categoryImg:hover .categoryText, .flexCategoryImg:hover .categoryText {
    color: #fff;
}
.bgOverlay {
    /*display: none;*/
    position: absolute;
    top: 0;
    width: 100%;
    height: calc(100% - 3px);
    background: rgba(0,0,0,0.1);
}
.categoryText {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    color: rgba(255,255,255, 0.9);
    font-size: 20px;
}
.aboutUsContent{
    max-width: 1280px;
}
.mobileDropBox {
    background: #f5f5f5;
}
.mobileDropBox .mobileDropName{
    padding-left: 15px;
}
.mobileDropBox .mobileDropTab .mobileDropBox {
    background: #efefef;
}
.mobileDropBox .mobileDropTab .mobileDropBox .mobileDropName{
    padding-left: 25px; 
}
.leftContent{
    width: 75%;
    box-sizing: border-box;
    float: left;
    padding: 0 2%;
}
.leftContent img{
    width: 100%;
}

.rightImagesAboutUs{
    width: 25%;
    box-sizing: border-box;
    float: right;
}
.rightImagesAboutUs img{
    width: 100%;
    padding-bottom: 1em;
}

.leftContent h2{
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #58585a;
}

.leftContent h3{
    font-size: 20px;
    text-transform: uppercase;
    color: #58585a;
    text-align: center;
}

.leftContent p{
    font-size: 18px;
    text-align: center;
}
/*meet our team page*/
.fullBios {
    margin-top: 30px;
}
.bioTitle {
    font-size: 22px;
    text-align: center;
    margin-bottom: 5px;
    font-weight: 600;
}
.bio {
    margin-bottom: 20px;
    font-size: 16px;
}
.mobileMenu {
    display: none;
    margin-top: 15px;
}
.hideDesktop, .flexCont  {
    display: none;
}
.mobileDropName {
    font-size: 14px;
    color: #949494;
    padding: .6em;
    display: block;
    text-transform: uppercase;
}
.mobileDropName .fa-angle-down {
    float: right;
}
.mobileDropBox {
    display: none;
}
.rotateDeg {
    transition: .3s transform ease-in-out;
    transform: rotate(180deg);
}
.mainMobileDropBox {
    display: none;
}
.show {
    display: block;
}
@media only screen and (max-width: 1290px) {
    .hideDesktop {
        display: block;
    }
    .fullBios {
        margin: 30px 2% 0;
    }
    .centerWrap{  
        overflow-x: hidden;
    }
    .flexCont {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .flexCategoryImg {
        flex: 0 0 33.33%;
        box-sizing: border-box;
        padding: 5px;
        position: relative;
    }
    .flexCategoryImg img {
        width: 100%;
    }
    .home-banner { 
        max-width: 100% !important;
    }
    .float {
       display: none;
    }
    .categoryImg {
        max-width: calc(33% - 2px);
        padding: 5px 10px;
        margin: 0;
    }
    .categoryImg.bottom {
        display: none;
    }
    .homeParagraph {
        margin: 15px 2%;
        font-size: 16px;
    }
    .footerCenterWrapper {
        margin: 0 2%;
    }
    #menuSection {
        display: none;
    }
    .hamburger {
        display: inline-block;
        float: right;
        clear: right;
        cursor: pointer;
        padding: 20px;
        position: relative;
    }
    .project img {
        height: auto;
    }
    .project {
        flex: 0 0 calc(33% - 20px);
    }
    .bgOverlay {
        width: calc(100% - 9px);
        height: calc(100% - 13px);
        top: 5px;
    }
}
@media only screen and (max-width: 870px) {
    .homeParagraph {
        text-align: left;
    }
    .project {
        flex: 0 0 calc(50% - 20px); 
    }
}
@media only screen and (max-width: 635px) {
    .footerCol {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .miniText {
        text-align: center;
    }
    #emailBtn {
        max-width: 300px;
        margin: auto;
    }
}
@media only screen and (max-width: 550px) {
    .flexCategoryImg {
            flex: 0 0 50%;
    }
}
@media only screen and (max-width: 500px) {
    #searchEngine {
        float: none;
    }
    #logoImage {
        display: block;
        margin: auto;
    }
}