
/****************
GENERAL
****************/
.r .max-width {
	max-width: none;
}

.fadeIn {
	opacity: 0;
}

@media (min-width: 768px) {
	.Cookie .max-width {
	    width: 750px;
	    padding-right: 15px;
	    padding-left: 15px;
	    margin-right: auto;
	    margin-left: auto;
	}
}

@media (min-width: 992px) {
	.Cookie .max-width {
	    width: 970px;
	}
}

@media (min-width: 1200px){
	.Cookie .max-width {
	    width: 1170px;
	}
}

/****************
CONTACT US
****************/
.contact .vcard .tel .type {
	display: none;
}

/****************
FORMS
****************/
.form-has-errors .form-error-summary {
	display: block;
	margin: 0 auto 1em auto;
}

.form .form-error-summary h4 {
	color:red;
	padding-top:0;
}

/****************
DEVELOPMENT
****************/
.developments span { display:block; }
.DevelopmentImage {
	position:relative;
}
.DevelopmentImage .showHomeBanner {
	position:absolute;
	bottom:0;
	right:0;
	width:160px;
}
.DevelopmentImage .showHomeBanner img {
	width:100%;
	max-width:244px;
	max-height:244px;
}

/****************
DEVELOPMENT
****************/
.development-panel .image-container {
	text-align:center;
	max-height:200px;
}

.development-panel .overview-pic {
	margin-bottom: 1em;
}

.development-panel .housetype {
	min-height: 280px;
}

.development-panel.gallery .images {
	overflow: hidden;
	position: relative;
}

.development-panel.gallery .images div {
	height: 250px;
}

.development-panel.gallery .chromatic-gallery-photo {
	float: left;
	margin: 0.5em;
	background-size: cover;
}

.chromatic-gallery-photo,
.chromatic-zoom-arrow-left,
.chromatic-zoom-arrow-right {
	cursor: pointer;
}

.chromatic-zoom {
	z-index: 1000 !important;
}

/****************
PROPERTY UNIT
****************/
.listing .listing-user-butts {
	font-size:1.2em;
}

.listing .addr {
	margin:0;
}

.listing .listing-attributes {
	font-size: 1.5em;
	line-height: 1.2em;
	margin:0;
	padding:0;
	list-style: none;
}
.listing .listing-attributes li {
	display: inline-block;
}
.lt-ie8 .listing .listing-attributes li {
	padding-right:10px;
	display: inline;
}

.listing .addr {
	padding-top: 0;
}

.listing .listing-user-butts {
	margin-bottom: 1em;
}

.listing-price {
	text-align: right;
}

.listing .price {
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	font-size: 1.8em;
	line-height: 1.2em;
}

.listing .price .price-status {
	display: none;
}

.listing .price .price-offers, .listing .price .price-period {
	font-size: 0.5em;
	text-transform: capitalize;
}

.listing .map-listing {
	border: 1px solid black;
}

.listing .f-aligncentre {
	display: none;
}

.listing .tbl-row-cell-heading,
.listing .listing-units-table .listing-units-cell-address,
.listing .listing-units-table .listing-units-cell-price  {
	border-right: 1px solid black;
}

.listing .listing-key-info .listing-key-info-table-wrap,
.listing .tbl.listing-units-table {
	border: 1px solid black;
}

.listing .listing-key-info .tbl {
	margin: 0;
}

.listing .tbl-row-odd {
	background-color: #ddd;
}

.listing .listing-unit-name {
	margin: 0.5em 0 0 0;
	padding: 0;
}

.listing .listing-address {
	margin: 0;
	padding: 0;
}

.listing .listing-dowloads-file {
	display: block;
	background: transparent url(images/icon-download-blue.png) no-repeat
		left top;
	height: 65px;
	padding: 0 0.5em 0.5em 100px;
	margin: 1em 0;
	color: #000;
}

.listing .listing-dowloads-file .listing-dowloads-title {
	display: block;
}

.listing .listing-dowloads-file .listing-dowloads-name {
	display: inline-block;
}

.listing .listing-dowloads-file .listing-dowloads-size {
	display: inline-block;
}

.listing .listing-dowloads-file:nth-child(odd) {
	background-image: url(images/icon-download-green.png);
}

.listing .listing-agents .eqh {
	margin-bottom: 1em;
}

.listing .listing-agents .logo {
	display: block;
	margin-bottom: 0.5em;
	width: 100px;
	float: left;
}

.listing .listing-agents .logo img {
		max-width:100%;
}

.listing .listing-agents .address {
	display: block;
	font-size: 1em;
	line-height: 17px;
}

.listing .listing-agents .tel {
	display: block;
	color: #000;
	font-size: 1.5em;
}

/****************
COOKIE ALERT
****************/
.cookiebox  p{ color:#FFF; }


/****************
VIDEOS
****************/
.video-placeholder							{ position:relative; text-align:center; }
.video-placeholder img						{ margin:0px auto; }
.video-placeholder .home-play-btn			{ position:absolute; top:50%; left:0; right:0; text-align:center; margin:-46px 0px 0px 0px; }
.video-placeholder .home-play-btn img		{ width:100%; max-width:92px; max-height:92px; }
.development-videoBox {
	margin-top:20px;
}
.development-videoBox .development-image {
	display:block;
	width:100%;
	padding:56.25% 0px 0px 0px;
}



/****************
RESPONSIVE
****************/
@media (min-width: 1200px) {
	.listing .slideshow-controls .slideshow-thumbs {
		width: 1170px;
	}
}

@media (min-width: 992px) {
	.listing .slideshow-controls .slideshow-thumbs {
		width: 970px;
	}
}
@media (min-width: 768px) {
	.listing .slideshow-controls .slideshow-thumbs {
		width: 750px;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}
}

@media screen and (max-width:767px){
	.developments .development a {
		display:block;
		margin:0px auto;
		max-width:500px;
	}
}

@media (min-width: 651px) {
	.images-mobile .image-container {
		float:left;
		width:45%;
		text-align:center;
		margin:0.5em 0.5em;
	}
	.images-mobile .image-container img {
		max-height:250px;
	}
}

@media (max-width: 650px) {
	.image-container {
		float:none;
		width:auto;
		text-align:center;
		margin:0.5em 0.5em;
	}
	.image-container img {
		max-height:250px;
	}
	.gallery .images div {
		height:auto;
	}
}


/****************
PROFILE PAGE
****************/
.profile-page h3 { font-size:2em; margin:0px; color:#1f8DC4; }
.GHW-images {
	margin:20px 0px 0px 0px;
	text-align:right;
}
.GHW-images img {
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin:0px 0px 0px 40px;
}
.GHW-images .GHW-ccnw {
	max-width:220px;
	max-height:66px;
}
.GHW-images .GHW-ghw {
	max-width:130px;
	max-height:77px;
}
@media screen and (max-width:991px){
	.GHW-images {
		margin:0px;
		text-align:center;
	}
	.GHW-images img {
		margin:20px;
	}
}
@media screen and (max-width:480px){
	.GHW-images img {
		display:block;
		margin:20px auto;
	}
}
