﻿@charset "utf-8";
@import "/assets/css/reset.css";
@import 'https://fonts.googleapis.com/css?family=Lato:400,700|Merriweather:300,400,700';



/* 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: 'Lato', Tahoma, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #000;
    background: #fff;
    margin: 0;
    padding-top: 78px;
    position: relative;
    min-width: 320px;
}

a {
    color: #000;
}
a:hover {
    color: #e61e2c;
}


/***************************************************
Szkielet
***************************************************/

.container {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
}
main .container {
    padding: 290px 20px 50px 20px;
}


.header-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 91;
    background: rgba(58,55,50,0) url("/assets/img/bg-top2.jpg") no-repeat center 0;
    transition: background .25s linear;
    -moz-transition: background .25s linear;
    -webkit-transition: background .25s linear;
}
.header-wrapper .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;

    transition: padding .25s linear;
    -moz-transition: padding .25s linear;
    -webkit-transition: padding .25s linear;
    overflow: hidden;
}
.sticky .header-wrapper {
    background-position: center -152px;
    background-color: rgba(58,55,50,1);
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
.sub .header-wrapper {
}


.header-wrapper h1 {
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 7px;
    position: absolute;
    top: 235px;
    left: 220px;
    right: 0;
    transition: all .25s linear;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
}
@media (min-width: 768px) {

    .sticky .header-wrapper h1 {
        top: 85px;
        left: 90px;
        font-size: 18px;
        letter-spacing: 8px;
    }
}

.header-date {
    color: #e61e2c;
    font-size: 32px;
    position: absolute;
    top: 268px;
    left: 220px;
}

.header-wrapper .btn {
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 240px;
    padding: 15px 25px;
    height: 74px;
    transition: all .25s linear;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    overflow: hidden;
}
.sticky .header-wrapper .btn {
    font-size: 18px;
    top: 81px;
    height: 31px;
    padding: 4px 15px;
}

.header-logo {
    float: left;
    margin: 25px 0 30px;
    transition: margin .25s linear;
    -moz-transition: margin .25s linear;
    -webkit-transition: margin .25s linear;
}
.header-logo img {
    height: 260px;
    transition: height .25s linear;
    -moz-transition: height .25s linear;
    -webkit-transition: height .25s linear;
}
.sticky .header-logo {
    margin: 15px 0 15px;
}
.sticky .header-logo img {
    height: 80px;
}
.sticky .header-logo span {
    margin-left: 73px;
}

.header-logo-other {
    position: absolute;
    right: 30px;
    bottom: 250px;
    height: 52px;
    transition: all .25s linear;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
}
.header-logo-other img {
    width: 120px;
    margin-left: 20px;
    vertical-align: middle;
}
.sticky .header-logo-other {

}
.mainAbout-logo-other {
    display: none;
    margin: -20px auto 20px auto;
    text-align: center;
}
.mainAbout-logo-other img {
    width: 120px;
    vertical-align: middle;
    margin: 10px;
}
@media (max-width: 1450px) {
    .sticky .header-logo-forbes {
        display: none;
    }
}
@media (max-width: 1350px) {

}
@media (max-width: 1250px) {

}
@media (max-width: 979px) {
    .header-logo-other {
        display: none;
    }
    .mainAbout-logo-other {
        display: block;
    }
}




@media (max-width: 1080px) {

    .header-wrapper h1, .sticky .header-wrapper h1 {
        letter-spacing: 3px;
    }
}

@media (max-width: 979px) {

    main .container {
        padding: 70px 20px 50px 20px;
    }

    .header-wrapper {
        background-position: center -152px;
    }
    .header-wrapper h1 {
        display: block;
        top: 85px;
        left: 90px;
        font-size: 18px;
        letter-spacing: 5px;
    }

    .header-wrapper .btn {
        font-size: 18px;
        top: 81px;
        height: 31px;
        padding: 4px 15px;
    }

    .header-logo {
        margin: 15px 0 15px;
    }
    .header-logo img {
        height: 80px;
    }
    .header-logo span {
        margin-left: 73px;
    }
}

@media (max-width: 767px) {
    .header-wrapper h1, .sticky .header-wrapper h1 {
        font-size: 18px;
        letter-spacing: 2px;
    }
    .header-wrapper .btn, .sticky .header-wrapper .btn {
        font-size: 16px;
        top: 27px;
        right: 120px;
        height: 24px;
        padding: 2px 5px;
    }
}
@media (max-width: 480px) {
    .header-wrapper h1 {
        font-size: 15px;
        letter-spacing: 0;
        text-transform: none;
    }
    .header-wrapper .btn, .sticky .header-wrapper .btn {
        font-size: 14px;
        text-transform: none;
    }
}





.g-footer {
    background: #eee;
    padding: 10px 0;
    margin-top: 30px;
}
.g-footer-links {
    float: left;
}
.g-footer-make {
    float: right;
}
.g-footer-make .studiomh {
    display: inline-block;
    background: url(/assets/img/mh.png) no-repeat top;
    width: 31px;
    height: 16px;
    margin: -1px 0 -1px 0!important;
}
.g-footer-make .studiomh:hover {
    background-position: bottom;
}




.g-grid {
    padding: 0 10px;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}

.g-row {
    clear: both;
    display: -webkit-box;
    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-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}

.g-row-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.g-row-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
}

.g-row-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.g-row-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.g-row-right {
    -webkit-box-pack: end;
    -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-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

[class*="g-col-"] {
    min-height: 1px;
    -webkit-box-flex: 1;
    -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-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.g-col-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.g-col-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}

.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-right {
    margin-left: auto;
}


.g-pddX-30 {
    margin-left: -30px;
}
.g-pddX-30 > [class*="g-col-"] {
    padding-left: 30px;
}

.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;
}

@media (max-width: 979px) {
    .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-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .g-col-l-auto {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    }
}

@media (max-width: 767px) {
    .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-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .g-col-m-auto {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    }
}

@media (max-width: 534px) {
    .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-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .g-col-s-auto {
        -webkit-box-flex: 1;
        -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 (max-width: 534px) {
    .g-show-s {
        display: block;
    }
    .g-hide-s {
        display: none;
    }
}

@media (max-width: 767px) {
    .g-show-m {
        display: block;
    }
    .g-hide-m {
        display: none;
    }
}

@media (max-width: 979px) {
    .g-show-l {
        display: block;
    }
    .g-hide-l {
        display: none;
    }
}




/***************************************************
content
***************************************************/

.content p {
    margin: 30px 0;
    line-height: 1.4em;
    text-align: left;
}
.content .pd-low {
    margin-top: -15px;
}

.content h1 {
    font-size: 48px;
    text-align: left;
    margin: 0 0 40px 0;
    padding-bottom: 40px;
    position: relative;
}
.content h1:after {
    content: '';
    display: block;
    bottom: 0;
    height: 1px;
    width: 100px;
    background: #fff;
    position: absolute;
}
.content h2 {
    font-size: 36px;
    text-align: left;
    text-transform: uppercase;
    margin: 30px 0;
    position: relative;
}

.content h3 {
    font-size: 36px;
    font-weight: 300;
    text-align: left;
    margin: 50px 0;
}
.content h3 span {
    color: #fff;
    background: #e61e2c;
    display: inline-block;
    padding: 5px 20px;
    margin-left: -20px;
}

.content h4 {
    color: #e61e2c;
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0;
    line-height: 1.3em;
}
.content h4 strong {
    color: #000;
    font-size: 16px;
}
.content h5 {
    color: #e61e2c;
    font-size: 18px;
    font-weight: 400;
    margin: 30px 0;
}
.content h4 + h5 {
    margin-top: -30px;
}


@media (max-width: 534px) {
    .content h2 {
        font-size: 26px;
    }

    .content h3 {
        font-size: 26px;
    }
}


.content ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}
.content ul li {
    position: relative;
    padding-left: 30px;
}
.content ul li::before {
    content: "";
    position: absolute;
    background: #e61e2c;
    display: block;
    width: 6px;
    height: 6px;
    top: 10px;
    left: 10px;
    border-radius: 50%;
}

.content ol {
    display: block;
    list-style-position: outside;
    list-style-type: decimal;
    padding-left: 20px;
    margin: 30px 0;
    line-height: 1.4em;
}
.content ol li {
    margin: 10px 0;
}

.content p:not(.second):first-child, .content h1:first-child, .content h2:first-child, .content h3:first-child, .content h4:first-child {
    margin-top: 0!important;
}
.content p:last-child {
    margin-bottom: 0!important;
}

/***************************************************
menu
***************************************************/

.navbar {
    margin: 100px 20px 0 20px;
    display: block;
    width: calc(100% - 330px);
    position: relative;
    float: right;
    z-index: 91;
    transition: margin .25s linear;
    -moz-transition: margin .25s linear;
    -webkit-transition: margin .25s linear;
}
.navbar > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.navbar > ul > li {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    position: relative;
    border-left: 1px solid #525355;
    padding: 60px 5px 0 5px;
    transition: padding .25s linear;
    -moz-transition: padding .25s linear;
    -webkit-transition: padding .25s linear;
}
.navbar > ul > li > a {
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 0;
    display: inline-block;
    border-bottom: 5px solid #e61e2c;
}
.navbar ul li a:hover, .navbar ul li a.current {
    color: #e61e2c;
}

.sticky .navbar {
    margin-top: 0;
}
.sticky .navbar > ul > li {
    padding-top: 20px;
}


.navbar  ul .sub {
    display: none;
    position: absolute;
    top: 50px;
    left: -40px;
    right: -40px;
    background: #fff;
}
.navbar  ul .sub li {
    margin: 0;
}
.navbar  ul .sub a {
    font-family: 'Lato';
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
    display: block;
}


@media (max-width: 979px) {
    .navbar {
        display: none;
    }
}

@media (max-width: 1050px) {
    .navbar {
        max-width: 740px;
    }
}

@media (max-width: 1199px) {

    .navbar > ul > li > a {
        font-size: 14px;
    }
}


/***************************************************
menu mobile
***************************************************/

.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-nav {
    float: right;
    height: 50px;
    width: 83px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    transition: top .25s linear;
    -moz-transition: top .25s linear;
    -webkit-transition: top .25s linear;
    margin-top: 12px;
}
@media (min-width: 980px) {
    .mobile-nav {
        display: none;
    }
}
.mobile-nav:hover {
    text-decoration: none;
}
.mobile-nav span {
    position: relative;
    padding-left: 35px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
}
.mobile-nav span::after {
    display: block;
    position: absolute;
    top: 24px;
    left: 0;
    width: 25px;
    height: 3px;
    background: #e61e2c;
    box-shadow: 0 6px 0 #e61e2c,
    0 -6px 0 #e61e2c;
    content: '';
}



.sidr {
    display: block;
    position: fixed;
    top: 0;
    width: 250px;
    height: 100%;
    background: #fff;
    z-index: 999999;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 50px 0;
}

.sidr ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidr ul ul li a {
    padding-left: 40px;
}

.sidr li a {
    font-size: 15px;
    display: block;
    padding: 7px 15px;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px solid #e2e2e2;
}
.sidr li:first-child a {
    border-top: 1px solid #e2e2e2;
}
.sidr li a:hover {
    color: #fff;
    background: #e61e2c;
}


.sidr.right {
    right: -250px;
    left: auto;
}

.sidr.left {
    right: auto;
    left: -250px;
}

.sidr-open .sidr {
    box-shadow: 1px 0 0 #ccc;
}




/***************************************************
menu
***************************************************/

.subnav {
    margin: 0 0 50px 0;
    display: block;
    position: relative;
    background: #f0f0f0;
    border: 1px solid #cccccc;
}
.subnav > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;

    padding: 0;
    list-style: none;
}
.subnav > ul > li {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
    padding-left: 0;
}
.subnav > ul > li:before {
    display: none;
}
.subnav > ul > li > a {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 0 10px;
    height: 70px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;

    transition: background .1s linear;
    -moz-transition: background .1s linear;
    -webkit-transition: background .1s linear;
}
.subnav ul li a strong {
    text-transform: uppercase;
    color: #e61e2c;
    font-size: 26px;
}
.subnav ul li a:hover, .subnav ul li a.current {
    background: #fff;
    color: #000;
}

@media (max-width: 767px) {
    .subnav > ul {
    }
    .subnav > ul > li {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
}

@media (max-width: 534px) {
    .subnav > ul {
        flex-direction: column;
    }
    .subnav > ul > li {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}


/***************************************************
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!important;
}
.txt-center {
    text-align: center!important;
}

.txt-underline {
    text-decoration: underline;
}

hr {
    background: #cccccc;
    height: 1px;
    border: 0;
    margin: 30px 0;
}

.pagination {
    text-align: center;
}


.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;
    background: #ececec;
    padding: 5px;
    width: 100%;
    font-size: 12px;
    color: #000;
    text-align: center;
}
#cookies .ok {
    background: #000;
    color: #fff;
    padding: 1px 3px;
    margin: 0 5px;
}
body.hasCookies {
    margin-bottom: 20px;
}

.color {
    color: #e61e2c;
}
.color:hover {
    text-decoration: underline;
}

/***************************************************
Buttons
***************************************************/

.btn {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #fff;

    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;

    display: inline-block;
    padding: 10px 35px;
    border: 0;
    border-radius: 0;

    background: #e61e2c;
    transition: background .1s linear;
    -moz-transition: background .1s linear;
    -webkit-transition: background .1s linear;
}
.btn:hover {
    color: #fff;
    background: #000;
}

.btn-block {
    width: 100%;
    padding: 10px;
}

.btn-slide {
    width: 25px;
    height: 25px;
    display: block;
    border: 1px solid #cccccc;
    border-radius: 13px;
    float: right;
    position: relative;
}
.btn-slide:after {
    content: '';
    display: block;
    width: 5px;
    height: 3px;
    background: url('/assets/img/point.png') no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.btn-slide.open:after {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
.btn-slide:hover {
    border: 1px solid #000;
}


/***************************************************
Icons
***************************************************/

[class*="icon-"] {
    display: inline-block;
    vertical-align: middle;
    content:'';
}


/***************************************************
bilet
***************************************************/

#ticket {
    display: none;
    z-index: 200;
    position: relative;
}
.ticket-overlay {
    overflow: auto;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 350px;
    background: url("/assets/img/ticket-back.jpg?1") no-repeat center;
    background-size: cover;
    z-index: 100;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.ticket-overlay .container {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;

    max-height: 100%;
    padding: 20px 0;
}
.ticket-overlay h2 {
    color: #fff;
}
.ticket-overlay h2:after {
    background: #fff;
}

.ticket-overlay p {
    text-align: center;
    color: #fff;
    margin: 0 0 40px 0;
}

.ticket-overlay .g-col-3 {
    padding: 0 20px;
    margin-bottom: 10px;
}


/***************************************************
strona główna
***************************************************/

.mainAbout-wrapper {
    /*background: #f2f2f2;*/
    background: #191a1c url("/assets/img/bg-top.jpg?3") center 0 no-repeat;
}
.mainAbout-wrapper .container {
    padding: 280px 20px 50px 20px;
    color: #ffffff;
    text-shadow: 0pt 0pt 2px rgba(0, 0, 0, 0.5);
    font-size: 19px;
}
.mainAbout-wrapper h2 {
    color: #e61e2c;
}
.mainAbout-photo {
    width: 80%;
    margin: 0;
}

p.mainAbout-text {
    text-align: left;
}

.mainAbout-wrapper h2 {
    color: #e61e2c;
}

p.mainAbout-sign {
    text-align: right;
    margin: 0;
}
.mainAbout-signImg {
    margin-top: 10px
}
p.mainAbout-label {
    margin: 0;
    text-align: right;
    font-size: 14px;
    color: #c3c3c3;
}

.mainAbout-wrapper .g-col-5 p {
    margin: 50px 0;
}


@media (max-width: 979px) {
    .mainAbout-wrapper {
        /*background: #f2f2f2;*/
        background-position: center -152px;
    }
    .mainAbout-wrapper .container {
        padding-top: 70px;
    }
}

@media (max-width: 534px) {
    .mainAbout-photo {
        margin: 0px auto 40px auto;
        display: block;
    }
}



.mainText-wrapper .container {
    padding: 50px 20px;
}

p.mainText-label {
    text-align: center;
    color: #949494;
}



.mainSubs {
    padding: 20px 20px;
    background: #000;
    text-align: center;
}
.mainSubs p {
    font-size: 20px;
    color: #fff;
    padding: 20px;
    display: inline-block;
    background: #e61e2c;
    position: relative;
    height: 100px;
}
.mainSubs p:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 100px 50px;
    border-color: transparent transparent #e61e2c transparent;
    position: absolute;
    left: -50px;
    top: 0;
}
.mainSubs p:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 50px 0 0;
    border-color: #e61e2c transparent transparent transparent;
    position: absolute;
    right: -50px;
    top: 0;
    vertical-align: middle;
}
.mainSubs p strong {
    font-size: 24px;
}
.mainSubs img {
    margin-left: 50px;
    margin-top: 10px;
    vertical-align: middle;
    width: 30%;
    max-width: 392px;
    min-width: 200px;
}

@media (max-width: 534px) {

    .mainSubs p:after, .mainSubs p:before {
        display: none;
    }
    .mainSubs p {
        height: auto;
    }
    .mainSubs img {
        margin-left: 0;
    }
}


.gallery-wrapper .container {
    max-width: 1200px;
}

.gallery-wrapper .thanks-author p {
    text-align: right;
    margin-top: 40px;
}
.gallery-wrapper .thanks img {
    width: 100%;
    max-width: 100px;
    float: right;
    margin: -10px 0 0 20px;
}

@media (max-width: 534px) {
    .gallery-wrapper .thanks {
        text-align: center;
    }
    .gallery-wrapper .thanks img {
        margin: 0 auto;
        float: none;
    }
    .gallery-wrapper .thanks-author p {
        text-align: center;
        margin-top: 20px;
    }
}


.gallery-wrapper .g-row {
    margin-bottom: 100px;
}
.gallery-wrapper .g-row:last-child {
    margin-bottom: 0;
}
.gallery-wrapper .g-col-4 {
    text-align: center;
}
.gallery-wrapper .g-col-4 a.photo img {
    width: 100%;
    display: block;
    opacity: 0.7;

    transition: opacity .25s linear;
    -moz-transition: opacity .25s linear;
    -webkit-transition: opacity .25s linear;
}
.gallery-wrapper .g-col-4 a.photo:hover img {
    opacity: 1;
}

.galleryText {
    margin-top: -50px;
}
.galleryText .g-col-6 {
    margin-top: 50px;
}
.galleryText h4 {
    margin-left: 20px;
    margin-right: 20px;
}
.galleryText p {
    margin-left: 20px;
    margin-right: 20px;
    text-align: justify;
}

ul.gallery-cats {
    margin-bottom: 30px;
}
ul.gallery-cats li {
    margin-bottom: 10px;
    padding: 0;
}
ul.gallery-cats li::before {
    display: none;
}
ul.gallery-cats li a {
    font-size: 14px;
    line-height: 1.5em;
    background: #f2f2f2;
    padding: 10px;
    display: block;
}
ul.gallery-cats li a.current {
    color: #e61e2c;
}

.gallery-g {
    display: none;
}


.partners-wrapper .g-col-4 {
    text-align: center;
    margin-bottom: 50px;
}
.partners-wrapper .g-col-4 img {
    max-width: 80%;
    width: 180px;
}

.partners-wrapper h3 {
    text-align: center;
    font-weight: bold;
    margin: 70px 0;
}
.partners-wrapper h3 img {
    vertical-align: middle;
    height: 80px;
    margin-left: 20px;
}




.contact-wrapper [class*="g-col-"] {
    margin-bottom: 50px;
}
.contact-wrapper .g-col-6 {
    text-align: center;
}
.contact-wrapper p {
    text-align: center;
}




.program-wrapper h4:first-child {
    margin: 30px 0!important;
}


.program-temporary li {
    position: relative;
    padding-left: 150px!important;
    margin-bottom: 20px;
}
.program-temporary li:before {
    display: none!important;
}
.program-temporary li strong {
    position: absolute;
    left: 0;
    top: 0;
}
.program-temporary li.lunch {
    margin: 30px 0 30px 0;
}
.program-temporary li.award {
    color: #e61e2c;
}
.program-temporary li.block {
    font-weight: bold;
    margin: 30px 0 30px 0;
}
.program-temporary li.block small {
    font-weight: normal;
}
.program-temporary li .person {
    margin: 10px 0 10px 0;
    font-style: italic;
    display: block;
    font-size: 16px;
}


.program-more {
    display: none;
}

.program-time {
    font-weight: bold;
    color: #e61e2c;
}
.program-duration {
    font-size: 14px;
    font-style: italic;
}
.program-topic {
    text-transform: uppercase;
}
.program-topic span {
    text-transform: none;
    margin-left: 10px;
    color: #949494;
}
.program-name {
    text-transform: uppercase;
}

.program-kok h4, .program-temporary li.award {
    color: #00b7f2;
}
.program-kok h3 span {
    background: #00b7f2;
}


.tab {
    display: none;
}

@media (max-width: 534px) {
    .program-time {
        margin-bottom: 10px;
    }
}



[class*="line-"] {
    position: relative;
}

.line-v:after {
    width: 1px;
    height: 100%;
    background: #e61e2c;
    content: '';
    display: block;
    left: 50%;
    position: absolute;
}

.line-h:after {
    width: 100%;
    height: 1px;
    background: #e61e2c;
    content: '';
    display: block;
    top: 90px;
    left: 0;
    position: absolute;
}

.line-tr:after {
    content: '';
    display: block;
    border: 1px solid #e61e2c;
    border-width: 0 0 1px 1px;
    border-radius: 0 0 0 40px;
    top: 0;
    bottom: calc(100% - 91px);
    left: 50%;
    right: 0;
    position: absolute;
}
.line-lb:after {
    content: '';
    display: block;
    border: 1px solid #e61e2c;
    border-width: 1px 1px 0 0;
    border-radius: 0 40px 0 0;
    top: 90px;
    bottom: 0;
    left: 0;
    right: calc(50% - 3px);
    position: absolute;
}
.line-tl:after {
    content: '';
    display: block;
    border: 1px solid #e61e2c;
    border-width: 0 1px 1px 0;
    border-radius: 0 0 40px 0;
    top: 0;
    bottom: calc(100% - 91px);
    left: 0;
    right: calc(50% - 3px);
    position: absolute;
}
.line-rb:after {
    content: '';
    display: block;
    border: 1px solid #e61e2c;
    border-width: 1px 0 0 1px;
    border-radius: 40px 0 0 0;
    top: 90px;
    bottom: 0;
    left: 50%;
    right: 0;
    position: absolute;
}

.line-point {
    position: relative;
}
.line-point:before {
    width: 15px;
    height: 15px;
    background: #e61e2c;
    border-radius: 50%;
    outline: 10px solid #fff;
    content: '';
    display: block;
    top: 10px;
    left: 50%;
    position: absolute;
    margin: -7px 0 0 -7px;
    z-index: 12;
}

.line-clear {
    height: 80px;
}
.line-clear-auto {
    height: auto;
}
.line-clear .line-tl:after {
    bottom: calc(100% - 41px);
}
.line-clear .line-tr:after {
    bottom: calc(100% - 41px);
}
.line-clear .line-lb:after {
    top: 40px;
}
.line-clear .line-h:after {
    top: 40px;
}
.line-clear .line-rb:after {
    top: 40px;
}

@media (max-width: 534px) {
    .line-v, .line-tr, .line-lb, .line-tl, .line-rb, .line-h:after {
        display: none;
    }
}




.persons {
    text-align: center;
}
.persons .g-col-content {
    width: 240px;
}
.person {
    margin-bottom: 30px;
}
.person img {
    border: 10px solid #fff;
    position: relative;
    z-index: 9;
    margin: 0 10px;
}
.person img:not([src*='person']) {
    width: calc(100% - 20px);
    max-width: 180px;
}
.person p {
    margin: 0 10px;
    text-align: center;
}

.person-double {
    width: 350px!important;
}
.person-double img {
    /*width: 45% !important;*/
}
.person-double img:first-of-type {
    margin-right: 0;
}
.person-double img:last-of-type {
    margin-left: 0;
}


.list p {
    padding-left: 40px;
    position: relative;
}
.list p > span {
    position: absolute;
    left: 0;
}












.slide-white {
    background: #fff;
}


.small {
    font-size: 16px;
}


footer {
    padding: 20px;
    background: #f2f2f2;
}
footer a {
    color: #919191;
    font-size: 14px;
    margin-right: 30px;
}
