.btn {
    border:solid 2px #fff;
}

.home1-image {
    background-image: url(../../images/home1.png);
    background-position: center 154px;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    height: 482px;
}

#search.content-row {
    position: relative;
    padding: 25px !important;
}

#searchGoto {
    position: relative;
    top: -110px;
    height: 1px;
    visibility: hidden;
}


/* Features Cycler */
#featuresCycler {
    background-color: #515151;
    color: #FFF;
    border-top: solid 45px #515151;
}


#shortIDSearch {
    background-color: #2e2e2e;
    padding: 20px;
    text-align:center;
}
#shortIDSearch #txtShortID {
    height:35.43px;
    padding-left:15px;
    width:30%;
    border-radius:3px;
    border:none;
    margin-right:15px;
}

#invalidListingIDWarning {
    display:none;
    color:red;
    font-size:18px;
    padding:10px;
}

#shortIDSearch h3 {
    font-size:25px;
    color:#fff;
    margin-bottom:15px;
}

.split {
    width: 49%; 
    display: inline-block;
    float: left;
}


/* CATEGORY BUTTONS */
#categoryButtons {
    background-color: #ff8600;
    text-align: center;
    padding: 20px;
    padding-bottom: 0;
}

    #categoryButtons a {
        color: #000;
        text-decoration: none;
    }

        #categoryButtons a div {
            display: inline-block;
            margin-right: 20px;
            background-color: #fff;
            border-radius: 3px;
            text-align: center;
            padding: 10px;
            margin-bottom: 20px;
        }

    #categoryButtons img {
        width: 40px;
        margin-bottom: 5px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }

    #categoryButtons span {
        font-size: 14px;
        display: inline-block;
        vertical-align: middle;
    }


/* GOOGLE MAPS */
.map-box {
    height: 540px;
}

#mapOverlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #272727;
    opacity: 0.5;
    z-index: 20;
    display: none;
}

#mapOverlayText {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*font-size: 32px;*/
    font-size: 200%;
    color: #FFF;
    text-align: center;
    margin-top: 3%;
    z-index: 21;
    display: none;
}

#mapBtn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 30px;
    z-index: 19;
}

    #mapBtn a {
        display: inline-block;
        margin-top: 8px;
    }

    #mapBtn #viewProperties {
        margin-right: 10px;
        display: none;
    }

/* MISC */
.paging {
    display: none;
}

.home-button {
    text-align: center;
}

    .home-button a {
        display: inline-block;
    }

.btn {
    background-color: #ff8600;
}

    .btn:hover {
        background-color: #ffa037;
    }

.image-cycler-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    height: 100%;
}

.cycle-slideshow,
.image-cycler-image {
    height: 100%;
}

.image-cycler-container {
    z-index: -2;
}

#outer-wrap {
    background: none;
    margin: 0;
}

.home-links {
    padding-top: 380px;
    width: 100%;
}

    .home-links a {
        color: #FFF;
        text-decoration: none;
    }

    .home-links .clickable {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 100;
    }

.home-link-btn {
    position: relative;
    float: left;
    width: 32.66%;
    font-size: 32px;
    font-weight: 300;
    color: #FFF;
    background-color: #272727;
    padding: 35px 40px;
    margin-right: 1%;
    background-image: url(../../images/arrow.png);
    background-position: 89% 50%;
    background-repeat: no-repeat;
}

    .home-link-btn:last-of-type {
        margin-right: 0;
    }

    .home-link-btn:hover {
        /*color: #FFF;
        background-color: #ec1b23;*/
        cursor: pointer;
    }

.find-link:hover #searchContainer {
    display: block;
}

/*.home-video {
    width: 100%;
}

.home-listings {
    padding: 25px 0 25px 25px;
}*/

/* BUTTONS */
.button-row {
    padding: 25px;
    padding-top: 0;
    text-align: center;
}

.button {
    display: inline-block;
    width: 400px;
    color: #FFF;
    line-height: 22px;
    background-color: #19adef;
    padding: 30px;
    margin-right: 20px;
    border-radius: 3px;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.12);
}

    .button:last-of-type {
        margin-right: 0;
    }

    .button .button-title {
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .button a {
        display: block;
        width: 45%;
        font-size: 14px;
        font-weight: bold;
        color: #333d4d;
        /*color: #000;*/
        text-decoration: none;
        background-color: #FFF;
        padding: 10px 0;
        margin: 0 auto;
        margin-top: 5px;
        border-radius: 3px;
    }

        .button a:hover {
            color: #FFF;
            background-color: #272727;
            background-color: #6cccf4;
        }

/* FEATURED PROPERTIES */
.featured-property {
    position: relative;
    float: left;
    width: 32.33333333%;
    margin-right: 1.5%;
}

    .featured-property:last-of-type {
        margin-right: 0;
    }

.fp-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-bottom: 56.25%;
}

.listing-clickable {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}

.fp-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    color: #FFF;
    background: rgba(0, 0, 0, 0.5);
}

.fp-suburb {
    float: left;
}

.fp-price {
    float: right;
}

@media only screen and (max-width: 1100px) {
    .split {
        width: 100%;
        display: block;
    }
}

@media only screen and (max-width: 980px) {
    .home-link-btn {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .home1-image {
        display: none;
    }

    .home-links {
        padding-top: 200px;
    }

    /*#featuresCycler {
        padding: 25px;
        background-color: #515151;
        color: #FFF;
    }*/
}

@media only screen and (max-width: 720px) {
    .home-link-btn {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 840px) {
    .featured-property {
        float: none;
        width: 100%;
        margin-bottom: 25px;
    }

        .featured-property:last-of-type {
            margin-bottom: 0;
        }
}

@media only screen and (max-width: 767px) {
    .map-box {
        height: 422px;
    }
}

@media only screen and (max-width: 500px) {
    .home-links {
        padding-top: 150px;
    }
}

@media only screen and (max-width: 465px) {
    #categoryButtons {
        padding: 15px;
        padding-bottom: 0;
    }

        #categoryButtons a div {
            margin-right: 10px;
            padding: 8px;
            width: 75px;
            margin-bottom: 15px;
        }

        #categoryButtons img {
            width: 25px;
            display: block;
            margin-right: 0;
            margin: 0 auto;
            margin-bottom: 5px;
        }

        #categoryButtons span {
            font-size: 14px;
            display: block;
        }
}


@media only screen and (max-width: 400px) {
    .home-listings {
        padding: 10px !important;
    }

    .featured-property {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 550px) {
    #mapOverlayText {
        font-size: 150%;
        margin-top: 6%;
    }

    .info-panel-content {
        width: 140px;
        padding: 10px 5px;
    }

    .marker-image {
        display: none;
    }

    .marker-content {
        float: none;
        width: 100%;
        font-size: 13px;
        padding-bottom: 0;
    }

    .marker-title {
        font-size: 16px;
        margin-right: 0;
    }
}

@media only screen and (max-width: 520px) {
    #mapBtn {
        margin-bottom: 10px;
    }

        #mapBtn a {
            padding: 5px 10px;
        }
}
