@charset "UTF-8";
/* CSS Document
brand #`;

*/

/*COMMON STYLINGS */
@font-face {
    font-family: AvantGardel;
    src: url('/font/Gotham-Light.otf');
}

@font-face {
    font-family: AvantGardelMed;
    src: url('/font/Gotham-Medium.otf');
}

@font-face {
    font-family: AvantGardelBold;
    src: url('/font/Gotham-Bold.otf');
}

@font-face {
    font-family: AvantGardelBook;
    src: url('/font/Gotham-Book.otf');
}

body {
    font-family: AvantGardel;
    background-color: #fff;
    font-size: 19px;
    font-weight: 300;
    padding-top: 58px;
}

.bg-brand {
    background-color: #223380 !important;
    background: #223380;
    background: radial-gradient(#223380, #000);
}

.nav-bg-brand {
    background-color: #F6F6F6 !important;
}

.bg-light {
    background-color: #e1e1e1 !important;
}

.bg-grey {
    background: #466368;
    background: radial-gradient(rgb(128, 128, 128), #000);
}

.text-brand {
    color: #223380 !important;
}
.txt-400px-lg{
    font-size: 70px !important;
}

.nobr {
    white-space: nowrap;
}

.img-linked {
    transition: all 0.25s ease-in-out;
}

.img-linked:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.h-18 {
    font-size: 18px;
}

.h-24 {
    font-size: 24px;
    line-height: 36px;
}

.h-36 {
    font-size: 36px;
}

.h-48 {
    font-size: 48px;
}

.light {
    font-weight: 300;
}

.medium {
    font-weight: 400;
}

strong {
    font-weight: 700 !important;
}

.img-read-explore {
    height: 30px;
    width: auto;
}

.ls-2 {
    letter-spacing: 2px;
}

.custom-link {
    color: #4d4d4d;
    transition: all 0.15s ease-in-out;
}

.custom-link:hover {
    color: #223380;
    text-decoration: none;
}



.bg-grad-blue {
    background-color: #223380;
}

.bg-grad-grey {
    background-color: #808080;
}

.text-md {
    font-family: AvantGardelMed;
    color: #666;
}

.text-gray {
    color: #666;
}

/*COMMON STYLINGS ENDS*/

/* NAVIGATION */
#main-navigation {
    font-family: AvantGardelMed;
    background-color: #fff;
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 0;
    left: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 10%;
}

#main-navigation .navbar-collapse {
    background-color: #fff;
}


.addonScrolltop {
    width: 50% !important;
    left: 25% !important;
}



#main-navigation .nav-logo {
    width: 140px;
    height: auto;
    margin-left: 8px;
}


#main-navigation .nav-link:active,
#main-navigation .nav-link:focus {
    color: rgb(128, 125, 125) !important;
}

#main-navigation .navbar-nav .nav-link {
    color: #052467;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
}

#main-navigation .nav-social img {
    width: 25px;
    height: auto;
    margin-left: 5px;
    margin-right: 5px;
}

#main-navigation .nav-social:hover {
    background-color: #131e4b !important;
}

#main-navigation .nav-item:hover {
    background-color: #f6f6f6;
    color: rgb(128, 125, 125) !important;
}

#main-navigation .dropdown-menu {
    border-radius: 0;
    border: none;
}

#main-navigation .dropdown:hover .nav-link {
    color: rgb(128, 125, 125) !important;
}

#main-navigation .dropdown-menu .dropdown-item {
    color: rgb(128, 125, 125);
    font-size: 13px;
    padding: 8px 10px;
    letter-spacing: 1px;
    background-color: #f6f6f6;
}

#main-navigation .dropdown-menu .dropdown-item:hover {

    color: #000;
}




#sub-navigation {
    font-family: AvantGardelMed;
    background-color: #fff;
    /* width: 80%; */
    /* position: fixed; */
    /* left: 47%; */
    /* top: 0; */
    /* margin-left: -37.5%; */
    z-index: 1000;
    height: 12%;
}

#sub-navigation .navbar-collapse {
    background-color: transparent;
    margin-left: -16px;
    MARGIN-RIGHT: -17PX;
    PADDING-LEFT: 16PX;
}

.addonScrolltop {
    width: 50% !important;
    left: 25% !important;
}



#sub-navigation .nav-logo {
    width: 140px;
    height: auto;
    margin-left: 8px;
}

#sub-navigation #sub-navigation .nav-link:active,
#sub-navigation .nav-link:focus {
    color: rgb(128, 125, 125) !important;
}

#sub-navigation .navbar-nav .nav-link {
    color: #052467;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}

#sub-navigation .nav-social img {
    width: 25px;
    height: auto;
    margin-left: 5px;
    margin-right: 5px;
}

#sub-navigation .nav-social:hover {
    background-color: #131e4b !important;
}

#sub-navigation .nav-item:hover {
    background-color: #f6f6f6;
    color: rgb(128, 125, 125) !important;
}

#sub-navigation .dropdown-menu {
    border-radius: 0;
    border: none;
}

#sub-navigation .dropdown:hover .nav-link {
    color: rgb(128, 125, 125) !important;
}

#sub-navigation .dropdown-menu .dropdown-item {
    color: rgb(128, 125, 125);
    font-size: 13px;
    padding: 8px 10px;
    letter-spacing: 1px;
    background-color: #f6f6f6;
}

#sub-navigation .dropdown-menu .dropdown-item:hover {

    color: #000;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.dropdown-toggle::after {
    display: none;
}

.nav-bar:hover,
.nav-social:hover,
.img-social:hover {
    background-color: #223380 !important;
}





/* NAVIGATION ENDS*/

/*HOME PAGE */
/*
#carousel-home.carousel-item {
    height: calc(100vh - 74px);
    width: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    animation-name: homepagehero;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    background-color: transparent !important;
    transition-duration: .15s;
}*/

.lh-35 {
    line-height: 35px;
}

@keyframes homepagehero {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.05);
    }
}

#hero-1 {
    background-image: url('/images/hero/hero1.jpg');
}

#hero-2 {
    background-image: url('/images/hero/hero2.jpg');
}

/* 1646 */

.home-carousel-wrapper {
    position: relative;
    height: calc(100vh - 74px);
    width: 100%;
    background-color: #FFF;
}

.pane-container {
    /*  border-right: 1px solid rgba(0,0,0,0.2);*/
}

.arrow {}

.pane-container .paneOne {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pane-container .paneFive {
    padding-top: 2vh;
}

#slide-numbers {
    display: block !important;
}

#slide-numbers ul {
    top: 90% !important;
    left: 1%;
}

#slide-numbers li {
    margin: 15px 0px !important;
    border-radius: 0% !important;
    border-width: 0px !important;
    background: rgb(255, 255, 0.3);
}

#carousel-home .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.home-carousel-wrapper .hero-caption {
    position: absolute;
    left: 50%;
    bottom: 150px;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.home-carousel-wrapper .hero-caption p {
    font-size: 22px;
}

.home-carousel-wrapper .img-arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 30px;
    height: auto;
}


#section-left .Leftcapsule .imageSection p {
    font-family: AvantGardelMed;
    margin: 3% 0% 0 0%;
    color: #052467;
    float: left;
    font-size: 18px;
}

#section-left .Leftcapsule .imageSection {
    float: left;
    margin-bottom: 20px;
}

#section-left .Leftcapsule .descSection {
    background-color: #C6C6C6;
}

#section-left .Leftcapsule .descSection .descText {
    padding-top: 40px;
    padding-bottom: 40px;
}

#section-left .Leftcapsule .descSection .descText h3 {
    font-family: AvantGardelBold;
    color: #052467;
    margin-bottom: 100px;
    border-bottom: 3px solid #052467;
}

#section-left .Leftcapsule .descSection .descText p {
    margin-bottom: 100px;
    color: #666;
    text-align: left;
}

#section-left .Leftcapsule .descSection .descText hr {
    margin-top: 0px;
    height: 1px;
    background-color: #052467;
}

#section-left {
    margin-top: 150px;
}

#section-left .Leftcapsule .descSection .descText a {
    margin-bottom: 40px;
}




#section-right .Rightcapsule .descSection {
    background-color: #C6C6C6;
}

#section-right .Rightcapsule .descSection .descText {
    padding-top: 40px;
    padding-bottom: 40px;
}

#section-right .Rightcapsule .descSection .descText h3 {
    font-family: AvantGardelBold;
    color: #052467;
    margin-bottom: 100px;
    text-transform: capitalize;
    border-bottom: 3px solid #052467;
}

#section-right .Rightcapsule .descSection .descText p {
    margin-bottom: 100px;
    color: #666;
    text-align: left;
}

#section-right .Rightcapsule .descSection .descText a {
    margin-bottom: 40px !important;
}

#section-right .Rightcapsule .descSection .descText hr {
    margin-top: 0px;
    height: 1px;
    background-color: #052467;
}

#section-right .Rightcapsule .imageSection p {
    font-family: AvantGardelMed;
    margin: 3% 0% 0 0%;
    color: #052467;
    font-size: 18px;
}

#section-right .Rightcapsule .imageSection {
    float: right;
    margin-bottom: 20px;
}

#section-right {
    margin-top: 150px;
}


#section-bottom {
    background-color: #052467;
    margin-top: 150px;

}

#section-bottom .descSection {
    color: #fff;

}

#section-bottom .descSection h3 {
    font-family: AvantGardelBold;
    color: #fff;
    font-size: 35px;    
    border-bottom: 0px solid #fff;
}

#section-bottom .descSection p {
    color: #fff;
    font-size: 18px;

}

#section-bottom .descSection hr {
    margin-top: 0px;
    height: 1px;
    background-color: #fff;

}

#section-bottom .descSection .text {
    height: 32px;
    width: 340px;
}

#section-bottom .descSection .btnSub {
    background-image: url(../images/hero/dellray/btnSubscribe.jpg);
    width: 170px;
    height: 32px;
    background-repeat: no-repeat;
    color: TRANSPARENT;
}

.btnSubmitForm {
    background-image: url(../images/logo/submit.svg);
    width: 135px;
    height: 32px;
    background-repeat: no-repeat;
    color: TRANSPARENT;

}


#section-bottom .descSection img {
    font-family: AvantGardel;
    margin-left: 5px;
}

#section-welcome .welHeading h3 {
    font-family: AvantGardelBold;
    color: #052467;
}

#section-welcome .welHeading hr {
    height: 1px;
    background-color: #052467;
    width: 40%;
}



#section-welcome-gray .welHeading h3 {
    font-family: AvantGardelBold;
    color: #052467;
}

#section-welcome-gray .welHeading hr {
    height: 1px;
    background-color: #052467;
    width: 40%;
}

/* #section-welcome-gray .relative {
    position: relative;
} */
#section-welcome-gray .relative p {
    font-family: AvantGardelMed;
    font-size: 17px;
    color: #052467;
}


#section-welcome-gray .grayBlock {
    background-color: #c6c6c6;
}

#section-welcome-gray .grayBlock div {
    margin: 40px;
    margin-left:70px;
    margin-right: 25px;
}

#section-welcome-gray .grayBlock div h4 {
    font-family: AvantGardelMed;
    color: #666 !important;
}

#section-welcome-gray .grayBlock div p {
    line-height: 35px;
    color: #666 !important;
}

.philanthropy {
    background-image: url("../images/hero/dellray/footWel.jpg");
    position: relative;
    background-size: cover;
}

.philanthropy .txt {
    font-weight: bold;
    position: absolute;
    bottom: 0px;
    color: #fff;
    line-height: 30px;
}

/* #section-res .row {
    margin-top: 100px;
} */

/*
#section-res .propertyBlock {
    margin-bottom: 15px;
    height: 850px;
    max-height: 850px;
}

#section-res .propertyBlock a {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}*/


#section-res .propertyBlock h4 {
    margin-top: 0px;
    font-size: 20px;
    font-family: AvantGardelMed;
    color: #666666;
    text-align: center;
}

#section-res .propertyBlock .firstblock {
    margin-top: 65%;
    font-family: AvantGardelMed;
    color: #052467;
    text-align: left;
    text-transform: uppercase;
}

#section-res .propertyBlock p {
    color: #666666;
    text-align: center;
}

#section-res .propertyBlock .blockImg {
    /* min-height: 35%; */
    width: 100%;
    /* max-height: 35%; */
}

#section-res-head .row .res {
    /* min-width:30vw;
  max-width:30vw;   */
    color: #052467;
    /* right: 4.35vw !important;
  bottom: -140px !important; */
    background-color: #C6C6C6 !important;
    font-family: AvantGardelBook;
    margin-top: -7rem;
}

#section-res-head .row .res span {

    font-family: AvantGardelMed;
}



/* #section-past .row {
    margin-top: 100px;
} */

#section-past .propertyBlock {
    margin-bottom: 15px;
    /*
    height: 1000px;
    max-height: 1000px;
*/
}

#section-past .propertyBlock a {
    /*
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
*/
    margin: auto;
}


#section-past .propertyBlock h4 {
    font-family: AvantGardelMed;
    color: #666666;
    text-align: center;
    font-size: 20px;
}

#section-past .propertyBlock .firstblock {
    margin-top: 65%;
    font-family: AvantGardelMed;
    color: #052467;
    text-align: left;
    text-transform: uppercase;
}

#section-past .propertyBlock p {
    color: #666666;
    text-align: center;
}

#section-past .propertyBlock .blockImg {
    min-height: 35%;
    max-height: 35%;
}

#section-past-head .row .res {
    /* min-width:30vw;
  max-width:30vw;   */
    color: #052467;
    /* right: 4.35vw !important;
  bottom: -140px !important; */
    background-color: #C6C6C6 !important;
    font-family: AvantGardelBook;
    margin-top: -7rem;
}

#section-past-head .row .res span {

    font-family: AvantGardelMed;
}




#section-com {
    margin-bottom: 100px;
}

#section-com .row {
    margin-top: 0px;
}

#section-com .grayBack {
    background-color: #C6C6C6;
}

#section-com .propertyBlock {
    margin-bottom: 15px;
    padding: 30px;
    height: 700px;
}

#section-com .propertyBlock h4 {
    margin-top: 50px;
    font-family: AvantGardelMed;
    color: #666666;
    text-align: center;
}

#section-com .propertyBlock .firstblock {
    margin-top: 65%;
    font-family: AvantGardelMed;
    color: #052467;
    text-align: left;
    text-transform: uppercase;
    font-size: 1.5rem;
}

#section-com .propertyBlock p {
    color: #666666;
    text-align: center;
    font-size: 18px;
}

#section-com .propertyBlock .blockImg {
    padding: 20px 40px 40px 40px;
    width: 88%;
    height: 35%;
    margin-top: 0px;
}

#section-com-head {
    margin-bottom: 150px;
}

#section-com-head .row .res {
    min-width: 30vw;
    max-width: 30vw;
    font-family: AvantGardelMed;
    color: #052467;
    right: 4.35vw !important;
    bottom: -140px !important;
    background-color: #C6C6C6 !important;
    padding: 70px !important;
}



.dellray-contact .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #052467;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#contact-headquarters {
    margin-top: 150px;
}

#contact-headquarters h4 {
    font-family: AvantGardelMed;
    color: #052467;
}

#contact-headquarters h4 hr {
    height: 1px;
    background-color: #052467;
    margin-bottom: 40px;
}

#contact-headquarters p {
    line-height: 20px;
}

#section-com .propertyBlock .firstblock {
    font-size: 18px;
}

.carousel-indicators {
    bottom: 13%;
    display: block;
    margin-left: -2rem;
}

.carousel-indicators .active {
    background-color: #052467 !important;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    margin-top: 18px;
    background-color: rgba(0, 0, 0, .2);
}

.carousel-fade .carousel-item {
    padding-left: 2.5%;
    padding-right: 2.5%;
}

.bg-transparent-white:after {
    background-color: #fff !important;
}

.addbold {
    font-family: AvantGardelBold;
    font-weight: 400;
    margin-left: 2%;
    margin-bottom: -20px;
}

.addshadow {
    text-shadow: 7px 5px 13px #000;
}

#carousel-current-communities .carousel-item-next.carousel-item-left,
#carousel-current-communities .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#carousel-current-communities .carousel-item-next,
#carousel-current-communities .active.carousel-item-right {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

#carousel-current-communities .carousel-item-prev,
#carousel-current-communities .active.carousel-item-left {
    -webkit-transform: translate3d(+100%, 0, 0);
    transform: translate3d(+100, 0, 0);
}

.comunities-link-wrapper {
    display: inline-block;
    padding: 5px;
    max-width: 23%;
}

.comunities-link-wrapper .border-right {
    border-right: 2px solid rgba(255, 255, 255, 0.5);
}

.comunities-link img {
    opacity: 1;
    transition: all 0.15s ease-in-out;
    padding: 10px;
}

.comunities-link img:hover {
    opacity: 0.7;
}



#stay-connected .angular-box {
    position: absolute;
    left: -40%;
    min-height: 400px;
    width: 100%;
    transform: rotate(-45deg);
}

#stay-connected .form-control {
    width: 250px;
    margin-top: -5px;
    display: inline-block;
    border-radius: 0;
}

#stay-connected .img-form-submit {
    width: 38px;
    transform: rotate(-90deg) translate(-31%, 15%);
}

#carousel-news .carousel-caption {
    right: auto;
    left: 15px;
    bottom: -20px;
}

#carousel-news .carousel-control-prev {
    justify-content: left;
    left: -15px;
    ;
}

#carousel-news .carousel-control-prev img {
    transform: rotate(90deg);
}

#carousel-news .carousel-control-next {
    justify-content: flex-end;
    right: -15px;
}

#carousel-news .carousel-control-next img {
    transform: rotate(-90deg);
}

#newsExcerpt {
    min-height: 60px;
}

.ballymoreliving {
    margin-bottom: -30px;
}




.image-insta {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid #fff;
    transition: all 0.15s ease-in-out;
    display: inline-block;
}

.image-insta:hover {
    transform: scale(1.08);
    z-index: 99;
}

/*HOME PAGE ENDS*/


/**INNER PAGES  */
.hero-inner {
    position: relative;
    width: 100%;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-inner .mask {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
}

.hero-inner .hero-text {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 100;
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: 2px;
}


#customer-care {
    background-image: url("/images/hero/customer-care.jpg");
}

#privacy-policy {
    background-image: url("/images/hero/about-header.jpg");
}

.contact-map {
    width: 100%;
    height: 400px;
}

.our-communities-map {
    width: 100%;
    height: 750px;
}

/**INNER PAGES ENDS */

/*FOOTER */
footer .container {
    background-color: #052467;
    margin-top: 150px;
}

footer .frame {
    height: 100%;
    /* equals max image height */
    width: 100%;
    white-space: nowrap;
    text-align: center;
    margin: 1em 0;
}

footer .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

footer img {
    vertical-align: middle;
    max-height: 70px;
    max-width: 140px;
    float: left;
    margin-left: 25px;
}


footer .footer-text {
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 1px;
    margin-top: 35px;
}

footer .footer-text a {
    color: #fff;
}

footer .awards-logo {
    width: 100px;
}

footer .social {
    font-size: 32px;
    color: #fff;
    float: right;
    margin-right: 20px;
    margin-top: 35px;
}

.city_tag {
    background-color: #666;
    color: #fff;
    text-transform: uppercase;
}


.summary {
    /*
    font-size: 14px;
    line-height: 1.5;
*/
}

.summary p.collapse:not(.show) {
    height: 75px !important;
    overflow: hidden;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.summary p.collapsing {
    min-height: 75px !important;
}

.summary a.collapsed:after {
    content: url('/images/hero/dellray/btnDOWN.jpg');
}

.summary a:not(.collapsed):after {
    content: url('/images/hero/dellray/btnUP.jpg');
}

/*FOOTER ENDS*/
/*Random Test CSS*/
/*Random Test CSS*/
#projects {
    height: 100%;
}

.slide {
    height: 100%;
    width: 100%;
    transition: height 0.9s ease-in-out;
}

// so that slides can transition from bottom-up
slide:nth-child(1) {
    z-index: 10
}

.slide:nth-child(2) {
    z-index: 9
}

.slide:nth-child(3) {
    z-index: 8
}

.active.slide {
    height: 100%;
}

.carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media screen and (max-width: 787px) {
    .hero-inner {
        height: 350px;
    }

    .hero-inner .hero-text {
        font-size: 36px;
    }

    .carousel-item {
        height: 60vh;
    }

    .navbar-nav {
        margin-top: 20px;
        text-align: center;
    }

    .navbar-nav li {
        margin-top: 15px;
    }

    .all-sm-center {
        text-align: center !important;
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 100% !important;
        float: none !important;
    }

    .full-width {
        width: 100%;
    }

    footer img {
        vertical-align: middle;
        max-height: 70px;
        max-width: 100%;
        float: left;
        margin-left: 25px;
    }

    #section-bottom .descSection h3 {
        font-family: AvantGardelBold;
        color: #fff;
        font-size: 35px;        
        border-bottom: 1px solid #fff;
    }

    #section-welcome-gray .grayBlock div {
        margin: 75px;
        margin-left: 25px;
        margin-right: 25px;
    }

    #section-right .Rightcapsule .descSection .descText h3 {
        font-family: AvantGardelBold;
        color: #052467;
        margin-bottom: 50px;
        text-transform: capitalize;
        border-bottom: 0px solid #052467;
    }

    #section-left .Leftcapsule .descSection .descText h3 {
        font-family: AvantGardelBold;
        color: #052467;
        margin-bottom: 50px;
        border-bottom: 0px solid #052467;
    }

    #section-left .Leftcapsule .descSection .descText p {
        margin-bottom: 50px;
        color: #666;
        text-align: left;
    }

    #section-right .Rightcapsule .descSection .descText p {
        margin-bottom: 50px;
        color: #666;
        text-align: left;
    }

}

@media screen and (max-width: 572px) {}


@media screen and (max-width: 576px) {

    .hero-inner {
        height: 200px;
    }

    .hero-inner .hero-text {
        font-size: 28px;
    }

    .home-carousel-wrapper .hero-caption {
        bottom: 0;
    }

    .home-carousel-wrapper .hero-caption .h-48 {
        font-size: 20px;
        line-height: 22px;
    }

    .home-carousel-wrapper .hero-caption p {
        font-size: 16px;
    }

    #section-com .propertyBlock .blockImg {
        padding: 0px 0px 0px 0px;
        width: 88%;
        height: 35%;
        margin-top: 15px;
        margin-bottom: 18px;
    }

    #section-res-head .row .res {
        color: #052467;
        background-color: #C6C6C6 !important;
        font-family: AvantGardelBook;
        margin-top: 0rem;
    }

    #section-com .propertyBlock .firstblock {
        margin-top: 0%;
        font-family: AvantGardelMed;
        color: #052467;
        text-align: left;
        text-transform: uppercase;
        font-size: 1.5rem;
    }

    #section-welcome img {
        width: 100%
    }

    .philanthropy .txt {
        font-weight: bold;
        position: unset;
        bottom: 0px;
        color: #fff;
        line-height: 30px;
    }

    #section-res .propertyBlock {
        margin-bottom: 15px;
        /*
        height: 600px;
        max-height: 600px;
*/
    }

    #navbarSupportedContent {
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 20px;
    }

    #sub-navigation .navbar-collapse {
        background-color: #fff;        
    }
    .txt-400px-lg {
        font-size: 35px !important;
    }

}

@media screen and (min-width: 768px) {
    .welcome-left-box {
        border-right: .25rem solid #FFF;
    }

    .welcome-right-box {
        border-left: .25rem solid #FFF;
    }
}

@media screen and (max-width: 576px) {
    .comunities-link-wrapper {
        padding: 3px;
    }

    .comunities-link img {
        padding: 2px;
    }

    .div-current-communities {
        max-width: 40%;
        padding: 5px;
    }
}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 767px) {

    #carousel-home .carousel-item,
    .home-carousel-wrapper {
        height: 350px;
    }

    .home-carousel-wrapper .img-arrow {
        display: none !important;
    }

    .home-carousel-wrapper .hero-caption {
        bottom: 0;
    }

    .home-carousel-wrapper .hero-caption .h-48 {
        font-size: 24px;
        line-height: 24px;
    }

    .home-carousel-wrapper .hero-caption p {
        font-size: 18px;
    }

    #section-com .propertyBlock .blockImg {
        padding: 0px 0px 0px 0px;
        width: 100%;
        height: 35%;
        margin-top: 15px;
        margin-bottom: 18px;
    }

    #section-res-head .row .res {
        color: #052467;
        background-color: #C6C6C6 !important;
        font-family: AvantGardelBook;
        margin-top: 0rem;
    }

    #section-com .propertyBlock .firstblock {
        margin-top: 0%;
        font-family: AvantGardelMed;
        color: #052467;
        text-align: left;
        text-transform: uppercase;
        font-size: 1.5rem;
    }

    #section-welcome img {
        width: 100%
    }

    .philanthropy .txt {
        font-weight: bold;
        position: unset;
        bottom: 0px;
        color: #fff;
        line-height: 30px;
    }

    #section-res .propertyBlock {
        margin-bottom: 15px;
        /*
        height: 600px;
        max-height: 600px;
*/
    }

    .ballymoreliving {
        margin-bottom: 10px;
    }

    #section-left {
        margin-top: 50px;
    }

    #section-right {
        margin-top: 50px;
    }
    #section-bottom .descSection .text{
        width: 322px;
    }
    footer .social{float: left;}
    #section-res .propertyBlock h4{text-align: left;}
    #section-res .propertyBlock p{text-align: left;}
    #section-past .propertyBlock h4{text-align: left;}
    #section-past .propertyBlock p{text-align: left;}
}


@media screen and (max-width: 991px) {}

@media screen and (max-width: 767px) {
    .h-48 {
        font-size: 38px;
        line-height: 42px;
    }
    #contact-headquarters p{font-size: 16px;}
}

@media (max-width: 576px) {
    #section-bottom .descSection {
        color: #fff;
        margin: 18px;
    }

    #section-bottom .descSection text {
        height: 32px;
        width: 80vw !important;
        margin-bottom: 10px;
        margin-left: 6px;
    }

    .h-48 {
        font-size: 28px;
        line-height: 36px;
    }
}

@media screen and (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }

    #main-navigation .dropdown-menu {
        top: 96%;
    }

    /*
    #main-navigation .navbar-nav {
        margin-bottom: 0;
        height: 74px;
    }
*/

    #main-navigation .nav-link {
        padding-left: .9rem;
        padding-right: .9rem;
    }

    #main-navigation .nav-item {
        transition: all .10s ease-in-out;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .px-max {
        padding-left: 5rem;
        padding-right: 5rem;
    }

}






/* Extra small devices (portrait phones, less than 576px)
No media query for `xs` since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .px-max {
        padding-left: 0rem;
        padding-right: 0rem;
    }
}

/* Medium devices (tablets, 768px and up) */
/* @media (min-width: 768px) {
    #section-res-head .row .res {
        color: #052467;
        background-color: #C6C6C6 !important;
        font-family: AvantGardelBook;
        margin-top: 0rem;
    }

    #section-welcome-gray .imageblock {
        position: unset;
        top: 0rem;
        width: 100%;
        z-index: 1;
    }

    .px-max {
        padding-left: 0rem;
        padding-right: 0rem;
    }
    #sub-navigation .navbar-collapse {
        background-color: #fff;
        margin-left: -16px;
        MARGIN-RIGHT: -17PX;
        PADDING-LEFT: 16PX;
    }
} */

/* iPads (landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
  /* Styles */
  #section-res-head .row .res {
    color: #052467;
    background-color: #C6C6C6 !important;
    font-family: AvantGardelBook;
    margin-top: 0rem;
}

#section-welcome-gray .imageblock {
    position: unset;
    top: 0rem;
    width: 100%;
    z-index: 1;
}

.px-max {
    padding-left: 0rem;
    padding-right: 0rem;
}
#sub-navigation .navbar-collapse {
    background-color: #fff;
    margin-left: -16px;
    margin-right: -17PX;
    padding-left: 16PX;
}
}

/* iPads (portrait) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
  /* Styles */
  #section-res-head .row .res {
    color: #052467;
    background-color: #C6C6C6 !important;
    font-family: AvantGardelBook;
    margin-top: 0rem;
}

#section-welcome-gray .imageblock {
    position: unset;
    top: 0rem;
    width: 100%;
    z-index: 1;
}

.px-max {
    padding-left: 0rem;
    padding-right: 0rem;
}
#sub-navigation .navbar-collapse {
    background-color: #fff;
    margin-left: -16px;
    MARGIN-RIGHT: -17PX;
    PADDING-LEFT: 16PX;
}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #section-res-head .row .res {
        color: #052467;
        background-color: #C6C6C6 !important;
        font-family: AvantGardelBook;
        margin-top: -7rem;
    }

    #section-welcome-gray .imageblock {
        position: absolute;
        top: 7vh;
        width: 30rem;
        z-index: 1;
    }

    /*
    #section-welcome-gray .imageblock2 {
        position: absolute;
        top: 20vh;
        width: 30rem;
        z-index: 1;
    }

    #section-welcome-gray .imageblock3 {
        position: absolute;
        top: 20vh;
        width: 30rem;
        z-index: 1;
    }

    #section-welcome-gray .imageblock4 {
        position: absolute;
        top: 14vh;
        width: 30rem;
        z-index: 1;
    }

    #section-welcome-gray .imageblock5 {
        position: absolute;
        top: 14vh;
        width: 30rem;
        z-index: 1;
    }
*/

    #section-welcome-gray .imageblock p {
        padding-right: 5rem !important;
    }

    #section-welcome-gray .imageblock2 p {
        padding-right: 5rem !important;
    }

    #section-welcome-gray .imageblock3 p {
        padding-right: 5rem !important;
    }

    #section-welcome-gray .imageblock4 p {
        padding-right: 5rem !important;
    }

    #section-welcome-gray .imageblock5 p {
        padding-right: 5rem !important;
    }

    .px-max {
        padding-left: 0rem;
        padding-right: 0rem;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #section-res-head .row .res {
        color: #052467;
        background-color: #C6C6C6 !important;
        font-family: AvantGardelBook;
        margin-top: -7rem;
    }

    #section-welcome-gray .imageblock {
        position: absolute;
        top: 7vh;
        width: 34rem;
        z-index: 1;
    }

    /*
    #section-welcome-gray .imageblock2 {
        position: absolute;
        top: 14vh;
        width: 34rem;
        z-index: 1;
    }

    #section-welcome-gray .imageblock3 {
        position: absolute;
        top: 12vh;
        width: 34rem;
        z-index: 1;
    }

    #section-welcome-gray .imageblock4 {
        position: absolute;
        top: 15vh;
        width: 34rem;
        z-index: 1;
    }

    #section-welcome-gray .imageblock5 {
        position: absolute;
        top: 12vh;
        width: 34rem;
        z-index: 1;
    }
*/

    .px-max {
        padding-left: 5rem;
        padding-right: 5rem;
    }
}


.downArrow {
    position: absolute;
    bottom: 4%;
    left: 50%;
}

.downArrow img {
    max-width: 2rem;
    width: 2rem;
}

.bounce {
    -moz-animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
}

@-moz-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}



/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
