/*
 * Retina Sprites for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create two folders in your image directory (in this case 'icons' and 'icons-2x').
 * 2. adjust the foldernames defined below if you use different names.
 * 3. create sprite images for pixel ratio 1 screens and put them in the first folder.
 * 4. create sprite images for pixel ratio 2 screens and put them in the second folder, use the same filenames.
 * 5. use the sprite-image in your Sass/Scss using: '@include use-sprite(<sprite-name>)'
 */
/*
 * Retina Backgrounds for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create background image for pixel ratio 1 screens and put it somewhere in your images folder.
 * 2. create background image for pixel ratio 2 screens and put it somewhere in your images folder.
 * 3. include the background-image property in your Sass/Scss using: '@include background-retina(<ratio-1-imagefile>, <ratio-2-imagefile>)'
 */
/* line 5, ../sass/main.scss */
body {
    padding: 0;
    margin: 0;
}

/* line 10, ../sass/main.scss */
body,
input,
select,
textarea {
    font-family: 'Assistant', sans-serif;
}

/* line 14, ../sass/main.scss */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 18, ../sass/main.scss */
img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 1024px) {
    /* line 40, ../sass/main.scss */
    .wrap-reverse .elementor-row {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }
}
/* line 46, ../sass/main.scss */
.buildings {
    margin: 0px -5px;
    display: block;
}
/* line 49, ../sass/main.scss */
.buildings .floor {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
@media (max-width: 600px) {
    /* line 49, ../sass/main.scss */
    .buildings .floor {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
/* line 56, ../sass/main.scss */
.buildings .floor .floor-num {
    width: 105px;
    margin: 0 5px 10px;
    text-align: center;
    font-weight: bold;
    font-size: 23px;
    background-color: #26547c;
    color: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
@media (max-width: 600px) {
    /* line 56, ../sass/main.scss */
    .buildings .floor .floor-num {
        width: auto;
        padding: 20px 0;
    }
    /* line 73, ../sass/main.scss */
    .buildings .floor .floor-num:after {
        font: normal normal normal 25px/20px FontAwesome;
        content: '\f078';
        display: block;
        position: absolute;
        left: 20px;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -o-transition: -o-transform 0.3s;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        -o-transition: transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
    }
    /* line 83, ../sass/main.scss */
    .buildings .floor .floor-num.active {
        background-color: #26787c;
    }
    /* line 85, ../sass/main.scss */
    .buildings .floor .floor-num.active:after {
        -ms-transform: translateY(-50%) rotate(180deg);
        -webkit-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }
}
/* line 90, ../sass/main.scss */
.buildings .floor .floor-num span {
    display: block;
    text-align: center;
    font-size: 50px;
}
/* line 98, ../sass/main.scss */
.buildings .floor .apartments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
@media (max-width: 600px) {
    /* line 98, ../sass/main.scss */
    .buildings .floor .apartments {
        display: none;
    }
}
/* line 106, ../sass/main.scss */
.buildings .floor .apartments .apartment {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 48%;
    flex: 1 0 48%;
    background-color: #ffc235;
    margin: 0 5px 10px;
    padding-bottom: 50px;
    position: relative;
}
@media (min-width: 1125px) {
    /* line 106, ../sass/main.scss */
    .buildings .floor .apartments .apartment {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 24%;
        flex: 1 0 24%;
    }
}
/* line 115, ../sass/main.scss */
.buildings .floor .apartments .apartment.have-files {
    padding-bottom: 50px;
}
/* line 118, ../sass/main.scss */
.buildings .floor .apartments .apartment .directions {
    background-color: #efb631;
    color: #243444;
    text-align: center;
    font-size: 20px;
    padding: 10px 0;
    margin-bottom: 20px;
}
/* line 127, ../sass/main.scss */
.buildings .floor .apartments .apartment .line {
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/* line 134, ../sass/main.scss */
.buildings .floor .apartments .apartment .num {
    font-size: 30px;
    line-height: 1;
    margin-left: 20px;
    font-weight: bold;
    color: #243444;
    margin-bottom: 15px;
}
/* line 143, ../sass/main.scss */
.buildings .floor .apartments .apartment .model {
    padding-top: 3px;
    margin-bottom: 15px;
}
/* line 146, ../sass/main.scss */
.buildings .floor .apartments .apartment .model .model-box {
    border: solid 2px #243444;
    color: #243444;
    font-size: 21px;
    padding: 3px 10px;
}
/* line 154, ../sass/main.scss */
.buildings .floor .apartments .apartment .price {
    font-size: 22px;
    font-weight: 600;
    color: #243444;
    line-height: 1;
    margin-bottom: 15px;
}
/* line 162, ../sass/main.scss */
.buildings .floor .apartments .apartment .rooms,
.buildings .floor .apartments .apartment .size,
.buildings .floor .apartments .apartment .balcony,
.buildings .floor .apartments .apartment .balcony-size,
.buildings .floor .apartments .apartment .parking,
.buildings .floor .apartments .apartment .storage {
    font-size: 20px;
    color: #243444;
}
/* line 167, ../sass/main.scss */
.buildings .floor .apartments .apartment .sep {
    border-right: solid 2px #474747;
    margin-right: 10px;
    padding-left: 10px;
}
/* line 171, ../sass/main.scss */
.buildings .floor .apartments .apartment .sep:before {
    content: '\a0';
}
/* line 176, ../sass/main.scss */
.buildings .floor .apartments .apartment .parking {
    margin-left: 20px;
}
/* line 178, ../sass/main.scss */
.buildings .floor .apartments .apartment .parking:before {
    content: ' ';
    display: inline-block;
    position: relative;
    top: 5px;
    margin-left: 7px;
    background-image: url('../images/icons-sa8959312cd.png');
    background-position: 0 -22px;
    background-size: 60px 46px;
    width: 30px;
    height: 22px;
    background-repeat: no-repeat;
    overflow: hidden;
}
@media (-webkit-min-device-pixel-ratio: 2),
    (-o-min-device-pixel-ratio: 2/1),
    (min-resolution: 2dppx) {
    /* line 178, ../sass/main.scss */
    .buildings .floor .apartments .apartment .parking:before {
        background-image: url('../images/icons-2x-s70a355d1ef.png');
        background-position: 0 -22px;
        background-size: 60px 45px;
        width: 29px;
        height: 21px;
        background-repeat: no-repeat;
        overflow: hidden;
    }
}
/* line 188, ../sass/main.scss */
.buildings .floor .apartments .apartment .parking.dual-parking:before {
    background-image: url('../images/icons-sa8959312cd.png');
    background-position: 0 0;
    background-size: 60px 46px;
    width: 60px;
    height: 22px;
    background-repeat: no-repeat;
    overflow: hidden;
}
@media (-webkit-min-device-pixel-ratio: 2),
    (-o-min-device-pixel-ratio: 2/1),
    (min-resolution: 2dppx) {
    /* line 188, ../sass/main.scss */
    .buildings .floor .apartments .apartment .parking.dual-parking:before {
        background-image: url('../images/icons-2x-s70a355d1ef.png');
        background-position: 0 0;
        background-size: 60px 45px;
        width: 60px;
        height: 21px;
        background-repeat: no-repeat;
        overflow: hidden;
    }
}
/* line 195, ../sass/main.scss */
.buildings .floor .apartments .apartment .storage:before {
    content: ' ';
    display: inline-block;
    position: relative;
    top: 5px;
    margin-left: 7px;
    background-image: url('../images/icons-sa8959312cd.png');
    background-position: -30px -22px;
    background-size: 60px 46px;
    width: 18px;
    height: 24px;
    background-repeat: no-repeat;
    overflow: hidden;
}
@media (-webkit-min-device-pixel-ratio: 2),
    (-o-min-device-pixel-ratio: 2/1),
    (min-resolution: 2dppx) {
    /* line 195, ../sass/main.scss */
    .buildings .floor .apartments .apartment .storage:before {
        background-image: url('../images/icons-2x-s70a355d1ef.png');
        background-position: -30px -22px;
        background-size: 60px 45px;
        width: 18px;
        height: 23px;
        background-repeat: no-repeat;
        overflow: hidden;
    }
}
/* line 205, ../sass/main.scss */
.buildings .floor .apartments .apartment .links-line {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    background-color: #efb631;
}
/* line 212, ../sass/main.scss */
.buildings .floor .apartments .apartment .links-line .sep {
    border-width: 1px;
    padding-left: 7px;
    margin-right: 7px;
}
/* line 217, ../sass/main.scss */
.buildings .floor .apartments .apartment .links-line a {
    color: #243444;
    text-decoration: underline;
    font-weight: 600;
}
/* line 221, ../sass/main.scss */
.buildings .floor .apartments .apartment .links-line a:hover,
.buildings .floor .apartments .apartment .links-line a:focus {
    color: #000;
}
/* line 227, ../sass/main.scss */
.buildings .floor .apartments .apartment.not-for-sale {
    background-color: #d9dcdd;
}
/* line 229, ../sass/main.scss */
.buildings .floor .apartments .apartment.not-for-sale .directions {
    background-color: #cdd1d2;
    color: #243444;
}
/* line 234, ../sass/main.scss */
.buildings .floor .apartments .apartment.not-for-sale .num {
    color: #243444;
}
/* line 239, ../sass/main.scss */
.buildings .floor .apartments .apartment.not-for-sale .model .model-box {
    border-color: #243444;
    color: #243444;
}
/* line 245, ../sass/main.scss */
.buildings .floor .apartments .apartment.not-for-sale .price {
    color: #243444;
}
/* line 249, ../sass/main.scss */
.buildings .floor .apartments .apartment.not-for-sale .rooms,
.buildings .floor .apartments .apartment.not-for-sale .size,
.buildings .floor .apartments .apartment.not-for-sale .balcony,
.buildings .floor .apartments .apartment.not-for-sale .balcony-size,
.buildings .floor .apartments .apartment.not-for-sale .parking,
.buildings .floor .apartments .apartment.not-for-sale .storage {
    color: #243444;
}
/* line 253, ../sass/main.scss */
.buildings .floor .apartments .apartment.not-for-sale .links-line {
    background-color: #cdd1d2;
}
/* line 258, ../sass/main.scss */
.buildings .floor .apartments .apartment.sold {
    position: relative;
    overflow: hidden;
    background-color: #918064;
}
/* line 262, ../sass/main.scss */
.buildings .floor .apartments .apartment.sold .directions {
    background-color: #837258;
    color: #233444;
}
/* line 267, ../sass/main.scss */
.buildings .floor .apartments .apartment.sold .num {
    color: #233444;
}
/* line 272, ../sass/main.scss */
.buildings .floor .apartments .apartment.sold .model .model-box {
    border-color: #233444;
    color: #233444;
}
/* line 278, ../sass/main.scss */
.buildings .floor .apartments .apartment.sold .price {
    color: #233444;
}
/* line 282, ../sass/main.scss */
.buildings .floor .apartments .apartment.sold .rooms,
.buildings .floor .apartments .apartment.sold .size,
.buildings .floor .apartments .apartment.sold .balcony,
.buildings .floor .apartments .apartment.sold .balcony-size,
.buildings .floor .apartments .apartment.sold .parking,
.buildings .floor .apartments .apartment.sold .storage {
    color: #233444;
}
/* line 286, ../sass/main.scss */
.buildings .floor .apartments .apartment.sold .sold-tag {
    position: absolute;
    left: -80px;
    top: -20px;
    z-index: 2;
    background-color: #3196cc;
    padding: 40px 0 5px;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    width: 200px;
    height: 80px;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* line 302, ../sass/main.scss */
.buildings .floor .apartments .apartment.sold .links-line {
    background-color: #837258;
}

/* line 311, ../sass/main.scss */
.select-building {
    position: relative;
    z-index: 3;
}
/* line 314, ../sass/main.scss */
.select-building button {
    position: relative;
    width: 100%;
    height: 50px;
    background-color: #243444;
    color: #fff;
    border: 0;
    text-align: right;
    padding: 0 15px;
    font-size: 25px;
    cursor: pointer;
}
/* line 325, ../sass/main.scss */
.select-building button:hover,
.select-building button:focus {
    background-color: #26547c;
}
/* line 328, ../sass/main.scss */
.select-building button span.next-btn {
    position: absolute;
    left: 15px;
    top: 16px;
    color: #fff;
    font-size: 25px;
    line-height: 20px;
}
/* line 336, ../sass/main.scss */
.select-building button .fa {
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
/* line 341, ../sass/main.scss */
.select-building button.opened {
    background-color: #1d558d;
}
/* line 343, ../sass/main.scss */
.select-building button.opened .fa {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
/* line 347, ../sass/main.scss */
.select-building button.opened + .select-building-dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/* line 352, ../sass/main.scss */
.select-building .select-building-dd {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    background-color: #f1f1f1;
    width: 100%;
    padding: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/* line 361, ../sass/main.scss */
.select-building .select-building-dd ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333%;
    flex: 0 1 33.333%;
}
/* line 369, ../sass/main.scss */
.select-building .select-building-dd ul li a {
    font-size: 25px;
    color: #243444;
}

/* line 379, ../sass/main.scss */
.project-section {
    background-color: #666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/* line 383, ../sass/main.scss */
.project-section .right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 20px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
@media (min-width: 816px) {
    /* line 383, ../sass/main.scss */
    .project-section .right {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        text-align: left;
    }
}
/* line 393, ../sass/main.scss */
.project-section .left {
    width: 600px;
    text-align: center;
    padding: 25px 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
@media (min-width: 816px) {
    /* line 393, ../sass/main.scss */
    .project-section .left {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
@media (min-width: 900px) {
    /* line 393, ../sass/main.scss */
    .project-section .left {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }
}
/* line 408, ../sass/main.scss */
.project-section .status {
    display: inline-block;
    padding: 15px 25px;
    font-size: 30px;
    font-weight: bold;
    max-width: 160px;
    line-height: 32px;
    text-align: center;
}
/* line 418, ../sass/main.scss */
.project-section .title {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 15px;
    text-shadow: -1px 1px 2px #000;
}
/* line 425, ../sass/main.scss */
.project-section .location {
    font-size: 30px;
    font-weight: bold;
    text-shadow: -1px 1px 2px #000;
}
/* line 431, ../sass/main.scss */
.project-section .sale {
    font-size: 30px;
    text-shadow: -1px 1px 2px #000;
}
/* line 436, ../sass/main.scss */
.project-section .project-button {
    font-size: 25px;
    display: inline-block;
    padding: 18px 25px;
    background-color: #888;
    color: #fff;
    margin-top: 45px;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
/* line 445, ../sass/main.scss */
.project-section .project-button i {
    margin-right: 10px;
}
/* line 450, ../sass/main.scss */
.project-section .soon-text {
    max-width: 250px;
    margin: 30px auto 0;
    text-align: center;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 900;
}

/* line 461, ../sass/main.scss */
.levels-tabs ul.tabs-btns {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/* line 467, ../sass/main.scss */
.levels-tabs ul.tabs-btns li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}
/* line 470, ../sass/main.scss */
.levels-tabs ul.tabs-btns li:last-child {
    border-left: 0;
}
/* line 473, ../sass/main.scss */
.levels-tabs ul.tabs-btns li a {
    display: block;
    padding: 20px 25px;
    background-color: #f1f1f1;
    border-left: solid 1px #fff;
}
/* line 478, ../sass/main.scss */
.levels-tabs ul.tabs-btns li a.active-tab {
    background-color: #888;
}
/* line 482, ../sass/main.scss */
.levels-tabs ul.tabs-btns li .title {
    display: block;
    font-size: 50px;
    font-weight: bold;
    border-bottom: solid 3px #333;
    margin-bottom: 10px;
    line-height: 1;
    padding-bottom: 10px;
}
/* line 491, ../sass/main.scss */
.levels-tabs ul.tabs-btns li .sub-title {
    display: block;
    font-size: 25px;
    line-height: 1;
    min-height: 50px;
    margin-bottom: 20px;
}
/* line 498, ../sass/main.scss */
.levels-tabs ul.tabs-btns li .last-title {
    display: block;
    font-size: 20px;
}
/* line 505, ../sass/main.scss */
.levels-tabs .tab-panel {
    display: none;
    padding: 40px;
    font-size: 20px;
    background-color: #888;
}
/* line 510, ../sass/main.scss */
.levels-tabs .tab-panel.active-panel {
    display: block;
}

/* magnify css */
/* line 518, ../sass/main.scss */
html.magnifying > body {
    overflow-x: hidden !important;
}

/* line 521, ../sass/main.scss */
.magnify,
.magnify > .magnify-lens,
.magnify-mobile,
.lens-mobile {
    /* Reset */
    min-width: 0;
    min-height: 0;
    -webkit-animation: none;
    animation: none;
    border: none;
    float: none;
    margin: 0;
    opacity: 1;
    outline: none;
    overflow: visible;
    padding: 0;
    text-indent: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

/* line 539, ../sass/main.scss */
.magnify {
    position: relative;
    width: auto;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    z-index: inherit;
}

/* line 547, ../sass/main.scss */
.magnify > .magnify-lens {
    /* Magnifying lens */
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    /* Multiple box shadows to achieve the glass lens effect */
    -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
        0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
        0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    cursor: none;
    display: none;
    z-index: 99;
}

/* line 560, ../sass/main.scss */
.magnify > .magnify-lens.loading {
    background: #333 !important;
    opacity: 0.8;
}

/* line 564, ../sass/main.scss */
.magnify > .magnify-lens.loading:after {
    /* Loading text */
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #fff;
    content: 'Loading...';
    font: italic normal 16px/1 Calibri, sans-serif;
    letter-spacing: 1px;
    margin-top: -8px;
    text-align: center;
    text-shadow: 0 0 2px rgba(51, 51, 51, 0.8);
    text-transform: none;
}

/* line 579, ../sass/main.scss */
.magnify-mobile {
    display: none;
}
/* line 582, ../sass/main.scss */
.magnify-mobile .lens-mobile img {
    max-width: none;
}

/* imp-tooltip */
/* line 591, ../sass/main.scss */
.imp-tooltip {
    -webkit-box-shadow: 0px 3px 8px #000;
    box-shadow: 0px 3px 8px #000;
}

/* line 596, ../sass/main.scss */
#back-top-btn {
    position: fixed;
    bottom: 110px;
    right: 40px;
    z-index: 9999;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #1f253f;
    color: #ffffff;
    border-radius: 2px;
    text-decoration: none;
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
/* line 611, ../sass/main.scss */
#back-top-btn:hover {
    background: #1f253fda;
}
/* line 614, ../sass/main.scss */
#back-top-btn.show {
    opacity: 1;
}

/* line 620, ../sass/main.scss */
#scroll-to-contact {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    text-align: center;
    line-height: 35px;
    background: #ffc235;
    color: #243444;
    padding: 5px 15px;
    text-decoration: none;
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0;
}
/* line 635, ../sass/main.scss */
#scroll-to-contact:hover {
    background: #ffbd61;
}

/* line 640, ../sass/main.scss */
a {
    color: #ffc235;
}

/* line 643, ../sass/main.scss */
span.next-btn {
    position: absolute;
    left: 15px;
    top: 16px;
    color: #fff;
    font-size: 25px;
    line-height: 20px;
}

/* line 652, ../sass/main.scss */
.buildings-wrapper .container,
.page-footer-text .container {
    max-width: 1500px;
    margin: auto;
    padding: 10px;
}

/* line 657, ../sass/main.scss */
.page-footer-text {
    background-color: #f9f9f9;
    margin-top: 40px;
    padding-bottom: 35px;
    padding-top: 35px;
}

/*# sourceMappingURL=main.css.map */
