    body {
        font-family: 'Roboto', sans-serif;
        background-color: #fff;
        color: #333;
        /*background-image: url('http://thcgroup.eu/wp-content/uploads/2016/07/bgh.png');*/
        background-repeat: no-repeat;
        background-position: center top;
        background-attachment: fixed;
    }
    
    body>.container,
    body>.container-fluid {
        padding: 70px 15px 0;
    }
    
    img {
        /*width: 100%;*/
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0) scale(1.0, 1.0);
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    span,
    a,
    div,
    label {
        font-weight: 300 !important;
    }
    
    a {
        color: #7fb841;
    }
    
    .full-with {
        width: 100%;
    }
    
    .btn {
        border-radius: 0;
    }
    
    .btn-primary {
        color: #fff;
        background-color: #7fb841;
        border-color: #7fb841;
    }
    
    .btn-primary:hover {
        color: #7fb841;
        background-color: #273c42;
        border-color: #273c42;
    }
    
    .btn-primary.active.focus,
    .btn-primary.active:focus,
    .btn-primary.active:hover,
    .btn-primary:active.focus,
    .btn-primary:active:focus,
    .btn-primary:active:hover,
    .open>.dropdown-toggle.btn-primary.focus,
    .open>.dropdown-toggle.btn-primary:focus,
    .open>.dropdown-toggle.btn-primary:hover {
        color: #7fb841;
        background-color: #273c42;
        border-color: #273c42;
    }
    
    .btn-primary.active,
    .btn-primary:active,
    .open>.dropdown-toggle.btn-primary {
        color: #7fb841;
        background-color: #273c42;
        border-color: #273c42;
    }
    
    .btn-primary.focus,
    .btn-primary:focus {
        color: #7fb841;
        background-color: #273c42;
        border-color: #273c42;
    }
    /*.menu-logo{
    margin-top:5px; 
    height: 50px; 
    width: auto;
}*/
    
    .menu-logo {
        margin: 18px 0;
        height: 25px;
        width: auto;
    }
    /*TOP BAR _CONTACT NAVS*/
    
    #contact-nav-bar {
        background: #fdfdfd;
        padding-top: 10px;
    }
    
    .contact-nav li {
        float: left;
    }
    
    .contact-nav-left {
        float: left;
        padding: 0;
    }
    
    .contact-nav-right {
        float: right;
        padding: 0;
    }
    
    .top-bar>li {
        position: relative;
        display: block;
    }
    
    .top-bar>li>a {
        position: relative;
        display: block;
        padding: 10px 15px 10px 0px;
        color: #324a51;
        font-size: 16px;
        margin-right: 5px;
    }
    
    .top-bar>li>a:hover,
    .top-bar>li>a:active,
    .top-bar>li>a:focus {
        text-decoration: none;
        color: #7fb842;
    }
    
    .contact-nav-right>li>a>i {
        position: relative;
        display: inline;
        padding: 10px 5px;
        font-size: 20px;
        vertical-align: sub;
        color: #7fb842;
    }
    
    .top-bar.contacts>li:last-child {
        margin-right: 50px;
    }
    
    .top-bar.contact-nav-right>li>a:last-child {
        padding: 10px 5px 10px 0;
    }
    
    .top-bar-btn:hover {
        color: #7fb842;
        background-color: #eaeaea;
        border-color: #eaeaea;
    }
    
    .top-bar-btn {
        padding: 7px 15px !important;
        background-color: #eaeaea;
        border-color: transparent;
        border-radius: 5px;
        font-size: 20px !important;
        box-shadow: 0px 1px 1px #777;
    }
    
    .triangle-btn {
        display: none;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 40px 40px 0;
        border-color: transparent #7fb842 transparent transparent;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10001;
        cursor: pointer;
    }
    
    .topbar-right-btn {
        color: #fdfdfd;
        margin-left: 22px;
        margin-top: 2px;
    }
    /*MAIN NAVIGATION*/
    
    #main-navigation-wrapper {
        position: fixed;
        width: 100%;
        z-index: 1000;
        top: 0;
    }
    /*=======================*/
    
    .navbar-default-overwride {
        background-color: #314a51;
        border-color: #7fb841;
    }
    
    .navbar-inverse .navbar-nav>li>a {
        color: #fff;
    }
    
    .navbar-default-overwride .navbar-nav>.active>a,
    .navbar-default-overwride .navbar-nav>.active>a:focus,
    .navbar-default-overwride .navbar-nav>.active>a:hover {
        color: #fff;
        background-color: #7fb841;
    }
    
    .navbar-inverse .navbar-nav>.open>a,
    .navbar-inverse .navbar-nav>.open>a:focus,
    .navbar-inverse .navbar-nav>.open>a:hover {
        color: #fff;
        background-color: #314a51;
    }
    
    .navbar-inverse .navbar-nav>li>a:focus,
    .navbar-inverse .navbar-nav>li>a:hover {
        color: #7fb841;
        background-color: transparent;
    }
    
    .navbar-nav>li>a {
        line-height: 40px;
    }
    
    .navbar-toggle {
        margin-right: 50px;
    }
    
    .back-to-park i {
        padding-right: 10px;
    }
    
    article#header-carousel-module {
        margin: 134px 0 0 0;
    }
    
    article#building-parts-module {
        margin: 135px 0 0 0;
    }
    
    article#gallery-module {
        margin: 135px 0 0 0;
    }
    
    article#contact-us {
        margin-bottom: -6px;
    }
    
    #residences-homepage {
        position: fixed;
        display: block;
        z-index: 20;
        width: 100%;
    }
    
    #myCarousel {
        padding-top: 80px;
    }
    
    .dropdown-menu>.active>a,
    .dropdown-menu>.active>a:focus,
    .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #7fb842;
    }
    
    .dropdown-menu>li>a {
        padding: 7px 20px;
        color: #8BC34A;
    }
    
    .dropdown-menu {
        background-color: #324a51;
    }
    
    .lang-flag {
        max-width: 25px;
        margin-right: 10px;
        vertical-align: sub;
    }
    
    h2.module-title {
        text-align: center;
        font-size: 35px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 20px 0;
        background-color: #efefef;
        margin-bottom: 20px;
    }
    
    .apartments-desc-grup {
        margin-top: 45px;
        margin-bottom: 50px;
    }
    
    .apart-desc {
        padding-left: 15px;
        padding-right: 15px;
        line-height: 23px;
    }
    
    .apartments-btn {
        color: #324a51;
        padding: 12px 15px;
    }
    
    .sm-title:after,
    .apartments-list-grup:before {
        content: '';
        width: 98%;
        height: 5px;
        background-color: #efefef;
        display: block;
        margin: 12px auto 30px auto;
    }
    
    h3.module-title:after {
        content: '';
        width: 300px;
        height: 5px;
        background-color: #efefef;
        display: block;
        margin: 15px auto 15px auto;
    }
    
    .links-wrapper {
        margin: 10px 0;
    }
    
    .features-module-icon {
        font-size: 4em;
        color: #7fb841;
        margin-top: 27px;
    }
    
    .features-small-slider-container {
        background-color: #324a51;
        padding: 10px 0;
    }
    
    .features-small-slider-container h2 {
        color: #fff;
        line-height: 1.4;
        /*SLIDER CHANGED 22.01.2018*/
        margin-bottom: 35px;
        margin-top: 35px;
    }
    
    .maintenance-fee {
        display: inline-block;
        background-color: #314a51;
        color: #ffffff;
        margin: 7px auto;
        padding: 6px 12px;
        font-size: 22px;
        font-weight: 400 !important;
    }
    
    #myCarousel2 .carousel-control.right,
    #myCarousel2 .carousel-control.left {
        background-image: none;
        background-image: none;
        background-image: none;
        background-image: none;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
        background-repeat: no-repeat;
    }
    
    .small-carousel-image {
        /* border-radius: 50%; */
        /* max-width: 290px !important; */
        /* border: 8px solid #7fb842; */
        max-height: 500px;
    }
    
    .features-small-slider-content {
        color: #fff;
        padding: 30px 0;
        font-size: 30px;
    }
    
    .features-bullets {
        margin-left: 15px;
        font-size: 18px;
    }
    
    #features-module .list-group .list-group-item,
    #apartments .list-group .list-group-item {
        padding: 8px;
        background-color: transparent;
        border: 0;
        text-align: center;
    }
    
    #features-module .list-group .list-group-item i,
    .info-box-content i,
    #apartments .list-group .list-group-item i {
        color: #7fb842;
        font-size: 18px;
    }
    
    .info-link {
        cursor: pointer;
    }
    
    .info-link-icon {
        color: #ccc !important;
        font-size: 16px !important;
        margin-left: 5px;
    }
    
    .info-box-content {
        display: none;
        position: absolute;
        background-color: #fff;
        z-index: 2;
        padding: 15px 15px 20px 15px;
        max-width: 380px;
        box-shadow: 0px 0px 11px #444444;
        color: #828282;
        top: 50px;
        right: 0;
        border-top: 5px solid #7fb842;
        left: 0px;
        font-style: italic;
        font-size: 16px;
        text-align: justify;
    }
    
    #managment-maintaince h4 {
        line-height: 23px;
    }
    
    .mangment-features {
        margin-top: 30px;
        margin-bottom: 50px;
    }
    
    .accordion {
        margin: 10px 0;
    }
    
    .accordion-title {
        display: block;
        border: 1px solid #324a51;
        padding: 10px;
        background-color: #324a51;
        color: #9d9d9d;
        text-transform: uppercase;
        font-size: 16px;
    }
    
    .accordion-title:hover {
        text-decoration: none;
        color: #fdfdfd;
    }
    
    .accordion-title:focus,
    .accordion-title:active {
        color: #7fb842;
        text-decoration: none;
    }
    
    .accordion-content {
        padding: 10px 20px;
        /*    border-left: 1px solid;
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-color: #324a51;*/
        background: #efefef;
        /*margin-top: -1px;*/
        text-align: justify;
        line-height: 23px;
    }
    /*#features-module h3{*/
    /*    color: #7fb841;*/
    /*}*/
    
    .features-box-module-title {
        font-size: 28px;
    }
    
    .features-box-module {
        margin-bottom: 30px;
        margin-top: 10px;
    }
    
    #the-project h4 {
        margin-bottom: 60px;
        line-height: 23px;
    }
    
    article#benefits h3 {
        color: #7fb841;
        font-weight: 400;
        font-size: 38px;
    }
    
    article#benefits h3:after {
        content: "";
        width: 70%;
        height: 1px;
        background-color: #ccc;
        margin: 20px 0px 10px 0;
        display: block;
    }
    
    .vcenter {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }
    
    .floors {
        margin-bottom: 100px;
    }
    
    #floor-plan-0.floors {
        margin-bottom: 0px;
    }
    
    .fl-pans-wrapper {
        position: relative;
        margin-bottom: 20px;
    }
    
    .floorplans-bulit {
        font-size: 18px;
        margin-right: 10px;
        color: #7fb841;
    }
    
    .img-fl-plans {
        width: 100%;
    }
    
    .img-parking {
        margin-top: 80px !important;
        margin-bottom: 80px !important;
    }
    
    .building-part-headerbox h3 {
        margin-bottom: 15px;
    }
    
    .logos-module:first-child {
        margin-top: -22px;
    }
    
    .logos-module:last-child {
        margin-top: 50px;
    }
    
    .logos-module img {
        max-width: 250px;
    }
    
    .svg-floors {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    
    #map {
        width: 100%;
        height: 800px;
    }
    
    .dark-background {
        background-color: #314a51;
        padding: 30px 50px;
        height: 800px;
        color: #fff;
    }
    
    .contacts-wrapper {
        margin: 20px 0px;
    }
    
    .contacts-wrapper span {
        color: #7fb841;
        font-size: 17px;
        margin: 0 10px 0 -15px;
    }
    
    .error-ap-found {
        color: #f54336;
    }
    
    .error-ap-found {
        color: #f54336;
        margin-top: -40px;
        margin-bottom: 40px;
        /* display: none; */
    }
    /*FORM*/
    
    .form-control {
        display: block;
        width: 100%;
        height: 35px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #fafafa;
        background-color: rgba(255, 255, 255, 0);
        background-image: none;
        border: 1px solid #7fb841;
        border-radius: 0px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }
    
    .form-control:focus {
        border-color: #7fb841;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(127, 184, 65);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(127, 184, 65);
    }
    
    .footer {
        position: relative;
        bottom: 0;
        width: 100%;
        background-color: #7fb841;
    }
    
    .text-muted {
        color: #324a51;
        margin: 9px 0 10px;
    }
    
    .levelselector label {
        color: #7fb841;
        cursor: pointer;
    }
    
    .levelselector {
        margin: -70px 0 10px 0;
        /* margin-top: -70px; */
        padding: 18px 24px;
        background-color: #324a51;
        /* height: 70px; */
        border-radius: 5px;
        z-index: 1;
        position: relative;
    }
    
    .apartment-filter-panel {
        margin-top: 50px;
    }
    
    .floormark {
        opacity: 0.72;
        fill: #dedb1f;
    }
    
    .available-for-sale,
    .sold-out,
    .under-offer {
        color: #333;
    }
    
    .modal-content th {
        font-size: 18px;
    }
    
    .details-title {
        font-size: 18px;
        font-weight: bold !important;
    }
    
    .details-content {
        font-size: 14px;
    }
    
    .radio label {
        color: #fff;
        margin-right: 2vw;
    }
    
    .sold-out:before,
    .available-for-sale:before,
    .under-offer:before {
        content: '';
        width: 15px;
        height: 15px;
        display: inline-block;
        margin: 0 10px;
        vertical-align: text-top;
    }
    
    .sold-out:before {
        background-color: #F44336;
    }
    
    .under-offer:before {
        background-color: #03a9f4;
    }
    
    .available-for-sale:before {
        background-color: #dedb1f;
    }
    
    .leg-wrapper.text-right p {
        display: inline-block;
    }
    
    .leg-wrapper {
        margin-top: -30px;
        text-align: center;
    }
    
    .sold {
        fill: #F44336 !important;
        cursor: not-allowed !important;
    }
    
    .ap-under-offer {
        fill: #03a9f4 !important;
    }
    
    .hiden {
        display: none;
    }
    
    .carousel-inner>.item>a>img,
    .carousel-inner>.item>img,
    .img-responsive,
    .thumbnail a>img,
    .thumbnail>img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }
    
    .header-image-title {
        position: absolute;
        top: 35%;
        left: 50%;
        z-index: 15;
        width: 60%;
        padding-left: 0;
        margin-left: -30%;
        text-align: center;
    }
    
    .header-image-title h2 {
        font-size: 4em;
        color: #fcfcfc;
        /* text-shadow: 3px 1px 5px #000; */
        font-weight: 700;
        background-color: rgba(49, 74, 81, 0.72);
        padding: 14px;
    }
    
    .header-image-title p {
        font-size: 1em;
        color: #fff;
    }
    /*.stickysidebar {
    background: #314a51;
    padding: 70px 10px 0;
    position: fixed;
    z-index: 16;
    width: 450px;
    height: 100%;
    top: 0;
    left: 0;
    box-shadow: 3px 5px 20px #333;
    border-right: 1px solid #7fb841;
}*/
    
    .relativesidebar {
        position: relative;
    }
    
    #the-project h4:last-child {
        margin-bottom: 0;
    }
    
    .stickysidebar h3,
    .stickysidebar p {
        color: #fff;
    }
    
    .sideOption {
        transform: rotate(-90deg);
        z-index: 999;
        background-color: #7fb841 !important;
        color: #fff !important;
        border: 0;
        border-radius: 0;
        font-size: 18px;
        position: fixed;
        top: 50%;
        margin-left: -81px;
    }
    
    .sideOption-open {
        left: 450px;
    }
    
    .sideOption-close {
        left: 0px;
    }
    
    .ui-corner-all {
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }
    
    .ui-slider .ui-slider-handle {
        width: 1.8em;
        height: 1.8em;
    }
    
    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        border: 5px solid #f6f6f6;
        background: #dedb1f;
        cursor: w-resize;
    }
    
    .ui-slider-pips .ui-slider-pip {
        color: #7fb841;
    }
    
    .ui-slider-pips .ui-slider-line {
        background-color: #7fb841;
    }
    
    .ui-slider-horizontal .ui-slider-handle {
        top: -.6em;
        margin-left: -.9em;
    }
    
    .ui-slider-pips .ui-slider-pip {
        top: 23px;
    }
    
    .ap-link {
        cursor: pointer;
        fill-opacity: 0.4;
        stroke: #000;
        stroke-width: 5px;
        fill: #dedb1f;
    }
    
    .selected-num-rooms-filter {
        fill: #7fb841;
        fill-opacity: 1;
    }
    
    .ap-link:hover,
    .ap-link:active,
    .ap-link:focus {
        fill-opacity: 0.7;
        fill: #7fb841;
    }
    
    .view360deg-bg-wrapper {
        position: fixed;
        width: 100%;
        height: 100%;
    }
    
    .view360deg-bg {
        background-size: auto 100%;
        height: 100%;
        width: 100%;
        cursor: move;
    }
    
    .back-to-prev-page {
        position: absolute;
        right: 17px;
        top: 80px;
        color: #fff;
        border: 1px solid #fff;
        padding: 3px 7px 0;
        border-radius: 50%;
        height: 28px;
        width: 28px;
        text-align: center;
        z-index: 1;
        cursor: pointer;
    }
    
    .view-navigation-title {
        color: #fff;
    }
    
    .view-navigation-desc {
        color: #fff;
    }
    
    .view-navigation-wrapper {
        background-color: rgba(49, 74, 81, 0.7);
        position: relative;
        padding-bottom: 25px !important;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    
    .compass-wrapper {
        width: 180px;
        height: 180px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }
    
    .compass-ar-img,
    .compass-bg-img {
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .galery-tabcontent-wrapper {
        margin-bottom: 50px;
    }
    
    .main .img-responsive {
        margin-bottom: 30px;
    }
    /*CALL TO ACTION CALLERY*/
    
    .calltoaction-wrapper {
        padding: 20px;
        background: #7fb841;
    }
    
    .calltoaction-text {
        font-size: 28px;
        color: #fff;
        margin-right: 30px;
        vertical-align: middle;
    }
    /*#########CALL TO ACTION CALLERY*/
    /*//popup image*/
    
    .product-image-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        z-index: 9999;
        display: none;
    }
    
    .product-image-overlay .product-image-overlay-close {
        display: block;
        position: absolute;
        top: 20px;
        left: 20px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid #eee;
        line-height: 35px;
        font-size: 20px;
        color: #eee;
        text-align: center;
        cursor: pointer;
    }
    
    .product-image-overlay img {
        width: auto;
        max-width: 80%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    /*************popup image*/
    
    .font-weight-bold {
        font-weight: 700;
    }
    
    .main {
        margin-top: 35px;
    }
    /* 3D building viewer */
    
    .floor_view3d-btn-wrapper {
        margin: -70px 0 0 0;
        position: absolute;
        left: 0;
        right: 0;
    }
    /* #building-c-3d {
        position: absolute;
        top: 140px;
        left: 0;
        right: 0;
    }
    
    #viewer3d-c {
        width: 800px;
        height: 800px;
    } */
    /* 3D building viewer */
    /*BUILDING MODULE*/
    
    .building-parts-wrapper {
        position: relative;
    }
    
    .building-part-svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    
    .building-part-headerbox {
        position: absolute;
        right: 6%;
        top: 0;
        bottom: 0;
        /* background-color: rgba(50, 74, 81, 0.90); */
        height: 80%;
        width: 25%;
        margin-bottom: auto;
        margin-top: 11%;
        padding: 15px;
        overflow: hidden;
    }
    
    .building-parts {
        fill: #dedb1e;
        fill-opacity: 0;
        cursor: pointer;
        transition: all 0.3s;
    }
    
    .building-parts:hover {
        fill-opacity: 0.55;
    }
    
    .default {
        fill-opacity: 0.55;
        fill: #84da26;
    }
    
    .building-parts.soon {
        fill: #333333;
        cursor: not-allowed;
    }
    
    .slider-a label,
    .slider-b label,
    .slider-c label,
    .slider-d label {
        position: absolute;
        width: 20px;
        margin-left: -10px;
        text-align: center;
        margin-top: 20px;
    }
    
    .floors-a h2.text-center,
    .floors-b h2.text-center {
        margin-bottom: -25px;
    }
    
    .d-floors {
        margin: 129px 0px;
    }
    /*PULS*/
    
    .pulse {
        width: 20px;
        height: 20px;
        border: 5px solid #ddda1f;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background-color: #324a51;
        z-index: 10;
        position: absolute;
        left: 5px;
        top: 5px;
    }
    
    .dot {
        border: 5px solid #fff601;
        background: transparent;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        border-radius: 80px;
        height: 110px;
        width: 110px;
        -webkit-animation: pulse 2s ease-out;
        -moz-animation: pulse 3s ease-out;
        animation: pulse 2s ease-out;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        position: relative;
        top: -40px;
        left: -40px;
        z-index: 1;
        opacity: 0;
    }
    
    @-moz-keyframes pulse {
        0% {
            -moz-transform: scale(0);
            opacity: 0.0;
        }
        25% {
            -moz-transform: scale(0);
            opacity: 0.1;
        }
        50% {
            -moz-transform: scale(0.1);
            opacity: 0.3;
        }
        75% {
            -moz-transform: scale(0.5);
            opacity: 0.5;
        }
        100% {
            -moz-transform: scale(1);
            opacity: 0.0;
        }
    }
    
    @-webkit-keyframes "pulse" {
        0% {
            -webkit-transform: scale(0);
            opacity: 0.0;
        }
        25% {
            -webkit-transform: scale(0);
            opacity: 0.1;
        }
        50% {
            -webkit-transform: scale(0.1);
            opacity: 0.3;
        }
        75% {
            -webkit-transform: scale(0.5);
            opacity: 0.5;
        }
        100% {
            -webkit-transform: scale(1);
            opacity: 0.0;
        }
    }
    
    #pulse-holder-building-a,
    #pulse-holder-building-b,
    #pulse-holder-building-c,
    #pulse-holder-building-d {
        width: 1px;
        height: 1px;
        position: absolute;
    }
    
    #pulse-holder-building-a {
        top: 13%;
        left: 42%;
    }
    
    #pulse-holder-building-b {
        top: 45%;
        left: 43%;
    }
    
    #pulse-holder-building-c {
        top: 59%;
        left: 32%;
    }
    
    #pulse-holder-building-d {
        top: 56%;
        left: 21%;
    }
    /*PULS*/
    /*####################BUILDING MODULE*/
    /*MEDIA QUERY*/
    
    @media (min-width: 1350px) {
        .container {
            width: 1320px;
        }
    }
    
    @media (min-width: 768px) {
        .modal-dialog {
            width: 100%;
            max-width: 1300px;
        }
    }
    
    @media (max-width: 1350px) {
        .nav>li>a {
            padding: 10px 8px;
        }
        article#building-parts-module {
            margin: 125px 0 0 0;
        }
    }
    
    @media screen and (max-width:1024px) {
        .features-small-slider-container h2 {
            font-size: 30px;
        }
        .carousel-inner>.item>a>img,
        .carousel-inner>.item>img {
            display: block;
            max-width: none;
            height: 450px;
            width: auto;
        }
        #myCarousel2 .carousel-inner>.item>a>img,
        .carousel-inner>.item>img {
            display: block;
            max-width: none;
            height: auto;
            width: auto;
        }
        .header-image-title {
            top: 19%;
        }
        #building-part-desc-d p,
        #building-part-desc-c p,
        #building-part-desc-b p,
        #building-part-desc-a p {
            display: none;
        }
        .building-part-headerbox {
            margin-top: 8%;
        }
    }
    /*MENU CUSTOM SCREEN WITH*/
    
    @media (max-width: 1200px) {
        .calltoaction-text {
            display: block;
            float: none !important;
        }
        .navbar-header {
            float: none;
        }
        .navbar-left,
        .navbar-right {
            float: none !important;
        }
        .navbar-toggle {
            display: block;
        }
        .navbar-collapse {
            border-top: 1px solid transparent;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        }
        .navbar-fixed-top {
            top: 0;
            border-width: 0 0 1px;
        }
        .navbar-collapse.collapse {
            display: none!important;
        }
        .navbar-nav {
            float: none!important;
            margin-top: 7.5px;
        }
        .navbar-nav>li {
            float: none;
        }
        .navbar-nav>li>a {
            padding-top: 10px;
            padding-bottom: 10px;
        }
        .collapse.in {
            display: block !important;
        }
        /*MENU CUSTOM SCREEN WITH*/
        #contact-nav-bar {
            display: none;
        }
        #btn-contact-topbar {
            display: block;
        }
        article#header-carousel-module {
            margin: 61px 0 0 0;
        }
        article#building-parts-module {
            margin: 61px 0 0 0;
        }
        article#gallery-module {
            margin: 62px 0 0 0;
        }
        .building-part-headerbox {
            right: 2%;
            top: 0;
            bottom: 0;
            height: 80%;
            width: 35%;
            margin-top: 3%;
            overflow: hidden;
        }
    }
    
    @media screen and (max-width:767px) {
        .calltoaction-text {
            margin-right: 0;
            display: block;
            margin-bottom: 10px;
            line-height: 1.2;
        }
        .contacts-wrapper {
            margin: 3px 0px;
        }
        .dark-background {
            height: auto;
        }
        /*    .menu-logo{
        height: auto; 
        width: 200px;
    }*/
        /*FLOORPANEL OPTION*/
        .sideOption {
            transform: rotate(0deg);
            font-size: 18px;
            position: fixed;
            top: 53px;
            margin-left: 0;
            width: 100%;
        }
        .sideOption-open {
            left: 0px;
        }
        .stickysidebar {
            background: rgba(49, 74, 81, 0.95);
            padding: 90px 10px 0;
            width: 100%;
            height: auto;
            top: 0;
            left: 0;
            border-right: 0;
            border-bottom: 1px solid #7fb841;
            position: absolute;
        }
        .view-navigation-title {
            margin: 7px 0;
        }
        .compass-wrapper {
            width: 130px;
            height: 130px;
        }
        /**/
        .vcenter {
            display: block;
            vertical-align: middle;
            margin: 20px 0;
            text-align: center;
        }
    }
    
    @media screen and (max-width:480px) {
        div#myCarousel {
            padding-top: 70px;
        }
        #residences-homepage .calltoaction-text {
            font-size: 17px;
        }
        #residences-homepage {
            padding: 10px;
        }
        #header-carousel-module {
            margin-top: 20px;
        }
        .carousel-inner>.item>a>img,
        .carousel-inner>.item>img {
            display: block;
            max-width: none;
            height: 300px;
            width: auto;
        }
        .header-image-title {
            top: 20px;
        }
        .header-image-title h2 {
            font-size: 2em;
        }
        .header-image-title p {
            font-size: 12px;
        }
        /*TABS*/
        .nav-tabs>li>a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid #ddd;
            border-radius: 0px;
            text-align: center;
        }
        .nav-tabs>li.active>a,
        .nav-tabs>li.active>a:focus,
        .nav-tabs>li.active>a:hover {
            color: #314a51;
            cursor: default;
            background-color: #7fb841;
            border: 1px solid #ddd;
            border-bottom-color: #ddd;
        }
        .nav-tabs {
            border-bottom: 0;
        }
        .nav-tabs>li {
            width: 100%;
        }
        .compass-wrapper {
            width: 80px;
            height: 80px;
        }
        .view-navigation-desc {
            display: none;
        }
        .building-part-headerbox {
            height: 100%;
            width: 35%;
            margin-top: 0;
        }
        .building-part-headerbox h3 {
            font-size: 15px;
        }
        .pulse {
            width: 10px;
            height: 10px;
            border: 3px solid #ddda1f;
        }
        .dot {
            height: 80px;
            width: 80px;
            top: -30px;
            left: -30px;
        }
    }