@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: 100%;	
	}

	.logo {
		text-align: center;
	}

	.logo img {
		margin: auto;	
		float: none;
	}	

	div#content div#main {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media (max-width: 768px) {

	#header-wrapper #header #header-inner .navbar .navbar-inner {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	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;
	}

}

@media (max-width: 500px) {
	.logo img {
		max-width: 300px !important;
		margin-left: 15px;
	}

	div.slider-text h2 {
		font-size: 6vw;
	}
}

/* -- Fix for mobile repsonsive issue with display: table; -- */

body #wrapper-outer #wrapper {
	display: block !important;
}

body #wrapper-outer #wrapper #wrapper-inner {
	display: inline !important;
}

body #wrapper-outer #wrapper #footer-wrapper {
	display: block !important;
	height: auto !important;
}

#header-wrapper #header #header-inner .navbar .navbar-inner #btn-nav {
	margin-top: 10px !important;
	position: absolute;
	z-index: 500;
}

body {
	font-size: 16px !important;
	color: #313131 !important;
}

/*--- Header Overrides ----*/

.header-request-appt {
	padding: 40px 0 0; 
	text-align: center;	
}

/*-- General Overrides --*/

#content {
	background-color: #fff !important;
}



/*-- Home Blocks --*/

.home-blocks {
	padding: 0px 20px 20px 20px;
	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: #EBEBEB;
}



/*-- 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: #FFFFFF;
}
.site-phone a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.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 #727272;
}


/* ----- Social Icon Overrides ------ */

.span6.share {
	float: right;
}
.social-icons {
	list-style: none;
	padding:0;
	width: 320px;
}
.social-icons li {
	float: right;
	margin-right:5px;
	-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;
	color: white;
}
.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;
}

/* - 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: #2B81B9;
}

.type{
	display: block;
	position: relative;
	background: #ffffff;
	padding: 55px 28px 35px;
	text-align: center;
	border-bottom: 3px solid #ffffff;
	-webkit-transition: border-color 0.3s ease-out;
	-moz-transition: border-color 0.3s ease-out;
	-ms-transition: border-color 0.3s ease-out;
	-o-transition: border-color 0.3s ease-out;
	transition: border-color 0.3s ease-out;
	border-radius: 5px;
	margin-top: 5px;
	min-height: 410px;
}

.type:hover{
	border-color: #740d0f;
}


.home-blocks{
	background: #0D4B74;
}

.type img{
	border: 4px solid #85B8DA;
	margin-top: 20px !important;
	border-radius: 10px;
}

.cta h1{
	color: #FFFFFF !important;
	margin-bottom: 20px !important;
	font-family: 'Kaushan Script', cursive !important;
	letter-spacing: 1.5px;
	font-size: 40px !important;
}

.index-wrapper{
	box-shadow: 0px 2px 2px #707070;
	color: #1D1D1D;
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.5);
}


.thumbnail {
	text-align: center !important;
	background: rgba(255, 255, 255, 0.49) !important;
	display: block;
	padding: 7px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	box-shadow: 0px 2px 2px #707070;
	color: #1D1D1D;
	border-radius: 5px;
}

.helpful{
	text-align: center !important;
	background: rgba(255, 255, 255, 0.49) !important;
	display: block;
	padding: 7px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	box-shadow: 0px 2px 2px #707070;
	color: #1D1D1D;
	border-radius: 5px;
}

h1, .h1 {
	font-family: 'Kaushan Script', cursive !important;
}

#navigation .container {
	max-width: 1000px;
}

.community .animals img {
	margin-top: 30px !important;
	width: 250px;
	margin: auto;
	border-radius: 50%;
	border: 7px solid #1578b9;
	margin-bottom: 20px;
	position: relative;
}


.mobile-icons-li .fa-envelope:before {
	margin: 0;
}

.mobile-icons-li li {
	display: inline;
	margin: 0 20px 0;
}

ul.mobile-icons-li {
	padding: 0;
}

.mobile-icons span.fa {
	font-size: 25px;
	vertical-align: middle;
}

.mobile-icons {
	text-align: center;
}

.mobile-icons-li a {
	color: #f1f1f1;
}

.staff-wrapper {
	padding: 5px 0 15px ;
	border-top: 1px solid #c1c1c1;
}

.text {
	font-size: 18px;
	padding: 10px 20px;
}


@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: 100%;	
	}

	.logo {
		text-align: center;
	}

	.logo img {
		margin: auto;	
		float: none;
	}	

	div#content div#main {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media (max-width: 768px) {

	#header-wrapper #header #header-inner .navbar .navbar-inner {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	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;
	}

}

@media (max-width: 500px) {
	.logo img {
		max-width: 300px !important;
		margin-left: 15px;
	}

	div.slider-text h2 {
		font-size: 6vw;
	}
}

/* -- Fix for mobile repsonsive issue with display: table; -- */

body #wrapper-outer #wrapper {
	display: block !important;
}

body #wrapper-outer #wrapper #wrapper-inner {
	display: inline !important;
}

body #wrapper-outer #wrapper #footer-wrapper {
	display: block !important;
	height: auto !important;
}

#header-wrapper #header #header-inner .navbar .navbar-inner #btn-nav {
	margin-top: 10px !important;
	position: absolute;
	z-index: 500;
}

body {
	font-size: 16px !important;
	color: #313131 !important;
}

/*--- Header Overrides ----*/

.header-request-appt {
	padding: 40px 0 0; 
	text-align: center;	
}

/*-- General Overrides --*/

#content {
	background-color: #fff !important;
}



/*-- Home Blocks --*/

.home-blocks {
	padding: 0px 20px 20px 20px;
	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: #EBEBEB;
}



/*-- 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: #FFFFFF;
}
.site-phone a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.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 #727272;
}


/* ----- Social Icon Overrides ------ */

.span6.share {
	float: right;
}
.social-icons {
	list-style: none;
	padding:0;
	width: 320px;
}
.social-icons li {
	float: right;
	margin-right:5px;
	-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;
	color: white;
}
.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;
}

/* - 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: #2B81B9;
}

.type{
	display: block;
	position: relative;
	background: #ffffff;
	padding: 55px 28px 35px;
	text-align: center;
	border-bottom: 3px solid #ffffff;
	-webkit-transition: border-color 0.3s ease-out;
	-moz-transition: border-color 0.3s ease-out;
	-ms-transition: border-color 0.3s ease-out;
	-o-transition: border-color 0.3s ease-out;
	transition: border-color 0.3s ease-out;
	border-radius: 5px;
	margin-top: 5px;
	min-height: 410px;
}

.type:hover{
	border-color: #740d0f;
}


.home-blocks{
	background: #0D4B74;
}

.type img{
	border: 4px solid #85B8DA;
	margin-top: 20px !important;
	border-radius: 10px;
}

.cta h1{
	color: #FFFFFF !important;
	margin-bottom: 20px !important;
	font-family: 'Kaushan Script', cursive !important;
	letter-spacing: 1.5px;
	font-size: 40px !important;
}

.index-wrapper{
	box-shadow: 0px 2px 2px #707070;
	color: #1D1D1D;
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.5);
}


.thumbnail {
	text-align: center !important;
	background: rgba(255, 255, 255, 0.49) !important;
	display: block;
	padding: 7px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	box-shadow: 0px 2px 2px #707070;
	color: #1D1D1D;
	border-radius: 5px;
}

.helpful{
	text-align: center !important;
	background: rgba(255, 255, 255, 0.49) !important;
	display: block;
	padding: 7px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	box-shadow: 0px 2px 2px #707070;
	color: #1D1D1D;
	border-radius: 5px;
}

h1, .h1 {
	font-family: 'Kaushan Script', cursive !important;
}

#navigation .container {
	max-width: 1000px;
}

.community .animals img {
	margin-top: 30px !important;
	width: 250px;
	margin: auto;
	border-radius: 50%;
	border: 7px solid #1578b9;
	margin-bottom: 20px;
	position: relative;
}


.mobile-icons-li .fa-envelope:before {
	margin: 0;
}

.mobile-icons-li li {
	display: inline;
	margin: 0 20px 0;
}

ul.mobile-icons-li {
	padding: 0;
}

.mobile-icons span.fa {
	font-size: 25px;
	vertical-align: middle;
}

.mobile-icons {
	text-align: center;
}

.mobile-icons-li a {
	color: #f1f1f1;
}

.staff-wrapper {
	padding: 5px 0 15px ;
	border-top: 1px solid #c1c1c1;
}

.text {
	font-size: 18px;
	padding: 10px 20px;
}

/* default page background update*/
body {
    background-image: none !important;
    background-color: #e5e7ed !important;
}

body #ry-pg-body:before {
    /*background: url(https://www.royacdn.com/unsafe/smart/Site-ac95b2f9-49e0-4db8-9d18-269e938f05a6/redesign_images/Teddysketch.jpg);*/	
    /*opacity: 0.20;*/
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;	
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-ac95b2f9-49e0-4db8-9d18-269e938f05a6/sketch3.jpg);
	background-position: right 50%;
    background-repeat: no-repeat;
    background-size: 45%;
}

@media(max-width:991px) {
	body #ry-pg-body:before {
		display: none;
	}
}