/*
Compiled: 2019-03-01 00:29:16
Errors: None
*/

.externalButton {
	display:inline-block;
	height:25px;
	line-height:25px;
	text-align:center;
	border-radius:2px;
	min-width:70px;
	font-size:12px;
		
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.externalButton i, .externalButton:hover a, .externalButton:hover i {
	color:rgba(255, 255, 255, 1);
}

.externalButton a {
	color:rgba(255, 255, 255, 0.5);
}

.externalButton:last-child a .separator {
	display:none;
}.moduleSocial {
	float:left;
	clear:both;
	display:block;
	width:100%;
	min-height:55px;
	margin-top:15px;
}

ul.social-icons {
	padding:0px;
	margin:0px 0px 15px;
	list-style-type:none;
}
	
ul.social-icons li {
	width:auto;
	height:auto;
	margin-top:0px;
	margin-right:10px;
	margin-bottom:0px;
	margin-left:0px;
	float:left;
	text-indent: 0px;
}

ul.social-icons li a {
	float:left;
}
	
ul.social-icons li i {
	display:block;
	float:left;
	width:100%;
	height:100%;
	color:rgba(0, 0, 0, 1);
	font-size:30px;
}

ul.social-icons li i span {
	margin-left:10px;
	font-size:16px;
	font-weight:600;
	color:rgba(0, 0, 0, 1);
}

ul.social-icons li.circle .fa {
	width:50px !important;
	height:50px !important;
	line-height:50px;
	color: rgba(255, 255, 255, 1);
	background-color:transparent;
	border-radius:50% !important;
	margin-right:10px;
	float:none;
	text-align: center
}

.navbar.navbar-default .moduleSocial .social-icons li.square i  {
	background-color:rgba(255, 255, 255, 1);
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:rgba(205, 36, 43, 1);
	font-size:20px;
}

.navbar.navbar-default .moduleSocial .social-icons li.square i:hover {
	color:rgba(255, 255, 255, 1);
	background-color:rgba(0, 0, 0, 1);
}

	
/* SET DARK THEME */
	
.darkThemeFooter ul.social-icons li i {
	color:rgba(255, 255, 255, 1);
}

.darkThemeFooter ul.social-icons li i span {
	color:rgba(255, 255, 255, 1);
}	

/* SET LIGHT THEME */
.lightThemeFooter ul.social-icons li i {
	color:rgba(200, 200, 200, 1);
}

.lightThemeFooter ul.social-icons li i span {
	color:rgba(200, 200, 200, 1);
}


/* BURLEIGH TEMPLATE */
	.footer-content .moduleSocial .sub-section-height {
		color:rgba(255, 255, 255, 1);
		text-align:left;
	}

	.footer-content .social-icons li i {
		color:rgba(255, 255, 255, 1);
	}

#stafflist_header {
    background-color:rgba(0, 0, 0, 1);
    border-top:1px solid rgba(255, 255, 255, 0.35);
    min-height:100px;
    position:relative;
}

#stafflist_header > .row > .container {
    min-height: 100px;
    position: relative;
}

#stafflist_header > .row > .container .list-group {
    margin:0;
    position:absolute;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    width:100%;
}

#stafflist_header > .row .list-group > .list-group-item .agent_img {
    background-color:rgba(235, 235, 235, 1);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    border-radius:50%;
    height:80px;
    margin: 0 -15px;
    position:relative;
    width:80px;
}

#stafflist_header > .row .list-group-item{
    background-color:transparent;
    border-radius:0;
    border:0;
    color:rgba(255, 255, 255, 1);
    padding:0;
}

#stafflist_header > .row .list-group-item section {
    min-height:80px;
}

#stafflist_header > .row .list-group-item > b {
    font-size:24px;
}

#stafflist_header > .row .list-group-item > a {
    color:rgba(255, 255, 255, 1);
}

#stafflist_header > .row .list-group-item > span {
    color:rgba(245, 130, 32, 1);
    font-size:16px;
}a.moduleButtons {
	text-decoration:none !important;
}
	
.iconOverlay {
	position:static;
	padding:5px;
	float:left;
	background-color: rgba(255, 0, 0, 1);
	display:block;
	margin:39px 20px 30px 7px;
	color:rgba(255, 255, 255, 1);
	font-size:30px;
	font-weight:bold;
	text-align:center;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	box-shadow:1px 0px 2px 0px rgba(0, 0, 0, 0.25);
	border-top:1px solid rgba(255, 255, 255, 0.85);
	border-bottom:1px solid rgba(0, 0, 0, 0.35);
	
	/* animation */
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}
	
a.moduleButtons:hover .iconOverlay {
	background-color:rgba(0, 36, 69, 1);
}

.contentWrapper {
	height:95px;
	border-radius:10px;
	border:4px solid rgba(255, 255, 255, 1);
	margin:15px 0px 0px 10px;
	box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.35);
	
	background: rgb(240,240,240);
	background: -moz-linear-gradient(top,  rgba(240,240,240,1) 15%, rgba(225,225,225,1) 65%, rgba(210,210,210,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,rgba(240,240,240,1)), color-stop(65%,rgba(225,225,225,1)), color-stop(100%,rgba(210,210,210,1)));
	background: -webkit-linear-gradient(top,  rgba(240,240,240,1) 15%,rgba(225,225,225,1) 65%,rgba(210,210,210,1) 100%);
	background: -o-linear-gradient(top,  rgba(240,240,240,1) 15%,rgba(225,225,225,1) 65%,rgba(210,210,210,1) 100%);
	background: -ms-linear-gradient(top,  rgba(240,240,240,1) 15%,rgba(225,225,225,1) 65%,rgba(210,210,210,1) 100%);
	background: linear-gradient(to bottom,  rgba(240,240,240,1) 15%,rgba(225,225,225,1) 65%,rgba(210,210,210,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#c8c8c8',GradientType=0 );
	
	-webkit-transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;
	-ms-transition: background-color 0.5s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;
}
	
.contentWrapper h2 {
	text-transform:uppercase;
	text-align:left;
	font-weight:bold;
	color:rgba(100, 100, 100, 1);
	text-decoration:none;
	margin-bottom:0px;
}
	
.contentWrapper h5 {
	text-transform:uppercase;
	text-align:left;
	font-weight:500;
	color:rgba(135, 135, 135, 1);
	text-decoration:none;
	margin-top:0px;
}

@media (max-width:600px) {
	.iconOverlay {
		margin-right:10px;	
	}
	
	.contentWrapper h2 {
		font-size:26px;	
	}
	
	.contentWrapper h5 {
		font-size: 12px;	
	}
}
.siteMapWrapper ul#nav {
	border:1px solid red;
}

.siteMapWrapper .dropdown-menu {
	display:inline-block;
}	.propertyItem .thumbnail {
		overflow:hidden;
		position:relative;
	}

	.propertyItem .thumbnail .label {
		position: absolute;
		top: 0px;
		left: 15px;
		font-size: 15px;
		font-weight: bold;
		line-height: 40px;
		text-transform: uppercase;
		width: auto;
		min-height: 40px;
		padding: 0px 25px;
		color:rgba(255, 255, 255, 1);
		background-color: rgba(245, 72, 40, 0.9);
		border-radius: 0px;
	}

	.propertyItem .thumbnail .label.auction {
		line-height:normal;
		padding:5px 25px;
	}

	.propertyItem .thumbnail .label.auction small {
		font-weight:normal;
	}

	.propertyItem .thumbnail .labelAlternate {
		position: absolute;
		top: -20px;
		left: 40px;
		font-size: 15px;
		font-weight: bold;
		line-height: 40px;
		text-transform: uppercase;
		min-width: 50%;
		height: 40px;
		padding: 0px 25px;
		color: rgba(255, 255, 255, 1);
		background-color: rgba(245, 72, 40, 0.9);
		border-radius: 0px;
		transform: rotate(-45deg) translate(-50%, -50%);
		-webkit-transform: rotate(-45deg) translate(-50%, -50%);
		transform-origin: center;
	}

	.propertyItem .thumbnail .imgWrapper {
		width:100%;
		height:0px;
		padding-bottom:66%;
		overflow:hidden;
	}

	.propertyItem .caption {
		width:100%;
	}

	.propertyItem .officeName {
		background-color:rgba(245, 72, 40, 1);
		height:35px;
		position:relative;
		text-align: center;
	}

	.propertyItem .officeName h5 {
		color:rgba(255, 255, 255, 1);
		left:15px;
		margin:0;
		position:absolute;
		right:15px;
		top:50%;
		transform:translateY(-50%);
		-webkit-transform:translateY(-50%);
	}

	.propertyItem .thumbnail .contentTop,
	.propertyItem .thumbnail .contentBottom {
		clear:left;
		display:block;
		float:left;
		position:relative;
		width:100%;
	}
	
	.propertyItem .thumbnail .contentTop h3 {
		color:rgba(245, 72, 40, 1);
		font-size:22px;
		min-height:55px;
	}
	
	.propertyItem .thumbnail .contentTop h3:nth-child(2) {
		color:rgba(100, 100, 100, 1);
		margin-top:0px;
		min-height:55px;
	}
	
	.propertyItem .thumbnail .contentTop .BBCContent {
		float: none;
		display: inline-block;
		margin: 0 auto 15px;
		position: relative;
	}

	.propertyItem .thumbnail .contentTop .BBCContent .bbcIcon {
		display: inline-block;
		float: left;
		height: 35px;
		width: 35px;
		position: relative;
		margin-right: 5px;
	}
	
	.propertyItem .thumbnail .contentTop .BBCContent .bbcIcon svg {
		height:35px;
		position:relative;
		width:35px;
	}
	
	.propertyItem .thumbnail .contentTop .BBCContent h4 {
		display: inline-block;
		float: left;
		margin: 0 10px 0 0;
		line-height: 35px;
		position: relative;
	}

	.propertyItem .thumbnail .contentTop .bbc {
		height: 40px;
	}
	
	.propertyItem .thumbnail .contentTop p {
		color:rgba(100, 100, 100, 1);
		min-height:50px;
	}

	.propertyItem .thumbnail .contentBottom .inspections {
		width:100%;
		color:rgba(51, 51, 51, 1);
	}

	.propertyItem .thumbnail .contentBottom .property-agents {
		width:100%;
		min-height:75px;	
		margin-bottom:10px;
		color:rgba(51, 51, 51, 1);
	}
	
	.propertyItem .thumbnail .contentBottom .agentDetails {
		margin-bottom:0px;	
	}
	
	.propertyItem .thumbnail .contentBottom .agentDetails span {
		margin:0px 5px;
	}

	.propertyItem .contentBottom .book-inspection {
		color:rgba(255, 255, 255, 1);
	}.auction p span {
	display: inline-block;
	font-weight: bold;
	width: 80px;
}



/* LISTINGS WITH MAP TABBED MAP VIEW */

.floatLeft {
	float:left;
}

.paddingNone {
	padding:0px;
}

.tab-v2 .tab-content {
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
}

.tab-v2 .tab-content {
	padding:0px;
}

.tab-v2 .tab-content li {
	float:left;
	clear:none;
}

.tab-v2 .tab-content .pagination {
	min-height:76px;
}

.tab-v2 .tab-content #filter  {
	margin-bottom:20px;
}

.tab-v2 .nav-tabs, .tab-v2 .nav-tabs>li a {
	border-bottom: 1px solid rgba(5,85,162,1);
}

.tab-v2 .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	background-color:rgba(5,85,162,1);
	color:#fff;
}

.fullScreen {
	width:100%;
	height:100%;
	float:left;
	overflow:hidden;
}


/* START LISTINGS ON A MAP */

#properties-on-map{
    width:100%;
    height:500px;
}

#mapView{max-height:1200px;} 
select{/* just to remove arrows in firefox*/
    -moz-appearance: none;
    text-indent: 0.01px;
	text-overflow: '';	
}
<!-- START PAGINATION -->


.paginationHolder {
	float:left;
	margin-bottom:20px;
}

.paginationHolder .pagination {
	border:0px;
}

.paginationHolder .pagination > li.page.current a {
	color:rgba(255,255,255,1);	
	border-color:rgba(0,0,0,0.75);	
    background-color:rgba(0,0,0,0.75);
	
	font-weight:bold;
}

.paginationHolder .pagination > li > a {
	position:relative;
	width: 35px;
	height: 35px;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;  
    border-radius: 5px;
	border-color:rgba(0,0,0,0.15);
    background-color:rgba(0,0,0,0.05);
	color:rgba(0,0,0,0.85);
	
	margin-right:5px;
	margin-bottom:5px;
	padding:0px;
	
	line-height: 35px;
	text-align:center;
	
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.paginationHolder .pagination > li.page a:hover {
	color:rgba(255,255,255,1);	
	border-color:rgba(0,0,0,0.75);	
    background-color:rgba(0,0,0,0.75);
}

.paginationHolder .pagination > li.prev > a,
.paginationHolder .pagination > li.next > a {
	border-color:rgba(0,0,0,0);
    background-color:rgba(0,0,0,0);
	color:rgba(0,0,0,0.75);
	
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.paginationHolder .pagination > li.prev > a:hover,
.paginationHolder .pagination > li.next > a:hover {
	color:rgba(255,255,255,1);	
	border-color:rgba(0,0,0,0.75);	
    background-color:rgba(0,0,0,0.75);
}

.paginationHolder .pagination > li > a > i {
	line-height:30px;
}

.paginationHolder .paginationMessage p {
	height:35px;
	margin:0px;
	
	text-align:right;
	line-height:40px;
}



/* SET DARK THEME */

.paginationHolder.darkThemePagination .pagination > li.page.current a {
	color:rgba(255,255,255,1);	
	border-color:rgba(0,0,0,0.75);	
    background-color:rgba(0,0,0,0.75);
	
	font-weight:bold;
}

.paginationHolder.darkThemePagination .pagination > li > a {
	position:relative;
	width: 35px;
	height: 35px;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;  
    border-radius: 5px;
	border-color:rgba(0,0,0,0.15);
    background-color:rgba(0,0,0,0.05);
	
	margin-right:5px;
	padding:0px;
	
	line-height: 35px;
	text-align:center;
	color:rgba(0,0,0,0.25);
	
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.paginationHolder.darkThemePagination .pagination > li.page a:hover {
	color:rgba(255,255,255,1);	
	border-color:rgba(0,0,0,0.75);	
    background-color:rgba(0,0,0,0.75);
}

.paginationHolder.darkThemePagination .pagination > li.prev > a,
.paginationHolder.darkThemePagination .pagination > li.next > a {
	border-color:rgba(0,0,0,0);
    background-color:rgba(0,0,0,0);
	color:rgba(0,0,0,0.75);
	
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.paginationHolder.darkThemePagination .pagination > li.prev > a:hover,
.paginationHolder.darkThemePagination .pagination > li.next > a:hover {
	color:rgba(255,255,255,1);	
	border-color:rgba(0,0,0,0.75);	
    background-color:rgba(0,0,0,0.75);
}

.paginationHolder.darkThemePagination .pagination > li > a > i {
	line-height:30px;
}


blockquote .BBC{
	margin-left:15px;
}
.BBC .dl-horizontal {
	width:auto;
	display:inline-block;
	margin-top:0px;
}

.BBC .dl-horizontal dt {
	width:auto;
	text-align:left;
	display:inline-block;
	margin-right:5px;
}

.BBC .dl-horizontal img {
	max-width:20px;
	opacity: 0.6;
}

.BBC .dl-horizontal dd {
	width:auto;
	text-align:left;
	display:inline-block;
	margin:0px 10px 0px 0px;
}

.BBC .dl-horizontal dd h3 {
	font-size:20px;
	display:inline-block;
	margin:0px;
	color:#666666;
}

.BBC h3.bbcStudio {
	font-size:20px;
	display:inline-block;
	text-align:right;
	float:right;
	margin-top:0px;
}
.PropertyDetailContainer .tag-box-v1 {
	margin-top:15px;
}

.embed-responsive .embed-responsive-item, 
.embed-responsive embed, .embed-responsive iframe, 
.embed-responsive object, .embed-responsive video {
position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}

.embed-responsive-16by9 {
	padding-bottom:56.25%
}

.embed-responsive-4by3 {
	padding-bottom:66%;
}

/*

.propertyVideo iframe {
	width:100%;
	min-height:466px;
}

.tag-box-v1.borderNone {
	border: none;
	box-shadow: none;	
}
	
@media (min-width:992px) {
	.tag-box.tag-box-v1 > iframe {
		height:477px;
		width:100%;
	}
}
	
	
@media (max-width:991px) {
	.tag-box.tag-box-v1 > iframe {
		height:327px;
		width:100%;
	}
}
	
@media (max-width:768px) {
	.tag-box.tag-box-v1 > iframe {
		height:253px;
		width:100%;
	}
}
	
@media (max-width:600px) {
	.tag-box.tag-box-v1 > iframe {
		height:198px;
		width:100%;
	}
}

*//* SET PROPERTY MAP HEIGHT */

#property-map {
	float:left;
	height: 450px;
	position:relative;
	width:100%;
}

.property-map {
	width: 100%;
	height: 300px;
}

.property-map h3 {
	margin: 0 0 1px 0;
}	@media screen and (min-width:320px){
		.staffListContainer {
			margin-bottom:30px;
		}
		
		.staffListContainer .thumbnail-style {
			background-color:rgba(255, 255, 255, 1);
			height:0;
			overflow:hidden;
			padding-bottom:125%;
			position:relative;
		}
		
		.staffListContainer .thumbnail-style img {
			height:auto;
			left:50%;
			position:absolute;
			top:50%;
			transform:translate(-50%, -50%);
			-webkit-transform:translate(-50%, -50%);
			width:100%;
		}
		
		.staffListContainer .contentWrapper {
			border:0;
			border-radius:0;
			float:left;
			min-height:400px;
			margin:0;
			overflow: hidden;
			padding:15px;
			position:relative;
			width:100%;
		}
		
		.staffListContainer .contentWrapper h3 {
			min-height: 66px;
			font-size:20px;
		}

		.staffListContainer .contentWrapper h3 a {
			display: block;
		}
		
		.staffListContainer .contentWrapper .contactMethods ul {
			min-height:70px;
		}
		
		.staffListContainer .contentWrapper ul li.list-unstyled span {
			display:block;
		}

		.staffListContainer .contentWrapper ul,
		.staffListContainer .contentWrapper p {
			clear:left;
			float:left;
			margin:0 0 10px;
			position:relative;
			width:100%;
		}
		
		.staffListContainer .contentWrapper .team-socail {
			bottom:60px;
			margin:10px 0;
			position:absolute;
		}
		
		.staffListContainer .contentWrapper a.completeProfile {
			padding: 10px 0px;
			display: block;
			color: rgba(255, 255, 255, 1);
			background: rgba(57, 181, 74, 1);
			text-align: center;
			font-size: 1.15em;
			position: absolute;
			width: 90%;
			bottom: 15px;
			margin-bottom: 0px;
			left:50%;
			transform:translateX(-50%);
		}

		.staffListContainer .contentWrapper a.completeProfile:hover {
			padding:10px 0px;
			display:block;
			color:rgba(255,255,255,1);
			background:rgba(0,0,0,0.65);
			text-align:center;
			font-size:1.15em;

		}

	}h2.name {
		color:rgba(57,181,74,1);
		margin-left:15px;
	}
	
	h5.smalltitle.position {
		margin-left:15px;
	}
	
	h5.smalltitle.position span {
		font-weight:normal;
		font-size:1.25em;
		text-transform:capitalize;
		letter-spacing:-0.25pt;
		margin-bottom:2px;
	}
	
	a.btnLink {
		min-width: 15%;
		height: 40px;
		padding: 0px 10px;
		margin: 20px 10px 0px 0px;
		background: rgba(57,181,74,1);
		border: none;
		color: rgba(255,255,255,1);
		text-align: center;
		text-transform: uppercase;
		line-height: 40px;
		cursor: pointer;
		float: left;
		font-family: helvetica;
		font-size: 14px;
		font-weight: normal;
		text-decoration: none;
		display: inline-block;
	}
	
	a.btnLink:hover {
		background:rgba(75,75,75,1);
		color:rgba(255,255,255,1);
	}
	
	#accordion div.active p {
		min-height: 250px;
	}
	
	#accordion div.active p, #accordion div h4 {
		float:left;
		width:100%;
	}



@media (max-width: 991px) {

	a.btnLink {
		font-size:0.85em;	
	}
	
	#accordion div.active p {
		font-size:1.10em !important;
		font-weight:300 !important;
	}
}




@media (max-width: 600px) {

	.about-article {
		margin-bottom:10%;
	}
	
	#accordion div.active p, #accordion div h4 {
		float:left;
		width:100%;
	}
	
	a.btnLink {
		float:left;
		clear:left;
		margin-bottom:10px;
		width:100%;
	}

}

.row h2.contentHeading {
	margin-left:15px;
}
.cbp-qtrotator .smalltitle.topspace30 span {
	color: #666666!important;
}


@media (max-width: 991px) {

	.row h2.contentHeading {
		text-align:center;
	}
}
.cbp-qtrotator {
	max-width:1050px !important;
	min-height: 490px !important;
	margin:40px auto;
	float:left;
}

.cbp-qtrotator .smalltitle.topspace30 span {
	color:rgba(57,181,74,1);
}

blockquote .imgWrapper {
	position:relative;
	height:0;
	overflow:hidden;
	padding-bottom:33%;
}

.circle {
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	border-radius: 50%;
	border:6pt solid rgba(255,255,255,1);
	-webkit-box-shadow: 0 0 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0 0 15px 0px rgba(0,0,0,0.25);
	display:block;
	float:none !important;
	overflow:hidden;
	position:absolute;
	top:5px;
	right:5px;
	bottom:5px;
	left:5px;
}

.circle img {
	height:105%;
	position:relative;
	left:50%;
	transform:translateX(-50%);
	
}


		
.cbp-qtrotator .smalltitle {
		text-align:left;
}

.cbp-qtrotator blockquote p {
	text-align:left;
}

.cbp-qtrotator blockquote footer::before {
	display:none;
}


footer .col-md-9.col-sm-12.col-xs-12 {
	display:block;
}

footer .testimonialAuthor:before {
	content:'― ';
	font-size:1.2em;
}

footer .testimonialVidContainer {
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 56.25%;
	position: relative;
}

footer .testimonialVidContainer iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top:0;
	width: 100%;
}

@media (min-width: 991px) {
	footer .testimonialVidContainer {
		padding-bottom: 32.25%;
	}
}

@media (max-width: 991px) {

	.cbp-qtrotator h2.contentHeading {
		color:rgba(57,181,74,1);
		text-align:center;
	}
	
	.cbp-qtrotator .smalltitle {
		text-align:center;
	}
		
	.cbp-qtrotator blockquote p {
		text-align:center;
		font-weight:300 !important;
	}
		
	.circle {
		display:none;
	}
	
	footer .col-md-9.col-sm-12.col-xs-12 {
		display:none;
	}

}

@media (max-width: 600px) {

	.cbp-qtrotator blockquote p {
		font-size:2em !important;
	}
}

.buildingListItem {
	min-height:500px;
	margin:10px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25); 
	padding:15px;
}


.buildingListItem h3.buildListingSuburb {
	font-weight:bold;
	margin-top:10px;
	margin-bottom:0px;
	min-height:30px;
}

.buildingListItem .buildListingAddress {
	margin-top:5px;
}

.buildingListItem .buildListContent {
	margin-top:15px;
}

.buildingListItem .buttonHolder {
	width:35%;
	
	position:absolute;
	bottom:25px;
	right:20px;
}

.buildingListItem a.moreInfo {
	background-color:rgba(0, 0, 0, 1);
	color:rgba(255, 255, 255, 1);
	
	clear: both;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:0px;

	display: inline-block !important;
	height: 40px;
	margin: 0px;    

	position: relative;
	text-decoration: none;
	text-align:center;
	line-height:40px;

	width: 100%;
	cursor: pointer;

	-webkit-transition: all 0.5s ease-in-out !important;
	-moz-transition: all 0.5s ease-in-out !important;
	-ms-transition: all 0.5s ease-in-out !important;
	-o-transition: all 0.5s ease-in-out !important;
	transition: all 0.5s ease-in-out !important;
}

.buildingListItem a.moreInfo:hover {
	background-color:rgba(150, 150, 150, 1);
	color:rgba(255, 255, 255, 1);
}





.building-detail h4.buildingTitle {
	color:rgba(0, 0, 0, 1);
	text-transform:capitalize;
	margin-left:15px;
	display:none;
}

.building-detail h1.buildingAddress {
	color:rgba(51, 51, 51, 1);
	text-transform:capitalize;
	margin-left:15px;
	margin-bottom:30px;
}

#myCarousel.buildingDetail {
	margin-bottom:40px;
	padding:15px;
	border:1px solid rgba(0, 0, 0, 0.25);
	box-shadow:0px 0px 5px 0px rgba(0, 0 ,0, 0.15);
}

.backLink {
	margin:40px 0px 0px 0px;
}/* GOOGLE MAPS POPUP WINDOW */


#popupbox {
	/*top:15px;
	left:15px;
	bottom:15px;
	right:0px;
	overflow:hidden;*/
	float:left;
	
	position:relative;
}

#popupbox div img {
	width:50%;
	margin:0px;
}

#popupbox .info {
	position:relative;
	background:rgba(255,255,255,1);
	width:50%;
	float:left;
	padding:10px 5px 5px 5px;
}

#popupbox .info h3 {
	font-size:15px;
	font-weight:600;
	color:#0066b2;
	text-transform:capitalize;
	margin:0px;
}

#popupbox .info h4 {
	font-size:12px;
	font-weight:600;
	color:#666;
	text-transform:Lowercase;
	margin:5px 0px 10px;
	line-height:0.9em;
}

#popupbox .info ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

#popupbox .info li {
	float:left;
	margin-right:10px;
	padding:0px 10px 0px 0px;
	border-right: 1px solid #ccc;
	font-weight:600;
	color:#666
}

#popupbox .info li span {
    width: 24px;
    height: 24px;
    float: left;
    text-indent: -3333px;
    margin-right: 5px;
}

#popupbox .bbc li.bedrooms span {
	background: url(/t/_common/images/BBC/bedrooms.svg) no-repeat center;
}

#popupbox .bbc li.bathrooms span {
	background: url(/t/_common/images/BBC/bathrooms.svg) no-repeat center;
}

#popupbox .bbc li.carspaces span {
	background: url(/t/_common/images/BBC/carspaces.svg) no-repeat center;
}


/* OVERRIDING INLINE STYLES */

#map_canvas > div > div > div > div:nth-child(3) > div:nth-child(3) > div > div > div:nth-child(2) {
	width:auto !important;
}

#map_canvas > div > div > div > div:nth-child(3) > div:nth-child(3) > div {
	width:345px !important;
}

#map_canvas > div > div > div > div:nth-child(3) > div:nth-child(3) > div > div:nth-child(3) {	
	right:15px !important;
	top:15px !important;
}

#map_canvas > div > div > div > div:nth-child(3) > div:nth-child(3) > div > div > div:nth-child(4) {
	width:343px !important;
	height:330px !important;
	padding:10px !important;
	top:0px;
	left:0px;
	
	position:relative !important;
	margin:0px auto !important;
	/*background-color:yellow !important;
	height:320px !important;*/
}

#map_canvas > div > div > div > div:nth-child(3) > div:nth-child(3) > div > div:nth-child(2) {
	width:325px !important;
	height:auto !important;
	top:10px !important;
	left:10px !important;
}

#map_canvas > div > div > div > div:nth-child(3) > div:nth-child(3) > div > div:nth-child(3) img {
}/* BLOG */
.blog {
	float: left;
	margin: 15px 0;
}

.blog .blogListLeft img {
	max-width: none;
	width: 100% !important;
}

.blog .blogListRight h2 {
	margin-left: 0;
}

.blog .icon-calendar {
	margin-right: 5px;
}

.pageType_7100 .contentHeading {
	display:none;
}

.pageType_7100 {
	margin-top:30px !important;
}
.blogback {
	margin-left: 15px;
}

.blog-detail h2 {
	margin-left: 0;
}

.blog-detail .style1,
.blog-detail .style2 {
	display: block;
	max-width: 100%;
	height: auto;
}

.blog-detail .style2 {
	margin: 0 auto;
}.footerQuickLinks ul {
	margin-left: 18px;
}

.footerQuickLinks a {
	color: inherit;
}

.footerQuickLinks a:hover {
	color: rgba(255, 255, 255, 0.5);
}