/* fnts */

@font-face {
	font-family: 'Assistant-Regular';
	src: url('fonts/Assistant-Regular.ttf');
}
@font-face {
	font-family: 'Assistant-Bold';
	src: url('fonts/Assistant-Bold.ttf');
}
@font-face {
	font-family: 'Gotham';
	src: url('fonts/Gotham-Book.otf');
}
@font-face {
	fnt-family: 'Gotham-Medium';
	src: url('fonts/Gotham-Medium.otf');
}
@font-face {
	font-family: 'Gotham-Bold';
	src: url('fonts/Gotham-Bold.otf');
}
.Assistant-Regular {
	font-family: 'Assistant-Regular';
}
.Assistant-Bold {
	font-family: 'Assistant-Bold';
}
.Gotham-Bold {
	font-family: 'Gotham-Bold';
}
.fnt-clr-wht {
	color: #ffffff;
}
.fnt-clr-grey {
	color: #7a7a7a;
}
.fnt-clr-grey-drk {
	color: #6b6b6b;
}
.fnt-clr-dark-grey-2 {
	color: #666666;
}
.fnt-sz-11 {
	font-size: 11px;
}
.fnt-sz-12 {
	font-size: 12px;
}
.fnt-sz-17 {
	font-size: 17px;
}
.fnt-sz-18 {
	font-size: 18px;
}
.fnt-sz-20 {
	font-size: 20px;
}
.fnt-sz-21 {
	font-size: 21px;
}
.fnt-sz-22 {
	font-size: 22.7px;
}
.fnt-sz-32 {
	font-size: 32px;
}
strong {
	font-family: 'Assistant-Bold';
}
/* Common  */

body {
	font-family: 'Assistant-Regular';
	color: black;
	text-align: center;
}
footer {
	background-color: #252122;
	padding: 60px;
}
.line-hg-45 {
	line-height: 45px;
}
.sep-ver {
	background-color: #b3b3b3;
	height: 2px;
}
.sep-ver-sm {
	background-color: #b3b3b3;
	height: 1px;
	max-width: 132px;
	margin: 0 auto;
}
.bdr-lft {
	border-left: 1px solid #b3b3b3;
}
.bdr-rgt {
	border-right: 2px solid #b3b3b3;
}
/* others */

.carousel {
	max-height: 80vh;
	overflow: hidden;
}
.carousel-caption {
	position: absolute;
	top: 10%;
	left: 10%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: left;
}
.carousel-indicators {
	bottom: 4%;
}
.carousel-indicators li {
	width: 15px;
	height: 15px;
	background-color: transparent;
	border: 2px solid #fff !important;
	opacity: 1;
	background-clip: initial;
}
.carousel-indicators .active {
	background-color: #fff;
}
.carousel-caption h5, .carousel-caption p {
    font-family: 'Gotham-Bold';
    font-size: 92px;
    text-shadow: 0 0 10px rgba(0, 0, 0 , .25);
}
/* fade */

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	display: block;
	height: auto;
	width: 100%;
	line-height: 1;
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-fade .carousel-inner > .item.next,  .carousel-fade .carousel-inner > .item.active.right {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner > .item.prev,  .carousel-fade .carousel-inner > .item.active.left {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner > .item.next.left,  .carousel-fade .carousel-inner > .item.prev.right,  .carousel-fade .carousel-inner > .item.active {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}
/* fade */


.single-logos {
	max-height: 107px;
}
a.lrn-mre-btn:link, a.lrn-mre-btn:hover, a.lrn-mre-btn:active, a.lrn-mre-btn:visited {
	display: block;
	width: 200px;
	height: 37px;
	background-color: #252122;
	color: #fff;
	text-align: center;
	padding: 7px;
	margin: 0 auto;
	text-decoration: none !important;
	font-size: 16px;
	letter-spacing: 2px;
}
.lrn-mre-btn-big {
	display: block;
	width: 409px;
	height: 80px;
	background: #666666 url(img/more-triangle.png) top center no-repeat;
	color: #fff;
	text-align: center;
	padding: 14px;
	margin: 0 auto;
	text-decoration: none !important;
	font-size: 34px;
	letter-spacing: 2px;
}
.ov-cont {
	background-color: #666666;
	padding: 50px 60px;
	margin-top: -152px;
}
.disc-cont {
	background-color: #252122;
	padding: 28px 60px;
}
/* Vimeo */
.embedly-embed {
	width: 940px;
	height: 529px;
}
/* Modals */

.modal-lg, .modal-xl {
	max-width: 1200px;
}
.modal-content, .modal-header {
	background: transparent;
	border: none;
}
.close {
	color: #fff;
	opacity: 1;
	font-size: 50px;
	outline: none!important;
}
/*CURRENT PROPERTIES */

.btn-register {
	background-color: #f2f2f2;
	color: #1a1a1a;
	padding: 10px 20px;
	transition: all 0.25s ease-in-out;
	letter-spacing: 2px;
	white-space: nowrap;
	border: 2px solid #fff;
	text-align: center;
	font-size: 10px;
	font-weight: 700;
}
.bg-black {
	background-color: #1a1a1a;
}
.bg-grey {
	background-color: #cfcece;
}
.text-black {
	color: #000;
}
.category {
	position: relative;
	padding: 11.9px 0 12px 0!important;
}
.cat-pointer {
	position: absolute;
	right: -10px;
	top: 28px;
	z-index: 99999999999;
}
.lh-1 {
	line-height: 1rem !important;
}
.lh-2 {
	line-height: 2rem !important;
}
.ls-2 {
	letter-spacing: 2px;
}
.ls-4 {
	letter-spacing: 4px;
}
.p-11 {
	font-size: 11px;
	line-height: 18px;
}
.p-12 {
	font-size: 12px;
	line-height: 24px;
}
.p-14 {
	font-size: 14px;
	line-height: 26px;
}
.h-10 {
	font-size: 10px;
}
.h-18 {
	font-size: 18px;
}
.h-21 {
	font-size: 21px;
	line-height: 32px;
}
.h-24 {
	font-size: 24px;
	line-height: 32px;
}
.h-36 {
	font-size: 36px;
	line-height: 42px;
}
#currentProperties .map-container .project-info {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 999;
	width: 360px;
	display: none;
}
#currentProperties .map-container .project-info .top-section {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
#currentProperties .map-container .project-info .footer-section p {
	padding-top: 6px;
	padding-left: 10px;
}
#currentProperties .map-container .project-info .footer-section .p-11 {
	line-height: 24px;
}
#currentProperties .legends-wrapper {
	position: relative;
	width: 290px;
	height: 591px;
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	float: left;
}
#currentProperties .legends-wrapper-2 {
	position: relative;
	width: 75px;
	height: 591px;
	overflow: -moz-scrollbars-vertical;
	overflow-y: initial;
	float: left;
}
.img-scroll-wrapper {
	position: sticky;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 500;
	height: 117px;
}
.img-scroll-wrapper img {
	position: absolute;
	top: 50%;
	left: 50%;
	bottom: 0px;
	width: 70px;
	transform: translate(-50%, -50%);
}
.projectLinkText {
	line-height: 22px;
}
#currentProperties .legends-wrapper .project {
	font-family: Assistant-Bold;
	color: #fff;
	display: flex;
	align-content: flex-end;
	justify-content: flex-end;
	flex-direction: column;
	transition: all 0.35s ease-in-out;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 140px;
	text-align: left;
}
#currentProperties .legends-wrapper .project h2 {
	background-color: rgba(0,0,0,0.2);
	padding: 10px;
	margin: 0px;
}
#currentProperties .legends-wrapper .project:hover {
	background-color: #3c3c3c;
	color: #fff;
	cursor: pointer;
}
#currentProperties .legends-wrapper .projects .bg-black {
	color: #FFF!important;
}
#currentProperties .legends-wrapper:hover .img-scroll-wrapper {
	display: none;
}
#map {
	/*width: calc(100% - 250px);*/
	width: calc(100% - 365px);
	height: 591px;
}
#currentProperties .map-container {
	position: relative;
}

/* width */
#currentProperties .legends-wrapper::-webkit-scrollbar {
 width: 10px;
}

/* Track */
#currentProperties .legends-wrapper::-webkit-scrollbar-track {
 background: #3c3c3c;
 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

/* Handle */
#currentProperties .legends-wrapper::-webkit-scrollbar-thumb {
 border-radius: 10px;
 background: #f2f2f2;
 height: 5%;
 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

/* Handle on hover */
#currentProperties .legends-wrapper::-webkit-scrollbar-thumb:hover {
 background: #ccc;
}

.pic_zoom_btn {
	position: absolute;
    bottom: 0;
    right: 15px;
    border: 1px solid #fff;
    padding: 5px;
    font-size: 26px;
    background-color: #fff;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
#currentProperties .legends-wrapper-2 {
	display: none;
}
#currentProperties .legends-wrapper {
	display: none;
}
#map {
	width: 100%;
}
}

/*CURRENT PROPERTIES ENDS*/


/* responsive  */

@media screen and (max-width: 991px) {
.carousel-caption h5 {
	font-size: 32px;
}
.carousel-caption p {
	font-size: 42px;
}
.fnt-sz-22 {
	font-size: 18px;
}
.bdr-rgt {
	border-right: none;
	border-bottom: 2px solid #b3b3b3;
	margin-bottom: 40px;
	padding: 0 0 40px 0;
}
.line-hg-45 {
	line-height: 35px;
}
.fnt-sz-18 {
	font-size: 16px;
}
.fnt-sz-32 {
	font-size: 22px;
}
.fnt-sz-20 {
	font-size: 16px;
}
.embedly-embed {
	width: 640px;
	height: 329px;
}
}

@media screen and (max-width: 767px) {
.line-hg-45 {
	line-height: 30px;
}
.fnt-sz-22 {
	font-size: 18px;
}
.fnt-sz-18 {
	font-size: 14px;
}
.fnt-sz-32 {
	font-size: 18px;
}
.fnt-sz-20 {
	font-size: 14px;
}
.ov-cont {
	padding: 30px 20px;
	margin-top: -80px;
}
.embedly-embed {
	width: 440px;
	height: 229px;
}
.lrn-mre-btn-big {
	display: block;
	width: 309px;
	height: 80px;
	padding: 22px;
	font-size: 24px;
}
}

@media screen and (max-width: 600px) {
.pl-5, .px-5 {
	padding-left: 1rem!important;
}
.pr-5, .px-5 {
	padding-right: 1rem!important;
}
.carousel-indicators li {
	width: 10px;
	height: 10px;
}
.carousel-caption {
	top: 2%;
	left: 5%;
}
.carousel-caption h5 {
	font-size: 16px;
}
.carousel-caption p {
	font-size: 22px;
}
}