
body {
    color: #7c7c7c;
    font-family: 'Open Sans', sans-serif;
}

body.subpage {
    background: url(../images/contact_bg.jpg) no-repeat center 148px;
}



/*-------- KLASA ZALOBNA, NALEZY DODAC DO BODY --------------*/
.mourning {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
/*
Dlugosc trwania animacji
*/
.animationDuration {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
em {
    padding-right: 2px;
}
h1 {font-family: 'Playfair Display', serif;font-size: 36px;color: #132a44;letter-spacing: 0.05em;border-bottom: 1px solid #253c4d;padding-bottom: 8px;margin-bottom: 45px;}
h2 {font-family: 'Playfair Display', serif;font-size: 24px;color: #132a44;letter-spacing: 0.05em;border-bottom: 1px solid #253c4d;padding-bottom: 11px;margin-bottom: 49px;}
h3 {font-family: 'Playfair Display', serif;font-size: 24px;color: #253c4d;line-height: 30px;letter-spacing: 0.05em;margin-bottom: 0;}
h4 {font-family: 'Playfair Display', serif;
}
h5 {font-family: 'Playfair Display', serif;
}

a {
    color: #91170d;
    text-decoration: none;
}

a:hover, a:focus {
    color: #91170d;
    text-decoration: none;
}


a, button {
    transition: all 300ms ease-out;
}

body > svg {
    display: none;
}

a, button, input, select {
    outline: none !important;
}

.vcenter {
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}

.txt {
    font-size: 14px;
    line-height: 215%;
    color: #7c7c7c;
    margin-bottom: 30px;
    letter-spacing: 0;
    letter-spacing: 0.05em;
}

.text a {
    font-weight: bold
}

.text a:hover {
    text-decoration: underline;
}

svg {
    transition: all 300ms ease-out;
}

.mask {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}


.copyright-undicom a img {
    width: 16px;
    height: 16px;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.container {
    clear: both;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1670px;
    width: 100%;
}

#container-page {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}


#page {
    overflow: hidden;
}
/**
 * HEADER
 */

header {
    transition-duration: 0.5s;
    width: 100%;
    text-align: center;
    z-index: 9999;
    position: fixed;
}
.top{
    text-align: center;
    padding: 18px 0;
    background: #fff;
}

.top .container {
    position: relative;
}


.logo {
    position: absolute;
    margin-left: -42px;
    margin-top: -16px;
}

.logo a {
    display: block;
}
.logo a img {
    display: block;
    float: left;
    width: 288px;
}

.school-name{
    float: left;
    max-width: 275px;
    margin-left: 320px;
}
.school-name h1 {
    font-size: 18px;
    line-height: 20px;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    color: #404040;
    letter-spacing: 0.05em;
    text-align: left;
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.symbols {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    margin-top: -5px;
}
.symbols a {
    display: block;
    float: left;
}

.symbols img {
    margin-left: 12px;
    margin-right: 12px;
}

.contact-top {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding-top: 5px;
}

.contact-top h2 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #404040;
    margin-bottom: 0px;
    letter-spacing: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.col-6{
    float: left;
    width: 50%;
}

.contact-top a{font-size:14px;color:#404040;padding-left: 44px;display: inline-block;line-height: 45px;letter-spacing: 0.05em;}

.contact-top a[href^="tel:"] {
    background: url(../images/icons/telephone2.svg) no-repeat left center;
    background-size: 45px 45px;
    background-position: -10px center;
    margin-right: 60px;
}

.contact-top a[href^="mailto:"] {
    background: url(../images/icons/email2.svg) no-repeat left center;
    background-size: 45px 45px;
    background-position: -10px center;
}

.contact-top a:hover{color:#91170d}


.best {
    float: right;
    margin-top: -15px;
}


.best img {
    height: 92px;
}

#main-menu {
    width: 100%;
    background: #6b6b6b;
}

.main-menu-wrapper {
    padding-left: 287px;
    margin-right: -25px;
}
#nav-switch h2{
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
nav#main-menu ul {
    width: 100%;
    display: table;
}


#main-menu ul li {
    display: table-cell;
    position: relative;
    margin-right: 0;
}

#main-menu ul li a {
    display: block;
    color: #fff;
    line-height: 22px;
    font-size: 16px;
    font-weight: normal;
    border-radius: 0;
    letter-spacing: 0.05em;
    padding: 14px 10px;
    text-decoration: none;
    background-position: top center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

#main-menu ul li a:hover {
    background: #91170d;
}

#main-menu ul li.active a{
    background: #91170d;
}

#main-menu ul li ul {
    display: none;
    margin: 0;
    padding: 0;
}

#main-menu ul li { overflow:hidden; }

#main-menu ul li:hover, #main-menu ul li:focus, .visibility { cursor: default; z-index: 599; overflow: visible!important;}
#main-menu ul li:hover > ul, #main-menu ul.hovered { display:block; }
#main-menu ul li:hover > a {}
#main-menu ul ul li {float: none;display: block;margin: 0;padding: 0;border-bottom: 1px solid #324655;}
#main-menu ul ul li:last-child { border-bottom: 0 none;}
#main-menu ul ul li a {color: #9abadd!important;text-decoration: none;border-bottom: 0 none!important;text-align: left;border-radius: 0;width: 100%;font-size: 14px;line-height: normal;padding: 10px 20px 10px;margin: 0;height: 100%;font-weight: 300;letter-spacing: 0.05em;background: #1b3142!important;text-transform: none;}
#main-menu ul ul li a:hover {    background: #91170d!important;    color: #fff!important;}
#main-menu ul ul li.active a {    background: #91170d!important;    color: #fff!important;}
#main-menu ul ul {left: 0;margin: 0;padding: 0;position: absolute;top: 50px;width: 239px;z-index: 1;padding-top:3px;}

#main-menu ul li ul:focus {
    outline: 1px solid #ff1623!important;
    outline-offset: 2px !important;
    visibility: visible;
    display: block;
}


#content {
    overflow: hidden;
}
.text {
    overflow: visible;
}

.slider, .main-slider, .main-slider .slide {
    text-align: center;
    position: relative;
    margin-bottom: 0;
    z-index: 1;
}
.slider-text{
    display: none !important;
}

.main-slider {
    margin-bottom: 0;
    position: relative;
    width: 100%;

}
.main-slider .slide img {
    max-width: 100%;
    display: block;
    /* opacity: 0.1; */
}

.main-slider .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    z-index: 4;
    background: transparent !important;
}


.slider-text {
    width: 640px;
    padding: 0;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    text-align: left;
    /* padding-bottom: 30px; */
    /* padding-top: 37px; */
}

.title1 {
    display: block;
    color: #fff;
    font-size: 30px;
    line-height: 120%;
    font-family: 'Playfair Display', serif;
    letter-spacing: 0.05em;
    margin-bottom: 14px;
    height: 36px;
    overflow: hidden;
}

.title2 {
    margin-bottom: 44px;
    display: block;
    font-size: 90px;
    color: #80b835;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 110%;
}

.description {
    display: block;
    letter-spacing: 0.05em;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 22px;
    font-weight: 300;
    height: 60px;
    overflow: hidden;
}

.btn.btn-slider-more {
    padding: 12px 58px;
    border: 1px solid #91170d;
    border-radius: 0;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.05em;
    border-radius:23px;
    background:#91170d;
    text-transform: uppercase;
}

.btn.btn-slider-more:hover{ background:transparent; color:#fff}


.slider-mask {
    background-color: rgba(19, 42, 68, 0.702);
    width: 50%;
}

/*.slick-prev{    cursor: pointer;    position: absolute;    top: 50%;    -webkit-transform: translateY(-50%);    -ms-transform: translateY(-50%);   transform: translateY(-50%);    background: transparent;    border: 0 none;    left: 50%;    margin-left: -905px;    z-index: 2;    width:43px;    height:70px;    background:url(../images/arrow_prev.png) no-repeat center center;    text-indent: -20000px;}
@media screen and (min-width: 1140px) {    .slick-prev:hover{ }}
.slick-next {    cursor: pointer;    position: absolute;    top: 50%;    -webkit-transform: translateY(-50%);    -ms-transform: translateY(-50%);    transform: translateY(-50%);    border: 0 none;    right: 50%;    margin-right: -905px;    z-index: 2;    width: 43px;    height: 70px;    background: url(../images/arrow_next.png) no-repeat center center;    text-indent: -20000px;}
@media screen and (min-width: 1140px) {    .slick-next:hover{}}
*/

.main-slider .slick-dots {
    right: auto;
    margin: 0 auto;
    width: 50%;
    position: absolute;
    left: 0;
    bottom: 23%;
    text-align: right;
    padding-right: 8.7%;
}
.main-slider .slick-dots li {
    cursor: pointer;
    padding: 0;
    margin: 0 0 0 40px;
    display: inline-block;
}

.main-slider .slick-dots li:last-child{ margin-bottom:0}

.main-slider .slick-dots li span {
    display: block;
    margin: 0;
    padding: 0;
    width: 10px;
    height: 10px;
    background: #91170d;
    border: 0 none;
    border-radius: 50%;
}

.main-slider .slick-dots li span:hover {
    background:#fff;
}
.main-slider .slick-dots li.slick-active span {
    background:#fff;
}

.news-box-container {
    padding-top: 58px;
    position: relative;
    background: url(../images/contact_bg.jpg) no-repeat center center;
}

.news-box-container .container {
    z-index: 2;
    position: relative;
}

.news-box-container h2 {
    font-size: 36px;
    letter-spacing: 0.05em;
    color: #132a44;
    float: left;
    margin-bottom: 0;
    border-bottom: 0 none;
    padding-bottom: 0;
}

a.btn.btn-more {
    padding: 13px 33px;
    border: 1px solid #6b6b6b;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.05em;
    border-radius: 23px;
    background: #6b6b6b;
    text-transform: uppercase;
    float: right;
    margin-top: 2px;
}


a.btn.btn-more:hover{ background:transparent; color:#6b6b6b}

.news-box-header {
    padding-bottom: 8px;
    border-bottom: 1px solid #253c4d;
    margin-bottom: 89px;
}


.news-box {
    margin: 0 -45px;
    margin-bottom: -40px;
}
.news {
    width: 33.33%;
    float: left;
    padding: 0 45px;
    margin-bottom: 52px;
}



.news-photo {
    display: block;
    border: 1px solid #e5e5e5;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.news-photo img {
    display: block;
    max-width: 100%;
}

.news a {
    display: block;
    max-width: 100%;
}



.hover-news {
    display: block;
    position: absolute;
    background: url(../images/zoom.png) no-repeat center center rgba(145, 23, 13, 0.8);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 300ms ease-out;
}

.hover-news span {
    font-size: 17px;
    color: #fff;
    font-family: 'Playfair Display', serif;
    position: absolute;
    right: 50px;
    bottom: 40px;
    letter-spacing: 0.05em;
    text-transform: lowercase;
}

.news-photo img:nth-child(2) {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    transition: all 300ms ease-out;
}

.hover-news .btn.btn-more {
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    background: #000000;
}

.news-date {
    display: block;
    font-size: 14px;
    color: #000;
    letter-spacing: 0.05em;
    margin-bottom: 42px;
    padding-left: 31px;
    background: url(../images/icons/time2.svg) no-repeat left center;
    background-size: 32px 32px;
    background-position: -7px center;
}

time {
    display: block;
    font-size: 14px;
    color: #7c7c7c;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
    padding-left: 31px;
    background: url(../images/icons/time2.svg) no-repeat left center;
    background-size: 32px 32px;
    background-position: -7px center;
    overflow: hidden;
}

.news-content {
    display: block;
    padding: 0;
    letter-spacing: 0.05em;
    margin-bottom: 39px;
}

.news-title {
    display: block;
    letter-spacing: 0.05em;
    margin-bottom: 34px;
    font-size: 24px;
    color: #253c4d;
    line-height: 125%;
    font-family: 'Playfair Display', serif;
    max-height: 120px;
    overflow: hidden;
}

.news-content .text.txt {
    font-size: 14px;
    line-height: 30px;
    color: #7c7c7c;
    margin-bottom: 0;
    max-height: 120px;
    overflow: hidden;
}

@media screen and (min-width: 1140px) {
    .news a:hover .hover-news {        opacity: 1;    }

    .news a:hover  .news-title{  color: #91170d;    }

    /*     .news a:hover  .news-photo img:nth-child(2)  {
            -webkit-transform: scale(1.01) translate3d(0, 3px, 0);
            -moz-transform: scale(1.01) translate3d(0, 3px, 0);
            -ms-transform: scale(1.01) translate3d(0, 3px, 0);
            -o-transform: scale(1.01) translate3d(0, 3px, 0);
            transform: scale(1.01) translate3d(0, 3px, 0);

        } */
}

.about-box-container {
    background: url(../images/about_bg.jpg) no-repeat top center;
    overflow: hidden;
}

.about-box {
    width: 50%;
    float: left;
    position: relative;
}
.about-box > img {
    display: block;
    max-width: 100%;
}

.about-box-content {
    position: absolute;
    left: 0;
    right: 0;
    width: 66%;
    margin: auto;
    padding-top: 0px;
}

.about-box h3 {
    font-size: 36px;
    color: #fff;
    letter-spacing: 0.05em;
    margin-bottom: 33px;
    line-height: normal;
    text-align: right;
}

.about-box:last-child h3{ text-align: left;}

.about-header img {
    float: left;
    margin-left: -41px;
    margin-top: -50px;
    margin-bottom: -38px;
}

.about-header {
    padding-top: 50px;
}

.about-box .text.txt {
    clear: both;
    color: #fff;
    margin-bottom: 48px;
}

.about-footer a.btn.btn-more {
    border: 1px solid #fff;
    background: transparent;
    margin-top: -9px;
    padding: 13px 58px;
}

.about-footer a.btn.btn-more:hover {
    background: #fff;
    color:#253c4d
}

.about-footer {
    padding-bottom: 80px;
}

.about-box > img + img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    margin: auto;
    transition: all 300ms ease-out;
}

.about-box > img + iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


.about-box .text.txt table {
    margin: 0;
    border: 0 none;
}

.about-box .text.txt table td {
    border: 0;
    padding: 0 30px 0 0;
}


/**
 * FOOTER
 */
footer {
    padding-top: 0;
    padding-bottom: 0;
}

footer .container {
    max-width: 1670px;
}

.footer-top {
    padding-top: 99px;
    padding-bottom: 5px;
    background: url(../images/footer_bg.jpg) no-repeat top center;
}

.footer-box {
    float: left;
    margin-right: 1%;
    width: 30%;
}

.footer-box:last-child {
    float: right;
    width: 20%;
    text-align: right;
    padding-top: 0;
    margin-top: -14px;
    margin-right: -2.5%;
}
.footer-box:last-child img {
    max-width: 100%;
}
.footer-box .txt {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 300;
    letter-spacing: 0.05em;
    margin-top: -5px;
}

.footer-box h4 {
    font-weight: normal;
    font-size: 30px;
    color: #fff;
    letter-spacing: 0.05em;
    margin-bottom: 39px;
}

h4.rwd {
    display: none;
}

.footer-box ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
    width: 100%;
    -moz-column-count: 2;
    column-count: 2;
}

.footer-box ul li {
    margin-bottom: 11px;
}

.footer-box ul li a {
    display: block;
    line-height: normal;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.05em;
    padding-left: 20px;
    position:relative;
}

.footer-box ul li a:before{
    position: absolute;
    content: '';
    top: 6px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #91170d;
    border-radius: 50%;
}

@media screen and (min-width: 1140px) {
    .footer-box ul li a:hover {
        color: #da3629;
        text-decoration:none;
    }
}

.footer-box .txt a {
    color: #fff;
    font-weight: normal;
}

@media screen and (min-width: 1140px) {
    .footer-box .txt a:hover {
        color: #91170d;
        text-decoration:none;
    }
}



.footer-box:first-child {
    margin-right: 1%;
    width: 39%;
}

.social-box {
    float: left;
    margin-left: 5.5%;
    padding-top: 65px;
    width: 6%;
}

.social-box ul li {
    display: block!important;
    float: none;
    width: auto!important;
    height: auto!important;
    margin-bottom: 10px;
}

.social-box ul li a{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display:block;
    color:#fff;
    line-height: 50px!important;
    font-size:20px!important;
}

.social-box ul li:first-child a {
    background-color: rgb(58, 88, 158);
}

.social-box ul li:last-child a {
    background-color: rgb(124, 124, 124);
}


.social-box ul li a:hover{background:#91170d!important}



.footer-bottom {
    padding-top: 14px;
    padding-bottom: 14px;
    background: #1b3142;
}

.copyright {
    font-size: 15px;
    color: #fff;
    line-height: 16px;
    letter-spacing: 0.05em;
    display: inline-block;
    line-height: 20px;
}

.copyright-seetop {
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 16px;
    letter-spacing: 0.05em;
    font-weight: 300;
    font-family: 'open sans';
    margin-top: 0px;
    float: right;
    line-height: 20px;
}

@media screen and (min-width: 1140px) {
    .copyright-seetop a:hover {
        text-decoration: none;
        color: #fff;
    }
}
.copyright-seetop a img {
    width: 21px;
    height: 18px;
    display: inline-block;
    margin-right: 4px;
    margin-left: 3px;
    vertical-align: middle;
}

nav.footer-menu {
    line-height: 18px;
    height: 16px;
    display: inline-block;
}

nav.footer-menu ul li a {
    font-size: 15px;
    color: #5e7585;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 20px;
}

@media screen and (min-width: 1140px) {
    nav.footer-menu ul li a:hover {
        color: #fff;
    }
}

nav.footer-menu ul li {
    display: inline-block;
    margin-right: 10px;
}

.copyright-seetop a {
    color: #fff;
    font-weight: bold;
}
/**
 * FORM
 */

.form-box .container {
    max-width: 1350px;
}

.form-box {
    padding-top: 50px;
    padding-bottom: 95px;
    background: url(../images/form_bg.jpg) no-repeat top center;
}

.form-box h2 {
    color: #fff;
    font-size: 36px;
    line-height: normal;
    margin-bottom: 20px;
    padding-bottom: 8px;
}

form.form {}

/* labele */
.form label{
    font-weight: bold;
    font-size: 16px;
    color: #80b835;
    margin-bottom: 6px!important;
}

.form .checkboxradio-container label, .form .consent-row .text label {
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 27px;
    font-family: 'open sans';
}

.form .alert-block .error {
    color: red !important;
}

/* INPUTY */
.form .form-control {
    border: 1px solid #fff;
    font-family: 'open sans';
    box-shadow: 0 0 0 transparent;
    font-weight: 300;
    color: #000000;
    height: 46px;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 0;
    font-size: 14px;
}

/* TEXTAREA */
.form textarea.form-control {height: 133px;}

/* KLAUZULE I ZGODY */
.form .before-consent-row,
.form .after-consent-row,
.form .consent-row label > *,
.form .consent-all {}

.form .consent-all {
    margin-bottom: 20px;
    display: block;
}
/* ZAOKRAGLENIA INPUTOW*/
.form .form-control {
    border-radius: 0!important;
}
.form button.captcha-refresh.btn.btn-default {
    right: 5px;
    border-radius:0;
    border: 0 none;
    border-left: 1px solid #e5e5e5;
}

.form i.fa.fa-refresh {
    font-size: 16px;
    color: #91170d;
}

/**************** checkbox *******************/
.form .checkbox {
    margin-top: 0;
    margin-bottom: 8px;
}


.icheckbox_minimal-custom {
    width: 19px;
    height: 20px;
    background: url(../images/checkbox.png) no-repeat;
    vertical-align: top;
    margin-top: 3px;
}
.icheckbox_minimal-custom.hover {
    background-position: -20px 0;
}
.icheckbox_minimal-custom.checked {
    background-position: -40px 0;
}
.icheckbox_minimal-custom.disabled {
    background-position: -60px 0;
    cursor: default;
}
.icheckbox_minimal-custom.checked.disabled {
    background-position: -80px 0;
}

.form .checkbox .error {
    margin-top: 0;
    font-size: 13px;
}

.form .checkbox label {
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 27px;
    font-family: 'open sans';
}


.form .checkbox [class^="icheckbox"], .form .radio [class^="icheckbox"] {
    position: absolute;
    margin-left: -26px;
    margin-top: 3px;
}

.form .consent-row label > p {
    display:  block;
    overflow: hidden;
}

/*KLAUZULE I ZGODY*/
.form .before-consent-row,
.form .after-consent-row {
    font-size: 13px;
    font-weight:  300;
    color: #fff;
    line-height: 191%;
    padding: 0;
    font-family: 'open sans';
}


.form .before-consent-row {
    margin-bottom: 20px;
    padding-top: 6px;
}

.form .after-consent-row {
    margin-bottom: 21px;
    padding-top: 0;
}


button.btn-primary.btn-lg {
    border: 0 none;
    font-family: "open sans";
    display: block;
    line-height: 44px;
    text-align: center;
    margin: 0 auto;
    padding: 0 10px;
    font-size: 12px;
    color:#fff;
    border-radius: 0px;
    background-color: transparent;
    width: 210px;
    height: 46px;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    float: none!important;
    border-radius: 23px;
    border: 1px solid #fff;
}

button.btn-primary.btn-lg:hover{ background:#fff; color:#132a44}


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


    button.btn-primary.btn-lg.pull-right:hover{
        background: #91170d;
        color: #fff;
        border-color: #91170d;
    }
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{ padding: 0 5px;}

.row{ margin: 0 -5px;}

.form-group {
    margin-bottom: 11px;
}

.element-row {
    position: relative;
}

/*
    Sekcja logotypow
*/

.blackboard-box-container {
    padding-top: 63px;
    padding-bottom: 72px;
    background: #fff;
}

.subpage .blackboard-box-container{ background: #f2f2f2}

.logotypes {
    border-top: 0 none;
    padding: 28px 0;
}
.logotypes .logotypes-title h2 {
    float: none;
    padding-right: 0;
    font-size: 36px;
    vertical-align: middle;
    text-align: center;
    padding-bottom: 8px;
    margin-bottom: 50px;
}
.logotypes-slider-container {
    height: 312px;
}
.logotype-slider {
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.slick-initialized .logotype {
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 4px;
    height: 312px;
    position: relative;
    border: 1px solid #e5e5e5;
    margin: 0 5px;
    background: #fff;
}

.slick-initialized .logotype:hover{ border-color:#253c4d}

.logotype img {
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}
/**
    Sociale
*/

.social-list > ul > li {
    width: 34px;
    height: 34px;
    display: inline-block;
    text-align: center;
}
.social-list > ul > li > a {
    font-size: 26px;
    line-height: 34px;
}
/*
    Menu jezykowe
*/

.langs-menu {
    position: relative;
    float: right;
    border-radius: 0;
    transition-duration: 0.4s;
    transition-property: background-color, opacity;
    z-index: 1001;
}
.langs-menu ul {
    opacity: 0;
    display: none;
    overflow: hidden;
    position: absolute;
    top: 100%;
    width: 100%;
    border-radius: 0 0 6px 6px;
    transition-duration: 0.4s;
    transition-property: background-color, opacity;
}
.langs-menu.active,
.langs-menu.active ul {
    opacity: 1;
}
.langs-menu a {
    display: block;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}
.langs-menu-icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    width: 21px;
    height: 13px;
    margin-right: 8px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.lang {
    padding: 0px 5px;
    font-size: 0;
}
.lang span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    text-transform: uppercase;
}
.lang .langs-menu-long {
    display: none;
}
.lang-button {
    position: relative;
    cursor: pointer;
}
.lang-button .arrow {
    display: inline-block;
    vertical-align: middle;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    margin-left: 10px;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    font-size: 20px;
    transition: all 0.4s;
    line-height: 12px;
}
.langs-menu.active .lang-button .arrow {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}
.langs-menu-icon img {
    max-width: 100%;
    border: 1px solid #f0f0f0;
}



.langs-menu{margin: 0 0  3px;float: none;vertical-align: middle;display: inline-block;padding: 0 50px;}

.langs-menu ul{
    position: relative;
    width: auto;
    top: auto;
    opacity: 1;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0;
    overflow: visible;
}

span.langs-menu-short {
    display: none;
}

span.langs-menu-long {
    display: none;
}

.lang.lang-button i {
    display: none;
}

.langs-menu ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.lang.lang-button {
    display: inline-block;
    vertical-align: middle;
    display: none;
}

.lang.lang-button img{border: 1px solid #e8e8e8;}

.lang.lang-button:hover img{border:1px solid #d8d8d8;}

.langs-menu ul li.active  img{border:1px solid #d8d8d8;}

a.lang.lang-item {
    padding: 0;
    display: block;
}

a.lang.lang-item img{border: 1px solid #e8e8e8;}

a.lang.lang-item:hover img{border:1px solid #d8d8d8;}

span.langs-menu-icon {
    margin-right: 0;
    width: 30px;
    height: auto;
    display: block;
    font-size: 0;
}

.langs-menu-icon {
    width: 30px;
    height: auto;
    margin-right: 0;
}


/**
 * ARTICLE
 */

.article-image {
    display: inline-block;
    float: left;
    max-width: 50%;
    margin-right: 50px;
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
    margin-top: 5px;
}
.article-image img {
    max-width: 100%;
}
.article-text {
    overflow: visible;
}
.article-subtitle {
    padding-bottom: 35px;
    line-height: 125%;
    font-size: 24px;
    font-family: 'Playfair Display', serif;
    color: #253c4d;
    letter-spacing: 0.05em;
}
.article-text {
    padding-bottom: 15px;
}
.article-date {
    margin-top: -15px;
    padding-bottom: 10px;
    font-weight: bold;
}
/**
 Ul custom dots
*/
.text ul,
.text ol ul,
.text ul ul {
    list-style: none;
}
.text ul > li {
    left: 35px;
    position: relative;
    padding-right: 35px;
}
.text ul > li::before {
    content: "\2022";
    display: inline-block;
    width: 10px;
    left: -10px;
    margin-left: -10px;
    font-family: sans-serif;
    position: relative;
    font-weight: 900;
    font-size: 18px;
    color: #91170d;
}

.pagination-wrapper ul li.prev, .pagination-wrapper ul li.next {
    /* float: none; */
}
/**
* PAGINATION ACTIVE
*/

.pagination-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    width: auto;
    max-width: 60%;
}

.pagination-wrapper ul li a, .pagination-wrapper ul li span {
    font-size: 14px;
    font-weight: 300;
    color: #253c4d;
    line-height: 50px;
    padding: 0 12px;
}

.pagination-wrapper ul li.next a, .pagination-wrapper ul li.prev a {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 0 none;
    box-shadow: 0 0 0 transparent!important;
    background: #7c7c7c;
    color: #fff;
}

.pagination-wrapper ul li.next a .fa, .pagination-wrapper ul li.prev a .fa {

}





@media screen and (min-width: 1140px) {
    .pagination-wrapper ul li.next a:hover, .pagination-wrapper ul li.prev a:hover {
        background-color: rgb(145, 23, 13); color:#fff;
    }
}

/**
* PAGINATION ACTIVE
*/

.pagination-wrapper ul li.active a {
    color: #91170d;
}

@media screen and (min-width: 1140px) {
    .pagination-wrapper ul li a:hover {
        color: #e10024;
    }
}
/*
 Galeria
*/
.gallery {
    clear: both;
}
.gallery ul {
    margin: -8px;
    font-size: 0;
}
.gallery li {
    width: 33.33%;
    padding: 8px;
    display: inline-block;
}
.fancy {
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid #e5e5e5;
    font-size: 0;
}
.fancy img {
    max-width: 100%;
}
.hover-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:url(../images/zoom2.png) no-repeat center center rgba(145, 23, 13,0.8);
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.hover-mask  span {
    font-size: 18px;
    color: #fff;
    font-family: 'Playfair Display', serif;
    position: absolute;
    right: 50px;
    bottom: 40px;
    letter-spacing: 0.05em;
}


@media screen and (min-width: 1140px) {
    .hover-mask:hover {
        opacity: 0.8;
    }
}


/*
    Tabela w klasie .text
*/
.text table {
    margin: 30px 0;
}

.text table tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.05);
}

.text table td {
    padding: 12px 12px;
    border: 1px solid #ddd;
}



@media screen and (min-width: 1140px){
    .logo {/* transition: all 300ms ease-out; */}
	

    .logo a img  {transition: all 300ms ease-out;}
	.subpage .logo a img {
    transition: none;
}
    header.sticky .logo a img {
        width: 163px;
    }

    .school-name  {    transition: all 300ms ease-out;}
    header.sticky .school-name {
        margin-left: 148px;
    }
    .langs-menu  {    transition: all 300ms ease-out;}

    header.sticky .langs-menu {
        padding: 0 90px;
    }
}

/*.subpage  .logo {
    left: 5px;
    top: -14px;
}
*/
.subpage .logo a img {
    width: 176px;
}

.subpage #content {
    padding-top: 191px;
}

.files-box {
    margin-bottom: 99px;
}

.files-box h2{
    /* font-weight: bold; */
    /* font-size: 30px; */
    /* color: #f37021; */
    /* margin-bottom: 41px; */
    /* text-align: center; */
}

.files-box ul {
    margin-bottom: 34px;
}

.files-box ul li {
    border: 1px solid #f3f3f5;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 0 50px 50px 0;
}

.files-box ul li a {
    display: block;
    letter-spacing: 0.05em;
    overflow: hidden;
    padding-right: 200px;
    position: relative;
    padding-left:50px;
}

.files-box ul li:hover a{
    color: #f2f2f2;
}

.file-icon{
    width:50px;
    height:50px;
    display:block;
    position:absolute;
    left: -1px;
    top:-1px;
    background: #1b3142;
}

span.file-icon svg {
    fill: #fff;
}

span.file-name {
    color: #5f5f5f;
    font-size: 16px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 9px 0px 11px 20px;
    line-height: 180%;
    letter-spacing: 0.05em;
}

span.btn-download {
    color: #1b3142;
    font-size: 12px;
    display: block;
    position:  absolute;
    right: 0px;
    top: 0px;
    width: 186px;
    line-height: 46px;
    height: 48px;
    padding: 0;
    text-align: center;
    border: 1px solid #1b3142;
    z-index: 999;
    font-weight: normal;
    text-transform: uppercase;
    border-radius: 50px;
}

.files-box ul li a:hover span.file-icon{    background:#91170d;}

.files-box ul li a:hover span.btn-download{
    background:#91170d;
    color: #fff; border-color:#91170d;
}

span.btn-download span.w{
    display:  inline-block;
    vertical-align: middle;
}

.text-box-container .container {
    max-width: 1350px;
}


.gallery-box {
    margin-bottom: 73px;
}


.btn-back {
    display: block;
    line-height: 45px;
    color: #fff;
    padding: 0 10px;
    font-size: 12px;
    width: 200px;
    text-align: center;
    margin: 0 auto;
    font-weight: normal;
    border: 1px solid #7C7C7D;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 50px;
    border-radius: 50px;
    background: #7c7c7c;
}
@media screen and (min-width: 1140px) {

    a.btn.btn-back:hover {
        background: #fff;
        color: #7c7c7c;
    }
}


.text-box-container {
    padding-bottom: 50px;
}
.subpage .news-box-container {
    padding-top: 0;
    padding-bottom: 60px;
}

.subpage .news-box-container h1 {
    max-width: 1270px;
    margin: 0 auto 50px;
}

.documents-box-container .container {
    max-width: 1350px;
}



.doc-list {
    padding-top: 6px;
    padding-bottom: 30px
}

.doc {border: 1px solid #e5e5e5;padding: 13px;}

.doc-desc h3 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 35px;
    letter-spacing: 0.05em;
    color: #132a44;
}

.doc-buttons {position: absolute;right: -30px;width: 20%;top: 0;border-left: 1px solid #e6e7e8;padding: 0 30px 40px;}

.doc-icon {
    display: block;
    width: 29%;
    text-align: center;
    float: left;
    padding: 19px;
    border: 1px solid #e6e7e8;
    margin-right: 47px;
}
.doc-icon svg{
    fill: #91170d;
	height:100%;
}

.doc-item {border: 1px solid #e6e7e8;margin-bottom: 30px;padding: 30px;}

.doc-desc {
    padding-top: 11px;
    min-height: 150px;
}

.doc-desc .text.txt {
    margin-bottom: 0;
}

.doc-item-content {
    position: relative;
    padding-right: 21.5%;
    margin: 0;
}

@media screen and (min-width: 1140px) {
    .doc-item:hover .doc{}


    .doc-item:hover .doc .doc-icon svg, .doc-item:hover .doc  .doc-icon svg * {
        fill: #fff;
    }

    .doc-item:hover .doc .doc-name {
        color: #fff;
    }

    a.btn.btn-big-map:hover{background:#fff;color: #b40554;}
}
.doc-item:last-child {
    /* border-bottom: 0 none; */
    /* margin-bottom: 0; */
}

span.doc-icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

span.icon-signet {
    display: block;
    margin: 0 auto;
    max-width: 91%;
    opacity: 0.4;
    margin-top: -20px;
    margin-bottom: -22px;
}

.doc-button {}

.doc-buttons a.btn.btn-more {
    float: none;
    width: 100%;
    background: transparent;
    border-color: #1b3142;
    color: #1b3142;
    padding: 15px 33px;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.doc-buttons a.btn.btn-more:hover{  background: #1b3142; color:#fff}

a.btn.btn-download {
    color: #fff;
    font-size: 12px;
    display: block;
    width: 100%;
    z-index: 999;
    background: #91170d;
    border: 1px solid #91170d;
    text-transform: uppercase;
    text-align: center;
    border-radius: 50px;
    letter-spacing: 0.05em;
    position: relative;
    padding: 16px 38px 16px 0;
}

a.btn.btn-download:hover { background:transparent; color:#91170d}
a.btn.btn-download:hover svg *{ fill:#91170d}

a.btn.btn-download span.icon-btn {
    display: inline-block;
    width: 46px;
    height: 46px;
    vertical-align: middle;
    padding: 7px;
    margin-left: 0px;
    margin-right: 0;
    position: absolute;
    right: 14px;
    top: 2px;
}

.documents-box-container {
    padding-bottom: 60px;
}

.contact-box-container .container {
    max-width: 1350px;
}

.contact-box {display: table-cell;}

.contact-box table td, .contact-box table tr {
    background: transparent!important;
}

.contact-box h2 {min-height: 60px;margin-bottom: 13px; border-bottom: 0;}

.contact-boxes {
    display: table;
    width: 100%;
    padding-bottom: 11px;
    border-bottom: 1px solid #253c4d;
    margin-bottom: 0px;
}

.contact-box table td {
    padding: 0;
    border: 0 none;
    padding-right: 39px;
    color: black;
}

.contact-box table {
    margin: 0;
}

.contact-box-container {
    padding-bottom: 79px;
    margin-top: -41px;
    padding-top: 41px;
    background: url(../images/contact_bg.jpg) no-repeat top center;
}
.map {
    width: 100%;
}

.map iframe {
    width: 100%;
    display: block;
    height: 820px;
}

.subpage h1 + .text.txt {
    max-width: 1270px;
    margin: 0 auto 30px;
}
.slick-dots{
    display: none !important;
}