@import url(https://use.fontawesome.com/releases/v5.0.6/css/all.css);
@import url(https://cdn.linearicons.com/free/1.0.0/icon-font.min.css);

@font-face {
    font-family: Almoni-DL-AAA-Regular;
    src: url(../fonts/almoni-dl-aaa-regular.otf);
}

@font-face {
    font-family: Almoni-DL-AAA-Bold;
    src: url(../fonts/almoni-dl-aaa-bold.otf);
}

@font-face {
    font-family: Almoni-DL-AAA-Light;
    src: url(../fonts/almoni-dl-aaa-light.otf);
}

@font-face {
    font-family: Almoni-DL-AAA-Black;
    src: url(../fonts/almoni-dl-aaa-black.otf);
}

@font-face {
    font-family: Almoni-Tzar-AAA-Bold;
    src: url(../fonts/almoni-tzar-aaa-bold.otf);
}

@font-face {
    font-family: Almoni-Tzar-AAA-Regular;
    src: url(../fonts/almoni-tzar-aaa-regular.otf);
}

@font-face {
    font-family: Almoni-Tzar-AAA-Light;
    src: url(../fonts/almoni-tzar-aaa-light.otf);
}

@font-face {
    font-family: Almoni-Tzar-AAA-ExtraLight;
    src: url(../fonts/almoni-tzar-aaa-extralight.otf);
}

@font-face {
    font-family: Almoni-Tzar-AAA-Thin;
    src: url(../fonts/almoni-tzar-aaa-thin.otf);
}

html{
    margin-top: 0px !important;
}

a, button{
    cursor: pointer;
}

p{
    margin-bottom: 0px;
}

body{
    font-family: Almoni-DL-AAA-Regular;
    color: black;
    background: white;
    position: relative;
}

.hvr-sweep-to-left:before {
    background: #33383b;
}

/* SECTION SETTINGS */
.section-wrapper{
    min-height: 800px;
}

.section-wrapper .right-side-wrapper {
    height: 100%;
}

.section-wrapper .left-side-wrapper{
    height: 100%;
}

.section-wrapper .global-row{
    min-height: 800px;
}

.section-wrapper .text-flex-wrapper{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-items: center;
}

.section-wrapper .text-flex-wrapper .text-wrapper{
    padding: 40px;
}

/* HEADER */
#header{
    background-image: url("../images/desktop/banner_main.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

#header.header-thanks{
    background-image: url("../images/desktop/banner_thankyou.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

#header .thanks-wrapper .home-btn{
    font-size: 24px;
    background: #552b2e;
    color: white;
    padding: 5px 25px;
    display: inline-block;
    font-family: Almoni-DL-AAA-Black;
    margin-top: 40px;
    transition: all 1s ease;
}

#header .thanks-wrapper .home-btn:hover{
    text-decoration: none;
    background: #62994b;
}

#header.sticky-header{
    padding-top: 158px;
}

#header.sticky-header .menu-wrapper{
    height: 80px;
    padding: 5px 0px;
    position: fixed;
    background: white;
    z-index: 2000000;
    top: 0px;
    right: 0px;
    width: 100%;
}

#header.sticky-header .menu-line-wrapper{
    border-bottom-width: 0px;
}

#header.sticky-header .menu-wrapper .container{
    margin: auto !important;
}

#header.sticky-header .logo-wrapper img{
    max-height: 70px !important;
}

#header .menu-wrapper{
    padding: 20px 0px;
}

#header .menu-line-wrapper{
    height: 70px;
    line-height: 69px;
    width: 100%;
    border-bottom: 1px solid #99bddc;
    display: block;
}

#header .menu-line-wrapper .right-wrapper{
    display: inline-block;
    height: 69px;
}

#header .menu-line-wrapper .left-wrapper{
    display: inline-block;
    height: 69px;
}

#header .menu-line-wrapper .menu-list{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#header .menu-line-wrapper .menu-list .item{
    display: inline-block;
}

#header .menu-line-wrapper .menu-list .menu-link{
    font-size: 24px;
    color: #5c2f32;
    font-family: Almoni-DL-AAA-Black;
    transition: all 1s ease;
}

#header .menu-line-wrapper .menu-list .menu-link:hover{
    color: #62994b;
    text-decoration: none;
}

#header .menu-line-wrapper .menu-list .item:not(.last-child)::after{
    content: '';
    background: #48872e;
    position: relative;
    display: inline-block;
    margin: 0px 45px;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    top: -2.5px;
}

#header .menu-line-wrapper .text-green{
    font-size: 21px;
    color: #61974a;
    line-height: 1;
    display: block;
    font-family: Almoni-DL-AAA-Black;
}

#header .menu-line-wrapper .text-brown{
    font-size: 42px;
    color: #5c2f32;
    font-family: Almoni-DL-AAA-Black;
    line-height: 1;
    display: block;
}

#header .menu-line-wrapper .text-brown i{
    font-size: 24px;
    vertical-align: middle;
}

#header .body-wrapper{
    padding: 0px 0px 160px 0px;
}

#header .xxl-title{
    font-size: 60px;
    font-family: Almoni-DL-AAA-Black;
    color: white;
    display: block;
    line-height: 1;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}

#header .xl-title{
    font-size: 54px;
    font-family: Almoni-DL-AAA-Black;
    color: white;
    display: block;
    line-height: 1;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}

#header .lg-title{
    font-size: 33px;
    font-family: Almoni-DL-AAA-Bold;
    color: white;
    display: block;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 10;
    margin: 0px;
    line-height: 84px;
}

#header .brown{
    color: #5c2f32 !important;
}

#header .green{
    color: #3d7c23 !important;
}

#header .marker-wrapper{
    margin: 40px 0px;
    display: block;
    position: relative;
}

#header .marker-wrapper::before{
    content: '';
    position: absolute;
    display: block;
    background-image: url("../images/desktop/marker.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 716px;
    height: 84px;
    right: -40px;
    z-index: 1;
}

#header .bold{
    font-size: 30px;
    font-family: Almoni-DL-AAA-Bold;
    color: white;
    display: block;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
    margin-bottom: 60px;
}

#header .description-wrapper{
    background: white;
    max-width: 700px;
    position: relative;
}

#header .description-wrapper .block-wrapper .text{
    font-size: 17px;
    font-family: Almoni-DL-AAA-Black;
    color: #5c2f32;
    display: block;
    line-height: 1;
    margin: 10px 0px 0px 0px;
}

#header .description-wrapper .block-column:not(.last-column){
    border-left: 1px solid #e4e6e4;
}

#header .description-wrapper .block-wrapper{
    padding: 15px;
    text-align: center;
    width: 100%;
    height: 100%;
}

.hvr-radial-out{
    background: white;
}

.hvr-radial-out:before{
    background: #f5efe9;
}

#header .description-wrapper .arrow-wrapper{
    height: 50px;
    width: 50px;
    background: #5b2f32;
    color: white;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2000;
	transition: all 1s ease;
}

#header .description-wrapper .arrow-wrapper:hover{
	text-decoration: none;
	background: #48872e;
}

#header .thanks-wrapper{
    padding: 250px 0px;
    text-align: center;
}

#header .thanks-wrapper .huge-marker-wrapper{
    max-width: 627px;
    max-height: 139px;
    width: 100%;
    height: 139px;
    background: url("../images/desktop/marker_thanks.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0px auto;
    padding: 20px 0px;
}

#header .thanks-wrapper .small{
    font-size: 30px;
    font-family: Almoni-DL-AAA-Bold;
    color: white;
    display: block;
    line-height: 1;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}

/* FAST CONTACT WRAPPER */
.fast-contact-wrapper{
    border: 10px solid white;
    background: #e9e2dc;
    max-width: 400px;
    box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.4);
    position: relative;
    right: 280px;
}

.fast-contact-wrapper .fast-contact-body-wrapper{
    padding: 30px 40px;
}

.fast-contact-wrapper .md-title{
    font-size: 30px;
    font-family: Almoni-DL-AAA-Black;
    color: #5c2f32;
    display: block;
    margin: 0px;
    padding: 20px;
    text-align: center;
    border-bottom: 3px solid #62994b;
}

.fast-contact-wrapper .form-btn{
    background: #5c2f32;
    font-size: 24px;
    font-family: Almoni-DL-AAA-Black;
    color: white;
    height: 50px;
    text-align: center;
    line-height: 50px;
    width: 100%;
    display: block;
    padding: 0px;
    outline: none;
    border: none;
    transition: all 1s ease;
}

.fast-contact-wrapper .form-btn:hover{
    background: #62994b;
}

.fast-contact-wrapper .input-wrapper{
    height: 50px;
    border: 3px solid white;
    position: relative;
    transition: all 1s ease;
}

.fast-contact-wrapper br{
    display: none !important;
}

.fast-contact-wrapper .input-wrapper, .fast-contact-wrapper .button-wrapper{
    margin-top: 20px;
}

.fast-contact-wrapper .form-input{
    width: 100%;
    height: 44px;
    display: block;
    border: none;
    background: transparent;
    font-size: 21px;
    color: #5c2f32;
    padding: 0px 41px 0px 10px;
    transition: all 1s ease;
}

.fast-contact-wrapper .input-wrapper:hover{
    border-color: #5c2f32;
}

.fast-contact-wrapper .form-input:focus{
    outline: none;
}

.fast-contact-wrapper .input-wrapper .icon-wrapper{
    font-size: 21px;
    color: #71a15b;
    padding: 10px;
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 1;
}

.fast-contact-wrapper .input-wrapper .label{
    background: #e9e2dc;
    color: #5c2f32;
    font-size: 18px;
    font-family: Almoni-DL-AAA-Black;
    line-height: 1;
    padding: 0px 10px;
    position: absolute;
    margin-bottom: 0px;
    right: 10px;
    top: -12px;
    z-index: 2000;
}

.fast-contact-wrapper .contact-strong{
    color: #62994b;
    font-size: 24px;
    font-family: Almoni-DL-AAA-Black;
    line-height: 1;
    display: block;
    margin: 30px 0px 5px 0px;
}

.fast-contact-wrapper .contact-small{
    font-size: 19px;
    color: #202b2f;
    font-family: Almoni-DL-AAA-Light;
    display: block;
    margin-bottom: 0px;
    line-height: 1;
}

.fast-contact-wrapper .contact-bold{
    font-size: 22px;
    color: #202b2f;
    font-family: Almoni-DL-AAA-Black;
    line-height: 1;
    display: block;
    padding: 5px 0px;
}

.fast-contact-wrapper .contact-span{
    font-size: 21px;
    color: #5c2f32;
    font-family: Almoni-DL-AAA-Light;
    display: block;
    margin-bottom: 0px;
    line-height: 1;
}

/* STREET */
#street{
    margin: 40px 0px;
}

#street .right-side-wrapper{
    background-color: #92c658;
    background-image: url("../images/desktop/leaf1.png");
    background-repeat: no-repeat;
    background-position: bottom 50px right;
    position: relative;
    z-index: 20000;
}
#apartments .right-side-wrapper{
    background-color: #92c658;
    background-image: url("../images/desktop/leaf1.png");
    background-repeat: no-repeat;
    background-position: bottom 50px right;
    position: relative;
    z-index: 20000;
}

#street .left-side-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

#street .left-side-wrapper iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0px;
    right: 0px;
}

#street .xl-title{
    font-size: 50px;
    color: #5c2f32;
    line-height: 1;
    display: block;
    margin-bottom: 0px;
    font-family: Almoni-DL-AAA-Black;
}

#street .small{
    font-size: 24px;
    color: #62994b;
    font-family: Almoni-DL-AAA-Light;
    padding: 20px 0px;
    display: block;
    font-weight: 700;
}

#street .paragraph{
    font-size: 19px;
    color: #202b2f;
    font-family: Almoni-DL-AAA-Light;
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
}

/* APARTMENTS */
#apartments{
    position: relative;
    overflow: hidden;
}

#apartments .text-flex-wrapper{
    position: relative;
    z-index: 20000;
}

#flex-mobile-slider{
    margin: 20px 0px;
    overflow: hidden;
    position: relative !important;
}

.flex-direction-nav a:before, .flex-direction-nav a:after{
    font-family: 'Linearicons-Free';
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    color: white;
    text-shadow: none !important;
    top: 50%;
    bottom: unset !important;
    transform: translate(0 , -50%);
    z-index: 20000;
    margin-top: 20px;
}

.flex-direction-nav a.flex-next:before {
    content: '\e876';
}


.flex-direction-nav a.flex-prev{
    text-align: left;
}

.flex-direction-nav a.flex-prev:before {
    content: '\e875';
}

#flex-mobile-slider .block-wrapper{
    height: 300px;
    width: 100%;
    display: block;
}

#apartments .text-flex-wrapper{
    background: rgba(41, 27, 27, 0.93);
}

#apartments .xl-title{
    font-size: 50px;
    color: white;
    line-height: 1;
    display: block;
    margin-bottom: 0px;
    font-family: Almoni-DL-AAA-Black;
}

#apartments .small{
    font-size: 24px;
    color: white;
    font-family: Almoni-DL-AAA-Light;
    padding: 20px 0px;
    display: block;
}

#apartments .paragraph{
    font-size: 19px;
    color: white;
    font-family: Almoni-DL-AAA-Light;
    display: block;
    margin-bottom: 20px;
}

#apartments .cube-link:hover{
    text-decoration: none;
}

#apartments .cubes-wrapper{
    padding: 0px 10px;
}

#apartments .cube-column{
    padding: 0px 5px;
    margin-bottom: 10px;
    transition: all 1s ease;
}

#apartments .cube-wrapper{
    min-height: 65px;
    display: flex;
    align-items: center;
    padding: 5px;
    width: 100%;
    transition: all 1s ease;
}

#apartments .cube-column:nth-child(1) .cube-wrapper{
    background: #91c557;
}

#apartments .cube-column:nth-child(2) .cube-wrapper{
    background: #7a6668;
}

#apartments .cube-column:nth-child(3) .cube-wrapper{
    background: #62994b;
}

#apartments .cube-column:nth-child(4) .cube-wrapper{
    background: #8e686b;
}

#apartments .cube-column:nth-child(5) .cube-wrapper{
    background: #48872e;
}

#apartments .cube-column:nth-child(6) .cube-wrapper{
    background: #6e5557;
}

#apartments .cube-column:nth-child(7) .cube-wrapper{
    background: #91c557;
}

#apartments .cube-column:nth-child(8) .cube-wrapper{
    background: #7a6668;
}

#apartments .cube-column:nth-child(9) .cube-wrapper{
    background: #62994b;
}

#apartments .cube-wrapper .strong{
    font-size: 19px;
    color: #2e2525;
    font-family: Almoni-DL-AAA-Black;
    display: block;
    margin-bottom: 5px;
    line-height: 1;
}

#apartments .cube-wrapper:hover .cube-text-wrapper{
    display: none;
}

#apartments .cube-wrapper .cube-hover-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 1s ease;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0px;
    left: 0px;
}

#apartments .cube-wrapper:hover .cube-hover-wrapper{
    opacity: 1;
}

#apartments .cube-wrapper .span{
    font-size: 17px;
    color: #2e2525;
    display: block;
    line-height: 1;
}

#apartments .cube-wrapper .cube-hover-wrapper .bold{
    font-size: 21px;
    color: #2e2525;
}

#apartments .cube-wrapper .cube-hover-wrapper .bold span{
    vertical-align: middle;
    margin-right: 5px;
}

/* PROJECTS */
#projects .right-side-wrapper{
    background-color: #91c557;
    background-image: url("../images/desktop/leaf2.png");
    background-repeat: no-repeat;
    background-position: bottom 50px right;
}

#projects .left-side-wrapper{
    background-image: url("../images/desktop/about.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#projects .xl-title{
    font-size: 50px;
    color: #5c2f32;
    line-height: 1;
    display: block;
    margin-bottom: 0px;
    font-family: Almoni-DL-AAA-Black;
}

#projects .small{
    font-size: 24px;
    color: #62994b;
    font-family: Almoni-DL-AAA-Light;
    padding: 20px 0px;
    display: block;
    font-weight: 700;
}

#projects .paragraph{
    font-size: 19px;
    color: #202b2f;
    font-family: Almoni-DL-AAA-Light;
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
}

#projects .strong{
    font-size: 24px;
    color: #62994b;
    display: block;
    line-height: 1;
    margin-bottom: 5px;
    font-family: Almoni-DL-AAA-Black;
}

#projects .span{
    font-size: 20px;
    color: #202b2f;
    display: block;
    font-family: Almoni-DL-AAA-Light;
    font-weight: 700;
}

#projects .bold{
    font-size: 20px;
    color: #202b2f;
    font-family: Almoni-DL-AAA-Black;
    display: block;
}

#projects .star{
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 4px;
}

#projects .underline{
    font-size: 20px;
    color: #5c2f32;
    display: inline-block;
    font-family: Almoni-DL-AAA-Light;
    padding-bottom: 2px;
    line-height: 1;
    border-bottom: 1px solid #91c557;
    text-decoration: none;
    font-weight: 700;
}

/* CONTACT */
#contact{
    margin: 40px 0px;
    padding: 80px 0px;
    background: #e9e2dc;
    text-align: center;
    position: relative;
}

#contact::before{
    content: '';
    display: block;
    position: absolute;
    background: url('../images/desktop/leaf4.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 224px;
    height: 130px;
    top: 20px;
    right: 0px;
    z-index: 1;
}

#contact::after{
    content: '';
    display: block;
    position: absolute;
    background: url('../images/desktop/leaf3.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 260px;
    height: 162px;
    top: 40px;
    left: 0px;
    z-index: 1;
}

#contact .xl-title{
    font-size: 50px;
    color: #5c2f32;
    line-height: 1;
    display: block;
    margin-bottom: 40px;
    font-family: Almoni-DL-AAA-Black;
    position: relative;
    z-index: 10;
}

#contact .contact-wrapper{
    position: relative;
    z-index: 10;
}

#contact .form-btn{
    background: #5c2f32;
    font-size: 24px;
    font-family: Almoni-DL-AAA-Black;
    color: white;
    height: 50px;
    text-align: center;
    line-height: 50px;
    width: 100%;
    display: block;
    padding: 0px;
    outline: none;
    border: none;
    transition: all 1s ease;
}

#contact .input-wrapper{
    height: 50px;
    border: 3px solid white;
    position: relative;
    transition: all 1s ease;
}

#contact .form-input{
    width: 100%;
    height: 44px;
    display: block;
    border: none;
    background: transparent;
    font-size: 21px;
    color: #5c2f32;
    padding: 0px 41px 0px 10px;
    transition: all 1s ease;
}

#contact .form-input:focus{
    outline: none;
}

#contact .input-wrapper:hover{
    border-color: #5c2f32;
}

#contact .form-btn:hover{
    background: #62994b;
}

#contact .input-wrapper .icon-wrapper{
    font-size: 21px;
    color: #71a15b;
    padding: 10px;
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 1;
}

#contact br{
    display: none !important;
}

#contact .input-wrapper .label{
    background: #e9e2dc;
    color: #5c2f32;
    font-size: 18px;
    font-family: Almoni-DL-AAA-Black;
    line-height: 1;
    padding: 0px 10px;
    position: absolute;
    margin-bottom: 0px;
    right: 10px;
    top: -12px;
    z-index: 200;
}

/* FIXED BOTTOM */
#fixedBottom{
    background: rgba(92, 47, 50, 0.95);
    position: fixed;
    display: block;
    width: 100%;
    bottom: 0px;
    right: 0px;
    height: 63px;
    z-index: 20000000;
}

#fixedBottom .block-wrapper{
    padding: 5px;
    text-align: center;
}

#fixedBottom .fixed-btn{
    position: relative;
    transition: all 1s ease;
    height: 100%;
    width: 100%;
    display: block;
}

#fixedBottom .fixed-btn:hover{
    background: rgba(255, 255, 255, 0.29);
    text-decoration: none;
}

#fixedBottom .image-wrapper{
    line-height: 29px;
    height: 29px;
}

#fixedBottom .text{
    font-size: 16px;
    color: white;
    display: block;
}

#fixedBottom .center-column{
    border-right: 1px solid rgba(255, 255, 255, 0.29);
    border-left: 1px solid rgba(255, 255, 255, 0.29);
}

#fixedBottom .col-4{
    padding: 0px;
}

/* CREDITS */
#credits{
    margin-top: 10px;
    padding: 10px 0px;
    background: #f6f6f6;
}

#credits .text{
    color: #182023;
    font-size: 16px;
    font-family: Almoni-DL-AAA-Regular;
    display: inline-block;
}

#credits a{
    color: #182023;
    transition: all 1s ease;
}

#credits a:hover{
    text-decoration: none;
    opacity: 0.7;
}

#credits .logo-wrapper{
    display: inline-block;
    margin-right: 15px;
}

/* GLOBAL */
::selection {
    background: #62994b; /* WebKit/Blink Browsers */
    color: white;
}
::-moz-selection {
    background: #62994b; /* Gecko Browsers */
    color: white;
}

.desktop-wrapper{
    display: block !important;
}

.mobile-wrapper{
    display: none !important;
}

.padding-none{
    padding: 0px !important;
}

.margin-none{
    margin: 0px !important;
}

#flex-slider .block-wrapper{
    position: absolute;
    min-height: 100vh;
    height: 100%;
    width: 100%;
    display: block;
}

#flex-slider-projects .block-wrapper{
    position: absolute;
    min-height: 100vh;
    height: 100%;
    width: 100%;
    display: block;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1400px !important;
    }

    #projects .col-xl-7 {
        overflow: hidden;
    }
}

@media (max-width: 1650px) {
    .fast-contact-wrapper{
        max-width: 350px;
        right: 250px;
    }

    .fast-contact-wrapper .fast-contact-body-wrapper{
        padding: 30px 20px;
    }

    .fast-contact-wrapper .md-title{
        padding: 20px 15px;
        font-size: 28px;
    }
}

@media (max-width: 1500px) {
    #header{
        background-position: center left !important;
    }

    #header .xxl-title{
        font-size: 56px;
    }

    #header .xl-title{
        font-size: 48px;
    }

    #header .lg-title{
        font-size: 28px;
        line-height: 70px;
    }

    #header .marker-wrapper::before{
        width: 600px;
        height: 70px;
        right: -20px;
    }

    #header .bold{
        margin-bottom: 40px;
        font-size: 24px;
    }

    #header .body-wrapper{
        padding: 0px 0px 80px 0px;
    }

    #header .description-wrapper .block-wrapper .text{
        font-size: 16px;
    }

    #header .description-wrapper .block-wrapper{
        padding: 10px;
    }

    #header .description-wrapper{
        max-width: 600px;
    }

    #header .description-wrapper .arrow-wrapper{
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 15px;
        bottom: -22.5px;
    }

    .fast-contact-wrapper {
        right: 140px;
    }
}

@media (max-width: 1400px) {
    #apartments .cube-wrapper .strong{
        font-size: 18px;
        margin-bottom: 2px;
    }

    #apartments .cube-wrapper .span{
        font-size: 16px;
    }
}

@media (max-width: 1300px) {
    .fast-contact-wrapper {
        right: 80px;
    }
}

@media (max-width: 1200px) {

    #header .thanks-wrapper .huge-marker-wrapper{
        max-width: 500px;
        height: 111px;
        padding: 10px 0px;
    }

    #header .thanks-wrapper .small{
        font-size: 26px;
    }

    #header.sticky-header{
        padding-top: 134.94px;
    }

    .fast-contact-wrapper {
        right: 0px;
    }

    #header .menu-line-wrapper .menu-list .menu-link{
        font-size: 21px;
    }

    #header .menu-line-wrapper .text-brown{
        font-size: 36px;
    }

    #header .menu-line-wrapper .text-green{
        font-size: 18px;
    }

    #header .menu-line-wrapper .text-brown i{
        font-size: 21px;
    }

    #header .xxl-title{
        font-size: 48px;
    }

    #header .xl-title{
        font-size: 41px;
    }

    #header .lg-title{
        font-size: 24px;
        line-height: 60px;
    }

    #header .marker-wrapper::before{
        width: 500px;
        height: 60px;
        right: -10px;
    }

    #header .bold{
        margin-bottom: 20px;
        font-size: 21px;
    }

    #header .body-wrapper{
        padding: 0px 0px 60px 0px;
    }

    #header .description-wrapper .block-wrapper .text{
        font-size: 16px;
    }

    #header .description-wrapper .block-wrapper{
        padding: 10px;
    }

    #header .description-wrapper{
        max-width: 100%;
    }

    #header .description-wrapper .arrow-wrapper{
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 15px;
        bottom: -22.5px;
    }

    #header .marker-wrapper{
        margin: 20px 0px;
    }

    .section-wrapper .text-flex-wrapper .text-wrapper{
        padding: 20px;
    }
}

@media (min-width: 768px){

}

@media (max-width: 991px) {

    #header .thanks-wrapper{
        padding: 200px 0px;
    }

    #header .thanks-wrapper .home-btn{
        font-size: 22px;
        padding: 4px 20px;
        margin-top: 30px;
    }

    #flex-mobile-slider{
        margin: 20px -40px;
    }

    .section-wrapper .text-flex-wrapper .text-wrapper{
        padding: 40px;
    }

    .container{
        max-width: 100% !important;
        padding: 0px 15px !important;
    }

    /* GLOBAL */
    .desktop-wrapper{
        display: none !important;
    }

    .mobile-wrapper{
        display: block !important;
    }

    /* HEADER */
    #header:not(.header-thanks){
        background: none !important;
    }

    #header .menu-wrapper{
        padding: 15px;
    }

    #header .mobile-background-wrapper{
        background-image: url("../images/desktop/banner_main.jpg");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
    }

    #header .logo-wrapper img{
        max-height: 80px;
    }

    #header .marker-wrapper::before{
        right: unset !important;
        left: 50%;
        transform: translate(-50%, 0);
    }

    #header .body-wrapper{
        padding: 250px 0px 20px;
        text-align: center;
    }

    #header .xxl-title{
        font-size: 42px;
    }

    #header .xl-title{
        font-size: 36px;
    }

    #header .lg-title{
        font-size: 21px;
        line-height: 50px;
    }

    #header .marker-wrapper{
        margin: 20px 0px 0px 0px;
    }
    #header .marker-wrapper::before {
        width: 450px;
        height: 50px;
    }

    #header .description-wrapper .block-column{
        border-bottom: 1px solid #e4e6e4;
    }

    #header .description-wrapper .icon-wrapper{
        display: inline-block;
        max-width: 50px;
        width: 100%;
    }

    #header .description-wrapper .block-wrapper .text{
        display: inline-block;
        margin-right: 5px;
        max-width: calc(100% - 60px);
        text-align: right;
        width: 100%;
        vertical-align: middle;
        margin-top: 0px;
    }

    .fast-contact-wrapper{
        margin: 40px auto;
        max-width: 400px;
    }

    .section-wrapper, .section-wrapper .global-row{
        min-height: auto !important;
        margin: 0px;
    }

    #street{
        margin: 0px;
        background: #f8f8f8;
    }

    #projects{
        background: #f8f8f8;
    }

    #credits{
        margin-top: 0px;
    }

    #street .left-side-wrapper, #projects .left-side-wrapper{
        height: 500px;
    }

    /* CREDITS */
    #credits{
        margin-bottom: 63px;
    }
}

@media (max-width: 768px) {

    #header .thanks-wrapper{
        padding: 180px 0px;
    }

    #header .thanks-wrapper .home-btn{
        font-size: 19px;
        padding: 4px 15px;
        margin-top: 20px;
    }

    #flex-mobile-slider{
        margin: 20px -20px;
    }

    #flex-mobile-slider .block-wrapper{
        height: 250px;
    }

    /* HEADER */
    #header .logo-wrapper img {
        max-height: 70px;
    }

    #header .mobile-background-wrapper{
        background-image: url("../images/mobile/banner.jpg");
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
    }

    .fast-contact-wrapper .md-title{
        font-size: 24px;
        padding: 15px;
        border-bottom-width: 2px;
    }

    .fast-contact-wrapper .input-wrapper{
        height: 45px;
    }

    .fast-contact-wrapper .input-wrapper .label{
        font-size: 16px;
    }

    .fast-contact-wrapper .form-input{
        height: 39px;
        font-size: 18px;
    }

    .fast-contact-wrapper .input-wrapper .icon-wrapper{
        padding: 9.5px;
        font-size: 18px;
    }

    .fast-contact-wrapper .form-btn{
        height: 45px;
        font-size: 21px;
        line-height: 45px;
    }

    .fast-contact-wrapper .contact-strong{
        margin: 20px 0px 5px 0px;
        font-size: 21px;
    }

    .fast-contact-wrapper .contact-small{
        font-size: 18px;
    }

    .fast-contact-wrapper .contact-bold{
        font-size: 20px;
    }

    .fast-contact-wrapper .contact-span{
        font-size: 19px;
    }

    .fast-contact-wrapper .fast-contact-body-wrapper{
        padding: 30px 20px 20px 20px;
    }

    .section-wrapper .text-flex-wrapper .text-wrapper{
        padding: 30px;
    }

    #street .left-side-wrapper, #projects .left-side-wrapper{
        height: 400px;
    }

    #street .paragraph, #apartments .paragraph, #projects .paragraph{
        margin-bottom: 15px;
        font-size: 18px;
    }

    #street .small, #apartments .small, #projects .small{
        padding: 15px 0px;
        font-size: 21px;
    }

    #street .xl-title, #apartments .xl-title, #projects .xl-title{
        font-size: 42px;
    }

    #apartments .cube-wrapper .strong{
        font-size: 16px;
        margin-bottom: 2px;
    }

    #apartments .cube-wrapper .span{
        font-size: 14px;
    }

    #apartments .cube-wrapper{
        min-height: 55px;
    }

}

@media (max-width: 576px) {

    #header .thanks-wrapper .home-btn{
        font-size: 17px;
        padding: 4px 10px;
        margin-top: 15px;
    }

    #header .thanks-wrapper .huge-marker-wrapper{
        max-width: 400px;
        height: 89px;
        padding: 5px 0px;
    }

    #header .thanks-wrapper .small{
        font-size: 24px;
    }

    /* HEADER */
    #header .logo-wrapper img {
        max-height: 60px;
    }

    #header .xxl-title{
        font-size: 32px;
    }

    #header .xl-title{
        font-size: 28px;
    }

    #header .lg-title{
        font-size: 18px;
        line-height: 40px;
    }

    #header .marker-wrapper::before{
        width: 350px;
        height: 40px;
    }

    .section-wrapper .text-flex-wrapper .text-wrapper{
        padding: 20px;
    }

    .fast-contact-wrapper{
        margin: 20px auto;
    }

    #street .left-side-wrapper, #projects .left-side-wrapper{
        height: 300px;
    }

    #street .paragraph, #apartments .paragraph, #projects .paragraph{
        margin-bottom: 10px;
        font-size: 17px;
    }

    #street .small, #apartments .small, #projects .small{
        padding: 10px 0px;
        font-size: 19px;
    }

    #street .xl-title, #apartments .xl-title, #projects .xl-title{
        font-size: 36px;
    }
}

@media (max-width: 486px) {

    #header .thanks-wrapper .huge-marker-wrapper{
        max-width: 300px;
        height: 67px;
        padding: 2.5px 0px;
    }

    #header .thanks-wrapper .small{
        font-size: 21px;
        position: relative;
        bottom: 5px;
    }

    #flex-mobile-slider{
        margin: 20px -15px;
    }

    #flex-mobile-slider .block-wrapper{
        height: 200px;
    }

     #flex-mobile-slider-projects .block-wrapper{
        height: 200px;
    }
    /* HEADER */
    #header .lg-title{
        line-height: 1;
        padding: 12px 15px 18px 15px;
    }

    .section-wrapper .text-flex-wrapper .text-wrapper{
        padding: 15px;
    }

    .fast-contact-wrapper{
        margin: 20px;
    }

    #header .marker-wrapper::before{
        width: 100%;
        height: 100%;
        background-image: url(../images/desktop/marker_thanks.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    #header .marker-wrapper{
        margin: 10px auto 0px auto;
        max-width: 280px;
        height: 62px;
    }

    #street .left-side-wrapper, #projects .left-side-wrapper{
        height: 250px;
    }

    #street .paragraph, #apartments .paragraph, #projects .paragraph{
        margin-bottom: 5px;
        font-size: 16px;
    }

    #street .small, #apartments .small, #projects .small{
        padding: 5px 0px;
        font-size: 18px;
    }

    #street .xl-title, #apartments .xl-title, #projects .xl-title{
        font-size: 34px;
    }

    #projects .strong{
        font-size: 21px;
    }

    #projects .span, #projects .bold{
        font-size: 18px;
    }

    #projects .underline{
        font-size: 18px;
    }

    #apartments .cube-wrapper .strong{
        font-size: 15px;
    }

    #apartments .cube-wrapper{
        min-height: 50px;
    }

    /* CREDITS */
    #credits .text{
        font-size: 14px;
    }

}


@media(min-width: 1024px) {
    .flex-direction-nav a.flex-next {
            opacity: 1 !important;
            right: 15px;
    }

    .flex-direction-nav a.flex-prev {
            opacity: 1 !important;
            left: 15px;
            width: 50px;
    }

    .flex-direction-nav a.flex-next:before, .flex-direction-nav a.flex-prev:before {
        font-size: 60px;
    }
}

/* Style the tab content */
.tabcontent {
  display: none;
margin-top: 15px;
}

.tablinks  {
    background: transparent;
    box-shadow: none;
    border: none;
    color: #d9d9d9;
    font-size: 20px;
}

.tablinks.active  {
    color: #92c658;
}
.tablinks:active{
    border: none;
}

button:focus {
    outline: none !important;
}

.cubes-wrapper .tab {
       border-bottom: 1px solid #d9d9d9; 
}

@media(min-width: 1024px) {
    #street .right-side-wrapper, #projects .right-side-wrapper {
        width: 90%;
    }
}