@media (max-width: 998px) {
	div.home-slider-wrapper {
		border: 0px !Important;
	}
	#content {
		margin-top: -50px !important;
	}
}

@media (min-width: 992px){
	#navigation .container {
		width: 930px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1250px;
	}
}


@media (max-width: 998px) {
	.banner-button {
		position: relative !important;
	}
	a.home-buttons {
		width: 100% !important;
	}
}

@media (max-width: 991px) {

	.container {
		padding-left: 0px !important;
		padding-right: 0px !important;

	}

	div.header-social {
		float: none;
		margin: auto;
		text-align: center;
	}


	#header-wrapper {
		height: auto !important;
	}

	#header-wrapper #header #header-inner .navbar .navbar-inner .site-email {
		margin: auto;
		text-align: center;
		float: none !important;
	}

	.loginWidget {
		float:left !important;
		margin-top:10px !important
	}

	.site-header-logo img {
		float: none;
		margin: auto;
	}

	.col-xs-12.col-sm-12.col-md-8.col-lg-8.header-left-wrapper {
		width: 80%;
		float: none;
		margin: auto;
	}

	#header-wrapper #header #header-inner .navbar .navbar-inner .site-phone {
		text-align: center;
		margin: auto;
		float: none !important;	
	}

	.header-social .social-icons li {
		float: none;
		text-align: center;
		display: inline;
		border: none;
	}

	.header-social .social-icons {
		margin: 0;
		padding: 0;
	}
}

@media (max-width: 768px) {

	.sold-wrapper p {
		text-align: center;
	}

	.row {
		margin-left: 0x !important;
		margin-right: 0px !important;
	}

	div.logo-wrapper {
		width: 80% !important;
		margin-top: 20px !important;	
	}

	div.site-email {
		float: left !important;
		margin: 0px 5px -15px -35px;
	}

	div.site-phone {
		float: right !important;	
	}

	#header-wrapper #header #header-inner .navbar .navbar-inner .info {
		margin-left: 0px !important;
		margin-top: -20px;
	}

	div.loginWidget {
		float: left !important;
		padding: 10px 0px 0px !important;
		margin-top: -10px !important;
	}

	.loginWidget a.btn.btn-primary {
		margin-top: 20px !important;
	}


	body.header-light #navigation {
		margin-top: -90px;

	}

	div.header-social {
		float: left !important;
		margin-bottom: 10px !important;
	}

	#header-wrapper #header #header-inner .navbar .navbar-inner .site-phone {
		margin-top: 20px !important;
	}

	.navigation-wrapper .navigation {
		margin-top: 60px;
	}

	.index-full-image{
		background: #12477B !important;
	}

}

@media (max-width: 600px) {
	#header-wrapper #header #header-inner .navbar .navbar-inner .info {
		margin-top: 0px;
	}
}



@media (max-width: 550px) {
	.col-xs-12.col-sm-12.col-md-8.col-lg-8.header-left-wrapper {
		width: 74%;
		margin: auto;

	}
}


@media (max-width: 500px) {
	div.loginWidget {
		float: none;
		text-align: left;
		padding: 10px 0px 0px !important;
	}

	#header-wrapper #header #header-inner .navbar .navbar-inner .site-phone span {
		margin-left:-10px;
	}
}


@media (max-width: 450px) {
	#header-wrapper #header #header-inner .navbar .navbar-inner .info {
		margin-top: 0px;
	}

	#header-wrapper #header #header-inner .navbar .navbar-inner .logo 
	margin: 10px 15px 0px 0px !important;
}

#header-wrapper #header #header-inner .navbar .navbar-inner .site-phone {
	margin-top: -5px;
}
}




/* — Mobile Menu Icons — */

.mobile-icons-li .fa-envelope:before {
	margin: 0;
}

.mobile-icons-li li {
	display: inline;
	margin: 0 20px 0;
}

ul.mobile-icons-li {
	padding: 0;
	margin-top: 20px;
}

.mobile-icons span.fa {
	font-size: 25px;
	vertical-align: middle;
}

.mobile-icons {
	text-align: center;
}

.mobile-icons-li a {
	color: #C3C3C3;
}



/* -- 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: inline-block !important;
	height: auto !important;
}


/* ---- Login Button ---- */

.loginWidget {
	float: right;
	padding: 0;
	margin-top:-15px;
	margin-right: -10px;
}

.loginWidget a.btn.btn-primary {
	background-color: #12477B;
	color: #FFF;
	font-size: 16px;
}



/* ---- Contact Information Overrides ----- */

.site-phone a {
	text-decoration: none;
	color: #666;
}
.site-phone a:hover {
	color: #818385;
}
.broker-info ul {
	list-style: none;
	padding: 0;
}

.contact td {
	color: #fff;
	font-size: 14px;
}


/* ----- Social Icon Overrides ------ */

.span6.share {
	float: right;
}
.social-icons {
	list-style: none;
	padding: 5px 0px;

}
.social-icons li {
	float: right;
	margin-right: 5px;
	border: 1px solid #DADADA;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	padding: 5px;
	width: 38px;
	height: 38px;
	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-color: #676767;
}

.social-icons li a {
	font-size: 17px!important;
	text-align: center;
	text-decoration: none !important;
	color: #666
}
.social-icons li:hover {
	background-color: #757575;
}

.container .row .widget .content .social-icons li {
	float: left;
}

.content .social-icons li a {
	color: #FFFFFF;
}


/* ----- 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;
}

/*-- Property Grid Overrides --*/

div.price-value {
	color: #182E57;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: bold;
}

div.properties-grid .property .image-wrap {
	height: 200px;
	background-color: transparent;
	overflow: hidden;
}

div.properties-grid .property .price {
	background-color: #fff;
	color: #313131;
	font-size: 18px;
	padding: 5px 16px;
	position: absolute;
	right: 15px;
	top: 15px;
	bottom: inherit;
}

div.properties-grid .property .wrap {
	background: #FFF;
	margin-left: 2.5px;
	margin-right: 2.5px;
	margin-bottom: 5px;
	padding-bottom: 0;
	padding-right: 0;
	padding-left: 0;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

div.properties-grid .property .wrap div.details {
	min-height: 110px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 2.5px 5px;
}

div.properties-grid .property .image img {
	margin: auto;
	min-height: 200px;
	width: 100%;
	height: auto;
}

div.properties-grid .property h2 a {
	-webkit-transition: color 0.1s ease-in;
	-moz-transition: color 0.1s ease-in;
	-o-transition: color 0.1s ease-in;
	transition: color 0.1s ease-in;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 0 2px 5px #000;
}

div.properties-grid .property .location {
	padding: 0px 15px;
	color: #fff;
	background-color: rgba(0,0,0,.5);
	clear: both;
	float: left;
}


div.properties-grid .property .area {
	color: #fff;
	float: left;
	margin-top: 8px;
	display: none;
}

div.properties-grid .property .wrap div.details .last-row {
	position: absolute;
	bottom: 10px;
	left: 5px;
	right: initial;
}

div.properties-grid .property .bedrooms .content {
	background-image: url("../files/images/icons/bedrooms.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 21px 12px;
	color: #fff;
	padding-left: 30px;
}

div.properties-grid .property .bathrooms .content {
	background-image: url("../files/images/icons/bathrooms.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 14px 20px;
	color: #fff;
	padding-left: 25px;
}


div.image-wrap .image .content {
	max-height: 200px;
}

div.properties-grid .property h2 {
	line-height: 22px;
	margin: 0 0 2.5px;
	padding: 0px 15px;
}

div.wrap .details .title {
	background-color: rgba(0,0,0,.5);
	float: left;
}

.home-block {
	padding: 20px;
	max-width: 1400px;
	float: none;
	margin: auto;
}

a.home-buttons {
	width: 50%;
	padding: 30px;
	font-size: 18px;
	margin: 10px 0px;
	border: 2px solid #fff !important;
}

.index {
	max-width: 1370px;
	float: none; 
	margin: auto !important;
	clear: both;
}

.cta-block {
	max-width: 300px;
	float: none;
	margin: auto;
}

.cta-block img {
	border-radius: 10px;
}

.cta-block img:hover {
	-webkit-filter: brightness(80%);
	filter: brightness(70%);
}

.cta-block a {
	color: #666666;
	font-size: 22px;
	line-height: 60px;
}


.cta-block a:hover {
	color: #818385;
	text-decoration: none !important;
}

.gray {
	padding: 20px 0px 0px;
	background-color: #fff;
}

.index-full-image {
	background-image: url("https://www.royacdn.com/unsafe/smart/Site-102ea249-bf96-4824-aeab-fb6535ac46d7/background/Lifeguard_House.jpg");
	padding: 150px 0px;
	position: relative;
	background-size: cover;
	margin: 20px 0 0;
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
}


.white-text {
	text-transform: none;
	padding: 5px 5px 10px;
	font-size: 28px;
	text-align: center;
	color: #fff;
	letter-spacing: 1px;
	border: 2px solid #fff;
	width: 75%;
	float: none;
	margin: auto;
}

.text-index {
	border-bottom: 1px solid #c1c1c1;
	box-shadow: 0 30px 20px -20px #e8e8e8;
}

.banner-button {
	background: #fff;
}

a.home-buttons-index {
	width: 90% !important;
	padding: 30px;
	font-size: 18px;
	margin: 10px 0px;
	border: 2px solid #fff !important;
}

#content .main-container {
	width: 100%;
	background-color: #fff;
	padding: 0px;
	margin: 0px;
}

.welcome-body-text {
	letter-spacing: 1px !Important;
	font-size: 14px;
}

#community-image {
	float: left !important;
}

.tab-content div#community-image {
	padding: 0 15px 10px;
}


body #wrapper-outer #wrapper #wrapper-inner #navigation div.container .nav .menuparent a.dropdown-toggle {
	background-image: url(../images/arrow-bottom-white.png) !important;
}
