@media (max-width: 991px) {
	.logo {
		text-align: center;
	}

	.logo img {
		margin: auto;	
	}	
}

@media (max-width: 768px) {
	div.header-request-appt {
		padding: 0 0 20px;
		text-align: center;
	}

	#header-wrapper #header #header-inner .navbar .navbar-inner .site-phone {
		line-height: 50px !important;
	}
}

/* -- White H2 -- */
.white h2 {
	color: #fff;
}

/*--- Header Overrides ----*/
#header-wrapper #header #header-inner .navbar .navbar-inner .logo {
	margin: 05px 0 0 !important;
	line-height: 0 !important;
}

.header-request-appt {
	padding: 40px 0 0; 
	text-align: center;	
}

/*-- General Overrides --*/
#content {
	background-color: #fff !important;
}

/*-- Slider --*/
.carousel-inner img.img-responsive {
	width: 100%;
}

a.carousel-control {
	position: absolute;
	left: 0;
	bottom: 50px;
	width: 90%;
	font-size: 50px;
	color: rgba(0, 0, 0, 0.5);
	text-align: center;
	text-shadow: 0 1px 2px rgba(115, 115, 115, 0.6);
	z-index: 20;
	top: inherit;
}


/* ---- Contact Information Overrides ----- */
.site-phone a {
	text-decoration: none;
	color: #707070;
}

.site-phone a:hover {
	color: #707070;
}

.broker-info ul {
	list-style: none;
	padding: 0;
}

table.office-hours {
	width: 100%;
}

table.office-hours thead {
	display: none;
}

table.office-hours tr td {
    padding: 5px;
}

/* ----- Social Icon Overrides ------ */
.span6.share {
	float: right;
}
.social-icons {
	list-style: none;
	padding:0;
	width: 320px;
}
.social-icons li {
	background-color: #fff;
	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;
}
.social-icons li a {
	font-size: 15px!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: 26px 0px !important;
}

.span6.copyright {
	float: left;
}

.span6.copyright a {
	color: #fff;	
}

/* -- Modal Overrides -- */
.modal-body form.cmsForm {
	display: inline-block;
}

/*----- Font Awesome -----*/
.fa-paw:before {
	content: "\f1b0";
	float: left;
	margin: 20px 20px 0 0;
}