﻿@charset "utf-8";
@import "/assets/css/reset.css";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

/* Large desktop */
@media (max-width: 1199px) {  }

/* Portrait tablet to landscape and desktop */
@media (max-width: 979px) {  }

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {  }

/* Landscape phones and down */
@media (max-width: 534px) {  }

/* Landscape phones and down */
@media (max-width: 320px) {  }


@-ms-viewport {
    width: device-width;
}



/***************************************************
Global styles
***************************************************/
html {
    width: 100%;
    height: 100%;
    -ms-text-size-adjust: none;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #111;
    background: #fff url("/assets/img/bg1.jpg") no-repeat center top;
    background-attachment: fixed;
    margin: 0;
    min-width: 320px;
    padding: 190px 20px 0 20px;

    transition: padding-top .25s linear;
    -moz-transition: padding-top .25s linear;
    -webkit-transition: padding-top .25s linear;
}

a {
    color: #575757;
}
a:hover {
    color: #575757;
}


/***************************************************
Szkielet
***************************************************/

.container {
    margin: 0 auto;
    max-width: 1200px;
}

main {
    margin: 30px 0;
}

.header-wrapper {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    transition: all .25s linear;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    padding: 0 20px;
    background: #fff url("/assets/img/bg1.jpg") no-repeat center top;
}
.header-wrapper .container {
    height: 120px;
    margin-bottom: 50px;
    position: relative;
    transition: height .25s linear;
    -moz-transition: height .25s linear;
    -webkit-transition: height .25s linear;
}
.header-logo img {
    position: absolute;
    left: 0;
    top: 50%;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    
    transition: all .25s linear;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    height: 54px;
}

.header-wrapper .header-search-control {
    width: 250px;
    position: absolute;
    left: 55%;
    top: 50%;

    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);

    transition: all .25s linear;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
}

.header-nav-langs {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    transition: all .25s linear;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
}
.header-nav-langs a {
    margin-left: 5px;
}
.header-nav-langs a .current {
    color: #000;
    font-weight: 500;
}


.header-nav-social {
    position: absolute;
    right: 80px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    transition: all .25s linear;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
}
.header-nav-social span {
    margin-right: 10px;
}


@media (min-width: 980px) {
    .sticky .header-wrapper .container {
        height: 90px;
        margin-bottom: 35px;
    }
    .sticky .header-logo img {
        height: 40px;
    }
}



@media (max-width: 979px) {
    body {
        padding-top: 60px;
    }
    .header-wrapper .container {
        height: 60px;
        margin-bottom: 0;
    }
    .header-logo img {
        height: 40px;
        left: 45px
    }
    .header-wrapper .header-search-control {
        left: 63%;
    }
}

@media (max-width: 767px) {

    .header-wrapper .header-search-control {
        width: 200px;
    }
}

@media (max-width: 534px) {

    .header-wrapper .header-search-control {
        width: 100%;
        left: 0;
        right: 0;
        bottom: -35px;
        top: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .header-nav-social {
        display: none;
    }


    body.sticky {
        padding-top: 60px;
    }
    .sticky .header-wrapper .container {
        margin-bottom: 0;
    }
    .sticky .header-wrapper .header-search-control {
        display: none;
    }
}


.footer-wrapper {
    margin: 35px 0 0 0;
    padding: 25px 20px;
    background: url(/assets/img/footer-line.png) repeat-x top left;
}
.footer-links {
    text-align: left;
}
.footer-links li {
    display: inline-block;
    margin-right: 20px;
}
.footer-links li a {
    font-weight: 500;
}
.footer-links li a:hover {
    text-decoration: underline;
}



.footer-make {
    text-align: right;
}
.footer-make .studiomh {
    display: inline-block;
    background: url(/assets/img/mh.png) no-repeat top;
    width: 31px;
    height: 16px;
    margin: -1px 0 -1px 30px!important;
}
.footer-make .studiomh:hover {
    background-position: bottom;
}

.footer-social {
    text-align: center;
}
.footer-social span {
    margin: 0 5px;
}

@media (max-width: 768px) {
    .footer-links {
        text-align: center;
    }
    .footer-make {
        text-align: center;
    }
}





.g-grid {
    padding: 0 10px;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}
.g-row, .g-row {
    margin-top: -30px;
    margin-left: -30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.g-row-reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

.g-row-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}

.g-row-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.g-row-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
}

.g-row-center {

.g-row-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.g-row-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.g-row-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.g-row-between {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


[class*="g-col-"] {
    min-height: 1px;
    padding-top: 30px;
    padding-left: 30px;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
}

.g-col-center {
    margin-right: auto;
    margin-left: auto;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.g-col-content {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.g-col-auto {
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}

.g-col-right {
    margin-right: 0;
    margin-left: auto;
}

.g-col-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.g-col-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.g-col-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.g-col-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
}

.g-col-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
}

.g-col-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.g-col-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
}

.g-col-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
}

.g-col-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.g-col-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
}

.g-col-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
}

.g-col-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.g-col-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
}

.g-col-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
}

.g-col-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.g-gutter-reset {
    margin-left: 0;
}
.g-gutter-reset > [class*="g-col-"] {
    padding-left: 0;
}


.g-pdd-0 {
    margin-left: 0;
    margin-top: 0;
}
.g-pdd-0 > [class*="g-col-"] {
    padding-left: 0;
    padding-top: 0;
}

.g-pddX-0 {
    margin-left: 0;
}
.g-pddX-0 > [class*="g-col-"] {
    padding-left: 0;
}
.g-pddY-0 {
    margin-top: 0;
}
.g-pddY-0 > [class*="g-col-"] {
    padding-top: 0;
}

.g-pddX-50 {
    margin-top: -50px;
}
.g-pddX-50 > * {
    padding-top: 50px;
}


@media (min-width: 535px) {
    .g-col-s-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    .g-col-s-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .g-col-s-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .g-col-s-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .g-col-s-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    .g-col-s-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .g-col-s-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    .g-col-s-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    .g-col-s-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .g-col-s-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    .g-col-s-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    .g-col-s-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .g-col-s-content {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .g-col-s-auto {
        -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    }
}

@media (min-width: 768px) {
    .g-col-m-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    .g-col-m-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .g-col-m-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .g-col-m-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .g-col-m-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    .g-col-m-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .g-col-m-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    .g-col-m-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    .g-col-m-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .g-col-m-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    .g-col-m-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    .g-col-m-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .g-col-m-content {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .g-col-m-auto {
        -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    }
}

@media (min-width: 980px) {
    .g-col-l-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    .g-col-l-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .g-col-l-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .g-col-l-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .g-col-l-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    .g-col-l-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .g-col-l-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    .g-col-l-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    .g-col-l-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .g-col-l-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    .g-col-l-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    .g-col-l-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .g-col-l-content {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .g-col-l-auto {
        -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    }
}



[class*="g-hide-"] {
    display: block;
}

[class*="g-show-"] {
    display: none;
}

@media (min-width: 535px) {
    .g-show-s {
        display: block;
    }
    .g-hide-s {
        display: none;
    }
}

@media (min-width: 768px) {
    .g-show-m {
        display: block;
    }
    .g-hide-m {
        display: none;
    }
}

@media (min-width: 980px) {
    .g-show-l {
        display: block;
    }
    .g-hide-l {
        display: none;
    }
}

/***************************************************
content
***************************************************/

.content p {
    margin: 15px 0;
    line-height: 1.5em;
}

.content  a {
     color: inherit;
}
.content a:hover {
    text-decoration: underline;
}

.content h1 {
    font-size: 20px;
    margin: 30px 0 20px 0;
}
.content h2 {
    font-size: 24px;
    color: #999999;
    margin: 30px 0;
}
.content h3 {
    font-size: 18px;
    margin: 15px 0 10px 0;
}


.content ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}
.content ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.content ul li::before {
    content: "";
    position: absolute;
    background: #ff0000;
    display: block;
    width: 6px;
    height: 6px;
    top: 7px;
    left: 10px;
    border-radius: 50%;
}


.content ol {
    display: block;
    list-style-position: outside;
    list-style-type: decimal;
    margin: 0;
    padding-left: 20px;
    line-height: 1.5em;
}

.content p:first-child, .content h1:first-child, .content h2:first-child, .content h3:first-child {
    margin-top: 0;
}
.content p:last-child {
    margin-bottom: 0;
}

/***************************************************
menu
***************************************************/

.navbar {
    position: absolute;
    bottom: -50px;
    right: 0;
    left: 0;
    transition: all .25s linear;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    background: rgb(241,241,241);
    background: linear-gradient(180deg, rgba(241,241,241,1) 0%, rgba(229,229,229,1) 100%);
    overflow: hidden;
}
.sticky .navbar {
    bottom: -35px;
}
.navbar > ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.navbar > ul > li {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    transition: background-color .15s linear;
    -moz-transition: background-color .15s linear;
    -webkit-transition: background-color .15s linear;
    border-left: 1px solid #e2e2e2;
}
.navbar > ul > li > a {
    text-align: center;
    height: 48px;
    line-height: 48px;
    display: block;
    font-size: 15px;
    transition: all .15s linear;
    -moz-transition: all .15s linear;
    -webkit-transition: all .15s linear;
    border-bottom: 2px solid rgba(0,0,0,0);
}
.sticky .navbar > ul > li > a {
    height: 35px;
    line-height: 35px;
}
.navbar > ul > li > a:hover, .navbar > ul > li.current > a {
    background: rgb(248,248,248);
    background: linear-gradient(180deg, rgba(248,248,248,1) 0%, rgba(242,242,242,1) 100%);
    color: #111;
}
.navbar > ul > li:nth-child(3n) > a:hover, .navbar > ul > li.current:nth-child(3n) > a {
    border-bottom: 2px solid #009cff;
}
.navbar > ul > li:nth-child(3n+1) > a:hover, .navbar > ul > li.current:nth-child(3n) > a {
    border-bottom: 2px solid #43cb00;
}
.navbar > ul > li:nth-child(3n+2) > a:hover, .navbar > ul > li.current:nth-child(3n) > a {
    border-bottom: 2px solid #ff0000;
}

.navbar > ul > li.navbar-home {
    -webkit-flex-basis: 50px;
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px;
    max-width: 50px;
    border-left: 0;
}

.navbar > ul > li.navbar-online {
    -webkit-flex-basis: 180px;
    -ms-flex-preferred-size: 180px;
    flex-basis: 180px;
    max-width: 180px;
}
.navbar > ul > li.navbar-online a {
    color: #fff;
    background: rgb(101,101,101);
    background: linear-gradient(180deg, rgba(101,101,101,1) 0%, rgba(53,53,53,1) 100%);
}
.navbar > ul > li.navbar-online a:hover {
    background: rgb(101,101,101);
    background: linear-gradient(180deg, rgb(124, 124, 124) 0%, rgb(84, 84, 84) 100%);
    border-bottom: 0;
}
.navbar > ul > li.navbar-online a {
}

.navbar > ul > li:hover .navbar-sub {
    display: block;
}
.navbar .navbar-sub {
    position: absolute;
    top: 100%;
    left: 50%;
    border-top: 10px solid #fff;
    width: 300px;
    background: #f2f2f2;
    z-index: 999;
    padding: 10px 0;
    display: none;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.navbar .navbar-sub:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f2f2f2;
}
.navbar .navbar-sub li {
    margin: 5px 0;
}
.navbar .navbar-sub a {
    color: #394671;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 2.5em;
    display: block;
    transition: all .15s linear;
    -moz-transition: all .15s linear;
    -webkit-transition: all .15s linear;
}
.navbar .navbar-sub a:hover {
    color: #1aa74f;
}
.navbar .navbar-sub li.current a {
    color: #1aa74f;
}


@media (max-width: 979px) {
    .navbar {
        display: none;
    }
}



.mobile-overlay {
    display: none;
    position: fixed;
    top: -200px;
    right: -200px;
    bottom: -200px;
    left: -200px;
    background: rgba(68, 68, 68, 0.5);
    z-index: 999998;
}

.sidr-animating .mobile-overlay,
.sidr-open .mobile-overlay {
    display: block;
}

.mobile-offcanvas {
    display: none;
}

@media (min-width: 980px) {
    .mobile-offcanvas {
        display: block;
    }
}

.mobile-nav {
    display: block;
    height: 52px;
    line-height: 52px;
    text-align: center;
    text-decoration: none;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -26px;
}

@media (min-width: 980px) {
    .mobile-nav {
        display: none;
    }
}

.mobile-nav:hover {
    text-decoration: none;
}

.mobile-nav span {
    position: relative;
    padding-left: 25px;
    color: #111;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    width: 0;
    overflow: hidden;
}
.mobile-nav span::after {
    display: block;
    position: absolute;
    top: 24px;
    left: 0;
    width: 25px;
    height: 3px;
    background: #111;
    box-shadow: 0 6px 0 #111,
    0 -6px 0 #111;
    content: '';
}


.sidr {
    display: block;
    position: fixed;
    top: 0;
    width: 200px;
    height: 100%;
    background: #fff;
    z-index: 999999;
    overflow-x: hidden;
    overflow-y: auto;
}

.sidr ul {
    margin: 30px 10px;
    padding: 0;
    list-style: none;
}
.sidr li {
    border-bottom: 1px solid #e4e4e4;
}
.sidr a {
    display: block;
    padding: 5px;
    margin: 5px 0;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.sidr a:hover {
    color: #e5001d;
}



.sidr-class-navbar-sub {
    margin: 0!important;
}
.sidr-class-navbar-sub li {
    border-top: 1px solid #e4e4e4;
    border-bottom: 0;
    padding-left: 20px;
}
.sidr-class-navbar-sub a {
    font-size: 13px;
    font-weight: 500;
    text-transform: none;
}

.sidr.right {
    right: -200px;
    left: auto;
}

.sidr.left {
    right: auto;
    left: -200px;
}

.sidr-open .sidr {
    box-shadow: 1px 0 0 #ccc;
}


/***************************************************
			        SLIDER
***************************************************/

.slider-wrapper {
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    overflow: hidden;
}

.slider-wrapper .slick-slide {
    position: relative;
}
.slider-wrapper .slick-slide img {
    width: 100%;
}

.slider-content {
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
}
.slider-content h1 {
    font-size: 38px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.slider-content .btn {
    margin-top: 20px;
}



/* PAGER */

.slick-dots {
    text-align: center;
    font-size: .85em;
    font-weight: bold;
    color: #666;
    padding: 7px 2px;
    z-index: 99;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.slick-dots li {
    float: left;
}
.slick-dots li button {
    text-indent: -9999px;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 5px;
    padding: 0;
    outline: 0;
    position: relative;
    background: #fff;
    border: 0;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: inset 0 2px rgba(0,0,0,0.2);
}
.slick-dots li:nth-child(3n+1) button:hover,
.slick-dots li:nth-child(3n+1).slick-active button {
    background: #009cff;
}
.slick-dots li:nth-child(3n+2) button:hover,
.slick-dots li:nth-child(3n+2).slick-active button {
    background: #ff0000;
}
.slick-dots li:nth-child(3n+3) button:hover,
.slick-dots li:nth-child(3n+3).slick-active button {
    background: #43cb00;
}




/***************************************************
box profile
***************************************************/

.box-profile {
    position: absolute;
    top: 30px;
    right: 0;
}

.box-profile fieldset input.form-control {
    width: 150px;
}
.box-profile fieldset .form-btns {
    margin-top: 10px;
}
.box-profile fieldset .btn {
    float: right;
}
.box-profile fieldset a.link {
    margin-top: 7px;
    margin-right: 7px;
    float: left;
}


/***************************************************
Specifics
***************************************************/

.right {
    float: right!important;
}
.left {
    float: left!important;
}
.center {
    float: none!important;
    margin-left: auto!important;
    margin-right: auto!important;
}

.txt-left {
    text-align: left;
}
.txt-right {
    text-align: right;
}
.txt-center {
    text-align: center;
}

.label {
    display: inline-block;
    width: 100px;
}

hr {
    background: #C2C2C2;
    height: 1px;
    border: 0;
    margin: 30px 0;
}

a.img figure {
    position: relative;
}
a.img figure img {
    display: block;
    border-radius: 5px;
}
a.img figure:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: rgba(67, 203, 0, 0.5) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 20 20'%3E%3Cg id='_30bb3825e8f631cc6075c0f87bb4978c' data-name='30bb3825e8f631cc6075c0f87bb4978c' transform='translate(-10 -10)'%3E%3Cg id='Group_1' data-name='Group 1' transform='translate(10 10)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M18.182,10a7.989,7.989,0,0,1,3.178.649A8.032,8.032,0,0,1,25.714,15a7.989,7.989,0,0,1,.649,3.178,8.094,8.094,0,0,1-1.79,5.107l5.164,5.158a.914.914,0,0,1-1.292,1.292l-5.158-5.164A8.152,8.152,0,0,1,15,25.714a8.032,8.032,0,0,1-4.354-4.354,8.1,8.1,0,0,1,0-6.356A8.032,8.032,0,0,1,15,10.651,7.973,7.973,0,0,1,18.182,10Zm0,1.819a6.212,6.212,0,0,0-2.472.5,6.264,6.264,0,0,0-3.388,3.388,6.311,6.311,0,0,0,0,4.943,6.264,6.264,0,0,0,3.388,3.388,6.311,6.311,0,0,0,4.943,0,6.264,6.264,0,0,0,3.388-3.388,6.311,6.311,0,0,0,0-4.943,6.264,6.264,0,0,0-3.388-3.388A6.212,6.212,0,0,0,18.182,11.819Z' transform='translate(-10 -10)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -webkit-transition: opacity .15s linear;
    border-radius: 5px;
}
a.img:hover figure:after {
    opacity: 1;
}


.img-center {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.img-6-right, .img-6-left, .img-4-right, .img-4-left {
    width: 100%;
    margin: 20px 0;
}
p img {
    margin-top: 0!important;
}
@media (min-width: 534px) {
    .img-6-right {
        width: 50%;
        float: right;
        margin: 20px 0 20px 40px;
    }
    .img-6-left {
        width: 50%;
        float: left;
        margin: 20px 40px 20px 0;
    }
    .img-4-right {
        width: 33%;
        float: right;
        margin: 20px 0 20px 40px;
    }
    .img-4-left {
        width: 33%;
        float: left;
        margin: 20px 40px 20px 0;
    }
}

.pagination {
    text-align: center;
    margin: 30px 0 0 0;
}
.pagination .btn {
    margin: 0 5px;
}


.loader {
    background: url(/assets/img/loader.gif) no-repeat center;
    position: absolute;
    z-index: 9999;
    height: 100%;
    padding: 10px;
    margin: -10px;
}


#cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    padding: 5px;
    width: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    z-index: 999;
}
#cookies a {
    color: #fff;
}
#cookies .ok {
    text-transform: uppercase;
    background: #000;
    color: #fff;
    padding: 5px 8px;
    margin: 0 5px;
}
body.hasCookies {
    margin-bottom: 25px;
}



.videodetector {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.videodetector iframe,
.videodetector object,
.videodetector embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/***************************************************
Zewnętrzne pluginy
***************************************************/

.qtip-error{
    background-color: #d8514d!important;
    border-color: #b92c28!important;
    color: #fff!important;
    border-radius: 0;
    font-size: 12px!important;
    line-height: 1.2em!important;
}
.qtip-info{
    background-color: #59bfdd!important;
    border-color: #28a4c9!important;
    color: #fff!important;
    border-radius: 0;
    font-size: 12px!important;
    line-height: 1.2em!important;
}


/***************************************************
Forms
***************************************************/

fieldset.form {
    border: 0;
    padding: 0;
    margin: 0;
}
fieldset.form-center {
    width: 280px;
    margin: 0 auto;
}


/* wiersz */
.form-group {
    clear: both;
    margin-bottom: 10px;
}


/* buttony */
fieldset.form .form-btns {

}


/* podpis */
.form-label {
    text-align: left;
    display: block;
    float: left;
    padding-top: 6px;
    padding-bottom: 6px;
    position: relative;
}


/* gwiazdka */
.form-req {
    color: #ff0000;
    margin-left: 3px;
}


/* grupa kontolek */
.form-control-group {
    max-width: 600px;
    margin: 6px 0;
    float: left;
}

.form-error {
    display: none;
}


/* kontrolka */
.form-control {
    background: #fff;
    padding: 8px 8px;
    margin: 0;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    width: 100%;
}
.form-control:hover {
    border-color: #a7a7a7;
}
.form-control:focus {
    box-shadow: 0 0 5px 0 rgba(120,90,190,0.3);
}
select.form-control {
}
textarea.form-control {
    height: 150px;
}

.form-control-lg {
    width: 400px;
}
.form-control-sm {
    width: 100px;
}

.form-control-checkbox {
    margin-right: 5px;
}


.form-control-search input {
    width: calc(100% - 20px);
}
.form-control-search .icon-search {
    float: right;
    margin: -1px 0;
}



/***************************************************
Messages
***************************************************/

.msg {
    text-align: center;
    padding: 15px;
    margin-bottom: 15px;

    color: #C09853;
    border-radius: 3px;
    border: 1px solid #f5e79e;
    background: #fcf8e2; /* Old browsers */
    background: -moz-linear-gradient(top,  #fcf8e2 0%, #f8efc0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcf8e2), color-stop(100%,#f8efc0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fcf8e2 0%,#f8efc0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fcf8e2 0%,#f8efc0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fcf8e2 0%,#f8efc0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fcf8e2 0%,#f8efc0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf8e2', endColorstr='#f8efc0',GradientType=0 ); /* IE6-9 */
}

.msg.msg-info {
    color: #3A87AD;
    border-radius: 3px;
    border: 1px solid #9acfea;
    background: #e2f1f9; /* Old browsers */
    background: -moz-linear-gradient(top,  #e2f1f9 0%, #b9def0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2f1f9), color-stop(100%,#b9def0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e2f1f9 0%,#b9def0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e2f1f9 0%,#b9def0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e2f1f9 0%,#b9def0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e2f1f9 0%,#b9def0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2f1f9', endColorstr='#b9def0',GradientType=0 ); /* IE6-9 */
}

.msg.msg-danger {
    color: #B94A48;
    border-radius: 3px;
    border: 1px solid #dca7a7;
    background: #f2dddd; /* Old browsers */
    background: -moz-linear-gradient(top,  #f2dddd 0%, #e7c3c3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2dddd), color-stop(100%,#e7c3c3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f2dddd 0%,#e7c3c3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f2dddd 0%,#e7c3c3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f2dddd 0%,#e7c3c3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f2dddd 0%,#e7c3c3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2dddd', endColorstr='#e7c3c3',GradientType=0 ); /* IE6-9 */
}

.msg.msg-success {
    color: #468847;
    border-radius: 3px;
    border: 1px solid #B2DBA1;
    background: #def0d7; /* Old browsers */
    background: -moz-linear-gradient(top,  #def0d7 0%, #c9e5bd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#def0d7), color-stop(100%,#c9e5bd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #def0d7 0%,#c9e5bd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #def0d7 0%,#c9e5bd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #def0d7 0%,#c9e5bd 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #def0d7 0%,#c9e5bd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#def0d7', endColorstr='#c9e5bd',GradientType=0 ); /* IE6-9 */
}


/***************************************************
Buttons
***************************************************/

.btn {
    font-weight: 400;
    text-align: center;

    vertical-align: middle;
    white-space: nowrap;

    display: inline-block;

    font-size: 13px;
    padding: 10px 20px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #d6d6d6;
    background: #f1f1f1;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f1f1f1 0%, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#e5e5e5));
    background: -webkit-linear-gradient(top, #f1f1f1 0%,#e5e5e5 100%);
    background: -o-linear-gradient(top, #f1f1f1 0%,#e5e5e5 100%);
    background: -ms-linear-gradient(top, #f1f1f1 0%,#e5e5e5 100%);
    background: linear-gradient(to bottom, #f1f1f1 0%,#e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e5e5e5',GradientType=0 );
}
.btn:hover {
    border-color: #ededed;
    background: #f8f8f8;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#f4f4f4));
    background: -webkit-linear-gradient(top, #f8f8f8 0%,#f4f4f4 100%);
    background: -o-linear-gradient(top, #f8f8f8 0%,#f4f4f4 100%);
    background: -ms-linear-gradient(top, #f8f8f8 0%,#f4f4f4 100%);
    background: linear-gradient(to bottom, #f8f8f8 0%,#f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f4f4f4',GradientType=0 );
}

.btn [class*="icon-"] {
    margin-right: 5px;
    margin-top: -2px;
}

.btn-info {
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.196);
    border: 1px solid #269ABC;
    background: #59bfdd; /* Old browsers */
    background: -moz-linear-gradient(top,  #59bfdd 0%, #2aabd2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#59bfdd), color-stop(100%,#2AABD2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #59bfdd 0%,#2AABD2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #59bfdd 0%,#2AABD2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #59bfdd 0%,#2AABD2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #59bfdd 0%,#2AABD2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59bfdd', endColorstr='#2AABD2',GradientType=0 ); /* IE6-9 */
}
.btn-info:hover:not(.btn-disabled) {
    color: #fff;
    background: #42b5d8; /* Old browsers */
    background: -moz-linear-gradient(top,  #42b5d8 0%, #2aabd2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#42b5d8), color-stop(100%,#2aabd2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #42b5d8 0%,#2aabd2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #42b5d8 0%,#2aabd2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #42b5d8 0%,#2aabd2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #42b5d8 0%,#2aabd2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42b5d8', endColorstr='#2aabd2',GradientType=0 ); /* IE6-9 */
}

.btn-success {
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.196);
    border: 1px solid #398439;
    background: #5bb65b; /* Old browsers */
    background: -moz-linear-gradient(top,  #5bb65b 0%, #419741 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5bb65b), color-stop(100%,#419741)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #5bb65b 0%,#419741 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #5bb65b 0%,#419741 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #5bb65b 0%,#419741 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #5bb65b 0%,#419741 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bb65b', endColorstr='#419741',GradientType=0 ); /* IE6-9 */
}
.btn-success:hover:not(.btn-disabled) {
    color: #fff;
    background: #4da54d; /* Old browsers */
    background: -moz-linear-gradient(top,  #4da54d 0%, #419741 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4da54d), color-stop(100%,#419741)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4da54d 0%,#419741 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4da54d 0%,#419741 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4da54d 0%,#419741 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #4da54d 0%,#419741 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4da54d', endColorstr='#419741',GradientType=0 ); /* IE6-9 */
}


.btn-danger {
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.196);
    border: 1px solid #AC2925;
    background: #d7504c; /* Old browsers */
    background: -moz-linear-gradient(top,  #d7504c 0%, #c12f2b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d7504c), color-stop(100%,#c12f2b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #d7504c 0%,#c12f2b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #d7504c 0%,#c12f2b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #d7504c 0%,#c12f2b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #d7504c 0%,#c12f2b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7504c', endColorstr='#c12f2b',GradientType=0 ); /* IE6-9 */
}
.btn-danger:hover:not(.btn-disabled) {
    color: #fff;
    background: #cc3f3b; /* Old browsers */
    background: -moz-linear-gradient(top,  #cc3f3b 0%, #c12f2b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc3f3b), color-stop(100%,#c12f2b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #cc3f3b 0%,#c12f2b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #cc3f3b 0%,#c12f2b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #cc3f3b 0%,#c12f2b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #cc3f3b 0%,#c12f2b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3f3b', endColorstr='#c12f2b',GradientType=0 ); /* IE6-9 */
}

.btn-info:hover, .btn-success:hover, .btn-danger:hover {
    color: #fff;
}


.btn-lg {
    font-size: 18px;
    padding: 8px 16px;
}
.btn-sm {
    font-size: 11px;
    padding: 3px 6px;
}
.btn-xs {
    font-size: 11px;
    padding: 0px 4px;
}

.btn-w100 {
    width: 100px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.btn-w150 {
    width: 150px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.btn-w200 {
    width: 200px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.btn-block {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.btn-disabled {
    opacity: 0.7;
}


.btns {
    margin-top: 30px;
    clear: both;
}


/***************************************************
Links
***************************************************/

a.link {
    color: #888888;
    font-size: 13px;
}
.link-u {
    text-decoration: underline;
}
.link-info {
    color: #2AABD2;
}
.link-success {
    color: #419741;
}
.link-danger {
    color: #C12F2B;
}

/***************************************************
Icons
***************************************************/

[class*="icon-"] {
    display: inline-block;
    vertical-align: middle;
    content:'';
    background-image: url(/assets/img/sprites.png);
}

.icon-fb {
    width: 25px;
    height: 25px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E%3Cpath id='facebook-svgrepo-com' d='M21.633,0H3.371A3.369,3.369,0,0,0,0,3.369V21.631A3.369,3.369,0,0,0,3.371,25h9.007l.015-8.934H10.072a.548.548,0,0,1-.548-.546l-.011-2.88a.548.548,0,0,1,.548-.55h2.317V9.309c0-3.229,1.972-4.987,4.853-4.987h2.364a.548.548,0,0,1,.548.548V7.3a.548.548,0,0,1-.547.548H18.144c-1.567,0-1.87.744-1.87,1.837v2.409h3.442a.548.548,0,0,1,.544.612l-.341,2.88a.548.548,0,0,1-.544.483H16.289L16.274,25h5.359A3.369,3.369,0,0,0,25,21.631V3.369A3.369,3.369,0,0,0,21.633,0Z' transform='translate(-0.002)' fill='%23475993'/%3E%3C/svg%3E%0A");
}
.icon-insta {
    width: 25px;
    height: 25px;
    background-image: url("data:image/svg+xml,%3Csvg id='instagram-2016-logo-svgrepo-com' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='25' height='25' viewBox='0 0 30 30.001'%3E%3Cdefs%3E%3CradialGradient id='radial-gradient' cx='0.133' cy='1.005' r='1.305' gradientTransform='translate(0)' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0.09' stop-color='%23fa8f21'/%3E%3Cstop offset='0.78' stop-color='%23d82d7e'/%3E%3C/radialGradient%3E%3CradialGradient id='radial-gradient-2' cx='0.606' cy='1.05' r='1.029' gradientTransform='translate(0)' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0.64' stop-color='%238c3aaa' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%238c3aaa'/%3E%3C/radialGradient%3E%3C/defs%3E%3Cpath id='Path_1' data-name='Path 1' d='M10,15a5,5,0,1,1,5,5,5,5,0,0,1-5-5M7.3,15A7.7,7.7,0,1,0,15,7.3,7.7,7.7,0,0,0,7.3,15m13.91-8.008a1.8,1.8,0,1,0,1.8-1.8h0a1.8,1.8,0,0,0-1.8,1.8M8.94,27.211a8.291,8.291,0,0,1-2.786-.516,4.662,4.662,0,0,1-1.725-1.122,4.628,4.628,0,0,1-1.122-1.724,8.283,8.283,0,0,1-.516-2.786C2.718,19.482,2.7,19.007,2.7,15s.016-4.48.087-6.062a8.345,8.345,0,0,1,.516-2.786A4.662,4.662,0,0,1,4.429,4.428,4.623,4.623,0,0,1,6.155,3.306,8.283,8.283,0,0,1,8.94,2.79C10.522,2.717,11,2.7,15,2.7s4.48.016,6.062.087a8.345,8.345,0,0,1,2.786.516,4.647,4.647,0,0,1,1.725,1.122A4.647,4.647,0,0,1,26.7,6.153a8.283,8.283,0,0,1,.516,2.786c.073,1.583.087,2.056.087,6.062s-.015,4.48-.087,6.062a8.322,8.322,0,0,1-.516,2.786,4.967,4.967,0,0,1-2.847,2.846,8.283,8.283,0,0,1-2.786.516c-1.581.073-2.056.087-6.062.087s-4.48-.015-6.06-.087M8.816.091a11,11,0,0,0-3.641.7,7.358,7.358,0,0,0-2.657,1.73A7.329,7.329,0,0,0,.788,5.175a11,11,0,0,0-.7,3.641C.017,10.416,0,10.927,0,15s.017,4.585.091,6.184a11,11,0,0,0,.7,3.641,7.333,7.333,0,0,0,1.73,2.657,7.375,7.375,0,0,0,2.657,1.73,11.009,11.009,0,0,0,3.641.7c1.6.073,2.111.091,6.184.091s4.585-.017,6.184-.091a11,11,0,0,0,3.641-.7,7.669,7.669,0,0,0,4.387-4.387,10.972,10.972,0,0,0,.7-3.641c.073-1.6.09-2.111.09-6.184s-.017-4.585-.09-6.184a11,11,0,0,0-.7-3.641,7.377,7.377,0,0,0-1.73-2.657A7.34,7.34,0,0,0,24.827.788a10.985,10.985,0,0,0-3.641-.7C19.587.018,19.075,0,15,0S10.416.017,8.816.091' fill='url(%23radial-gradient)'/%3E%3Cpath id='Path_2' data-name='Path 2' d='M10,15a5,5,0,1,1,5,5,5,5,0,0,1-5-5M7.3,15A7.7,7.7,0,1,0,15,7.3,7.7,7.7,0,0,0,7.3,15m13.91-8.008a1.8,1.8,0,1,0,1.8-1.8h0a1.8,1.8,0,0,0-1.8,1.8M8.94,27.211a8.291,8.291,0,0,1-2.786-.516,4.662,4.662,0,0,1-1.725-1.122,4.628,4.628,0,0,1-1.122-1.724,8.283,8.283,0,0,1-.516-2.786C2.718,19.482,2.7,19.007,2.7,15s.016-4.48.087-6.062a8.345,8.345,0,0,1,.516-2.786A4.662,4.662,0,0,1,4.429,4.428,4.623,4.623,0,0,1,6.155,3.306,8.283,8.283,0,0,1,8.94,2.79C10.522,2.717,11,2.7,15,2.7s4.48.016,6.062.087a8.345,8.345,0,0,1,2.786.516,4.647,4.647,0,0,1,1.725,1.122A4.647,4.647,0,0,1,26.7,6.153a8.283,8.283,0,0,1,.516,2.786c.073,1.583.087,2.056.087,6.062s-.015,4.48-.087,6.062a8.322,8.322,0,0,1-.516,2.786,4.967,4.967,0,0,1-2.847,2.846,8.283,8.283,0,0,1-2.786.516c-1.581.073-2.056.087-6.062.087s-4.48-.015-6.06-.087M8.816.091a11,11,0,0,0-3.641.7,7.358,7.358,0,0,0-2.657,1.73A7.329,7.329,0,0,0,.788,5.175a11,11,0,0,0-.7,3.641C.017,10.416,0,10.927,0,15s.017,4.585.091,6.184a11,11,0,0,0,.7,3.641,7.333,7.333,0,0,0,1.73,2.657,7.375,7.375,0,0,0,2.657,1.73,11.009,11.009,0,0,0,3.641.7c1.6.073,2.111.091,6.184.091s4.585-.017,6.184-.091a11,11,0,0,0,3.641-.7,7.669,7.669,0,0,0,4.387-4.387,10.972,10.972,0,0,0,.7-3.641c.073-1.6.09-2.111.09-6.184s-.017-4.585-.09-6.184a11,11,0,0,0-.7-3.641,7.377,7.377,0,0,0-1.73-2.657A7.34,7.34,0,0,0,24.827.788a10.985,10.985,0,0,0-3.641-.7C19.587.018,19.075,0,15,0S10.416.017,8.816.091' fill='url(%23radial-gradient-2)'/%3E%3C/svg%3E%0A");
}

.icon-home {
    width: 15px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='14' viewBox='0 0 15 14'%3E%3Cg id='ebdc5b57dadbfdc4f89b2c00e3997391' transform='translate(-10.039 -61.7)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M24.848,68.962l-6.686-6.984a.834.834,0,0,0-1.243,0l-6.688,6.984c-.343.369-.214.672.283.672h1.394V75c0,.386.015.7.686.7H15.84V70.319h3.4V75.7h3.407c.511,0,.527-.315.527-.7V69.634h1.394c.5,0,.625-.3.283-.672Z'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.icon-online {
    width: 21px;
    height: 18px;
    vertical-align: -2px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='18' viewBox='0 0 21 18'%3E%3Cg id='e4a86b0d7bf4c46d7d550a92b0b2fcae' transform='translate(-10 -84)'%3E%3Cg id='Group_5' data-name='Group 5' transform='translate(10 84)'%3E%3Cg id='Group_4' data-name='Group 4' transform='translate(0)'%3E%3Cg id='Group_3' data-name='Group 3'%3E%3Cpath id='Path_7' data-name='Path 7' d='M31,88.9a4.842,4.842,0,0,0-9.664-.5h-9.9A1.45,1.45,0,0,0,10,89.856v10.511a1.451,1.451,0,0,0,1.44,1.454H21.852a1.454,1.454,0,0,0,1.444-1.454V92.856a4.811,4.811,0,0,0,2.046.865l.021,1.14-.692.236v6.267a2.178,2.178,0,0,0,1.541.632,2.232,2.232,0,0,0,1.4-.63V95.1l-.647-.16-.019-1.216A4.885,4.885,0,0,0,31,88.9Zm-4.858,3.775A3.774,3.774,0,1,1,29.884,88.9,3.756,3.756,0,0,1,26.142,92.675ZM20.811,98.94H12.484v-.956h8.327Zm0-3.349H12.484v-.958h8.327Zm0-3.347H12.484v-.958h8.327Z' transform='translate(-10 -84)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}


.icon-search {
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg id='_30bb3825e8f631cc6075c0f87bb4978c' data-name='30bb3825e8f631cc6075c0f87bb4978c' transform='translate(-10 -10)'%3E%3Cg id='Group_1' data-name='Group 1' transform='translate(10 10)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M18.182,10a7.989,7.989,0,0,1,3.178.649A8.032,8.032,0,0,1,25.714,15a7.989,7.989,0,0,1,.649,3.178,8.094,8.094,0,0,1-1.79,5.107l5.164,5.158a.914.914,0,0,1-1.292,1.292l-5.158-5.164A8.152,8.152,0,0,1,15,25.714a8.032,8.032,0,0,1-4.354-4.354,8.1,8.1,0,0,1,0-6.356A8.032,8.032,0,0,1,15,10.651,7.973,7.973,0,0,1,18.182,10Zm0,1.819a6.212,6.212,0,0,0-2.472.5,6.264,6.264,0,0,0-3.388,3.388,6.311,6.311,0,0,0,0,4.943,6.264,6.264,0,0,0,3.388,3.388,6.311,6.311,0,0,0,4.943,0,6.264,6.264,0,0,0,3.388-3.388,6.311,6.311,0,0,0,0-4.943,6.264,6.264,0,0,0-3.388-3.388A6.212,6.212,0,0,0,18.182,11.819Z' transform='translate(-10 -10)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}


/***************************************************
Table
***************************************************/
.content table {
    font-size: 14px;
    border: 1px solid #b9b9b9;
}
.content table th, .content table td {
    padding: 18px 12px;
    border-right: 1px solid #b9b9b9;
}
.content table th {
    font-weight: bold;
    text-align: center;
    background: #f5f5f5;
}
.content table td {
    border-top: 1px solid #b9b9b9;
}
.content table p {
    margin: 0;
}
.content table img {
    margin: 0 2px;
    vertical-align: middle;
}
.content table img:only-child {
    margin: 0 5px;
}

.content table.tbl-legenda {
    border: 0;
    padding: 0;
}
.content table.tbl-legenda td {
    border: 0;
    padding: 0 0 5px 0;
}


/*@media screen and (max-width: 1000px) {*/
/*    table.table {*/
/*        overflow-x: auto;*/
/*        display: block;*/
/*    }*/
/*}   */

/***************************************************

***************************************************/

.box {
    border-radius: 5px;
    border: 1px solid #d6d6d6;
    background: #f1f1f1;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f1f1f1 0%, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#e5e5e5));
    background: -webkit-linear-gradient(top, #f1f1f1 0%,#e5e5e5 100%);
    background: -o-linear-gradient(top, #f1f1f1 0%,#e5e5e5 100%);
    background: -ms-linear-gradient(top, #f1f1f1 0%,#e5e5e5 100%);
    background: linear-gradient(to bottom, #f1f1f1 0%,#e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e5e5e5',GradientType=0 );
}

.box-contact {
    font-size: 18px;
    padding: 43px 20px;
    background: url(/assets/img/main-kontakt.png?2) no-repeat right bottom;
}
.box-contact strong {
    font-size: 24px;
    font-weight: 300;
    margin: 5px 0;
    display: block;
}

.boxMenu {
    overflow: hidden;
}
.boxMenu a {
    border-bottom: 1px solid #dddddd;
    padding: 10px 30px;
    display: block;
}
.boxMenu li:last-child a {
    border-bottom: 0;
}
.boxMenu a:hover {
    background: #f6f6f6;
}
.boxMenu li.current a {
    font-weight: bold;
    background: #f6f6f6;
}

.boxPhotos {
    margin-top: 20px;
}
.boxPhotos img {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 5px;

}

@media (max-width: 767px) {

    .boxPhotos img {
        display: none;
    }
}


/***************************************************
podstrona - kontakt
***************************************************/

.breadcrumb-wrapper {
    background: #000 url(/assets/img/baner.jpg) center no-repeat;
    height: 110px;
    margin-bottom: 30px;
    position: relative;
}
.breadcrumb-wrapper .breadcrumb-title {
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.breadcrumb-wrapper h1 {
    color: #fff;
    font-size: 28px;
}
.breadcrumb-wrapper h2 {
    color: #fff;
    font-size: 18px;
}

@media (max-width: 979px) {
    .breadcrumb-wrapper {
        background-position: 0 center;
    }
}


/***************************************************
podstrona - kontakt
***************************************************/

.contact-wrapper {

}
.contact-wrapper #map {
    width: 100%;
    height: 300px;
}

/***************************************************
podstrona - galeria
***************************************************/


.gallery-wrapper article h3 {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.gallery-wrapper article img {
    width: 100%;
    display: block;
}

/***************************************************
moduł - news
***************************************************/

.news-wrapper article {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e3e3e3;
}
.main-wrapper .news-wrapper article {
    padding-bottom: 0;
    margin-bottom: 25px;
    border-bottom: none;
}
.news-wrapper article header {
    margin-bottom: 20px;
}
.news-wrapper article header h3 {
    margin: 0;
}
.news-wrapper article header h2 {
    margin: 0;
    display: inline-block;
    color: #575757;
}
.news-wrapper article header h2 a {
    text-decoration: none;
    color: #575757;
}
.news-wrapper article header time {
    color: #888888;
    font-size: 13px;
    float: right;
}
.main-wrapper .news-wrapper article header time {
    float: none;
}
.news-wrapper article section p {
    margin: 10px 0;
}

@media (max-width: 534px) {
    .news-wrapper article header h2 {
        display: block;
    }
    .news-wrapper article header time {
        float: none;
    }

}
