@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: 991px) {
	.about-bio img{
		padding: 10px 0px;
		margin:0% !important;
	}
	.shader-background h3{
	padding-bottom:3%;	
	}

	div.navigation-wrapper {
		height: auto;
	}

	div.logo-wrapper {
		width: 100% !important;
		margin-left: 10px;
	}

	div.logo-wrapper .logo img {
		margin: 15px auto 0;
		max-width: 400px;
	}
	
	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#header-wrapper #header #header-inner .navbar .navbar-inner .site-phone {
		margin-left: 0px;
	}	

	div.site-email {
		float: left !important;
		margin: 0 20px;
	}

	div.site-phone {
		float: right !important;	
	}

	div.loginWidget {
		float: none;
		text-align: center;
	}

	div#content div#main {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.introduction-content h2{	
		padding:0px !important;
		margin-top:-8.7%;
		text-align:center;
	}

}

@media (max-width: 768px) {
	.full-width-background {
		background:none !important;	
	}
}

@media (max-width: 500px) {
    
	.two-column h1{
		font-size:5vw !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: 16px !important;
	color: #313131 !important;
}

.logo-wrapper .logo img {
	max-width: 400px;
}

/* -- Template CSS -- */

#navigation .logo-wrapper {
	max-width: 200px;
	float: left;
	margin: 10px 0 0 10px;
}


/* ---- Login Button ---- */

.loginWidget {
	float: right;
	padding: 0 20px 20px;
}



/* ---- Contact Information Overrides ----- */

.site-phone a {
	text-decoration: none;
	color: #707070;
}
.site-phone a:hover {
	color: #707070;
}
.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: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;
}
.social-icons li a {
	font-size: 15px!important;
	text-align: center;
	text-decoration: none !important;
}
.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;
}


#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 ----- */


.modal-body .fa-envelope:before {
	content: "\f0e0";
	float: left;
	margin: 0 20px 0 0;
}

.modal-body .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;
}


/* — 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;
}

.mobile-icons span.fa {
    font-size: 25px;
    vertical-align: middle;
}

.mobile-icons {
    text-align: center;
}

.mobile-icons-li a {
    color: #C3C3C3;
}

.main-container{
	width:100%;
	margin:0;
	padding:0;
	
}

.tagline-background{
	text-align:center;
	padding:20px 0px;
	background:#DCDCDC;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
}

.full-width-background{
	background:url("https://www.royacdn.com/unsafe/smart/Site-95db599a-aff6-4c66-a839-fbf0fe87d499/1800_700_banners/banner_2.jpg");
	background-size:100% 100%;
	background-attachment:fixed;
	padding:0;
}

.shader-background{
	background: rgba(255,255,255,0.29);	
}

.index-wrapper{
	max-width:1300px;
	margin:auto;
	float:none;
}



.one-column{
	padding: 45px 0px 40px 0px;	
}

.underline-design{
max-width:500px;
	border: 1px solid #aa0101;
	margin:auto;
	float:none;
}
.one-column h1{
	font-family: 'Montserrat', sans-serif;
}

.two-column img{
	margin:auto;
	float:none;
	max-width:300px;	
}

.two-column{
	padding:0px;
	margin:auto;
	float:none;
}

.two-column h1{
	font-family: 'Montserrat', sans-serif;
	margin-top: 8%;
	line-height:normal;
}

.two-column h2{
	font-family: 'Montserrat', sans-serif;
	color: #aa0101;
}

.two-column h6 {
	margin-top:-1.5%;	
}

.latest-property-bg{
	margin:0;
	padding:0;
	
}

.properties-margin{
	
}

.sold-properties-backbground{
	background: #e8e8e8;	
}

.properties-grid .property .image img:hover{
	transform:scale(1.1);	
}

.introduction-content h2{
	color:#000000;	
	padding-top: 30px;
	line-height:40px
}

h1, .h1, h2, .h2, h3, .h3{
margin-bottom: 20px !important;	
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
	background-color:#AA0101 !important;
	color:#fff !important;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
	background-color:#AA0101 !important;
	color:#fff !important;
}

.extrasection{
	padding:50px 0px;
	background:white;
}

.three{
	margin:auto;
	padding:30px 0px;
	float:none;
}

.font-fa{
	font-size:70px;	
	text-align:center;
	
}
.three .fa{
	padding: 30px 30px 30px 36px;
    border: 3px solid #000;
    border-radius: 70px;
    box-shadow: 5px 5px 5px #9D9A9A;
    transition: all 0.1s ease-in;
}

.three .fa:hover {
    transform: translateY(5px);
    box-shadow: none;
    cursor: pointer;
	color:red;
}

.properties-grid .property .image-wrap{
	background-color: #fff !important;	
}

.about-bio{
	margin:0;
	padding: 10px 0px;
}
.about-bio h4{
	font-size: 19px;
}

.about-bio img{
max-width:250px;
margin-top: 10%;
}