/*
Johnston Dixon Website  - www.johnstondixon.com
Website by Brightfox - www.brightfox.com.au
*/

/* Hide Galleria Errors*/
.galleria-errors
  {
      visibility:hidden;
      display:none;
  }

/* IE8 Fixes */
.navbar-toggle { display: none;}
.header, .footer { display: none;}
.header.hideFlash, .footer.hideFlash, .bannerHolder.hideFlash, .featured.hideFlash, .intro.hideFlash, .quoteWrapper.hideFlash {
	-moz-opacity: 0;
	opacity:.0;
	filter: alpha(opacity=0);
}

.header.relative, .footer.relative { position: relative;top: auto; left: auto;}
/* Common Styles */
*
{
	padding: 0;
	margin: 0;
	font-family: Helvetica,"Lucida Grande",Arial,sans-serif;

}

html, body {
	height: 100%;
}

body {
	background: #000;
	font-family:  'Open Sans', sans-serif;
	color: #ffffff;
}

a {
	color: #428bca;
	cursor: pointer;
}

a:hover {
	color: #4ca0e8;
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	font-weight: 600;
	/*text-transform: uppercase;*/
}

h3, h4, h5 {
	margin: 20px 0 10px;
}

hr {
	border-top: 1px solid #ccc;
}

.noPaddingLeft {
	padding-left: 0;
}

.noPaddingRight {
	padding-right: 0;
}

.noPadding {
	padding: 0;
}

.wrapper
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px;
}

input, textarea, select {
	color: #4d4d4d;
}

.desktop-only {
	display: block;
}
.mobile-only {
	display: none;
}
/* Structural Elements */

.header .container {
	padding: 0;
}

.redText {
	color: #e11f32;
}
.platinumText {
	color: #999;
}


.redHeading, .move .contourPageName, .listyourproperty .contourPageName
{
	font-size: 14px !important;
	line-height: normal !important;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	margin: 20px 0 10px;
}

.listyourproperty .contourPageName {
	display: none;
}

.mainContent .container {
	background: rgba(0,0,0,0.6);
	margin-bottom: 20px;
}

/*  Effects */
.hoverShine {
	position: relative;
}
.hoverShine:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0%;
	height: 100%;
	background-color: rgba(255,255,255,0.4);
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.hoverShine:hover:after {
	width: 100%;
	background-color: rgba(255,255,255,0);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.hoverShine.slower:hover:after {
	width: 100%;
	background-color: rgba(255,255,255,0);
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}

/* Forms */
.contourMessageOnSubmit {
	background: green;
	height: 40px;
	line-height: 40px !important;
	text-align: center !important;
	color: #fff;
}

/* HEADER */

.header
{
	background: rgba(0,0,0,0.6);
	zoom: 1;
	margin: 0 auto;
	padding: 20px 0;
	width: 100%;
	z-index: 3000;
}

.logo
{
	display: inline-block;
}
.logo a {
	border: 0px;
}

.logo .printLogo {
	display: none;
}

.mainLogo {
	min-width: 280px;
}

.bx-pager
{
	display: none;
}

.bx-wrapper
{
	margin: 0 auto;
	z-index: 100;
}

.bx-wrapper, .bx-viewport {
	height: 200px;
}
.bx-wrapper .bx-viewport
{
	background: transparent;
	border:0;
	box-shadow: none;
	left: 0px;
}

.galleria-container.fullscreen {
	background: #000;
}
.galleria{
	height:500px;
}

.galleria-counter
{
	display: none !important;
}
.galleria-image img {
	left: 0 !important;
}

.galleria-images .galleria-image img{
    transform: translate(-50%,-50%) !important;
    left: 50% !important;
    top: 50% !important;
	width: auto !important;
    height: 100% !important;
    max-height: 100% !important;
    max-width: 100% !important;
}

.bodyImageWrapper
{
	display:block;
	width: 100%;
	margin: 0 auto;
}

.imageInner {
	height:300px;
	overflow: hidden;
	width:300px;
}

.listingGalleryPopup {
	display: none;
}


/* BREADCRUMBS */
.breadcrumb {
	padding: 0px 0px;
	margin-bottom: 10px;
	list-style: none;
	background: transparent;
	border-radius: 0px;
	padding-bottom: 10px;
}

.breadcrumb li:first-child a {
	text-transform: uppercase;
}

.breadcrumb a
{
	color: #999999;
}

.breadcrumb > .active
{
	color: #fff;
}


/* NAVIGATION */

.navigation
{
	width: 80%;
	margin: 0 auto;
	z-index: 1000;
}
.navbar {
	margin-bottom: 0;
	z-index: 1000;
}

.navbar-default {
	background-color: transparent !important;
	border-color: transparent !important;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:visited {
	font-weight: bold;
	color: #999999;
}
.navbar-default .navbar-nav > li > a:hover { /* .navbar-default .navbar-nav > li.current > a - Static state*/
	color: #ffffff;
	background: rgba(255,31,50,0.6);
}

/* Slightly hacky way of doing highlighted nav items for ember sections */
.leasing li.leasing > a, .sales li.sales > a, .houses li.sales > a, .apartments li.sales > a, .land li.sales > a, .riverfront li.sales > a, .onshow li.sales > a, .auction li.sales > a, .recentsales li.sales > a {
	/*background: rgba(255,31,50,0.6);*/
}

.nav {
	display: inline-block;
	padding-top: 15px; /* Padding instead of margin, because IE8 support*/
	color:#fff;
	text-transform:uppercase;
	padding-right: 10px;
	z-index: 1000;
}

.nav > li > a{
	width: 100%;
	padding: 10px 19px;
}

.nav a {
	display: inline-block !important;
	text-align: center;
	color:#fff;
}

.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background: rgba(255,31,50,0.6);
	color: #ffffff;
}

.dropdown-menu {
	width: 100%;
	min-width: 100%;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background: rgba(255,31,50,0.6);
	color: #ffffff;
}


.nav .open > a, .nav .open > a:hover, .nav .open > a:focus
{
	border-radius: 0;
	background: rgba(255,31,50,0.6);
}

.nav li li a{
	text-align: left;
	text-transform: capitalize;
	font-size: 90%;
	width: 100%;
}

.navbar-collapse li {
	width: 100%;
}

.navbar-collapse.in .nav, .navbar-collapse.in .nav li, .navbar-collapse.in .nav li a{
	width: 100%;
}

.dropdown-menu
{
	border:0;
	box-shadow: none;
	border-radius: 0;
	background: transparent;
	padding: 0px !important;
	margin: 0px !important;
	top: 40px;
}

.dropdown-menu li
{
	background: rgba(0,0,0,0.5);
	background: transparent url('/images/1px60percentblack.png') repeat scroll 0 0 !important;
	text-align: center;
}

.dropdown-menu > li > a
{
	padding: 10px 10px;
	white-space: normal;
}

.dropdown-menu > li > a, .dropdown-menu > li > a:active, .dropdown-menu > li > a:visited
{
	color: #fff !important;
}

.dropdown li a:hover .dropdown-menu li a
{
	display: block;
}

.dropdown-submenu {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	height: 38px;
	line-height: 38px;
	list-style-type: none;
	text-align: left;
}
.dropdown-submenu li {
	display: block;
	float: left;
	width: 85px !important;
}
.dropdown-submenu li a{
	height: 100%;
	margin: 0;
	padding: 0 10px;
}
.dropdown-submenu li a:hover{
	background: rgba(255,31,50,0.6);
}

.container-fluid > .navbar-collapse, .container-fluid
{
	padding: 0;
}
.navbar-brand
{
	display: none;
}

/* TEXTPAGE */

.textpageHeader
{
	height: 100%;
	min-height: 100%;
}

.textpageWrapper
{
	border-top: 1px solid #e11f32;
	padding-top: 20px;
	height: 100%;
	overflow: hidden;
}

/*.textpageWrapper h1
{
	display: none;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0px;
	font-family:  'Open Sans', sans-serif;
	text-transform: uppercase;
}*/

.textpage
{
	padding: 20px;
	background: none;
	border: solid 1px #333333;
	margin-bottom: 20px;
	margin-right: 50px;
	font-size: 90%;
	/*color: #fff;*/
}

.textpage .noMargin {
	margin-top: 0px !important;
	text-transform: none;
}

.textpage strong {
	display: block;
	/*font-size: 14px;*/
	/*color: #fff;*/
	font-weight: bold;
	/*margin: 20px 0 0;*/
}


.textpage a {
	color: #ffffff;
	text-decoration: underline;
}

.textpage p{
	/*color: #fff;*/
	/*font-size: 10pt;*/
	line-height: 20px;
	text-align: justify;
}

.textpage ul
{
	padding-left: 20px;
}

.textpage td
{
	padding: 10px 0;
}

.textpage tr
{
	border-top:1px solid #B3B3B3;
}

/*Page Specific */
.textpage .moveLocations strong{
	display: inline-block;
	font-size: 12px !important;
	margin: 0;
}

/* HOMEPAGE */

.mc-image {
	transition: opacity 3s ease-in-out !important;
}

.marquee {
	height: 85px;
	line-height: 85px;
	margin: 0;
	overflow: hidden;
}
.marquee div {
	height: 85px;
	margin: 0;
	overflow: hidden;
}
.marquee li {
	font-size: 14px;
	text-align: left;
	font-size: 14px;
	font-family: 'Noto Serif', serif !important;
	text-transform: none;
	font-style: italic;
	font-weight: normal;
	list-style-type: none;
}
.quoteContainer {
	display: block;
	position: relative;
	top: 0;
	right:58px;
	height: 85px;
	overflow: hidden;
}
.quoteWrapper {
    position: absolute;
    width: 100%;
    right: -120%;
    white-space: nowrap;
}
.quote h3 {
	position: absolute;
	right: 0;
	margin: 0;
	font-size: 14px;
	line-height: 85px;
	text-align: left;
	font-size: 14px;
	font-family: 'Noto Serif', serif !important;
	text-transform: none;
	font-style: italic;
	font-weight: normal;
}

.quoteCol{
	padding:0 0 0 0px;
}

/* LISTING ALERT HOMEPAGE */

.listingAlertContainer
{
	position: absolute;
	right: 10px;
	top: 0;
	width: 100%;
	height: 115px;
	display: none;
	cursor: pointer;
}

.listingAlertsHomepage
{
	float:right;
	display: block;
	text-align: center;
	background: rgba(0,0,0,0.5);
	background: #000;
	padding: 10px 10px 10px 10px;
	width: 300px;
	position: relative;
	height: 115px;
	color: #fff;
	cursor: pointer;
}

.listingAlertsHomepage h3 {
	margin: 0;
	font-size: 18px;
	position: absolute;
	top: 44px;
	right:30px;
	cursor: pointer;
}

.listingAlertsHomepage h2
{
	display: none;
	width: 80%;
	font-size: 11px;
	margin: 0;
	color: #fff;
	position: absolute;
	bottom: 18px;
	right:0px;
}

.listingAlertsHomepage img
{
	width: 50px;
}


/* MOVE MAG */
.bannerHolder {
	position: relative;
}

.scrollDown {
	display: none;
}

.banner
{
	background: rgba(0,0,0,0.5);
	width: 100%;
	z-index: 999;
	margin-left: 0;
	margin-right: 0;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#cc000000', endColorstr='#cc000000');
	height: auto;
	/*border-bottom: 40px solid #000;*/
}

.moveContainer
{
	position: absolute;
	right: -20px;
	top: 0;
	width: 100%;
	display: inline-block;
	height: 85px;
	z-index: 100;
	cursor: pointer;
}

.movemagText {
	display: block;
	position: relative;
	opacity:inherit;
	filter:inherit;
}

.movemag
{
	float:left;
	display: block;
	text-align: center;
	padding: 10px 10px 10px 10px;
	width: 300px;
	height: 85px;
	cursor: pointer;
}

.movemag h3
{
	display: none;
	color: #fff;
	margin: 0;
	font-size: 31px;
	position: absolute;
	top: 15px;
	left: 5px;
	cursor: pointer;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'baskerville';
	letter-spacing: 2px;
	z-index: 10000;
}

.movemag p
{
	display: none;
	color: #fff;
	margin: 0;
	font-size: 16px;
	position: absolute;
	top: 42px;
	left: 5px;
	cursor: pointer;
	font-weight: 300;
	text-transform: uppercase;
	font-family: 'baskerville';
	letter-spacing: 2px;
	z-index: 10000;
}

.movemag h2
{
	display: none;
	font-size: 11px;
	margin: 0;
	color: #fff;
	position: absolute;
	bottom: 18px;
	right:126px;
	text-align: center;
}

.movemagImage {
	bottom: 15px;
	left: 20px !important;
	-ms-transform: rotate(-15deg); /* IE 9 */
	-webkit-transform: rotate(-15deg); /* Chrome, Safari, Opera */
	transform: rotate(-15deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.9659258262890684, M12=0.25881904510252024, M21=-0.25881904510252024, M22=0.9659258262890684, SizingMethod='auto expand')";
	-webkit-box-shadow: -1px 2px 5px 2px rgba(0,0,0,0.5);
	box-shadow: -1px 2px 5px 2px rgba(0,0,0,0.5);
}

.movemag img
{
	vertical-align: top;
	max-height: 100px;
}

.moveButtons
{
	display: inline-block;
	background: #e11f32;
	padding: 11px 5px;
	color: #fff;
	width: 35%;
	text-align: center;
	margin: 10px 15px 10px 0;
}

.moveButtons:hover
{
	color: #fff;
}

.movemagImage:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0%;
	height: 100%;
	background-color: none;
	background-color: rgba(255,255,255,0.4);
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.movemagImage:hover:after {
	width: 120%;
	background-color: none;
	background-color: rgba(255,255,255,0);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.movemagImage
{
	position: absolute;
	left:20px;
}

.movemagImage
{
	display: inline-block;
}

.featured
{
	background: #000;
	padding: 20px 0 40px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	z-index: 1;
	font-family:  'Open Sans', sans-serif;
}

.featured .container, .intro .container {
	background: none;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.featured p
{
	font-size: 140%;
	padding-bottom: 10px;
	padding-top: 10px;
}

.homepageFeatured p
{
	color:#fff;
	font-size:100%;
	position: absolute;
	bottom:0;
	width: 100%;
	margin-bottom: 0;
	background: rgba(0,0,0,0.5);
	padding-top: 15px;
	display: none;
}

.intro
{
	background: #e4e4e4;
	color: #4d4d4d;
	padding:40px 0;
}
.intro strong {
	font-size: 24px;
}


#prevslide, #nextslide {
	display: none !important;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	opacity: 0;
	z-index: 2;
	width: 30px;
	height: 31px;
	padding: 10px;
}

#prevslide:hover, #nextslide:hover {
	opacity: 1;
}

#prevslide {
	left: 0;
	z-index: 200;
	background: #ffffff url("/images/homepage.slider.prevarrow.png") 50% 50% no-repeat;
}
#nextslide {
	right: 0;
	z-index: 200;
	background: #ffffff url("/images/homepage.slider.nextarrow.png") 50% 50% no-repeat;
}

/* NO LISTINGS */

.noResultsHold {
	margin-right: 0;
}

.noResults
{
	text-align: center;
}

.noResults p {
	margin: 0;
	font-size: 20px;
	padding: 50px;
}

/* LISTINGS GRID */

.listingsHeader
{
	display: none;
}

.listingItem {
	margin-bottom: 20px;
	border: solid 1px #333333;
	padding: 10px;
}

.listingImage {
	position: relative;
}
.listingImage .magnify{
	position: absolute;
	bottom: 10px;
	right: 10px;
	height: 20px;
	width: 20px;
	z-index: 10000;
	background: transparent url('/images/magnify.png') no-repeat;
}

.listingSuburb
{
	display: block;
}

.listingStreet
{
	display: block;
}

.listingDescription
{
	display: block;
	height: 110px;
	max-height: 110px;
}
.listingPrice
{
	padding: 0;
}
/*.auctionIndexView .listingPrice {
	display: none;
}
*/
.listingSummary{
	font-size: 13px;
	padding-bottom: 10px;
	text-align: justify;
}
.listingSummary p {
	max-height: 60px;
	margin: 0;
}

.listingSummary a {
	color: #6995de;
}
.listingType h4
{
	margin-bottom: 0;
}

.listingPrice h3
{
	margin-bottom: 0;
}

#viewDetails{
	background: transparent;
	padding: 10px 0px;
	color: #fff;
	text-align: left;
	border: 0;
	font-weight: bold;
	font-size: 14px;
}

.listingGridDetails
{
	display: table;
	padding: 0 15px 0 0;
	color: #fff;
}

.listingGridHolder {
	display: table-cell;
	vertical-align: middle;
}

.listingGridDetails .readon {
	font-weight: bold;
	color: #999999;
}
.listingGridDetails .readon:hover {
	font-weight: bold;
	color: #777777;
}
.listingGridDetails a
{
	color: #fff;
}
.listingGridDetails strong{
	font-size: 120%;
}

.listingGridDetails h3
{
	color: #e11f32;
	margin: 0;
	font-size: 18px !important;
	text-transform: none;
}
.listingSuburb h3{
	text-transform: uppercase;
}

.listingGridDetails h4 {
	text-transform: capitalize;
	margin: 5px  0 20px;
	font-size: 13px;
	font-weight: 200;
}
.listingLink
{
	display: block;
	background: #e11f32;
	padding: 11px 25px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin: 0 15px 15px;
	font-size: 16px;
}
.listingLink:hover, .listingLink:focus {
	color: #fff !important;
	text-decoration: none;
}


.listingLink.detailsLink {
	margin: 0 15px 15px;
}
.listingLink.mapLink {
	margin: 20px 15px 0px;
}

.listingDetailsSpecsDetails {
	padding: 0;
	color: #fff;
}

.bed, .bath, .car
{
	padding-right:15px;
}
.listingDetailsSpecsDetails .bedBathCar {
	text-align: center;
}
.listingDetailsSpecsDetails .bed, .listingDetailsSpecsDetails .bath, .listingDetailsSpecsDetails .car
{
	display: inline-block;
	font-size: 13px;
	padding-right:15px;
}
.listingDetailsSpecsDetails .car
{
	padding-right:0px;
}
.bed span, .bath span, .car span
{
	padding-right: 7px;
	font-weight: 300;
	display: inline-block;
}
.bed i, .bath i, .car i {
	display: block;
	width: 28px;
	height: 15px;
}
.listingTextarea .bed i, .listingTextarea .bath i, .listingTextarea .car i {
	display: inline-block;
}

.bed i {
	background: url('/images/icon.bed.svg') no-repeat;
}
.bath i {
	background: url('/images/icon.bath.svg') no-repeat;
}
.car i {
	background: url('/images/icon.car.svg') no-repeat;
}

#mapContainer {
	width: 700px;
	height: 450px;
	display: none;
}


.enlargeMap {
	width: 100%;
}

#listingMapContainer {
	width: 100% !important;
	height: 250px;
}

#enlargeMapView {
	background: #c0182c;
	color: #ffffff;
	padding: 5px 0;
	text-indent: 10px;
	cursor: pointer;
}

.fancybox-inner {
	overflow: hidden !important;
}

.pagination {
	display: none;
	text-align: center;
}
.pagination .page {
	display: inline-block;
	border: 1px solid #333333;
	padding: 2px 6px;
	cursor: pointer;
}
.pagination .page.active{
	background: #e11f32;
}

/* LISITNGS PAGE */

.listingActionContainer {
	padding: 5px 0;
	border-top: 1px solid #fff;
}

.emailFilter.subNode, .printPage.subNode {
display: block;
}

.email
{
	padding-right: 15px;
	display: inline-block;
	display: none; /* hidden until available */
}

.print
{
	display: inline-block;
}

.printIcon, .emailIcon, .floorplanIcon {
	display: inline-block;
	height: 25px;
	width: 25px;
	margin-right: 10px;

}
.printPage a span, .emailFilter span, .floorPlan a span {
	display: inline-block;
	text-transform: none;
}
.printIcon {
	background: url('/images/print.png') no-repeat;
}
.emailIcon {
	background: url('/images/email.png') no-repeat;
}
.floorplanIcon {
	background: url('/images/floorplan.png') no-repeat;
}
.printPage:hover .printIcon, .emailFilter:hover .emailIcon, #floorPlanPopup:hover .floorplanIcon{
	background-position: 0 -25px;
}

.listingGallery {
	position: relative !important;
	margin: 20px 0 30px;
}

.galleria-thumbnails-container {
	bottom: -10px;
}

.listingBack
{
	margin: 10px 0 0;
	color: #fff;
	border-bottom: 1px solid #333;
}


#bottomSection {
	border-top: 1px solid #333;
}

.listingDetails
{
	background: #fff;
	padding: 14px 20px;
	font-size: 16px;
	font-weight: bold;
}

.listingDescriptionIndividual {
	text-align: left;
	margin-right: 50px;
}
.listingDescriptionIndividual iframe {
	width: 100%;
	aspect-ratio: 16/9;
}

.listingData {
	position: relative;
}

.extraDetails {
	margin: 15px 0 0;
/*	font-size: 16px;
*/}
.extraDetails span {
	display: inline-block;
	min-width: 100px;
	font-weight: 300;
}
.extraDetails .featureList {
	margin-left: 20px;
}


.inspectionDetails {
	font-size: 18px !important;
	margin-bottom: 10px;
}

.listingDescriptionIndividual h1
{
	margin-top: 0;
}

.listingDescriptionIndividual h1
{
	display: block;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin: 0px 0 5px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}


.listingDescriptionIndividual h3
{
	display: block;
	font-size: 18px;
	margin-top: 0;
}

.floorPlan img {
	max-width: 100%;
	max-height: 100%;
}

.enlargeMap h3
{
	color:#c31624;
}

.viewProfile {
	margin-top: 31px;
}

.listingDetailsIndividual .listingStreet, .listingDetailsIndividual .listingSuburb
{
	display: inline-block;
}

.listingDetailsIndividual .listingSuburb
{
	text-transform: uppercase;
}

.listingSpecs
{
	display: table;
	width: 100%;
	font-size: 13px;
	text-align: left;
	margin-right: 0;
}

.listingSpecHolder {
	display: table-cell;
	vertical-align: middle;
}

.listingSpecs .listingCounts, .listingSpecs .listingAddress, .listingSpecs .listingPrice {
}

.listingTextarea .listingCounts {
	display: block;
	margin: 5px 0;
}
.listingTextarea .listingPrice {
	padding: 0;
}
.listingTextarea .listingPrice h3 {
	font-size: 16px;
	line-height: 23px;
	margin: 0 0 20px;
}

.listingAddress {
	display: inline-block;
}

.listingSpecs .bed, .listingSpecs .bath, .listingSpecs .car
{
	font-size: 16px;
}

.listingDetails span
{
	padding-left: 7px;
}

.listingDetailsContainer .bedroomsCount, .listingDetailsContainer .bathroomsCount, .listingDetailsContainer .carspacesCount
{
	display: inline-block;
}

.listingDetailsContainer .listingSaleDetails
{
	display: inline-block;
	padding-left: 20px;
	margin-top: 0;
}

.listingDetailsContainer .listingSaleDetails h3
{
	margin-top: 0;
}

.applyButton {
	display: none;
	position: absolute;
	right: 0;
	bottom: 3px;
	width: 70px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #e11f32;
	color: #fff;
	text-transform: uppercase;
}
.applyButton:hover, .applyButton:active, .applyButton:focus{
	text-decoration: none;
	color: #fff;
}


.st_email_large {
	display: block;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	margin: 0 0 1px 0;
	cursor: pointer;
}
.st_email_large .stLarge{
	display: none !important;
}

.actions
{
	float: right;
	padding-top: 6px;
}

.salesListingView .subNodesContainer
{
	text-align: right;
}

.salesListingView .subNodesContainer .subNode:first-child a
{
	border-top: 1px solid #fff;
}

.salesListingView .subNodesContainer .subNode a
{
	background: transparent;
	margin: 0;
	border-bottom: 1px solid #fff;
	color: #fff;
}

.salesListingView .subNodesContainer .subNode a:hover
{
	background: transparent;
}

.profile, .vcard
{
	background: #720411;
}
.vcard
{
	margin-left: 1px;
}
.profile:hover, .vcard:hover
{
	background: #720411;
}

.profile a, .vcard a{
	display: block;
	color: #fff;
}
.profile a div, .vcard a div{
	padding: 11px 0px;
}

.agentProfile:nth-of-type(odd){
	border-top: 0px !important;
	margin-top: -20px;
}

.agentProfile
{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}

.agentProfile a {
	color: #ffffff;
}

.agentProfilePicture img {
	width: 135px;
}

.agentProfilePicture img, .agentTitle div, .viewProfile a {
	display: none;
}
.listingTextarea
{
	margin-bottom: 20px;
	margin-top: 20px;
/*	color: #fff;*/
}

.listingTextarea .redHeading
{
	margin-top: 0;
}

.backToListing
{
	display: inline-block;
	margin: 5px 0 10px;
	color: #fff;
	font-size: 14px;
	text-align: right;
	cursor: pointer;
}

.redArrow
{
	padding-right: 10px;
}

.agentProfile
{
	text-align: left;
	color: #fff;
	font-size: 13px;
	padding: 18px 0;
}

.agentMobilePhoneNo, .agentMobilePhoneNo, .agentEmailAddress {
	font-size: 12px;
}

.agentEmailAddress a, .viewProfile a
{
	color: #ffffff;
}

.viewProfile{
	padding: 7px 10px;
	margin-right: 5px;
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
	background: #e11f32;
	color: #ffffff;
}

.viewProfile p
{
	margin: 0;
}

.listingDetailsContainer .subNodesContainer {
	margin: 0px;
}

.listingMap {
	margin: 20px 0;
}

.agentDisplayName > h4
{
	margin: 0;
}
.agentTitle {
	color: #e11f32;
	margin: 0 0 22px;
	font-size: 14px;
	font-weight: 600;
}

.propertyDetails
{
	background: #fff;
	text-align: center;
	padding: 10px;
	margin-top: 20px;
}

.propertyDetails h3
{
	color: #c0182c;
	margin-top: 0;
}

/* MOVE Signup */


.signupMagazineLink img {
	margin: 0 0 20px;
	max-width: 30%;
}
/* PRESS */

.viewPdfButton a
{
	display: block;
	background: #e11f32;
	padding: 11px 5px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.pressItem {
	padding: 0 0 20px 0;
	margin: 0 0 25px;
	border-bottom: 1px solid #666;
}
.pressItem:last-child {
	border-bottom: 0;
	margin: 0;
	padding: 0;
}

.pressItem:first-child {
	margin: 20px 0 25px;
}

.pdfTitle p {
	font-size: 100% !important;
}
.pdfTitle strong {
	display: inline;
	font-size: 12px;
	text-transform: none;
	font-weight: bold;
}

.tentantTitle p {
	display: inline-block;
	margin: 0 0 0 10px;
	vertical-align: bottom;
	text-decoration: underline;
	font-size: 14px !important;
}

/* TEAM */

.teamProfile
{
	background: #000;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #fff;
	padding: 20px 20px 0;
	border: 1px solid #333333;
}

.teamProfile hr {
	margin: 10px 0 20px;
	border-top: 1px solid #333333;
}

.teamProfile h2
{
	margin-top: 0;
	font-family:  'Open Sans', sans-serif;
	text-transform: uppercase;
	padding-top: 10px;
	font-size: 15px;
}

.teamProfile h4
{
	font-size: 12px;
}

.teamProfile h2 a
{
	color: #fff;
}

.teamDetails {
	padding: 15px 0 0;
	display: block;
	background: rgba(0,0,0,0.8);
	background: #000;
	text-align: left;
}

.teamDetails h2 {
	margin: 0;
	padding: 0;
	text-align: left;
}
.teamDetails h4 {
	color: #e11f32;
	margin: 10px 0 0;
	text-align: left;
	font-weight: bold;
}
.teamDetails a {
	word-wrap: break-word;
	text-decoration: none;
}

.teamProfile {
	position: relative;
}

.teamDetails .detailsWrapper {
	display: inline-block;
	margin: 10px 0 0;
}
.teamDetails .detailsWrapper a {
	word-wrap: break-word;
	text-decoration: underline;
}


.teamProfile .detailsWrapper h4 {
	font-size: 16px;
}

.teamLinks
{
	display: block;
	right: 40px;
	text-align: left;
}

.teamLinks a {
	width: 160px;
	padding: 11px 25px;
	font-size: 12px;
}

.teamLinks a:hover
{
	text-decoration: none;
	color:#fff;
}

.profileLink, .vcardLink
{
	display: inline-block;
	background: #e11f32;
	padding: 11px 25px;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
	text-decoration: none !important;
}

.vcardLink
{
	margin-left: -3px;
}

.profileEmail
{
	color: #c0182c;
}

.profileEmail:hover
{
	color: #c0182c;
}

/* AGENT PROFILE */

.teamLeft
{
	display: inline-block;
	vertical-align: top;
}

.teamAgentProfile img
{
	vertical-align: top;
}

.teamAgentProfile h2
{
	margin-top: 0;
	margin-bottom: 0;
}

.profileDetails
{
	display: inline-block;
}

.profileDetails h3
{
	margin-top:0;
}

.profileEmail
{
	color: #c0182c;
}

.profileOffice
{
	margin-bottom: 0;
}

.profileMobile
{
	margin-bottom: 15px;
}

.profileEmail:hover
{
	color: #c0182c;
}

.referencesLink, .profileVcardLink
{
	display: block;
	background: #e11f32;
	padding: 11px 35px;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}

.teamAgentProfile a:hover
{
	text-decoration: none;
	color:#fff;
}

.referenceDetails h5 > p
{
	font-size: 14px;
}

.referenceDetails h3
{
	margin-top: 0;
}

.referenceDetails div:last-child  hr
{
	display: none;
}


/* Sidebar */

.sideBar {
	margin-bottom: 20px;
}

.sideBar img
{
	display: block;
	max-width: 100%;
	height: auto;
}

/* MOVE Banner */

.sideBarMove
{
	margin: 20px 0;
}

.sideBarMove h1{
	background: #e11f32;
	color: #fff;
	font-family:  'baskerville', serif;
	margin: 0;
	padding:15px 0;
	text-align: center;
	font-weight: normal;
}

.sideBarMove a {
	display: block;
}

/* LISTING ALERTS BANNER */

.listingAlertsBanner
{
	position: relative;
	/*background: #e11f32;*/
	color: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.listingAlertsBanner.first {
	border-bottom: 0;
}

.listingAlertsBanner h3
{
	margin: 0;
	text-decoration: none;
	color: #ffffff;
	padding: 15px 10px 13px 10px;
	font-size: 18px;
	font-family:  'baskerville', serif;
	text-transform: uppercase;
	font-weight: normal;
}

.listingAlertsBanner p{
	color: #e11f32;
	padding: 10px 10px 13px 10px;
}

.listingAlertsBanner img
{
	display: inline-block;
	float: right;
	width: 9%;
	margin-top: -4px;
}

.sideMoveSignup
{
	margin-bottom: 20px;
}

.sideMoveSignup h3
{
	margin: 0;
	text-decoration: none;
	color: #ffffff;
	background: #e11f32;
	padding: 10px 10px 13px 10px;
	font-size: 20px;
	font-family:  'baskerville', serif;
	text-transform: uppercase;
	font-weight: normal;
}

.sideMoveSignup p{
	background: #fff;
	color: #000;
	padding: 10px 10px 13px 10px;
}

.sideMoveSignup img
{
	display: inline-block;
	float: right;
	width: 9%;
	margin-top: -12px;
}

.listingAlertsBanner a {
	display: block;
	z-index:100000000;
}

.listingAlertListings {
	margin: 0 0 15px;
}

.listingAlertListings h3
{
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 12px 15px 12px 15px;
	color: #fff;
	border: 1px solid #333333;
}

.listingAlertListings span {
	display: inline-block;
/*	float: left;
*/	font-weight: bold;
	font-family:  'baskerville', serif !important;
	color: #e11f32;
}

.listingAlertListings strong {
	font-size: 24px;
	font-family:  'baskerville', serif !important;
}

.listingAlertListings p{
	display: inline-block;
	margin: 0px 0 0 30px;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	font-family:  'baskerville', serif !important;
}



/* SUB PAGE CONTAINER */

.subNodesContainer
{
	font-family:  'Open Sans', sans-serif;
	text-transform: uppercase;
}

.subNodesContainer .currentNode
{
	padding: 10px;
	text-transform: uppercase;
	color: #fff;
	border-bottom: 1px solid #333333;
	font-weight: bold;
}

.subNodesContainer .currentNode a
{
	color: #fff;
	text-decoration: none;
}

.subNodesContainer .subNode a
{
	display: block;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	margin: 0 0 1px 0;
	cursor: pointer;
}

.subNodesContainer .subNode a:hover, .subNodesContainer .current a {
	color: #999999;
}
.subNodesContainer .subNode .st_email_large:hover {
	color: #999999;
}

hr.
IntroDivider {
	width: 75%;
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #333333;
	margin: 1em 0;
	padding: 0;
}

.blogPost {
	border-bottom: 1px solid #333333;
	padding: 20px 0;
}
.blogPost:first-child {
	margin: 0 0 20px !important;
}
.blogPost:last-child {
	border-bottom: none;
	margin: 20px 0 0;
}
.blogPost:last-child .readmore {
	margin: 10px 0 0;
}

.blogPost .postDetails {
	color: #999999;
	font-size: 12px;
	border-left: 1px solid #333333;
}
.blogPost .title {
	font-size: 14px;
	margin: 0;
}
.blogPost .title h4 {
	margin-top: 10px;
}
.blogPost .title a {
	color: #fff !important;
	text-decoration: none;
	text-transform: none;
}
.blogPost .author {
	color: #333;
}
.postContent {
	height: 20px;
}
.blogPost .readon {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.blogPost .readon:hover {
	font-weight: bold;
	color: #777777;
}
.blogPost.singlePost {
	margin: 0;
}
.blogPost.singlePost .postContent {
	height: auto !important;
}
.blogPost img {
	object-fit: contain;
	max-width: 100%;
}


/* Contact Us */

.Contact .textpage a, .contourIndicator
{
	color: #ffffff;
}

.contactLink
{
	display: block;
	width: 170px;
	background: #e11f32;
	padding: 11px 25px;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
	text-decoration: none !important;
	clear: both;
}

.contour
{
	padding: 0 !important;
}


#contour_form_Contact .contourPageName {
	display: none;
}
.contourPageName
{
	font-size: 24px;
	margin-top: 0px;
}

.contourFieldSet
{
	padding: 10px 0 0 0 !important;
	margin: 0 0 0 5px !important;
}
.contourField {
	padding-bottom: 10px;
}


/*	General Form Setup		*/
#contour input.text, #contour textarea, .contour input.text, .contour textarea, .contour select {
	color: #333333;
	background: #cccccc;
	border: 1px solid #cccccc;
	padding: 5px;
}
.contour label.fieldLabel {
	color: #999999;
	margin: 10px 10px 0 0;
	width: 220px !important;
}
.contour legend {
	color: #999999;
	width: 100%;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
.contour .checkbox label.fieldLabel {
	margin: 0;
}
.contour span.field-validation-error
{
	color: #c0182c !important;
	padding: 0px 5px 15px 0px;
	display: block;
}
.contourNavigation input[type="submit"]
{
	display: block;
	background: #e11f32;
	padding: 11px 35px;
	color: #fff;
	text-align: center;
	border:0;
}

.contourNavigation {
	border-top: 1px solid #333333;
}

#contour_form_ListYourProperty .contourNavigation{
	border-top: 0px;
	border-bottom: 1px solid #333333;
	padding-bottom: 20px;
}

.contourNavigation .requiredText {
	float: right;
	margin: 30px 0;
}
/* 	Form Specific Widths		*/
#contour_form_OffMarketSales .contourField {
}
#contour_form_OffMarketSales .contourField select{
	width: 150px;
}
#contour_form_OffMarketSales .contourField.preferredpurchasingpricerangemaximum label{
	display: none;
}

#contour_form_ListYourProperty .contourField {
}
#contour_form_ListYourProperty .contourField.estimatedpricerangemaximum label {
	display: none;
}
#contour_form_ListYourProperty .contourField select{
	width: 150px;
}

#contour_form_ListingAlerts .contourField.postcode input {
	width: 150px !important;
}

#contour_form_ListingAlerts .contourField select{
	width: 150px;
}
#contour_form_ListingAlerts legend{
	border-bottom: 1px solid #333333 !important;
}
#contour_form_ListingAlerts .contourFieldSet{
	margin-top: 20px !important;
}
#contour_form_ListingAlerts > .contourFieldSet{
	margin-top: 0px !important;
}
#contour_form_ListingAlerts .pleasealsosendmeweeklyupdatesofgeneralmarketactivity {
	margin-bottom: 40px;
}

#contour_form_ListingAlerts .contourField.preferredpricerangemaximum  label{
	display: none;
}
.contourField.checkbox {
	margin-left: 220px;
}
.contourField.checkbox label {
	width: 165px !important;
}
.contourField.pleasealsosendmeweeklyupdatesofgeneralmarketactivity  label {
	width: 280px !important;
}
.preferedpricerangeother  {
	display: none !important;
}
.estimatedpricerangeminimum label {
	content: "Estimated Price Range";
}
.preferedpricerangeother label {
	display: none !important;
}
.contourField.email {
	padding: 0px !important;
}


/* FOOTER */

.footer-holder
{
	width: 80%;
	margin: 0 auto;
	z-index: 1000;
}

.footer, .footerSpacer {
	height: 100px; /* .push must be the same height as .footer */
}

.footerLogo {
	color: #e5e4e2;
	margin: 25px 0 0;
}

.footer
{
	background: #000;
	color: #fff;
	height: 70px;
	margin-bottom:-70px;
}

.footer img
{
	display: inline-block;
	vertical-align: top;
}

.footerNav
{
	float: none;
	margin: 0;
	padding-top: 0px;
	text-align: right;
}

.footerNav .nav {
	padding-right: 0;
	margin-top: 0;
}

.nav-pills > li > a {
	border-radius: 0;
	padding: 10px 19px;
	color: #999999;
}

.footerNav > li > a:hover {
	background: transparent;
}

.copyRight
{
	background: #000;
	padding-top: 0px;
	text-align: center;
}


/* Page specific */
.page-ListingAlerts .listingAlertsBanner {
	display: none;
}

.eNews {
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
.eNews .heading {
	background: #000;
	color: #fff;
	padding: 10px;
}
.eNews .heading h4 {
	margin: 0;
}
.eNews .item {
	padding: 10px;
}


/* Listing Print Styles*/
@media print {
	.header {
		background: #fff !important;
	}

	.galleria-container {
		height: 500px !important;
		margin-bottom: -50px !important;
	}
	.galleria-thumbnails-container {
		display: none !important;
	}
	.listingTextarea {
		position: absolute;
		top: 0;
		left: 0;
		float:left;
		width: 70%;
	}
	#listingMapContainer {
		width: 20%;
	}
	.sideArea {
		position: absolute;
		top: 0;
		right: 0px;
		float: left;
		width: 500px;
	}
	.footer {
		display: none !important;
	}
	a[href]:after {
	   content:"" !important;
	}
}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
