@media (max-width: 1200px) {
	.logo-wrapper {
		padding: 0 !important;	
	}

	.header-content-wrapper {
		width: 92% !important;	
	}

}

@media (max-width: 988px) {

}


@media (max-width: 768px) {

	.logo-wrapper {
		padding: 0 !important;	
	}

	div.site-email {
		float: none !important;
		margin: 0 10px;
	}

	#header-wrapper #header #header-inner .navbar .navbar-inner .info {
		margin-left: 0px !important;
	}
	

}

@media (max-width: 629px) {

	.header-content-wrapper {
		width: 60% !important;	
	}
	

}




/*--- General Overrides ---*/

div#content {
	background: #fff;	
}

#header-wrapper #header #header-inner .navbar .navbar-inner .list-your-property {
	float: none !important;	
}

h1, .h1, h2, .h2, h3, .h3 {
  font-family: bad script;
}


/*---- Fixed Header ------*/

header.fixed-header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 300;
}

.navigation-open {
	position: fixed !important;
	left: 0% !important;
	overflow-y: scroll;
	padding-right: 20px;
}

.header-open {
	position: absolute;
	left: 70%;
}

/*-- Slider --*/


.carousel-inner img.img-responsive {
	width: 100%;
}


/* ---- Contact Information Overrides ----- */

.site-phone a {
	text-decoration: none;
	color: #40a6ed;
}

.site-phone a:hover {
	text-decoration: none;
	color: #40a6ed;
}

.broker-info ul {
	list-style: none;
	padding: 0;
}

#header-wrapper #header #header-inner .navbar .navbar-inner .info {
	padding: 0 !important;	
}


/* ----- 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:2px solid rgba(255,255,255,0.7);
	-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;
	font-weight: bold;
}

#footer-wrapper #footer {
	border: 0px;
	margin-top: 0px;
	padding: 10px 0px !important;
}

.span6.copyright {
	float: left;
}


/*-- 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;
}

/*--- Toggles ---*/

a.toggle {
  color: #fff;
  padding: 20px 50px;
}



/*------ Font Awesome ----- */

.fa-envelope:before {
	content: "\f0e0";
	float: left;
	margin: 0 20px 0 0;
}

.fa-home:before {
	content: "\f015";
	float: left;
	margin: 0 20px 0 0;
}

.fa-arrow-down:before {
	content: "\f063";
	float: right;
	margin: 0 10px 0 10px;
}