.edicis-singular .edi-sing-rgt .edi-img img {
	width: 50%;
    float: right;
}
.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
    display: none;
}

.owl-carousel .owl-nav .fa-chevron-left.disabled,
.owl-carousel .owl-nav .fa-chevron-right.disabled {
    display: none;
}


.projectes-destacats .projectes-list-rgt .projectes-list-imgs {
    display: flex;
    gap: 2em;
}


/* contact form css */
.contact-frm {
    float: left;
    width: 100%;
    padding: 65px 0 100px 0;
}

.contact-rht p {
    float: left;
    width: 100%;
    text-align: left;
    font-family: 'Graphik-Regular';
    color: #666;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
}

.contact-rht .cont-frm-wdth {
    float: left;
    width: 572px;
}

.contact-rht .frm-input {
    float: left;
    width: 100%;
    margin-bottom: 24px;
}

.contact-rht input[type="text"],
.contact-rht input[type="email"],
.contact-rht input[type="tel"],
.contact-rht input[type="file"],
textarea {
    width: 100%;
    color: #848484;
    font-family: 'Graphik-Regular';
    padding: 0px 20px;
    border: none;
    border-bottom: 2px solid #189935;
    height: 45px;
    line-height: 50px;
    font-size: 14px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: all .5s ease;
    background: #f5f5f5;
    position: relative;
}

.contact-rht input[type="text"]:focus,
.contact-rht input[type="email"]:focus,
.contact-rht input[type="tel"]:focus,
.contact-rht textarea:focus {
    border-bottom: 2px solid #333;
}

.contact-rht textarea {
    resize: none;
    height: 195px;
    line-height: 22px;
    padding: 15px 20px;
    font-family: 'Graphik-Regular';
    color: #848484;
    font-size: 14px;
}

.contact-rht .frm-input.checkbox {
    float: left;
    width: 100%;
    margin-bottom: 0 !important;
}

.contact-rht .frm-input.checkbox input {
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 1px;
}

.contact-rht .frm-input label {
    color: #848484;
    cursor: pointer;
    font-size: 11px;
    font-family: 'Graphik-Regular';
    position: relative;
    width: auto;
    line-height: 18px;
    display: inline-block;
}

.contact-rht .frm-input.checkbox label {
    color: #666;
    cursor: pointer;
    font-size: 12px;
    padding-bottom: 15px;
    padding-left: 37px;
    font-family: 'Graphik-Regular';
    position: relative;
    float: left;
    width: auto;
    line-height: 18px;
    margin-bottom: 0px;
    text-align: left;
}

.contact-rht .frm-input.checkbox label::before {
    content: "";
    height: 10px;
    left: 4px;
    position: absolute;
    top: 4px;
    transition: all 0.3s ease-in-out 0s;
    width: 10px;
    z-index: 9;
}

.contact-rht .frm-input.checkbox label::after {
    background: none;
    border: 2px solid #939393;
    content: "";
    height: 18px;
    left: 0;
    position: absolute;
    top: 0;
    width: 18px;
    border-radius: 3px;
}

.contact-rht .frm-input.checkbox input:checked+label::before {
    background: #189835 none repeat scroll 0 0;
}

.contact-rht .frm-input.checkbox:last-child label {
    padding-bottom: 0;
}

.contact-rht .frm-input:last-child {
    margin-bottom: 0;
}

.contact-rht .frm-input .chk-box-lft {
    float: left;
    width: 70%;
    margin-top: 10px;
}

.contact-rht .frm-input .btn-rgt {
    float: right;
    width: 120px;
    margin-top: 20px;
}

.contact-rht input.env-btn {
    float: left;
    margin-top: 0px;
    cursor: pointer;
    font-family: 'Graphik-Semibold';
    background: none;
    border: 2px solid #189935;
    color: #189935;
    font-size: 15px;
    line-height: 36px;
    height: 40px;
    display: flex;
    align-content: center;
    justify-content: center;
    letter-spacing: 0.21px;
    width: 120px;
    border-radius: 25px;
    transition: all .5s ease;
}

.contact-rht input.env-btn:hover {
    background: #189935;
    color: #ffffff;
}

.contact-rht .frm-input .two-col {
    float: left;
    width: 100%;
}

.contact-rht .frm-input .two-col .frm-input-ctrl {
    float: left;
    width: 48.5%;
    margin-right: 3%;
}

.contact-rht .frm-input .two-col .frm-input-ctrl:last-child {
    margin-right: 0;
}

.contact-rht .form-control.email {
    background: #f5f5f5 url(../../resources/images/mail.svg) no-repeat center right 20px;
    padding: 0 40px 0 20px;
}

.contact-rht .form-control.tele {
    background: #f5f5f5 url(../../resources/images/phone.svg) no-repeat center right 20px;
    padding: 0 40px 0 20px;
}

.contact-rht .frm-input .uploadFile {
    float: left;
    cursor: pointer;
    overflow: hidden;
    resize: none;
    width: 100%;
    color: #848484;
    font-family: 'Graphik-Regular';
    padding: 0px 20px;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 2px solid #c6c6c6;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: all .5s ease;
    background: #f5f5f5;
    position: relative;
    display: block;
}

.contact-rht .frm-input .uploadFile input[type="file"] {
    cursor: pointer !important;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0px;
    text-align: right;
    top: 0px;
    z-index: 1;
}

.contact-rht .frm-input .uploadFile img {
    float: right;
    position: absolute;
    right: 20px;
    top: 10px;
    width: auto;
}

.contact-rht .frm-input .inputfile.form-control {
    display: none !important;
}


label.lapriva.active:before {
    background: #189835 none repeat scroll 0 0;
}

label.lapromo.active:before {
    background: #189835 none repeat scroll 0 0;
}

.frm-input.coments {
    margin-bottom: 0;
}

/* END FORMULARI CONTACTE */

.prj-more-img img {
    max-height: 200px;
}

.altres-projectes ul {
    display: flex;
    flex-wrap: wrap;
}

/* .projectes-inner-slide .owl-dots {
    bottom: -50px;
} */


.cntct-lft h2 {
    width: 85%;
}

.cntct-lft p {
    width: 80%;
}

.cntct-btnz a.insta {
    padding-left: 35px;
}

.wpcf7 form .wpcf7-response-output {
    float: left;
}


#menu-menu-principal .current-menu-item {
    font-family: 'Graphik-Bold';
}


.projectes-inner-destacats .projectes-inner-slide .owl-dots {
    transform: translateY(30px);
}

.projectes-inner-destacats .projectes-inner-list .projectes-list-lft .proj-btn {
    margin-bottom: 2em;
}


.projectes-destacats .flexslider .slides>li img,
.projectes-inner-destacats .flexslider .slides>li img {
    min-height: 0;
}

/* LOPD */

.lopd-bnr {
    padding-top: 132px;
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    background: url(../../resources/images/inr-bg.svg) no-repeat left top;
    padding-bottom: 3em;
    margin-bottom: 2em;
}

.lopd-bnr .breadcrum {
    width: 100%;
    float: left;
    padding: 1em 0;
}

.lopd-bnr .breadcrum ul li {
    float: left;
}

.lopd-bnr .breadcrum ul li:after {
    content: "/";
    position: absolute;
    right: 0;
    top: 0;
}

.lopd-bnr .breadcrum ul li a {
    color: #969696;
    font-size: 12px;
    line-height: 20px;
    font-family: 'Graphik-Regular';
    float: left;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.lopd-bnr .breadcrum ul li {
    color: #969696;
    font-size: 12px;
    line-height: 20px;
    font-family: 'Graphik-Regular';
    float: left;
    position: relative;
    padding-right: 15px;
    margin-right: 13px;
}

.lopd-bnr .breadcrum ul li:last-child:after {
    display: none;
}

.lopd-bnr .breadcrum ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.lopd-bnr .breadcrum ul li a:hover {
    color: #fff;
}

.lopd-bnr .title {
    text-align: center;
    color: white;
}

.lopd-bnr .title h1 {
    font-family: 'Graphik-Medium';
    color: #fff;
    font-size: 55px;
    line-height: 60px;
}

.lopd {
    float: left;
    width: 100%;
    padding-bottom: 3em;
}

.lopd h3 {
    float: left;
    width: 100%;
    color: #189835;
    font-family: 'Graphik-Bold';
    font-size: 28px;
    line-height: 36px;
    padding-bottom: 1em;
}

.lopd h4 {
    float: left;
    width: 100%;
    color: #189835;
    font-family: 'Graphik-Medium';
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 1em;
}

.lopd h4 span {
    font-family: 'Graphik-Regular';
}

.lopd p {
    float: left;
    width: 100%;
    color: #181818;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Graphik-Regular';
    padding-bottom: 25px;
}

.lopd ul {
    float: left;
    width: 100%;
    margin-bottom: 65px;
    display: flex;
    flex-wrap: wrap;
}

.lopd ul li {
    float: left;
    width: 100%;
    color: #181818;
    font-family: 'Graphik-Regular';
    font-size: 18px;
    line-height: 26px;
    padding-left: 40px;
    margin-bottom: 10px;
    position: relative;
    margin-right: 80px;
}

.lopd ul li::after {
    position: absolute;
    background: #1F1F1F;
    content: "";
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 25px;
}

.lopd ul li:last-child {
    margin-bottom: 0;
    margin-right: 0;
}


.lopd a {
    color: #189835;
    transition: all 0.1s ease-in-out;
    font-family: 'Graphik-Regular';
}

.lopd a:hover {
    color: #848484;
    font-family: 'Graphik-Medium';
}

/* end LOPD */


.qui-som-para {
    padding: 100px 0;
}

.grn-quotes {
    padding: 100px 0;
}


.inr-bnr .img-cont-ovrly ul {
    display: flex;
    justify-content: space-evenly;
}

.inr-bnr .img-cont-ovrly ul li {
    width: auto;
    margin-right: 0;
}


ul.bnr-emp { width: 100%; padding-bottom: 75px; display: flex; justify-content: space-between; }
ul.bnr-emp li { width: 48%; }


.inr-bnr::after {
    background-size: cover;
}

.top-hdr .hdr-lft .lang-select {
    top: 16px;
}

.mob-nav .lang-select .sbHolder {    
    width: auto;
    margin-left: 50%;
    transform: translate(-50%, 10px);
}

.mob-nav .lang-select .sbSelector {
    margin: 0px 10px;
}

.mob-nav .lang-select .sbHolder .sbOptions li {
    text-align: left;
}

.instagram_link {
    position: relative;
    height: 32px;
}

.instagram_link img {
    width: 16px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: unset;
}

.in_black{ display: block !important; }
.hm-mnu .in_white{ display: block !important; }
.hm-mnu .in_black{ display: none !important; }
.hm-mnu .is-sticky .in_white{ display: none !important; }
.hm-mnu .is-sticky .in_black{ display: block !important; }

.ddsmoothmenu ul li a {  display: inline; }

.contactar-frm input:focus::placeholder {
  color: transparent;
}
.contactar-frm textarea:focus::placeholder {
  color: transparent;
}
.grn-quotes h4 { 
	-webkit-font-smoothing: antialiased;
    font-synthesis: none;
    text-rendering: optimizeLegibility; }

#menu-menu-principal .current-menu-parent {font-family: 'Graphik-Bold';}

div#sbi_load {
    position: relative;
    top: -660px;
    right: -880px;
	width: fit-content !important;
}
/* EMPRESA */
ul.bnr-emp {
    width: 70%;
	margin: auto;
}


/* home */
.projectes-destacats { margin-bottom: 30px }