@media (min-width: 1200px) {
	div#navigation .container {
		width: 800px;
	}
}
@media (min-width: 1199px) {

	div.logo img {
		max-width: 150px;
		margin-left: 100px;
	}
}

@media (max-width: 1199px) {


	#header-wrapper #header #header-inner .navbar .navbar-inner .site-phone {
		line-height: 90px !important;
	}

	div.slider-button {
		left: 70%;
	}
}


@media (max-width: 991px) {

	.header-wrapper {
		width: 86%;
		float: none;
		margin: auto;
	}

	.logo {
		text-align: center;
	}

	.logo img {
		margin: auto;

	}

	div.header-address {
		text-align: center;
		margin-top: 0;
	}

	div.header-request-appt {
		padding: 10px 0px;
	}


}

@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;
	}

}




/*--- Header Overrides ----*/

#header-wrapper #header #header-inner .navbar .navbar-inner .logo {
	margin: 5px 0 0 !important;
	line-height: 0 !important;
}
.header-request-appt {
	padding: 30px 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: #029cca;
	font-size: 25px;
}
.site-phone a:hover {
	color: #029cca;
}
.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:3px 10px 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;
	color:#fff;
}
.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;
}

/*----- Font Awesome -----*/

.fa-paw:before {
	content: "\f1b0";
	float: left;
	margin: 20px 20px 0 0;
}

/* -- Back Button -- */

.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;
	background-color: #029cca;
}


.home-blocks {
	padding: 10px 0px 30px;
	background: #fff;
	background-image: url(https://www.royacdn.com/unsafe/smart/Site-6491784e-50ee-4d43-8a15-2b5e574fa89d/asfalt_dark.png);
	border-bottom: 2px solid #9cd8ea;
}
.cta-container {
	max-width: 1200px;
	float: none;
	margin: auto;
	clear: both;
}

.cta-block-wrapper {
	padding: 20px;
}

.cta-img-button:hover {
	transform: scale(1.1);
}

.cta-img-button {
	border-radius: 100%;
	border:10px solid rgba(2, 156, 202, 0.39);
	margin: auto;
	max-width: 350px;
	transition: all 0.3s ease;
}

.home-cta {
	position:relative;

}
.home-cta figure {
	margin:0;
	padding:0;
	position:relative;
	cursor:pointer;
	margin-left:-50px
}
.home-cta figure img {
	display: block;
	position: relative;
	z-index: 10;
	margin: auto;
}
.home-cta figure figcaption {
	display:block;
	position:absolute;
	z-index:5;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
.home-cta figure h2 {
	color: #fff !important;
	font-size: 25px;
	text-align: center;
}

.home-cta figure figcaption {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 50px;
	background-color: rgba(6, 167, 234, 0.49);
	text-align: center;
	backface-visibility: hidden;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	border-radius: 50%;
}
.home-cta figure img {
	backface-visibility:hidden;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	transition:all .5s
}
.home-cta figure:hover img,figure.hover img {
	-webkit-transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	transform:rotateY(180deg)
}
.home-cta figure:hover figcaption,figure.hover figcaption {
	-webkit-transform:rotateY(0);
	-moz-transform:rotateY(0);
	transform:rotateY(0)
}


a.btn.btn-primary.block-buttons {
	background: transparent !important;
	color: rgba(6, 167, 234, 0.88);
	font-size: 26px;
	text-transform: uppercase;

}

.home-button-text h3 {
	color: rgba(6, 167, 234, 0.88);
	font-size: 26px;
	text-transform: uppercase;
}

ul.home-cta li {
	list-style: none;
}


.section-wrapper2{
	min-height: 500px;
	background-position: center top !important;
	background-attachment: scroll !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	padding: 0;
}



.dim{
	position:absolute;
	top:0;
	right:0;
	left:0;
	right:0;
	padding:0;
	min-height:100%;
}

.white-bg {
	background-color: rgba(255, 255, 255, 0.3);
}

.big-font h1{
	font-size:55px;
	color:#31849b;
}

.small-font{
	font-size:23px;
	color:#31849b;
	margin-top:10px;
}

.section-content{
	position:absolute;
	top: 50%;
	transform:translateY(-50%);
}


.section-content h2 {
	color: #FFF !important;
	font-size: 36px;
}

.padding-two-col{
	width: 85%;
	margin:auto;
	float:none;
}


.colored1{
	background-color: rgba(49, 49, 49, 0.5);	
}

.colored2{
	background-color: rgba(49, 49, 49, 0.32);	
}

.color4{
	color:#fff;	
}

.background-2 {
	background: url(https://www.royacdn.com/unsafe/smart/Site-1f90ccf5-1ec0-4baf-b3bc-82aa0af67222/resources/bg01.jpg);
}

.background-3 {
	background: url(https://www.royacdn.com/unsafe/smart/Site-1f90ccf5-1ec0-4baf-b3bc-82aa0af67222/resources/bg2.jpg);
	background-position: 67% 47% !important;
}

.temp-mt {
	margin-top: 20px;
	padding: 0;
}

.custom-font1 {
	font-size: 20px;
}


.white {
	color: #fff;
}

ul.home-cta .fa {
	font-size: 150px;
	color: #fff;
}

a.btn.btn-primary.custom-font1 {
	color: #fff;
	padding: 10px 20px;
	font-size: 20px;
}

.header-address {
	text-align: left;
	margin-top: -28px;
	margin-bottom: 10px;
	color: #029cca;
}



.custom-footer:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(https://www.royacdn.com/unsafe/smart/Site-1f90ccf5-1ec0-4baf-b3bc-82aa0af67222/resources/paw_prints01.png);
	background-attachment: initial;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}


.index-tagline-wrapper a {
	color: #fff;
}

.index-tagline-wrapper a:hover {
	color: #2b577c;
}


a.btn.btn-primary.footer {
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
}



h1, .h1, h2, .h2, h3, .h3 {
	color: #12a3ce !important;
}

.fa.pull-left {
	margin-right: .4em;
}

a.side-button {
	width: 100%;
	padding: 20px 10px;
	float: left;
	text-align: center;
	font-size: 18px !important;
	font-family: 'Oxygen', sans-serif;

}
.fa:before {
	padding-right: 10px;
}

a.btn.btn-primary.fa.fa-medkit.side-button:before {
	content: "\f0fa";
	font-family: fontawesome;
}

a.btn.btn-primary.fa.fa-calendar.side-button:before {
	content: "\f073";
	font-family: fontawesome;
}

a.btn.btn-primary.side-button.fa.fa-book:before {
	content: "\f02d";
	font-family: fontawesome;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
	margin-left: 0;
	padding: 4px 12px 3px 17px;
}

.inside-page {
	max-width: 500px;
	margin: auto;
	float: none;
	box-shadow: 0px 8px 5px -4px #6F6F6F;
}

.logo img {
	max-width: 200px;
}