/* CSS */

.black::-webkit-input-placeholder {color: #303030;}
.black:-moz-placeholder { color: #303030;}
.black:-ms-input-placeholder { color: #303030;}
.black:-moz-placeholder { color: #303030;}

.noMargin {
    margin: 0 !important;
}
.bi {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.animate {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.animate-fast {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.animate-slow {
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.noAnimate {
    -webkit-transition: all 0s ease-in-out !important;
    -moz-transition: all 0s ease-in-out !important;
    -o-transition: all 0s ease-in-out !important;
    transition: all 0s ease-in-out !important;
}

.d-c-c {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    align-content:center;
}
.d-c-b {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:center;
    align-content:center;
}
.d-c-s {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:flex-start;
    align-items:center;
    align-content:center;
}
.d-c-e {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:flex-end;
    align-items:center;
    align-content:center;
}
.d-s-c {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:center;
    align-items:flex-start;
    align-content:flex-start;
}
.d-s-s {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:flex-start;
    align-items:flex-start;
    align-content:flex-start;
}
.d-s-b {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:flex-start;
    align-content:flex-start;
}
.d-s-e {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:flex-end;
    align-items:flex-start;
    align-content:flex-start;
}
.d-e-c {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:center;
    align-items:flex-end;
    align-content:flex-end;
}
.d-e-s {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:flex-start;
    align-items:flex-end;
    align-content:flex-end;
}
.d-e-e {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:flex-end;
    align-items:flex-end;
    align-content:flex-end;
}

@media screen and (min-width: 1100px) {

    .partners {
        height: 100%;
        overflow: hidden;
    }
    .partners .owl-carousel {
        height: 100%;
        display: block;
    }
    .partners__box {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .partners__box--img {
        width: 70%;
        height: 70%;
        max-width: 70%;
        max-height: 70%;
        object-fit: scale-down;
    }
    .partners.singleGallery .partners__box--img {
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
    }
    .partners .owl-nav {
        margin: 10px 0 0 0;
        position: relative;
        display: none;
    }
    .partners .owl-nav .owl-prev {
        float: left;
        width: 30px;
        height: 30px;
        position: relative;
        cursor: pointer;
        background: url(../images/partners_arrow_left.png) center no-repeat;
    }
    .partners .owl-nav .owl-next {
        float: right;
        width: 30px;
        height: 30px;
        position: relative;
        cursor: pointer;
        background: url(../images/partners_arrow_right.png) center no-repeat;
    }
    .partners .owl-dots {
        width: 90%;
        margin: 10px 0 0 0;
        left: 5%;
        top: 0;
        text-align: center !important;
        z-index: 10;
        display: flex;
        justify-content: center;
        align-items: center;
        display: none;
    }
    .partners .owl-dots .owl-dot {
        float: left;
        width: 15px;
        height: 15px;
        margin: 0 3px 0 3px;
        position: relative;
        cursor: pointer;
        background: #000;
        border-radius: 40em;
    }
    .partners .owl-dots .active {
        background: #ff0000;
    }
    /* END style partners */

    .pliki {
        margin: 2.4vw 0 0 0;
    }
    .fb-like-box {
        margin: 30px 0 30px 0;
        padding: 0 0 0 0;
    }

    .mainPhoto {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 5;
    }
    .gallery__box--img,
    .mainPhoto__img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .kbox .fade,
    .obox .fade,
    .partners__box .fade,
    .gallery__box .fade,
    .mainPhoto .fade {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        color: #fff;
        font-size: 1.4vw;
        line-height: 1.4vw;
        font-weight: 500;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        font-family: 'Barlow', sans-serif;
        background-color: rgba(0, 0, 0, 0.8);
        background: rgba(0, 0, 0, 0.8);
        opacity: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        align-content: center;
    }
    .kbox:hover .fade,
    .obox:hover .fade,
    .partners__box:hover .fade,
    .gallery__box:hover .fade,
    .mainPhoto:hover .fade {
        opacity: 1;
    }
    .zoom {
        width: auto !important;
    }
    .gallery {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 0.8vw
    }
    .gallery__box {
        position: relative;
        height: 23vw;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .white {
        color: #fff !important;
    }
    .shade {
        -webkit-box-shadow: 0 0 30px -25px rgba(0,0,0,0.4);
        -moz-box-shadow: 0 0 30px -25px rgba(0,0,0,0.4);
        box-shadow: 0 40px 30px -25px rgba(0,0,0,0.4);
    }
    .italicStyle em {
        font-style: normal;
        background-image: linear-gradient(120deg, #223b59 0%, #223b59 100%);
        background-repeat: no-repeat;
        background-size: 100% 1.1vw;
        background-position: 0 85%;
    }
    .video {
        float:left;
        position: absolute;
        left: 0%;
        min-width: 100%;
        width: 100%;
        z-index: -1;
        opacity: 1;
        height: 100%;
        object-fit: cover;
    }
    .wrap {
        position: relative;
        width: calc(100% - 8.2vw);
        margin: 0 auto;
    }
    .wrapSml {
        position: relative;
        width: 76.2vw;
        margin: 0 auto;
    }
    .text_18 {
        font: normal normal 300 1vw/1.6vw Open Sans;
        letter-spacing: 0.01vw;
        color: #FFFFFF;
    }
    .text_18 ul {
        padding-left: 1.2vw;
    }
    .text_18 a {
        text-decoration: none;
        color: #4AB54D;
    }
    .text_18 ol {
        margin: 0;
    }
    .link {
        position: relative;
        display: inline-block;
        text-decoration: none;
        cursor: pointer;
    }
    .link__btn {
        text-decoration: none;
        padding: 0.2vw 4vw 0 1.3vw;
        border-radius: 100px;
        font: normal normal 700 0.9vw/2.8vw Overpass;
        color: #BCFFBE;
        background: #4AB54D url('../images/sliderArrowRight.svg') right 1.3vw top 50% no-repeat;
        background-size: 1.6vw;
        position: relative;
        cursor: pointer;
        z-index: 2;
        left: 1vw;
        transition: 0.4s;
        height: 2.8vw;
    }
    .link__btn.noText {
        background: #4AB54D url('../images/sliderArrowRight.svg') center no-repeat;
        background-size: 2vw;
        width: 4vw;
        padding: 0.2vw 1vw 0 1vw;
    }
    .link__btn.back {
        background: #4AB54D url('../images/sliderArrowLeft.svg') center no-repeat;
        background-size: 2vw;
        width: 4vw;
        padding: 0.2vw 1vw 0 1vw;
    }
    .link:hover .link__btn {
        left: 2vw;
    }
    .subLink {
        position: absolute;
        left: 0;
        top: 0;
        height: 3vw;
        background-color: rgba(50, 123, 52, 0.7);
        border-radius: 10vw;
        width: 100%;
        z-index: 0;
        transition: 0.4s;
    }
    .subLink.mid {
        left: 0.5vw;
        background-color: rgba(50, 123, 52, 0.7);
        width: calc(100% + 0.5vw);
    }
    .link:hover .subLink.mid {
        left: 1vw;
    }
    .subLink.bottom {
        background-color: rgba(41, 99, 43, 0.5);
    }
    .header_80 {
        font: normal normal 600 4.1vw/5.4vw Overpass;
        letter-spacing: -0.08vw;
        color: #FFFFFF;
    }
    .header_55 {
        font: normal normal 600 2.85vw/3.4vw Overpass;
        letter-spacing: -0.05vw;
        color: #FFFFFF;
    }
    .header_48 {
        font: normal normal 600 2.5vw/2.6vw Overpass;
        letter-spacing: -0.05vw;
        color: #FFFFFF;
    }
    .header_40 {
        font: normal normal 600 2.1vw/2.6vw Overpass;
        letter-spacing: -0.04vw;
        color: #FFFFFF;
    }
    .header_30 {
        font: normal normal normal 1.6vw/2.3vw Overpass;
        letter-spacing: 0.01vw;
        color: #4AB54D;
    }
    .header_30 a {
        color: #4AB54D;
        text-decoration: none;
    }
    .header_24 {
        font: normal normal normal 1.25vw/1.8vw Overpass;
        letter-spacing: 0.01vw;
        color: #4AB54D;
    }
    .header_65_30 {
        font: normal normal 600 3.4vw/4.4vw Overpass;
        letter-spacing: -0.07vw;
        color: #FFFFFF;
        margin-bottom: 3vw;
    }
    .header_65_30 span {
        display: block;
        font: normal normal normal 1.6vw/2.3vw Overpass;
        letter-spacing: 0.01vw;
        color: #4AB54D;
    }
    .header_55_24 {
        font: normal normal 600 2.85vw/3.4vw Overpass;
        letter-spacing: -0.05vw;
        color: #FFFFFF;
    }
    .header_55_24 span {
        display: block;
        font: normal normal normal 1.25vw/1.8vw Overpass;
        letter-spacing: 0.01vw;
        color: #4AB54D;
    }
    .header_40_24 {
        font: normal normal 600 2.1vw/2.6vw Overpass;
        letter-spacing: -0.04vw;
        color: #FFFFFF;
    }
    .header_40_24 span {
        display: block;
        font: normal normal normal 1.25vw/1.8vw Overpass;
        letter-spacing: 0.01vw;
        color: #4AB54D;
    }
    .no-comp { display:none !important; }
    .marginTop {
        margin-top: 5.7vw !important;
    }

    .popup {
        width: 100%;
        height:100%;
        margin:0px 0px 0px 0px;
        padding:0px 0px 0px 0px;
        position:fixed;
        top:0;
        left:0;
        background: rgba(0,0,0,0.9);
        z-index:80;
        display:flex;
        justify-content:center;
        align-items:center;
    }
    .popup .wrap {
        float:left;
        width:80%;
        margin:0px 0px 0px 0px;
        padding:0px 0px 0px 0px;
        position:relative;
        height: auto;
    }
    .popup .wrap .title {
        float:left;
        width:100%;
        margin:0px 0px 0px 0px;
        padding:0px 0px 0px 0px;
        position:relative;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-size: 28px;
        font-weight: 300;
        line-height: 34px;
        text-align:center;
    }
    .popup .wrap .title a {
        color:#fff;
    }
    .popup .wrap .close {
        float:left;
        height: 60px;
        position:relative;
        margin:20px 0px 0px -78px;
        padding:0px 40px 0px 40px;
        color: #fefefe;
        font-family: 'Roboto', sans-serif;
        font-size: 21px;
        font-weight: 300;
        line-height: 60px;
        border:0;
        top:0;
        left:50%;
        cursor:pointer;
        text-align:center;
        text-decoration:none;
        background:#ed1c24;
    }
    .facebook {
        margin-top:50px;
        z-index:60;
        border:3px solid #4a6ea9;
        width:330px;
        height: 214px;
        position: fixed;
        right: -336px;
        top:60px;
    }
    .facebook img {
        float:left;
        margin:-3px 0px 0px 0px;
        width:50px;
        position: absolute;
        top: 0px;
        left: -50px;
    }
    .facebook .fb-page {
        float:left;
        margin:0px 0px 0px 0px;
        position:relative;
        width:330px;
        height:220px;
    }
    .fb-like-box {
        float: left;
        width: 100%;
        margin: 30px 0 30px 0;
        padding: 0 0 0 0;
        position: relative;
    }
    #mapa-box {
        float: left;
        width: 100%;
        height: 100%;
        margin: 0 0 0 0;
        overflow: hidden;
        border: 0px solid #c0c0c0;
    }

    #cookie_info {
        position: fixed;
        float: left;
        width: 300px;
        z-index: 99999;
        right: 0;
        bottom: 0;
        background: rgba(255,255,255,0.9);
    }
    #user_information {}
    .user_information_nag {
        text-align: center;
        font: normal normal normal 24px/33px Open Sans;
        padding: 45px 0 0 0;
        background: url('../images/cookie_icon.svg') top no-repeat;
        background-size: 35px;
        margin: 35px 0 10px 0;
        color: #161616;
    }
    .user_information_text {
        text-align: center;
        font: normal normal normal 14px/19px Open Sans;
        margin: 0 10% 20px 10%;
        width: 80%;
        color: #161616;
    }
    #close_info_cookie {
        background: #4AB54D;
        font: normal normal 300 14px/36px Open Sans;
        color: #FFFFFF;
        padding: 0 20px 0 20px;
        margin: 0 0 30px 0;
        width: auto;
        cursor: pointer;
    }
}

@media screen and (min-width: 0px) and (max-width: 1100px) {

    .partners {
        height: 100%;
        overflow: hidden;
    }
    .partners .owl-carousel {
        height: 100%;
        display: block;
    }
    .partners__box {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .partners__box--img {
        width: 70%;
        height: 70%;
        max-width: 70%;
        max-height: 70%;
        object-fit: scale-down;
    }
    .partners.singleGallery .partners__box--img {
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
    }
    .partners .owl-nav {
        margin: 10px 0 0 0;
        position: relative;
        display: none;
    }
    .partners .owl-nav .owl-prev {
        float: left;
        width: 30px;
        height: 30px;
        position: relative;
        cursor: pointer;
        background: url(../images/partners_arrow_left.png) center no-repeat;
    }
    .partners .owl-nav .owl-next {
        float: right;
        width: 30px;
        height: 30px;
        position: relative;
        cursor: pointer;
        background: url(../images/partners_arrow_right.png) center no-repeat;
    }
    .partners .owl-dots {
        width: 90%;
        margin: 10px 0 0 0;
        left: 5%;
        top: 0;
        text-align: center !important;
        z-index: 10;
        display: flex;
        justify-content: center;
        align-items: center;
        display: none;
    }
    .partners .owl-dots .owl-dot {
        float: left;
        width: 15px;
        height: 15px;
        margin: 0 3px 0 3px;
        position: relative;
        cursor: pointer;
        background: #000;
        border-radius: 40em;
    }
    .partners .owl-dots .active {
        background: #ff0000;
    }
    /* END style partners */

    .pliki {
        margin: 2.4vw 0 0 0;
    }
    .fb-like-box {
        margin: 30px 0 30px 0;
        padding: 0 0 0 0;
    }

    .mainPhoto {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 5;
    }
    .gallery__box--img,
    .mainPhoto__img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .kbox .fade,
    .obox .fade,
    .partners__box .fade,
    .gallery__box .fade,
    .mainPhoto .fade {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        color: #fff;
        font-size: 1.4vw;
        line-height: 1.4vw;
        font-weight: 500;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        font-family: 'Barlow', sans-serif;
        background-color: rgba(0, 0, 0, 0.8);
        background: rgba(0, 0, 0, 0.8);
        opacity: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        align-content: center;
    }
    .kbox:hover .fade,
    .obox:hover .fade,
    .partners__box:hover .fade,
    .gallery__box:hover .fade,
    .mainPhoto:hover .fade {
        opacity: 1;
    }
    .zoom {
        width: auto !important;
    }
    .gallery {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 1vw
    }
    .gallery__box {
        position: relative;
        height: 32vw;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .white {
        color: #fff !important;
    }
    .shade {
        -webkit-box-shadow: 0 0 30px -25px rgba(0,0,0,0.4);
        -moz-box-shadow: 0 0 30px -25px rgba(0,0,0,0.4);
        box-shadow: 0 40px 30px -25px rgba(0,0,0,0.4);
    }
    .italicStyle em {
        font-style: normal;
        background-image: linear-gradient(120deg, #223b59 0%, #223b59 100%);
        background-repeat: no-repeat;
        background-size: 100% 1.1vw;
        background-position: 0 85%;
    }
    .video {
        float:left;
        position: absolute;
        left: 0%;
        min-width: 100%;
        width: 100%;
        z-index: -1;
        opacity: 1;
        height: 100%;
        object-fit: cover;
    }
    .wrap {
        position: relative;
        width: 94%;
        margin: 0 auto;
    }
    .wrapSml {
        position: relative;
        width: 94%;
        margin: 0 auto;
    }
    .text_18 {
        font: normal normal 300 15px/23px Open Sans;
        color: #FFFFFF;
    }
    .text_18 ul {
        padding-left: 20px;
    }
    .text_18 a {
        text-decoration: none;
        color: #4AB54D;
    }
    .text_18 ol {
        margin: 0;
    }
    .link {
        position: relative;
        display: inline-block;
        text-decoration: none;
        cursor: pointer;
    }
    .link__btn {
        text-decoration: none;
        padding: 4px 45px 0 20px;
        border-radius: 100px;
        font: normal normal 700 16px/40px Overpass;
        color: #BCFFBE;
        background: #4AB54D url('../images/sliderArrowRight.svg') right 15px top 50% no-repeat;
        background-size: 20px;
        position: relative;
        cursor: pointer;
        z-index: 2;
        left: 20px;
        transition: 0.4s;
        height: 40px
    }
    .link__btn.noText {
        background: #4AB54D url('../images/sliderArrowRight.svg') center no-repeat;
        background-size: 20px;
        width: 80px;
        padding: 4px 20px 0 20px;
    }
    .link__btn.back {
        background: #4AB54D url('../images/sliderArrowLeft.svg') center no-repeat;
        background-size: 20px;
        width: 80px;
        padding: 4px 20px 0 20px;
    }
    .link:hover .link__btn {
        left: 30px;
    }
    .subLink {
        position: absolute;
        left: 0;
        top: 0;
        height: 44px;
        background-color: rgba(50, 123, 52, 0.7);
        border-radius: 100px;
        width: calc(100% + 10px);
        z-index: 0;
        transition: 0.4s;
    }
    .subLink.mid {
        left: 10px;
        background-color: rgba(50, 123, 52, 0.7);
    }
    .link:hover .subLink.mid {
        left: 15px;
    }
    .subLink.bottom {
        background-color: rgba(41, 99, 43, 0.5);
    }
    .header_80 {
        font: normal normal 600 8vw/11vw Overpass;
        letter-spacing: -0.08vw;
        color: #FFFFFF;
    }
    .header_55 {
        font: normal normal 600 6vw/7vw Overpass;
        letter-spacing: -0.05vw;
        color: #FFFFFF;
    }
    .header_48 {
        font: normal normal 600 5vw/6vw Overpass;
        letter-spacing: -0.05vw;
        color: #FFFFFF;
    }
    .header_40 {
        font: normal normal 600 4vw/5vw Overpass;
        letter-spacing: -0.04vw;
        color: #FFFFFF;
    }
    .header_30 {
        font: normal normal normal 4vw/5vw Overpass;
        letter-spacing: 0.01vw;
        color: #4AB54D;
    }
    .header_30 a {
        color: #4AB54D;
        text-decoration: none;
    }
    .header_24 {
        font: normal normal normal 4vw/5vw Overpass;
        letter-spacing: 0.01vw;
        color: #4AB54D;
    }
    .header_65_30 {
        font: normal normal 600 6vw/8vw Overpass;
        letter-spacing: -0.07vw;
        color: #FFFFFF;
        margin-bottom: 3vw;
    }
    .header_65_30 span {
        display: block;
        font: normal normal normal 4vw/7vw Overpass;
        letter-spacing: 0.01vw;
        color: #4AB54D;
    }
    .header_55_24 {
        font: normal normal 600 6vw/8vw Overpass;
        letter-spacing: -0.05vw;
        color: #FFFFFF;
    }
    .header_55_24 span {
        display: block;
        font: normal normal normal 4vw/7vw Overpass;
        letter-spacing: 0.01vw;
        color: #4AB54D;
    }
    .header_40_24 {
        font: normal normal 600 5vw/6vw Overpass;
        letter-spacing: -0.04vw;
        color: #FFFFFF;
    }
    .header_40_24 span {
        display: block;
        font: normal normal normal 4vw/5vw Overpass;
        letter-spacing: 0.01vw;
        color: #4AB54D;
    }
    .no-comp { display:none !important; }
    .marginTop {
        margin-top: 70px !important;
    }

    .popup {
        width: 100%;
        height:100%;
        margin:0px 0px 0px 0px;
        padding:0px 0px 0px 0px;
        position:fixed;
        top:0;
        left:0;
        background: rgba(0,0,0,0.9);
        z-index:80;
        display:flex;
        justify-content:center;
        align-items:center;
    }
    .popup .wrap {
        float:left;
        width:80%;
        margin:0px 0px 0px 0px;
        padding:0px 0px 0px 0px;
        position:relative;
        height: auto;
    }
    .popup .wrap .title {
        float:left;
        width:100%;
        margin:0px 0px 0px 0px;
        padding:0px 0px 0px 0px;
        position:relative;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-size: 28px;
        font-weight: 300;
        line-height: 34px;
        text-align:center;
    }
    .popup .wrap .title a {
        color:#fff;
    }
    .popup .wrap .close {
        float:left;
        height: 60px;
        position:relative;
        margin:20px 0px 0px -78px;
        padding:0px 40px 0px 40px;
        color: #fefefe;
        font-family: 'Roboto', sans-serif;
        font-size: 21px;
        font-weight: 300;
        line-height: 60px;
        border:0;
        top:0;
        left:50%;
        cursor:pointer;
        text-align:center;
        text-decoration:none;
        background:#ed1c24;
    }
    .facebook {
        margin-top:50px;
        z-index:60;
        border:3px solid #4a6ea9;
        width:330px;
        height: 214px;
        position: fixed;
        right: -336px;
        top:60px;
    }
    .facebook img {
        float:left;
        margin:-3px 0px 0px 0px;
        width:50px;
        position: absolute;
        top: 0px;
        left: -50px;
    }
    .facebook .fb-page {
        float:left;
        margin:0px 0px 0px 0px;
        position:relative;
        width:330px;
        height:220px;
    }
    .fb-like-box {
        float: left;
        width: 100%;
        margin: 30px 0 30px 0;
        padding: 0 0 0 0;
        position: relative;
    }
    #mapa-box {
        float: left;
        width: 100%;
        height: 100%;
        margin: 0 0 0 0;
        overflow: hidden;
        border: 0px solid #c0c0c0;
    }

    #cookie_info {
        position: fixed;
        float: left;
        width: 300px;
        z-index: 99999;
        right: 0;
        bottom: 0;
        background: rgba(255,255,255,0.9);
    }
    #user_information {}
    .user_information_nag {
        text-align: center;
        font: normal normal normal 24px/33px Open Sans;
        padding: 45px 0 0 0;
        background: url('../images/cookie_icon.svg') top no-repeat;
        background-size: 35px;
        margin: 35px 0 10px 0;
        color: #161616;
    }
    .user_information_text {
        text-align: center;
        font: normal normal normal 14px/19px Open Sans;
        margin: 0 10% 20px 10%;
        width: 80%;
        color: #161616;
    }
    #close_info_cookie {
        background: #4AB54D;
        font: normal normal 300 14px/36px Open Sans;
        color: #FFFFFF;
        padding: 0 20px 0 20px;
        margin: 0 0 30px 0;
        width: auto;
        cursor: pointer;
    }

    .popup {
        float:left;
        width:100%;
        height:100%;
        margin:0px 0px 0px 0px;
        padding:0px 0px 0px 0px;
        position:fixed;
        top:0;
        left:0;
        background: rgba(0,0,0,0.9);
        z-index:80;
        display:flex;
        justify-content:center;
        align-items:center;
    }
    .popup .wrap {
        float:left;
        width:80%;
        margin:0px 0px 0px 0px;
        padding:0px 0px 0px 0px;
        position:relative;
        height: auto;
    }
    .popup .wrap .title {
        float:left;
        width:100%;
        margin:0px 0px 0px 0px;
        padding:0px 0px 0px 0px;
        position:relative;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        font-weight: 300;
        line-height: 24px;
        text-align:center;
    }
    .popup .wrap .title a {
        color:#fff;
    }
    .popup .wrap .close {
        float:left;
        height: 60px;
        position:relative;
        margin:20px 0px 0px -78px;
        padding:0px 40px 0px 40px;
        color: #fefefe;
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-weight: 300;
        line-height: 60px;
        border:0;
        top:0;
        left:50%;
        cursor:pointer;
        text-align:center;
        text-decoration:none;
        background:#ed1c24;
    }

    .mobile-contact {
        float:right;
        position:fixed;
        right:5%;
        bottom:20px;
        font-size:24px;
        line-height:24px;
        margin:0px 0px 0px 0px;
        padding:11px 14px 9px 14px;
        background-color: rgba(0, 0, 0, 0.7);
        background: rgba(0, 0, 0, 0.7);
        color:#fff;
        border-radius:40em;
        cursor:pointer;
        font-family: 'Roboto', sans-serif;
        z-index:40;
    }
    .mobile-info {
        display:none;
        float:right;
        position:fixed;
        right:5%;
        bottom:70px;
        font-size:14px;
        line-height:14px;
        margin:0px 0px 0px 0px;
        padding:0px 20px 0px 25px;
        background-color: rgba(0, 0, 0, 0.7);
        background: rgba(0, 0, 0, 0.7);
        color:#fff;
        cursor:pointer;
        z-index:40;
    }
    .mobile-info .box {
        float:right;
        margin:0px 0px 0px 0px;
        padding:10px 0px 10px 0px;
        position:relative;
        text-align:right;
        font-size:16px;
        line-height:24px;
        display:inline-block;
        text-decoration:none;
        color:#fff;
        clear:both;
    }
    .mobile-info .box .mobile-ikon {
        margin:0px 0px 0px 0px;
        padding:0px 0px 0px 0px;
        position:relative;
        font-size:18px;
        top:1px !important;
        right:5px;
    }

    .facebook { display:none; }


    #cookie_info {
        position: fixed;
        float: left;
        width: 100%;
        z-index: 99999;
        right: 0;
        bottom: 0;
        background: rgba(255,255,255,0.9);
    }
    #user_information {}
    .user_information_nag {
        text-align: center;
        font: normal normal normal 20px/30px Open Sans;
        padding: 40px 0 0 0;
        background: url('../images/cookie_icon.svg') top no-repeat;
        background-size: 30px;
        margin: 25px 0 10px 0;
        color: #161616;
    }
    .user_information_text {
        text-align: center;
        font: normal normal normal 14px/19px Open Sans;
        margin: 0 10% 20px 10%;
        width: 80%;
        color: #161616;
    }
    #close_info_cookie {
        background: #4AB54D;
        font: normal normal 300 14px/36px Open Sans;
        color: #FFFFFF;
        padding: 0 20px 0 20px;
        margin: 0 0 20px 0;
        width: auto;
        cursor: pointer;
    }

}