

/** TOP BAR **/
.property-title										{ padding:20px 0px; text-transform:uppercase; }
.property-title .btn								{ float:left; }
.property-title  .attributes						{ float:right; text-align:right; font-size:1.4em; }
.property-title  .attributes .status,
.property-title  .attributes .price-value			{ font-weight:600; }
.property-title  .attributes .status,
.property-title  .attributes .brief,
.property-title  .attributes .price					{ display:inline-block; vertical-align:middle; }
.property-title  .attributes .brief					{ padding:0px 10px; margin:0px 10px; }

.property-title  .attributes .brief					{ border-left:2px solid #383836; border-right:2px solid #383836; }



/** SLIDESHOW **/
.slideshow													{ margin:0px; }
.slideshow-slides											{ padding:10px 0px; }
.slideshow .slideshow-slides .horiz-scroll-nav				{ height:60px; width:60px; margin-top:-30px; }
.slideshow .slideshow-slides .horiz-scroll-prev:after,
.slideshow .slideshow-slides .horiz-scroll-next:after		{ content:" " }
.slideshow-thumbs											{ display:none; }

.slideshow .slideshow-slides								{ background:#383836; border:none; }
.slideshow .slideshow-slides .horiz-scroll-nav				{ background-color:transparent; }
.slideshow .slideshow-slides .horiz-scroll-prev,
.slideshow .slideshow-slides .horiz-scroll-prev:hover		{ background:transparent url(icons/arrow-left.png) no-repeat 50% 50%; }
.slideshow .slideshow-slides .horiz-scroll-next,
.slideshow .slideshow-slides .horiz-scroll-next:hover		{ background:transparent url(icons/arrow-right.png) no-repeat 50% 50%; }



/** FULL SCREEN SLIDER **/
.full-screen-images											{ display:none; }
.full-screen .full-screen-images							{ display:block; }
.full-screen .header-wrapper,
.full-screen .property-page-wrapper,
.full-screen .footer-navigation,
.full-screen .footer-wrapper								{ display:none; }
.full-screen .close-fullscreen								{ position:absolute; top:10px; right:10px; cursor:pointer; z-index:999999; font-size:3em; }
.full-screen .jcarousel 									{ position:relative; overflow:hidden; }
.full-screen .jcarousel ul 									{ position:relative; list-style:none; margin:0; padding:0; }
.full-screen .jcarousel li 									{ float:left; text-align:center; }
.full-screen .jcarousel img									{ cursor:pointer; }
.full-screen .jcarousel-arrow								{ position:absolute; width:60px; height:80px; top:50%; margin:-40px 0px 0px 0px; }
.full-screen .jcarousel-prev								{ left:20px; }
.full-screen .jcarousel-next								{ right:20px; }

.full-screen .close-fullscreen								{ color:#FFFFFF; text-shadow:0px 0px 10px rgba(0,0,0,0.8); }
.full-screen,
.full-screen .full-screen-images,
.full-screen .jcarousel										{ background:#000000; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjNGM0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMzEzMTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #4c4c4c 0%, #131313 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(100%,#131313)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4c4c4c 0%,#131313 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4c4c4c 0%,#131313 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4c4c4c 0%,#131313 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4c4c4c 0%,#131313 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-8 */
}
.full-screen .jcarousel li img								{ -moz-box-shadow:0px 0px 40px 0px #000000;; -webkit-box-shadow:0px 0px 40px 0px #000000; box-shadow:0px 0px 40px 0px #000000; }
.full-screen .jcarousel-prev,
.full-screen .jcarousel-prev:hover							{ background:transparent url(icons/arrow-left.png) no-repeat 50% 50%; }
.full-screen .jcarousel-next,
.full-screen .jcarousel-next:hover							{ background:transparent url(icons/arrow-right.png) no-repeat 50% 50%; }



/** GENERAL **/
.property-content											{ padding:30px 0px; font-size:1.2em; }
.property-left												{ float:left; width:75%; }
.property-right												{ float:right; width:300px; }
.property-content h2										{ font-weight:600; }



/** ADDRESS BAR **/
.property-address-bar										{ padding:20px 0px; font-size:1.6em; }
.property-address-bar h1									{ text-transform:none; font-size:1em; }
.property-address-bar h1 .addr-line1						{ display:block; text-transform:uppercase; font-weight:600; font-size:1.3em; }
.property-address-bar .price								{ display:block; text-align:right; }
.property-address-bar .price span							{ display:inline-block; }
.property-address-bar .price .price-from					{ display:block; clear:both; }
.property-address-bar .price .price-value					{ font-weight:600; font-size:1.3em; }



/** LEFT COL **/
.listing-key-info,
.listing-units												{ padding:10px; margin:0px 0px 30px 0px; }
.listing-key-info .tbl-row									{ float:left; width:50%; }
.listing-key-info .tbl-row-cell								{ display:block; margin:0px 5px 0px 120px; }
.listing-key-info .tbl-row-cell.tbl-row-cell-heading		{ float:left; width:120px; margin:0px; font-weight:400; }
.listing-units .listing-units-cell-address					{ width:50%; }

.listing-key-info,
.listing-units												{ border:2px solid #383836; }
.listing-key-info .tbl .tbl-row .tbl-row-cell				{ border-bottom:none; }
.key-row-bg-colour th,
.key-row-bg-colour td										{ background:#EFEFEF; }



/** RIGHT COL **/
.property-content .listing-links .btn						{ margin:0px 0px 10px 0px; }
.property-content .listing-links .btn:after					{ content:" "; }
.property-content .property-enquiry							{ padding:10px; margin:30px 0px 0px 0px; }
.property-content .property-enquiry .title					{ margin:0px 0px 10px 0px; padding:0px 0px 10px 0px; }
.property-content .property-enquiry h2						{ font-size:1.5em; line-height:1.2em; font-weight:600; }

.property-content .property-enquiry							{ border:2px solid #383836; }
.property-content .property-enquiry .title					{ border-bottom:1px solid #CCCCCC; }



/** RESPONSIVE **/
@media screen and (max-width:1270px){

	.property-left									{ width:70%; }

}

@media screen and (max-width:1100px){
	
	.listing-key-info .tbl-row						{ float:none; width:100%; }
	.key-row-bg-colour								{ background:#EFEFEF; }
	
}

@media screen and (max-width:1080px){

	.property-left									{ width:65%; }

}

@media screen and (max-width:960px){
	
	.property-title .btn							{ float:none; }
	.property-title  .attributes					{ float:none; text-align:left; margin:10px 0px 0px 0px; }
	
}

@media screen and (max-width:920px){

	.property-left									{ width:60%; }

}

@media screen and (max-width:810px){

	.property-left,
	.property-right									{ float:none; width:100%; }
	.property-address-bar .price					{ text-align:left; border-top:1px solid #CCCCCC; margin:20px 0px 0px 0px; padding:20px 0px 0px 0px; }

}

@media screen and (max-width:660px){
	
	.property-title,
	.property-title .attributes						{ text-align:center; }
	.property-title  .attributes .brief,
	.property-title  .attributes .price				{ display:none; }
	.listing-key-info,
	.listing-units									{ font-size:1em; }

}



