/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
/*@font-face {
    font-family: 'helveticaLight';
    src: url('/live/fonts/helveticaLight.ttf');
    font-display:swap
}
/*
@font-face {
    font-family: 'helveticaMedium';
    src: url('/live/fonts/helveticaMedium.ttf');
    font-display:swap
}


@font-face {
    font-family: 'helveticaThin';
    src: url('/live/fonts/helveticaThin.ttf');
    font-display:swap
}*/

html,
body {
	font-family: Helvetica, Arial, "sans-serif";
	height: 100%;
	color: #231f20;
	font-weight: 100;
}

html {
	overflow-y: scroll;
}
body {
  color: #000;
	/*font-family: 'helveticaThin';*/
}

.navbar-custom {
	background: rgba(255,255,255,0.9);
}

.navbar-custom  a {
	/*font-family: 'helveticaThin';*/
	color: #e31837;
	text-transform: uppercase;
}

.navbar-custom .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(227, 24, 55, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler {
}

strong {
	/*font-family: 'helveticaMedium';*/
}

.aboutUsBlock h1 {
	margin-top: 45px;
	margin-bottom: 60px;
}

#featured-properties {
	padding-top: 90px;
	margin-bottom: 90px;
}

#featured-properties h3 {
	margin-bottom: 60px;
}

#featured-properties h3.text-left {
		margin-bottom: 10px;
	}
	#featured-properties h3.text-left strong {
		text-transform: uppercase;
		margin: 0;
	}
	
	.node-body.standard {
		font-size: .7em;
	}
	
	#featured-properties strong {
		text-transform: uppercase;
	}

#main {
  flex: 1 0 auto;
}

footer {
  flex-shrink: none;
}

#contentPage {
	padding: 0 0 30px 0;
}

.aboutUsBlock .node-body {
	font-size: 1.6em;
}

.btn-site {
		background: #e31837;
		color: #fff;
		width: 205px;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
		border-radius: 0;
		text-transform: uppercase;
	}
	
	.btn-site:hover {
		color: #fff;
		background: #f00;
	}
	span.phone {
		display: block;
		font-size: 2.1em;
		font-weight: 600;
	}

#contact {
	margin: 60px 0;
}
#contact span.phone {
		display: block;
		font-size: 1.4em;
	line-height: 1.4em;
	font-weight: 600;
	}

	.properties {
		font-size: 1.6em;
		line-height: 1em;
		color: #231f20;
	}
.properties img {
	border: 10px solid #fff;
	-moz-box-shadow: 0px 0px 12px #ccc;
	-webkit-box-shadow: 0px 0px 12px #ccc;
	box-shadow: 0px 0px 12px #ccc;
	margin-bottom: 15px;
	}
	
	.properties strong p, .properties span p {
		display: block;
		margin: 0;
		padding: 0;
		text-align: left;
		text-transform: uppercase;
	}
	
	.properties span p {
		font-size: .7em;
		margin-bottom: 45px;
	}

.thumbnail {
		margin-bottom: 30px;
	}
	
	.thumbnail img {
		-moz-box-shadow: 5px 5px 10px #ccc;
		-webkit-box-shadow: 5px 5px 10px #ccc;
		box-shadow: 5px 5px 10px #ccc;
		margin-bottom: 10px;
		transition: .4s;
	}
	
	.thumbnail img:hover {
		-moz-box-shadow: 5px 5px 10px #000;
		-webkit-box-shadow: 5px 5px 10px #000;
		box-shadow: 5px 5px 10px #000;
		margin-bottom: 10px;
	}

	.experience {
		background: #e31837;
		color: #fff;
		padding: 30px;
		font-size: 1.3em;
	}
	
	.experience h3 {
		text-transform: uppercase;
		border-bottom: 1px solid #fff;
		font-size: 1.2em;
		text-align: center;
		display: block;
	}
	
	.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  
  border-top: 30px solid #e31837;
		margin: 0 auto;
}

.btn-clean {
	border: 2px solid #e31837;
	background: #fff;
	color: #e31837;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 20px;
}

.btn-clean:hover {
	border: 2px solid #e31837;background: #e31837;
	color: #fff;
}

img.signature {
	display: block;
	max-width: 280px;
	margin: 20px auto 45px auto;
}

.node-excerpt {
	font-size: 3em;
	text-align: left;
	margin: 12% auto;
	line-height: 1em;
	text-align: center;
}

.node-excerpt.thin {
	/*font-family: 'helveticaThin';*/
	font-weight: 100;
	text-transform: uppercase;
}

.tagline {
	font-size: 2.2em;
	text-align: left;
	margin: 12% auto;
	line-height: 1em;
	text-align: center;
	font-weight: 100;
	text-transform: uppercase;
}

img.portrait {
	margin-top: -150px;
	display: block;
	margin-bottom: 10px;
	padding-right: 50px;
}

img.logo {
	max-width: 150px;
	margin-top: 45px;
}


ul.footer {
	padding: 0;
	margin: 0;
}
ul.footer li {
	display: inline-block;
	padding: 0;
}

ul.footer li a {
	padding: 0 20px 0 0;
	margin: 0;
	color: #fff;
}

footer a {
	color: #fff;
}

footer .logo {
	max-width: 80px;
	padding: 0;
	margin: 0;
}



footer img.signature {
	max-width: 140px;
	margin: 10px auto;
	padding: 0;
}

.carousel .node-body {
	font-weight: 100;
}
/* Other Classes for Page Styling */


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
	border-top: 2px solid #939598;
	border-bottom: 2px solid #939598;
	padding-top: 45px;
}


/* Declare heights because of positioning of img element */
.carousel-item {
	min-height: 14rem;
}

.carousel-indicators li {
	background-color: #e31837;
	width: 20px;
	height: 20px;
	-moz-border-radius: 50%;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
border-radius: 50%;
}

.flex {
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-contact {
	background: #e31837;
	color: #fff;
	width: 100%;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	text-transform: uppercase;
	margin-top: 10px;
}

.btn-contact:hover {
	color: #fff;
	background: #f00;
}

.contactPhone {
	font-size: 1.8rem;
	display: block;
	font-weight: 900;
	text-align: center;
}

#contactBar {
	margin-top: -100px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */


@media (max-width: 575.98px) {
	img.logo {
	max-width: 60px;
	margin-top: 45px;
}
	
	footer img.logo {
	max-width: 60px;
	margin-top: 0;
}
	.node-excerpt {
	font-size: 2em;
	text-align: left;
	margin: 12% auto;
	max-width: 200px;
	line-height: 1em;
}
	img.portrait {
		margin-top: 20px;
		display: block;
		max-width: 70px;
		margin-bottom: 30px;
	}
	.carousel-item {
		min-height: 22rem;
	}
}


@media (max-width: 767.98px) {
	img.logo {
	max-width: 60px;
	margin-top: 45px;
}
	.node-excerpt {
	font-size: 1.4em;
	text-align: left;
	margin: 12% auto;
	max-width: 200px;
	line-height: 1em;
}
	img.portrait {
		margin-top: 10px;
		display: block;
		max-width: 100px;
		margin-bottom: 30px;
		margin-left: -30px;
		margin-right: 0;
		padding-right: 0;
	}
	
	#contactBar {
		margin-top: 0px;
	}
}


@media (min-width: 768px) and (max-width: 991.98px) {
	img.logo {
	max-width: 60px;
	margin-top: 45px;
}
	.node-excerpt {
	font-size: 2em;
	text-align: left;
	margin: 12% auto;
	max-width: 200px;
	line-height: 1em;
}
	img.portrait {
		margin-top: -80px;
		display: block;
		max-width: 180px;
		margin-bottom: 20px;
	}
	
	.portraitBlock .btn-site {
		width: 130px;
		font-size: .8em;
		font-weight: 800;
	}
	
	.portraitBlock span.phone {
		font-size: 1.35em;
	}
	
	#contactBar {
		margin-top: -50px;
	}
}


@media (min-width: 992px) and (max-width: 1199.98px) {
	img.portrait {
		margin-top: -120px;
		display: block;
		max-width: 220px;
		margin-bottom: 30px;
	}
	
	.portraitBlock .btn-site {
		width: 170px;
	}
	.portraitBlock span.phone {
		font-size: 1.75em;
	}
	
}