@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;
	}
	
	div.broker {
		margin-top: 0px;
	}
}

@media (max-width: 991px) {

	div.navigation-wrapper {
		height: auto;
	}

	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#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;
	}
	
	 div#header-wrapper {
		position: initial;
		background-color: rgb(0, 0, 0);
	 }
	
	li.menuparent:hover::after {
		width: 0% !important;
		height: 0px !Important
	}
	
	div.image-wrap .image .content {
		max-height: 500px;
	}

	div.properties-grid .property .image-wrap {
		height: auto;
	}
		
}

@media (max-width: 500px) {

	div#header-wrapper #header #header-inner .navbar .navbar-inner #btn-nav {
		left: -15px;
	}

	.module-propertyImagesWidget ol.carousel-indicators {
		visibility: hidden;
	}

}

/* -- Header Container -- */

.header-container {
    width: 95%;
    padding: 0;
    float: none;
    margin: auto;
}

/* — Mobile Menu Icons — */

.mobile-icons-li .fa-envelope:before {
	margin: 0;
}

.mobile-icons-li li {
	display: inline;
	margin: 0 20px 0;
	color: #DEB02E;
}

ul.mobile-icons-li {
	padding: 0;
}

.mobile-icons span.fa {
	font-size: 25px;
	vertical-align: middle;
	color: #F2BF3D;
}

.mobile-icons {
	text-align: center;
}

.mobile-icons-li a {
	color: #C3C3C3;
}

/* -- Home Evaluation Page -- */

@media (max-width: 500px) {
	div#home-values .home-progress .line, div#home-values-step-2 .progress .line {
		display: none;
	}

	div#home-values .home-progress .number {
		width: 45%;
	}
}

div#home-values {
	margin: 20px 0;
}

#home-values .home-progress {
	max-width: 340px;
	margin: 0 auto 30px auto;
}

#home-values .home-progress .number.active {
	background-color: #324B72;
}

#home-values .home-progress .line, #home-values-step-2 .progress .line {
	display: block;
	width: 180px;
	height: 16px;
	border-bottom: 3px #747474 solid;
	vertical-align: middle;
	float: left;
}

#home-values .home-progress .number {
	display: block;
	background-color: #5f5f5f;
	width: 80px;
	height: 32px;
	line-height: 32px;
	font-size: 1.250em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
}

#home-values .eval-content {
	position: relative;
	z-index: 1;
	text-align: center;
	color: #fff;
	max-width: 860px;
	width: 90%;
	margin: 0 auto;
	padding: 30px 0;
}

#home-values .home-progress .number.completed {
	background-color: #324B72;
}

#home-values .home-progress .line.step2 {
	border-bottom: 3px solid #324B72;
}

textarea#Comments {
	max-width: 830px;
}

div.home-eval-wrapper {
	max-width: 860px;
	margin: auto;
	float: none;
	min-height: 900px;
	color: #fff;
}

.home-eval-wrapper h1 {
	font-weight: bold;
	font-size: 40px;
	color: #fff;
	text-shadow: 0 2px 0 #000;
}

.home-eval-wrapper h2 {
	text-transform: none;
	font-size: 35px;
	color: #fff;
	text-shadow: 0 2px 0 #000;
}

.home-eval-wrapper .form-group[data-type="submit"] {
	text-align: center;
}

.home-eval-wrapper input[type="text"] {
	height: 70px;
	font-size: 30px;
	font-weight: lighter;
	border-radius: 5px;
}

.home-eval-wrapper .form-group {
	padding: 0 10px 0 0;
}

.home-eval-wrapper textarea#Comments {
	font-size: 20px;
	font-weight: lighter;
}

input.btn.btn-primary.arrow-right {
	background-color: inherit;
	margin: 20px 0 0;
	border: 1px solid #fff;
	color: #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 19px 60px 18px 31px;
	font-weight: 500;
	font-size: 14px;
	cursor: pointer;
	display: inline-block;
	transition: all .5s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	font-size: 20px;
}

.analysis-pg-wrap {
	padding: 40px 40px;
	background-image: url(https://www.royacdn.com/unsafe/smart/3ec83ff2d6da51d37b5b4b13de293a9a/home_value_img.jpg);
	background-position: bottom;
	min-height: 900px;
	background-repeat: no-repeat;
	background-size: cover;
	margin: -20px 0 0 0;
}


/* -- 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: 20px;
}

body {
	font-size: 16px !important;
	color: #313131 !important;
}

.logo-wrapper .logo img {
	margin: 15px auto 0;
	max-width: 290px;
}

/* ---- Login Button ---- */

.loginWidget {
	float: right;
	padding: 3px 20px 10px;
}


/* ---- Contact Information Overrides ----- */

.site-phone a {
	text-decoration: none;
	color: #bdaf89;
}
.site-phone a:hover {
	color: #DEB02E;
}
.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: left;
	margin-right:5px;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	-ms-border-radius:100px;
	-o-border-radius:100px;
	border: 1px solid #bdaf89;
	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: #bdaf89;
}
.social-icons li:hover {
	background-color:#000;
}

.social-icons2 {
	list-style: none;
	padding: 10px 0px 0px 0px;
	width: auto;
	float: right;
}
.social-icons2 li {
	float: left;
	margin-right:5px;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	-ms-border-radius:100px;
	-o-border-radius:100px;
	border: 1px solid #bdaf89;
	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-icons2 li a {
	font-size: 15px!important;
	text-align: center;
	text-decoration: none !important;
	color: #bdaf89;
}
.social-icons2 li:hover {
	background-color:#000;
}

/* ----- 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;
}

.modal-footer {
	clear: both;
}


/*------ 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;
	background-color: #000;
}

#header .container {
	width: 95%;
}

#navigation .container {
	width: 100%;
}

li.menuparent:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #bdaf89;
    content: "";
    transition: width 0.25s;
}

li.menuparent:hover::after {
	width: 100%;
}

.effect-wrapper {
	padding: 10px;
}

.figure.effect-goliath:hover {
    background: #000;
}

hr {
    border-top: 2px solid #bdaf89;
    width: 30%;
    margin: -10px auto 10px;
}

.feat-com img {
	max-width: 650px;
	float:none;
	margin:auto;
	clear:both;
}

/*-- Property Grid Overrides --*/

div.price-value {
	color: #182E57;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: bold;
}

.properties-grid .property .image-wrap {
	height: 200px;
	background-color: transparent;
	overflow: hidden;
}

div.properties-grid .property .price {
	background-color: rgba(0, 0, 0, 0.8);
	color: #bdaf89;
	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;
}

.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;
}

.broker {
	margin-top: -3%;
}

.home-button-wrapper .fa:before {
    padding-right: 15px;
}

a.big-button {
    padding: 20px 0px;
    width: 90%;
	color: #fff !important;
}

.home-button-wrapper {
	padding: 10px 0px;
}

span.navbar-brand {
    color: #EFB112 !important;
}

nav.idx-sort-bar.navbar.navbar-default {
    background-color: #000;
}

span.selected-sort {
    color: #EFB112;
}

.testimonial-border {
    border-bottom: 2px dashed #EFB112;
    padding: 10px 0px;
    margin: 10px 0px;
}

h1, .h1 {
    font-size: 48px;
    font-family: 'Allura', cursive;
    letter-spacing: 2px;
    color: #454545;
}

.client-info h1 {
    color: #fff;
    text-shadow: 0px 5px 10px #000;
}

.feat-com {
    padding: 0px 0px 20px;
}

h2 {
    color: #bdaf89 !important;
    font-size: 34px !important;
    font-family: 'Allura', cursive;
    text-shadow: 0px -1px 1px #000;
}

.title h2 {
    font-family: "Open Sans", "Arial", sans-serif;
}

/* -- Start of Hover Effect -- */

/* Media queries */
@media screen and (max-width: 50em) {
	

.content {
		padding: 0 10px;
		text-align: center;
	}
	.grid .figure {
		display: inline-block;
		float: none;
		

margin: 10px auto;
		width: 100%;
	}
}

.grid {
	position: relative;
	clear: both;
	margin: auto;
	padding: 0px;
	max-width: 100%;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid .figure {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	text-align: center;
	cursor: pointer;
}

.grid .figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-

width: 100%;
	opacity: 1;
	border-radius: 20px;
}

.grid .figure .figcaption {
	padding: 2em;
	border-radius: 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: 

hidden;
	backface-visibility: hidden;
}

.grid .figure .figcaption::before,
.grid .figure .figcaption::after {
	pointer-events: none;
}

.grid .figure .figcaption,
.grid .figure .figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid 

.figure .figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid .figure h2 {
	font-weight: normal;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	font-family: "Open Sans", "Arial", sans-serif;
	font-size: 26px !important;
	background: rgba(0,0,0,0.0);
}

h2 {}

.grid .figure h2 span {
	font-weight: 800;
}

.grid .figure h2,
.grid .figure p {
	margin: 0;
}

.grid .figure p {
	font-size: 68.5%;
}

/*-----------------*/
/***** Goliath *****/
/*-----------------*/

.figure.effect-goliath {
	background: transparent;
	padding: 0px;
}

.figure.effect-goliath img,
.figure.effect-goliath h2 {
	-webkit-transition: -webkit-transform 0.35s;
	

transition: transform 0.35s;
}

.figure.effect-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.figure.effect-goliath h2,
.figure.effect-goliath p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px;
	h1, .h1 {      font-size: 48px;
	font-family: 'Allura', cursive;
	letter-spacing: 2px;  }
	font-family: 'Allura', cursive;
}

.figure.effect-goliath p {
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -

webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
}

.figure.effect-goliath:hover 

img {
	-webkit-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);
}

.figure.effect-goliath:hover h2 {
	-webkit-transform: translate3d(0,-100px,0);
	

transform: translate3d(0,-100px,0);
}

.figure.effect-goliath:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* -- End of hover effects -- */