<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h3, h4 {
    margin: 10px 0 30px 0;
    /*letter-spacing: 10px;*/
    font-size: 20px;
    color: #111;
}
.container {
    padding: 0 120px 5px;
}
.person {
    border: 10px solid transparent;
    margin-bottom: 25px;
    width: 80%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.broder_orange:hover{
    border-color: #FF690E !important;;
}

.broder_blue:hover{
    border-color: #395eac !important;
}

.broder_grey:hover{
    border-color: #79787a !important;
}

.person:hover {
    border-color: #f1f1f1;
}
.carousel-inner {
    margin-top: 50px;
}

.carousel-inner img {
    /*   -webkit-filter: grayscale(90%);
    /*   filter: grayscale(90%); !* make all photos black and white *!*/
    width: 100%; /* Set width to 100% */
    margin: auto;
}
.carousel-caption h3 {
    color: #fff !important;
}
@media (max-width: 600px) {
    .carousel-caption {
        display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
}
.bg-1 {
    background: #110030;
    padding: 3rem 0;
}

.bg-1 p {
    color: #d3d3d3;
}
.bg-1 h6{
    letter-spacing: 8px;
    margin-top: 5rem;
    line-height: 18px;
    padding: 0 40px;
}
.bg-1 h3 {
    color: #fff;
    font-weight: bold;
    word-break: break-word;
}
.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
    height: 250px;
    border-radius: 5px;
}
.thumbnail p {
    margin-top: 15px;
    color: #555;
    padding: 0 10px;
}
.thumbnail img{
    padding: 0px 20px;
}
.btn {
    padding: 10px 20px;
    background-color: #f1f1f1;
    color: #333;
    border-radius: 0;
    transition: .2s;
}
.btn:hover, .btn:focus {
    border: 1px solid #d21aec;
    background-color: #d21aec;
    color: #FFF;
}
.modal-header, h4, .close {
    background-color: #333;
    color: #fff !important;
    text-align: center;
    font-size: 30px;
}
.modal-header, .modal-body {
    padding: 40px 50px;
}
.nav-tabs li a {
    color: #777;
}
.navbar {
    font-family: Montserrat, sans-serif;
    margin-bottom: 0;
    background-color: #110030;
    border: 0;
    font-size: 11px !important;
    letter-spacing: 2px;
    opacity: 0.9;
}
.navbar li a, .navbar .navbar-brand {
    color: #d5d5d5 !important;
}
.navbar-nav li a:hover {
    color: #fff !important;
}
.navbar-nav li.active a {
    color: #fff !important;
    background-color: #cc00e9  !important;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.open .dropdown-toggle {
    color: #fff;
    background-color: #555 !important;
}
.dropdown-menu li a {
    color: #000 !important;
}
.dropdown-menu li a:hover {
    background-color: red !important;
}
footer {
    background-color: #110030;
    color: #f5f5f5;
    padding: 10px;
}
footer a {
    color: #f5f5f5;
}
footer a:hover {
    color: #777;
    text-decoration: none;
}
.form-control {
    border-radius: 0;
    background-color: #f0f0f0;
}
textarea {
    resize: none;
}

/*---------------------------  Time Line  ------------------------------------*/

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 7%;
    bottom: 8%;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}

.timeline &gt; li {
    margin-bottom: 20px;
    position: relative;
}

.timeline &gt; li:before,
.timeline &gt; li:after {
    content: " ";
    display: table;
}

.timeline &gt; li:after {
    clear: both;
}

.timeline &gt; li:before,
.timeline &gt; li:after {
    content: " ";
    display: table;
}

.timeline &gt; li:after {
    clear: both;
}

.timeline &gt; li &gt; .timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline &gt; li &gt; .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline &gt; li &gt; .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #f0f0f0;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline &gt; li &gt; .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #bababa;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline &gt; li.timeline-inverted &gt; .timeline-panel {
    float: right;
}

.timeline &gt; li.timeline-inverted &gt; .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline &gt; li.timeline-inverted &gt; .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}



.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body &gt; p,
.timeline-body &gt; ul {
    margin-bottom: 0;
    text-align: left;
}

.timeline-body &gt; p + p {
    margin-top: 5px;
}

.timeline-heading p{
    background-color: #f0f0f0;
    font-size: 18px;
    color: #848484!important;
    text-align: left;
    font-family: sans-serif;
    font-weight: 700;
}

@media (max-width: 363px) {
    .timeline1::before {
        bottom: 36% !important;
    }

    .timeline2::before {
        bottom: 31% !important;
    }
}
.orange {
    background-color: #ff690e !important;
}

.blue{
    background-color: #395eac !important;
}

.grey{
    background-color: #79787a !important;
}

#prowadzacy .col-sm-6 &gt; p{
    margin-top: -20px;
}

h1, h2, h3, h4, h5, h6{
    font-weight: 700;
}

h3{
    font-size: 32px;
    letter-spacing: 2px;

}

h4{
    background-color: #f0f0f0;
    color: #333 !important;
    letter-spacing: 4px;
    font-size: 27px;
}

.radio-inline{
    margin-left: 0px!important;
}

#rejestracja .radio-inline{
    display: block;
}

#rejestracja p{
    color: #ffffff;
}

#tab, #phone {
    display: none;
}
#scr{
    display: block;
}
.panel{
    background-color: #fafafa;
}
.poziom_szkoly_label{
    padding-left: 0!important;
    padding-right: 10px;
    margin-right: 45px;
    border-right: 1px solid #ccc;
}

@media (max-width: 2000px){
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline &gt; li &gt; .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline &gt; li &gt; .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline &gt; li &gt; .timeline-panel {
        float: right;
    }

    ul.timeline &gt; li &gt; .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline &gt; li &gt; .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}

@media (max-width: 992px) {
    #phone, #tab{
        display: none;
    }

    #scr{
        display: block;
    }
}

@media (max-width: 767px) {
    .container{
        padding: 20px 40px 0;
    }

    .thumbnail{
        height: auto;
    }

    ul.timeline:before {
        left: 40px;
    }

    ul.timeline &gt; li &gt; .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline &gt; li &gt; .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline &gt; li &gt; .timeline-panel {
        float: right;
    }

    ul.timeline &gt; li &gt; .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline &gt; li &gt; .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }


    .navbar-default .navbar-toggle .icon-bar{
        background-color: #fff;
    }

    .navbar-default .navbar-collapse{
        font-weight: 900;
        font-size: 13px;
    }

    #phone, #scr{
        display: none;
    }

    #tab{
        display: block;
    }
}

@media (max-width: 575px) {
    #scr, #tab{
        display: none;
    }

    #phone{
        display: block;
    }

    .poziom_szkoly_label{
        padding-right: 0;
        margin-right: 23px;
        border-right: none;
    }
}
#dojazd{
    background-image: url('/images/konferencje/nakladka_pod-kontakt.png');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    color: #ffffff;
}

.navbar .navbar-nav {
    display: inline-block!important;
    float: none!important;
    vertical-align: top!important;
}

.navbar .navbar-collapse {
    text-align: center!important;
}

.white-font{
    color: #ffffff;
}

.fiolet-font{
    color: #d21aec;
}

.red-font{
    color: red;
}

.font-light-blue{
    color: #06a7cf;
}

.red-background{
    font-weight: 700;
    background-color: #ff2670;
    padding: 4px 16px;
    border-radius: 3px;
    text-align: center;
}

.fiolet-background{
    display: inline-block;
    letter-spacing: 1px;
    font-weight: 700;
    background-color: #d21aec;
    border: 1px solid #d21aec;
    padding: 4px 16px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px;
    text-align: center;
}

.nav &gt; li &gt; a{
    /*font-family: Klavika;*/
}

.form-horizontal{
    font-size: 13px;
}

.checkbox input[type="checkbox"]{
    width: 13px;
    height: 13px;
}

#dane_do_faktury{
    display: none;
}

.image-header{
    padding-top: 17px!important;
    font-weight: 700;
    font-size: 23px;
}

.przekreslenie{
    text-decoration: line-through;
}

.tempolary-hide{
    display: none;
}

.letter-spacing-1{
    letter-spacing: 1px;
}

.opis_prowadzacy_container{
    overflow: hidden;
    position: relative;
    display: block;
}

.page_break{
    border-color: #28004c;
    margin: 6rem;
}

.konferencja{
    position: relative;
}

.konferencja_hover{
    font-size: 1.5rem;
    background-color: #110030;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 101%;
    font-weight: 500;
    color: white;
    display: table;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    z-index: 10;
}

.vcenter {
    display: table-cell;
    vertical-align: middle;
}
.inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.konferencja_hover &gt; div{
    vertical-align: middle;
    float: none;
}

.konferencja_hover &gt; .vcenter &gt; .inner &gt; p &gt; span{
    display: inline-block;
    margin: 0 1rem;
}

.konferencja_hover &gt; .vcenter &gt; .inner &gt; a{
    text-decoration: none;
    color: inherit;
}

.konferencja_hover &gt; .vcenter &gt; .inner &gt; span,
.konferencja_hover &gt; .vcenter &gt; .inner &gt; a &gt; span{
    padding: 5px 20px;
    border: 1px solid white;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px;
    margin-top:15px;
    cursor: pointer;
}

.konferencja .carousel-inner .item img{
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
}

.d-inline-block{
    display: inline-block;
}

.container2{
    width: 100%;
    display: inline-block;
}

@media (min-width: 768px) {
    .container2{
        width: 550px
    }
}

.double-line{
    line-height: 15px !important;
    padding: 10px 10px !important;
}

</pre></body></html>