@media (max-width: 1199px) {
	#header-wrapper #header #header-inner .navbar .navbar-inner .site-phone {
		line-height: 90px !important;
	}
}


@media (max-width: 768px) {

	.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;
	}

	div#header-wrapper #header #header-inner .navbar .navbar-inner .logo {
		height: auto;
	}

}

.cat-table div {
	padding: 1px !important;
	margin: 0 !important;
	min-height: 50px;
}

/*--- 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;	
}

/* -- 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;
}

/*-- General Overrides --*/

#content {
	background-color: #fff !important;
}



/*-- Home Blocks --*/

.home-blocks {
	padding: 10px;
	/*background-image: url("https://www.royacdn.com/unsafe/smart/Site-6c00c5c9-8063-4468-a451-3d3ad808a51d/wood_texture.jpg");*/
	background-image: none;
    background: #b4b5b8;
}



/*-- 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: #fff;
	font-family: 'Oswald', sans-serif;
}
.site-phone a:hover {
	color: #163B27;
}
.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 #163B27;
	background-color: rgba(129, 76, 34, 0.9);
}


/* ----- 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: #fff;
}
.social-icons li a {
	font-size: 15px!important;
	text-align: center;
	text-decoration: none !important;
	color: #163B27;
}
.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;
}


.thumbnail-title {
	background-color: #163B27;
	padding: 1px;

}

.thumbnail-title h2 {
	color: #fff !important;
	text-shadow: 1px 1px 1px #000;
	padding-left: 20px;
}

.thumbnail-body {
	padding: 5px;
	background: #905e26; /* Old browsers */
	background: -moz-linear-gradient(top,  #905e26 0%, #8ab66b 98%, #408a62 100%, #fcffff 100%, #fcffff 100%, #f7f7fc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #905e26 0%,#8ab66b 98%,#408a62 100%,#fcffff 100%,#fcffff 100%,#f7f7fc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #905e26 0%,#8ab66b 98%,#408a62 100%,#fcffff 100%,#fcffff 100%,#f7f7fc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#905e26', endColorstr='#f7f7fc',GradientType=0 ); /* IE6-9 */

}

.thumbnail-body a {
	color: #fff;
	font-size: 15px;
}

.slider-showcase img {
	max-width: 200px;
	max-height: 150px;
	overflow: hidden;
	margin-top: 10px;
}

h1, .h1, h2, .h2, h3, .h3 {
	font-family: 'Oswald', sans-serif !Important;
}
h1, .h1 {
	color: #163B27 !important;
}

.slider-text h2 {
	text-shadow: 1px 1px 1px #00C0FF;
}

.home-cta {
	background-color: #163B27;
	padding: 20px;
}

.home-cta h2 {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	font-size: 38px;
}

.home-txt h3 {
	color: #fff;
}

.showcase-thumbnail img {
	max-width: 350px;
}




#ry-covid-19-banner {
	background-color: #ff0000;
	text-align: center;
	padding: 12px 0; 
	font-size: 120%;
	color: white;
	display: none;
}

#green-banner {
    background-color: #163b27;
    text-align: center;
    padding: 12px 0;
    font-size: 120%;
    color: white;
	display: none;
}

.banner a {
    color: white;
}

#ry-covid-19-banner a {
	color: white;
}
#ry-covid-19-banner p:before {
	content: '\f071';
	font-family: 'FontAwesome';
	font-size: 120%;
	padding: 0 15px;
}

@media (max-width: 991px) {
	#ry-covid-19-banner {
		font-size: 95%;
	}
}
@media (max-width: 1100px) {
	.home-video {
		margin-top: -20px !important;
	}
}

.navigation-wrapper .navigation .nav li.menuparent > .nolink, 
.navigation-wrapper .navigation .nav li.menuparent > a {
	padding-right: 20px !important;
}

body.header-light #navigation .nav .menuparent > .nolink, 
body.header-light #navigation .nav .menuparent > a.dropdown-toggle {
	background-position: right !important;
}

@media(max-width:1199px) and (min-width:992px) {
	#header-wrapper .container, 
	body.header-light #navigation .container {
		width: 100% !important; 
	}
	
	.navigation-wrapper .navigation .nav li.menuparent > .nolink, 
	.navigation-wrapper .navigation .nav li.menuparent > a {
		padding-left: 10px !important;
		padding-right: 10px !important;
		font-size: 15px !important;
	}
	
	.ry-shop-btn img.img-responsive {
		max-width: 250px;
		margin: 0 auto;
	}
}

@media(min-width:992px) {
	.navigation-wrapper .navigation .nav {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin: 0 auto !important;
		float: none !important; 
	}
	
	body.header-light #navigation .container {
		width: 100%;
	}
	
	.header-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
}

@media(max-width: 991px) {
	.header-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center; 
	}
	
	#header-wrapper #header #header-inner .navbar .navbar-inner .site-phone {
		line-height: 50px !important;
	}
	
	.header-request-appt {
		padding: 10px 0 30px;
		width: 100%;
	}
}

@media(max-width:425px) {
	div.header-request-appt .ry-header-btns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column; 
	}
	
	div.header-request-appt .ry-header-btns a.btn.btn-primary:first-of-type {
		margin-bottom: 10px;
	}
}

.appt {
	color: #fff;
}

span.fa.fa-calendar {
    color: #fff !important;
}

span.cke_widget_wrapper.cke_widget_inline.cke_widget_selected {
    padding: 3px !important;
}

span.fa.fa-calendar {
    padding: 3px !important;
}