@font-face {
    font-family: QG;
    src: url("../fonts/questagrande.woff");
}
@font-face {
    font-family: QS-R;
    src: url("../fonts/Quicksand-Regular.otf");
}
@font-face {
    font-family: QS-B;
    src: url("../fonts/Quicksand-Bold.otf");
}

body{
    min-width: 360px;
    font-family: QG;
}
.no-padding{
    padding:0!important;
}
.hide-all{
    display: none;
}

.navbar-default{
    height: 120px;
    background: #414143;
    border:0px;
    border-radius: 0;
    border-bottom: 6px solid #b769d0;
}
.navbar {
    margin:0px;
}
.logo-altavista{
    height:84px;
    margin-top:4px;
}
.altavista-logo a{
    padding:10px!important;

}
.navbar-nav>li>a {
    padding-top: 55px;
    padding-bottom: 40px;
    padding-left:19px;
    padding-right:19px;
    line-height: 20px;
    font-size: 16px;
    text-transform: uppercase;
    color:#e9d8c6!important;
}
@media (min-width: 768px) and (max-width: 1200px){
    .menu-tablet {
        width:100%;
    }
}

.navbar-nav>li>a:hover,.navbar-nav>li>a.active  {
    color:#9b7690!important;
}
.item-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 768px){
    .navbar-default {
        height: auto;
    }
    .show-mobile{
        display: block;
    }
    .hidden-mobile{
        display:none!important;
    }
    .item-center{
        display:inline;
    }
    .logo-mobile{
        padding-left:20px;
        padding-bottom: 10px;
    }
    .menu-mobile{
        padding-top:20px;
    }
    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
        margin:0px;
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 10px;
    }

}


/*footer */
.fot1, .fot2, .fot3, .fot4{
    height:6px;
}
.fot1{
    background: #9b7690 ;
}
.fot2{
    background: #ccb69f;
}
.fot3{
    background: #718c0f;
}
.fot4{
    background: #5199bf;
}
.fot5{
    background: #272729;
    color: #e4d2be;
}
.fot-text{
    font-size:28.5px;
    padding-top:50px;
}
.fot-text a{
    color: #9b7690;
    text-decoration: underline;
}
.fot-text2{
    font-size:17px;
    padding-top:30px;
    padding-bottom:50px;
}
.fot-text-1{
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 22px;
    margin-top:50px;
}
.fot-text-1 span{
    font-weight: 900;
}
.fot-text-2{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 22px;
}
.round-ico1 {
    border:2px solid;
    padding:4px;
    font-size:17px!important;
    border-radius:60px;
    margin-right:3px;
}
.round-ico2 {
    border:2px solid;
    padding:6px;
    border-radius:40px;
    margin-right:5px;
}
.fot-text-1 a,.fot-text-2 a{
    color:#e4d2be;
}


/*carousel */
.carousel-control.left ,.carousel-control.right {
    background: transparent;
    z-index: 1;
}
.carousel-control .glyphicon-menu-left, .carousel-control .icon-prev {
    left: 100%;
    margin-left: -10px;
}
.carousel-control .glyphicon-menu-right, .carousel-control .icon-next {
    right:100%;
    margin-right: -10px;
}
.carousel-control .glyphicon-menu-left, .carousel-control .glyphicon-menu-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    font-size:50px;

}
.carousel-caption {
    top:47%;
    bottom: auto;
    background:rgba(0,0,0,0.7);
    padding:0!important;
}
.carousel-caption h3{
    font-size:29px;
    padding:5px;
}
.carousel-inner .item img{
    width:100%;
}


/*section 2*/
.section2{
    background: #efe7de;
    background-image: url("../images/section2bgleft.png"), url("../images/section2bgright.png");
    background-position:left , right ;
    background-repeat: no-repeat;
    background-size: contain;
}
@media (min-width: 768px) and (max-width: 1200px){
    .section2 .container{
        width:100%;
    }
}
@media (max-width: 768px){
    .section2{
        background: #efe7de;
        background-image: url("../images/section2bgleft.png"), url("../images/section2bgright.png");
        background-position:top left, bottom right ;
        background-repeat: no-repeat;
    }
}


.section2-title1 h1, .section2-title2 h1{
    padding:0px;
    margin:0px;
    padding-left:10px;
    font-size:66px;
    font-family: QS-R;
}
.section2-title1{
    border-left:4px solid #738e19;
    color: #738e19;
    margin-top:70px;
    margin-bottom:20px;
    z-index: 1;
}
.section2-title2{
    border-left:4px solid #712679;
    color: #712679;
    margin-top:70px;
    margin-bottom:20px;
}
.section2 .text-section-2{
    margin-bottom: 70px;
    font-family: QG;
    font-size: 17px;
    text-align: justify;
}

/*section 3*/
.section3{
    display: inline-flex;
}
.sect3-titlu{
    font-size: 45px;
    font-family: QS-R;
}
.sect3-text{
    font-size: 17px;
    font-family: QG;
    text-align: justify;
}
.sect3-1,.sect3-2,.sect3-3{
    padding-top:35px;
    color:white;
    padding-bottom: 35px;
    display: table-cell;
}
.sect3-1{
    background: #9b7690;
}
.sect3-2{
    background: #5da6cc;
}
.sect3-3{
    background: #678e15;
}
@media (min-width: 1780px){
    .sect3-container{

        width:70%;
        padding-left:80px;
        padding-right:50px;
    }

}
@media (min-width: 1400px) and ( max-width: 1780px){
    .sect3-container{
        width:80%;
        padding-left:50px;
        padding-right:30px;
    }

}
@media (max-width: 1400px){
    .sect3-container{
        width:90%;

    }
}
@media (max-width: 990px){
    .sect3-container{
        width:100%;
    }
}
@media (max-width: 767px){
    .section3{
        display: block;
    }
}


/*section 4*/
.map-text{
    background: #9b7690;
    width: 80%;
    margin: -20px auto 30px;
    font-size: 25px;
    padding: 10px;
    text-align: center;
    color: white;
}
.section4{
    background: #e8ddd2;
}
.section4 .section4-title{
    font-family: QS-R;
    font-size:40px;
    line-height:38px;
    text-transform: uppercase;
    text-align: center;
}
.section4 .section4-text{
    font-size: 20px;
    line-height: 35px;
    text-align: justify;
}
.section4-text2{
    margin-top:20px;
    font-size: 22px;
    font-family: QS-R;
    text-transform: uppercase;
}

.butterfly{
    position: absolute;
    left:0;
    top: 50%;
    width: 19%;
    background-size: 100%;

    z-index: 767676;
}

.butterfly2{
    position: absolute;
    right:0;
    top: 80%;
    width: 169px;
    background-size: 100%;

    z-index: 767676;
}
#main_navbar ,.sect3-container{
    z-index: 1;
}
.indextop{
    position: relative;
    z-index: 1;
}


.parallax {
    perspective: 1px;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
}
.parallax__layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.parallax__layer--base {
    transform: translateZ(0);
}
.parallax__layer--back {
    transform: translateZ(-1px);
}

/*.bg-apartaments{*/
    /*position:absolute;*/
    /*height:100%;*/
    /*width:100%;*/
    /*background-image: url("../images/sect4-bg1-2.png"), url("../images/sect4-bg2.png");*/
    /*background-position:5% 70%,99% 50% ;*/
    /*background-repeat: no-repeat;*/

/*}*/
.section4 .container{
    background:#fff;
    z-index:0;
}
@media (min-width: 1620px) and (max-width: 1820px){
    /*.section4bg{*/
        /*background-position:-13% -32px,99% 100% ;*/
    /*}*/
    .section4bg2{
        background-position:5% 70%,99% 50% ;
    }
}
@media  (max-width: 1320px){
    .section4bg,.section4bg2{
        background-image:none;
    }
}
.section4 .container{
    padding: 60px;

}



/*section 5*/
.section5{
    background: #3d3d3f;
    color:#e4d2be;
}
.section5 .btn-1,.section5 .btn-2{
    padding:13px 20px;
    margin:-30px -3px 0;
    border:0px;
    border-radius: 0px;
    color:white;
    font-size:27px;
    font-family: QS-R;
}
.section5 .btn-1{
    background:#5199bf ;
}
.section5 .btn-2{
    background:#9b7690 ;
}
.section5 .btn-1:hover{
    background: #5089af;
}
.section5 .btn-2:hover{
    background: #87647c;
}
.section5 p{
    margin:55px;
    font-size:30px;
}

.section5 .btn-3{
    background: transparent ;
    padding:3px 20px;
    margin:-15px 12px 45px;
    border:3px solid #e4d2be;
    border-radius: 0px;
    color:#e4d2be;
    font-size:22px;
    text-transform: uppercase;
    font-family: QS-B;
}
.section5 .btn-3 .hover{
    display: none;
}
.section5 .btn-3:hover .hover {
    display:block;
    padding:0px 90px;
}
.section5 .btn-3:hover .active {
    display:none;
}
@media  (max-width: 409px){
    .section5 .btn-1{
        margin:-30px 0px 0;
    }
    .section5 .btn-2{
        margin:0px 0px 0;
    }
}



/*section 6*/
.section6{
    background: #e8ddd2;
}
.section6-width{
    margin:0 auto;
}
@media  (min-width: 1310px){
    .section6-width {
        width:1300px;

    }
}
.section6 .item{
    margin-bottom: 30px;
    min-height: 360px;
}
.section6 .item h3{
    font-family: QS-R;
    font-size:35px;
    font-weight: 500;
    color:#3e3e40;
}
.section6 .item p{
    font-size:16px;
    font-family: QG;
    color:#73737f;
}
.section-harta{
    background: #e8ddd2;
    padding:50px 0!important;
}




/* form contact*/
.form-contact .form-control{
    border-radius: 0;
    background: #f8f2ec;
    border:none;
}
.btn-4{

    font-size: 25px;
    background: #9b7690;
    font-family: QG;
    padding: 2px 65px;
    color: white;
    text-transform: uppercase;
    border-radius: 8px;
}
.form-contact{
    padding:20px 60px!important;
}
.contact-titlu{
    font-family: QG;
    font-size: 35px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 30px;
}
.form-contact label{
    font-family: QS-B;
    font-size:20px;
    text-transform: uppercase;
    color:#73737f;
}
.poz-img-contact{
    padding-left:40px;
    margin-top:50%;
}
@media  (max-width: 991px){
    .poz-img-contact{
        display:none;
    }
}




/*finishing*/
.center{
    padding: 0px!important;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.text-finishing{
    position:absolute;
    left:50%;
    top:8%;
    transform: translate(-50%, 0);
    width:300px;
    font-size: 23px;
    font-family: QG;
    color:#fff;
    text-align: center;
}
@media  (max-width: 500px){
    .text-finishing {
        width: 250px;
        top:3%;
    }
}



/* goodies */
.bg-goodies{
    position:absolute;
    height:100%;
    width:100%;
    background-image: url("../images/goodies-bg-2.png"), url("../images/goodies-bg-1.png");
    background-position:left center,right bottom ;
    background-repeat: no-repeat;
}
@media (min-width: 1200px) {
    .bg-goodies {
        max-width: 1171px;
        transform: translate(-50%, 0%);
        left:50%;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .bg-goodies {
        max-width: 970px;
        transform: translate(-50%, 0%);
        left:50%;
    }
}
@media (min-width: 676px) and (max-width: 992px) {
    .bg-goodies {
        max-width: 750px;
        transform: translate(-50%, 0%);
        left:50%;
    }
}
.goodies{
    font-size:inherit;
    line-height: inherit;
}

.positive{
    background-image: url('../images/positive.png');
    display: inline-block;
    width: 64px;
    height: 71px;
    float: left;
}
.positive span{
    font-family: QS-B;
    position: absolute;
    font-size: 25px;
    left: 45px;
    margin-top: 30px;
    color: white;
}
.positive-line p{
    font-family: QS-B;
    font-size: 19px;
    line-height: 28px;
    text-align: left;
    text-transform:uppercase;
    margin-left:100px;
    min-height: 71px;
    color:#73737f;
    text-align: justify;
}

.title-p{
    font-family: QS-R;
    font-size: 40px!important;
    line-height: 38px;
    text-transform: uppercase;
}
.title-s{
    font-family: QS-B;
    font-size: 40px;
}
.goodies-sub-title .sub-title1, .goodies-sub-title .sub-title1 span{
    line-height: 29px;
    font-size: 21px;
    display: inline-block;
    text-transform: none;
    color:#767676;
    /*text-align: justify;*/
}
.goodies-sub-title .sub-title1 span{
    color:#9b55bd;
}
.goodies-sub-title{
    margin-top:20px;
}
.sub-titlu2{
    color:#3d3d3f;
    line-height: 29px!important;
    font-size: 21px!important;
    display: inline-block;
    text-transform: none;
    margin-top:60px;
    margin-bottom: 20px;

}
.item-positive{
    margin:40px 0;
}
.negative-p{
    margin-left:70px;
    position: relative;
    font-size: 21px;
    font-family: QG;
    color:#3d3d3f;
    font-weight: bold;
}
.negative-line{
    margin-top:50px;
    margin-bottom: 60px;
}
.negative-line .img-top{
    position: absolute;
    top: 30px;
    left: 50%;
}
.negative-img{
    background-image: url("../images/negative-s.png");
    height:36px;
    width:36px;
    display:inline-block;
    float:left;
}
.negative-item p{
    margin-left: 50px;
    line-height: normal;
    font-size: 21px;
    font-family: QG;
    text-align: justify;
}
.negative-item{
    margin:30px 0;
}



/*apartaments*/

.apartaments-sub-title .sub-title1{
    line-height: 29px;
    font-size: 18px;
    display: inline-block;
    text-transform: none;
    color:#767676;
    font-family: QG;
}
.apartaments-sub-title{

    padding-bottom: 30px;
}
.line-under{
    border-bottom: 1px solid #8f4db5;
    margin-top:20px;
    margin-bottom: 20px;
}
.apartament-item h1{
    font-size:28px;
    font-family: QS-B;
    color:#8f4db5;
    text-transform: uppercase;
    text-align: left;
    display: block;
}
.apartament-item{
    padding:20px 0;
}


.wind-scroll{
    height: 700px;
    overflow: hidden;
    overflow-y: scroll;
}
.wind-scroll::-webkit-scrollbar {
    width:5px;

}

.wind-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px #8f4db5;
    border-radius: 10px;
    width:10px;

}

.wind-scroll::-webkit-scrollbar-thumb {
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 50px #8f4db5;

    -webkit-width:5px;
}




/* limbi */
.lang{
    position: absolute;
    top: 10px;
    /* left: 0; */
    right: 35px;

}
.lang li a{
    padding:10px;
    opacity: .4;

}
.lang img{
    width: 25px;
}
.lang li.activ a{
    opacity: 1;
}
.lang li a:hover{
    opacity: 1;
}
@media (max-width: 767px) {
    .lang{
        position: inherit;
        top: inherit;
        /* left: 0; */
        right: inherit;

    }
    .lang li{
        display: inline-block;
    }
}


@media (min-width: 767px) and  (max-width: 1200px) {
    .down1200{
        display: block;
    }
    .up1200{
        display: none;
    }
    .in991{
        display: none;
    }
}
@media (min-width: 767px) and  (max-width: 991px) {
    .down1200{
        display: none;
    }
    .up1200{
        display: none;
    }
    .in991{
        display: block;
    }
}
@media (min-width: 1200px)  {
    .down1200{
        display: none;
    }
    .up1200{
        display: block;
    }
    .in991{
        display: none;
    }
}
@media (max-width: 767px) {
    .down1200{
        display: none;
    }
    .up1200{
        display: none;
    }
    .in991{
        display: none;
    }
    .carousel-caption {
        top: 25%;

    }
}
.form-group {
    margin-bottom: 40px;
}
.ro-min h1{
    font-size:55px!important;
}