
@import url("https://use.typekit.net/xbv4nqm.css");
body{

	font: 18px/28px 'Proxima-nova',sans-serif;
}
:root {
  --orangered: #ff3b0f;
  --whiteTxt: #fff;
  --orangeTxt: #ff3b0f;
  --whiteBg: #fff;
 --font-proxima-nova: 'Proxima-nova',sans-serif;
 --black:#000;
 --boxTxt:#666;
  
}
:focus {
outline: 0;
}
a{color:var(--orangered);}
#news-contstruction h3{font-size:25px;margin-bottom:0;}
#news-contstruction .widget-title{display:none;}
#news-contstruction  #searchsubmit{
 top:4px;   
}

#news-contstruction figure{margin-top:0;margin-bottom:30px;}
main .comments-template a{color:var(--orangered);}
.container{
    max-width:1170px;
    margin:auto;

}
html{margin:0 !important;}
.navbar-dark #menu-main .menu-item.current-menu-item a{color: var(--orangered);}
.navbar {
	
  max-width:1140px;
  margin:auto;
  background:#fff;
  /*height: 70px;*/
  height: 83px;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: var(--whiteBg);
  padding:12px 44px;
  margin-top:20px;
}
.wpcf7 h3{
  	font: 700 25px 'Proxima-nova',sans-serif;
}
 h4{
  	font: 700 20px 'Proxima-nova',sans-serif;
}
.blocks-gallery-grid, .wp-block-gallery{box-shadow:none;}
#myCarousel.carousel{
	margin-top:-33px;
	margin-bottom: 0;
}
#myCarousel .carousel-item,#myCarousel  .carousel-item > img  {height:100vh;width:100%;}
.navbar-collapse{
	justify-content:flex-end;
}
#menu-main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
        flex-direction: row;
}
.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:hover {
    color: #ff3b0f;
	font: 42px 'Proxima-nova',sans-serif;
	font-weight: 900;
}
.navbar-dark .navbar-nav .menu-item{list-style:none;}


.navbar-dark #menu-main .menu-item a{
	color:#333;
	font: 15px/18px 'Proxima-nova',sans-serif;
	margin:0 16px;
	
}
.navbar-dark #menu-main .menu-item  a:hover{
	color:#ff3b0f;
	text-decoration:none;
}
#file-upload-filename.attach-icon{
    background:url(images/noun_attach.svg) no-repeat;
    font: 400 14px/17px 'Proxima-nova',sans-serif;
    height:17px;
    padding-left: 25px;
    margin-top:-40px;
}
 .carousel-caption h2,.carousel-caption h1{
  max-width: 550px;
  width:100%;
  font-family: 'Proxima-nova',sans-serif;
  font-size: 55px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.09;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
.navbar-collapse{
    background:#fff;
}
.navbar-toggler:hover, .navbar-toggler:focus {
    outline: none;
    text-decoration: none;
}
#myCarousel .carousel-caption{
	left:7%;
	top:25%;
}
.carousel-caption p a{ font-family: 'Proxima-nova',sans-serif;color:#fff;    margin: 15px 0;}
.wp-block-file__button{display:none;}
.btn-primary,.wpcf7-form-control.wpcf7-submit,.wp-block-file__button,#submit.submit{
  border-radius: 50px;
  background-color: var(--orangered);
  color: var(--whiteTxt);
  padding:12px 33px;
 
  border:1px;
  text-transform: uppercase;
  font-weight: 500;
  font:14px 'Proxima-nova',sans-serif;
  font-weight: 500;
}
.btn-primary:hover,.wpcf7-form-control.wpcf7-submit:hover,.wp-block-file__button:hover,#submit.submit:hover
,.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle,.btn-primary:focus, .btn-primary.focus{
	background-color: var(--whiteBg);
  color: var(--orangeTxt);
   box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);

}
#news-contstruction .row:first-child  .col-xs-12:last-child{
    padding-right:0;
}
#news-contstruction .row .col-xs-12:nth-child(3n+1){
    padding-left:0;
}
#news-contstruction .row .col-xs-12:nth-child(3n+3){
    padding-right:0;
}
a:hover{color: var(--orangered) !important;}
 .carousel-indicators li{
	width: 10px;
    height: 10px;
    background-color: var(--orangered);
    opacity: 0.59;
    border-radius: 50%;
}
.wp-block-video video{width:100%;}
  .carousel-indicators li.active{ background-color: var(--orangered);}
#myCarousel .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: inherit;
    top: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 1%;
    margin-left: 15%;
    list-style: none;
    flex-direction: column;
    align-items: center;
    margin-bottom:0;
}
.navbar-toggler-icon{
    background-image:url(images/menu.svg);
    width:50px;
    height:40px;
}

.Chelsea_Ave_NE {
  max-width: 500px;
 /* height: 450px;*/
 width:100%;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
main h2{
	font: 700 45px var(--font-proxima-nova);
	color:var(--black);
}
main h3,main h3 a{
	font: 700 40px var(--font-proxima-nova);
	color:var(--black);
}
  a:hover{color:var(--orangered);text-decoration:none;}

.box-container{
	margin-top:50px;
	display: flex;
	justify-content: space-around;
}
.box-container div{
  width: 180px;
  margin:0 20px;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  justify-content: flex-start;
  align-items: flex-start;
  padding:20px;
  display: flex;
  flex-direction: column;
}
.box-container div p{
	margin-top:15px;
	font: 700 15px/18px var(--font-proxima-nova);
	margin-bottom:0;
}
.box-container div:hover {
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.16);
}
.box-container div:hover p{
	color: var(--orangered);
	
}
.box-container div .noun-apartment-icon{
	background: url(images/noun-apartment.svg) no-repeat;
	width:32px;
	height: 35px;
}
.box-container div:hover .noun-apartment-icon{
	background: url(images/noun-apartment-hover.svg) no-repeat;
}
.wpcf7-file{position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 5em; height:45px; width:130px}
.btn-block {
    display: block;
    width: 100%;
}
.attachfile {
    position: relative;
    overflow: hidden;
    text-align: center;
    border: 0;
    border-radius: 0;
    margin: 0 auto;
    height: 45px;
    color:#000;
    display:block;
    width: 152px;
    float:right;
}
.attachfile:before {
   content: "+ Attach File";
   font-size:14px;
   position: absolute;
    right: 0;
}
input[type="file"] {
    -webkit-appearance: initial;
    background-color: initial;
    padding: initial;
    border: initial;
	margin-top: 0px;
    width: 152px;
}
section{
	padding: 130px 0;
}
#AboutSpot .row:last-child{
	margin-top: 100px;	
}
#AboutSpot,.whitebg-Dot {
	background: url(images/about-spot.png) no-repeat;
	background-size: cover;
	background-position: center center;	
}
section.whitebg-Dot{
    padding:96px 0;
}
ul li{list-style:none;}
.is-vertically-aligned-top ul{
    display:inline-block;
    vertical-align: top;
    padding:0;
    margin-top:20px;
}
.is-vertically-aligned-top ul + ul li:first-child{
    background:none !important;
}
.page-term-and-condition main h2{
    margin-bottom:40px;
}
.page-term-and-condition main ol li {
    margin-bottom:20px;
}
.page-contact-us main ul li a{color:#000;}
.page-contact-us main ul li{ padding-left:38px;}
.page-contact-us main ul li{
    height:22px;
    background-position:0 0;
    padding-left:38px;
}
.page-contact-us main ul li:first-child{
    background:url(images/map.svg) no-repeat;
   
}
.page-contact-us main ul li:nth-child(2){
    background:url(images/call.svg) no-repeat;
    
}
.page-contact-us main ul li:nth-child(3){
    background:url(images/mail.svg) no-repeat;
    background-position:0px 6px;
   
}
.page-contact-us main ul li:first-child a{
    color:var(--orangered);
    /*margin-left:100px;*/
}
.page-contact-us main ul li{
    margin-bottom:20px;
    color:#000;
    font-size:16px;
    line-height:20px;
}
.page-contact-us main ul li .whitebg-Dot{}
#appartments{
	background-color: #f4f5fa;
}
	.appartmentsNav .carousel-indicators li {
	text-indent:0;
	width:100%;
	height: auto;
	border-radius: 0;
}
	.appartmentsNav .carousel-indicators{
        position: inherit;
    flex-direction: row;
    max-width: 400px;
    width:100%;
    height: 60px;
    background: #fff;
    line-height: 60px;
    text-align: center;
   border-radius: 10px;
     box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
#appartments  .appartmentsInnerCarousels .carousel-item{
	background-color: #fff;

}
.propertyFeatures .carousel-item{
    	background-color: transparent;
	height: auto;
}
#appartments  .appartmentsInnerCarousels .carousel-indicators{bottom: 50px}
#appartments  .carousel{
	margin-top:0;
	margin-bottom:0;
}
#appartments .row{

	margin-right: 0;
	margin-left: 0;
}
.appartmentsTxt{
	padding: 0 5px;
}
	.appartmentsNav .carousel-indicators li button.active,.appartmentsNav .carousel-indicators li button{
    	max-width: 133.3px;
    	width:100%;
      height: 60px;
      border-radius: 10px;
     color:#fff;
      background-color: var(--orangered);
      border-top: 0;
    border-bottom: 0;
    margin:0;
}
.appartmentsNav .carousel-indicators li {
	background-color: transparent;
	opacity: 1;
    margin:  -11px 0 0 0;
    padding: 0;
   
}
.appartmentsNav .carousel-indicators li button:focus{
	box-shadow: none;
	outline: 0;
}
.appartmentsNav .carousel-indicators li button{
	  background-color: var(--whiteBg);
	  opacity: 1;
	  
	   color: #666666;
}

#logo-competition{
	background-color: #666;
	color:var(--whiteBg);
	padding: 55px 0;
}
.page-logo-competition figure{
    background-color:transparent;
}
#logo-competition h4{
	font: 700 30px/32px var(--font-proxima-nova);
}
#people-story{
	background: url(images/people-story.svg) no-repeat;
	background-size:cover;
	background-position: center center;
	color:var(--whiteBg);
	padding: 98px 0 50px;
}
#people-story h2{
color:var(--whiteBg);
}
.people {
	font: 300 16px/24px var(--font-proxima-nova);

  width: 100%;
  height: 180px;
  border-radius: 10px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  margin-bottom: 48px;
  color:#666666;
  padding: 38px 30px 13px 60px;
  position: relative;
}
.people:before{
	content: '';
	background:url(images/noun-quote-orange.svg) no-repeat;
	width:27px;
	height: 21px;
	position: absolute;
	left:24px;
	top:19px;
}
#people-story .co-xs-12 h2{position: relative;margin-top:98px;}
#people-story .co-xs-12 h2:before{
	content: '';
	background:url(images/noun-quote-white.svg) no-repeat;
	width:103px;
	height: 80px;
	position: absolute;
	left: 0;
    top: -95px;
}
.people strong,.people h5{
font: 700 16px/24px var(--font-proxima-nova);
	color:#333;
}
.people h5{
	font: 700 20px/24px var(--font-proxima-nova);
	
}
#people-story  .carousel-item{
	height: inherit;
}
.carousel-item{
	background-color: transparent;
}
.carousel{margin-bottom:0;}
#construction{
	padding: 96px 0 57px 0;
}
figure{
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
 
}
figure figcaption{
	padding: 17px 19px 19px 19px;
}
.page-logo-competition figure img{
    width:inherit;
}
.page-logo-competition h5{
    margin-bottom:20px;
    font-size:25px;
    font-weight:300;
    line-height:40px;
    
    
}
.page-logo-competition .wp-block-columns{
  margin:34px 0;  
}
.page-logo-competition section.whitebg-Dot{
    padding:46px 0;
    background:url(images/logo-compiotition-bg.png);
}
.page-logo-competition figure{
    box-shadow:none;
}
.page-logo-competition  .whitebg-Dot .wp-block-columns:first-child h3{
    margin-bottom:25px;
    font-size:30px;
    line-height:40px;
}
.page-logo-competition  .whitebg-Dot .wp-block-columns:nth-child(2){
    padding-top:30px;
    padding-bottom:39px;
}
.page-logo-competition  .whitebg-Dot .wp-block-columns:nth-child(2) p,.page-logo-competition  .whitebg-Dot .wp-block-columns:last-child p{
    font-size:16px;
    line-height:24px;
}
.page-logo-competition  .whitebg-Dot .wp-block-columns:last-child{
    padding-top:10px;
    margin-bottom:0;
}
.page-logo-competition  .whitebg-Dot .wp-block-columns:last-child h5{
    margin-top:14px;
}
input::placeholder,textarea::placeholder {
  	font: 400 14px/17px var(--font-proxima-nova);
    color:#979797;
}
.page-logo-competition  .whitebg-Dot .wp-block-columns:first-child .is-vertically-aligned-center p ,.page-logo-competition  .whitebg-Dot .wp-block-columns:nth-child(3) p{
    font-size:25px;
    line-height:40px;
    font-weight:300 ;
}
.page-contact-us section.whitebg-Dot{
     background:url(images/contact-bg.png) ;
}
figure img{
	width:100%;
	border-bottom:1px solid #e9e9e9;
}
 figure figcaption span{
	font: 700 16px/24px var(--font-proxima-nova);
	color:#666;
	display: block;
}
figure figcaption strong{
	font: 700 20px/24px var(--font-proxima-nova);
	color:#000;
	margin-top:18px;
	margin-bottom: 25px;
	display: block;
	
    width: 260px;
    
}
figure figcaption a{
	font: 700 14px/17px var(--font-proxima-nova);
	color: var(--orangered);
}
section .row{
	margin-left: 0;
	margin-right:0;
}
footer{
	background-color: #1c1c1c;
	padding-top:65px;
	color:#fff;
	font-size: 16px;
}
footer .widget-area{
    display:flex;
    justify-content:space-between;
}
#text-2{
    width:50%;
}
#text-2 .textwidget{max-width:430px;}
#text-2 h4{
	
 font: 900 42px/1.24 var(--font-proxima-nova);
  font-size: 42px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
  letter-spacing: normal;
  text-align: left;
  color: var(--orangered);
}
footer  ul{
	padding-left: 0;	
}
footer  ul li{
	list-style: none;
}
footer  ul li a{
	color:var(--whiteBg);
	 font:400 15px var(--font-proxima-nova);
}
footer  h4{
	 font:900 15px var(--font-proxima-nova);
	 margin-bottom: 35px;
}
footer  .copyright{
	padding:28px 0;
	border-top:1px solid var(--orangered);
	margin-top:65px;
}
#appartments  .appartmentsInnerCarousels  .carousel-item img{
  width: 92%;
  height: auto;
  object-fit: contain;
  margin: 20px 20px 0 20px;
  min-width:92%;
}
#appartments  .appartmentsInnerCarousels  .carousel-item{
	background-color: var(--whiteBg);
	height: 32rem;

}
#appartments  #appartmentsInnerCarousel .carousel-indicators li.active, #appartments #appartmentsInnerCarousel .carousel-indicators li{

	width:10px;
	height:10px;
	border-radius: 50%;
	background-color: var(--orangered);
	opacity: 1;
}
 #appartments #appartmentsInnerCarousel .carousel-indicators li{

	margin:0 5px;
	background-color: var(--orangered);
	opacity: 0.5;
}
#appartments #appartmentsInnerCarousel  .carousel-indicators{
	background-color: transparent;
	box-shadow:none;
	top:inherit;
	bottom: 0;
	left:0;
	right:0;
	height: auto;
	width: 100%;
	margin-right: 0;
	margin-left: 0;

}

/*******/
.propertyItem{
	 width: 130px;
  height: 150px;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  display: inline-block;
  padding: 16px 30px;
  margin:0 10px;
}
#propertyFeature .carousel-control-prev-icon,#propertyFeature  .carousel-control-next-icon{
	    background-image: url(images/back.png) !important;
	width:20px;
	height: 20px;
	margin-left: -40px;
}
#propertyFeature  .carousel-control-next-icon{
    background-image: url(images/next.png) !important;
	width:20px;
	margin-right: -40px;
	margin-left: 0px;
}
#propertyFeature.carousel {text-align: center;margin-top:20px;}
#propertyFeature.carousel strong{    white-space: nowrap;}
#appartmentsInnerCarousels .carousel .carousel-item{
	position: relative;
}
.flatType{
	position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.flatType strong{
	 font:700 30px var(--font-proxima-nova);
	 color: #000;
	 margin-right: 40px;
	 text-transform:uppercase;
}
.no-padding{padding:0;}
.inner-header{
    color: #fff;
    height: 400px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 999;
}
.inner-header .entry-title{
   font: 900 50px/1.22 var(--font-proxima-nova);;
   font-stretch: normal;
   font-style: normal;
   letter-spacing: normal;
   text-align: left;
   color: #ffffff;
}
.inner-header .entry-title, .inner-header .entry-content-page{
    z-index:9999;
    position:relative;
}
.overlayColor{
   
     opacity: 0.4;
    border: solid 1px #707070;
  background-color: #000000;
    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

main .container .posts{
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   flex-direction: column;
   flex-basis: 100%;
   flex: 1;
}

section#news-contstruction{
    padding:50px 0;
}
.wpcf7-form label .red{color:red;
    position:absolute;
    top:-5px;
    right:0;
}
.wpcf7-form label{
    width:100%;
    position:relative;
}
.wpcf7-form{
  max-width:450px;
  width: 100%;
  padding:20px;
  border-radius: 20px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  margin-left:auto;
}
input, select, textarea,.form-control{
    width:100%;
     border-radius: 10px;
     border: solid 1px #a0a0a0;
     margin:10px 0;
     padding:5px 10px;
}
input[type="checkbox"]{width:auto;}
#submit.submit{width:auto;}
textarea,textarea.form-control{height:140px;}
.post-nav{
    display:flex;
    justify-content:space-between;
    margin:84px 0;
}
.post-nav a{
    color:#000;
}
.wp-block-image .aligncenter{
    margin-left:inherit;
}
.wp-block-image figcaption {
    margin-top: 0;
    margin-bottom: 0;
    background-color: #f4f4f4;
    font-size:14px;
}
.breadcrumb a{color:#6e6e6e;}
.breadcrumb{
    background-color: transparent;
    border-radius: 0;
    font-size: 16px;
    margin-top:78px;
    color:#6e6e6e;
}
 .fa{
    color:var(--orangered);
    margin-right:5px;
}
.comments-template{font-size:16px;color:#2b2b2b;}
.comment-form label{font-size:16px;color:#666;}
.post-nav div:last-child .fa{margin-left:5px;margin-right:0;}
.post-time{
    display:flex;
    justify-content:space-between;
    color:#333;
    font-size:16px;
    margin:30px 0;
}
article h4{
    color:#000;
    font-size:20px;
    margin-bottom:30px;
}
.wp-block-media-text{
    margin:90px 0;
}
.wp-block-media-text__media{
    background-color:transparent;
    
}
.wp-block-media-text__media figure,figure.wp-block-image{
    box-shadow:none;
}
.wp-block-image .aligncenter {
    margin-left: inherit;
    box-shadow: none;
}
.wp-block-image img{border:0;}
.wp-block-media-text__media img{
    width:239px;
    height:198px;
    border:0;
}
.wp-block-media-text{
    background:#1c1c1c;
    border-radius:10px;
    padding:26px 187px;
}
.wp-block-media-text {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms -grid-columns: 50% 1fr;
    grid-template-columns:inherit;
    background: #1c1c1c;
    padding: 26px 187px;
    border-radius: 10px;
    color: #fff;
}
.has-large-font-size {
    font-size: 24px;
    line-height: 34px;
}
.recent-posts ul{padding:0;}
.recent-posts li {list-style:none;display:flex;}
.recent-posts li img {
    width:60px;
    height:60px;
    border-radius:50%;
    border:1px solid #ccc;
}
.screen-reader-text{display:none;}
.recent-posts h4{
    margin-bottom:40px;
    margin-left:20px;
}
.recent-posts h4 a{
    color:#2b2b2b;
    font-size:14px;
}
#searchsubmit{
    background-color:transparent;
    border:0;
    background-image:url(images/search.png);
    background-repeat:no-repeat;
    width:14px;
    height:14px;
    position:absolute;
    background-size:14px 14px;
    top:36px;
    right:30px;
    text-indent:-999;
}
#s{border-radius:80px;margin-top:0;margin-bottom:33px;}
.pagination a.prev,.pagination a.next{
    font: 700 26px/1.19 var(--font-proxima-nova);;
    color: #ff7a5c;
    margin-left:62px;
}
.pagination a.prev{
    margin-left:0;
    margin-right:62px;
}
.pagination .page-numbers{
    margin:0 17.5px;
    font: 700 26px/1.19 var(--font-proxima-nova);;
    color: #9d9d9d;
    
}
.pagination .page-numbers.current{
  width: 30px;
  height: 30px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  color:var(--orangered);
  border-radius:50%;
}
.pagination{
    justify-content:center;
    margin-top:76px;
    margin-bottom:44px;
}
.recent-posts li h6 { 
    margin-left: 20px;
    margin-bottom: 40px;
}
.recent-posts li h6 a:hover{
    text-decoration:none;
}
.recent-posts li h6 a{
    font-size: 14px;
   
    color:#2b2b2b;
}
.recent-posts li p{
    white-space: nowrap;
    width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
}
article h2{margin-top:40px;}

.search-col{
    display:flex;
    justify-content:space-between;
    margin-bottom:40px;
   
}
.search-col div:last-child{
    margin-left:20px;
}
.search-col img{
    border:1px solid #ccc;
    box-shadow:1px 1px 5px #ccc;
}
.post-nav .next a,.post-nav .prev a{
    position:relative;
}
.post-nav .prev a{
   background:url(images/left.png) no-repeat;
    
        padding-left: 55px;
    
    height:20px;
}
.post-nav .next a{
    background:url(images/right.png) no-repeat;
    padding-right: 55px;
    background-position:right;
    height:20px;
}
.logoCompetition .the-spot {
    background:url(images/the-spot.png) no-repeat;
    background-size:cover;
    padding:86px 0;
}
.logoCompetition .the-spot p{
    font-size:25px;
}
#myCarousel .carousel-caption{
        max-width:550px;
       
    }
@media(min-width: 1000px) and (max-width: 1024px){
    .propertyItem {
        width: 120px;
        height: 150px;
        border-radius: 10px;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        background-color: #ffffff;
        display: inline-block;
        padding: 16px 10px;
        margin: 0 2px;
    }
    #myCarousel .carousel-item{height:50vh;}
}
@media(min-width: 1024px) and (max-width: 1366px){
    #myCarousel .carousel-item, #myCarousel .carousel-item > img {
        height: 700px;
        width: 100%;
        object-fit: cover;
    }
    
}
@media(min-width: 768px) and (max-width: 1023px){
    main h2,.carousel-caption h2,.carousel-caption h1{
        font-size:40px;
    }
    main h3, main h3 a{font-size:30px;}
    section{padding:45px 0;}
    #myCarousel .carousel-item, #myCarousel .carousel-item > img {
        height: 400px;
        width: 100%;
        object-fit: cover;
    }
    #myCarousel .carousel-caption{
        max-width:450px;
        top:12vh;
    }
    
    .box-container{
        flex-wrap:wrap;
        justify-content:flex-start;
    }
    .box-container div{
        margin:15px;
    }
    #appartments .appartmentsInnerCarousels .carousel-item{height:45vh;}
    .appartmentsTxt{
        margin-top:50px;
    }
    .navbar-dark #menu-main .menu-item a {
        color: #333;
        font: 14px/18px 'Proxima-nova',sans-serif;
        margin: 0px 5px;
    }
    .appartmentsNav .carousel-indicators li {
        width: 100%;
        margin: -11px 0;
    }
    #appartments .appartmentsInnerCarousels .carousel-item img {
        width: 50%;
       
        object-fit: cover;
        margin: 20px 20px 0 20px;
        min-width: 50%;
        margin: 20px auto;
        right: 0;
    }
}
@media(max-width:767px){
    .navbar-toggler-icon{
        background-image: url(images/menu.svg) !important;
        width: 30px;
        height: 30px;
        margin-top: -10px;
    }
    .navbar{
        padding: 12px 20px;
    }
    .navbar-collapse {
        background: #fff;
        padding: 0px;
        box-shadow: 0px 5px 5px #CCB;
        margin-left:auto;
        max-width:250px;
    }
    .navbar-dark .navbar-brand{
        margin-top:-6px;
    }
    #myCarousel .carousel-caption{
        top:32vh;
    }
    
    .carousel-caption h2,main h2,.carousel-caption h1{font-size:28px;}
    main h3{font-size:24px;}
    #menu-main {
       
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .box-container{
        flex-direction:row;
        flex-wrap:wrap;
        justify-content:space-between;
    
    }
    .box-container div{
        margin:20px 0;
        width:48%;
    }
    .propertyItem{
       
        margin: 20px auto;
        display: block;
    }
    #appartments .appartmentsInnerCarousels .carousel-item{
        height:60vh;
    }
    #appartments .appartmentsInnerCarousels .carousel-indicators {
        bottom: 12vh;
    }
    .appartmentsTxt{
        margin-top:50px;
    }
    .flatType strong{
        margin:10px 0;
        text-align:center;
        font-size:20px;
    }
    .appartmentsNav .carousel-indicators{margin-left:0;margin-right:0;}
    #people-story,section{
        padding:40px 0;
    }
    #text-2,#text-2 .textwidget{width:100%;}
    footer .widget-area{    flex-direction: column;}
    footer .copyright,footer .copyright .text-right{text-align:center !important;}
    .wp-block-media-text{
        display:inherit;
        padding:26px;
    }
    .wp-block-media-text .wp-block-media-text__content{
        padding:26px;
    }
    .wp-block-media-text .wp-block-media-text__media{
        margin-bottom:30px;
        
    }
    .inner-header,.inner-header .entry-title{
        text-align:center;
        padding-top:30px;
    }
    #news-contstruction h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .inner-header .entry-title{
        font-size:36px;
    }
    .inner-header{
        height:250px;
    }
    section.whitebg-Dot{
        padding:45px 0;
    }
    #myCarousel .carousel-item, #myCarousel .carousel-item > img {
        height: 390px;
        width: 100%;
        object-fit: cover;
    }
    #myCarousel .carousel-caption{
        top:20vh;
    }
    .text-right {
        text-align: center !important;
        padding-right: 15px !important;
    }
    .carousel-caption{
        font-size:14px;
    }
    .navbar-dark .navbar-nav .menu-item{
        border-bottom:1px solid #dddcdc;
        padding:10px 0;
    }
    .navbar-dark .navbar-nav .menu-item:last-child{
        border-bottom:0;
    }
    #menu-main{
        width:100%;
    }
    .page-logo-competition section.whitebg-Dot{padding:0;}
    .page-contact-us main ul li:first-child a{
        margin-left:0;
    }
    #news-contstruction .row:first-child  .col-xs-12:last-child, #news-contstruction .row .col-xs-12:nth-child(3n+1), #news-contstruction .row .col-xs-12:nth-child(3n+3){
        padding-right:15px;
        padding-left:15px;
    }
    #AboutSpot .Chelsea_Ave_NE{
        margin-top:20px;
    }
}
@media (max-width: 375px){
    #myCarousel .carousel-caption {
        top: 20vh;
    }
}
@media (max-width: 360px){
    #myCarousel .carousel-caption {
        top: 24vh;
    }
}

#lightgallery img{
    height:230px;
    object-fit: cover;
    border-radius: 2px;
    border: solid 1px #eeeeee;
    transition: all 800ms ease;
    overflow: hidden;
}
span.wpcf7-list-item-label{font-size:14px;}







.home #myCarousel{margin-top: 0;}
.home #myCarousel .carousel-inner{}
.home #myCarousel .carousel-inner .carousel-item{height: 100%;width: 100%;}
.home #myCarousel .carousel-inner .carousel-item img{width: 100%;height:auto;}
.home #myCarousel .carousel-inner .carousel-caption{bottom: 28%;top: auto;left: 19%;max-width: 450px;}
.home #myCarousel .carousel-inner .carousel-caption h1{font-size: 42px;line-height:normal;}
.home #myCarousel .carousel-inner .carousel-caption p{line-height: normal;font-size: 16px;}
.home #myCarousel .carousel-inner .carousel-caption a{}

@media only screen and (min-width : 320px) and (max-width : 480px) {
.home #myCarousel .carousel-inner .carousel-caption {bottom: 0;top: auto;left: 8%;}
.home #myCarousel .carousel-inner .carousel-item{height:390px;}
.home #myCarousel .carousel-inner .carousel-item img{height:390px;}
.home #myCarousel .carousel-inner .carousel-caption h1{font-size: 22px;line-height: normal;}
.home #myCarousel .carousel-inner .carousel-caption p{font-size: 15px;}
.home #myCarousel .carousel-inner .carousel-caption a {font-size: 13px;}
}

@media only screen and (min-width : 360px) and (max-width : 640px) {
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
.home #myCarousel .carousel-inner .carousel-caption h1{font-size: 22px;margin-bottom: 4px;}
.home #myCarousel .carousel-inner .carousel-item{height: 339px;}
.home #myCarousel .carousel-inner .carousel-caption{bottom: 0;left: 7%;max-width: 330px;padding-bottom: 0px;}
.home #myCarousel .carousel-inner .carousel-caption p{margin: 0px;}
.home #myCarousel .carousel-inner .carousel-caption a {margin-top: 5px;font-size: 13px;padding: 10px 18px}
}
@media only screen and (min-width : 800px) and (max-width : 1280px) {
}







#apartment-masterplan{}
#apartment-masterplan .masterplan_block{width: 100%;display: inline-block;margin-bottom: 10%;}
#apartment-masterplan .masterplan_block:nth-child(2){}
#apartment-masterplan .masterplan_block:nth-child(2) .floor_images{float:right;}
#apartment-masterplan .masterplan_block:nth-child(2) .floor_content{float:left;}
#apartment-masterplan .floor_images{float: left;width: 48%;}
#apartment-masterplan .floor_images .tab-content{}
#apartment-masterplan .floor_images .tab-content img{width:100%;}
#apartment-masterplan .floor_content{float: right;width: 48%;}
#apartment-masterplan .floor_content h2{color: #000;font-size: 40px;margin-bottom: 15px;}
#apartment-masterplan .floor_content p{font-size: 16px;line-height: 24px;color: #000;margin-bottom: 40px;}
#apartment-masterplan .floor_content ul{border: 0px;}
#apartment-masterplan .floor_content ul li{float: none;width: 100%;margin-bottom: 20px;}
#apartment-masterplan .floor_content ul li.active a{border: 0px;background: none #ff3b0f;color: #fff;display: inline-block;float: left;text-transform: uppercase;font-size: 18px;
font-weight: 500;padding: 10px 40px;border-radius: 5px;box-shadow:none;}
#apartment-masterplan .floor_content ul li a.active, 
#apartment-masterplan .floor_content ul li a:hover{border: 0px;background: none #ff3b0f;color: #fff !important;display: inline-block;float: left;text-transform: uppercase;font-size: 18px;font-weight: 500;padding: 10px 0px;border-radius: 5px;box-shadow:none;min-width: 210px;text-align: center;}
#apartment-masterplan .floor_content ul li a{border: 0px;background: none #fff;color: #000;display: inline-block;float: left;text-transform: uppercase;font-size: 18px;
font-weight: 500;padding: 10px 0px;border-radius: 5px;box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);min-width: 210px;text-align: center;}
#apartment-masterplan .floor_content .pdf{display: block;float: left;}
#apartment-masterplan .floor_content ul li.active .pdf a:hover, 
#apartment-masterplan .floor_content .pdf a:hover{color: #ff3b0f !important;font-size: 14px;background: none;padding: 10px 25px;font-weight: normal;text-transform: none; 
background:none;box-shadow:none;min-width: auto;text-align: center;}
#apartment-masterplan .floor_content ul li:first-child .pdf a, 
#apartment-masterplan .floor_content ul li.active .pdf a, 
#apartment-masterplan .floor_content .pdf a{color: #000 !important;font-size: 14px;background: none;padding: 10px 25px;font-weight: normal;text-transform: none;
background:none;box-shadow:none;min-width: auto;text-align: center;}
#apartment-masterplan .masterplan_block:last-child{margin-bottom:0;}





@media only screen and (min-width : 320px) and (max-width : 480px) {
#apartment-masterplan .floor_images {float: none;width: 100%;margin-bottom: 10%;}
#apartment-masterplan .floor_content {float: none;width: 100%;}
}

@media only screen and (min-width : 360px) and (max-width : 640px) {
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
}

@media only screen and (min-width : 800px) and (max-width : 1280px) {
}

@media only screen and (min-width : 980px) and (max-width : 1280px) {
}
