﻿@media (min-width: 991px) and (max-width: 1200px) {
    .county-overlay {
        margin:0;
    }
    .titleRow {
        padding-top:15% !important;
    }
    .bannerInformationOverlay {
        width:30%;
    }
    #dev-logo {
        margin-bottom:0 !important;
    }
    .home-row-img-wrapper {
        width: 150%!important;
    }
    .img-wrapper img{
        width:200%;
    }
    .cgi-img-wrapper img {
        width: 100%;
    }
    .titleRow{
        text-align:center;
        padding-top:10%;
        padding-bottom:5%;
    }
    .descWidth {
        width:80%;
    }
    .middle-right {
        right:-75px;
        height:200px;
        width:200px;
    }
    .middle-left {
        left:-75px;
        height:200px;
        width:200px;
    }
    .help-to-buy {
        padding-bottom:15%;
    }
    .plotInformationOverlay {
        top:auto !important;
        bottom: 50px;
        right:5% !important;
        z-index:1000;
        width:90% !important;
        position: relative !important;
        left: 5%;
    }
    #plotInformation {
        padding: 1% !important;
    }
    .emebedFrame {
        width: 80vw !important;
    }
    .aboutus-row {
        height:850px;
    }
    .hbfOverlay {
        top:15%;
    }
    .testimonialText {
        line-height: 1;
    }

    .about-img-wrapper {
         /*width: 200%;*/
    }
    .htbTextWhite{
        padding-left:0 !important;
    }
    figure.effect-bubba h2 {
        font-size:12pt;
        padding-top: 20%;
    }
    /*.jumpToToolbar {
        margin: 5% 0 5% 0;
        padding-top:10%;
        height:auto;
    }*/
    #whatYouNeedToKnow {
        display: block;
    }
    .bottom-overhang {
        bottom: -11em !important;
    }
    .specCol {
        padding:1% 1% 1% 1%;
        line-height:1.5;
    }
    .contactToolbarItem {
        width: 200px !important;
    }
    ul.stickyToolbar a {
        font-size: 90% !important;
        padding: 0 20px !important;
    }
    .toolbarBulletpoint {
        margin-top: 5%;
    }
    .featureLogo {
        width:50%;
    }
    .navbar-toggle {
        padding: 9px 0px;
    }
      #brochureBtn {
        width: 70%;
    }
    #layoutBtn {
        width: 70%;
    }
    #availabilityPlotsSection {
        width: 80% !important;
    }
    .contactText {
        font-size: 80% !important;
        padding-top: 2%;
    }
}

@media (min-width: 991px) and (max-width: 1417px){
    .jumpToToolbar {
        margin: 5% 0 5% 0;
        height:auto;
    }
}

.reveal-y {
    overflow:hidden;
    /*position:relative;*/
    display:inline-block;
}

.reveal-y:after {
    content:" ";
    position:absolute;
    display:block;
    top:0;
    right:0;
    width:100%;
    height:100%;
    background:#fff;
    z-index:2;
    transition: all 2s ease;
}

.reveal-y.show:after {
    top:100%;
    height:0%;
}


