#outer-wrap{
    background-color: #01b0f3;
}

.title {
    width: 100%;
}

    .title h1 {
        float: left;
    }

    .title a {
        float: right;
        margin-top: -8px;
        margin-bottom: 20px;
        margin-left: 20px;
    }

    .title .btn {
        display: inline-block;
    }

/* FEATURED PROPERTIES */
.featured-properties {
    position: relative;
    padding-bottom: 20px;
}

/* Prev / Next Buttons */
#featured-properties-cyclePrev,
#featured-properties-cycleNext {
    position: absolute;
    top: 45%;
    cursor: pointer;
    z-index: 800;
}

#featured-properties-cyclePrev {
    left: 20px;
}

#featured-properties-cycleNext {
    right: 20px;
}

    #featured-properties-cyclePrev .fa-chevron-left,
    #featured-properties-cycleNext .fa-chevron-right {
        color: #f7bf12;
    }

        #featured-properties-cyclePrev .fa-chevron-left:hover,
        #featured-properties-cycleNext .fa-chevron-right:hover {
            color: #01b0f3;
        }

@media only screen and (max-width: 1330px) {
    #featured-properties-cyclePrev,
    #featured-properties-cycleNext {
        display: none;
    }
}

@media only screen and (max-width: 500px) {
    /* Navigation */
    /*#top-navigation-container {
		width: 100%;
	}

	.nav-collapse {
		height: auto;
		display: block;
	}

	.btn-navbar {
		display: none;
	}

	#top-navigation {
		padding-bottom: 0px;
	}

	.nav {
		padding: 0;
	}

	.backing-card {
		display: none;
	}*/
}

@media only screen and (max-width: 400px) {
    .title h1,
    .title a {
        float: none;
    }

    .title a {
        margin-bottom: 25px;
        margin-left: 0;
    }

    .title .btn {
        display: block;
    }
}
