/* #Pages/00-Fonts# */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Unica+One');
@import url('https://fonts.googleapis.com/css?family=Montez');

html body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    background: #29292e url(../images/index-images/3px-tile.png) repeat left top;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    /*z-index: 1;*/
}

body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: 'Unica One', sans-serif;
    text-transform: uppercase;
}

body h1 {
    font-size: 78px;
    line-height: 1;
}

body h2 {
    font-size: 64px;
    line-height: 1;
}

body h3 {
    font-size: 62px;
    line-height: 1;
}

body h4 {
    font-size: 42px;
    line-height: 1;
}

body h5 {
    font-size: 32px;
    line-height: 1;
}

body h6 {
    font-size: 28px;
    line-height: 1;
}

body p {
    font-size: 14px;
    margin: 0 0 20px;
    letter-spacing: 1.2px;
}

body #masterHeader, body footer, body footer p {
    font-size: 14px;
}

a:focus {
    color: inherit!important;
    text-decoration: none!important;
}

ol {
    padding: 0 !important;
}

#loader {
    width: 200px;
    height: 120px;
    background-image: url(../images/index-images/loading.png);
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -60px;
    animation: loading 4s steps(100) infinite;
    position: absolute;
}

@keyframes loading  {
    100% {background-position: -20000px;}
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from { bottom:-100px; opacity:0 }
    to { bottom:0; opacity:1 }
}

@keyframes animatebottom {
    from{ bottom:-100px; opacity:0 }
    to{ bottom:0; opacity:1 }
}

#myDiv {
    display: none;
    /*text-align: center;*/
}

.active-app {
    font-size: 13px !important;
    font-weight: bolder;
    border: 1px solid #ffffff;
    background-color: #85e2e6;
    /*box-shadow: inset 0 0 5px #fff;*/
}

.bold {
    font-weight: bold;
}

@media (max-width: 1024px) {
    body h1 {
        font-size: 64px;
        line-height: 1;
    }

    body h2 {
        font-size: 54px;
        line-height: 1;
    }

    body h3 {
        font-size: 42px;
        line-height: 1;
    }

    body h4 {
        font-size: 36px;
        line-height: 1;
    }

    body h5 {
        font-size: 32px;
        line-height: 1;
    }

    body h6 {
        font-size: 28px;
        line-height: 1;
    }

    body p {
        margin: 0 0 20px;
        letter-spacing: 1.2px;
    }

    body #masterHeader, body footer, body footer p {
        font-size: 14px;
    }
}

h1

@media (max-width: 767px) {
    body h1 {
        font-size: 50px;
        line-height: 1;
    }

    body h2 {
        font-size: 42px;
        line-height: 1;
    }

    body h3 {
        font-size: 40px;
        line-height: 1;
    }

    body h4 {
        font-size: 32px;
        line-height: 1;
    }

    body h5 {
        font-size: 28px;
        line-height: 1;
    }

    body h6 {
        font-size: 26px;
        line-height: 1;
    }

    body p {
        font-size: 18px;
        margin: 0 0 20px;
        letter-spacing: 1.2px;
    }

    body #masterHeader, body footer, body footer p {
        font-size: 14px;
    }
}

body a{
    color: #49c5b6;
}

ul.at-comm-amenities a {
    background: #ff1304;
    color: #fff!important;

}

ul.at-comm-amenities a:after {
    content: "" !important;
    font-family: "FontAwesome", serif;
    margin-left: 8px;
    color: #888888;

}

ul.at-comm-amenities a:hover {
    text-decoration: underline!important;

}

body a:hover {
    color: #f7ffec;
}


    /* Fontello */
@font-face {
    font-family: 'fontello', sans-serif;
    src: url('fonts/fontello.eot');
    src: url('fonts/fontello2552.woff') format('woff'),
    url('fonts/fontello2552.ttf') format('truetype'),
    url('fonts/fontello2552.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="sicon-"]:before, [class*=" sicon-"]:before {
    font-family: 'fontello', serif;
    font-style: normal;
}

.sicon-twitter:before {
    content: '\e808';
}

.sicon-pinterest:before {
    content: '\e810';
}

.sicon-facebook:before {
    content: '\e826';
}

.sicon-youtube:before {
    content: '\e81d';
}

.sicon-linkedin:before {
    content: '\e835';
}

.sicon-google:before {
    content: '\e833';
}

.sicon-google-search:before {
    content: '\e833';
}

.sicon-blog:before {
    content: '\e829';
}

.sicon-yelp:before {
    content: '\e800';
}

.sicon-myspace:before {
    content: '\e864';
}

.sicon-foursquare:before {
    content: '\e804';
}

.sicon-flickr:before {
    content: '\e801';
}

.sicon-instagram:before {
    content: '\0028';
}

.sicon-tumblr:before {
    content: '\0029';
}

.sicon-apartmentratingscom:before {
    content: '\0021';
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    margin: 0 !important;
    width: auto !important;
}

.clear {
    clear: both;
}

#popUpWindowDialog #popUpWindowHeader {
    font-family: 'Unica One', sans-serif;
    text-transform: uppercase;
    font-size: 32px;
}

#popUpWindowDialog #popUpWindowText {
    margin: -10px -10px 0 -10px;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
}

#popUpWindowDialog .divCloseButton {
    float: none;
    position: absolute;
    top: 0;
    right: 0;
}

body .popUpWindowDialog #popBtnClose {
    margin: 0;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    background: #49c5b6 url(../images/favicon/fav-active.png) no-repeat scroll 9px -631px;
}

.clickToPopUp {
    display: none !important;
}

/* #Pages/01-Header# */
.header-main .container {
    position: relative;
    height: 100%;
}

.header-main img {
    width: 35px;
    height: 22px;
}

header .header-contents .header-main .music-stop {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 9999;
    width: 50px;
    height: 50px;
    transform: translate(0, -50%);
    text-align: initial;
    cursor: pointer;
}

.apartment-details {
    display: inline-block !important;
    margin-top: 0;
    line-height: 20px;
    font-size: 10px !important;
}

.apartment-details span {
    font-size: 13px !important;
}

.apartment-details img {
    width: 25px;
    height: 22px!important;
}

.header-contents {
    position: fixed;
    top: 0;
    z-index: 30;
    width: 100%;
}

.cancellations {
    width: 100%;
    position: relative;
   /* height: 860px;*/
    background: url("../images/index-images/houserules.jpg") no-repeat center;
    padding: 4em 0;
    background-size: cover;
}

.houserules-title {
    font-size: 33px;
    font-weight: bolder;
}

.top-spacer {
    width: 100%;
    height: 185px;
    background: black;
    transition: all .3s ease;
}

.narrow .top-spacer {
    height: 110px;
}

.header-top-bar {
    background: #49c5b6;
    text-align: center;
    z-index: 20;
}

.container a {
    color: #fff;
    text-decoration: none;
    padding: 0 15px;
    display: inline-block;
    line-height: 40px;
    font-size: 11px;
    text-transform: uppercase;
}



.top-link {
    display: inline-block;
    transition: 0.3s;
}

.top-link a {
    transition: 0.3s;
}

.top-link-after:after {
    content: '|';
    width: 2px;
    height: 15px;
    font-size: 22px;

}

@media (max-width: 1199px) {
    .top-spacer {
        /*height: 228px;*/
    }

    .narrow .top-spacer {
        height: 128px;
    }

    .top-link {
        font-size: 10px;
        text-transform: uppercase;
    }

    .top-link .hidden-small {
        display: none!important;
    }

    .tooltip2 {
        letter-spacing: 2px;

    }

     span.tooltiptext:hover {

    }


    .tooltip2 .tooltiptext, .tooltip2 .tooltiptext-available {
        left: 0 !important;
        top: 20px!important;
        width: 100px !important;
        font-size: 9px!important;
        text-align: center;
    }

    .header-top-bar a, .header-top-bar a:hover, .header-top-bar a:focus {
        line-height: 20px;
        padding-bottom: 5px;
    }

    .top-link a em, #_lpChatBtn:before, .top-link .seo-number:before {
        font-style: normal;
        display: block;
        color: #49c5b6;
        font-size: 20px;
        line-height: 26px;
        vertical-align: middle;
        padding-top: 7px;
    }

}

@media (max-width: 450px) {
    .top-link {
        width: 100%!important;
        margin: 0;
        padding: 0;
        display: block!important;
        float: left;
        border-bottom: 1px solid #363636;
    }

    .cancellations h1 {
        text-align: center;
    }

    .top-link-after:after {
        content: '';
    }


    div.span-hover:hover {
        transform: translate(6px, 0px) !important;
    }
    .page-title {
        font-size: 40px;
        margin-top: 53px;
    }

    .header-top-bar a, .header-top-bar a:hover, .header-top-bar a:focus {
        width: 100%;
        padding: 0 0 5px 0;
        font-size: 12px;
    }
}

.top-specials a {
    background: #29292e;
}

.top-specials a.collapsed {
    background: #1f1f26;
}

#specials-fly-out {
    position: relative;
    background: #29292e;
    z-index: 20;
    overflow-y: auto;
}

#specials-fly-out .container {
    padding: 2.5em 15px;
}

#specials-fly-out .row {
    display: table;
}

#specials-fly-out [class*="col-"] {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    float: none;
    position: relative;
}

@media (min-width: 768px) {
    #specials-button-column {
        text-align: right;
    }
}

@media (max-width: 767px) {
    #specials-fly-out [class*="col-"] {
        display: block;
        height: auto;
    }

    .main-menu-container {
        width: 70% !important;
    }

    .main-menu-container.in {
        left: 15%!important;
        opacity: 1;

    }
}

#specials-fly-out .cta-button {
    text-align: right;
}

.menu-CTAs {
    white-space: normal;
}

.header-main {
    background: #29292e url(../images/index-images/3px-tile.png) repeat left top;
    color: #fff;
    height: 170px;
    text-align: center;
    box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.3);
    z-index: 20;
    position: relative;
    transition: all .3s ease;
}

.narrow .header-main {
    height: 76px;
}

#propertyLogo {
    height: 170px;
    transition: all .3s ease;
}

#propertyLogo a {
    height: 170px;
    padding: 25px 0;
    display: inline-block;
    transition: all .3s ease;
}

#propertyLogo a img {
    height: 80px;
    transition: all .3s ease;
    width: 40px;
}

#scroll {
    position:fixed;
    right:30px;
    bottom:70px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#49c5b6;
    text-indent:-9999px;
    display:none;
    z-index: 999;
    /*-webkit-border-radius:60px;*/
    /*-moz-border-radius:60px;*/
    /*border-radius:60px*/
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}

#scroll:hover {
    background-color:#fff;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
    border: 2px solid #49c5b6;
}

#scroll:hover span{
    /*border: 8px solid #49c5b6;*/
    border-bottom-color: #49c5b6;
    transform: translate(0px, -7px);
    transition: 0.4s;
}



.narrow #propertyLogo {
    height: 76px;
}

.narrow #propertyLogo a {
    height: 76px;
    padding: 8px 0;
}

.narrow #propertyLogo a img {
    height: 60px;
}

@media (max-width: 767px) {
    .header-main, #propertyLogo {
        height: 76px;
    }

    #propertyLogo a {
        height: 76px;
        padding: 8px 0;
    }

    #propertyLogo a img {
        height: 60px;
    }

    .top-spacer {
        height: 110px;
    }
}

.header-main a, .header-main a:hover {
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
    padding: .4em 0;
    cursor: pointer;
}

.header-main a em, .header-main a i {
    color: #49c5b6;
    font-size: 32px;
    vertical-align: middle;
}

.header-main a em.icon-blueprint:before {
    font-weight: bold;
}

.header-FP-Link {
    position: absolute;
    right: 65px;
    top: 55%;
    transform: translate(0, -50%);
}
.header-home-Link {
    position: absolute;
    left: -75px;
    top: 55%;
    transform: translate(0, -50%);
}


.header-FP-Link img {
    float: right;
}


.menu-button {
    position: absolute;
    left: 40px;
    top: 55%;
    transform: translate(0, -50%);
}

.header-main a span {
    font-size: 15px;
    padding: 0 10px;
}

.main-menu-container {
    position: fixed;
   /* top: 58px;*/
    left: 0;
    z-index: 26;
    width: 100%;
    max-height: calc(100% - 58px);
    max-height: -moz-calc(100% - 58px);
    max-height: -webkit-calc(100% - 58px);
    opacity: 0;
    /*overflow-y: auto;*/
}

.header-rent {
    word-spacing: 6px;
    margin-top: 15px;
    font-size: 20px!important;
}

.tooltip2 {
    position: relative;
    display: inline-block;
    font-weight: 500;
}

.tooltip2 .tooltiptext {
    visibility: visible;
    width: 100px;
    background-color: red;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 0 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 33;
    left: 17%;
    top: 32px;
    font-size: 10px;
    font-weight: 600;
    line-height: 20px;
}

.tooltip2 .tooltiptext-available {
    visibility: visible;
    width: 90px;
    background-color: #85f050;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 33;
    left: 33px;
    top: 32px;
    font-size: 10px;
    font-weight: 600;
    line-height: 20px;
}

.tooltip2 .tooltiptext {
    visibility: visible;
}

.glyphicon-chevron-custom {
    background: #3e3e3e;
    border-radius: 100px;
    padding: 10px 5px;
    height: 40px!important;
    width: 40px!important;
    font-size: 20px!important;
}

@media (max-width: 767px) {
    .main-menu-container {
        overflow-y: auto;
        width: 70%;
    }
}

.main-menu-container {
    transition: all .5s ease;
    left: -100%;
}

#menu-fly-out {
    width: 100%;
    overflow: visible;
}

.menu-fly-out-container {
    width: 100%;
    background: #ffffffad;
    position: relative;
}

.in .menu-fly-out-container {
    box-shadow: 5px 10px 25px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 10px 25px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 10px 25px 3px rgba(0, 0, 0, 0.5);
}

.menu-left .cta-button {
    text-align: left;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
}

.menu-left {
    /*text-align: center;*/
    padding: 1em 2em 2em 4em;
}

header .menuElem {
    list-style: none;
    padding: 2em 0;

}

header .menuElem li {
    font-size: 20px !important;
    font-weight: 400;
    font-family: 'Unica One', sans-serif;
    text-transform: uppercase;
    transition: 0.5s;
    margin: 3px 0;
    width: 100%;
}

header .menuElem li:nth-child(n+8):nth-child(-n+10) a,
header .menuElem li:nth-child(4) a {
    cursor: not-allowed !important;
}

header .menuElem li a{
    letter-spacing: 0;
    color: #1f1f26;
    transition-property: all;
    transition-duration: .4s;
    transition-timing-function: ease;
    display: block;
    width: max-content;
}

header .menuElem li a:hover  {
     letter-spacing: 3px;
     text-decoration: none;
}

header .menuElem li a:hover:after,
header .menuElem li a:hover:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: rgba(36, 23, 27, 0.56);
    transition: width 350ms ease-in-out;
    width: 90%;
}

header .menuElem li a:hover:before {
    bottom: auto;
    top: 0;
    width: 90%;
}

header .menuElem li a:after,
header .menuElem li a:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    bottom: 0;
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    transition: all 280ms ease-in-out;
    width: 0;
}

.menu-right {
    display: none;
}

.main-menu-container.in {
    left: 0;
    opacity: 1;
    width: 40%;
}

@media (min-width: 1200px) {
    .main-menu-container {
        top: 40px;
        width: 95%;
        left: -95%;
    }

    .menu-left {
        width: 100%;
        float: left;
        padding: 3em 2em 8em 5em;
        text-align: left;
    }

    .menu-right {
        display: block;
        position: absolute;
        right: 0;
        width: 55%;
        height: 100%;
        background-size: cover;
        background-position: center;
    }

    .menu-right:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .3);
    }
}

@media (max-width: 480px) {

}

/* #Pages/02-Home# */
.home-section1 {
    height: 855px;
    width: 100%;
    text-align: center;
    position: relative;
    background: url(../images/madara/madara-4.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home-section7 {
    height: 855px;
    width: 100%;
    /*text-align: center;*/
    position: relative;
    background: url(../images/nikolaevich/nikolaevich-5.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home-section8 {
     height: 855px;
     width: 100%;
     text-align: center;
     position: relative;
     background: url(../images/basanovich/basa-1.jpg);
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
 }

.home-section9 {
    height: 855px;
    width: 100%;
    text-align: center;
    position: relative;
    background: url(../images/madara/madara-4.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.home-section10 {
    height: 855px;
    width: 100%;
    /*text-align: center;*/
    position: relative;
    background: url(../images/sava-radulov2/radulov2-1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-custom-background-image {
    background-image: url(../images/nikolaevich/nikolaevich-1.jpg);
    width: 100%;
    margin-right: 0;
    float: left;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-custom-background-image-1 {
    background-image: url(../images/madara/madara-4.jpg);
    width: 100%;
    margin-right: 0;
    float: left;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-custom-background-image-2 {
    background-image: url(../images/madara/madara-9.jpg);
    width: 100%;
    margin-right: 0;
    float: left;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-custom-background-image-3 {
    background-image: url(../images/nikolaevich/nikolaevich-16.jpg);
    width: 100%;
    margin-right: 0;
    float: left;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-custom-background-image-4 {
    background-image: url(../images/basanovich/basa-1.jpg);
    width: 100%;
    margin-right: 0;
    float: left;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-custom-background-image-5 {
    background-image: url(../images/basanovich/basa-2.jpg);
    width: 100%;
    margin-right: 0;
    float: left;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-custom-background-image-6 {
    background-image: url(../images/basanovich/novi/basa-new-8.jpg);
    width: 100%;
    margin-right: 0;
    float: left;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-custom-background-image-7 {
    background-image: url(../images/sava-radulov2/radulov2-1.jpg);
    width: 100%;
    margin-right: 0;
    float: left;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-custom-background-image-8 {
    background-image: url(../images/index-images/neighborhood.jpg);
    width: 100%;
    margin-right: 0;
    float: left;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-custom-background-image-9 {
    background-image: url(../images/index-images/neighborhood.jpg);
    width: 100%;
    margin-right: 0;
    float: left;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-custom-background-image-10 {
    background-image: url(../images/basanovich/basa-1.jpg);
    width: 100%;
    margin-right: 0;
    float: left;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-custom-background-image-11 {
    background-image: url(../images/basanovich/novi/basa-new-10.jpg);
    width: 100%;
    margin-right: 0;
    float: left;
    display: block;
    background-size: cover;
    background-position: 0px;
    background-repeat: no-repeat;
}

.carousel-custom-background-image-12 {
    background-image: url(../images/basanovich/novi/basa-new-9.jpg);
    width: 100%;
    margin-right: 0;
    float: left;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-custom-background-image-13 {
    background-image: url(../images/basanovich/basa-7.jpg);
    width: 100%;
    margin-right: 0;
    float: left;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-custom-background-image-14 {
    background-image: url(../images/basanovich/basa-14.png);
    width: 100%;
    margin-right: 0;
    float: left;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-custom-background-image-15 {
    background-image: url(../images/basanovich/basa-15.png);
    width: 100%;
    margin-right: 0;
    float: left;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-custom-background-image-16 {
    background-image: url(../images/basanovich/basa-16.png);
    width: 100%;
    margin-right: 0;
    float: left;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-custom-background-image-17 {
    background-image: url(../images/nikolaevich/nikolaevich-2.jpg);
    width: 100%;
    margin-right: 0;
    float: left;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-custom-background-image-18 {
    background-image: url(../images/nikolaevich/nikolaevich-13.jpg);
    width: 100%;
    margin-right: 0;
    float: left;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-custom-background-image-19 {
    background-image: url(../images/nikolaevich/nikolaevich-8.jpg);
    width: 100%;
    margin-right: 0;
    float: left;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-custom-background-image-20 {
    background-image: url(../images/nikolaevich/nikolaevich-1.jpg);
    width: 100%;
    margin-right: 0;
    float: left;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-custom-background-image-21 {
    background-image: url(../images/nikolaevich/nikolaevich-11.jpg);
    width: 100%;
    margin-right: 0;
    float: left;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.carousel-custom-background-image-22 {
    background-image: url(../images/nikolaevich/nikolaevich-9.jpg);
    width: 100%;
    margin-right: 0;
    float: left;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-custom-background-image-23 {
    background-image: url(../images/nikolaevich/nikolaevich-14.jpg);
    width: 100%;
    margin-right: 0;
    float: left;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-custom-background-image-24 {
    background-image: url(../images/nikolaevich/nikolaevich-12.jpg);
    width: 100%;
    margin-right: 0;
    float: left;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-custom-background-image-25 {
    background-image: url(../images/nikolaevich/nikolaevich-7.jpg);
    width: 100%;
    margin-right: 0;
    float: left;
    display: block;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.carousel-custom-background-image-26 {
    background-image: url(../images/madara/madara-13.jpg);
    width: 100%;
    margin-right: 0;
    float: left;
    display: block;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.carousel-custom-background-image-27 {
    background-image: url(../images/madara/madara-4.jpg);
    width: 100%;
    margin-right: 0;
    float: left;
    display: block;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.carousel-custom-background-image-28 {
    background-image: url(../images/madara/madara-3.jpg);
    width: 100%;
    margin-right: 0;
    float: left;
    display: block;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.carousel-custom-background-image-29 {
    background-image: url(../images/madara/madara-9.jpg);
    width: 100%;
    margin-right: 0;
    float: left;
    display: block;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.carousel-custom-background-image-30 {
    background-image: url(../images/madara/madara-5.jpg);
    width: 100%;
    margin-right: 0;
    float: left;
    display: block;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.carousel-custom-background-image-31 {
    background-image: url(../images/madara/madara-11.jpg);
    width: 100%;
    margin-right: 0;
    float: left;
    display: block;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.carousel-custom-background-image-32 {
    background-image: url(../images/madara/madara-10.jpg);
    width: 100%;
    margin-right: 0;
    float: left;
    display: block;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.carousel-custom-background-image-33 {
    background-image: url(../images/madara/madara-15.jpg);
    width: 100%;
    margin-right: 0;
    float: left;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-custom-background-image-34 {
    background-image: url(../images/madara/madara-6.jpg);
    width: 100%;
    margin-right: 0;
    float: left;
    display: block;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.carousel-custom-background-image-35 {
     background-image: url(../images/madara/madara-12.jpg);
     width: 100%;
     margin-right: 0;
     float: left;
     display: block;
     background-size: cover;
     background-position: bottom;
     background-repeat: no-repeat;
 }

.carousel-custom-background-image-36 {
    background-image: url(../images/sava-radulov2/radulov2-4.jpg);
    width: 100%;
    margin-right: 0;
    float: left;
    display: block;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.carousel-custom-background-image-37 {
    background-image: url(../images/sava-radulov2/radulov2-1.jpg);
    width: 100%;
    margin-right: 0;
    float: left;
    display: block;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.carousel-custom-background-image-38 {
    background-image: url(../images/sava-radulov2/radulov2-3.jpg);
    width: 100%;
    margin-right: 0;
    float: left;
    display: block;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.home-section-overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
}

#respond {
   margin: 30px auto;
    float: none;
}

#respond input[type='text'],
#respond input[type='email'],
#respond textarea {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    color: #363636;
    line-height: 1.4em;
}

#respond input[type='submit'] {
    /*color: #000000;*/
}

#items div,
#itemsAlltime div {
    margin-bottom: 22px;
    /*width:50% !important;*/
}

.home-section1 .container {
    position: relative;
    height: calc(100% - 100px);
    height: -moz-calc(100% - 100px);
    height: -webkit-calc(100% - 100px);
}

.home-banner-text {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
    padding: 15px;
    text-align: center;
    left: 0;
}

.home-banner-text p {
    font-size: 21px;
}

.mosaic-img:hover {
    transform: scale(1.20) ;
    background-position: top left 100%;


}

.mosaic-img {
    transition: 0.5s;
    background-position: bottom 0 right;
    top: 0!important;
    left: 0!important;
    right: 0!important;
    bottom: 0!important;
}

@media (max-width: 1199px) {
    .home-section1 .container {
        height: 100%;
    }

    .home-section1 a#scroll-down {
        display: none !important;
    }
}

.home-section1 a#scroll-down {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, 0);
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    transition: opacity .2s ease;
}

a#scroll-down.faded {
    opacity: 0;
}

.home-section1 a#scroll-down:hover {
    text-decoration: none;
}

.home-section1 a#scroll-down:after {
    content: "";
    width: 20px;
    height: 20px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: block;
    transform: rotate(-45deg);
    text-align: center;
    margin: 0 auto;
}

@media (max-width: 900px) {
    .home-section1 {
        height: auto;
    }

    .home-banner-text {
        position: relative;
        width: 100%;
        top: initial;
        transform: translate(0, 0);
        padding: 60px 15px;
        text-align: center;
    }
}

.cta-button {
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    /*max-width: 100%;*/
    background: #3e3e44;
    color: #49c5b6;
    display: inline-block;
    margin: 10px 0;
}

.cta-button a,.cta-button a:hover, .cta-button a:focus {
    display: block;
    color: #49c5b6;
    text-decoration: none;
    cursor: pointer;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 2px;
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    border: 1px solid #f5f5f5;
    text-align: center;
}

.cta-button a:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
     transform: rotate(35deg);
    transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 20;
}

.cta-button a:hover:after {
     left: 120%;
    transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
}

/*.cta-button a em {
    position: absolute;
    right: 1.6em;
    line-height: 60px;
}*/

.home-section2-right .background-gallery-container {
    overflow: hidden;
}

.background-gallery .bg-caption-container {
    width: 90%;
    text-align: center;
}

body .background-gallery .bg-bullets {
    width: 90%;
    padding: 0;
    line-height: 1;
    text-align: center;
}

body .background-gallery .bg-bullets li {
    display: inline-block;
    float: none;
    font-size: 36px;
    opacity: .3;
    padding: 0 2px;
    transition: all .3s ease;
}

body .background-gallery .bg-bullets li.bg-selected {
    opacity: 1;
}

@media (max-width: 767px) {
    .background-gallery .bg-caption-container {
        text-align: center;
    }


}

.home-section2-right ul {
    list-style: none;
}

.home-section2-left {
    text-align: center;
}

.home-cta2 {
     padding: 1em 3em 2em;
 }

.home-cta a,
#section4-left-panel a{
    font-size: 17px!important;
}

.home-cta, #home-contact-form {
    margin-bottom: 40px;
}

.background-video-container .slides-banner .slides li {
    height: 50vw;
}

body .flex-direction-nav a {
    z-index: 9;
}

@media (min-width: 1200px) {
    .home-section2 {
        height: 520px;
        overflow-y: visible;
    }

    .background-video-container .slides-banner .slides li {
        height: 580px;
    }

    .home-section2-left {
        width: 40%;
        float: left;
        height: calc(100% + 55px);
        height: -moz-calc(100% + 55px);
        height: -webkit-calc(100% + 55px);
        /*background: #29292e url(../main/TemplateResources/Standard/3px-tile.png) repeat left top;*/
        position: relative;
        box-shadow: 5px 3px 25px 3px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 5px 3px 25px 3px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 5px 3px 25px 3px rgba(0, 0, 0, 0.5);
        z-index: 1;
    }

    .home-section2-right {
        width: 60%;
        float: right;
        height: 100%;
    }

    .home-cta2 {
        width: 60%;
        position: absolute;
        right: 200px;
        top: 50%;
        transform: translate(0, -50%);
        text-align: left;
    }

    .home-cta2 .cta-button {
        text-align: left;
    }
}

.home-section3 {
    width: 100%;
    position: relative;
}
.home-section3 ol li span {
    width: 100%;
    height: 50px;
    line-height: 20px;

}

.home-section3 ol li {
    margin: 20px !important;
}


.home-section3-background {
    width: 100%;
    background: black;
    position: absolute;
    background-image: url(../images/index-images/utilities.jpg);
    background-repeat: no-repeat;
    height: 100%;
    background-size: cover;
    background-position: bottom;
    /*z-index: 1;*/
}

.home-section3 #items li,
.home-section3 #itemsAlltime li{
    width: 100%;
    display: block;
}

.home-section3 #btnLoad {
    color: #fff;
    margin: 0 auto;
    display: block;
    float: none;
    background: #00c4bb;
    height: 28px;
    padding: 0;
    font-weight: 900;
    border-radius: 5px;
    outline: 0;
    border: 1px solid #fff;
}

.home-section3 #btnLoad:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    border: 0.5px solid #FFF;
    top: 0;
    left: 80px;
}

.home-section3 #btnLoad:before {
    content: '';
    background: url("../images/misc/square-add_icon-icons.com_72277.png") transparent no-repeat;
    width: 30px;
    height: 100%;
    position: absolute;
    top: 6px;
    left: 33px;
}


.home-section3 .nameComment {
    font-weight: 600 !important;
    margin: 10px 10px 0 10px !important;
    word-wrap: break-word !important;
    font-size: 20px !important;
    line-height: 22px !important;
    letter-spacing: normal !important;
    font-family: Circular,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif !important;
    color: #fff !important;
}

.home-section3 .dateComment {
    margin-left: 10px;
}

.home-section3 .nameComment::first-letter {
   text-transform: uppercase;
}

.home-section3 .bubble {
    padding: 0.5em;
    text-align: left;
    line-height: 1.5em;
    background-color: #fff;
    border-radius: 30px;
    color: #000;
    position: relative;
}

.home-section3 .bubble p {
    margin: 10px !important;
    letter-spacing: normal;
    font-size: initial;
}

.home-section3 h4{
    text-align: center;
}

.home-section3 .bubble:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 20px;
    right: 5px;
    top: -18px;
    bottom: auto;
    border: 18px solid;
    border-color: transparent transparent transparent #f5f5f5;
}

.home-section4-background {
    width: 100%;
    background: black;
    position: absolute;
    background-image: url(../images/index-images/option-active.jpg);
    background-repeat: no-repeat;
    height: 100%;
    background-size: cover;
    background-position: bottom;
    /*z-index: 1;*/
}

.basanovich-section3 li {
    width: 100px;

}

.basanovich-section3 li img{
    width: 100%;
    padding-top: 50%;
}

.basanovich-section3 li span{
    font-size: 14px;
}


.basanovich-section3 li {
    display: inline-block;
}

.basanovich-section3 {

}


.contact-mobile-form .contactus-float-input-div input {
    padding: 5px 0;
    line-height: 20px;
}

@media (max-width: 767px) {
    .home-section3-background {
        /*background: url(https://images/v2/dimg/51691106/480x1200/51691106.jpg);*/
        background-size: cover;
        background-position: center;
        height: 1200px;
    }
}

.home-section3 .container.home-cta-group {
    padding-top: 3em;
}

.home-section3 .cta-button {
    display: block;
    width: 170px;
    margin: 10px auto;
}

@media (min-width: 1200px) {
    .container.home-cta-group {
        transform: translate(0, 1em);
    }

    .home-section3 .container.home-cta-group {
        padding-top: 9em;
    }
}

@media (max-width: 1199px) {
    .home-section3-background {
        height: 100%;
    }
}

@media (max-width: 991px) {
    .home-section3-background {
        height: 100%;
    }

    .home-cta, #home-contact-form {
        max-width: 500px;
        display: block;
        margin: 20px auto;
    }

    .home-section2-right,
    .home-section1{
        height: 70%;
    }

    .home-cta-text {
        height: 175px;
    }

    .tooltiptext-available, .tooltiptext {
        visibility: hidden!important;
    }

    .header-FP-Link span {
        /*visibility: hidden;*/
    }

}

.cta-img {
    text-align: center;
    overflow: hidden;

}

.cta-img img:hover {
    transform: scale(1.1);
}

.cta-img img {
    width: 100%;
    transition: all .5s ease;

}

.home-cta-text {
    background: #1f1f2669;
    height: 175px;
    padding: 2em;
    font-size: 14px;
}

@media (max-width: 1199px) and (min-width: 991px) {
    .home-cta-text {
        height: 232px;
    }
}

@media (max-width: 768px) {
    /* .home-cta-text {height: auto;} */
}

@media (max-width: 767px) {
    .home-cta-text {
        height: auto;
        text-align: center;
    }
    .home-section2-right, .home-section1 {
        height: 50%;
    }

    #contact-us-left {
        /*text-align: center;*/
    }
}

a.home-cta-button {
    color: #49c5b6;
    background: #3e3e44;
    line-height: 60px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    /*position: relative;*/
    font-weight: 700;
    letter-spacing: 2px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 1.7em;
}

a.home-cta-button:hover {
    color: #49c5b6;
    text-decoration: none;
}

a.home-cta-button span {
    position: relative;
    padding-right: 1.6em;
}

.home-cta-button em {
    position: absolute;
    right: 0;
    line-height: 60px;
}

.cta-form-container {
    background: #1f1f2669;
    padding: .5em 2em 0;
}

#home-contact-form #contactusBedBath, #home-contact-form #contactusReason {
    display: none;
}

.contactus-float-input-div {
    position: relative;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
     opacity: 0;
 }



.contact-mobile-form input {
    background: none;
    border-bottom: 2px solid #888888 !important;
    width: 100%;
}

.contactus-float-input-div {
    line-height: 2.2;
}

.contactus-float-input-div span.required-field {
    position: absolute;
    right: 5px;
}

#contactusComments {
    z-index: 1;
}

#contactusComments textarea {
    background: #1f1f2600;
    border: none;
    border-bottom: 2px solid #888888;
    height: 40px;
    overflow: hidden;
    width: 100%;
}

.required-info {
    display: none;
}

.cta-form-container {
    min-height: 505px;
    position: relative;
}

.cta-form-container h3 {
    font-size: 50px;
}

.sumbitbutton {
    position: absolute;
    margin: 0 -2em;
    width: 100%;
    bottom: 0;
    text-align: center;
    display: block;
    background: #3e3e44;
}

@media (max-width: 767px) {
    .home-cta2, .home-cta-text, .cta-form-container {
        padding: 1em 15px;
    }

    .footer-links {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .sumbitbutton {
        margin: 0 -15px;
    }
}

body .contact-mobile-form input[type=button] {
    line-height: 60px;
    height: initial;
    border: none !important;
    width: 100% !important;
    padding: 0;
    text-transform: uppercase;
    color: #49c5b6;
    font-weight: 700;
    letter-spacing: 2px;
}

.contact-mobile-form input.reqErr {
    border-bottom: 2px solid red !important;
}

.home-section4 {
    width: 100%;
    /*margin-top: -3em;*/
}

.section4-right-panel {
    padding: 40px;
    background: rgba(110, 110, 110, 0.5);
    margin-top: -2em;
    margin-bottom: 5em;
    /*height: 100%;*/
}

.section4-right-panel h3 {
    margin: 33px;
}

.home-section4 .gallery-social-widget .gallery-social-images > a {
    display: none;
}

/*.home-section4 .gallery-social-images a:nth-child(-n+6) {
    display: block;
    width: 33.333%;
}*/

.flex {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}


.gallery-social-widget .gallery-social-footer {
    display: none;
}

.home-section4 .gallery-social-widget {
    margin: 0;
}

.gallery-social-hashtag a {
    width: 100% !important;
    text-align: center;
}

.gallery-social-widget .gallery-social-card {
    display: none;
}

.gallery-social-widget .gallery-social-card--hover {
    display: block;
}

#section4-left-panel .home-cta-button {
    display: none;
    margin-top: 1em;
}

#section-4-container {
    position: relative;
    z-index: 1;
    margin-top: 150px;
}

@media (max-width: 991px) {
    .home-section4 {
        margin-top: 1em;
        text-align: center;
    }

    #section4-left-panel {
        padding: 1em 0 2em;
    }

    #section4-left-panel h3 {
        font-size: 54px;
    }
}

.home-section5 {
    margin-top: 60px;
    height: 810px;
    width: 100%;
    background: #777;
    position: relative;
}

.home-section5 span {
    z-index: 1;
    position: absolute;
    /* text-shadow: 3px 3px #9b9990; */
    background: rgba(110, 110, 110, 0.5);
    font-size: 42px;
    font-family: 'Unica One', sans-serif;
    text-transform: uppercase;
    top: -60px;
    display: block;
    width: 100%;
    text-align: center;
}

.home-section10 span,
.home-section9 span,
.home-section8 span,
.home-section7 span,
.home-section1 span{
    text-align: center;
    z-index: 9999;
    position: relative;
    /*text-shadow: 3px 3px #9b9990;*/
    background: rgba(0, 198, 186, 0.54);
    font-family: 'Unica One', sans-serif;
    text-transform: uppercase;
    padding: 0 15px;
    margin: 15px 0;
    display: inline-block;
}

.home-section6 {
    padding: 2.6em 0;
}

.home-section6 .cta-button {
    float: right;
}

/* The Modal (background) */

.column69 {
    float: left;
    width: 20%;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: scroll!important;
    background-color: rgba(0, 0, 0, 0.8);
}

/* Modal Content */
.modal-content69 {
    position: relative;
    margin: auto;
    padding: 0;
    width: 100%;
    max-width: 1400px;
}

/* The Close Button */
.close69 {
    position: absolute;
    right: 0;
    top: 0;
    padding: 2px 28px 8px;
    font-size: 4em;
    width: auto;
    height: auto;
    background: transparent;
    border: 0;
    outline: none;
    color: #fff;
    z-index: 1000;
}

.close69:hover,
.close69:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
    width: 100% !important;
    max-width: 105vh !important;
    margin: 0px auto !important;
}

.cursor69 {
    cursor: pointer
}

/* Next & previous buttons */
.prev69,
.next69 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 80px;
    height: 80px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.prev69 img,
.next69 img {
    width: 100%;
    height: 100%;
}

.prev69 {
    left: 0;
}


/* Position the "next button" to the right */
.next69 {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.office-hours-modal-container {
    z-index: initial !important;
}

.contact-main .full-list .office-hours-modal-container {
    padding: 0;
}

@media (min-width: 900px) {
    .home-section6 h6 {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .gallery-social-card {
        display: none !important;
    }

    .home-section4 .gallery-social-images a:nth-child(-n+6) {
        width: 50%;
    }

    .home-section6 {
        text-align: center;
    }

    .home-section6 .cta-button {
        float: none;
    }
    .home-section5
    {
        height: 50%;
    }

    .cta-img {
        /*height: 30%;*/
    }
}

.disclaimerText {
    display: none;
}

/* #Pages/03-Inner-Pages# */
/* #Pages/03-Inner-Pages/00-General# */

::-webkit-input-placeholder {
    color: #1f1f26 !important;
}

::-moz-placeholder {
    color: #1f1f26 !important;
}

::placeholder {
    color: #1f1f26 !important;
}

.inner-page-top {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
    text-align: center;
}

.inner-page-background {
    position: relative;
}

.inner-page-background #contact-us-left .verticalLine p {
    padding-right: 12px;
    border-right: 1px solid #fff;
}

.inner-page-background-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}

.inner-page-background .container {
    position: relative;
    height: 100%;
}

.inner-content-shadow {
    padding: 20px;
    background: rgba(75, 75, 70, 0.6);
    resize: both;
    /*overflow: scroll;*/
    position: relative;
}

.inner-content {
    background-image: url("../images/misc/contact-form-background.jpg");
    background-repeat: repeat;
    background-color: #cccccc;
    background-position: center;
    color: #1f1f26;
    padding: 2em;
    height: 100%;
    width: 100%;
    position: absolute;
}

@media (max-width: 767px) {
    .inner-content {
        padding: 2em 15px;
    }

    .inner-content-shadow {
        padding: 15px;
    }
}

.sp-infobox-bot-mobile {
    color: #1f1f26;
}

/* #Pages/03-Inner-Pages/01-Floor-Plans# */

.inner-content.floorplans-main {
    padding: 15px;
}

#floorplans-background {
    background: url(https://images/v2/dimg/51691046/1920x1600/51691046.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.FloorPlansV2 .pagination > .active > a, .FloorPlansV2 .pagination > .active > span, .FloorPlansV2 .pagination > .active > a:hover, .FloorPlansV2 .pagination > .active > span:hover, .FloorPlansV2 .pagination > .active > a:focus, .FloorPlansV2 .pagination > .active > span:focus {
    z-index: auto !important;
}

body .FloorPlansV2 label:before {
    display: none;
}

body .FloorPlansV2 .ac-container article {
    z-index: initial;
}

body .FloorPlansV2 #view-area-floor-plan .view-area-floor-plan ul {
    width: calc(100% - 14px);
}

body .FloorPlansV2 .ac-container .label {
    font-size: 17px;
    height: auto;
    line-height: 30px;
    padding: 5px;
}

body .FloorPlansV2 .rent-filter {
    width: 85px;
}

body .FloorPlansV2 .read-more-fp p {
    font-size: 12px;
}

body .FloorPlansV2 input#datepicker {
    width: 100px;
}

#ui-datepicker-div {
    font-size: 14px;
}

.ui-datepicker-month, .ui-datepicker-year {
    color: #1f1f26 !important;
}

body .FloorPlansV2 .QuoteDetails:before {
    left: 95px;
}

#QuoteDetails input#datepicker2 {
    width: 120px;
    max-width: initial !important;
    padding: 5px 25px 5px 5px !important;
}

body .FloorPlansV2 input#flex-days {
    width: 30px;
    padding: 2px 6px;
    vertical-align: middle;
}

@media (max-width: 991px) {
    body .FloorPlansV2 #sidebar {
        width: 99% !important;
        margin: 0 auto;
        float: none;
    }

    body .FloorPlansV2 #contentarea {
        width: 99% !important;
        margin: 25px auto 0;
        float: none;
    }

    body .FloorPlansV2 #floorplan-video-viewer {
        width: 90%;
    }
}

@media (max-width: 767px) {
    #floorplans-background {
        background: url(https://images/v2/dimg/51691046/480x1200/51691046.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }

    .FloorPlansV2 #view-area-floor-plan {
        width: 100% !important;
    }

    .FloorPlansV2 #contentarea {
        padding: 0 !important;
    }

    .FloorPlansV2 #floorplan-header {
        padding: 10px 15px !important;
    }
}

@media (max-width: 400px) {
    body .FloorPlansV2 #cont-leftsidebar .img_area {
        width: 100%;
    }

    .menu-left {
        padding: 10px 0;
    }

    header .menuElem {
        list-style: none;

    }

    header .menuElem li a {
        margin: 0 auto;
    }


    .menu-left >.cta-button {
        text-align: center;
        display: block;
        /* margin-right: 10px; */
        /* margin-bottom: 15px; */
        margin: 0 auto;
        width: 133px;
    }

    .menu-CTAs .cta-button {
        text-align: center;
        display: block;
        /* margin-right: 10px; */
        /* margin-bottom: 15px; */
        margin: 0 auto;
        width: fit-content;
    }

    .menu-fly-out-container {
        width: 100%;
        background: #ffffffdb;
        position: relative;
    }
}

.sister-properties-panel {
    padding-bottom: 2em;
}

.sp-container .sp-left-arrow {
    border-bottom: solid 2px #fff;
    border-left: solid 2px #fff;
}

.sp-container .sp-right-arrow {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}

.FloorPlansV3 .filters-container {
    line-height: 40px;
}

.FloorPlansV3 .close {
    opacity: 1 !important;
}

.FloorPlansV3 #topbar .filters-container .ism-dropdown:after {
    top: 0;
}

body .FloorPlansV3 #beds_selector a, body .FloorPlansV3 #baths_selector a {
    padding: 6px 10px;
}

body .FloorPlansV3 #cont-leftsidebar .img_area img {
    width: 100%;
}

body .FloorPlansV3 .fp-switch-tabs .btn-default {
    width: 60px;
}

body .FloorPlansV3 .rent-filter {
    width: 85px;
    border-radius: 0;
    padding: 6px 10px;
    margin: 0;
    line-height: 18px;
    vertical-align: middle;
}

.FloorPlansV3 .availabilityFilter #flex-days {
    padding: 0;
    width: 28px;
    height: 26px;
    margin: -10px 5px 0 -13px;
}

body .FloorPlansV3 #topbar .calendra input {
    padding: 6px 10px;
    line-height: 18px;
}

@media (max-width: 1199px) {
    .FloorPlansV3 .availUnitsBox:after {
        display: none !important;
    }

    .section4-right-panel {
        margin-top: 2em !important;
        position: relative;
        z-index: auto;
    }
}

@media (max-width: 1024px) {
    body .FloorPlansV3 #checkboxShowAvailableOnly {
        margin: 2px 5px 2px 0 !important;
    }

}

@media (max-width: 960px) {
    body .FloorPlansV3 #contentarea {
        float: none !important;
    }

    .FloorPlansV3 .standard-menu, .FloorPlansV3 .rent-container, .FloorPlansV3 .calendra, .FloorPlansV3 .dropdown {
        min-height: initial !important;
    }

    body .FloorPlansV3 .butt_area {
        padding-right: 20px;
        padding-left: 0;
        float: right;
    }
}

@media (max-width: 690px) {
    body .FloorPlansV3 .butt_area {
        padding-right: 0;
    }
}

.FloorPlansV3 .availabilityFilter p {
    letter-spacing: initial;
    font-size: 12px;
    line-height: 20px !important;
    vertical-align: middle;
}

.FloorPlansV3 .floorplan-video-header h3 {
    font-size: 20px !important;
}

/* #Pages/03-Inner-Pages/02-Features# */

#features-background-1 {
    background: url(https://images/v2/dimg/51691113/1920x1600/51691113.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

#features-background-2 {
    background: url(https://images/v2/dimg/51691112/1920x1600/51691112.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

body .image-with-pins .map-tooltip {
    padding: 2em 2em 1em;
    text-align: center;
}

.features-widget-2 {
    padding: 0 15px;
}

.features-widget-2 li.tabs-title {
    border: none;
}

@media (min-width: 769px) {
    .features-widget-2 li.tabs-title:first-child {
        margin-left: 0;
    }

    .features-widget-2 li.tabs-title {
        margin: 7px 7px;
    }
}

.features-widget-2 .amenities-tabbed-container .tabs li .tabs-link {
    background: #29292e;
    color: #888888;
    padding: 15px;
    transition: all .3s ease;
}

.features-widget-2 .amenities-tabbed-container .tabs-title.is-active > .tabs-link, .features-widget-2 .amenities-tabbed-container .tabs-title > .tabs-link:hover {
    background: #49c5b6;
    color: #fff;
}

@media (max-width: 800px) {
    .features-widget-2 .amenities-tabbed-container .tabs li .tabs-link {
        padding: 10px 15px;
       /* height: 100%;*/
        width: 100%;
    }
}

li.tabs-title {
    background: none !important;
}

.features-widget-2 #example-tabs {
    margin-bottom: 18px;
    border: none;
    text-align: center;
}

ul li {
    list-style-type: none !important;
}

div.large-4 ul li:before,
div.large-6 ul li:before {
    content: '\2713';
    padding: 0 5px;
    color: #ff1304;
    font-weight: bold;
}

/*div.large-12 {*/
    /*height: 100%;*/
    /*width: 100%;*/
/*}*/

.features-widget-2 .amenities-tabbed-container .tabs-content {
    background: rgba(255, 255, 255, 0.8);
    color: #1f1f26;
    border: none;
}

.tabs-content h1 {
    padding-top: 15px;
    border-bottom: none!important;

}

.tabs-content a {
   text-decoration: none;

}

#redHouseRules .rules-tab h1{
    color: #ff1304;
    border-top: 2px solid #ff1304;

}


.features-widget-2 .view-more-community, .features-widget-2 .view-more-apartment {
    padding: 15px;
    text-decoration: none !important;
}

.features-widget-2 .view-more-community:after, .features-widget-2 .view-more-apartment:after {
    content: "\f178";
    font-family: "FontAwesome";
    margin-left: 10px;
}

.tabs-panel ol {
    list-style-type: none;
    text-align: center;
}

.tabs-panel ol li {
    text-decoration: none;
    margin: 10px;
}

.tabs-panel ol li a{
    display: inline;
    text-transform: capitalize;
    padding: 0 0;
}

.tabs-panel ol li span {
    display: block;
    text-align: center;
}

.tabs-panel ul li a {
    color: #1f1f26 ;
    text-decoration: none !important;
    cursor: pointer;
}

.tabs-panel ul li a:after {
    content: "\f03e";
    font-family: "FontAwesome";
    margin-left: 8px;
    color: #888888;
}

.hard {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.tabbed-amenity {
    padding: 1px;
    border: 1px solid transparent;
    margin: 1px;
}

.hard div {
    padding: 20px 0;
}

.hard div span{
    display: block;
    text-align: center;

}

ul.amenities-list-modal, li.apartment-amenity-item {
    color: #1f1f26;
}

.carousel-inner>.item,
.carousel-inner>.item img {
    height: 100%;
}

.item img {
    height: 100%!important;
}

.amenities-tabbed-header h3 {
    font-size: 20px;
}

.amenities-tabbed-header a:hover {
    color: #fff;
    text-decoration: none !important;
}

.tabbed-amenity:hover {
    /*text-decoration: underline;*/
    cursor: pointer;
    border: 1px solid rgb(225, 160, 148);

}

@media (max-width: 767px) {
    .features-widget-2 .amenities-tabbed-container .tabs li .tabs-link {
        padding: 6px 15px;
    }
}

/* #Pages/03-Inner-Pages/03-Gallery# */

#gallery-background {
    background: url(../images/misc/balconies-1031241_960_720.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 999px;
    padding: 2em 0;
}

#gallery-background .inner-content-shadow {
    padding: 10px;
    resize: horizontal;
    overflow: visible;
}

.inner-content.gallery-main {
    height: 100%;
    padding: 10px;
    background: rgba(75,75,70,.6);
}

.inner-content ul li {
    position: relative;
    overflow: hidden;
    transition: all 0.9s;
}



.inner-content ul li .round {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    position: absolute;
    right: 3px;
    top: 3px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 2;
}

.inner-content ul li .round i {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 50%;
    margin-left: -4px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s ease;
}

.inner-content ul li:hover .round i {
    right: -12%;

}

.inner-content ul li:hover:after {
    right: 100%;
    width: 50%;
}

.inner-content ul li:after {
    content: "";
    width: 37px;
    height: 38px;
    position: absolute;
    right: 3px;
    top: 3px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.2s ease-out;
    background-color: #78737726;
}



@media (min-width: 1025px) {
    #gallery-background .gallerySquareContainer .widget_head {
        margin-bottom: 0;
    }
}

#gallery-background .grid {
    background: transparent;
    transition: all 0.7s ease;
}

#gallery-background .grid-item {
    background: transparent;
    overflow: hidden;
    border: 10px solid transparent;
}

.gallerySquareContainer .top-dropdown {
    color: #333 !important;
}

/* #Pages/03-Inner-Pages/04-Neighborhood# */

.inner-content.neighborhood-main {
    padding: 1em;
}

body .venue .venueScore, body .infoBox .infoboxContainer .mapVenueDetails .mapVenueScore {
    background: #49c5b6;
}

body #leftPanelTabs .tabList {
    padding: 0;
}

#leftPanelTabs .tabList li a {
    transition: all .3s ease;
}

body #leftPanelTabs .tabList li a:hover, body #leftPanelTabs .tabList li a.active {
    background: #49c5b6;
    color: #fff;
}

#neighborhood-container * {
    box-sizing: initial;
}

#neighborhood-container #topPanel, #neighborhood-container #topPanel * {
    box-sizing: border-box;
}

#neighborhood-container #topPanel {
    background: #1f1f26 !important;
    padding: 10px 10px 0 10px;
    height: auto;
}

body #topPanel .topPanel-PropertyAddress {
    color: #fff;
}

body #topPanel .topPanel-PropertyAddress span {
    display: inline;
}

body #topPanel .topPanel-PropertyAddress span a {
    font-weight: normal;
    color: #fff;
    text-decoration: none !important;
}

body #topPanel .topPanel-PropertyAddress:before {
    content: "\f041";
    font-family: "FontAwesome";
    color: #fff;
    font-size: 26px;
    vertical-align: middle;
    margin-right: 5px;
}

#topPanel .topPanel-PropertyAddress img {
    display: none;
}

body #topPanel .neighborhood-search-panel, body .rp_n_3_SearchRadius, body #topPanel .topPanel-PropertyAddress {
    float: none;
    display: inline-block;
    height: 48px;
    line-height: 38px;
    margin-right: 15px;
    margin-bottom: 10px;
    border-radius: 2px;
    border: none;
    padding: 5px 10px;
    vertical-align: middle;
}

body .neighborhood-search-panel input.searchTextBox {
    height: 25px;
}

body .neighborhood-search-panel button#btnSearchVenues {
    background: none !important;
}

body .neighborhood-search-panel button#btnSearchVenues:before {
    content: "\f002";
    font-family: "FontAwesome";
    color: #1f1f26;
    font-size: 24px;
    vertical-align: middle;
}

body .neighborhood-search-panel button#btnSearchVenues {
    width: initial;
    height: initial;
    overflow: initial;
    text-indent: 0;
    margin: 0;
    font-size: 0;
    vertical-align: middle;
    line-height: 32px;
    padding: 0;
}

@media (min-width: 1046px) {
    #neighborhood-container #leftPanel {
        width: 35%;
        padding-right: 1%;
    }
}

@media (max-width: 960px) {
    #neighborhood-background .inner-content-shadow {
        padding: 0;
    }

    body #neighborhood-container {
        margin-top: 0;
    }

    body #neighborhood-container #topPanel .neighborhood-search-panel,
    body #neighborhood-container .rp_n_3_SearchRadius {
        background: #fff;
    }

    body #neighborhood-container .neighborhood-search-panel button#btnSearchVenues {
        position: initial;
        top: initial;
        right: initial;
    }

    body #neighborhood-container #topPanel .topPanel-PropertyAddress {
        padding: 5px 10px;
        margin-bottom: 0;
    }

    .inner-page-top {
        /*padding-top: 2.5em;*/
        padding-bottom: 2.5em;
    }

    body #neighborhood-container #topPanel {
        margin-bottom: 8px !important;
    }
}

body #neighborhood-container input, body #neighborhood-container select {
    color: #1f1f26 !important;
    height: 25px !important;
    padding: 0 5px !important;
}

#topLeftSide label {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    #neighborhood-container #topLeftSide {
        font-size: 14px;
    }

    body .neighborhood-search-panel label, body #neighborhood-container .rp_n_3_SearchRadius label {
        display: inline-block;
    }

    body #neighborhood-container .rp_n_3_SearchRadius {
        float: none !important;
        margin-left: 15px;
    }

    input#txtSearchQuery {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    select#dropSearchRadius {
        margin-left: 5px !important;
    }

    body #topPanel .neighborhood-search-panel, body .rp_n_3_SearchRadius, body #topPanel .topPanel-PropertyAddress {
        height: 40px;
        line-height: 31px;
    }

    #neighborhood-container .rp_n_3_SearchRadius, body .neighborhood-search-panel button#btnSearchVenues {
        line-height: 30px !important;
    }


}

@media (max-width: 680px) {
    body #topPanel .neighborhood-search-panel, body .rp_n_3_SearchRadius, body #topPanel .topPanel-PropertyAddress {
        width: 100% !important;
        margin: 0 !important
    }

    body #topPanel .neighborhood-search-panel {
        margin: 0 0 10px !important;
    }

    body .neighborhood-search-panel button#btnSearchVenues {
        float: none !important;
        margin-top: -5px !important;
    }

    body .rp_n_3_SearchRadius {
        max-width: initial !important;
    }
}

@media (max-width: 480px) {
    body #topPanel .neighborhood-search-panel, body .rp_n_3_SearchRadius, body #topPanel .topPanel-PropertyAddress {
        height: auto !important;
    }

    body #neighborhood-container .neighborhood-search-panel input.searchTextBox {
        width: calc(100% - 60px);
        width: -moz-calc(100% - 60px);
        width: -webkit-calc(100% - 60px);
    }

    body .neighborhood-search-panel label {
        width: 100%;
    }

    body #topLeftSide input {
        margin-left: 0 !important;
    }

    body #neighborhood-container #dropSearchRadius {
        width: auto;
    }

    body #neighborhood-container #topPanel .neighborhood-search-panel, body #neighborhood-container .rp_n_3_SearchRadius {
        padding: 3px 5px !important;
    }
}

/* #Pages/03-Inner-Pages/05-Contact# */

#contact-background {

}

.contact-main .office-hours-list {
    border: none !important;
    margin: 0;
    padding: 0;
    color: #1f1f26;
    font-size: 16px;
}

.contact-main .oh-header {
    display: none !important;
}

#contact-us-left .spacer {
    height: 20px;
}

#contact-us-left {
    padding: 20px;
    margin: 50px 0;
    background: rgba(75, 75, 70, 0.34);
}

#contact-us-left div{
    float: left;
    width: 50%;
}

#contact-us-left h6{
  text-align: center;
    border-bottom: 1px solid white;
}

#contact-right input:focus,
#contact-right textarea:focus {
    box-shadow: inset 0 0 0 1px #f7ffec, 0 0 10px rgb(0, 193, 181);
    outline: none;
}


#contact-us-left div:nth-child(2){
    text-align: right;
    padding-right: 10px;
}

.contact-main h4 {
    color: #49c5b6;
    text-transform: uppercase;
}

#contact-left-phone, #contact-left-phone a.seo-number, #contact-left-phone a.seo-number:hover {
    color: #1f1f26;
    text-decoration: none;
    font-weight: bold;
}

#contactUsEnhancedContainer {
    background: #0000002b;
    padding: 40px;
    margin: 50px 0;
    clear: both;
}

#contactUsEnhancedContainer .form-group {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    #usersourceDiv {
        /*margin-top: -1.7em;*/
    }
}

#respondDiv label {
    width: 120px;
}

.respondRadios {
    display: inline-block;
}

.respondRadios input[type=radio] {
    line-height: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 2px solid #1f1f26;
    vertical-align: middle;
    background: white;
    margin-top: -3px;
    cursor: pointer;
    transition: background .3s ease;
}

.respondRadios input[type=radio]:checked {
    background: #49c5b6;
}

#contactUsEnhancedContainer .form-control#comments {
    padding-top: 4px;
}

#contactUsEnhancedContainer .form-control {
    border: none;
    border: 1px solid #00c5b94a;
    border-radius: 0;
    box-shadow: none;
    color: #1f1f26;
    padding: 0;
    font-size: 12px;
    background: #fff;
    text-align: center;
}

#contactUsEnhancedContainer .form-group label {
    font-weight: 500;
    cursor: pointer;
    margin-left: 10px;

}

#contactUsEnhancedContainer::placeholder {
    color: #1f1f26;
}

#moveDateDiv label {
    width: 120px;
}

#moveDateDiv input {
    width: calc(100% - 125px);
    width: -moz-calc(100% - 125px);
    width: -webkit-calc(100% - 125px);
    display: inline-block;
}

#requiredNotation {
    display: none;
}

#contact-right .required-group:before {
    left: -10px;
}

.page-contact .validate-field {
    border-bottom: 2px solid red !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    #contact-right .col-md-6 {
        width: 50%;
        float: left;
    }
}

@media (max-width: 991px) {
    #contact-us-left {
        /*text-align: center;*/
    }

    #contactUsEnhancedContainer .form-group {
        margin-bottom: 36px;
    }
}

.btnEnhSubmit, input[name=submit] {
    border: 0 solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    outline: 1px solid;
    outline-color: rgba(255, 255, 255, 0.5);
    outline-offset: 0;
    text-shadow: none;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    background: #00c2b7;
    padding: 10px 20px;
}

.btnEnhSubmit:hover , input[name=submit]:hover{
    border: 1px solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
    text-shadow: 1px 1px 2px #427388;
}

.btn {
    border: 1px solid #d59b79!important;
}

/* #Pages/03-Inner-Pages/06-Blog# */

body .page_blog {
    padding: 0;
}

#blog-background {
    /*background: url() no-repeat;*/
    background-size: cover;
    background-position: center;
}

body .blog-search-box {
    height: 30px;
}

@media (min-width: 1025px) {
    body .blog-list-item-right, body .blog-details-right {
        width: 180px;
    }

    body .blog-list-item-left, body .blog-details-body {
        width: calc(100% - 200px);
        width: -moz-calc(100% - 200px);
        width: -webkit-calc(100% - 200px);
    }
}

body .blog-list-item-title-container h3 a, body .blog-details-title-container h3 {
    color: #49c5b6 !important;
}

/* #Pages/04-Footer# */
footer {
    background: #3e3e44;
    color: #fff;
    padding: 3em 0;
}

footer img {
    max-width: 20%;
    display: block;
    margin: auto;
}

footer h6 {
    color: #49c5b6;
}

.footerCopyright {
    color: #49c5b6;
    margin-bottom: 10px;
}

#footerLogo1 {
    margin-bottom: 20px;
}

footer .office-hours-modal-container {
    padding: 0;
}

footer .oh-header {
    display: none !important;
}

footer .office-hours-list {
    margin: 0;
    padding: 0;
    border: none;
}

#footerLogo2 a {
    font-size: 22px;
    font-weight: bolder;
    text-align: center;
}

.headerlogo {
    font-size: 30px;
    font-weight: bolder;
    text-align: center;
    text-transform: uppercase;
    margin: 0 20px;
    letter-spacing: 2px;
}

#footerLogo2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

footer .menuEle {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menuEle li a{
    padding: 0 0!important;
    line-height: 20px!important;
    transition: 0.3s;
}

div.span-hover:hover{
    transform: translate(0px, -6px);
}

.span-hover {
    transition: 0.2s;
}

.menuEle li a:hover {
    transform: translate(13px, 0px);
    text-decoration: underline;
}

#date, #txt {
    font-size: 12px;
    word-spacing: 2px;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover, footer a:focus {
    color: revert;
    text-decoration: none;
}

.social_media a {
    font-size: 22px;
    background: #fff;
    color: #3e3e44;
    height: 40px;
    width: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-right: 25px;
    margin-bottom: 25px;
    padding: 0 0;
}

footer .social_media a:hover {
    color: #333;
    transform: scale(1.1);
    transition: all .3s ease;
}

.footer-icons > div {
    display: inline-block;
    margin-right: 25px;
}

footer .social_media {
    margin-left: -10px;
    margin-right: -10px;
}

.social_media a {
    margin: 0 10px 20px;
}

body .gallery-social-widget .gallery-social-images > a .gallery-social-card .gallery-social-card-content .gallery-social-hashtag {
    font-size: 2.0rem;
}

body #ADA-HUD-Links a svg {
    fill: #fff;
}

body #ADA-HUD-Links {
    transform: translate(0, 8px);
    margin-right: 0;
}

@media (max-width: 991px) {
    footer {
        /*text-align: center;*/
    }

    #footerLogo1, #footerLogo2 {
        margin-bottom: 20px;
        max-width: 100%;
        padding: 0 2%;
        display: block;
        text-align: center;
    }

    footer .col-md-3.col-sm-5 {
        text-align: left;
    }

    .footer-icons > div {
        display: inline-block;
        margin-right: 10px;
    }

    .footer-icons-right {
        margin-right: 0 !important;
    }

    footer .social_media {
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    /*.footerCopyright, .social_media {*/
        /*text-align: center !important;*/
    /*}*/

    #footerLogo1, #footerLogo2 {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
}

.modal2 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    padding: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(255,255,255,0.7); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content2 {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content2, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 1s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close2 {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 33px;
    font-weight: bold;
    transition: 1s;
    background-color: #dd764b;
    border-radius: 100px;
    padding: 0 15px !important;
    margin: auto;
}

.close2:hover,
.close2:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content2 {
        width: 100%;
    }
}

#myImg ,#myImg1{
    cursor: pointer;
}

.hosts {
    font-family: 'Montez', cursive;
    font-size: 40px;
    color: #ff8f2b;
}

.host-img img {
    border-radius: 44px;
    margin: 20px;
}

.justified {
    text-align: justify;
}

.columns h6 {
    text-align: center;
}

.host {
    background: url("../images/hosts/hosts1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 183px;
    height: 183px;
    margin: 10px 10px;
    display: inline-block;
    text-align: center;
    transition: all .5s ease;

}

.host1 {
    background: url("../images/hosts/hosts.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 183px;
    height: 183px;
    margin: 10px 10px;
    display: inline-block;
    text-align: center;
    transition: all .5s ease;
}

.host2 {
    background: url("../images/hosts/hosts2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 183px;
    height: 183px;
    margin: 10px 10px;
    display: inline-block;
    text-align: center;
    transition: all .5s ease;
}

.host3 {
    background: url("../images/hosts/hosts3.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 183px;
    height: 183px;
    margin: 10px 10px;
    display: inline-block;
    text-align: center;
    transition: all .5s ease;
}

.host4 {
    background: url("../images/hosts/hosts4.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 183px;
    height: 183px;
    margin: 10px 10px;
    display: inline-block;
    text-align: center;
    transition: all .5s ease;
}

.host5 {
    background: url("../images/hosts/hosts5.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 183px;
    height: 183px;
    margin: 10px 10px;
    display: inline-block;
    text-align: center;
    transition: all .5s ease;
}

.flex a {
    height: 100%;
    width: 100%;
    transition: all .5s ease;
}

.host:hover, .host1:hover, .host2:hover,
.host3:hover,.host4:hover,.host5:hover {
    transform: scale(1.1)!important;
}

.hoverImage:hover {
    transform: scale(3) translate(20px,0);
    z-index: 1;

}

.hoverImage {
    transition: 1s;
}

.google-maps-preview:hover {
    color: #49c5b6;
}
