h1 {
    text-align: center;
    text-transform: uppercase;
}

.slideHolder {
    position: relative;
    width: 100%;
    height: 100%;
}

.slideText {
    position: absolute;
    z-index: 2;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    padding: 25px 15px;
    color: #fff;
    left: 50%;
    top: 50%; 
    width: 75%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.slideText h2 {
    font-size: 24px;
    margin: 10px 0;
}

.slideText p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.slideBtn {
    z-index: 2;
    background: #b03428;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 35px;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 10px;
    border-radius: 8px;
    font-family: 'ProximaNovaCond-Bold';
}

.fullSize {
    position: relative;
    z-index: 1;
    height: 100%;
}

.fullSize img {
    width: 100%;
}

.greySection {
    background: #f3f3f3;
}

h1 {
    color: #555;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: lighter;
    margin: 0;
    padding: 45px 0;
    letter-spacing: 2px;
}

.catBox {
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
    width: 16.66666666666666666%;
    margin: 0 0 15px;
}
.catBox:hover img
{
    border-color:#ccc;
}
.catBox:hover .catText
{
    color:#b03428;
}

.catBox img {
    background: #fff;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    transition:all .5s ease;
    border:1px solid #fff;
}

.catText {
    margin: 15px 0;
    text-align: center;
    font-size: 16px;
    color: #555;
    text-transform: uppercase;
    height: 35px;
}

.smallCatText {
    font-size: 14px;
}

.threeBoxes {
    display: inline-block;
    width: calc(33.3333333333% - 33px);
    box-sizing: border-box;
    position: relative;
    height: 350px;
    overflow: hidden;
    margin: 0 15px;
}

.threeBoxes iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#arrowHolder {
    width: 33.33333333%;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
}

#brandsSection {
    padding: 20px 0;
    max-width: 1280px;
    margin: 0 auto;
    text-align:center;
}

.featuredBrand
{
    display:inline-block;
    vertical-align:top;
    height:115px;
    margin:0px 10px;
    text-align:center;
    border-radius:5px;
    transition:all .5s ease;
}
.featuredBrand:hover
{
    background:#f9f9f9;
}
.featuredBrand img 
{
    height:115px;
}


.googleMap { height: 450px; width: 25%; box-sizing: border-box; border: 10px solid #fff; position: relative; float: left; }
.googleMap:hover .googleMapOverlay { display:none; }
.googleMapOverlay { background: rgba(0, 0, 0, 0.4); color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: 2px; height: 100%; width: 100%; position: absolute; z-index: 2; }
.googleMapOverlay p { position: absolute; top: 60%; left: 25px; color: #fff; font-size: 12px; line-height:16px; text-transform: uppercase; letter-spacing: 2px; }
.googleMap iframe { height: 100%; width: 100%; position: absolute; left: 0; top: 0; z-index: 1; }


@media (max-width: 975px) {
    .threeBoxes {
        width: 100%;
        margin-bottom: 10px;
    }
    .fullSize img {
        height: auto;
        width: 100%;
    }
    .middleBox {
        border-left: 0;
        border-right: 0;
    }
    .catBox {
        width: 33.333333333%
    }
    .googleMap { width:50%; }
}

@media (max-width: 767px) {
    .fullSize img {
        height: 100%;
        width: auto;
    }
}

@media (max-width: 650px) {
    .catBox {
        width: 50%
    }
    .googleMap {
        width: 100%;
    }
}