strong {
	font-weight: 700;
	color: #3dc1ce;
}

body {
	position: relative;
	background-color: white;
	font-size: 16px;
	font-weight: 500;
	font-family: Open Sans;
	height: auto;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

p {
	font-size: 16px;
	color: #323232;
	text-rendering: optimizeLegibility;
	margin-bottom: 15px;
}

a {
	font-size: inherit;
	color: #3dc1ce;
	transition: all 250ms;
	text-decoration: none;
	cursor: pointer;
	outline: 0;
}

a:hover {
	color: #00a0b0;
	text-decoration: none;
	outline: 0;
}

a:focus {
	color: #00a0b0;
	text-decoration: none;
	outline: 0;
}

button:focus {
	box-shadow: none !important;
}

textarea {
	resize: none;
}

/** Bootstrap Styles Modded **/

.row {
	margin-left: 0px;
	margin-right: 0px;
	overflow-x: auto;
}

label {
	text-align: left;
}

.btn {
	margin-top: 0px;
	text-align: center;
	transition: all 200ms;
	box-shadow: none;
	border: none;
}

.form-horizontal .control-label {
	width: 100%;
	letter-spacing: .75px;
	font-weight: 500;
}

.form-horizontal .form-group {
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0 10px;
}

.form-control {
	font-size: 16px;
}

textarea.form-control {
	padding: 12px 12px;
}

.formGroupGap {
	margin-bottom: 35px;
}

.form-tips {
	display: block;
	padding: 5px 0 0 0;
	margin-bottom: 0px;
	font-style: italic;
	color: #325053;
	cursor: default;
}

/** Showcase Public Pages **/

.navbar {
	margin-bottom: 0;
	border: 0px;
}

.navbar-brand {
	height: auto;
	padding: 28px 0px 22px;
	margin: 0 !important;
}

.nav-main {
	position: relative;
	width: 100%;
}

.navbar-nav li > a {
	background: transparent;
	transition: all 200ms;
}

.navbar-nav li:last-child > a {
	padding-right: 0px;
}

.navbar-nav li > a:hover {
	color: #377379;
	background-color: transparent;
}

.navbar-nav li > a:focus {
	color: #264143;
	background-color: transparent;
}

.navbar-nav li > a .caret {
	margin-left: 5px;
}

.navbar-nav li.open > a {
	background-color: transparent !important;
}

.navbar-nav > li > .dropdown-menu {
	min-width: auto;
	padding: 5px 5px;
	border: none;
	border-radius: 0;
}

.navbar-nav > li > .dropdown-menu li {
	padding: 10px 15px;
	transition: all 200ms;
	white-space: nowrap;
}

.navbar-nav > li > .dropdown-menu li a {
	padding: 0;
}

@media only screen and (min-width: 768px) {
	.navbar .container { position: relative; }
	.navbar-left,
	.navbar-right { top: 50%; position: absolute; transform: translateY(-50%); }
	.navbar-left { left: 0px; }
	.navbar-right { margin-right: 0px; right: 0px; }
}

.nav-before {
	min-height: 0;
	background-color: #3dc1ce;
	color: white;
	font-size: 12px;
	line-height: 30px;
	letter-spacing: 1px;
	overflow: auto;
}

.nav-before .nav-column {
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.nav-before .nav-column-left {
	float: left;
}

.nav-before .nav-column-right {
	float: right;
}

.nav-before .nav-column-right a {
	font-size: 12px;
	color: white;
}

.nav-before ul.nav-column li {
	display: inline-block;
	padding: 0 5px;
}

.nav-before ul.nav-column li:last-child {
	padding-right: 0;
}

.header-2 .navbar-header {
	display: block;
	text-align: center;
	float: none;
}

.header-2 .navbar-header a {
	display: inline-block;
	padding: 20px 0 10px;
	float: none;
}

.header-2 .navbar-nav {
	display: block;
	float: none;
	text-align: center;
	width: 100%;
}

.header-2 .navbar-nav > li {
	float: none;
	display: inline-block;
}

.header-2 .navbar-nav > li > a {
	padding: 5px 15px 15px;
	border: none;
}

.nav-mobile-social {
	width: 100%;
	padding: 0 10px;
}

.nav-mobile-social ul {
	width: 100%;
	margin: 0;
	padding: 10px 0 10px;
	list-style-type: none;
	text-align: center;
}

.nav-mobile-social ul li {
	padding: 0;
	margin: 0 10px;
	display: inline-block;
}

#mobileMenu {
	position: absolute;
	top: 25px;
	right: 30px;
	cursor: pointer;
	z-index: 2;
}

.btn {
	outline: none !important;
}

.hero {
	overflow: auto;
	position: relative;
	height: 75vh;
	min-height: 650px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.heroTitles {
	position: absolute;
	width: 100%;
	padding: 0 35px;
	z-index: 2;
}

.heroTitles.topleft,
.heroTitles.topcenter,
.heroTitles.topright {
	top: 50px;
}

.heroTitles.middleleft,
.heroTitles.middlecenter,
.heroTitles.middleright {
	top: 50%;
	transform: translateY(-50%);
}

.heroTitles.bottomleft,
.heroTitles.bottomcenter,
.heroTitles.bottomright {
	bottom: 50px;
}

.heroTitles.topcenter .titleBox,
.heroTitles.middlecenter .titleBox,
.heroTitles.bottomcenter .titleBox {
	left: 50%;
	transform: translateX(-50%);
}

.heroTitles.topright .titleBox,
.heroTitles.middleright .titleBox,
.heroTitles.bottomright .titleBox {
	float: right;
}

.heroTitles .titleBox {
	padding: 50px;
	background-color: rgba(0,0,0,0.5);
}

.heroTitles hr {
	display: inline-block;
	width: 70px;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 15px;
	border-color: white;
	border-width: 5px;
}

.heroTitles h1 {
	margin: 0 0 10px;
	font-size: 54px;
	text-align: inherit !important;
}

.heroTitles p {
	margin: 0px 0px 25px;
	font-size: 24px;
	color: white;
	line-height: 1.2;
}

.heroTitles .btnWrapper {
	display: block;
}

.heroTitles .btn {
	padding: 7.5px 20px;
	font-size: 18px;
	font-weight: 700;
	font-family: Ubuntu;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.heroMask {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.0);
	cursor: default;
	z-index: 1;
}

.heroImage {
	height: 100%;
	width: 100%;
}

#heroPano {
	height: 100%;
}

iframe {
	border: 0;
	display: block;
	width: 100%;
}

h2 {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 30px;
	letter-spacing: 1px;
}

h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 24px;
	letter-spacing: 1px;
	color: #3dc1ce;
}

hr {
	display: block;
	width: 50px;
	margin: 25px 0 25px;
	border-color: #323232;
	border-width: 2px;
}

p {
	letter-spacing: 0.5px;
	line-height: 1.5;
}

.showcaseIndex hr {
	margin: 0 auto 50px;
}

.readMore {
	display: inline-block;
	padding: 15px 0;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Ubuntu;
}

h1 {
	margin-top: 0px;
	margin-bottom: 10px;
}

/** Showcase index **/

.showcaseIndex .nav-main {
	position: absolute;
}

.showcaseIndex h1,
.showcaseIndex h2,
.showcaseIndex h3,
.showcaseIndex h4,
.showcaseIndex h5,
.showcaseIndex h6 {
	text-align: center;
}

.showcaseIndex h2 {
	margin-bottom: 25px;
}

.showcaseIndex .showcaseSubtitle {
	text-align: center;
}

.footerBar {
	background-color: #323232;
}

.footerBar p,
.footerBar a {
	color: white;
}

.showcaseSection {
	padding-top: 50px;
	padding-bottom: 50px;
}

.showcaseIndex .aboutSection {
	padding-top: 0px;
	padding-bottom: 25px;
}

.showcaseIndex .aboutSection .row {
	padding: 0 10px 10px;
}

.showcaseIndex .aboutSection .aboutCol {
	padding: 100px 50px;
	box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
}

.showcaseIndex .aboutSection .aboutCol h2,
.showcaseIndex .aboutSection .aboutCol h6,
.showcaseIndex .aboutSection .aboutCol p,
.showcaseIndex .aboutSection .aboutCol strong {
	text-align: left;
}

.showcaseIndex .aboutSection .aboutCol div strong {
	font-weight: 700;
}

.showcaseIndex .aboutSection .aboutCol div p:last-child {
	margin-bottom: 0px;
}

.showcaseIndex .aboutSection .aboutCol hr {
	margin: 0 0 25px;
}

.showcaseIndex .aboutSection .imageCol {
	text-align: center;
	padding: 0px;
	overflow: hidden;
	box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
}

.showcaseIndex .aboutSection .imageCol img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: 50% 0%;
	transition: all 500ms ease;
}

.showcaseIndex .aboutSection .imageCol img:hover {
	transform: scale(1.1);
}

.showcaseIndex .servicesSection {
	background-image: url(../img/contoursBG-1.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto;
	padding-top: 25px;
}

.showcaseServicesCard {
	padding-bottom: 15px;
}

.showcaseServicesCard > div {
	overflow: hidden;
	background-color: white;
	box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
	border-radius: 2px;
}

.showcaseServicesCard .servicesImg {
	overflow: hidden;
}

.showcaseServicesCard .servicesImg img {
	transition: all 500ms ease;
}

.showcaseServicesCard:hover .servicesImg img {
	transform: scale(1.1);
}

.showcaseServicesCard hr {
	margin: 10px auto;
}

.showcaseServicesCard .servicesText {
	padding: 0 30px 30px;
}

.showcaseServicesCard .servicesText .showcaseSubtitle {
	margin-bottom: 15px;
}

.showcaseServicesCard > div > div p:last-child {
	margin-bottom: 0px;
}

.statsSection {
	text-align: center;
}

.statsSection .row > div {
	padding-top: 15px; 
}

.statsSection .row > div:hover i {
	transform: scale(1.1);
}

.statsSection i,
.statsSection p {
	color: white;
	transition: all 500ms ease;
}

.statsSection i {
	font-size: 80px;
}

.statsSection .statsHeader1 {
	margin: 10px 0 5px;
	line-height: 1;
}

.statsSection .statsHeader2 {
	margin: 0;
}

.listingsSection .row .row {
	display: flex;
}

.showcasePanotourCard {
	display: flex;
	padding-bottom: 50px;
}

.showcasePanotourCard > div {
	position: relative;
	background-color: white;
}

.showcasePanotourCard > a {
	display: flex;
	position: relative;
	width: 100%;
	overflow: hidden;
	box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
	background-color: white;
	border-radius: 2px;
	flex-direction: column;
}

.showcasePanotourCard .panotourThumbs {
	width: 100%;
	height: 200px;
	padding: 0;
	overflow: hidden;
	background-position: center;
}

.showcasePanotourCard .panotourThumbs img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	transition: all 500ms ease;
}

.showcasePanotourCard > a:hover img {
	transform: scale(1.1);
}

.showcasePanotourCard a .blackMask {
	position: absolute;
	left: 0px;
	top: 0px;
	height: inherit;
	width: 100%;
	background-color: rgba(0,0,0,0);
	transition: all 200ms;
}

.showcasePanotourCard a .blackMask:after {
	position: absolute;
	display: block;
	opacity: 0;
	left: 50%;
	top: 50%;
	height: 60px;
	width: 60px;
	margin-left: -30px;
	margin-top: -20px;
	content: "\f1d8";
	font-size: 50px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-variant: normal;
	color: white;
	text-rendering: auto;
	text-align: center;
	line-height: 60px;
	transition: all 200ms;
}

.showcasePanotourCard > a:hover .blackMask {
	background-color: rgba(0,0,0,0.5);
}

.showcasePanotourCard > a:hover .blackMask:after {
	opacity: 1;
}

.showcasePanotourCard > a > span {
	position: absolute;
	padding: 10px 15px;
	top: 0px;
	right: 0px;
	border-bottom-left-radius: 2px;
	color: white;
	font-family: Open Sans;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	box-shadow: 1px -1px 5px 2px rgba(0,0,0,0.2);
	text-shadow: 0px 0px 5px rgba(0,0,0,0.25);
	z-index: 2;
}

.showcasePanotourCard > a > span.saleTag {
	background-color: #f37043;
}

.showcasePanotourCard > a > span.rentTag {
	background-color: #40ad4f;
}

.showcasePanotourCard .listingEyecatcher {
	display: flex;
	width: 100%;
	padding: 25px 0px 20px;
	z-index: 2;
	flex-direction: column;
	flex-grow: 1;
}

.showcasePanotourCard .listingEyecatcher h3 {
	min-height: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0 25px;
	text-align: left;
	flex-grow: 1;
}

.showcasePanotourCard .listingEyecatcher .eyecatcherSubtitle {
	margin-bottom: 5px;
	padding: 0 25px;
	text-align: left;
}

.showcasePanotourCard .eyecatcherAttributes {
	overflow: auto;
	margin-top: -15px;
	margin-bottom: -15px;
}

.showcasePanotourCard .eyecatcherAttributes span {
	padding: 12.5px 0;
	border-right: 1px solid #eee;
	font-size: 12px;
	color: #323232;
	text-align: center;
}

.showcasePanotourCard .listingEyecatcher span:nth-child(3) {
	border-right: none;
}

.showcasePanotourCard .listingEyecatcher i {
	margin-right: 2px;
}

.showcasePanotourCard .listingEyecatcher hr {
	width: 100%;
	margin: 15px 0;
	border-width: 1px;
	border-color: #eee;
}

.showcasePanotourCard .listingEyecatcher .priceField {
	margin: 0px;
	padding: 0 25px;
}

.showcasePanotourCard .listingEyecatcher .priceField span {
	margin-left: 1px;
	font-size: 14px;
	color: inherit;
}

.loadMore {
	text-align: center;
}

#feedbackCarousel {
	padding-bottom: 75px;
}

#feedbackCarousel .carousel-indicators .active {
	width: 15px;
	height: 15px;
	margin: 2.5px;
	border-color: rgba(255,255,255,1);
	background-color: transparent;
}

.carousel-indicators li {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 2.5px;
	text-indent: -999px;
	cursor: pointer;
	border-width: 2px;
	border-style: solid;
	border-color: rgba(255,255,255,0.25);
	border-radius: 50%;
	transition: all 200ms;
}

.carousel-indicators li:hover {
	border-color: rgba(255,255,255,0.5);
}

.feedbackSection {
	background-color: #325053;
	text-align: center;
	padding-top: 75px;
	padding-bottom: 25px;
}

.feedbackSection p {
	text-align: center;
	color: white;
}

.feedbackSection hr {
	border-color: white;
}

.feedbackSection .col-xs-12 {
	background-image: url('../img/quotes-open.png'), url('../img/quotes-close.png');
	background-repeat: no-repeat;
	background-position: 5% top, 95% top;
}

.feedbackBox {
	padding: 0px 100px;
	margin: 0 auto;
}

.feedbackBox .feedbackMessage {
	line-height: 1.3;
	margin-bottom: 34px;
	height: auto;
	overflow: hidden;
}

.feedbackBox .feedbackClient,
.feedbackBox .feedbackClientTitle {
	position: relative;
	margin-bottom: 0px;
}

.feedbackBox .feedbackClient {
	line-height: 1.2;
}

.teamSection {
	padding-bottom: 0px;
}

.showcaseTeammateCard {
	padding-bottom: 50px;
}

.showcaseTeammateCard > div {
	display: block;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
	background-color: white;
	border-radius: 2px;

}

.showcaseTeammateCard .teammateImg {
	position: relative;
	height: 300px;
	overflow: hidden;
}

.showcaseTeammateCard .teammateImg img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center top;
	transition: all 500ms ease;
}

.showcaseTeammateCard > div:hover img {
	transform: scale(1.1);
}

.showcaseTeammateCard .teammateSocial {
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 15px;
}
 
.showcaseTeammateCard .teammateSocial a {
	display: inline-block;
	height: 35px;
	width: 35px;
	margin-right: 5px;
	line-height: 35px;
	border-radius: 50%;
	background-color: white;
	text-align: center;
	transition: all 200ms;
}

.showcaseTeammateCard .teammateSocial a:hover {
	background-color: #eee;
	box-shadow: 0 0 5px 0px rgba(0,0,0,0.25);
}

.showcaseTeammateCard .teammateText {
	padding: 25px;
}

.showcaseTeammateCard .teammateText h3 {
	height: 75px;
	text-align: left;
	color: #325053;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.showcaseTeammateCard .teammateText .teammateTitle {
	margin-bottom: 5px;
	color: #3dc1ce;
	font-size: 12px;
	font-weight: 700;
	font-family: Ubuntu;
	letter-spacing: 2px;
	text-align: left;
	text-transform: uppercase;
}

.showcaseTeammateCard .teammateText i {
	width: 25px;
	text-align: left;
	color: #3dc1ce;
}

.showcaseTeammateCard .teammateText p {
	font-size: 13px;
}

.showcaseTeammateCard .teammateText p:last-child {
	margin-bottom: 0px;
}

.showcaseTeammateCard .teammateText a {
	color: #323232;
}

.showcaseTeammateCard .teammateText a:hover {
	color: #3dc1ce;
}

.awardsSection {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

.awardsSection .row {
	display: flex;
}

.awardsSection hr {
	margin: 25px auto;
}

.awardsSection {
	display: flex;
}

.awardsSection .awardsBox {
	display: flex;
}

.awardsSection .awardsBox > div {
	display: flex;
	max-width: 220px;
	margin: 0 auto;
	padding: 20px;
	flex-direction: column;
}

.awardsSection img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all 500ms ease;
	opacity: 0.8;
}

.awardsSection img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	transform: scale(1.1);
	opacity: 1;
}

.awardsSection .awardsBox h3 {
	flex-grow: 1;
}

.awardsSection .awardsBox .awardStats {
	margin-bottom: 0px;
}

.contactSection {
	padding-top: 25px;
	padding-bottom: 0px;
}

.contactSection .row {
	display: flex;
	padding: 10px 10px 0px;
}

.contactSection h2 {
	margin-bottom: 35px;
	text-align: center;
}

.contactSection h3 {
	font-size: 18px;
	margin-bottom: 5px;
	text-align: left;
}

.contactSection .contactTextCol > div {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	transform: translate(-50%, -50%);
}

.contactSection .contactTextCol > div > div {
	position: relative;
	width: auto;
	padding-left: 0px;
	margin: 0 auto 20px;
}

.contactSection .contactTextCol > div > div:last-child {
	margin: 0 auto;
}

.contactSection .contactTextCol p {
	margin-bottom: 0;
}

.contactSection .contactTextCol i {
	position: absolute;
	top: 0px;
	left: -30px;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	color: rgba(255,255,255,0.6);
}

.contactSection .contactTextCol {
	position: relative;
	padding: 50px 50px;
	box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
	flex-grow: 1;
}

.contactSection .contactFormCol {
	background-color: white;
	padding: 50px;
	box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
	flex-grow: 1;
}

input#not_human {
	display: none !important;
}

.contactSuccess {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 99;
	background-color: inherit;
}

.contactSuccess div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.contactSection .showcaseSubtitle {
	text-align: center;
}

.contactSection strong {
	color: white;
}

.contactSection span {
	position: absolute;
	line-height: 53px;
	text-align: center;
}

.contactSection span i {
	width: 50px;
}

.contactSection .checkbox {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 15px;
}

.contactSection input[type="text"],
.contactSection textarea {
	width: 100%;
	margin: 0 0 15px;
	padding: 15px 15px 15px 50px;
	background-color: rgba(0,0,0,0.05);
	border-color: transparent;
	border-width: 0;
	transition: all 200ms;
	box-shadow: transparent;
}

.contactSection input[type="checkbox"] {
	margin-top: 6px;
	transition: all 200ms;
}

.contactSection input:hover,
.contactSection textarea:hover {
	box-shadow: 0px 0px 5px 0px #308e98;
}

.contactSection input:focus,
.contactSection textarea:focus {
	box-shadow: 0px 0px 5px 0px #3dc1ce;
}

.contactSection .form-group:last-child {
	margin-bottom: 0px;
}

/** Showcase Public All Listings **/

.showcaseListings .pageHero {
	position: relative;
	height: 450px;
	background-color: #eee;
}

.showcaseListings .listingsSearchBox {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 650px;
}

.showcaseListings .searchType label {
	margin: 0 4px 4px 0 !important;
	padding: 0 !important;
}

.showcaseListings .searchType p {
	margin: 0;
	padding: 0px 10px;
	font-weight: 500;
	text-align: center;
	line-height: 32px;
	transition: all 200ms;
}

.showcaseListings .searchType p:hover {
	opacity: 0.85;
}

.showcaseListings .searchType input {
	display: none;
}

.showcaseListings .searchType input:checked + p {
	background-color: #3dc1ce;
	color: #323232;
}

.showcaseListings .searchFields {
	position: relative;
	height: 90px;
	background-color: white;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
	padding: 25px;
}

.showcaseListings .searchFields select,
.showcaseListings .searchFields input {
	display: block;
	height: 40px;
	margin: 0;
	font-size: 14px;
	border: 1px solid #ddd;
	transition: border 200ms;
}

.showcaseListings .searchFields select {
	float: left;
	width: 155px;
	border-radius: 0px;
	box-shadow: none;
}

.showcaseListings .searchFieldWrapper {
	float: right;
	width: 435px;
}

.showcaseListings .searchFields input {
	display: block;
	width: 100%;
	line-height: 40px;
	padding: 10px 40px 10px 10px;
	border-radius: 0px;
	color: #323232;
}

.showcaseListings .searchFields button {
	position: absolute;
	top: 28px;
	right: 28px;
	height: 34px;
	width: 60px;
	padding-left: 14px;
}

.showcaseListings .searchFields button i {
	font-size: 14px;
	display: block;
}

.showcaseListings .searchFields .searchLoader {
	display: none;
	position: absolute;
	top: 35px;
	right: 36px;
}

.showcaseListings .searchFields .autocomplete {
	position: absolute;
	top: 64px;
	width: inherit;
}

.showcaseListings .searchFields .autocomplete ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: white;
}

.showcaseListings .searchFields .autocomplete ul a {
	color: #323232;
}

.showcaseListings .searchFields .autocomplete ul a li {
	padding: 6px 10px 3px;
	font-size: 14px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	transition: all 200ms;
}

.showcaseListings .searchFields .autocomplete ul a:hover li {
	background-color: #f5f6fb;
}

.showcaseListings .searchFields .autocomplete ul a:first-child li {
	border-top: 1px solid #eee;
}

.showcaseListings .searchFields .autocomplete ul a:last-child li {
	padding: 6px 10px 6px;
	border-bottom: 1px solid #eee;
}

.showcaseListings .searchFields .autocomplete ul a li span {
	margin-left: 8px;
	font-size: 12px;
	opacity: 0.6;
}

.showcaseListings .listingsGrid {
	margin-top: 50px;
	margin-bottom: 50px;
}

.showcaseListings .topToolbar {
	margin-bottom: 15px;
	padding: 10px 15px;
	border: 1px solid #eee;
	overflow: auto;
}

.showcaseListings .topToolbar span {
	margin-right: 10px;
	font-size: 14px;
}

.showcaseListings .typeToolbar {
	display: block;
	float: right;
}

.showcaseListings .typeToolbar select {
	height: auto;
	padding: 10px;
	font-size: 14px;
	border: 1px solid #ddd;
}

.showcaseListings .sortToolbar {
	display: block;
	float: left;
	line-height: 42px;
}

.showcaseListings .sortToolbar ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.showcaseListings .sortToolbar ul li {
	display: inline-block;
	margin-right: 20px;
	font-size: 14px;
}

.showcaseListings .sortToolbar ul li i {
	margin-right: 2px;
}

.showcaseListings .bottomToolbar {
	margin-top: 15px;
	padding: 10px 15px;
	border: 1px solid #eee;
	overflow: auto;
	text-align: center;
}

.showcaseListings .listingsGrid .row .row {
	display: flex;
}

.pagination {
	margin: 0 0 0px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	color: #325053;
	background-color: transparent;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
	cursor: default;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	font-weight: 700;
	border-radius: 0px;
}

.pagination > li > a,
.pagination > li > span {
	border: none;
	border-radius: 0px;
	padding: 0px 10px;
	color: #3dc1ce;
	font-weight: 700;
	float: none;
	clear: both;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
	background-color: transparent;
	border-color: transparent;
}

/** Showcase Public Single Listing **/

.showcaseListing .hero .heroLeftMask,
.showcaseListing .hero .heroRightMask {
	display: none;
	position: absolute;
	top: 0px;
	z-index: 999;
}

.showcaseListing .hero .heroLeftMask,
.showcaseListing .hero .heroRightMask {
	height: calc(100% - 40px);
}

.showcaseListing #weixinWindow {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100vh;
	width: 100%;
	background-color: rgba(0,0,0,0.85);
	z-index: 9999;
	transition: all 200ms;
}

.showcaseListing #weixinWindow div {
	position: absolute;
	top: 50%;
	left: 50%;
	height: auto;
	width: 300px;
	transform: translate(-50%,-50%);	
	text-align: center;
}

.showcaseListing #weixinWindow input {
	display: block;
	width: 100%;
	background-color: transparent;
	box-shadow: none;
	border: none;
	font-size: 16px;
	font-family: Montserrat;
	font-weight: 500;
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,0.85);
}

.showcaseListing #weixinWindow i {
	margin-bottom: 8px;
	font-size: 50px;
	color: rgb(0,204,51);
	text-shadow: 0 0 5px rgba(0,0,0,0.85);
}

.showcaseListing #weixinWindow p {
	margin: 8px 0;
	font-size: 16px;
	font-family: Montserrat;
	font-weight: 500;
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,0.85);
}

.showcaseListing #weixinWindow p:last-child {
	margin: 0px;
}

.showcaseListing #weixinWindow a {
	display: inline-block;
	margin: 14px 0 0;
	padding: 6px 12px;
	background-color: rgba(0,204,51,0.85);
	font-size: 14px;
	font-family: Montserrat;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
}

.showcaseListing #socialMenu {
	
}

.showcaseListing #socialMenu ul {
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0;
}

.showcaseListing #socialMenu ul li {
	display: inline-block;
	height: 36px;
	width: 36px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	transition: all 200ms;
}

.showcaseListing #socialMenu ul li.whatsappIcon {
	background-color: rgba(37,211,102,1);
}

.showcaseListing #socialMenu ul li.weixinIcon {
	background-color: rgba(0,204,51,1);
}

.showcaseListing #socialMenu ul li.facebookIcon {
	background-color: rgba(59,89,152,1);
}

.showcaseListing #socialMenu ul li.twtterIcon {
	background-color: rgba(56,161,243,1);
}

.showcaseListing #socialMenu ul li.linkedinIcon {
	background-color: rgba(0,119,181,1);
}

.showcaseListing #socialMenu ul li i {
	font-size: 22px;
	color: white;
}

.showcaseListing #socialMenu ul li:hover {
	box-shadow: 0 0 5px 0 rgba(255,255,255,0.5) inset;
}

.showcaseListing .listingContentArea {
	margin-top: 50px;
}

.showcaseListing .propertyArea,
.showcaseListing .attributesLine1,
.showcaseListing .attributesPrice1,
.showcaseListing .attributesPrice2 {
	letter-spacing: 1px;
}

.showcaseListing h1 {
	display: inline-block;
	margin-bottom: 5px;
}

.showcaseListing .propertyArea,
.showcaseListing .attributesLine1 {
	color: #777;
	font-size: 14px;
}

.showcaseListing .propertyArea {
	margin-left: 15px;
}

.showcaseListing .attributesLine1 {
	margin-bottom: 15px;
}

.showcaseListing .attributesPrice1 {
	display: inline-block;
	font-size: 26px;
}

.showcaseListing .attributesPrice2 {
	display: inline-block;
	margin-left: -2px;
}

.showcaseListing .attributesPriceHr {
	text-align: left;
	line-height: 0;
}

.showcaseListing .attributesPriceHr hr {
	display: inline-block;
	margin: 0 0 20px;
	width: 80px;
	border-width: 6px;
}

.showcaseListing .attributesLine2 span {
	margin-right: 5px;
}

.showcaseListing .attributesLine2 span:last-child {
	margin-right: 0;
}

.showcaseListing .attributesLine2,
.showcaseListing .attributesLine3 {
	margin-bottom: 10px;
	font-size: 14px;
}

.showcaseListing .attributesLine2 i,
.showcaseListing .attributesLine3 i {
	display: inline-block;
	width: 25px;
	text-align: center;
}

.showcaseListing .attributesHr {
	margin-top: 30px;
}

.showcaseListing .descriptionSection {
	padding: 10px 15px;
	overflow: auto;
}

.showcaseListing .descriptionSection h2,
.showcaseListing .amenitiesSection h2 {
	margin-top: 0px;
}

.showcaseListing .descriptionSection p:last-child {
	margin-bottom: 0px;
}

.showcaseListing .amenitiesSection {
	padding: 10px 15px 0;
	overflow: auto;
}

.showcaseListing .amenitiesSection h2 {
	margin-bottom: 15px;
}

.showcaseListing .amenitiesSection div {
	margin-bottom: 10px;
	font-size: 14px;
}

.showcaseListing .amenitiesSection i {
	display: inline-block;
	width: 20px;
	margin-right: 5px;
	color: #3dc1ce;
	text-align: center;
}

.showcaseListing .agentProfile {
	padding: 25px;
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.05);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.showcaseListing .agentProfile h2 {
	margin-top: 0px;
	margin-bottom: 15px;
	color: #325053;
}

.showcaseListing .agentProfilePic {
	height: auto;
	width: 100%;
	margin-bottom: 15px;
	overflow: hidden;
}

.showcaseListing .agentProfilePic img {
	margin: 0 auto;
}

.showcaseListing .agentProfile strong {
	font-size: 20px;
}

.showcaseListing .agentProfile p {
	margin-bottom: 5px;
	font-size: 14px;
	color: #555;
	letter-spacing: 1px;
}

.showcaseListing .agentProfile p:last-child {
	margin-bottom: 0px;
}

.showcaseListing .agentProfile i {
	display: inline-block;
	width: 20px;
	font-size: 14px;
	color: #3dc1ce;
}

.showcaseListing .form-group {
	position: relative;
}

.showcaseListing .listingContactForm {
	position: relative;
	padding: 25px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.showcaseListing .listingContactForm h2 {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 18px;
	text-align: center;
}

.showcaseListing .listingContactForm i {
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.showcaseListing .listingContactForm input,
.showcaseListing .listingContactForm textarea {
	width: 100%;
	padding: 10px 10px 10px 44px;
	margin-bottom: 20px;
	font-size: 14px;
	letter-spacing: 1px;
	border-color: transparent;
	border-style: solid;
	border-radius: 0px;
	transition: all 200ms;
}

.showcaseListing .listingContactForm input:hover,
.showcaseListing .listingContactForm textarea:hover,
.showcaseListing .listingContactForm input:focus,
.showcaseListing .listingContactForm textarea:focus {
	border-color: #3dc1ce;
}

.showcaseListing .listingContactForm button {

}

.showcaseListing .mapSection {
	padding-bottom: 50px;
}

.showcaseListing .mapSection h2 {
	padding-left: 15px;
	margin-bottom: 20px;
}

/** Showcase Public Common Pages **/

.pageSubtitle {
	margin-top: 0px;
	margin-bottom: 2px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #323232;
	opacity: 0.9;
}

/** Showcase Public About Page Styles **/

.showcaseProfile .aboutCol {
	padding: 50px 15px;
}

.showcaseProfile .imageCol {
	overflow: hidden;
}

.showcaseProfile .aboutText {
	padding-left: 15px;
}

.showcaseProfile .aboutText .profileTitle,
.showcaseProfile .aboutText .profileAgentId {
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #323232;
	opacity: 0.9;
}

.showcaseProfile .aboutText .profileAgentId {
	margin-bottom: 15px;
}

.showcaseProfile .aboutSocial > div {
	display: inline-block;
	margin-right: 5px;
}

.showcaseProfile .aboutSocial > div:last-child {
	margin-right: 0px;
}

.showcaseProfile .aboutSocial a {
	display: block;
	width: 40px;
	text-align: center;
	line-height: 40px;
	color: white;
	border-radius: 50%;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
}

.showcaseProfile .aboutSocial a:hover {
	transform: scale(1.1);
}

.showcaseProfile .aboutSocial .phoneButton {
	background-color: #40ad4f;
}

.showcaseProfile .aboutSocial .mailButton {
	background-color: #f37043;
}

.showcaseProfile .aboutSocial .facebookButton {
	background-color: #3b5998;
}

.showcaseProfile .aboutSocial .twitterButton {
	background-color: #00aced;
}

.showcaseProfile .aboutSocial .linkedinButton {
	background-color: #0077b5;
}

/** Showcase Contact Page **/

.showcaseContact .pageHero {
	height: 50vh;
	background-color: #eee;
}

/** Showcase Public Pages **/

.showcasePage .bodyContent {
	padding-top: 50px;
	padding-bottom: 50px;
}

.showcasePage .bodyContent .pageContent figure,
.showcasePage .bodyContent .pageContent img {
	max-width: 100%;
	height: auto !important;
}

/** Footer **/

.footerBar {
	width: 100%;
	background-color: #323232;
	padding: 15px 0 10px;
}

.footerBar img {
	display: block;
	max-width: 80px;
}

.footerBar hr {
	border-color: rgba(0,0,0,0.5);
}

.footerBar ul {
	list-style-type: none;
	text-align: right;
	padding-left: 0px;
}

.footerBar ul li {
	display: inline-block;
}

.footerBar p {
	font-size: 10px;
	font-family: Open Sans;
	letter-spacing: 0.5px;
	text-align: left;
}

.footerBar a {
	color: white;
	font-size: 12px;
	font-weight: 500;
	border-bottom-color: 1px solid transparent;
	transition: all 200ms;
}

.footerBar a:hover,
.footerBar a:focus {
	border-bottom: 1px solid #3dc1ce;
}

.footerRight .footerSocial {
	margin-bottom: 0px;
	padding-bottom: 5px;
}

.footerRight .footerSocial a {
	font-size: 18px;
	line-height: 30px;
}

.footerRight .footerSocial a i {
	transition: all 200ms;
}

.footerRight .footerSocial li + li a {
	margin-left: 12px;
}

.footerRight .footerSocial .fa-facebook {
	color: #3b5998;
}

.footerRight .footerSocial .fa-instagram {
	color: #ffffff;
}

.footerRight .footerSocial .fa-twitter {
	color: #00aced;
}

.footerRight .footerSocial .fa-linkedin {
	color: #0077b5;
}

.footerRight .footerSocial li a:hover i,
.footerRight .footerSocial li a:focus i  {
	color: #787878;
	text-decoration: none;
	border: none;
}

.footerRight .footerNav a {
	margin-left: 10px;
}

/** Listings **/

/** Pages **/

@media only screen and (min-width:1200px){
	.showcasePage .bodyContent { width: 1170px; }
}

.showcasePage .bodyContent {
	padding-top: 90px;
	padding-bottom: 100px;
}

.template-1 .pageTitle,
.template-2 .pageTitle,
.template-3 .pageTitle {
	width: 450px;
}

.showcasePage .pageTitleText {
	margin-top: 15px;
	margin-bottom: 0;
	font-size: 18px;
}

.simpleContact {
	text-align: center;
}

.simpleContact > div {
	padding-top: 35px;
	padding-bottom: 25px;
}

.simpleContact button {
	margin: 15px auto 10px;
}

/** Page Template dark coloured **/

.darkBg.showcaseSubtitle {
	color: white;
}

.darkBg.pageTitleText {
	color: white;
}

/** Page Template 1 **/
@media only screen and (min-width:1200px){
	.template-1 .pageHero > .container { position: relative; height: 75vh; width: 1170px; }
}

.template-1 .pageHero {
	position: relative;
	min-height: 75vh;
	background-position: center center;
	background-size: cover;
}

/* Sample */
.sample-1 .pageHero {
	background-position: center 60%;
}

/** Page Template 2 **/

.template-2 .pageHero {
	position: relative;
	min-height: 75vh;
	background-position: center center;
	background-size: cover;
}

/* Sample */
.sample-2 .pageHero {
	background-position: center 5%;
}

/** Page Template 3 **/

@media only screen and (min-width:1200px){
	.template-3 .pageHero > .container { position: relative; height: 550px; width: 1170px; }
}

.template-3 .pageHero {
	position: relative;
	min-height: 550px;
	background-position: center center;
	background-size: cover;
}

.template-3 .pageTitle {
	margin-right: 25px;
}

.template-3 .bodyContent {
	position: relative;
	padding: 30px 25px 15px;
	margin-top: -150px;
	margin-bottom: 100px;
	background-color: white;
	box-shadow: 0 10px 20px 0 rgba(0,0,0,0.05);
	z-index: 2;
}

/* Sample */
.sample-3 .pageHero {
	background-position: center center;
}

/** Responsive rules **/
@media only screen and (min-width:1601px){
	.container {
		width: 1570px;
	}
	/* Header and Menu */
	.navbar-brand img {
		max-height: 50px;
	}
	/* Footer Section */
	.footerBar {
		padding: 15px 0 10px;
	}
	.footerBar img {
		margin: 0px 0px 5px;
	}
	.footerBar hr {
		width: 50%;
	}
	.footerBar p {
		font-size: 12px; line-height: 1.25; margin-bottom: 0px;
	}
	.footerBar a {
		font-size: 12px;
	}
}

@media only screen and (max-width:1600px){
	.container {
		width: 1480px;
	}
	/* Header and Menu */
	.navbar-brand img {
		max-height: 50px;
	}
	/* Footer Section */
	.footerBar {
		padding: 15px 0 10px;
	}
	.footerBar img {
		margin: 0px 0px 5px;
	}
	.footerBar hr {
		width: 50%;
	}
	.footerBar p {
		font-size: 12px; line-height: 1.25; margin-bottom: 0px;
	}
	.footerBar a {
		font-size: 12px;
	}
}

@media only screen and (max-width:1440px){
	.container {
		width: 1390px;
	}
}

@media only screen and (max-width:1366px){
	.container {
		width: 1306px;
	}
}

@media only screen and (max-width:1280px){
	.container {
		width: 1220px;
	}
}

@media only screen and (max-width:1024px){
	.container {
		width: 964px;
	}
}

@media only screen and (max-width:768px){
	.container {
		width: 708px;
	}
	/* Header and Menu */
	.navbar-static-top.nav-main {  }
	.navbar-header {  }
	.navbar-brand {  }
	.navbar-brand img {  }
	.navbar-nav { display: none; position: absolute; top: 100%; right: 0px; width: 200px; padding: 0 0 10px; }
	.navbar-nav > li { display: block; width: 100%; float: none; text-align: center; }
	.navbar-nav li > a { display: inline-block; width: auto; padding: 15px 0 !important; }
	.navbar-nav > li > .dropdown-menu { position: relative; width: 100%; padding: 0px; box-shadow: none; }
	.navbar-nav .dropdown-menu a { display: block; padding: 5px 0 !important; text-align: center; }
	.navbar-nav .dropdown > a { padding: 15px 0 15px 13px !important; }
	.navbar-nav > li > .dropdown-menu li { padding: 5px 0; }
	#mobileMenu { top: 25px; right: 45px; font-size: 30px; }

	/* Sections */
	.imageCol { height: auto !important; }
	.showcaseIndex .aboutSection .aboutCol { height: auto !important; padding: 50px 25px; }
	.listingsGrid .row .row,
	.listingsSection .row .row,
	.contactSection .row { display: block !important; }
	.showcasePanotourCard { padding-bottom: 30px; }
	.feedbackBox { padding: 0px; }
	.contactSection .contactTextCol { padding: 25px !important; }
	.contactSection .contactTextCol > div { position: relative; top: 0; left: 50%; width: 50%; padding: 0 0 0 40px; transform: translateX(-50%); }
	.contactSection .contactFormCol { padding: 25px 15px; }

	/* Single Listing */
	.showcaseListing .propertyArea { display: block; margin: 0px; }

	/* About Page */
	.showcaseProfile .aboutSection { padding: 0px; }
	.showcaseProfile .aboutCol { padding: 25px 15px; }
	.showcaseProfile .aboutCol .pageSubtitle,
	.showcaseProfile .aboutCol h1 { text-align: center; }
	.showcaseProfile .aboutCol hr { margin: 25px auto; }
	.showcaseProfile .aboutSocial { text-align: center; }

	/* Single Page */
	.template-1 .pageTitle,
	.template-2 .pageTitle,
	.template-3 .pageTitle { width: auto; left: unset !important; transform: translateY(-50%) !important; padding: 0 15px; }
	.showcasePage .bodyContent { padding-top: 50px; padding-bottom: 50px; }
}

@media only screen and (max-width:767px){
	/* Header and Menu */
	.navbar-static-top.nav-main { overflow: auto; }
	.navbar-header { text-align: center; padding: 0 25px; }
	.navbar-brand { display: inline-block; float:none; padding: 20px 0 15px; text-align: center; }
	.navbar-brand img { max-height: 30px; display: inline-block; }
	.navbar-nav { position: relative; top: unset; right: unset; width: unset; margin: 0; padding: 15px 25px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
	.navbar-nav > li { display: block; width: auto; float: none; text-align: center; }
	.navbar-nav li > a { display: block; padding: 10px 0 !important; text-align: center; }
	.navbar-nav .dropdown-menu a { display: block; padding: 0 !important; text-align: center; }
	.navbar-nav .dropdown > a { padding: 10px 0 10px 13px !important; text-align: center; }
	.nav-mobile-social { display: none; }
	#mobileMenu { top: 19px; right: 30px; font-size: 24px; }

	/* Home Hero */
	.showcaseIndex .hero { height: 100vh;
		min-height: unset; }
	.heroTitles { top: 50%; bottom: unset !important; left: 50%; right: unset !important; transform: translate(-50%, -50%); padding: 0 5px; }
	.heroTitles .titleBox { padding: 20px; text-align: center !important; }
	.heroTitles h1 { font-size: 36px !important; }
	.heroTitles p { font-size: 18px !important; }
	.heroTitles .btn { font-size: 16px !important; }

	/* Sections */
	.showcaseSubtitle { text-align: center !important; }
	.showcaseIndex h2 { text-align: center !important; }
	.showcaseIndex .aboutSection .aboutCol { padding: 25px; }
	.showcaseIndex .aboutSection .aboutCol hr { margin: 0 auto 25px !important; }
	.readMore { display: block; text-align: center; }
	.statsSection .statsHeader2 { margin-bottom: 25px; }
	.awardsSection .row { display: block !important; }
	.showcaseListings .listingsGrid { margin-top: 30px; margin-bottom: 0px; }
	.feedbackBox { padding: 0px; }
	.feedbackBox .feedbackMessage { font-size: 20px !important; }
	.feedbackBox .feedbackClient { font-size: 22px !important; }
	.feedbackBox .feedbackClientTitle { font-size: 18px; }
	.contactSection .contactTextCol > div { position: relative; top: 0; left: 0; padding: 0 0 0 20px; transform: unset; }

	/* Listings Page */
	.showcaseListings .pageHero { height: auto; }
	.showcaseListings .listingsSearchBox { position: relative; top: unset; left: unset; width: 100%; transform: unset; padding: 0 15px; margin: 25px 0; }
	.showcaseListings .searchType { text-align: center; }
	.showcaseListings .searchFields { height: auto; width: 100%; overflow: auto; }
	.showcaseListings .searchFields select { display: block; width: 100%; margin-bottom: 15px; }
	.showcaseListings .searchFields .searchLoader { top: 90px; }
	.showcaseListings .searchFieldWrapper { position: relative; width: 100%; }
	.showcaseListings .searchFields .autocomplete { position: relative; top: -1px; }
	.showcaseListings .searchFields .autocomplete ul a span { display: block; margin: 0; }
	.showcaseListings .sortToolbar { width: 100%; text-align: center; }
	.showcaseListings .topToolbar span { margin: 0px; display: inline-block; }
	.showcaseListings .sortToolbar ul { display: block; text-align: center; line-height: 1; margin-bottom: 15px; }
	.showcaseListings .sortToolbar ul a { display: inline-block; line-height: 1; }
	.showcaseListings .sortToolbar ul a li { margin-left: 4px; margin-right: 4px; font-size: 12px; }
	.showcaseListings .sortToolbar ul a:first-child li { margin-left: 0px; }
	.showcaseListings .sortToolbar ul a:last-child li { margin-right: 0px; }
	.showcaseListings .typeToolbar { float: none; width: 100%; }
	.showcaseListings .typeToolbar span { display: none; }
	.showcaseListings .typeToolbar select { width: 100%; padding: 6px 10px; margin-bottom: 5px; font-size: 12px; text-align: center; }

	/* Single Listing Page */
	.showcaseListing .hero { min-height: unset; height: 75vh; }
	.showcaseListing .hero .heroLeftMask,
	.showcaseListing .hero .heroRightMask { display: block; width: 50px; }
	.showcaseListing .hero .heroLeftMask { left: 0px; }
	.showcaseListing .hero .heroRightMask { right: 0px; }
	.showcaseListing .listingContentArea { margin-top: 15px; }
	.showcaseListing h1 { font-size: 30px; }
	.showcaseListing .attributesLine1 { margin-bottom: 10px; }
	.showcaseListing .descriptionSection { padding: 10px 0px; }
	.showcaseListing h2 { font-size: 22px; padding: 0 !important; margin: 0 0 10px !important; }
	.showcaseListing .agentProfile { border-radius: 0; margin-left: -30px; margin-right: -30px; padding-bottom: 20px; }
	.showcaseListing .mapSection { padding-bottom: 25px; }
	.showcaseListing .listingContactForm h2 { margin-bottom: 25px !important; }
	.showcaseListing .listingContactForm { margin-bottom: 0px; margin-left: -30px; margin-right: -30px; border-radius: 0; }

	/* Footer Section */
	.footerLeft,
	.footerBar ul { text-align: center; }
	.footerBar a { display: inline-block; }
	.footerBar img { margin: 5px 0px 10px; }
	.footerBar p { font-size: 12px; line-height: 1.25; margin-bottom: 0px; text-align: center; }
}

@media only screen and (max-width:720px){
	.container {
		width: 690px;
	}
}

@media only screen and (max-width:719px){
	.container {
		width: 100%;
	}
}