@media (max-width: 1199px) {
	#header-wrapper #header #header-inner .navbar .navbar-inner .site-phone {
		line-height: 90px !important;
	}
}


@media (max-width: 991px) {

	.header-wrapper {
		width: 86%;	
	}

	.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;
	}

}

/* -- Back Button CSS -- */

.btn.btn-primary.arrow-left {
	background-image: url("../images/arrow-left-white.png");
	background-position: 10px center;
	background-repeat: no-repeat;
	background-size: 8px 11px;
	padding-left: 15px;
}

input.btn.btn-primary.arrow-left.back-button {
	margin: 0 0 -50px;
	float: right;
	position: relative;
	right: 30px;
	width: 10px;
	z-index: 100;
	border-radius: 50px;
	height: 30px;
}

/* -- Body Overrids -- */


body {
	background-color: #fff !important;	
}

/*--- Header Overrides ----*/

#header-wrapper #header #header-inner .navbar .navbar-inner .logo {
	margin: 20px 0 0 !important;
	line-height: 0 !important;
}

.header-request-appt {
	padding: 40px 0 0; 
	text-align: center;	
}

/*-- General Overrides --*/

#content {
	background-color: #fff !important;
	background-image: url(https://www.royacdn.com/unsafe/smart/Site-9c888311-4416-4fb9-9c71-33a4b91b44e3/cream_pixels.png);
}



/*-- Home Blocks --*/

.home-blocks {
	color: #fff;
	padding: 30px;
	border-bottom: 1px solid #c4c4c4;
	box-shadow: 0 20px 20px -20px #c4c4c4;
	-moz-box-shadow: 0 20px 20px -20px #c4c4c4;
	-o-box-shadow: 0 20px 20px -20px #c4c4c4;
	-webkit-box-shadow: 0 20px 20px -20px #c4c4c4;
	-ms-box-shadow: 0 20px 20px -20px #c4c4c4;
	background: rgb(117,5,34); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(117,5,34,1) 0%, rgba(140,28,39,1) 51%, rgba(117,5,34,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(117,5,34,1) 0%,rgba(140,28,39,1) 51%,rgba(117,5,34,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(117,5,34,1) 0%,rgba(140,28,39,1) 51%,rgba(117,5,34,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#750522', endColorstr='#750522',GradientType=0 ); /* IE6-9 */
}

.home-blocks h2 {
	color: #fff;
}


/*-- Slider --*/

.carousel-inner img.img-responsive {
	width: 100%;
	max-height: 575px;
}

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;
    border-bottom: 1px solid #fff;
}


/* ----- 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;
}
.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: 10px 0px !important;
}
.span6.copyright {
	float: left;
}

/* -- Modal Overrides -- */

.modal-body form.cmsForm {
	display: inline-block;
}

/*----- Font Awesome -----*/

.fa-paw:before {
	content: "\f1b0";
	float: left;
	margin: 20px 20px 0 0;
}