/*!
    Author     : Tomasz Hycnar
*/
#main-header {
    position        : fixed;
    top             : 0;
    left            : 0;
    right           : 0;
    z-index         : 9999;
    padding-top     : 10px;
    padding-bottom  : 10px;
    height          : 62px;
    background-color: #000;
}

@media(min-width: 1200px) {
    #main-header {
        height        : auto;
        padding-top   : 15px;
        padding-bottom: 15px;
        padding-left  : 90px;
    }
}

#main-logo {
    display: block;
    float  : left;
    width  : 110px;
}

#main-logo img {
    width    : 100%;
    max-width: 100%;
}

#logo-ue {
    position: relative;
    display : block;
    top     : 14px;
    left    : 25px;
    width   : 32px;
    float   : left;

}

#logo-ue img {
    width    : 100%;
    max-width: 100%;
}

@media(min-width: 1200px) {
    #main-logo {
        width: 190px;
    }

    #logo-ue {
        top  : 25px;
        width: 55px;
    }
}

#main-nav ul.root-ul {
    padding   : 0;
    margin    : 0;
    /* float  : right; */
}

#main-nav ul {
    display        : flex;
    justify-content: space-evenly;
    list-style     : none;
}

#main-nav ul li {
    /* flex: 1; */
}

#main-nav ul li:last-child {
    margin-right: 0;
}

#main-nav ul li button {
    background-color: transparent;
    border          : none;
    height          : 80px;
    text-align      : left;
    padding         : 0 15px;
    margin          : 0;
    outline         : none;
}

#main-nav ul li button span.small {
    font-size     : 16px;
    text-transform: none;
    font-weight   : 400;
}

#main-nav ul li button span {
    font-size         : 18px;
    color             : #FFFFFF;
    font-weight       : 600;
    display           : block;
    max-width         : 160px;
    text-transform    : uppercase;
    letter-spacing    : 1.5px;
    transition        : color 100ms ease-in-out;
    -webkit-transition: color 100ms ease-in-out;
}

#main-nav ul li a {
    display        : block;
    color          : #FFFFFF;
    text-decoration: none;
}

@media(min-width: 1200px) {

    #main-nav ul li:focus-within ul,
    #main-nav ul li:hover ul {
        display: block;
    }

    #main-nav ul li button:focus span,
    #main-nav ul li button:hover span,
    #main-nav ul li:focus-within button span,
    #main-nav ul li:hover button span {
        color: #f6a600;
    }
}

#main-nav ul li ul {
    position        : absolute;
    display         : none;
    background-color: #000;
    margin          : 0;
    padding         : 15px 0;
    min-width       : 300px;
}

#main-nav ul li ul li {
    display: block;
}

#main-nav ul li ul li a {
    position          : relative;
    display           : block;
    font-size         : 18px;
    padding           : 8px 15px;
    line-height       : 120%;
    text-transform    : uppercase;
    transition        : all 100ms ease-in-out;
    -webkit-transition: all 100ms ease-in-out;
}

#main-nav ul li ul li a:hover,
#main-nav ul li ul li a:focus {
    background-color: #f6a600;
    color           : #000;
}

#main-nav ul li ul li ul {
    position        : relative;
    display         : block;
    background-color: transparent;
    padding         : 0;
}

#main-nav ul li ul li ul li a {
    padding-left: 38px;
}

#main-nav ul li ul li ul li a::before {
    position         : absolute;
    top              : calc(50% - 1px);
    left             : 25px;
    transform        : translateY(-50%);
    -webkit-transform: translateY(-50%);
    display          : block;
    content          : "";
    width            : 5px;
    height           : 5px;
    background-color : #FFFFFF;
    border-radius    : 50%;
}


@media(max-width: 1199.98px) {
    #main-nav {
        position          : fixed;
        top               : 62px;
        bottom            : 0;
        right             : -320px;
        width             : 320px;
        background-color  : #000;
        overflow-y        : auto;
        transition        : right 400ms ease-in-out;
        -webkit-transition: right 400ms ease-in-out;
    }

    body.is-open-nav #main-nav {
        right: 0;
    }

    #main-nav ul {
        display: block;
    }

    #main-nav ul li button {
        padding: 0 25px;
        display: block;
        width  : 100%;
    }

    #main-nav ul li button span {
        font-size: 17px;
    }

    #main-nav ul li button:focus span,
    #main-nav ul li.active button span {
        color: #f6a600;
    }

    #main-nav ul li a {
        font-size: 16px !important;
    }

    #main-nav ul li ul li a {
        padding-left: 35px;
    }

    #main-nav ul li ul li ul {
        margin-bottom: 0;
    }

    #main-nav ul li ul li ul li a {
        padding-left: 50px;
        font-size   : 16px;
    }

    #main-nav ul li ul li ul li a::before {
        left: 35px;
    }

    #main-nav ul li button {
        display       : block;
        height        : auto;
        padding-top   : 10px;
        padding-bottom: 10px;
    }

    #main-nav ul li ul {
        position     : relative;
        padding      : 0;
        margin-bottom: 4px;
    }
}

.contrast-icon {
    position      : relative;
    width         : 25px;
    height        : 25px;
    display       : block;
    border        : 2px solid #FFFFFF;
    text-transform: none;
    line-height   : 100%;
}

.contrast-icon::before {
    content          : "A";
    display          : block;
    position         : absolute;
    top              : 50%;
    left             : 50%;
    line-height      : 100%;
    font-size        : 12px;
    font-weight      : 600;
    transform        : translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.contrast-icon.v0 {
    background-color: #FFFFFF;
    color           : #000;
}

.contrast-icon.v1 {
    background-color: #000;
    color           : #FFFFFF;
}

.contrast-icon.v2 {
    background-color: #000;
    color           : #ff0;
}

#btn-hamburger {
    position        : relative;
    float           : right;
    top             : 9px;
    background-color: transparent;
    border          : none;
    outline         : none;
    width           : 50px;
    display         : none;
}

@media(max-width: 1199.98px) {
    #btn-hamburger {
        display: block;
    }
}

body.is-open-nav #btn-hamburger span,
#btn-hamburger:focus span {
    background-color: #f6a600;
}

#btn-hamburger span {
    display         : block;
    background-color: #FFFFFF;
    width           : 100%;
    height          : 4px;
    margin-bottom   : 5px;
}

#btn-hamburger span:last-child {
    margin-bottom: 0;
}


#company-slider {
    max-height: 184px;
}

#company-slider .item {
    text-align        : center;
    opacity           : 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition   : opacity 0.3s ease-in-out;
    -o-transition     : opacity 0.3s ease-in-out;
    transition        : opacity 0.3s ease-in-out;
}

#company-slider .active .item {
    opacity: 1;
}

#company-slider .item .inner svg {
    margin-top   : 0px;
    margin-bottom: 0px;
}

#company-slider .item svg path,
#company-slider .item svg polygon,
#company-slider .item svg ellipse,
#company-slider .item svg circle,
#company-slider .item svg rect {
    fill              : #FFFFFF;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition   : all 0.15s ease-in-out;
    -o-transition     : all 0.15s ease-in-out;
    transition        : all 0.15s ease-in-out;
}

/* #company-slider .item:hover svg path,
#company-slider .item:hover svg polygon,
#company-slider .item:hover svg ellipse,
#company-slider .item:hover svg circle,
#company-slider .item:hover svg rect {
    fill: #fbcb34;
} */

@media(min-width: 768px) {

    #company-slider:after,
    #company-slider:before {
        position: absolute;
        content : '';
        top     : 0;
        bottom  : 0;
        width   : 120px;
        z-index : 1;
    }

    #company-slider:before {
        left      : 0;
        background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
        filter    : progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00ffffff', GradientType=1);
    }

    #company-slider:after {
        right     : 0;
        background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        filter    : progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=1);
    }
}


/*MAIN SLIDER*/
#main-slider {
    margin-top: 62px;
}
@media(max-width: 575.98px) {
    #main-slider,
    #main-slider .owl-stage-outer,
    #main-slider .owl-stage,
    #main-slider .owl-item,
    #main-slider .slide {
        height: 250px !important;
    }
}
@media(min-width: 576px) and (max-width: 767.98px) {
    #main-slider,
    #main-slider .owl-stage-outer,
    #main-slider .owl-stage,
    #main-slider .owl-item,
    #main-slider .slide {
        height: 300px !important;
    }
}
@media(min-width: 768px) and (max-width: 1198.98px) {
    #main-slider,
    #main-slider .owl-stage-outer,
    #main-slider .owl-stage,
    #main-slider .owl-item,
    #main-slider .slide {
        height: 600px !important;
    }
}
@media(max-width: 767.98px) {
    #main-slider .title {
        font-size: 2.5rem;
    }
}
@media(min-width: 1200px) {
    #main-slider {
        margin-top: 110px;
    }
}

#main-slider .item {
    display: none;
}

#main-slider .item:first-child {
    display: block;
}

#main-slider,
#main-slider .owl-stage-outer,
#main-slider .owl-stage,
#main-slider .owl-item,
#main-slider .slide {
    /* height: calc(100vh - 62px); */
}

@media(min-width: 1200px) {

    #main-slider,
    #main-slider .owl-stage-outer,
    #main-slider .owl-stage,
    #main-slider .owl-item,
    #main-slider .slide {
        height: calc(100vh - 110px);
    }
}
#main-slider .owl-nav {
    position: absolute;
    z-index : 2;
}
@media (max-width: 1198.98px) {
    #main-slider .owl-nav {
        bottom  : 20px;
        left   : 15px;
    }
}
@media (min-width: 1200px) {
    #main-slider .owl-nav {
        bottom  : 40px;
        right   : 90px;
    }
}

#main-slider .owl-nav .owl-prev,
#main-slider .owl-nav .owl-next {
    position  : relative;
    display   : inline-block;
    width     : 50px;
    height    : 50px;
    text-align: center;
    outline   : none;
}

#main-slider .owl-nav .owl-prev:focus span,
#main-slider .owl-nav .owl-next:focus span,
#main-slider .owl-nav .owl-prev:hover span,
#main-slider .owl-nav .owl-next:hover span {
    color: #f6a600;
}

#main-slider .owl-nav .owl-prev {
    margin-right: 20px;
}

#main-slider .owl-nav span {
    position : relative;
    display  : block;
    color    : #FFFFFF;
    font-size: 50px;
}

#main-slider .slide {
    background-position: center;
    background-size    : cover;
    overflow           : hidden;
}

#main-slider .slider-caption {
    display: none;
}

#main-slider .owl-item .slider-caption {
    position            : absolute;
    z-index             : 10;
    width               : 100%;
    /* max-width        : 600px; */
    top                 : 50%;
    right               : -100%;
    -webkit-transform   : translateY(-40%);
    -ms-transform       : translateY(-40%);
    transform           : translateY(-40%);
    opacity             : 0;
    text-align          : center;
    color               : #FFFFFF;
    display             : none;
}
@media(min-width: 992px) {
    #main-slider .owl-item .slider-caption {
        width: 700px;
    }
}

@-webkit-keyframes slide {
    100% {
        right: 0;
    }
}

@keyframes slide {
    100% {
        right: 0;
    }
}

#main-slider .owl-item.active .slider-caption {
    -webkit-animation: slide 1s forwards;
    animation        : slide 1s forwards;

    -webkit-animation-delay: 1s;
    animation-delay        : 1s;
    opacity                : 1;
}

#main-slider .owl-item .slider-caption .title,
#main-slider .owl-item .slider-caption .text p {
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

#main-slider .owl-item .slider-caption .title {
    margin-top: 0px;
    margin-bottom: 0px;
}

#main-slider .owl-item .down-arrow {
    position: relative;
    z-index : 20;
    display : inline-block;
    right   : -20px;
}

.down-arrow i {
    color    : #FFFFFF;
    font-size: 4em;
}

#main-slider .owl-dots {
    position         : absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform    : translateX(-50%);
    transform        : translateX(-50%);
    top              : 50%;
}

.owl-dots .owl-dot {
    display      : block;
    margin-bottom: 10px;
    outline      : none;
}

.owl-dots .owl-dot:focus span {
    border-color: #000;
}

.owl-dots .owl-dot span {
    display         : block;
    border-radius   : 50%;
    border          : 2px solid #FFFFFF;
    padding         : 4px;
    background-color: transparent;
}

.owl-dots .owl-dot:last-child {
    margin-bottom: 0;
}

.owl-dots .owl-dot.active span {
    background-color: #FFFFFF;
    border-color    : #FFFFFF;
}

@media(min-width: 1px) {
    #main-slider .owl-dots {
        display: none !important;
    }

    #main-slider .owl-item .slider-caption .title,
    #main-slider .owl-item .slider-caption .text {
        text-align: center;
    }
}

@media(min-width: 768px) {
    #main-slider .slider-caption .text {
        /*display: block !important;*/
    }

    #main-slider .slider-caption .more {}

    #main-slider .owl-item .down-arrow {
        margin-top: 30px;
    }

    #main-slider .owl-dots {
        display: block !important;
        right  : 75px;
    }

    #main-slider .owl-item .slider-caption .title,
    #main-slider .owl-item .slider-caption .text {
        padding-right: 180px;
        text-align   : right;
    }
}

@media(max-height: 400px) {
    #main-slider .slider-caption .text {
        display: none;
    }

    #main-slider .owl-item .slider-caption {
        -webkit-transform: translateY(-50%);
        -ms-transform    : translateY(-50%);
        transform        : translateY(-50%);
    }
}

/*SLIDER Z KOMUNIKATAMI*/
.komunikaty-box {
    position  : relative;
    z-index   : 20;
    transition: all 0.3s;
}

#komunikaty-slider h4 a:hover {
    color: #FFFFFF;
}

#komunikaty-slider .more {
    position: relative;
    float   : right;
}

#komunikaty-slider .owl-dots {
    position: absolute;
    top     : -28px;
    right   : 0;
}

#komunikaty-slider .owl-dot {
    float        : left;
    margin-bottom: 0;
    margin-right : 5px;
}

#komunikaty-slider .owl-nav .owl-prev,
#komunikaty-slider .owl-nav .owl-next {
    position  : relative;
    display   : inline-block;
    width     : 50px;
    height    : 50px;
    text-align: center;
    outline   : none;
}

#komunikaty-slider .owl-nav .owl-prev {
    margin-right: 20px;
}

#komunikaty-slider .owl-nav span {
    position : relative;
    display  : block;
    color    : #FFFFFF;
    font-size: 50px;
}

@media(min-width: 768px) {
    .komunikaty-box {
        margin-top: -115px;
    }

    #komunikaty-slider {
        position: relative;
        z-index : 20;
    }
}

.bg-statystyki {
    background-image: url('../../images/layout/background-01.jpg');
}

.bg-ofertypracy {
    background-image: url('../../images/layout/background-02.jpg');
}

/*BOXY*/
.news-box .more {
    position: absolute;
    bottom  : 0;
    right   : 0;
}

.news-box .more a {
    border-width: 2px;
}

.news-box .more a:hover {
    background-color: transparent;
}

.fixed {
    opacity : 1 !important;
    position: fixed !important;
}


.bg-fixed {
    background-attachment: fixed;
    background-size      : cover;
    background-position  : center;
}

@media(min-width: 1px) {
    .full-height {
        height: auto;
    }
}

@media(min-width: 1200px) {
    .full-height {
        height: 100vh;
    }
}

/*MENU KAFELKOWE 1*/
.tiles-menu-1 {
    padding-left : 0;
    margin-bottom: 0;
    list-style   : none;
}

.tiles-menu-1 li {
    position: relative;
    overflow: hidden;
}

.tiles-menu-1 li:before {
    position         : absolute;
    top              : 50%;
    left             : -60px;
    -webkit-transform: translateY(-50%);
    -ms-transform    : translateY(-50%);
    transform        : translateY(-50%);
    z-index          : 20;
    content          : '';
    width            : 0;
    height           : 0;
    transition       : all 0.4s;
}

.tiles-menu-1 li:hover:before {
    left: 0;
}

.tiles-menu-1 li:after {
    background-color: rgba(246, 166, 0, 0.4);
    content         : '';
    position        : absolute;
    top             : 0;
    bottom          : 0;
    left            : 0%;
    width           : 100%;
    z-index         : 10;
    opacity         : 0;
    transition      : all 0.4s;
}

.tiles-menu-1 li:hover:after {
    opacity: 1;
    left   : 0;
}

.tiles-menu-1 li img {
    transition: all 0.5s;
}

.tiles-menu-1 li:hover img {
    -ms-transform    : scale(1.2);
    -webkit-transform: scale(1.2);
    transform        : scale(1.2);
}

.tiles-menu-1 .name {
    display       : block;
    position      : absolute;
    top           : 0;
    bottom        : 0;
    left          : 0;
    right         : 0px;
    z-index       : 20;
    text-transform: uppercase;
    /*overflow    : hidden;*/
}

.tiles-menu-1 .name h3 {
    position         : absolute;
    top              : 50%;
    left             : 0;
    right            : 0;
    text-align       : right;
    -webkit-transform: translateY(-50%);
    -ms-transform    : translateY(-50%);
    transform        : translateY(-50%);
    margin           : 0;
    letter-spacing   : 5px;
}

@media(min-width: 1px) {
    .tiles-menu-1 li:before {
        display: none;
    }

    .tiles-menu-1 li {
        max-height: 130px;
    }
}

@media(min-width: 768px) {
    .tiles-menu-1 li:before {
        display      : block;
        border-top   : 30px solid transparent;
        border-bottom: 30px solid transparent;
        border-left  : 25px solid #F6A600;
    }
}

@media(min-width: 1200px) {
    .tiles-menu-1 li {
        height    : 220px;
        max-height: 100%;
    }

    .tiles-menu-1 li img {
        -ms-transform    : scale(1.3);
        -webkit-transform: scale(1.3);
        transform        : scale(1.3);
    }

    .tiles-menu-1 li:hover img {
        -ms-transform    : scale(1.4) translate(4%, 0px);
        -webkit-transform: scale(1.4) translate(4%, 0px);
        transform        : scale(1.4) translate(4%, 0px);
    }

    .tiles-menu-1 li:before {
        border-top   : 50px solid transparent;
        border-bottom: 50px solid transparent;
        border-left  : 40px solid #F6A600;
    }
}

@media(min-width: 1600px) {
    .tiles-menu-1 li {
        height: 230px;
    }

    .tiles-menu-1 li img {
        -ms-transform    : scale(1);
        -webkit-transform: scale(1);
        transform        : scale(1);
    }

    .tiles-menu-1 li:hover img {
        -ms-transform    : scale(1.1) translate(4%, 0px);
        -webkit-transform: scale(1.1) translate(4%, 0px);
        transform        : scale(1.1) translate(4%, 0px);
    }
}


/*LATEST ARTICLES*/
.latestArticles {
    padding-left: 0px;
    list-style  : none;
}

.latestArticles li {
    padding-bottom: 15px;
}

.latestArticles li h4 {
    font-size : 15px;
    margin-top: 4px;
}

.latestArticles li hr {
    margin: 2px 0 7px 0;
}

.latestArticles li:last-child hr {
    display: none;
}


/*POSTED INFO*/
ul.via {
    display      : inline-block;
    padding      : 0px;
    margin-top   : 0px;
    margin-right : 15px;
    margin-bottom: 0px;
    margin-left  : 0px;
}

ul.via:after {
    /*    content: '';
        clear: both;*/

}

ul.via li {
    color         : #000;
    padding-top   : 6px;
    padding-bottom: 6px;
    margin-right  : 1px;
    display       : inline-block;
    margin-bottom : 0px;
    float         : left;
    text-transform: uppercase;
}

ul.via li:last-child:after,
ul.via li:first-child:after {
    content: '';
}

ul.via li:after {
    content: ',';
}

ul.via li:first-child {
    color           : #000;
    font-family     : 'madrasblack';
    background-color: #f6a600;
    padding-right   : 8px;
    padding-left    : 8px;
}

.bg-yellow ul.via li:first-child {
    background-color: #FFFFFF;
}

ul.via li span {
    padding-left: 6px;
}

ul.via li,
ul.via li a {
    color: #000;
}

@media(min-width: 1px) {
    ul.via li {
        font-size: 1em;
    }
}

/*SLIDER GALERIA*/
.gallery-slider {
    padding-left : 15px;
    padding-right: 15px;
}

.gallery-slider .owl-stage-outer {
    z-index: 10;
}

.gallery-slider .owl-controls .owl-next,
.gallery-slider .owl-controls .owl-prev {
    position  : absolute;
    z-index   : 5;
    display   : block;
    width     : 50px;
    text-align: center;
}

.gallery-slider .owl-controls .owl-next {
    right: -50px;
}

.gallery-slider .owl-controls .owl-nav i {
    transition: all 0.2s;
    font-size : 2.4em;
    color     : #F6A601;
}

.gallery-slider .owl-controls .owl-next:hover div i {
    margin-right: -10px;
}

.gallery-slider .owl-controls .owl-prev {
    left: -50px;
}

.gallery-slider .owl-controls .owl-prev:hover div i {
    margin-left: -10px;
}

.gallery-slider .owl-controls .owl-nav {
    position         : absolute;
    top              : 45%;
    left             : 0;
    right            : 0;
    -webkit-transform: translateY(-50%);
    -ms-transform    : translateY(-50%);
    transform        : translateY(-50%);
}

.gallery-slider .owl-dots {
    position         : absolute;
    margin-top       : 15px;
    left             : 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform    : translateX(-50%);
    transform        : translateX(-50%);
}

.gallery-slider .owl-dots .owl-dot {
    float       : left;
    border-color: #F6A601;
    margin-right: 8px;
}

.gallery-slider .owl-dots .owl-dot.active {
    background-color: #F6A601;
}

.gallery-slider .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

@media(min-width: 1px) {
    .gallery-slider .owl-controls .owl-nav {
        display: none;
    }
}

@media(min-width: 768px) {
    .gallery-slider .owl-controls .owl-nav {
        display: block;
    }
}

/*PODSTRONY*/
#subpage #main p {
    /*text-align: justify;*/
}

#subpage #main ul {
    padding-left: 15px;
}

#subpage #main h5 {
    color: #000;
}

#subpage #main h5 strong {
    font-family: 'madrasblack';
}

@media(min-width: 1px) {
    #subpage.contact #googleMap {
        height: 200px;
    }
}

@media(min-width: 768px) {
    #subpage.contact #googleMap {
        height: 400px;
    }
}

@media(min-width: 1200px) {
    #subpage.contact #googleMap {
        height: 600px;
    }
}

/*
    OFERTA INWESTYCYJNA
*/
#offer #main h5 {
    color: #0c00f6;
}

#offer #main h5 strong {
    font-family: 'madrasblack';
}

#offer #main ul {
    list-style  : none;
    padding-left: 0;
}

#googleMapOffer {
    width     : 100%;
    min-height: 300px;
    height    : 40vh;
}

/*
    MAPA INWESTYCYJNA
*/
#mapa-inwestycyjna .wrapper {
    position: relative;
    overflow: hidden;
}

#mapa-inwestycyjna .pokaz-inwestycje {
    position    : absolute;
    bottom      : 0px;
    z-index     : 20;
    padding-left: 0;
}

#mapa-inwestycyjna .pokaz-inwestycje li {
    display       : inline-block;
    color         : #FFFFFF;
    margin-right  : 5px;
    padding-bottom: 5px;
}

#mapa-inwestycyjna .pokaz-inwestycje li.clickable {
    font-family                : 'madrasblack';
    display                    : inline-block;
    vertical-align             : middle;
    -webkit-transform          : translateZ(0);
    transform                  : translateZ(0);
    box-shadow                 : 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility        : hidden;
    -moz-osx-font-smoothing    : grayscale;
    position                   : relative;
    overflow                   : hidden;
}

#mapa-inwestycyjna .pokaz-inwestycje li.clickable:before {
    content                           : "";
    position                          : absolute;
    z-index                           : -1;
    left                              : 0;
    right                             : 0;
    bottom                            : 0;
    background                        : #FFFFFF;
    height                            : 0px;
    -webkit-transform                 : translateY(2px);
    transform                         : translateY(2px);
    -webkit-transition-property       : transform;
    transition-property               : transform;
    -webkit-transition-duration       : 0.15s;
    transition-duration               : 0.15s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function        : ease-out;
}

#mapa-inwestycyjna .pokaz-inwestycje li.doinw.clickable:before {
    background: #f6a600;
}

#mapa-inwestycyjna .pokaz-inwestycje li.zainw.clickable:before {
    background: #53c8ff;
}

#mapa-inwestycyjna .pokaz-inwestycje li.rezer.clickable:before {
    background: #ed7e00;
}

#mapa-inwestycyjna .pokaz-inwestycje li.clickable:hover:before,
#mapa-inwestycyjna .pokaz-inwestycje li.clickable:focus:before,
#mapa-inwestycyjna .pokaz-inwestycje li.clickable:active:before,
#mapa-inwestycyjna .pokaz-inwestycje li.clickable.active:before {
    -webkit-transform: translateY(0);
    transform        : translateY(0);
    height           : 1px;
}

#mapa-inwestycyjna .pokaz-inwestycje li.active,
#mapa-inwestycyjna .pokaz-inwestycje li.clickable:hover {
    text-decoration: none;
}

#mapa-inwestycyjna .pokaz-inwestycje li:first-child {
    padding-right: 15px;
}

#mapa-inwestycyjna .pokaz-inwestycje li:last-child {
    margin-right: 0;
}

#mapa-inwestycyjna .pokaz-inwestycje li.doinw {
    color: #f6a600;
}

#mapa-inwestycyjna .pokaz-inwestycje li.zainw {
    color: #53c8ff;
}

#mapa-inwestycyjna .pokaz-inwestycje li.rezer {
    color: #ed7e00;
}

#mapa-inwestycyjna .map-header {
    position: absolute;
    z-index : 20;
}

#mapa-inwestycyjna .map-header .map-name {
    float: left;
}

#mapa-inwestycyjna .mapa-kierunek {
    position: absolute;
}

#mapa-inwestycyjna .button-menu {
    position          : absolute;
    z-index           : 20;
    border            : none;
    background        : transparent;
    color             : #FFFFFF;
    font-size         : 2.5em;
    opacity           : 0;
    -webkit-transition: opacity 0.1s;
    transition        : opacity 0.1s;
}

#mapa-inwestycyjna .button-menu.show {
    opacity           : 1;
    -webkit-transition: opacity 0.15s;
    transition        : opacity 0.15s;
}

#mapa-inwestycyjna .button-menu:focus {
    outline: none;
}

#mapa-inwestycyjna .map-name h5 {
    color         : #FFFFFF !important;
    letter-spacing: 5px;
}

#mapa-inwestycyjna .map-name h3 strong {
    color      : #FFFFFF;
    font-family: 'madrasblack';
}

#mapa-inwestycyjna-text .column {
    display: none;
}

#mapa-inwestycyjna-text .column.active {
    display: block;
}

#mapa-inwestycyjna-text p {
    /*    font-size: 1.3em;
        line-height: 1.3;*/
}

@media(min-width: 1px) {
    #mapa-inwestycyjna .pokaz-inwestycje {
        padding-bottom: 5px;
        width         : 100%;
    }

    #mapa-inwestycyjna .mapa-kierunek {
        display: none;
    }
}

@media(min-width: 480px) {
    #mapa-inwestycyjna .mapa-kierunek {
        display: block;
        width  : 70%;
    }
}

@media(min-width: 768px) {
    #mapa-inwestycyjna .pokaz-inwestycje {
        padding-bottom: 10px;
    }
}

@media(min-width: 1200px) {
    #mapa-inwestycyjna .pokaz-inwestycje {
        padding-bottom: 40px;
    }
}

#mapa-inwestycyjna .zielen {
    fill: #2b2c2b;
}

#mapa-inwestycyjna .investment {
    enable-background: new;
}

#mapa-inwestycyjna .infrastruktura {
    fill: #191919;
}

#mapa-inwestycyjna .dzialka {
    fill: #2b2c2b;
}

#mapa-inwestycyjna .hala {
    fill: #505152;
}

#mapa-inwestycyjna .biuro {
    fill: #505152;
}

#mapa-inwestycyjna .dach1 {
    fill: #505152;
}

#mapa-inwestycyjna .dach2 {
    fill: #4B4B4C;
}

#mapa-inwestycyjna .dach3 {
    fill: #4B4B4C;
}

#mapa-inwestycyjna .sciana1 {
    fill: #4c4d4d;
}

#mapa-inwestycyjna .sciana2 {
    fill: #424343;
}

#mapa-inwestycyjna .sciana3 {
    fill: #373838;
}

#mapa-inwestycyjna .active,
#mapa-inwestycyjna .zarezerwowany,
#mapa-inwestycyjna .doinwestycji,
#mapa-inwestycyjna .zainwestowany {
    cursor: pointer;
}

#mapa-inwestycyjna g polygon {
    -webkit-transition: all 0.15s;
    transition        : all 0.15s;
}

#mapa-inwestycyjna .zainwestowany .biuro {
    fill: #53c8ff;
}

#mapa-inwestycyjna .zainwestowany .hala {
    fill: #53c8ff;
}

#mapa-inwestycyjna .zainwestowany .dach1 {
    fill: #53c8ff;
}

#mapa-inwestycyjna .zainwestowany .dach2 {
    fill: #50bff2;
}

#mapa-inwestycyjna .zainwestowany .dach3 {
    fill: #50bff2;
}

#mapa-inwestycyjna .zainwestowany .sciana1 {
    fill: #4cb5e5;
}

#mapa-inwestycyjna .zainwestowany .sciana2 {
    fill: #3f97bf;
}

#mapa-inwestycyjna .zainwestowany .sciana3 {
    fill: #3b8db3;
}

#mapa-inwestycyjna .zainwestowany .dzialka {
    fill: #005f9b;
}

#mapa-inwestycyjna .zainwestowany .zielen {
    fill: #005f9b;
}

#mapa-inwestycyjna .zainwestowany .wyrozniony .hala {
    fill: #95C11F;
}

#mapa-inwestycyjna .zainwestowany .wyrozniony .biuro {
    fill: #95C11F;
}

#mapa-inwestycyjna .zainwestowany .wyrozniony .dach1 {
    fill: #95C11F;
}

#mapa-inwestycyjna .zainwestowany .wyrozniony .dach2 {
    fill: #91B224;
}

#mapa-inwestycyjna .zainwestowany .wyrozniony .dach3 {
    fill: #83A129;
}

#mapa-inwestycyjna .zainwestowany .wyrozniony .sciana1 {
    fill: #95C11F;
}

#mapa-inwestycyjna .zainwestowany .wyrozniony .sciana2 {
    fill: #6B8029;
}

#mapa-inwestycyjna .zainwestowany .wyrozniony .sciana3 {
    fill: #576C27;
}

#mapa-inwestycyjna .doinwestycji .wyrozniony .hala {
    fill: #95C11F;
}

#mapa-inwestycyjna .doinwestycji .wyrozniony .biuro {
    fill: #95C11F;
}

#mapa-inwestycyjna .doinwestycji .biuro {
    fill: #f6a600;
}

#mapa-inwestycyjna .doinwestycji .hala {
    fill: #f6a600;
}

#mapa-inwestycyjna .doinwestycji .dach1 {
    fill: #f6a600;
}

#mapa-inwestycyjna .doinwestycji .dach2 {
    fill: #FBBB1D;
}

#mapa-inwestycyjna .doinwestycji .dach3 {
    fill: #FBBB1D;
}

#mapa-inwestycyjna .doinwestycji .sciana1 {
    fill: #CF9C0C;
}

#mapa-inwestycyjna .doinwestycji .sciana2 {
    fill: #9F790A;
}

#mapa-inwestycyjna .doinwestycji .sciana3 {
    fill: #9A760A;
}

#mapa-inwestycyjna .doinwestycji .dzialka {
    fill: #b97d00;
}

#mapa-inwestycyjna .doinwestycji .zielen {
    fill: #b97d00;
}

#mapa-inwestycyjna .zarezerwowany .hala {
    fill: #ed7e00;
}

#mapa-inwestycyjna .zarezerwowany .biuro {
    fill: #ed7e00;
}

#mapa-inwestycyjna .zarezerwowany .zielen {
    fill: #ed7e00;
}



#mapa-inwestycyjna .zarezerwowany:hover .biuro,
#mapa-inwestycyjna .zarezerwowany:hover .hala {
    fill: #db5202;
}

#mapa-inwestycyjna .active .hala,
#mapa-inwestycyjna .active .wyrozniony .hala,
#mapa-inwestycyjna .zainwestowany:hover .wyrozniony .hala,
#mapa-inwestycyjna .zainwestowany:hover .hala,
#mapa-inwestycyjna .doinwestycji:hover .hala {
    fill: #db5202;
}

#mapa-inwestycyjna .active .biuro,
#mapa-inwestycyjna .active .wyrozniony .biuro,
#mapa-inwestycyjna .zainwestowany:hover .wyrozniony .biuro,
#mapa-inwestycyjna .zainwestowany:hover .biuro,
#mapa-inwestycyjna .doinwestycji:hover .biuro {
    fill: #db5202;
}

#mapa-inwestycyjna .active .dach1,
#mapa-inwestycyjna .active .wyrozniony .dach1,
#mapa-inwestycyjna .zainwestowany:hover .wyrozniony .dach1,
#mapa-inwestycyjna .zainwestowany:hover .dach1,
#mapa-inwestycyjna .doinwestycji:hover .dach1 {
    fill: #db5202;
}

#mapa-inwestycyjna .active .dach2,
#mapa-inwestycyjna .active .wyrozniony .dach2,
#mapa-inwestycyjna .zainwestowany:hover .wyrozniony .dach2,
#mapa-inwestycyjna .zainwestowany:hover .dach2,
#mapa-inwestycyjna .doinwestycji:hover .dach2 {
    fill: #c04701;
}

#mapa-inwestycyjna .active .dach3,
#mapa-inwestycyjna .active .wyrozniony .dach3,
#mapa-inwestycyjna .zainwestowany:hover .wyrozniony .dach3,
#mapa-inwestycyjna .zainwestowany:hover .dach3,
#mapa-inwestycyjna .doinwestycji:hover .dach3 {
    fill: #c04701;
}

#mapa-inwestycyjna .active .sciana1,
#mapa-inwestycyjna .active .wyrozniony .sciana1,
#mapa-inwestycyjna .zainwestowany:hover .wyrozniony .sciana1,
#mapa-inwestycyjna .zainwestowany:hover .sciana1,
#mapa-inwestycyjna .doinwestycji:hover .sciana1 {
    fill: #ca4c02;
}

#mapa-inwestycyjna .active .sciana2,
#mapa-inwestycyjna .active .wyrozniony .sciana2,
#mapa-inwestycyjna .zainwestowany:hover .wyrozniony .sciana2,
#mapa-inwestycyjna .zainwestowany:hover .sciana2,
#mapa-inwestycyjna .doinwestycji:hover .sciana2 {
    fill: #9b3b02;
}

#mapa-inwestycyjna .active .sciana3,
#mapa-inwestycyjna .active .wyrozniony .sciana3,
#mapa-inwestycyjna .zainwestowany:hover .wyrozniony .sciana3,
#mapa-inwestycyjna .zainwestowany:hover .sciana3,
#mapa-inwestycyjna .doinwestycji:hover .sciana3 {
    fill: #9b3b02;
}

#mapa-inwestycyjna .active .dzialka,
#mapa-inwestycyjna .zainwestowany:hover .dzialka,
#mapa-inwestycyjna .doinwestycji:hover .dzialka {
    fill: #9b3b02;
}

#mapa-inwestycyjna .active .zielen,
#mapa-inwestycyjna .zainwestowany:hover .zielen,
#mapa-inwestycyjna .doinwestycji:hover .zielen {
    fill: #9b3b02;
}

@media(min-width: 1px) {
    #mapa-inwestycyjna .wrapper {
        height: 300px;
    }

    #mapa-inwestycyjna .map-name h5 {
        margin-top   : 0px;
        margin-bottom: 5px;
    }

    #mapa-inwestycyjna .map-name h3 {
        margin-top   : 0px;
        margin-bottom: 0px;
    }

    #mapa-inwestycyjna .button-menu {
        top  : 30px;
        right: 0;
    }

    #mapa-inwestycyjna .mapa-kierunek {
        bottom: 20px;
        right : 10px;
        width : 60px;
    }
}

@media(min-width: 400px) {
    #mapa-inwestycyjna .wrapper {
        height: 340px;
    }
}

@media(min-width: 500px) {
    #mapa-inwestycyjna .wrapper {
        height: 400px;
    }
}

@media(min-width: 600px) {
    #mapa-inwestycyjna .wrapper {
        height: 450px;
    }
}

@media(min-width: 768px) {
    #mapa-inwestycyjna .wrapper {
        height: 600px;
    }

    #mapa-inwestycyjna .mapa-kierunek {
        bottom: 20px;
        right : 10px;
        width : 80px;
    }
}

@media(min-width: 992px) {
    #mapa-inwestycyjna .wrapper {
        height    : 700px;
        min-height: 90vh;
    }

    #mapa-inwestycyjna .button-menu {
        top: 70px;
    }
}

@media(min-width: 1200px) {
    #mapa-inwestycyjna .wrapper {
        height: 724px;
    }

    #mapa-inwestycyjna .map-name h5 {
        margin-bottom: 10px;
    }

    #mapa-inwestycyjna .button-menu {
        right: 70px;
    }

    #mapa-inwestycyjna .wrapper {
        padding-left: 70px;
    }

    #mapa-inwestycyjna .mapa-kierunek {
        bottom: 40px;
        right : 70px;
        width : 100px;
    }

    #mapa-inwestycyjna-text {
        /*padding-left: 70px;*/
        /*padding-right: 85px;*/
    }
}

@media(min-width: 1300px) {
    #mapa-inwestycyjna .mapa-kierunek {
        bottom : 30px;
        right  : 70px;
        /*width: auto;*/
    }
}

#mapa-inwestycyjna-text img {
    max-width: 620px;
    margin   : 0 auto;
}

#mapa-inwestycyjna-text .more {}

@media(min-width: 1px) {
    #mapa-inwestycyjna-text .more {
        position    : relative;
        margin-top  : 30px;
        margin-left : -15px;
        margin-right: -15px;
    }
}

@media(min-width: 992px) {
    #mapa-inwestycyjna-text .more {
        position    : absolute;
        left        : 0;
        right       : 0;
        bottom      : 70px;
        margin-top  : 0;
        margin-left : 0px;
        margin-right: 0px;
    }
}

#mapa-inwestycyjna-text .tiles-menu {
    padding-left : 0;
    margin-bottom: 0;
    list-style   : none;
    position     : relative;
    overflow     : auto;
}

#mapa-inwestycyjna-text .tiles-menu li h5,
#mapa-inwestycyjna-text .tiles-menu li h6 {
    color: #FFFFFF !important;
}

#mapa-inwestycyjna-text .tiles-menu li.active h5,
#mapa-inwestycyjna-text .tiles-menu li.active h6,
#mapa-inwestycyjna-text .tiles-menu li:hover h5,
#mapa-inwestycyjna-text .tiles-menu li:hover h6 {
    color: #000 !important;
}

#mapa-inwestycyjna-text .tiles-menu li {
    text-align        : right;
    /*border-bottom   : 1px solid #000;*/
    -webkit-transition: all 0.1s;
    transition        : all 0.1s;
}

#mapa-inwestycyjna-text .tiles-menu li.active,
#mapa-inwestycyjna-text .tiles-menu li:hover {
    background-color  : #f6a600;
    cursor            : pointer;
    -webkit-transition: all 0.2s;
    transition        : all 0.2s;
}

#mapa-inwestycyjna-text .tiles-menu li a,
#mapa-inwestycyjna-text .tiles-menu li h5,
#mapa-inwestycyjna-text .tiles-menu li h6 {
    display: block;
}

.map-loading {
    text-align: center;
    z-index   : 2000;
    position  : absolute;
    top       : 0;
    left      : 0;
    right     : 0;
    bottom    : 0;
    background: rgba(0, 0, 0, 0.4);
}

.map-loading .loading-icon {
    position         : absolute;
    top              : 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform    : translateY(-50%);
    transform        : translateY(-50%);
    color            : #fff
}

.map-loading .loading-icon {
    font-size        : 1.5em;
    animation        : spinAround .8s infinite linear;
    -webkit-animation: spinAround .8s infinite linear;
    -moz-animation   : spinAround .8s infinite linear;
    -ms-animation    : spinAround .8s infinite linear;
    -o-animation     : spinAround .8s infinite linear
}

@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(00deg)
    }

    to {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spinAround {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

/*
    MAPY
*/
#mapa-inwestycyjna svg#mapa {
    position  : relative;
    max-height: 1073px;
}


@media(min-width: 1px) {
    #mapa.map-1 {
        transform       : scale(0.8);
        transform-origin: 25em 10em 0;
    }

    #mapa.map-2 {
        transform       : scale(0.75);
        transform-origin: 45em 30em 0;
    }

    #mapa.map-3 {
        transform       : scale(0.9);
        transform-origin: 0 110em 0;
    }

    #mapa.map-4 {
        transform       : scale(0.9);
        transform-origin: 100em 120em 0;
    }

    #mapa.map-5,
    #mapa.map-6,
    #mapa.map-7 {
        transform       : scale(0.9);
        transform-origin: 15em 95em 0;
    }
}

@media(min-width: 400px) {
    #mapa.map-1 {
        transform       : scale(0.8);
        transform-origin: 25em 0 0;
    }

    #mapa.map-5,
    #mapa.map-6,
    #mapa.map-7 {
        transform       : scale(0.8);
        transform-origin: 28em 50em 0;
    }
}

@media(min-width: 500px) {
    #mapa.map-1 {
        transform       : scale(0.8);
        transform-origin: 25em -15em 0;
    }
}

@media(min-width: 768px) {
    #mapa.map-1 {
        transform       : scale(0.7);
        transform-origin: 65em 2em 0;
    }
}

@media(min-width: 992px) {
    #mapa.map-1 {
        transform: scale(0.9);
    }

    #mapa.map-2 {
        transform       : scale(0.9);
        transform-origin: 45em 130em 0;
    }

    #mapa.map-4 {
        transform       : scale(1.2);
        transform-origin: -4em -70em 0;
    }

    #mapa.map-5,
    #mapa.map-6,
    #mapa.map-7 {
        transform       : scale(0.9);
        transform-origin: 28em 130em 0;
    }
}

@media(min-width: 1400px) {
    #mapa.map-1 {
        transform: scale(0.8);
    }

    #mapa.map-2 {
        transform       : scale(0.8);
        transform-origin: 45em 60em 0;
    }

    #mapa.map-4 {
        transform       : scale(1.1);
        transform-origin: 25em -150em 0;
    }
}

@media(min-width: 1600px) {
    #mapa.map-1 {
        transform: scale(0.7);
    }

    #mapa.map-2 {
        transform       : scale(0.75);
        transform-origin: 45em 30em 0;
    }

    #mapa.map-4 {
        transform       : scale(0.9);
        transform-origin: 12em 140em 0;
    }

    #mapa.map-5,
    #mapa.map-6,
    #mapa.map-7 {
        transform       : scale(0.9);
        transform-origin: 10em 80em 0;
    }
}


/* OFERTA INWESTYCYJNA / ZEWNETRZNE */

.category-4-item>div {
    -webkit-transition: all 1s;
    transition        : all 1s;
    padding           : 50px;
    margin            : 25px;
}

@media(max-width: 1399px) {
    .category-4-item>div {
        padding: 20px;
        margin : 15px;
    }
}

@media(max-width: 991px) {
    .category-4-item>div {
        padding: 10px;
        margin : 10px;
    }
}

.category-4-item div:hover {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(133, 133, 133, 1);
    -moz-box-shadow   : 0px 0px 30px 0px rgba(133, 133, 133, 1);
    box-shadow        : 0px 0px 30px 0px rgba(133, 133, 133, 1);
}

.category-4-item img {
    margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 991px) {
    .category-4-item img {
        width: 100% !important;
    }
}

.category-4-item .btn {
    opacity           : 0;
    -webkit-transition: all 0.5s;
    transition        : all 0.5s;
}

.category-4-item div:hover .btn {
    opacity: 1;
}

.category-4-item h4 {
    font-size: 26px;
}

@media(max-width: 991px) {
    .category-4-item h4 {
        font-size: 20px;
    }

    .category-4-item p {
        display: none !important;
    }

    .category-4-item .btn {
        margin-top: 0 !important;
    }
}

@media(max-width: 767px) {
    .category-4-item img {
        width: 50% !important;
    }

    .category-4-item>div {
        padding: 20px;
        margin : 25px 100px;
    }
}

@media(max-width: 500px) {
    .category-4-item img {
        width: 50% !important;
    }

    .category-4-item>div {
        padding: 20px;
        margin : 20px;
    }
}


/*FOOTER*/
.logosSlider .owl-item a img {
    width: auto;
}

/*SOCIAL MENU*/
.social {
    /*margin-bottom: -30px;*/
}

.social a {
    color     : white;
    transition: all 0.3s;
}

.social a:hover {
    color: #FFFFFF;
}

.social hr {
    background-color: #0c00f6;
    height          : 25px;
    width           : 100%;
    margin          : 10px 0 0 0;
}

.social .square-box {
    max-width   : 60px;
    width       : 100%;
    float       : left;
    margin-right: 10px;
}

.social .square-box:last-child {
    margin-right: 0;
}

.bg-facebook {
    background-color: #0d68ff;
}

.bg-instagram {
    background-color: #000;
}

.bg-twitter {
    background-color: #10c8e9;
}

.bg-youtube {
    background-color: #ff0000;
}

@media(min-width: 1px) {
    .social {
        margin-bottom: -35px;
    }

    .social a {
        font-size: 18px;
    }

    .social a:hover {
        font-size: 15px;
    }
}

@media(min-width: 768px) {
    .social a {
        font-size: 30px;
    }

    .social a:hover {
        font-size: 25px;
    }
}

/*PAGINACJA*/
.pagination {
    font-family: 'madrasbold';
    width      : 100%;
}

.pagination ul {
    padding   : 0;
    list-style: none;
}

.pagination ul li {
    display     : inline-block;
    margin-right: 5px;
}

.pagination ul li:last-child {
    margin-right: 0;
}

.pagination ul li .fa-chevron-left {
    padding-right: 5px;
}

.pagination ul li .fa-chevron-right {
    padding-left: 5px;
}

.pagination ul li a,
.pagination ul li span {
    display         : block;
    background-color: #f6a600;
    color           : #000;
    text-transform  : uppercase;
    padding         : 6px 12px;
    transition      : all 0.2s;
    font-size       : 14px;
}

.pagination ul li:hover a {
    background-color: #696969;
    color           : #FFFFFF;
    text-decoration : underline;
}

.pagination ul li.active span {
    background-color: #696969;
    color           : #FFFFFF;
}


/*KWADRAT*/
.square-box {
    position: relative;
    width   : 100%;
    overflow: hidden;
}

.square-box:before {
    content    : "";
    display    : block;
    padding-top: 100%;
}

.square-content {
    position: absolute;
    top     : 0;
    left    : 0;
    bottom  : 0;
    right   : 0;
    color   : white;
}

.square-content div {
    display: table;
    width  : 100%;
    height : 100%;
}

.square-content span {
    display       : table-cell;
    text-align    : center;
    vertical-align: middle;
}

/*ELIPSA*/
.elipse-count {}

.elipse-count .inner img {
    transition: all 0.5s;
}

.elipse-count .inner:hover img {
    opacity: 0.7;
}

.elipse-count .inner {
    display : block;
    position: relative;
}

.elipse-count .inner .wrapper {
    position         : absolute;
    top              : 50%;
    left             : 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform    : translate(-50%, -50%);
    transform        : translate(-50%, -50%);
    text-align       : center;
}

.elipse-count .inner .wrapper h4 {
    margin: 10px 0 0 0;
}

.elipse-count .inner .wrapper h4,
.elipse-count .inner .wrapper span {
    display: block;
    color  : #FFFFFF;

}

.elipse-count .inner .wrapper .count {
    font-family: 'madrasblack';
    line-height: 80%;
    font-weight: 900;
}

@media(min-width: 1px) {
    .elipse-count .inner .wrapper .count {
        font-size: 12vw;
    }
}

@media(min-width: 768px) {
    .elipse-count .inner .wrapper .count {
        font-size: 4em;
    }
}

@media(min-width: 992px) {
    .elipse-count .inner .wrapper .count {
        font-size: 5.3em;
    }
}


/*TIMELINE CIRCLE*/
#timeline .item {
    /*padding-top: 60px;*/
}

#timeline .item .circle:after {
    content           : '';
    position          : absolute;
    background-color  : #F6A600;
    width             : 2px;
    left              : 50%;
    height            : 0;
    -webkit-transform : translateX(-50%);
    -ms-transform     : translateX(-50%);
    transform         : translateX(-50%);
    -webkit-transition: all 1s;
    transition        : all 1s;
}

#timeline .item.last .circle:after {
    display: none;
}

#timeline .ch-item {
    margin : 0 auto;
    z-index: 20;
}

#timeline .item .text {
    /*display: none;*/

}

#timeline .item.active .text {
    /*display: block;*/

}

@media(min-width: 1px) {
    #timeline .item .text {
        background-color: #FFFFFF;
        text-align      : center;
        margin-top      : 30px;
        margin-bottom   : 60px;
        padding         : 15px 15px 15px 15px;
    }

    #timeline .item.on .circle:after {
        height: 200%;
    }
}

@media(min-width: 480px) {
    #timeline .item .text {
        background-color: transparent;
        text-align      : left;
        padding         : 60px 15px 100px 15px;
    }

    #timeline .item.on .circle:after {
        height: 100%;
    }
}

@media(min-width: 992px) {
    #timeline .item .text {
        margin-top: auto;
        padding   : 60px 15px 100px 15px;
    }
}

.typed-cursor {
    opacity          : 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation   : blink 0.7s infinite;
    animation        : blink 0.7s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/*ZDJĘCIA ANIMACJA*/
.image-box {
    position  : relative;
    overflow  : hidden;
    display   : block;
    text-align: center;
}

.image-box:after {
    transition: all 0.4s;
    position  : absolute;
    top       : 0;
    bottom    : 0;
    left      : 0;
    right     : 0;
    content   : '';
    transition: all 0.4s;
}

.item:hover .image-box:after,
.image-box:hover:after {
    background-color: rgba(0, 0, 0, 0.5);
}

.image-box img {
    -webkit-transition: all 0.3s;
    transition        : all 0.3s;
}

.item:hover .image-box img,
.image-box:hover img {
    transform        : scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform   : scale(1.1);
    -o-transform     : scale(1.1);
}

.image-box i {
    position         : absolute;
    top              : 50%;
    left             : 0;
    right            : 0;
    -webkit-transform: translateY(-50%);
    -ms-transform    : translateY(-50%);
    transform        : translateY(-50%);
    z-index          : 10;
    transition       : all 0.4s;
    opacity          : 0;
    color            : white;
    font-size        : 30px;
}

.item:hover .image-box i,
.image-box:hover i {
    opacity: 1;
}



.floating-arrow {
    -webkit-animation-name           : floating-arrow;
    animation-name                   : floating-arrow;
    -webkit-animation-duration       : 2s;
    animation-duration               : 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count        : infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function        : ease-in-out;
}

@-webkit-keyframes floating-arrow {
    from {
        -webkit-transform: translate(-50%, 0);
        transform        : translate(-50%, 0);
    }

    65% {
        -webkit-transform: translate(-50%, 15px);
        transform        : translate(-50%, 15px);
    }

    to {
        -webkit-transform: translate(-50%, 0);
        transform        : translate(-50%, 0);
    }
}

@keyframes floating-arrow {
    from {
        -webkit-transform: translate(-50%, 0);
        transform        : translate(-50%, 0);
    }

    65% {
        -webkit-transform: translate(-50%, 15px);
        transform        : translate(-50%, 15px);
    }

    to {
        -webkit-transform: translate(-50%, 0);
        transform        : translate(-50%, 0);
    }
}

/*COOKIES ALERT*/
.cookiesAlert {
    position: fixed;
    z-index : 9999;
}

.cookiesAlert button {
    background-color: transparent;
    border          : none;
    color           : #FFFFFF;
    text-align      : right;
}

.cookiesAlert button:hover {
    color: #fbcb34;
}

.cookiesAlert button:focus {
    outline: none;
}

.cookiesAlert .cookiesContent {
    position        : relative;
    color           : #FFFFFF;
    background-color: rgba(0, 0, 0, 0.7);
}

.cookiesAlert .cookiesContent p {
    font-size: 15px;
}

@media(min-width: 1px) {
    .cookiesAlert {
        bottom: 15px;
        right : 15px;
        left  : 15px;
    }

    .cookiesAlert button {
        position: relative;
        width   : 100%;
    }
}

@media(min-width: 768px) {
    .cookiesAlert {
        bottom: 50px;
        right : 50px;
        left  : 20%;
    }

    .cookiesAlert button {
        position: absolute;
        top     : 15px;
        right   : 15px;
        width   : auto;
    }
}

@media(min-width: 992px) {
    .cookiesAlert {
        bottom: 50px;
        right : 50px;
        left  : 40%;
    }
}

@media(min-width: 1200px) {
    .cookiesAlert {
        bottom: 50px;
        right : 50px;
        left  : 55%;
    }
}

/* columns of same height styles */

.row-height {
    display     : table;
    table-layout: fixed;
    height      : 100%;
    width       : 100%;
}

.col-height {
    display: table-cell;
    float  : none;
    height : 100%;
}

.col-top {
    vertical-align: top;
}

.col-middle {
    vertical-align: middle;
}

.col-bottom {
    vertical-align: bottom;
}

@media (min-width: 480px) {
    .row-xs-height {
        display     : table;
        table-layout: fixed;
        height      : 100%;
        width       : 100%;
    }

    .col-xs-height {
        display: table-cell;
        float  : none;
        height : 100%;
    }

    .col-xs-top {
        vertical-align: top;
    }

    .col-xs-middle {
        vertical-align: middle;
    }

    .col-xs-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 768px) {
    .row-sm-height {
        display     : table;
        table-layout: fixed;
        height      : 100%;
        width       : 100%;
    }

    .col-sm-height {
        display: table-cell;
        float  : none;
        height : 100%;
    }

    .col-sm-top {
        vertical-align: top;
    }

    .col-sm-middle {
        vertical-align: middle;
    }

    .col-sm-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 992px) {
    .row-md-height {
        display     : table;
        table-layout: fixed;
        height      : 100%;
        width       : 100%;
    }

    .col-md-height {
        display: table-cell;
        float  : none;
        height : 100%;
    }

    .col-md-top {
        vertical-align: top;
    }

    .col-md-middle {
        vertical-align: middle;
    }

    .col-md-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 1200px) {
    .row-lg-height {
        display     : table;
        table-layout: fixed;
        height      : 100%;
        width       : 100%;
    }

    .col-lg-height {
        display: table-cell;
        float  : none;
        height : 100%;
    }

    .col-lg-top {
        vertical-align: top;
    }

    .col-lg-middle {
        vertical-align: middle;
    }

    .col-lg-bottom {
        vertical-align: bottom;
    }
}

.btn-outline {
    background  : none;
    border-width: 2px;
    border-style: solid;
}

/*
    RODO
*/
.cmp-popup {
    position       : fixed;
    display        : flex;
    z-index        : 100;
    top            : 0;
    bottom         : 0;
    left           : 0;
    right          : 0;
    z-index        : 99999;
    justify-content: center;
    align-items    : center;
}

.cmp-popup * {
    box-sizing: border-box;
    height    : auto;
}

.cmp-popup svg:not(:root) {
    overflow: hidden;
}

.cmp-popup .cmp-popup_overlay {
    position  : fixed;
    top       : 0;
    bottom    : 0;
    left      : 0;
    right     : 0;
    background: rgba(0, 0, 0, 0.6);
}

.cmp-popup .cmp-closebutton {
    cursor            : pointer;
    position          : absolute;
    box-shadow        : 0 0 0 1px #ccc;
    fill              : #ccc;
    top               : 20px;
    right             : 10px;
    width             : 20px;
    height            : 20px;
    background-color  : #fff;
    border-radius     : 50%;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition   : all 150ms ease-in-out;
    -o-transition     : all 150ms ease-in-out;
    transition        : all 150ms ease-in-out;
}

.cmp-popup .cmp-closebutton:hover {
    box-shadow: 0 0 0 1px #000;
    fill      : #000;
}

.cmp-popup .cmp-closebutton svg {
    width : 20px !important;
    height: 20px !important;
}

.cmp-popup .cmp-button {
    display           : block;
    font-weight       : 600;
    border            : 2px solid #F6A600;
    background-color  : #F6A600;
    cursor            : pointer;
    outline           : none;
    padding           : 10px;
    font-size         : 12px;
    color             : #FFFFFF;
    text-align        : center;
    text-transform    : uppercase;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition   : all 150ms ease-in-out;
    -o-transition     : all 150ms ease-in-out;
    transition        : all 150ms ease-in-out;
}

@media (min-width: 768px) {
    .cmp-popup .cmp-button {
        padding  : 15px;
        font-size: 14px;
    }
}

.cmp-popup .cmp-button:hover {
    border-color: #000;
}

.cmp-popup .cmp-button.cmp-button_invert {
    background-color: #FFFFFF;
    color           : #000;
}

.cmp-popup .cmp-popup_content {
    width      : 700px;
    background : #fff;
    display    : flex;
    align-items: center;
    position   : relative;
}

.cmp-popup .cmp-popup_content ol,
.cmp-popup .cmp-popup_content ul {
    padding-left: 30px;
    list-style  : upper-roman;
}

.cmp-popup .cmp-popup_content ol li,
.cmp-popup .cmp-popup_content ul li {
    margin-top   : 5px;
    margin-bottom: 10px;
    line-height  : 140% !important;
    font-size    : 14px;
}

.cmp-popup .cmp-popup_content ol li p,
.cmp-popup .cmp-popup_content ul li p {
    font-size: 14px;
}

.cmp-popup .cmp-popup_content ol li strong,
.cmp-popup .cmp-popup_content ul li strong {
    font-weight: 500;
}

.cmp-popup .cmp-popup_content ol ol,
.cmp-popup .cmp-popup_content ol ul,
.cmp-popup .cmp-popup_content ul ol,
.cmp-popup .cmp-popup_content ul ul {
    padding-left: 25px;
    list-style  : decimal;
}

@media (min-width: 768px) {

    .cmp-popup .cmp-popup_content ol li,
    .cmp-popup .cmp-popup_content ul li {
        font-size: 15px;
    }

    .cmp-popup .cmp-popup_content ol li p,
    .cmp-popup .cmp-popup_content ul li p {
        font-size: 15px;
    }
}

.cmp-popup .cmp-popup_content .cmp-intro_intro {
    display   : block;
    padding   : 0 6% !important;
    max-height: 100%;
}

.cmp-popup .cmp-popup_content .cmp-intro_intro .cmp-intro_title {
    text-align: left;
    padding   : 30px 0 0 0;
}

.cmp-popup .cmp-popup_content .cmp-intro_intro .cmp-intro_title * {
    font-family: 'madrasextra_bold';
    margin     : 0;
    font-size  : 18px;
    font-weight: 700;
    line-height: 120%;
}

@media (min-width: 768px) {
    .cmp-popup .cmp-popup_content .cmp-intro_intro .cmp-intro_title * {
        font-size: 25px;
    }
}

.cmp-popup .cmp-popup_content .cmp-intro_intro .cmp-intro_description {
    height                    : 270px;
    margin                    : 4% 0;
    overflow                  : auto;
    line-height               : 140%;
    text-align                : left;
    -webkit-overflow-scrolling: touch;
}

.cmp-popup .cmp-popup_content .cmp-intro_intro .cmp-intro_description p {
    font-size  : 14px;
    line-height: 22px;
}

.cmp-popup .cmp-popup_content .cmp-intro_intro .cmp-intro_description strong {
    font-weight: 600;
}

@media (min-width: 768px) {
    .cmp-popup .cmp-popup_content .cmp-intro_intro .cmp-intro_description p {
        font-size: 15px;
    }
}

.cmp-popup .cmp-popup_content .cmp-intro_intro .cmp-intro_options {
    width         : 100%;
    padding-bottom: 20px;
}

.cmp-popup .cmp-popup_content .cmp-intro_intro .cmp-intro_options .cmp-button {
    width        : 100%;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .cmp-popup .cmp-popup_content .cmp-intro_intro .cmp-intro_options {
        display    : flex;
        flex-shrink: 0;
        width      : auto;
        margin     : 0 -5px;
    }

    .cmp-popup .cmp-popup_content .cmp-intro_intro .cmp-intro_options .cmp-button {
        flex  : 1;
        margin: 0 5px;
    }
}

.fancybox-overlay {
    z-index: 99999 !important;
}