@media (min-width: 1200px){
	.contact-info{
		padding-left:100px;
	}
}

@media (max-width: 1200px) {
	#navigation .container {
	width: 1050px;
	}
	.feat-vid {
		max-width: 80% !important;
		height: auto;
		float: none;
		margin: auto;
	}
}

@media (max-width: 991px) {

	div#content {
    padding-bottom: 0;
	}
	
	div#header-wrapper #header #header-inner .navbar .navbar-inner .logo {
    	float: none;
    	margin: 10px auto;
	}
	
	div#header-wrapper #header #header-inner .navbar .navbar-inner .logo-wrapper {
    	margin: auto;
    	float: none;
	}
}
	
@media (max-width: 768px) {

	div.logo-wrapper {
		width: 80% !important;
		margin-top: 20px !important;	
	}
	
	.modal-body form.cmsForm {
		padding: 2em 1em 0 !important;
	}

	div.site-email {
		margin: 0 20px;
	}

	#header-wrapper #header #header-inner .navbar .navbar-inner .info {
		margin-left: 0px !important;
	}

	div.loginWidget {
		float: left;
		padding: 20px 20px 20px;
	}
	.feat-vid {
		max-width: 80% !important;
		height: auto;
		float: none;
		margin: auto;
	}
	
	div#content #main {
   	padding-left: 0;
    padding-right: 0;
	}
	
	div#header-wrapper #header #header-inner .navbar .navbar-inner .logo-wrapper {	
    float: left;
	}

}

@media (max-width: 500px) {
	div.loginWidget {
		float: none;
		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;
}

/* — 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: 10px;
}

.mobile-icons span.fa {
    font-size: 25px;
    vertical-align: middle;
}

.mobile-icons {
    text-align: center;
}

.mobile-icons-li a {
    color: #C3C3C3;
}


/* ---- Login Button ---- */

.loginWidget {
	float: right;
	padding: 0 20px 20px;
}



/* ---- Contact Information Overrides ----- */

.site-phone a {
	text-decoration: none;
    color: #424242;
}
.site-phone a:hover {
	color: #616161;
	text-decoration: none;
}
.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 .cmsForm {
    display: inline-block;
    background: #fff;
    padding: 3em 3em 0;
    width: 100%;
}

#joinUs label {
    display: block;
    text-align: center;
}

input#mce-EMAIL {
    float: none;
    margin: 10px auto;
    width: 100%;
    text-align: center;
    border: 2px solid rgba(51, 51, 51, 0.4);
    padding: 1.5em;
    box-shadow: 5px 5px 10px 5px rgba(240, 240, 240, 0.77);
}

#joinUs .clear {
    text-align: center;
}

input#mc-embedded-subscribe {
    padding: .75em 1.5em;
    background: #333;
    color: #fff;
    border: 0px;
}

#jmode {
	padding: 0px;
}

#joinUs .modal-footer {
    border: 0px;
}

#joinUs .modal-footer button {
    position: absolute;
    top: 2px;
    right: 10px;
    background: #333;
    color: #fff;
    transition: all 0.5s ease;
}


/*------ 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;
}

.index-set{
	max-width: 1200px;
	float: none;
	margin:auto;
	clear:both;
}
.index-set h2{
	color: #424242;
	font-size: 30px;
    letter-spacing: 5px;
}

/*-- 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;
}

.cta-block {
	max-width: 460px;
	float: none;
	margin: auto;
	padding: 10px 5px;
}
/*-- Home Buttons --*/

a.btn.btn-primary.home-buttons {
    width: 100%;
    padding: 20px;
    font-size: 22px;
    font-weight: lighter;
    margin: 10px 0px;
    box-shadow: 0 10px 10px -10px #000000;
	background-color: #78876A;
	color: #FFF;
}

.slider-text {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: lighter;
}

h1, .h1, h2, .h2, h3, .h3{
	font-family: 'Roboto Condensed', sans-serif;
}

h1, .h1 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: lighter;
}


.login .btn-login, .registerBox .btn-register, .login .btn-resetPassword{
	background-color: #651616;}

.feat-vid {
	max-width: 55%;
	float: none;
	margin: auto;
}


.header-text h2{
	color: #fff !important;
}

.header-text {
	padding-left: 18px;
}
.mission-statement{
	background: #e8e8e8;
	padding: 30px 0px; box-shadow: 0px 0px 10px #272727;
}
hr.style2 {
  width: 10%;
	border-top: 3px double #f0f0f0;
}
a.btn.btn-primary.loginWidgetLoginButton {
    background-color: #D4D4D4;
	color: #424242;
}

/* Login */

.modal-backdrop {
	transition: all 0.5s ease;
}

.modal-backdrop.fade.in.logform {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 992px) {
	div#mc_embed_signup_scroll {
    padding: 0 1.5em;
	}
}

@media (min-width: 1400px){
div#navigation .container{ 
width: 1330px 
}
}