/*  GENERAL */
html { 
    font-size: 62.5%;
}

*{
    font-family: 'Montserrat', sans-serif;
}

body{
    background-color: #F5F5F5;
}

.container-fluid{
    width: 100%;
    max-width: 1640px;
    margin: 0 auto;
}

.no-hover-decoration:hover{
    text-decoration: none;
    color: inherit;
}

.no-background{
    background-color: none!important;
    background-image: none!important;
}

.align-items-vertical-center{
    display: flex;
    align-items: center;
}

a.buton-nest,
div.buton-nest{
    display: inline-block;
    background-color: #AFACE5;
    color: #420A3A;
    font-size: 14px;
    line-height: 14px;
    border: 1px solid #420A3A;
    padding: 20px 10px;
    cursor: pointer;
    min-width: 170px;
    text-align: center;
}
a.buton-nest:hover,
div.buton-nest:hover{
    text-decoration: none;
    color: #AFACE5;
    background-color: #420A3A;
}


h1.entry-title{
    color: #420A3A;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 3px solid #420A3A;
}
div.text-page > p,
div.text-page > ul li,
div.text-page > ol li,
div.text-page > h1,
div.text-page > h2,
div.text-page > h3,
div.text-page > h4,
div.text-page > h5,
div.text-page > h6{
    color: #420A3A;
    font-size: 18px;
    line-height: 20px;
    width: 100%;
}
div.text-page > p,
div.text-page > ul,
div.text-page > ol{
    margin: 0 auto 15px auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1640px;
}
div.text-page > ul,
div.text-page > ol{
    padding-left: 40px;
}
div.text-page > h1,
div.text-page > h2,
div.text-page > h3,
div.text-page > h4,
div.text-page > h5,
div.text-page > h6{
    font-weight: 600;
    margin: 0 auto 15px auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1640px;
}
div.text-page > h1{
    font-size: 36px;
    line-height: 38px;
}
div.text-page > h2{
    font-size: 32px;
    line-height: 34px;
}
div.text-page > h3{
    font-size: 28px;
    line-height: 30px;
}
div.text-page > h4{
    font-size: 24px;
    line-height: 26px;
}
div.text-page > h5{
    font-size: 22px;
    line-height: 24px;
}
div.text-page > h6{
    font-size: 20px;
    line-height: 22px;
}


/*Logo bar*/
div.logo-bar{
    padding: 38px 0px;
}
div.logo-bar img{
    max-width: 260px;
}




/*Footer */
footer{
    padding: 60px 0px;
}
footer img{
    max-width: 260px;
}
footer .footer-links{
    max-width: 350px;
}
footer .footer-links a{
    font-size: 14px;
    line-height: 14px;
    color: #420A3A;

}



/*Sectiune contact*/
div.sectiune-contact{
    padding: 60px 0;
}

div.sectiune-contact div.content-sectiune-contact{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

div.sectiune-contact div.content-sectiune-contact div.content-sectiune-contact-text{
    font-size: 70px;
    line-height: 88px;
    font-weight: 200;
    margin-bottom: 30px;
}



/*Sectiune image text*/
div.sectiune-imagine-text{
    padding: 60px 0px;
}

div.sectiune-imagine-text div.content-sectiune-imagine-text{
}

div.sectiune-imagine-text div.content-sectiune-imagine-text div.content-sectiune-imagine-text-title{
    font-size: 32px;
    line-height: 38px;
    color: #420A3A;
    margin-bottom: 20px;
}

div.sectiune-imagine-text div.content-sectiune-imagine-text div.content-sectiune-imagine-text-text{
    font-size: 16px;
    line-height: 16px;
    color: #9190A2;
}
div.sectiune-imagine-text div.content-sectiune-imagine-text div.content-sectiune-imagine-text-text p{
    font-size: 16px;
    line-height: 18px;
    color: #9190A2;
    margin-bottom: 10px;
}


/*Listare servicii*/
div.sectiune-listare-servicii{
    padding: 60px 0px;
}

div.sectiune-listare-servicii div.sectiune-listare-servicii-serviciu{
    padding: 0px 60px;
    margin-bottom: 30px;
}

div.sectiune-listare-servicii div.sectiune-listare-servicii-serviciu img{
    height: 48px;
}

div.sectiune-listare-servicii div.sectiune-listare-servicii-serviciu div.sectiune-listare-servicii-serviciu-content{
    border-top: 1px solid #AFACE5;
}

div.sectiune-listare-servicii div.sectiune-listare-servicii-serviciu div.sectiune-listare-servicii-serviciu-content div.sectiune-listare-servicii-serviciu-content-title{
    font-size: 32px;
    line-height: 34px;
    color: #420A3A;
    padding: 10px 0 15px 0;
}

div.sectiune-listare-servicii div.sectiune-listare-servicii-serviciu div.sectiune-listare-servicii-serviciu-content div.sectiune-listare-servicii-serviciu-content-text{
    font-size: 16px;
    line-height: 18px;
    color: #9190A2;
}



/*Listare proiecte*/
div.sectiune-listare-proiecte{
    background-color: #111114;
    padding: 60px 0px 30px 0px;
}
div.sectiune-listare-proiecte div.sectiune-listare-proiecte-title{
    font-size: 80px;
    line-height: 88px;
    color: #AFACE5;
    text-align: center;
    margin-bottom: 30px;
}



/*Listare date contact*/
.sectiune-date-contact{
    padding: 60px 0;
}
.sectiune-date-contact .container-fluid{
    background-color: #9190A2;
}
.sectiune-date-contact .container-fluid .sectiune-date-contact-content{
    padding: 80px 140px;
    width: 100%;
}
.sectiune-date-contact .container-fluid .sectiune-date-contact-content .sectiune-date-contact-content-title{
    font-size: 32px;
    line-height: 34px;
    color: #FFFFFF;
    margin-bottom: 30px;
    max-width: 1000px;
}
.sectiune-date-contact .container-fluid .sectiune-date-contact-content .sectiune-date-contact-content-text p,
.sectiune-date-contact .container-fluid .sectiune-date-contact-content .sectiune-date-contact-content-text{
    font-size: 16px;
    line-height: 18px;
    color: #420A3A;
    margin-bottom: 30px;
    max-width: 1000px;
}
div.sectiune-date-contact-card{

}
div.sectiune-date-contact-card div.contact-card-line{
    background-color: #AFACE5;
    width: 100%;
    max-width: 260px;
    height: 1px;
}
div.sectiune-date-contact-card a.action{
    font-size: 32px;
    line-height: 36px;
    color: #FFFFFF;
    display: block;
    margin: 5px 0 20px 0;
}
.sectiune-date-contact-icon{
    margin-bottom: 20px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.sectiune-date-contact-icon.icon-mail{
    background-image: url('../images/contact-mail.svg');
}
.sectiune-date-contact-icon.icon-phone{
    background-image: url('../images/contact-phone.svg');
}



/*Slider*/
div.slider-proiecte{
    padding: 0 28px;
}

div.slider-proiecte .bx-wrapper{
    -moz-box-shadow: 0 0 0px #ccc;
    -webkit-box-shadow: 0 0 0px #ccc;
    box-shadow: 0 0 0px #ccc;
    border: 0px solid #fff;
    background: #420A3A;
}

div.slider-card .slider-content{

}

div.slider-card div.slider-content-title{
    font-size: 32px;
    line-height: 32px;
    color: #fff;  
    font-weight: 600;
    margin-bottom: 15px;
}
div.slider-card div.slider-content-title span{
    font-size: 16px;
    line-height: 16px;
    color: #fff;  
    font-weight: 400;
    display: block;
}
div.slider-card div.slider-content-text{
    font-size: 16px;
    line-height: 16px;
    color: #fff;  
    font-weight: 200;
}
.bx-wrapper{
    margin-bottom: 40px;
}
.bx-wrapper .bx-pager{
    padding-top: 15px;
}
.bx-wrapper .bx-pager.bx-default-pager a{
    background-color: #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus{
    background-color: #AFACE5;
}
.bx-wrapper .bx-controls-direction a{
    width: 56px;
    height: 56px;
    margin-top: -28px;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
}
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next{
    background-color: #AFACE5;
}
.bx-wrapper .bx-next{
    right: -28px;
    background-image: url('../images/arrow-right.svg');
    background-size: cover;
    background-repeat: no-repeat;

}
.bx-wrapper .bx-prev{
    left: -28px;
    background-image: url('../images/arrow-left.svg');
    background-size: cover;
    background-repeat: no-repeat;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus{
    background-position: center;
}





@media only screen and (max-width: 576px) {
    div.sectiune-listare-servicii div.sectiune-listare-servicii-serviciu{
        padding: 0px 0px;
    }
}

@media only screen and (max-width: 991px) {
    div.sectiune-contact div.content-sectiune-contact div.content-sectiune-contact-text{
        font-size: 50px;
        line-height: 58px;
    }
    div.sectiune-listare-proiecte div.sectiune-listare-proiecte-title{
        font-size: 50px;
        line-height: 54px;
    }
    div.slider-proiecte{
        padding: 0;
    }
    .bx-wrapper .bx-controls-direction a{
        width: 28px;
        height: 28px;
        margin-top: -14px;
        -moz-border-radius: 14px;
        -webkit-border-radius: 14px;
        border-radius: 14px;
    }
    .bx-wrapper .bx-next{
        right: -10px;
    }
    .bx-wrapper .bx-prev{
        left: -10px;
    }
    div.slider-card div.slider-content-title{
        font-size: 26px;
        line-height: 28px;
    }
    .sectiune-date-contact .container-fluid .sectiune-date-contact-content{
        padding: 30px 0px;
    }
    .sectiune-date-contact .container-fluid .sectiune-date-contact-content .sectiune-date-contact-content-title{
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    div.sectiune-date-contact-card a.action{
        font-size: 20px;
        line-height: 22px;
    }
    a.buton-nest,
    div.buton-nest{
        font-size: 12px;
        line-height: 12px;
        padding: 15px 5px;
        min-width: 130px;
    }
}