/* Sticky footer styles -------------------------------------------------- */
html,body {
    height: 100%;
    background-color: white;
    /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto;
}

/* needed for full viewport */
#main-container {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set the fixed height of the footer here */
#footer {
    background-color: rgb(247, 247, 247);
}

#prop-loading-ind {
	text-align: center;
	margin: 10px 0px 10px 0px;
}

.hero-image {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 0;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

.navbar-default .navbar-nav>.dropdown>a .caret {
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}