@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');


html,
body {
    background-color: #fff;
    color: #3e4546;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}


h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #00A6E1;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
    font-weight: 800;
    color: #00A6E1;
    text-align: center;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.95em;
    font-weight: 400;
    color: #4A4A4A;
    line-height: 25pt;
}

p.blue {
    color: #00A6E1;
    font-weight: bold;
}

.container-fluid.decoration-rigth{
    background: url("../images/demo/CB-background.png");
    background-repeat: no-repeat;
    background-position: right;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-size: auto;
    background-position-y: bottom;
}

.container-fluid.decoration-left{
    background: url("../images/demo/CB-background.png");
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-size: contain;
    padding-bottom: 15rem;
}

.upper {
    text-transform: uppercase;
}

.centered {
    text-align: center;
}

h1.main-title {
    text-align: center;
    font-weight: 800;
    /*line-height: 96px;*/
    font-size: 35px;
}

.separator {
    margin-top: 20%;
}

.thumbnail {
    border: none;
    margin-bottom: 3rem;
    background-color: transparent;
}

.thumbnail h3 {
    text-align: left;
    margin-top: 10px;
}


.thumbnail-container .thumbnail img {
    border: 4px solid white;
    display: block;
    margin: 0 auto;
}

.thumbnail .thumbnail-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.thumbnail .thumbnail-content .caption-text {
    line-height: 1.35rem;
}



.back-image {
    background: url("../images/demo/CB-background.png");
    background-repeat: no-repeat;
}

.back-image.right {
    background-position: right;
}


/*------------ HEADERS -----------*/

.header-decoration{
    background: url("../images/demo/sample.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
}

.header-decoration-small{
    width: 100%;
    /*height: 300px;*/
    height: auto;
}



/** HEADER-TEST **/
.header-decoration {
    background: url("../images/demo/cap_empresa.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 200px;
    background-position-y: 0;
}


.header-decoration-1 {
    background: url("../images/demo/cap_empresa.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 300px;
    background-position-y: 100%;
}

.header-decoration-2 {
    /* PROV*/
    background: url("../images/demo/cap_empresa.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -290px;
}

.header-decoration-3 {
    background: url("../images/demo/cap_soldador.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -290px;
}


/*
.header-decoration-4 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -290px;
    padding-bottom: 20%;
}*/

.header-decoration-small + .container-fluid {
    padding-top: 40px;
    margin-top: -75px;
}

.header-decoration-small img {
    /*display: block;
    margin: auto;
    width: 220px;
    height: 220px;
    position: relative;
    top: 130px;*/
    display: block;
    margin: auto;
    width: 115px;
    height: 115px;
    position: relative;
    top: 115px;
}



@media screen and (min-width: 768px){
    .nav li a:after {
        display: block;
        content: "";
        border-bottom: solid 2px #f8eee7;
        transform: scaleX(0);
        transition: transform 250ms ease-in-out;
        transform-origin: 100% 50%;
    }

    .nav li a:hover:after {
        transform: scaleX(1);
        transform-origin: 0 50%;
    }
}

.icon-bar {
    display: block;
    width: 15px;
    height: 5px;
    background-color: white;
    margin: 6px 0;
    box-shadow: 0 2px rgba(0, 0, 0, 0.5);
}

.navbar-brand:link,
.navbar-brand:visited {
    font-size: 26px;
    color: #fff;
    margin-bottom: 3px;
}

.navbar-brand:hover {
    color: #FCD757;
}

a:focus, a:hover {
    text-decoration: none;
}

.navbar-fixed-top {
    position: absolute !important;
}


/***----INICI-----**/

/*------- LARGE ------------*/

.large {
    /*height: 70vh;*/
    height: 95vh;
    width: 100%;
    z-index:2;
    position: relative;
}

.large + .page-content {
    margin-top:-165px;
}

.decoration-rigth + .decoration-left {
    /*margin-top: -125px;*/
}

.featured-sections + .section_1_3 {
    margin-top: -225px;
}

/*
.text-box {
    position: absolute;
    width: 65%;
    top: 50%;
    left: 42%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
} */


.text-portada {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.8em;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 50pt;
}

.text-line {
    height: 6px;
    width: 350px;
    background-color: #00A6E1;
}
.text-left {
    text-align: left !important;
}



/*-----BUTTON ------*/
.medium_button:link,
.medium_button:visited,
.large_button:link,
.large_button:visited,
input[type=submit] {
    display: inline-block;
    padding: 12px 80px;
    font-weight: 300;
    background: #00A6E1;
    color: #fff;
    font-size: 90%;
    border-radius: 5px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 3px;
    border: solid 1px #00A6E1;
    transition: .5s all ease;
}

.medium_button:hover,
.medium_button:active,
.large_button:hover,
.large_button:active,
input[type=submit]:hover,
input[type=submit]:active {
    color: #fff;
    transition: 0.3s;
}


.small_button, .large_white_button {
    display: inline-block;
    padding: 10px 10px;
    font-weight: 300;
    color: #fff;
    font-size: 90%;
    border-radius: 5px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 3px;
    text-align: center;
    background-color: #00A6E1;
    border: 1px solid white;
    transition: 0.5s all ease;
}

.medium_button {
    padding: 12px 30px !important;
    width: 75%;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.small_button {
    padding: 5px 30px;
    margin-top: 0px;
}


/*
.section_1{
    text-align: left;
    background: url("../images/demo/CB-background.png");
    background-repeat: no-repeat;
    background-position: left;
    background-position-y: 65%;
}

*/

.section_2_1 > p {
    line-height: 20px;
}

h2:after {
    display: block;
    height: 2px;
    background-color: #fad7d3;
    content: "";
    width: 100px;
    margin: 0 auto;
    margin-top: 30px;
}


/*.section_1_1{
    margin-top: 10%;
    margin-bottom: 0%;
    margin-left: 8%;
    margin-right: 8%;
}

.section_1_2{
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: 8%;
    margin-right: 8%;
}*/








/*----------- CONTACTE SECTION -------*/

.section_1_3 p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
    font-weight: 600;
    color: #fff;
    line-height: 25pt;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 1rem;
}


div.button_box {
    /*margin-left: -10%;*/
}

.wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {
    width: auto;margin-right: 10px;
  }
  .wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item{margin:0}
  
  .wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] + .wpcf7-list-item-label {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.75em;
    font-weight: 400;
    color: #4A4A4A;
    line-height: 25pt;
  }
  .wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] + .wpcf7-list-item-label a {
    
    font-weight: 600;
  }


/*----------- SERVEIS2 SECTION -------*/
.section_1_3 {
    padding: 3.5rem 0;
    background-color: #00A6E1;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.section_1_3 h1 {
    margin-bottom: 7%;
}

.section_1_4{
    margin-top: 3rem;
    margin-bottom: 3rem;
}


.section_1_4 ul li {
    font-size: 0.95em;
    font-weight: 400;
    list-style: none;
    line-height: 1.8em;
}

.section_3 {
    margin-bottom: 5%;
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 5%;
}

.section_3_1 {
    margin-top: 3%;
}

.section_3_2 > p {
    margin-bottom: 5%;
}


/*----------- FOOTER -------*/
footer {
    background-color: #00A6E1;
    padding-bottom: 2rem;
    padding-top: 2rem;
}

footer > div > div > p {
    color: white;
    font-size: 0.80em;
    font-weight: 1em;
}
footer a {
    color: white !important;
}

footer a:hover{
    transition: .2s all;
}

.footer_section_1 > p {
    line-height: 1.4em;
    color: white;
}

.footer_section_2 {
    text-align: center;
    color: white;
}

.footer_section_2 > img {
    max-width: 265px;
}


.footer_section_3 > p{
    line-height: 1.1em;
    margin-bottom: 0.25rem;
    color: white;
}



/*----------- COLLAGE -------*/

.collage-container {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.collage-container  .collage-item {
    /*width: 350px;
    height: 250px;*/
    width: 250px;
    height: 150px;
    position: absolute;
    margin-top: -20px;
    /*margin-left: 20%;*/
    background-size: cover;
    border: 4px solid white;
    -webkit-box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.75);
}

.collage-container  .collage-item:nth-child(1) {
    z-index: 4;
    margin-left: -15px;
}
.collage-container  .collage-item:nth-child(2) {
    /*margin-left: 10%;*/
    margin-top: 50px;
    z-index: 6;
}
.collage-container  .collage-item:nth-child(3) {
    margin-left: 15px;
    margin-top: 100px;
    z-index: 5;
}

.collage-item:nth-child(1):hover, .collage-item:nth-child(2):hover, .collage-item:nth-child(3):hover {
    z-index: 99;
    transform: scale(1.2);
    transition: 0.5s ease;
}

.header-decoration + .container {
    margin-top: 50px;
}

.header-decoration-1 + .container{
    margin-top: 65px;
}

/*--------- FORM --------*/
form fieldset div {
    margin-bottom: 3%;
    font-family: 'Open Sans', sans-serif;
}

form fieldset div input, textarea {
    border-color: #00A6E1!important;
    border-radius: 4px;
    border: 1px solid;
}

form fieldset div textarea{
    max-height: 150px;
}

::placeholder {
    font-style: italic;
    font-weight: lighter;
    font-weight: 300;
    font-size: 0.75em;
    color: #00A6E1 !important;
}



.highlighted-box {
    background-color: #F3EAF3;
    border-radius: 2px;
    width: 80%;
    padding: 2%;
    box-shadow: 5px 5px 5px 5px #F3EAF3;
}

.highlighted-box form div {
    display: block;
}

.highlighted-box h3 {
    margin-bottom: 5%;
    margin-top: 1%;
}

.wpcf7-form-control-wrap input, textarea {
    width: 100%;
}


.centered .wpcf7-submit.wpcf7-form-control {
    display: inline-block;
    font-weight: 300;
    color: #fff;
    font-size: 90%;
    border-radius: 5px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 3px;
    background-color: #00A6E1;
    border: 1px solid white;
    padding: 5px 30px;
    margin-top: 0px;
}



/*-------- SLICK SLIDER -------*/

.slider-item{
    width: 90%;
    margin: .5rem;
    position: relative;
    text-align: center;
}

.slider-nav-item{
    width: 150px;
    height: 150px;
    border: solid 3px #00A6E1;
    margin-left: 2.5%;
}

.slick-list .slick-track .slick-slide {
    /*border: solid 3px #00A6E1;*/
}





@media only screen and (min-width : 480px) and (max-width : 768px) {



    .section_1_1, .section_1_2 {
        text-align: center;
    }

    .header-decoration {
        background-position-y: 0%;
    }

    .header-decoration-4 {
        background-position-y: 100%;
    }


    .large + .container-fluid {
        padding-top: 0px;
        margin-top: -45px;
    }

    .navbar-toggle {
        margin-top: 10px;
    }

    .navbar-brand {
        width: 200px;
        margin-top: 2%;
        margin-left: auto;
        margin-right: auto;
    }


    .text-portada {
        font-size: 1.5em;
        line-height: 30pt;
    }

    .text-line {
        width: 160px;
    }
    

    .navbar-toggle {
        margin-top: 25px;
    }

    .section_1_3 {
        margin-right: -7%;
        margin-left: -7%;
    }

    div.button_box {
        margin-left: 0;
    }

    .header-decoration-small + .container-fluid {
        padding-top: 70px;
        margin-top: -65px;
    }

    .slider-nav-item {
        width: 80px;
        height: 80px;
        margin-left:20%;
    }

    .highlighted-box {
        margin-top: 20%;
        margin-bottom: 10%;
    }



    /* FOOTER */

    footer, .footer_section_3 p {
        text-align: center;
    }

    .footer_section_2 > img {
        width: 35%;
        margin: 5%;
    }

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 768px) and (max-width : 992px) {

    .collage-container  .collage-item {
        margin-left: -20%;
    }

    .collage-container  .collage-item:nth-child(2) {
        margin-left: -25%;
    }
    .collage-container  .collage-item:nth-child(3) {
        margin-left: -17%;
    }

    .text-line {
        width: 50%;
    }

    .text-box p {
        line-height: 150%;
    }

    .section_1_1, .section_1_2 {
        text-align: center;
    }

    h1 {
        text-align: center;
        margin-bottom: 5%;
    }

    .header-decoration {
        background-position-y: 120%;
    }


    .large + .container-fluid {
        padding-top: 0px;
        margin-top: -35px;
    }

    .header-decoration-small + .container-fluid {
        padding-top: 40px;
        margin-top: -40px;
    }

    .navbar-brand {
        width: 85%;
    }

    .nav li a:link, .nav li a:visited {
        font-size: 11px;
    }

    .navbar-right {
        width: 69%;
    }

    #nav-bar ul.nav li.menu-item {
        margin-left: -3px;
    }

    ul#menu-menu-1 {
        padding-left: 7%;
    }

}

@media only screen
and (min-device-width : 992px)
and (max-device-width : 1200px)
and (orientation : landscape){

    .collage-container  .collage-item {
        margin-left: 5%;
    }

    .collage-container  .collage-item:nth-child(2) {
        margin-left: 0%;
    }
    .collage-container  .collage-item:nth-child(3) {
        margin-left: 8%;
    }

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 992px) and (max-width : 1200px) {

    .header-decoration {
        background-position-y: 120%;
    }


    .header-decoration-small + .container-fluid {
        padding-top: 40px;
        margin-top: -45px;
    }

    #nav-bar ul.nav li.menu-item {
        margin-left: 0;
    }

    .navbar-right {
        width: 65%;
    }

    .footer_section_2 > img {
        width: 55%;
        margin-top: 15%;
    }
}

@media only screen and (min-width : 1200px) and (max-width : 1900px){

    .header-decoration {
        background-position-y: 120%;
    }
    .navbar-right {
        width: 80%;
        padding-left: 20%;
    }

    .header-decoration-small + .container-fluid {
        padding-top: 40px;
        margin-top: -65px;
    }

    #nav-bar ul.nav li.menu-item {
        margin-left: 3%;
    }

}



.gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery .slick-slide {
    height: 100%;
}

.slick-arrow:before {
    color: #00A6E1;
}

.thumbnail-container .thumbnail .equal-h .equal-h-item {
    line-height: 1.35rem;
}


#nav-bar {
    background: none;
}


.navbar-items-wrapper ul{
        display: flex;
        justify-content: flex-end;
}


/* Navbar */
.navbar {
    padding-left: 0;
    padding-right: 0;
}

.nav-wrapper.fixed-top {
    position: absolute;
}

ul.navbar-nav .nav-link{
    color: white;
    font-weight: 500;
    font-size: .85rem;
    /*font-size: .9rem;*/
}


/* Front page */
.large {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section_1 {
    /*padding-top: 12.5rem;*/
    padding-top: 12rem;
    margin-bottom: 5rem;
}


/*
.section_2 {
    padding-top: 10.5rem;
} */

.v-center {
    display: flex;
    align-items: center;
}

ul {
    padding-left: 0;
}

/* Language selector */
.lang-selector {
    /*margin-left: 2.5rem;*/
}

.lang-selector li a{
    text-transform: uppercase;
}


.lang-selector li+li:before{
    content: '|';
    color: white;
    display: inline-block;
}

.lang-selector.navbar-nav .nav-link{
    padding: 0.25rem;
}

.lang-selector .nav-link {
    padding: 0;
    font-size: .75rem;
}

.lang-selector .nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.65rem;
}


.lang-selector .nav-item.active a.nav-link {
    font-weight: 800;
}

.title-wrapper {
    margin-bottom: 2rem;
}



/** HOME PAGE **/
.home .decoration-rigth .section_1_1{
    margin-bottom: 1.5rem;
}

.home .decoration-left .section_1_2{
   display: flex;
}

.home .decoration-left .section_1_2 div:nth-child(1){
    order: 1;
}


/** FOOTER **/
footer p {
    margin-bottom: 0;
}

footer img {
    margin: 1.5rem 0;
}

/** BUTTONS **/
.large_white_button:hover {
    transition: 0.5s all ease;
    background-color: transparent;
    color: #00A6E1;
    border-color: #00A6E1;
}

.large_button:hover {
    transition: .5s all ease;
    background: transparent;
    color: #00A6E1;
}

.large_white_button.inverse:hover{
    background-color: white;
    border: 1px solid white;
}

/** NAVBAR **/
.navbar .navbar-toggler{
    color: white;
}

.navbar .navbar-toggler:focus {
    outline: none;
}

.navbar .navbar-brand {
    margin-left: 15px;
}

.navbar .navbar-toggler {
    margin-right: 15px;
}

.navbar .navbar-nav.lang-selector {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 1.5rem;
}

.navbar ul.navbar-nav {
    align-items: center;
}

.navbar .navbar-collapse {
    border-radius: 5px;
}

.navbar-collapse {
    background-color: #00a6e1f5;
}


/** SERVICES ARCHIVE **/
.post-type-archive-servei .thumbnail .large_white_button {
    position: relative;
    margin: 0 1.25rem;
    display: block;
}

.post-type-archive-servei .thumbnail a img {
    position: relative;
    width: 100%;
}

.page-template-page-services .thumbnail .thumbnail-image a{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    height: 215px;
}

.page-template-page-services .thumbnail .thumbnail-image a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.page-template-page-services .hidden-images {
    display: none;
}


/** CONTACT PAGE **/
.page-template-page-contact .content-wrapper a{
    color: #4A4A4A;
    transition: .25s color ease;
}

.page-template-page-contact .content-wrapper a:hover{
    transition: .25s color ease;
    color: #00A6E1;
}

.page-template-page-contact #map-contact {
    width: 100%;
    height: 400px;
    background-color: grey;
}

.page-template-page-contact .section_2_1{
    text-align: center;
    margin-bottom: 2.5rem;
}







/** PROJECTES PAGE **/
.page-template-page-projects .slider-wrapper {
    margin-bottom: 1rem;
}

.page-template-page-projects .slider-single-project {
    padding: 0 1.5rem;
}

.page-template-page-projects .slick-prev:before{
    position: absolute;
    right: -25px;
}

.page-template-page-projects .slick-next:before {
    position: absolute;
    left: -25px;
}






/** FOOTER **/
footer a {
    transition: .5s all ease;
}

footer a:hover {
    transition: .5s all ease;
    color: #015380 !important;
}

footer p {
    text-align: center;
}


/** LOADER **/
#preloader {
    z-index: 9999;
}

body #preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00A6E1;
    opacity: 0;
    transition: opacity 0.5s ease;
    transition-delay: 0.7s;
}

body #preloader.active {
    opacity: 1;
    transition: opacity 0.7s ease;
}

body #loader.active {
    opacity: 1;
    transition: opacity 0.7s ease;
}

body #loader {
    position: absolute;
    left: 50%;
    top: 50%;
    background: url('../images/demo/logo-blanc.png') no-repeat center 0;
    margin: -50px 0 0 -100px;
    width: 200px;
    height: 100px;
    opacity: 1;
    transition: opacity 0.5s ease;
    background-size: contain;
}


/** 404 Error page **/
.error404 .nav-wrapper {
    background-color: #00A6E1;
}

.error404 .container.mt-8 {
    height: 50vh;
    margin-top: 8rem;
}

.error404 h1, .error404 h2, .error404 p {
    text-align: center;
}

.error404 h1 {
    font-size: 8rem;
}









@media only screen and (min-width : 768px) {

    /** NAVBAR **/
    .navbar-collapse {
        background-color: transparent;
    }

    .navbar ul.navbar-nav .nav-link {
        font-size: .65rem;
    }

    .navbar .navbar-nav.lang-selector {
        padding-bottom: 0;
        margin-left: 1rem;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding: 0 .15rem;
    }


    /** HOME **/
    .home .decoration-rigth .section_1_1 .collage-container {
        padding-left: 8.5rem;
    }

    .home .decoration-left .section_1_2 div:nth-child(1) {
        order: initial;
        padding-left: 2.5rem;
    }

    .home .section_1_3 p {
        margin-bottom: 0;
    }

    .home .button_box {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /** CONTACT BLOCK **/
    .section_1_3 .button_box{
        display: flex;
        justify-content: center;
        align-items: center;
    }


    /** FOOTER **/
    footer .footer_section_1 p {
        text-align: left;
    }


    footer .footer_section_3 p {
        text-align: right;
    }


    /** CONTACT PAGE **/
    .page-template-page-contact .section_2_1{
        text-align: left;
    }


}





@media only screen and (min-width : 992px) {

    /** NAVBAR **/
    .navbar ul.navbar-nav .nav-link {
        font-size: .85rem;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding: 0 .5rem;
    }


    /** HOME **/
    .home .collage-container .collage-item {
        width: 350px;
        height: 250px;
    }

    .home .decoration-rigth .section_1_1 .collage-container {
        padding: 0;
    }

    .home .decoration-left .section_1_2 div:nth-child(1) {
        padding: 0;
        margin-left: -1rem;
    }

    .home .large {
        height: 70vh;
    }

    .home .section_1 {
        margin-bottom: 10rem;
    }

    .home .section_2 {
        margin-bottom: 5rem;
    }

    .home .section_1_1 .collage-container .collage-item:nth-child(1) {
        margin-left: 50px;
    }

    .home .section_1_1 .collage-container .collage-item:nth-child(2) {
        margin-left: -50px;

    }

    .home .section_1_1 .collage-container .collage-item:nth-child(3) {
        margin-left: 0px;
    }


    .home .section_1_2 .collage-container .collage-item:nth-child(1) {
        margin-left: -50px;
    }

    .home .section_1_2 .collage-container .collage-item:nth-child(2) {
        margin-left: 50px;

    }

    .home .section_1_2 .collage-container .collage-item:nth-child(3) {
        margin-left: 0px;
    }



    /** PAGE STRAIGHT HEADER **/
    .header-decoration-small {
        height: 300px;
        background-size: cover !important;
    }

    .header-decoration-small + .container,
    .header-decoration-small + .container {
        margin-top: 100px;
    }

    .header-decoration-small img {
        display: block;
        margin: auto;
        width: 180px;
        height: 180px;
        position: relative;
        top: 185px;
    }
}


/* GDPR Plugin */
#moove_gdpr_cookie_modal .moove-gdpr-company-logo-holder,
#moove_gdpr_cookie_modal a.moove-gdpr-branding{
    display: none !important;
}

