@media (min-width: 576px){
    /* .as-container {
        width: 540px;
    } */
    .as-home-01 {
        /* margin-left: calc((100vw - 540px)/2); */
        padding: 140px 0 0 0;
    }
    
    .as-home-02 {
        /* margin-right: calc((100vw - 540px)/2); */
        padding: 70px 0 140px 0;
    }
    /* .as-res-block{
        margin-left: calc((100vw - 540px)/2);
    }

    .as-res-row .as-res-block:nth-child(even) {
        margin-left: auto;
        margin-right: calc((100vw - 540px)/2);
    } */
}

@media (min-width: 768px){
    .as-mob-view{
        display: none;
    }

    .as-desktop-view{
        display: block;
    }
    
    .as-mob-logo{
        display: none;
    }    
    .as-home-01 {
        /* margin-left: calc((100vw - 720px)/2); */
        padding: 140px 0 0 0;
    }
    
    .as-home-02 {
        /* margin-right: calc((100vw - 720px)/2); */
        padding: 70px 0 140px 0;
    }
    /* .as-res-block{
        margin-left: calc((100vw - 720px)/2);
    }

    .as-res-row .as-res-block:nth-child(even) {
        margin-left: auto;
        margin-right: calc((100vw - 720px)/2);
    }

    .as-res-row .as-res-block:nth-child(even) .as-res-text{
        padding-left: 60px;
    }

    .as-res-row .as-res-block:nth-child(even) .as-res-img{
        margin-left: calc((100vw - 720px)/2);
    }
    .as-res-row .as-res-block:nth-child(odd) .as-res-img{
        margin-right: calc((100vw - 720px)/2);
    } */

    .bottom-container{
        padding: 100px 40px 20px;
    }
    .text-content h2{font-size: 28px;}
    .tour-btn{margin-top: 40px;}

}

@media (min-width: 992px){
   

    .home-page .as-header.as-header-scrolled .as-logo,
    .as-residence .as-header.as-header-scrolled .as-logo,
    .as-collection .as-header.as-header-scrolled .as-logo,
    .inner-pages.reviews .as-header.as-header-scrolled .as-logo{
        left: 0;
        transform: translate3d(0,-50%,0);   
    }

    .community-living .as-res-intro{
        padding-left: 3vw;
    }
    .as-residence .as-res-text{
        padding-bottom: 70px;
    }
    .as-container {
        width: 100%;
        padding-left: calc((100vw - 950px)/2);
        padding-right: calc((100vw - 950px)/2);
    }
    .as-home-01 {
        margin-left: calc((100vw - 950px)/2);
        padding: 140px 0 0 0;
    }
    
    .as-home-02 {
        margin-right: calc((100vw - 950px)/2);
        padding: 70px 0 140px 0;
    }
    .as-res-block{
        margin-left: calc((100vw - 950px)/2);
    }

    .as-res-row .as-res-block:nth-child(even) {
        margin-left: auto;
        margin-right: calc((100vw - 950px)/2);
    }

    .as-res-row .as-res-block:nth-child(even) .as-res-img{
        margin-left: calc((100vw - 950px)/2);
    }
    .as-res-row .as-res-block:nth-child(odd) .as-res-img{
        margin-right: calc((100vw - 950px)/2);
    }

    .container-thumb-nav .overlay-cover .read_more{
        padding: 35px 60px;
    }

    

    .community-living .as-res-text{
        padding-bottom: 40px;
    }
    
    .community-living .as-res-block{
        margin-bottom: 105px;
    }
    .as-res-img{
        height: 32vw;
    }

}


@media (min-width: 1200px){
    .home-page .as-logo,
    .as-residence .as-logo,
    .as-collection .as-logo,
    .inner-pages.reviews .as-logo{
        transition: all ease .5s;  
        position: absolute;
        left: 50%; 
        top: 50%;  
        transform: translate3d(-50%,-50%,0);   
    }   

    .as-residence .as-res-text{
        padding-bottom: 130px;
    }
    .as-container {
        width: 100%;
        padding-left: calc((100vw - 1200px)/2);
        padding-right: calc((100vw - 1200px)/2);
    }
    .as-home-01 {
        margin-left: calc((100vw - 1200px)/2);
        padding: 135px 0 0 0;
    }
    
    .as-home-02 {
        margin-right: calc((100vw - 1200px)/2);
        padding: 70px 0 140px 0;
    }

    .as-res-block{
        margin-left: calc((100vw - 1200px)/2);
    }

    .as-res-row .as-res-block:nth-child(even) {
        margin-left: auto;
        margin-right: calc((100vw - 1200px)/2);
    }
    .as-res-row .as-res-block:nth-child(even) .as-res-img{
        margin-left: calc((100vw - 1200px)/2);
    }
    .as-res-row .as-res-block:nth-child(odd) .as-res-img{
        margin-right: calc((100vw - 1200px)/2);
    }
    .community-living .as-res-img{
        top: -60px;
    }
    .bottom-container{
        /* margin-bottom: 12vw; */
    }
}


/*------Responsive for reviews-------*/
@media (max-width: 1380px){
	.reviews-block{
		max-width: 1100px;
		width: 85%;
	}
}
@media (max-width: 980px){
	.reviews-block{
	    width: 760px;
	}
}
@media (max-width: 869px) {
	.review-title .title-block h2 {
		font-size: 30px;
	}
	.review-title a.view-reviews{
		margin-top: 0;
	}
}
@media (min-width: 767px){
    a.view-reviews:hover{
        background-color: #f05032;
        color: #fff;
    }
}
@media (hover: none) and (pointer: coarse) {
    a.view-reviews:hover{
        background-color: #223d50 !important;
    }
}
@media (max-width: 615px) {
	.review-title .title-block h2 {
		font-size: 20px;
	}
}


/* iPad in landscape */
@media screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
    .as-specials-wrap{
        top: 130px;
    }
    .as-hero-text{
        bottom: 14vw;
    }
}

@media (min-width: 1200px) and (max-width: 1400px){
    .as-footer-btm-rt{
        padding-right: 3vw;
    }
}
@media (min-width: 1200px) and (max-width: 1260px){
    .as-footer-btm-rt{
        padding-right: 5.5vw;
    }
}
@media (max-width: 1239px){
    .features-page .container-section-content .text{
        margin-left: 0;
    }
    .features-page .as-pattern-2{margin-bottom: 260px;}
    .container-theme-blue.without-text.container-with-footer .container-section-content{  
        padding-top: 250px;
    }
}
/* Tablet Landscape */
@media (max-width:1199px){   
    .as-topnav li{
        margin-right: 30px;
    } 
    .features-page .col-md-6.col-left{max-width: 45%;padding-left: 0;}
    .features-page .col-md-6.col-left ul{padding-left: 20px;}
    .features-page .as-pattern-1{
        min-height: 560px;
        margin-bottom: 50px;
    }
    .features-page .as-pattern-1 .col-img{
        height: 260px;
    }
    .features-page .as-pattern-2 {
        margin-bottom: 90px;
        min-height: 530px;
    }
    .features-page .as-pattern-2 .col-feature .col-img{
        height: 230px;
    }
    .features-page .container-section-content .col-left .text {
        padding-bottom: 0;
    }
    .features-middle-banner, .features-page .features-right-banner{
        height: 45vw;
    }
    .as-res-text{
        padding-left: 40px;
    }
    .community-living .as-res-img{
        top: -40px;
    }
    .as-btm-sitem{
        margin: 0 25px;
    }
    .as-bottom-slider{
        margin-left: -25px;
        margin-right: -25px;
    }
    .as-footer-bottom .as-container{
        flex-direction: column;
    }

    .as-footer-btm-rt{
        order: 1;
    }
    .as-footer-btm-lt{
        order: 2;
        text-align: center;
        margin: 30px auto 10px auto;
    }
}

/* Tablet Portrait */
@media (max-width:991px){
    .as-specials-wrap{
        padding: 10px;
        overflow-y: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        align-items: flex-end;
        justify-content: flex-start;
        display: flex;
        flex-wrap: wrap;
    }
    .as-hero-video video, .as-hero-btn, .as-hero-mute{
        display: none;
    }
    .as-residence .as-res-intro{
        padding: 60px 0;
    }
    .as-specials-wrap{
        top: 180px;
    }
    .as-header .as-container{
        justify-content: flex-start;
    }
    .as-res-intro-container{
        width: auto;
        padding-left: 25px;
        padding-right: 25px;
    }
    .community-living .as-res-intro{
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 0;
    }
    .community-living .as-res-text p:last-child{
        margin-bottom: 3.5rem;
    }
    .as-nav{
        right: 30px;
    }
    .as-logo{
        margin-right: auto;
    }
    .as-hero-text{
        padding-left: 30px;
        padding-right: 30px;
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
    }
    .as-home-01, .as-home-02{
        flex-direction: column;
        margin: 0;
        padding: 0;
    }
    .as-home-02{
        padding-bottom: 60px;
    }
    .as-home-01 .as-home-text-01, 
    .as-home-02 .as-home-text-01{
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        width: 100%;
        order: 1;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 35vw;
    }
    .as-home-img-012{
        display: none;
    }
    .as-home-img-01{
        width: auto;
        order: 2;
        margin-right: 30px;
        margin-left: 30px;
        z-index: 1;
        margin-top: -27vw;
    }
    .as-home-img-01:before{
        padding-bottom: 90%;
    }

    .as-home-03 .as-container{
        flex-direction: column;
    }

    .as-home-03-img02{
        display: none;
    }
    .as-home-03-block01{
        order: 2;
        width: auto;
    }
    .as-home-03-block02{
        width: 100%;
        padding-top: 60px;
        padding-left: 0;
        padding-right: 0;
        text-align: left;
        background: none;
    }
    .as-home-03-block02 h3:after{
        right: auto;
        left: 0;
    }
    .as-home-03-img01{
        width: 100%;
        margin-top: 40px;
    }

    .as-footer-top .as-container{
        flex-wrap: wrap;
    }
    .as-footer-contact{
        width: 100%;
        text-align: center;
    }
    .as-footer-social, .as-footer-right{
        width: 50%;
    }
    .as-footer-social{
        justify-content: flex-end;
        padding-right: 20px;
    }
    .as-footer-right{
        justify-content: flex-start;
    }

    
    .signature-page .list-container {
        padding-bottom: 20px;
        padding-top: 60px;
    }
    .features-page .as-pattern-2{
        margin-bottom: 40px;
    }
    .bottom-container:after{
        height: 20%;
    }
    .bottom-container {
        padding: 70px 40px 20px;
    }
    .container-thumb-nav .overlay-cover .read_more:after{
        width: 25px;
        height: 25px;
        background-size: 15px;
    }

    .as-res-block{
        flex-direction: column;
        background: none;
        margin-bottom: 50px;
    }

    .as-res-row .as-res-block:nth-child(even){
        flex-flow: column;
    }

    .as-res-text{
        width: 100%;
        padding: 40px 25px 160px 25px;
        background: #fff;
    }

    .as-resr-btn{
        margin-top: 35px;
    }

    .as-resr-btn:before{
        width: 45px;
        height: 45px;
    }

    .as-res-img{
        width: auto;
        top: 0;
        margin-left: 25px;
        margin-right: 25px;
        margin-top: -120px;
    }

    .as-res-img::before{
        content: "";
        display: block;
        padding-bottom: 80%;
    }
    .community-living .as-res-block{
        margin-bottom: 65px;
    }
    
}

/* Mobile */
@media (max-width:767px){

    .as-nav-btm .apply-nav{
        margin-top: 20px;
    }

    .as-mob-view{
        display: block;
    }

    .as-desktop-view{
        display: none;
    }
    
    .as-res-bottom::before{
        height: 20%;
    }
    .as-res-bottom{
        padding-bottom: 20px;
    }
    .as-res-block:last-child{
        margin-bottom: 35px;
    }
    .as-title-uline:after{
        bottom: -21px;
    }
    .as-hero:after{
        height: 40px;
        bottom: 0;
    }
    .as-hero::before{
        height: 40px;
        bottom: -40px;
    }
    .as-home-01 .as-home-text-01, .as-home-02 .as-home-text-01{
        padding-bottom: 40vw;
    }
    .as-home-02 .as-home-text-01{
        margin-top: 55px;
    }
    .as-home-link{
        margin-left: 0;
    }
    .as-ham-navwrap{
        padding: 100px 0 75px 0;
    }
    .as-mob-logo img{
        height: 30px;
    }
    .as-res-intro-container{
        padding-left: 20px;
        padding-right: 20px;
    }
    .as-page-title h1 {
        font-size: 32px;
    }
    .as-header{
        height: 70px;
    }
    .as-features .as-main, .inner-pages .as-main{
        margin-top: 70px;
    }
    .as-logo img{
        height: 30px;
    }
    .as-nav{
        right: 0px;
    }
    .as-topnav{
        display: none;
    }
    .as-mobile-icons{
        display: flex;
        align-items: center;
    }

    .as-ham-close{
        width: 25px;
        height: 25px;
        top: 20px;
        right: 30px;
    }

    .as-ham{
        width: 50px;
        height: 50px;
        padding-right: 10px;
    }

    .as-nav-btm ul{
        flex-direction: column;
        gap:7px;
    }
    .as-hero-text .h1{
        font-size: 30px;
    }
    .as-hero-text p{
        font-size: 16px;
        line-height: 1.4;
    }
    .as-specials-close{
        top: 5px;
        right: 5px;
    }
    
    .as-specials-box{
        width: 380px;
        margin-bottom: 30px;
    }
    .as-specials-text{
        width: 100%;
        padding: 12px;
        padding-top: 25px;
    }
    .as-specials-text .h1{
        font-size: 20px;
    }
    .as-specials-text p{
        font-size: 12px;
        padding-right: 0;
    }
    .as-specials-btn{
        width: 30px;
        height: 30px;
        background-size: 15px;
    }
    .as-specials-img{
        width: 100%;
    }
    .as-specials-img::before{
        display: block;
        content: "";
        padding-bottom: 60%;
    }
    .as-title-uline{
        font-size: 28px;
    }
    .as-home-text-01 h2{
        font-size: 12px;
        margin-bottom: 20px;
    }
    .as-home-link{
        font-size: 12px;
    }
    .as-home-text-01 p{
        margin-bottom: 5rem;
    }

    .as-res-intro{
        padding: 40px 0;
    }   

    .community-living .as-res-intro{
        padding: 40px 0;
    }

    .as-res-text{
        padding-left: 20px;
        padding-right: 20px;
    }

    .as-res-img{
        margin-left: 20px;
        margin-right: 20px;
    }
    .community-living .as-res-block{
        margin-bottom: 50px;
    }

    .as-bottom-slider{
        display: block;     
        margin-left: -20px;
        margin-right: -20px;   
    }

    .as-btm-sitem{
        width: 100%;
        margin: 0;
        padding: 0 15px;
        margin-bottom: 27px;
    }

    .as-btm-text{        
        font-size: 26px;
    }

    .container-thumb-nav{
        padding-bottom: 50px;
    }

    .features-page .col-md-6.col-left {
        max-width: 100% !important;
        padding-left: 30px;
        margin-bottom: 30px;
    }

    .features-page .container-with-header .container-section-top .text-right ._inner{
        margin-left: 30px;
        min-height: 0;
        width: calc(100% - 30px);
    }
    .features-page .container-with-header .container-section-top .col-img ._inner img{
        display: block;
    }
    .features-page .as-pattern-1 .col-img,.features-page .as-pattern-2 .col-feature .col-img {
        position: relative;
        bottom: auto;
        right: 0;
        height: 80vw;
        width: 100%;
        margin-right: 30px;
        margin-left: 30px;
    }
    .features-page .cxc_slick.three .slick-list {
        padding-top: 0;
    }
    .features-page #section_2 .col-header .col-img {
        padding-left: 30px;
        padding-right: 30px;
    }
    .features-page .container-section-content ._img{
        margin-left: 15px;
        margin-right: 15px;
    }
    .features-page .as-pattern-1,.features-page .as-pattern-2{
        padding-top: 120px;
        padding-bottom: 0;
        margin-top: -80px;
        margin-bottom: 50px;
    }
    .features-page .container-with-header .container-section-top .col-img ._inner{
        min-height: 0;
    }
    .features-page .cxc_slick.three .slick-slide {
        padding: 0 30px;
    }
    .features-page .cxc_slick.three .slick-slide {
        left: -2.8%;
    }
    .features-page .container-section-content .text{margin-left:0 !important;padding-bottom: 30px;}
    .features-page .as-pattern-2 {height: auto;}
    .signature-page .list-container{
        background: none;
        padding: 50px 30px 20px;
    } 
    .signature-page .slider-container{
        margin-top: 0;
    }
    .signature-page .cxc_slick .slick-slide{
        padding: 0;
    }
    .signature-page .bottom-container{
        height: auto;
        display: block;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: 40px;
    }
    .bottom-container:after{display: none;}
    .signature-page .slick-prev {
        left: 20px;
    }
    .signature-page .slick-next {
        right: 20px;
    }
    .text-content {
        width: 100%;
    }
    .image-square{
        width: 100%;
        height: 60vw;
        margin-bottom: 40px;
    }
    .signature-page ul li{
        margin-bottom: 12px;
    }
    .tour-btn{
        margin-bottom: 45px;
        margin-top: 30px;
    }
    .signature-page .middle-container{
        /* background: none; */
        background-color: #a8cdb5;
        background-image: url('../images/patterns-1-semidark.svg');
        background-size: 190px;
        background-repeat: repeat;
    } 
    .list-container ul{
        column-count: 1;
        -webkit-column-count: 1;
        -moz-column-count: 1;
    }
    .as-banner{height: calc(100vh - 70px);}
    .signature-title-img{
        max-width: 80%;
        bottom: 25vh;
    }
    .container-section-content .col-left h3{
        font-size: 24px;
    }
    .as-footer-btm-rt{
        flex-direction: column;
    }
    .as-footer-logos{
        margin-top: 30px;
        margin-left: 0;
    }

    /*Reviews*/
	.reviews-slider .slick-dots li button:before{
		font-size: 38px;
	}
	.review-title .title-block a{
		margin-top: 5px;
	}
	.slick-slide img, .reviews-manager__item-rating{
		margin-bottom: 10px;
	}
	/*reviews page*/
	.reviews-sec-wrapper{
		padding: 20px 20px 0px;
	}
	.reviews-block{
	    width: 100%;
	}
	.reviews-row{
		padding: 20px;
	    flex-direction: column;
	    text-align: center;
	}
	.reviews-row img{
		width: 80px;
		margin: 0 0 7px;
	}
	.reviews-date{
    	line-height: 24px !important;
	}
	.reviews-btn-wrap{
		padding-top: 30px;
	}
	.reviews-btn-wrap > div {
	    margin: 0 0 30px;
    }
    .reviews-btn-wrap .view-reviews{
        height: 70px;
    }
	p.disclaimer-txt{
		max-width: 100%;
	}
	.reviews-slider .slick-next, .reviews-slider .slick-prev{
	    width: 16px;
	    height: 31px;
	}
	.reviews-slider .slick-next:before, .reviews-slider .slick-prev:before{
		width: 16px;
	    height: 31px;
    }
    .reviews-page-container-fluid{
        padding-top: 45px;
    }

    .as-footer-social{
        width: 100%;
        justify-content: center;
        margin-bottom: 25px;
    }

    .as-footer-right{
        justify-content: center;
        width: 100%;
    }
}

@media (max-width:567px){
    .as-footer-logos{
        text-align: center;
    }
    .as-bozzuto-logo{
        margin: 0;
        margin-bottom: 15px;
        width: 100%;
    }
    .as-footer-social{
        width: 100%;
        justify-content: center;
        margin-bottom: 25px;
    }

    .as-footer-right{
        justify-content: center;
        width: 100%;
    }

    .as-footer-right a:first-child{
        margin-left: 0;
    }
        
    .as-logo img, .as-mob-logo img{
        height: 25px;
    }
    
    .as-mobile-icons{
        padding-right: 5px;
    }
    .as-mobile-icons img{
        width: 37px;
    }
    
    .amenities .bottom-yellow-fixed .container-section-content:after{
        min-height: 16%;
    }
    .container-theme-blue.without-text.container-with-footer .container-section-content{
        padding-top: 180px;
    }
    .container-theme-blue.without-text.container-with-footer .container-section-content{
        margin-top: -170px;
    }
    .container-section-content .col-left .text{
        padding-bottom: 35px;
    }
}
@media (min-width: 1200px){
    .amenities ._inner._img{
        overflow-x: hidden;
    }
    .amenities ._inner._img .img-fluid {
        max-width: initial!important
    }
}

@media (min-width: 768px){
    .container-2-row-2col .col-content {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 1240px){
    .container-2-row-2col .col-content.first {
        padding-bottom: 0px;
    }
    .container-2-row-2col .col-content.second{
        padding-bottom: 130px;
    }
}
@media (max-width: 1239px){
    .container-2-row-2col .col-content.first {
        padding-bottom: 100px;
    }
    .container-2-row-2col .col-content.second{
        padding-bottom: 70px;
    }
}
@media (max-width: 991px){
    .container-2-row-2col .col-content.first {
        padding-bottom: 0px;
    }
    .container-2-row-2col .col-content.second{
        padding-bottom: 70px;
    }
}
@media (max-width: 361px){
    .as-footer-right .yard-logo{
        width: 100px;
    }
}
@media (min-width: 992px) and (max-width: 1200px){
    .as-footer-social{
        width:25.33%;
    }
    .as-footer-right{
        width:36.33%;
    }
}