@media (max-width: 1199px) {
	div#header-wrapper #header #header-inner .navbar .navbar-inner .site-phone {
		float: left;
		line-height: 50px;
		margin-left: 20px;
	}	

	div#header-wrapper #header #header-inner .navbar .navbar-inner .site-email {
		float: left;
		line-height: 50px;
		margin-left: 0px;
	}
}

@media (max-width: 1063px) {
	.inside-page div#content {
		margin-top: 200px !important;
	}

	.slider-wrapper {
		padding-top: 200px !important;

	}
}


@media (max-width: 991px) {
	div.logo-wrapper {
		width: 100% !important;
		margin-left: 10px;
	}
	div#header-wrapper #header #header-inner .navbar .navbar-inner .info {
		float: none;
		margin-left: 0;
	}

	div#header-wrapper #header #header-inner .navbar .navbar-inner .logo {
		height: auto;
	}	

	div.site-email {
		float: left !important;
		margin: 0 20px;
	}

	div.site-phone {
		float: right !important;	
	}

	div.loginWidget {
		float: none;
		text-align: center;
	}

	.header-wrapper {
		width: 100%;	
	}

	div.text-float {
		position: relative;
		opacity: 1;
		background: transparent;
		padding: 10px;
	}
	div.over-cta img {
		border: 10px solid #fff
	}

	.slider-wrapper {
		padding-top: 0 !important;

	}
	
	body.header-light #navigation {
    margin: 0px !important;
	
	}
}


/* -- 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;
	float: left;
}

#header-wrapper #header #header-inner .navbar .navbar-inner #btn-nav {
	margin-top: 10px !important;
	position: absolute;
	z-index: 500;
	left: -15px;
}

body {
	font-size: 18px !important;
	color: #313131 !important;
}

.logo-wrapper .logo img {
	margin: auto;
	max-width: 400px;
}

/* -- Fixed Header Specific CSS -- */

.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

.fixed-home-feature {
	margin-top: 150px;
}

.inside-page div#content {
	padding-top: 150px;
    background: rgb(99,6,6);
    background: -moz-linear-gradient(top, rgba(99,6,6,1) 1%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(99,6,6,1) 1%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(99, 6, 6, 0.2) 1%,rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#630606', endColorstr='#ffffff',GradientType=0 );
}




@media (max-width: 991px) {
	.inside-page div#content {
		margin-top: 0px !important;
	}	

	div.fixed-home-feature {
		margin-top: 0px;
	}
}

/* ---- Login Button ---- */

.loginWidget {
	float: right;
	padding: 0 20px 20px;
}



/* ---- Contact Information Overrides ----- */

.site-phone a {
	text-decoration: none;
	color: #313131;
}
.site-phone a:hover {
	color: #707070;
}
.broker-info ul {
	list-style: none;
	padding: 0;
}


/* ----- Social Icon Overrides ------ */

.span6.share {
	float: right;
}
.social-icons {
	list-style: none;
	padding:0;
	width: 320px;
	float: right;
}
.social-icons li {
	float: right;
	margin-right:5px;
	border:1px solid #7A0F12;
	-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: #fff;
}
.social-icons li:hover {
	background-color:transparent;
}

/* ----- 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;
}


#footer-wrapper #footer-top table.contact th.cabre {
	background-image: url("https://s3.amazonaws.com/static.organiclead.com/074ee81027def72f3c5348c9feeab305/cabre.png");
	background-size: 16px 16px;
	background-position: 6px 2px;
}



/*-- Details Page --*/

ul.slide-item-features.item-features {
	list-style: none
}

.slide-item-features li {
	padding: 10px;
	border: 1px solid #c4c4c4;
	margin: 5px;
	display: inline-block
}

span.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	padding: 0 10px 0 0
}

/*--- Modal Overrides -----*/

.modal-footer button {
	position: absolute;
	top: 0;
	right: 0;
}

.blueimp-gallery .modal-footer .btn {
	position: inherit;
}

.modal-body form.cmsForm {
	display: inline-block;
}


/*------ Font Awsome ----- */


.fa-envelope:before {
	content: "\f0e0";
	float: left;
	margin: 0 20px 0 0;
}

.fa-home:before {
	content: "\f015";
	float: left;
	margin: 0 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;
}

.social-icons img {
	max-width: 50px;
	margin:20px 0px;
}

.about {
	max-width: 500px;
	margin: auto;
	float: none;
	box-shadow: 0 10px 20px -10px #000000;
	border-radius: 10px;		
}

#header .container {
	width: 100%;
}

.home-title {
	color: #fff;
    padding: 10px 0px;
    transition: all 1s ease;
    border-radius: 4px;
    webkit-transition: background-color 0.2s ease-in;
    -moz-transition: background-color 0.2s ease-in;
    -o-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in;
    background: rgb(127,0,0);
    background: -moz-linear-gradient(top, rgba(127,0,0,1) 0%, rgba(22,22,22,1) 100%);
    background: -webkit-linear-gradient(top, rgba(127,0,0,1) 0%,rgba(22,22,22,1) 100%);
    background: linear-gradient(to bottom, rgba(127,0,0,1) 0%,rgba(22,22,22,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f0000', endColorstr='#161616',GradientType=0 );
    border-radius: 4px;
}

.over-cta {
	background-color: #fff;
	transition: all 1s ease;
}

.text-float {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-top: 50%;
	opacity: 0;
	background: rgba(0,0,0,0.2);
	border-radius: 20%;
	transition: all 1s ease;
}

.over-cta img {
	border-radius: 20%;
	border: 30px solid transparent;
	transition: all 1s ease;
	max-width: 400px;
	margin: auto;
	float: none;
}

.home-blocks {
	padding: 20px 0px;
	background: #fff;
	background-image: url(https://www.royacdn.com/unsafe/smart/Site-8ef8c47e-1929-4ff2-9335-7e2af02e1662/page_images/cream_pixels.png);
	border-bottom: 2px solid #7A0F12;
}

.home-blocks-holder:hover .text-float {
	opacity: 1;
	transition: all 1s ease;
}

.fa:before {
	padding-right: 10px;
}

.fa.pull-left {
	margin-right: .4em;
}

a.side-button {
	width: 100%;
	padding: 20px 10px;
	float: left;
	text-align: center;
}

.sidebar-border {
	margin: 15px 0px;
	border: 1px solid #c1c1c1;
	border-radius: 10px;
	box-shadow: 0 10px 20px -10px #000000;
}

h1, .h1 {
	color: #7A0F12;
}


a.btn.btn-primary.resources-button {
	padding: 10px;
	font-size: 26px;
	width: 100%;
}

#header-wrapper #header #header-inner .navbar .navbar-inner #btn-nav {
	margin-left: 20px;
}

body.header-light #navigation {
	margin: -15px 0 -2px;
}


/* -- COVID NOTICE -- */


.covid-notice {
    position: fixed;
    top: 15%;
    z-index: 999;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 1s ease;
    border-radius: 4px;
    webkit-transition: background-color 0.2s ease-in;
    -moz-transition: background-color 0.2s ease-in;
    -o-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in;
    background: rgb(127, 0, 0);
    background: -moz-linear-gradient(top, rgba(127,0,0,1) 0%, rgba(22,22,22,1) 100%);
    background: -webkit-linear-gradient(top, rgb(127, 0, 0) 0%,rgba(22,22,22,1) 100%);
    background: linear-gradient(to bottom, rgb(127, 0, 0) 0%,rgba(22,22,22,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f0000', endColorstr='#161616',GradientType=0 );
    border-radius: 0;
}

.covid-notice p, .col-xs-12.covid-notice a {
    margin-bottom: 0;
    color: #fff;
}

.covid-notice p:before {
    font-family: fontawesome;
    content: '\f071';
    font-size: 15px;
    margin-right: 10px;
}

@media (max-width:1063px) {
	.covid-notice {
		position: relative;
	}
}