@charset "UTF-8";
/* CSS Document */

/*FONTS*/
@font-face{
	font-family:'Proxima-Nova';
	src:url("fonts/Proxima-Nova-Alt-Regular-webfont.ttf");
	font-weight: 500;
}
@font-face{
	font-family:'Proxima-Nova';
	src:url("fonts/Proxima-Nova-Alt-Bold-webfont.ttf");
	font-weight: 600;
}
@font-face{
	font-family:'Proxima-Nova';
	src:url("fonts/Proxima-Nova-Alt-Black-webfont.ttf");
	font-weight: 700;
}

body{
	font-family:'Proxima-Nova'!important;
}

a{
	color:#5DA6A6 !important;
}
a:hover{
	color:#5DA6A6 !important;
}

/*COLORS*/
.green-dark-bg{
	background-color:#1A3B4B;
}
.green-dark, body{
	color:#1A3B4B !important;
}
.sent {
	color:#1A3B4B;
}
.error {
	color: #F2421B;
}
.unaccepted {
	color: #707070;
}
.green-med-bg{
	background-color:#5DA6A6;
}
.green-med{
	color:#5DA6A6;
}
.green-light-bg{
	background-color:#C7D9D7 !important;
}
.green-light{
	color:#C7D9D7;
}
.green-xlight-bg{
	background-color:#E8F1F1;
}
.green-xlight{
	color:#E8F1F1;
}
.orange-bg{
	background-color:#F2421B;
}
.orange{
	color:#F2421B;
}
.white{
	color:white;
}
.white-bg{
	background-color:white;
}
.grey{
	color:#707070;
}



.mar0{
	margin:0px!important;
}
.lp1{
	letter-spacing: 1px;
}
hr{
	margin-top:30px !important;
	margin-bottom:30px !important;
}

/*BUTTONS*/

.btn{
	border-radius: 55px!important;
	padding: 17px 60px 16px 60px!important;
	font-size:22px!important;
	font-weight:500!important;
	text-transform:uppercase!important;
	border:solid 2px !important;
	letter-spacing: .5px !important;
}
a.nav-link.btn{
	padding: 13px 2rem!important;
	font-size:16px !important;
}
.btn-outline-primary{
	color:#1A3B4B !important;
	border-color:#5DA6A6 !important;
}
.btn-outline-primary:hover {
    color: white !important;
    background-color: #5DA6A6 !important;
  
}
.btn-primary{
	color: #fff !important;
    background-color: #76b0b2 !important;
    border-color: #76b0b2 !important;
}
.btn-primary:hover{
	color: #fff !important;
    background-color: #5DA6A6 !important;
    border-color: #5DA6A6 !important;
}
.btn-orange, a.nav-link.btn.btn-orange{
	background-color: #fb7527 !important;
    border-color:#fb7527 !important;
    color: white !important;
}
.btn-orange:hover, a.nav-link.btn.btn-orange:hover{
	background-color: #d8552f !important;
	border-color:#d8552f !important;
}
.btn-shadow{
	box-shadow:  0px 3px 6px #00000029;
}



/*CHECK BOX*/

/* The container */
.check-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius:5px;
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
  background-color: white;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
  background-color: #1a3b4b;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}






/*FORM ITEMS*/
.form-control, .custom-select.form-control{
	padding:18px 0px 17px 22px !important;
	font-size:23px !important;
	border:none !important;
	border-radius:10px !important;
	color: #6c757c !important;
}



/*BANNERS*/

.banner{
	padding-top:150px;
	padding-bottom:150px;
	color:white;
}
.banner-primary{
	font-size:73px;
	font-weight:600;
	line-height: 73px !important;
}
.banner-secondary{
	font-size:32px;
	font-weight:600;
}


#banner-home{
	background-image:linear-gradient(to bottom, rgba(118,176,178,0.68), rgba(42,86,86,0.58)), url("img/home-banner.jpg");
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	padding-top:200px;
	padding-bottom: 350px;
}
#banner-leasing{
	background-image:linear-gradient(to bottom, rgba(118,176,178,0.22), rgba(42,86,86,0.45)), url("img/leasing-bg.jpg");
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
#banner-location{
	background-image:linear-gradient(to bottom, rgba(118,176,178,0.22), rgba(42,86,86,0.45)), url("img/location-bg.jpg");
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
#banner-contact{
	background-image:linear-gradient(to bottom, rgba(118,176,178,0.68), rgba(42,86,86,0.58)), url("img/home-banner.jpg");
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.banner-pad8550{
	padding-top: 85px;
    padding-bottom: 50px;
	color:white;
}

#building-img{
	height: 422px;
    background-image: url(img/View1@2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#coming-date{
    border-radius: 50px;
    height: 78px;
    padding: 18px 0px 0px 35px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 30px;
	opacity:0.9;
}
#cta-home{
	background-color: #fffffff2;
    padding: 63px 55px;
    border-radius: 14px;
    margin-top: -300px;
    color: #223b49;
    font-size: 37px;
    box-shadow: 3px 13px 13px #00000029;
	line-height: 43px;
}

a.nav-link{
	color: #1A3B4B !important;
	padding-top:15px;

}
.navbar-light .navbar-nav .nav-link{
    margin-left: 20px;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.navbar-light .navbar-nav .active>.nav-link{
	color:#f57c42 !important;
}
.bold{
	font-weight:600!important;
}
.font-s50{
	font-size:50px !important;
}
.font-s31{
	font-size:31px!important;
}
.font-s41{
	font-size:41px!important;
}
.font-s20{
	font-size:20px !important;
}
.font-s18{
	font-size:18px !important;
}
.uppercase{
	text-transform: uppercase;
}
.text-shadow{
	text-shadow: 2px 2px 20px #45757761;
}
.h2-primary{
	margin-top:125px;
	text-transform:uppercase;
	color:#76B0B2;
	font-size:33px;
	font-weight:600;
	letter-spacing:1px;
}
.h2-secondary{
	font-size:50px;

	margin-top:50px;
}
.border-box{
	border: 2px solid #76B0B2;

}
.border-radius{
	border-radius: 11px;
}
.br9{
	border-radius: 9px;
}
.box-padding{
	padding:50px 40px 35px 40px !important;
}
.post-pic-box{
	max-height:400px;
	overflow: hidden;
}



h3{
	margin-top:23px !important;
	margin-bottom:10px !important;
	font-weight:600 !important;
}
footer p{
	font-size:25px;
	margin-bottom:5px !important;
}
footer h3{
	font-size:30px;
	margin-bottom:35px !important;
}
footer img{
	margin-top:15px;
	margin-right:10px;
}
.border-box p{
	font-size:22px;
	line-height: 28px;
}
.space30{
	margin-bottom:30px;
}
.space60{
	margin-bottom:60px;
}
.space125{
	margin-bottom:125px;
}
.pad20{
	padding:20px !important;
}
.pad40{
	padding:40px !important;
}
.pad200{
	padding:200px 0px;
}
.pad100{
	padding:100px 0px;
}
.pad125{
	padding: 125px 0px;
}
.pad-b2r{
	padding-bottom:2rem !important;
}

.lbox-pad{
	padding: 0px 0px 0px 15px !important;
}
.lbox-br{
	border-radius: 9px 0px 0px 9px  !important;
}
.post .btn{
	padding:13px 0px !important;
	font-size:16px !important;
}
.modal-footer .btn{
	padding-top:13px !important;
	padding-bottom: 13px !important;
}
.modal-footer{
	padding: 2rem 3rem !important;
}

.row-eq-height {
    display: -webkit-box;
    display: -ms-flexbox;
	display: -ms-flexbox;
	display: flex;
}
.modal-header{
	padding:2rem 2rem 1rem 2rem !important;
}
.hide-home-posts{
	max-height:655px;
}




/*--- MEDIA QUERIES --*/ 


/*---X Large devices (desktops, 1200px and up)--*/
@media (min-width: 1200px)  {
	.border-box.border-radius.box-padding.white-bg .font-s41 {
    	font-size: 31px !important;
	}
}

/*---large devices (991px and less)--*/
@media (max-width: 992px) {
	.lbox-pad{
		padding: 0px 15px 0px 15px !important;
	}
	.lbox-br{
		border-radius: 9px 9px 0px 0px  !important;
	}
	.box-padding{
		padding:35px 1rem 20px 1rem !important;
	}
	.border-box p.font-s41{
		font-size: 33px !important;
	}
	.hide-md{
		display:none !important;
	}
	.sticky-top{
		position:relative !important;
	}
	.remove-pad-md{
		padding:0px !important;
	}
	
	.border-box.border-radius.box-padding.white-bg .font-s41 {
    	font-size: 26px !important;
	}
  }

/*---large devices (991px and up)--*/
@media (min-width:992px){
	.hide-desk{
		display:none !important;
	}
	.btn-block.btn-fix{
		width:50%;
	}
	.modal-body{
		padding: 2rem 3rem !important;
	}
}

/*---Small devices (tablets, 768px and  less)--*/
@media (max-width: 768px) {
	
	#banner-home{
		padding-top:100px;
		padding-bottom: 240px;
	}
	.text-center-md{
		text-align:center !important;
	}
	
	.banner-primary {
    	font-size: 45px;
    	line-height: 47px !important;
	}
	.banner-secondary {
    	font-size: 22px;
	}
	.h2-primary {
		margin-top: 50px;
		font-size: 20px;
	}
	.h2-secondary {
		font-size: 35px;
		
		margin-top: 30px;
	}
	hr {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}
	.font-s50 {
    	font-size: 40px !important;
}
	.font-s41 {
    	font-size: 31px!important;
	}
	.font-s31 {
    	font-size: 21px!important;
}
	.font-s20 {
    	font-size: 16px !important;
	}
	.space125{
		margin-bottom: 60px;
	}
	.space60{
		margin-bottom: 30px;
	}
	.space30{
		margin-bottom: 1rem;
	}
	.pad40 {
    	padding: 20px !important;
	}
	.pad125, .pad100, .pad200{
		padding: 50px 0px;
	}
	.pad0{
		padding-right: 0px !important;
		padding-left:0px !important;
	}
	
	.mar-30{
		margin-right:-30px !important;
		margin-left:-30px !important;
	}
	.btn{
		padding: 14px 45px 14px 45px!important;
    	font-size: 18px!important;
	}
	.pad0 .br9, .pad0 .border-radius{
		border-radius:0px;
	}
	.pad0 .border-box{
		border:none !important;
	}
	.pad-b0{
		padding-bottom:0px !important;
	}
	.pad-t0{
		padding-top:0px !important;
	}
	.border-box p{
		font-size: 16px;
    	line-height: 20px;
	}
	.border-box h3{
		font-size:21px;
	}
  
}
/*---Extra small devices (portrait phones, less than 576px)--*/
@media (max-width: 576px) {
  .hide-mobile{
		display:none !important;
	}
	.text-center-sm{
		text-align:center !important;
	}
}
	

.scrolling-wrapper-flexbox {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;

  .card {
    flex: 0 0 auto;
  }
}












/*--- Fixed Background Image 
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  background-image: url('img/mac.png');
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
--*/
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}






