@media (max-width: 768px) {

	div.logo {
		width: 80% !important;
		margin-top: 20px !important;	
	}

	div.site-email {
		float: left !important;
		margin: 0 20px;
	}

	div.site-phone {
		float: right !important;	
	}

	#header-wrapper #header #header-inner .navbar .navbar-inner .info {
		margin-left: 30px !important;
	}

	div.loginWidget {
		float: left;
		padding: 20px 20px 20px;
	}
}

@media (max-width: 500px) {
	div.loginWidget {
		float: none;
		text-align: center;
	}
}


/* -- General Overrides -- */

div#content {
	background: #d8bd86; /* Old browsers */
	background: -moz-linear-gradient(top, #d8bd86 0%, #ffffff 65%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8bd86), color-stop(65%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d8bd86 0%,#ffffff 65%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d8bd86 0%,#ffffff 65%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d8bd86 0%,#ffffff 65%); /* IE10+ */
	background: linear-gradient(to bottom, #d8bd86 0%,#ffffff 65%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8bd86', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */	
}

h1 {
    color: #620006;
}

#header h2 {
    color: #fff;
}



/* ---- Login Button ---- */

.loginWidget {
	float: right;
	padding: 0 20px 20px;
}



/* ---- Contact Information Overrides ----- */

.site-phone a {
    text-decoration: none;
    color: #FFF;
    font-size: 30px;
}
.site-phone a:hover {
	color: #707070;
}
.broker-info ul {
	list-style: none;
	padding: 0;
}


/* ----- Social Icon Overrides ------ */

.span6.share {
	float: right;
}

.social-icons {
	list-style: none;
	padding:0;
	width: 320px;
}

.social-icons li {
    float: right;
    margin-right: 5px;
    border: 1px solid rgba(255,255,255,0.3);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    padding: 5px;
    width: 32px;
    height: 32px;
    line-height: 26px;
    text-align: center;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    background-color: #fff;
}

.social-icons li a {
	font-size: 19px !important;
	text-align: center;
	text-decoration: none !important;
}

.social-icons li:hover {
	background-color:#fefefe;
}

/* ----- Footer Overrides ------ */

#footer-wrapper #footer #footer-inner p {
	margin: 0px;
	color: #fff !important;
}
#footer-wrapper #footer {
	border: 0px;
	margin-top: 0px;
	padding: 10px 0px !important;
}
.span6.copyright {
	float: left;
}


#footer-wrapper #footer-top table.contact th.cabre {
	background-image: url("https://s3.amazonaws.com/static.organiclead.com/074ee81027def72f3c5348c9feeab305/cabre.png");
	background-size: 16px 16px;
	background-position: 6px 2px;
}



/*-- Details Page --*/

ul.slide-item-features.item-features {
	list-style: none
}

.slide-item-features li {
	padding: 10px;
	border: 1px solid #c4c4c4;
	margin: 5px;
	display: inline-block
}

span.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	padding: 0 10px 0 0
}

/*--- Modal Overrides -----*/

.modal-footer button {
	position: absolute;
	top: 0;
	right: 0;
}

.blueimp-gallery .modal-footer .btn {
	position: inherit;
}

.modal-body form.cmsForm {
	display: inline-block;
}


/*------ Font Awsome ----- */


.fa-envelope:before {
	content: "\f0e0";
	float: left;
	margin: 0 20px 0 0;
}

.fa-home:before {
	content: "\f015";
	float: left;
	margin: 0 20px 0 0;
}

/*------ CTA Buttons ----- */


a.home-buttons {
	width: 100%;
	padding: 20px 0;
	font-size: 20px;
	margin: 10px 0;
}

/*------ custom phone ----- */

.site-phone a {
	text-decoration: none;
	color: #FFF;
}
.site-phone a:hover {
	color: #E0101D;
}