/* FONTS */
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2fa644");

@font-face {
    font-family: 'NexaBold';
    src: url("../fonts/2FA644_0_0.eot");
    src: url("../fonts/2FA644_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2FA644_0_0.woff2") format("woff2"), url("../fonts/2FA644_0_0.woff") format("woff"), url("../fonts/2FA644_0_0.ttf") format("truetype");
}

@font-face {
    font-family: 'NexaBook';
    src: url("../fonts/2FA644_1_0.eot");
    src: url("../fonts/2FA644_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2FA644_1_0.woff2") format("woff2"), url("../fonts/2FA644_1_0.woff") format("woff"), url("../fonts/2FA644_1_0.ttf") format("truetype");
}

@font-face {
    font-family: 'Nexa';
    src: url("../fonts/2FA644_2_0.eot");
    src: url("../fonts/2FA644_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2FA644_2_0.woff2") format("woff2"), url("../fonts/2FA644_2_0.woff") format("woff"), url("../fonts/2FA644_2_0.ttf") format("truetype");
}

/* GLOBAL STYLES */
html {
    overflow-x: hidden;
}

body {
    font-family: "Nexa";
    overflow-x: hidden;
}

p {
    font-size: 15px;
    color: #000;
}

a {
    color: #000;
}

a:hover {
    color: #000;
}

a.link {
    font-size: 18px;
    padding-bottom: 3px;
    border-bottom: 1px solid black;
}

a.link:hover {
    text-decoration: none;
    opacity: 0.5;
}

:focus, button:focus, a:focus {
    outline: 3px solid #5f7b87 !important;
    outline-offset: 2px !important;
}

.page-wrapper {
    padding: 139px 0 90px 0;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}

@media (min-width: 1200px) {
    .col-md-15 {
        width: 20%;
    }
}

.blue-btn {
    padding: 17px 32px;
    background: rgba(95, 123, 135, 0.75);
    color: #fff;
    /*text-transform: uppercase;*/
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 11px;
    line-height: 20px;
    font-family: "NexaBold";
    display: inline-block;
    border: none;
    box-shadow: none;
    opacity: 1;
}

.blue-btn:hover {
    /*opacity: 0.85;*/
    background: rgb(0, 0, 0);
    text-decoration: none;
    color: #fff;
}

.blue-btn img {
    position: relative;
    top: -2px;
    margin-right: 20px;
    height: 20px;

}

.section-title {
    color: #000;
    font-size: 14px;
    /*text-transform: uppercase;*/
    font-family: "NexaBold";
    margin: 0 0 47px 0;
    letter-spacing: 2px;
}

.section-title.large {
    font-size: 13px;
}

.section-title.white {
    color: #fff;
}

.container {
    padding-left: 65px;
    padding-right: 65px;
}

@media (min-width: 1200px) {
    .container {
        width: 1160px;
    }
}

::-webkit-input-placeholder {
    color: #fff;
    opacity: 1 !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    opacity: 1 !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    opacity: 1 !important;
}

:-ms-input-placeholder {
    color: #fff;
    opacity: 1 !important;
}

.btn-scroll {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 64px;
    height: 64px;
    outline: 0;
    background: url(../img/arrow-bottom-ico.png) no-repeat center center rgba(95, 123, 135, 0.85);
    border: 0;
    z-index: 9999;
}

.btn-scroll:hover {
    background-color: #000000;
}

.btn-scroll.top {
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

.logo-mobile {
    display: none;
    background: #fff;
    margin: 0 !important;
    padding: 7px;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: auto;
    z-index: 9999;
}

.logo-mobile img {
    height: auto !important;
    max-width: 70px;
}

/* HEADER */
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9998;
    /*transition: background 0.5s linear;
    -webkit-transition: background 0.5s linear;*/
}

#header:after {
    content: '';
    clear: both;
    display: table;
}

#header.sticky {
    /*background: rgba(255, 255, 255, 0.9);*/
}

#header.sticky .search-wrapper,
#header.sticky .languages-wrapper,
#header.sticky .font-size-wrapper,
#header.sticky .contrast-wrapper {
    display: none;
}

#header.sticky #main-nav {
    margin-top: 18px;
    margin-bottom: 0;
}

#header.sticky .logo {
    margin-top: 6px;
    margin-bottom: 6px;
}

#header.sticky .logo .logo-big {
    height: 50px;
    display: none;
}

#header.sticky .logo .logo-small {
    height: 26px;
    display: inline-block;
    margin-bottom: 20px;
    top: 10px;
    position: relative;
}

#header .logo {
    float: left;
    margin: 20px 0 0 29px;
    display: inline-block;
}

#header .logo .logo-small {
    display: none;
}

#header .logo img {
    height: 100%;
    width: auto;
}

#header .right {
    float: right;
}

#header .search-wrapper {
    float: right;
    width: 304px;
    height: 62px;
    background: #5f7b87;
}

#header .search-wrapper .input {
    background: none;
    border: 0;
    outline: 0;
    font-size: 13px;
    font-family: "NexaBold";
    color: #fff;
    padding: 0 0 0 5px;
    line-height: 30px;
    margin: 16px 0 0 40px;
    width: 175px;
    color: #fff;
    text-shadow: 0px 0px 0px #fff;
    -webkit-text-fill-color: transparent;
}

#header .search-wrapper .submit {
    /*background: url(../img/search-ico.png) no-repeat;*/
    outline: 0;
    padding: 0 0 0 10px;
    border: 0;
    /*width: 15px;*/
    /*height: 15px;*/
    font-size: 18px;
    /*margin: 13.5px 0 0 35px;*/
    display: inline-block;
    background: transparent;
    color: #ffffff;
    position: relative;
    top: 12px;
    right: 5px;
}

#header .languages-wrapper {
    float: right;
    margin: 21px 20px 0 0;
}

#header .languages-wrapper ul {
    margin: 0;
}

#header .languages-wrapper ul li {
    padding: 0px 20px;
    list-style: none;
    display: inline-block;
    position: relative;
    border-right: 1px solid #ccc;
}

#header .languages-wrapper ul li.active a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #5f7b87;
    bottom: -8px;
    left: 0;
    pointer-events: none;
}

#header .languages-wrapper ul li a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    position: relative;
}

#header .font-size-wrapper {
    float: right;
    padding: 0px 20px;
    border-right: 1px solid #ccc;
    margin-top: 21px;
}

#header .font-size-wrapper ul {
    margin: 0;
}

#header .font-size-wrapper ul li {
    display: inline-block;
    height: 20px;
    position: relative;
    list-style: none;
}

#header .font-size-wrapper ul li.active:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #5f7b87;
    bottom: -6px;
    left: 0;
    pointer-events: none;
}

#header .font-size-wrapper button {
    outline: 0;
    border: 0;
    background: none;
    font-size: 14px;
    color: #000;
    padding: 0;
    line-height: 14px;
}

#header .font-size-wrapper button.small {
    font-size: 12px;
}

#header .font-size-wrapper button.large {
    font-size: 16px;
}

#header .contrast-wrapper {
    float: right;
    padding: 0px 18px;
    border-right: 1px solid #ccc;
    margin-top: 21px;
}

#header .contrast-wrapper ul {
    margin: 0;
}

#header .contrast-wrapper ul li {
    display: inline-block;
    height: 20px;
    position: relative;
    list-style: none;
    margin: 0px 2px;
}

#header .contrast-wrapper ul li.active:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #5f7b87;
    bottom: -6px;
    left: 0;
    pointer-events: none;
}

#header .contrast-wrapper button {
    outline: 0;
    border: 0;
    background: url(../img/contrast-ico.png) no-repeat;
    width: 18px;
    height: 12px;
    padding: 0;
    line-height: 14px;
    opacity: 0.75;
}

#header .contrast-wrapper button.small {
    opacity: 0.5;
}

#header .contrast-wrapper button.large {
    opacity: 1;
}

#header .menu-toggle {
    background: #5f7b87;
    height: 62px;
    width: 62px;
    float: right;
    border: 0;
    padding: 0 19px;
    outline: 0;
    text-align: center;
    display: none;
    position: relative;
    z-index: 99;
}

#header .menu-toggle span {
    width: 24px;
    height: 3px;
    background: #fff;
    display: block;
    margin-bottom: 3px;
}

#header .menu-toggle span:last-of-type {
    margin: 0;
}

#header .menu-toggle span, #header .menu-toggle span:before, #header .menu-toggle span:after {
    cursor: pointer;
    height: 3px;
    width: 24px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
}

#header .menu-toggle span:before {
    top: -6px;
}

#header .menu-toggle span:after {
    bottom: -6px;
}

#header .menu-toggle span, #header .menu-toggle span:before, #header .menu-toggle span:after {
    transition: all 500ms ease-in-out;
}

#header .menu-toggle.active span {
    background-color: transparent;
}

#header .menu-toggle.active span:before, #header .menu-toggle.active span:after {
    top: 0;
    background: #fff;
}

#header .menu-toggle.active span:before {
    transform: rotate(45deg);
}

#header .menu-toggle.active span:after {
    transform: rotate(-45deg);
}



#header .search-toggle {
    background: #5f7b87;
    height: 62px;
    width: 62px;
    float: right;
    border: 0;
    padding: 0 19px;
    outline: 0;
    text-align: center;
    display: block;
    position: relative;
    z-index: 99;
    font-size: 18px;

}


#header .search-toggle span {
    /*width: px;*/
    /*height: 15px;*/
    /*background: #fff;*/
    /*display: block;*/
    /*margin-bottom: 3px;*/
    /*background: url(../img/search-ico.png) no-repeat center center #5f7b87;*/
    color: #ffffff;
}

#header .search-toggle span:last-of-type {
    margin: 0;
}

/*#header .search-toggle span, #header .search-toggle span:before, #header .search-toggle span:after {*/
    /*cursor: pointer;*/
    /*height: 3px;*/
    /*width: 24px;*/
    /*background: #fff;*/
    /*position: absolute;*/
    /*display: block;*/
    /*content: '';*/
/*}*/

/*#header .search-toggle span:before {*/
    /*top: -6px;*/
/*}*/
/**/
/*#header .search-toggle span:after {*/
    /*bottom: -6px;*/
/*}*/

/*#header .search-toggle span, #header .search-toggle span:before, #header .search-toggle span:after {*/
    /*transition: all 500ms ease-in-out;*/
/*}*/
/**/
/*#header .search-toggle.active span {*/
    /*background-color: transparent;*/
/*}*/

/*#header .search-toggle.active span:before, #header .search-toggle.active span:after {*/
    /*top: 0;*/
    /*background: #fff;*/
/*}*/

/*#header .search-toggle.active span:before {*/
    /*transform: rotate(45deg);*/
/*}*/
/**/
/*#header .search-toggle.active span:after {*/
    /*transform: rotate(-45deg);*/
/*}*/


/*#header .search-btn {*/
    /*background: url(../img/search-ico.png) no-repeat center center #5f7b87;*/
    /*height: 62px;*/
    /*width: 62px;*/
    /*float: right;*/
    /*border: 0;*/
    /*outline: 0;*/
    /*display: none;*/
    /*text-indent: 999999999999px;*/
/*}*/

#main-nav {
    margin: 28px 0;
    position: relative;
}

#main-nav ul {
    margin: 0;
}

#main-nav ul li {
    display: inline-block;
    margin: 0px 19px;
    padding: 0px 1px;
    /*text-transform: uppercase;*/
    /*position: relative;*/
}

#main-nav ul li a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    background: #5f7b87;
    bottom: -10px;
    left: 0;
    pointer-events: none;
    transition: width 0.5s;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -o-transition: width 0.5s;
}

#main-nav ul li:hover a:after, #main-nav ul li.active a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #5f7b87;
    bottom: -10px;
    left: 0;
    pointer-events: none;
    transition: width 0.5s;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -o-transition: width 0.5s;
}

#main-nav .submenu li a:after {
    display: none;
}

#main-nav ul li:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 20px;
    background: transparent;
    top: 100%;
    left: 0;
    display: none;
}

/*#main-nav ul li:hover .submenu, */
#main-nav ul li:hover:before, #main-nav ul li .submenu.active {
    display: block;
    margin-left: 0px;
}

#main-nav ul li a {
    font-size: 15px;
    color: #000000;
    font-family: "NexaBold";
    text-decoration: none;
    position: relative;
}

#main-nav ul li .submenu {
    display: block;
    position: absolute;
    z-index: 999;
    top: calc(100% + 16px);
    left: 20px;
    width: 100%;
    /*background: #5f7b87;*/
    background: #5f7b87;
    padding: 30px 20px 10px;
    margin-left: 999999999px;
}

@media (min-width: 992px) {
    #main-nav ul li .submenu {
        /*          -webkit-columns: 4;
                  -moz-columns: 4;
                  columns: 4;*/
        /*          -webkit-column-span: all;
                  column-span: all;
                  -webkit-column-width: 230px;
                  column-width: 230px;*/
    }

    #main-nav ul li .submenu li {
        width: 30%;
        display: inline-block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding-bottom: 5px;
        position: relative;
    }

    #main-nav ul li .submenu li:last-child {
        /*margin: 0;*/
    }

    #main-nav ul li .submenu li:after {
        content: '';
        /*background: url(../img/arrow-bottom-ico.png) no-repeat;*/
        width: 13px;
        height: 7px;
        position: absolute;
        right: 0;
        top: 7px;
        border: 0;
        outline: 0;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
    }

    .menu-after-bg:after{
        background: url(../img/arrow-bottom-ico.png) no-repeat;
    }

    #main-nav ul li .submenu li.blank {
        border: none;
    }

    #main-nav ul li .submenu li.blank:after {
        display: none;
    }
}

#main-nav ul li .submenu li {
    margin: 0 0 20px 0;
    margin-right: 2%;
}

#main-nav ul li .submenu li a {
    color: #fff;
    text-transform: none;
    /*white-space: nowrap;*/
    font-family: "Nexa";
    font-weight: lighter;

}

#main-nav ul li .submenu li a:hover {
    /*text-decoration: underline;*/
}

/*      #main-nav ul li:nth-child(4) .submenu {
        left: -162px; }
      #main-nav ul li:nth-child(5) .submenu {
        left: -315px; }
      #main-nav ul li:nth-child(6) .submenu {
        left: -449px; }
      #main-nav ul li:nth-child(7) .submenu {
        left: -220px; }*/
/*      #main-nav ul li:nth-child(8) .submenu {
        right: 145px; }*/
		/* zmiana ponieważ menu wyświetlało się na stałe
#main-nav ul li:nth-child(9) .submenu {
    left: auto;
    right: 0;
}
*/
#main-nav .submenu-toggle {
    display: none;
    background: url(../img/arrow-bottom-ico.png) no-repeat center center;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 3px;
    border: 0;
    outline: 0;
}

@media (max-width: 1199px) {
    #main-nav ul li .submenu {
        -webkit-columns: 1 !important;
        -moz-columns: 1 !important;
        columns: 1 !important;
    }
}

#home-archiving {
    /*background: url(../img/home-header-bg.png) no-repeat top center;*/
    background-size: cover;
    width: 100%;
    height: calc(100vh - 139px);
    min-height: 550px;
    position: relative;
}

#home-archiving .container {
    /*height: 100%;*/
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media (min-width: 768px) {
    #home-archiving .rev_slider, #home-archiving .rev_slider_wrapper {
        height: 100% !important;
    }
}

@media (max-width: 767px) {
    #home-archiving .rev_slider, #home-archiving .rev_slider_wrapper {
        height: 450px !important;
    }

    #home-archiving .rev_slider .tp-parallax-wrap {
        left: 0 !important;
        bottom: 20px !important;
        top: auto !important;
    }
}

#home-archiving .information {
    padding: 35px 35px;
    background: #000;
    position: absolute;
    opacity: 0.9;
    /*left: 65px;
    bottom: 105px;*/
    /*left: 0;
    bottom: 200px;*/
    /*width: calc(100% - 130px);*/
    min-width: 470px;
    max-width: 470px;
    color: #fff;
    z-index: 99999;
}

#home-archiving .information h2 {
    font-family: "NexaBold";
    font-size: 20px;
    color: #fff;
    margin: 0 0 30px 0;
    /*display: block*/


}

#home-archiving .information .more {
    font-size: 19px;
    color: #fff;
    text-decoration: underline;
    margin-top: 15px;
}

#home-archiving .information p {
    color: #fff;
    white-space: pre-wrap;
    line-height: 1.2;
}

.tp-caption.maincaption, .maincaption {
    font-family: "NexaBold";
}

#home-news {
    background: url(../img/section-bg1.png) no-repeat top left;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
    min-height: 800px;
}

#home-news .container {
    height: 100%;
}

/*#home-online-collections {
  width: 100%;
  min-height: 730px;
  height: 100vh; }
*/
#home-in-iluzjon {
    background: url(../img/section-bg2.png) no-repeat top center;
    background-size: cover;
    width: 100%;
    min-height: 100vh;
}

#home-recommend {
    background: url(../img/section-bg3.png) no-repeat top center;
    background-size: cover;
    width: 100%;
    min-height: 100vh;
    height: 100vh;
    position: relative;
    min-height: 800px;
}

#home-slider {
    background: url(../img/section-bg2.png) no-repeat top center;
    background-size: cover;
    width: 100%;
    min-height: 100vh;
    height: 100vh;
    position: relative;
    min-height: 800px;
}

#home-slider .container, #home-recommend .container {
    height: 100%;
}

#home-slider .home-box {
    background: black;
}

#home-map {
    width: 100%;
    height: 100vh;
    max-height: 650px;
    position: relative;
}

#home-map .container {
    pointer-events: none;
}

#home-map .container .box {
    pointer-events: auto;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    z-index: 10;
    background: #000;
    padding: 30px 35px;
    width: 100%;
    max-width: 330px;
}

#home-map .container .box p {
    color: #fff;
    display: block;
    margin-bottom: 25px;
}

/*#home-map .container .box p a {*/
/*color: #fff;*/
/*}*/

#home-map .container .box .more {
    color: #fff;
    text-decoration: underline;
}

/* NEWSLETTER */
#newsletter {
    background: url(../img/section-bg4.png) no-repeat top center;
    background-size: cover;
    width: 100%;
    height: 350px;
}

#newsletter .container {
    height: 100%;
}

#newsletter .newsletter {
    position: relative;
    top: 50%;
    cursor: pointer;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

#newsletter .newsletter label {
    font-size: 14px;
    letter-spacing: 2px;
    color: #fff;
    margin: 0 0 25px 20px;
    /*text-transform: uppercase;*/
}

#newsletter .newsletter .form-wrapper {
    width: 100%;
    max-width: 440px;
    height: 64px;
    display: block;
    background: rgba(95, 123, 135, 0.85);
}

#newsletter .newsletter .form-wrapper p {
    /*text-transform: uppercase;*/
    border: 0;
    outline: 0;
    font-size: 13px;
    font-family: "NexaBold";
    color: #fff;
    padding: 0 0 0 5px;
    line-height: 30px;
    margin: 18px 0 0 20px;
    width: calc(100% - 81px);
    float: left;
}

#newsletter .newsletter .form-wrapper .arrow {
    background: url(../img/arrow-right.png) no-repeat;
    outline: 0;
    padding: 0;
    border: 0;
    width: 7px;
    height: 13px;
    margin: 26px 28px 0 0;
    float: right;
}

#newsletter .newsletter .form-wrapper:after {
    content: '';
    clear: both;
    display: table;
}

#newsletter .newsletter .form-wrapper .input {
    background: none;
    border: 0;
    outline: 0;
    font-size: 13px;
    font-family: "NexaBold";
    color: #fff;
    padding: 0 0 0 5px;
    line-height: 30px;
    margin: 18px 0 0 20px;
    width: calc(100% - 81px);
    float: left;
}

#newsletter .newsletter .form-wrapper .submit {
    background: url(../img/arrow-right.png) no-repeat;
    outline: 0;
    padding: 0;
    border: 0;
    width: 7px;
    height: 13px;
    margin: 26px 28px 0 0;
    float: right;
}

#newsletter .newsletter .form-wrapper ::-webkit-input-placeholder {
    color: #fff;
}

#newsletter .newsletter .form-wrapper :-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

#newsletter .newsletter .form-wrapper ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

#newsletter .newsletter .form-wrapper :-ms-input-placeholder {
    color: #fff;
}

/* FOOTER */
#footer {
    background: #fff;
}

#footer .partners {
    margin-top: 70px;
}

#footer .partners .slick-slider-wrapper .item {
    height: auto;
    min-height: 140px;
}

#footer .partners .slick-slider-wrapper .item img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: filter 0.3s;
    -webkit-transition: filter 0.3s;
    -moz-transition: filter 0.3s;
    display: inline-block;
    max-width: 100%;
}

#footer .partners .slick-slider-wrapper .item img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: filter 0.3s;
    -webkit-transition: filter 0.3s;
    -moz-transition: filter 0.3s;
}

#footer .partners .slick-slider-wrapper .item a {
    display: inline-block;
    outline: 0;
    position: relative;
    top: -30px;
    width: 16%;
    margin-bottom: 25px;
}

#footer .partners .slick-slider-wrapper .slick-slide img {
    position: relative;
    transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
}

@media (min-width: 800px) and (max-width: 1100px) {
    #footer .partners .slick-slider-wrapper .item a {
        width: 19%;
    }
}

@media (min-width: 501px) and (max-width: 799px) {
    #footer .partners .slick-slider-wrapper .item a {
        width: 24%;
    }
    .menu-hor {
        width: 50% !important;
    }

}

@media (max-width: 500px) {
    #footer .partners .slick-slider-wrapper .item {
        height: auto;
    }

    .news-li h2{
        padding: 0px !important;
        margin: 0px !important;
        font-weight: 300 !important;

    }

    #footer .partners .slick-slider-wrapper .item a {
        width: 32%;
    }
    .content-black div div {
        padding-bottom: 20px !important;
    }
}

#footer .footer-menu {
    margin-top: 80px;
}

#footer .footer-menu .section-title {
    margin-bottom: 45px;
    /*font-weight: bold;*/
    font-family: 'NexaBold';
}

#footer .footer-menu ul {
    margin: 0;
}

#footer .footer-menu ul li {
    list-style: none;
    display: block;
    min-height: 29px;
    margin-bottom: 10px;
}

#footer .footer-menu ul li a {
    padding-left: 46px;
    line-height: 29px;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    transition: padding-left 0.25s linear;
    -webkit-transition: padding-left 0.25s linear;
    position: relative;
    display: inline-block;
}

#footer .footer-menu ul li a:hover {
    padding-left: 51px;
}

#footer .footer-menu ul li a.ico-camera {
    background: url(../img/footer-ico-camera.png) no-repeat left center;
}

#footer .footer-menu ul li a.ico-movie {
    background: url(../img/footer-ico-movie.png) no-repeat left center;
}

#footer .footer-menu ul li a.ico-cd {
    background: url(../img/footer-ico-cd.png) no-repeat left center;
}

#footer .footer-menu ul li a.ico-copy {
    background: url(../img/footer-ico-copy.png) no-repeat left center;
}

#footer .footer-menu ul li a.ico-cinema {
    background: url(../img/footer-ico-cinema.png) no-repeat left center;
}

#footer .footer-menu ul li a.ico-book {
    background: url(../img/footer-ico-book.png) no-repeat left center;
}

#footer .footer-menu ul li a.ico:before {
    content: '';
    width: 30px;
    height: 29px;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    border-radius: 50%;
}

#footer .footer-menu ul li a.ico.ico-facebook:before {
    background: url(../img/footer-ico-facebook.png) no-repeat center center #000;
}

#footer .footer-menu ul li a.ico.ico-pinterest:before {
    background: url(../img/footer-ico-pinterest.png) no-repeat center center #000;
}

#footer .footer-menu ul li a.ico.ico-google-plus:before {
    background: url(../img/footer-ico-googleplus.png) no-repeat center center #000;
}

#footer .footer-menu ul li a.ico.ico-youtube:before {
    background: url(../img/footer-ico-youtube.png) no-repeat center center #000;
}

#footer .footer-menu ul li a.ico.ico-rss:before {
    background: url(../img/footer-ico-rss.png) no-repeat center center #000;
}

#footer .footer-menu ul li a.ico.ico-filmoteka:before {
    background: url(../img/footer-ico-filmoteka.png) no-repeat center center #000;
}

#footer .footer-menu ul li a.ico.ico-infinity:before {
    background: url(../img/footer-ico-infinity.png) no-repeat center center #000;
}

#footer .footer-menu ul li a.ico.ico-gapla:before {
    background: url(../img/footer-ico-gapla.png) no-repeat center center #000;
}

#footer .footer-menu ul li a.ico.ico-iluzjon:before {
    background: url(../img/footer-ico-iluzjon.png) no-repeat center center #000;
}

#footer .footer-menu ul li a.ico.ico-nitrofilm:before {
    background: url(../img/footer-ico-nitrofilm.png) no-repeat center center #000;
}

#footer .footer-menu ul.small-ico li a {
    padding-left: 41px;
    /*    color: #5f7b87;
        -webkit-filter: brightness(-99999%);
        -moz-filter: brightness(-99999%);
        filter: brightness(-99999%);*/
}

#footer .footer-menu ul.small-ico li a:hover {
    padding-left: 37px;
    text-decoration: underline;
    /*    -webkit-filter: none;
        -moz-filter: none;
        filter: none;*/
}

#footer .copyright {
    margin-top: 30px;
}

#footer .copyright:after {
    content: '';
    clear: both;
    display: table;
}

#footer .copyright .left {
    float: left;
    margin-top: 45px;
}

#footer .copyright .left img {
    margin-right: 20px;
}

#footer .copyright .left p {
    margin: 0;
}

#footer .copyright .right {
    float: right;
}

#footer .copyright .page-map {
    padding: 23px 35px;
    /*text-transform: uppercase;*/
    color: #fff;
    font-family: "NexaBold";
    text-decoration: none;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    background: #5f7b87;
    letter-spacing: 2px;
    display: inline-block;
}

#footer .copyright .page-map:hover {
    background: black;
}

/* BREADCRUBS */
.breadcrumbs-wrapper {
    padding: 15px 0;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 25px;
}

.breadcrumbs-wrapper ul {
    margin: 0;
}

.breadcrumbs-wrapper ul li {
    display: inline-block;
    list-style: none;
}

.breadcrumbs-wrapper ul li:after {
    content: '';
    width: 4px;
    height: 7px;
    background: url(../img/breadcrumb-arrow.png) no-repeat;
    margin: 0 9px 0 10px;
    display: inline-block;
}

.breadcrumbs-wrapper ul li:last-of-type:after {
    display: none;
}

.breadcrumbs-wrapper ul li a {
    font-size: 13px;
    color: #050505;
}

/* FULL WIDTH BOXES */
.full-width-boxes {
    position: relative;
}

.full-width-boxes .section-title {
    position: absolute;
    left: 0;
    top: calc(50% - 266px);
    z-index: 2;
    padding: 25px 33px;
    background: #fff;
    margin: 0;
}

.full-width-boxes .form-wrapper {
    position: absolute;
    right: 0;
    top: calc(50% + 201px);
    z-index: 2;
    width: 100%;
    max-width: 440px;
    height: 64px;
    background: rgba(95, 123, 135, 0.85);
}

.full-width-boxes .form-wrapper:after {
    content: '';
    clear: both;
    display: table;
}

.full-width-boxes .form-wrapper .input {
    background: none;
    border: 0;
    outline: 0;
    font-size: 13px;
    font-family: "NexaBold";
    color: #fff;
    padding: 0 0 0 5px;
    line-height: 30px;
    margin: 18px 0 0 20px;
    width: calc(100% - 81px);
    float: left;
}

.full-width-boxes .form-wrapper .submit {
    background: url(../img/search-ico.png) no-repeat;
    outline: 0;
    padding: 0;
    border: 0;
    width: 15px;
    height: 15px;
    margin: 22px 28px 0 0;
    float: right;
}

.full-width-boxes .column {
    /*padding: 155px 90px;*/
    padding: 0;
    /*min-height: 660px;
    height: 100%;*/
    text-align: center;
}

.full-width-boxes .column .img-bg {
    width: 100%;
}

.full-width-boxes .column.photos {
    background: url(../img/column-bg1.png) no-repeat top center;
    background-size: cover;
}

.full-width-boxes .column.movies {
    background: url(../img/column-bg2.png) no-repeat top center;
    background-size: cover;
}

.full-width-boxes .column.posters {
    background: url(../img/column-bg3.png) no-repeat top center;
    background-size: cover;
}

.full-width-boxes .box {
    padding: 35px 35px 0px 35px;
    background: #fff;
    min-height: 300px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: calc(50% - 130px);
    left: calc(50% - 167px);
    max-width: 334px;
    display: inline-block;
    /*transform: translate(0, -150%);
    -webkit-transform: translate(0, -150%);
    -ms-transform: translate(0, -150%);*/
}

.full-width-boxes .box .img {
    display: inline-block;
}

.full-width-boxes .box .img img {
    max-width: 100%;
}

.full-width-boxes .box h3 {
    font-size: 16px;
    font-family: "NexaBold";
    margin: 0;
    text-align: left;
    margin: 0px 0 25px 0;
}

.full-width-boxes .box p {
    font-size: 14px;
    margin: 0;
    text-align: left;
}

.publishing img {
    width: 100%;
    margin-bottom: 20px;
}

.publishing {
    font-size: 14px;
    min-height: 400px;
}

/* HOME BOX */
.home-box {
    background: #fff;
    padding: 35px;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

/* BOX SLIDER */
.box-slider .item {
    margin-bottom: 20px;
}

.box-slider .img {
    display: block;
}

.box-slider .img img {
    max-width: 100%;
    width: 100%;
}

.box-slider .title {
    font-size: 20px;
    color: #000;
    font-family: "NexaBold";
    margin: 23px 0 25px 0;
    display: inline-block;
}

.box-slider .title h3 {
    margin: 0;
    display: inline-block;
}

.box-slider .title:hover h3 {
    /*text-decoration: underline;*/
}

.box-slider p {
    margin: 0;
}

.box-slider .more {
    font-size: 14.68px;
    color: #000;
    font-family: "NexaBold";
    text-decoration: underline;
    margin-top: 40px;
    display: inline-block;
}

/* SUBPAGE-LARGE-HEADER */
.subpage-header-large {
    width: 100%;
    position: relative;
    /* height: 1px;
     min-height: 445px;*/
}

.subpage-header-large img {
    width: 100%;
}

.subpage-header-large.bg-1 {
    background: url(../img/subpage-top-bg1.png) no-repeat top center;
    background-size: cover;
}

.subpage-header-large.bg-2 {
    background: url(../img/subpage-top-bg2.png) no-repeat top center;
    background-size: cover;
    min-height: 500px;
}

.subpage-header-large .container {
    position: relative;
    height: 100%;
}

.subpage-header-large .title {
    font-size: 44px;
    color: #fff;
    font-family: "NexaBold";
    position: absolute;
    left: 65px;
    bottom: 35px;
    /*text-transform: uppercase;*/
    letter-spacing: 2px;
}

/* CONTENT */
.page-content {
    padding-bottom: 150px;
}

.page-content .subpage-title {
    font-size: 36px;
    /*margin: 0px 0px 35px 0;*/
    font-family: "NexaBold";
    color: #000;
}

.head-white {
    background: rgba(0, 0, 0, 0.8);
    padding: 22px 30px;
}

.head-white div {
    color: #ffffff;
    font-size: 19px;
    padding: 0px;
    margin: 0px;

}

.page-content p {
    font-size: 14px;
    margin-bottom: 40px;
}

.page-content ul {
    /*font-size: 16px;*/
    margin-bottom: 30px;
    padding-left: 15px;
}

.page-content h2, .page-content h3, .page-content h1 {
    /*font-weight: 700;*/
    font-family: "NexaBold";
}

.page-content .caption {
    font-style: italic;
    font-size: 14px;
    margin-top: 15px;
    display: block;
}

.page-content .full-width {
    width: 100%;
    height: auto;
}

/* CONTETN CENTER */
.content-center {
    height: 1px;
    min-height: 305px;
    background: #000;
    padding: 50px 0;
}

.content-center.repertoire {
    background: url(../img/repertoire-small-bg.png) no-repeat top center;
    background-size: cover;
    /*margin-bottom: 30px;*/
}

.content-center .content {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

.content-center .blue-btn {
    padding: 25px;
    background: rgba(95, 123, 135, 0.75);
    color: #fff;
    /*text-transform: uppercase;*/
    text-decoration: none;
    transition: opacity 0.25s linear;
    -webkit-transition: opacity 0.25s linear;
    letter-spacing: 2px;
    font-size: 13px;
    font-family: "NexaBold";
}

.content-center .blue-btn:hover {
    opacity: 0.9;
}

/* CONTENT BLACK */
.content-black {
    background: #000;
    padding: 50px 0;
}

.content-black .section-title {
    font-size: 16px;
}

.content-black p {
    color: #fff;
    margin: 0;
}

.content-black p a {
    /*color: #fff;*/
}

/* HALF PAGE BOXES */
.half-page-boxes {
    margin-top: -30px;
}

.half-page-boxes .box {
    width: 100%;
    height: 345px;
    background: #000;
    text-align: center;
    margin-top: 30px;
    padding: 30px;
}

.half-page-boxes .box.box-bg-1 {
    background: url(../img/dzialy-box.png) no-repeat;
    background-size: cover;
}

.half-page-boxes .box .content {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    background: #fff;
    /*height: 133px;*/
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.digitization .half-page-boxes .box .content {
    height: 109px;
}

.digitization .half-page-boxes .box .content img {
    width: 50%;
    float: left;
}

.digitization .half-page-boxes .box .content h4 {
    /*text-transform: uppercase;*/
    float: left;
    width: 50%;
    font-size: 16px;
    position: relative;
    top: 42%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

.half-page-boxes .box .content p, .half-page-boxes .box .content h3 {
    position: relative;
    /*    top: 50%;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);*/
    text-align: center;
    margin: 0;
    font-size: 12px;
    font-family: "NexaBold";
    /*text-transform: uppercase;*/
    /*font-weight: bold;*/
    line-height: 15px;
}

.half-page-boxes .box .content {
    padding: 20px 0;
}

/* COLLAPSE */
.collapse-wrapper .item {
    position: relative;
    padding: 10px 40px 10px 0;
    /*padding: 40px 40px 10px 0;*/
    border-bottom: 1px solid #d9d9d9;
    display: flex;
}

.collapse-wrapper .item:first-of-type {
    border-top: 1px solid #d9d9d9;
}

.copyright-wrapper .item:first-of-type {
    border-top: none;
}

.collapse-wrapper .btn-toggle small {
    display: block;
    text-align: left;
    font-size: 12px;
    opacity: 0.6;
    margin-top: 5px;
}

.collapse-wrapper .btn-toggle.small {
    font-size: 18px;
}

.collapse-wrapper .btn-toggle {
    font-size: 24px;
    font-family: "NexaBold";
    color: #000;
    outline: 0;
    border: 0;
    background: 0;
    padding: 0;
    /*margin-bottom: 40px;*/
    text-align: left;
}

/*.collapse-wrapper .btn-toggle:after {
    content: '';
    background: url(../img/arrow-black-bottom.png) no-repeat;
    width: 18px;
    height: 10px;
    position: absolute;
    top: 48%;
    right: 0;
}*/
.collapse-wrapper .collapse {
    /*padding-right: 30px;*/
}

.collapse-wrapper .btn-toggle[aria-expanded="true"]:after {
    background: url(../img/arrow-black-top.png) no-repeat;
}

.collapse-wrapper .item.active {
    display: block;
}

.management.active .text {
    display: inline-block;
}

.collapse p {
    margin: 0;
}

.collapse-wrapper .item span.arrow {
    background: url(../img/arrow-black-bottom.png) no-repeat;
    width: 18px;
    height: 10px;
    position: absolute;
    top: 48%;
    right: 0;
    cursor: pointer;
}

.collapse-wrapper .item.active span.arrow {
    background: url(../img/arrow-black-top.png) no-repeat;
}

.collapse-wrapper .collapse {
    /*padding-bottom: 40px;*/
    /*padding-top: 40px;*/
}

.collapse-wrapper .collapse *:last-child {
    margin-bottom: 0;
}

/* MAP CANVAS */
.map-canvas {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

/* GRID 5 COLUMNS */
.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-20 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-20 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-20 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-20 {
        width: 20%;
        float: left;
    }
}

@media (max-width: 1400px) {
    #main-nav ul li {
        margin: 0px 8px;
    }
}

@media (min-width: 1200px) {
    .page-wrapper {
        transform: none !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
    }

    #header {
        top: 0 !important;
    }
}

@media (max-width: 1199px) {
    .btn-scroll {
        display: none;
    }



    html.collapsed {
        overflow-y: hidden;
        /*height: 100vh;*/
    }

    html.collapsed body {
        overflow-y: hidden;
        /*height: 100vh;*/
    }

    html.collapsed #main-nav {
        /*height: 535px;*/
        max-height: 100vh;
        overflow: scroll;
    }

    #header .menu-toggle {
        display: block;
    }

    #main-nav {
        position: fixed;
        max-width: 470px;
        /*height: 100%;*/
        width: 281px;
        top: 0;
        right: 0;
        margin: 0;
        background: #5f7b87;
        padding: 85px 0px 0px 20px;
        display: block;
        transform: translate(100%, 0);
        -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        margin-top: 0 !important;
        transition: transform 0.5s linear;
        -webkit-transition: transform 0.5s linear;
    }

    #main-nav.active {
        /*        transform: translate(calc(100% - 62px), 0);
                -webkit-transform: translate(calc(100% - 62px), 0);
                -ms-transform: translate(calc(100% - 62px), 0);*/
        transform: translate(0px, 0);
        -webkit-transform: translate(0px, 0);
        -ms-transform: translate(0px, 0);
    }

    #main-nav > ul {
        overflow-y: auto;
        /*height: calc(100vh - 100px);*/
        padding-bottom: 15px;
        padding-right: 20px;
    }

    #main-nav > ul li {
        display: block;
        padding: 14px 0 0 0;
        border-bottom: 1px solid #5f7b87;
        margin: 0;
        position: relative;
    }

    #main-nav > ul li:first-of-type {
        padding-top: 0;
    }

    #main-nav > ul li:first-of-type .submenu-toggle {
        top: -8px;
    }

    #main-nav > ul li:last-of-type {
        border: 0;
    }

    #main-nav > ul li:hover .submenu {
        display: none;
    }

    #main-nav > ul li.has-submenu .submenu-toggle {
        display: block;
    }

    #main-nav > ul li.has-submenu.open .submenu-toggle {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
    }

    #main-nav > ul li.has-submenu.open > a:before {
        content: '';
        width: 100%;
        height: 5px;
        bottom: -11px;
        left: 0;
        background: #fff;
        position: absolute;
        z-index: 3;
    }

    #main-nav > ul li a {
        color: #fff;
        letter-spacing: 2px;
        position: static;
        position: relative;
        margin-bottom: 10px;
        font-size: 12px;
        display: inline-block;
    }

    #main-nav > ul li a:after {
        display: none;
    }

    #main-nav > ul li .submenu {
        position: static;
        display: none;
        background: none;
        padding: 0 0 0 30px;
        border-top: 1px solid #5f7b87;
        position: relative;
        width: auto;
        left: 0 !important;
    }

    #main-nav > ul li .submenu li {
        width: 100%;
        float: none;
        display: block;
        border: 0;
        padding: 10px 0;
        margin: 0;
        padding-right: 20px;
    }

    #main-nav > ul li .submenu li a {
        /*text-transform: uppercase;*/
        font-family: "NexaBold";
        margin: 0;
    }

    #main-nav ul li .submenu li a {
        white-space: pre-wrap;
    }

    #main-nav ul li .submenu li:after {
        top: 15px;
    }

    .full-width-boxes .column {
        height: auto;
        /*padding: 60px 65px;*/
        min-height: 0;
    }

    .full-width-boxes .column .box {
        min-height: 0;
        padding: 45px 35px;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
    }

    .full-width-boxes > div:first-of-type {
        /*padding: 45px 0;*/
    }

    .full-width-boxes .section-title {
        position: static;
        float: left;
        padding-left: 0;
        padding-right: 0;
    }

    .full-width-boxes .form-wrapper {
        position: static;
        float: right;
    }
}

@media (max-width: 991px) {
    :focus, button:focus, a:focus {
        outline: 0px solid #5f7b87 !important;
        outline-offset: 0px !important;
    }

    #home-archiving .tp-caption{
        white-space: normal !important;
    }

    .subpage-header-large .head-white {
        right: auto !important;
    }
    .logo-mobile {
        display: block;
        max-width: 181px;
    }

    .page-wrapper {
        padding-top: 0;
    }

    #header {
        background: none !important;
        transition: none;
        -webkit-transition: none;
    }

    #header .logo {
        background: #fff;
        margin: 0 !important;
        padding: 12px;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }

    #header .logo img {
        height: auto !important;
    }

    #header .font-size-wrapper,
    #header .contrast-wrapper,
    #header .search-wrapper,
    #header .languages-wrapper {
        display: none;
    }

    #header .search-btn {
        display: block;
        background: url(../img/search-ico.png) no-repeat center center rgba(95, 123, 135, 0.85);
    }

    #header .menu-toggle {
        background: rgba(95, 123, 135, 1);
        /*background: rgba(95, 123, 135, 0.85);*/
    }

    .content-black .block {
        margin-bottom: 40px;
    }

    .content-black .block:last-of-type {
        margin: 0;
    }

    #home-archiving {
        min-height: auto;
        height: auto;
        /*background: url(../img/home-header-bg.png) no-repeat left 55% top;*/
    }

    #home-archiving .information {
        bottom: 75px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    #footer .footer-menu .col-sm-12 {
        margin-bottom: 70px;
    }

    #footer .footer-menu .col-sm-12 ul {
        margin: 0px -15px;
    }

    #footer .footer-menu .col-sm-12 ul li {
        width: 50%;
        float: left;
        padding: 0px 15px;
    }
}

@media (max-width: 767px) {
    html.collapsed {
        /*overflow-y: hidden;*/
    }

    html.collapsed body {
        /*overflow-y: hidden;*/
    }

    #main-nav {
        padding: 85px 0px 0px 25px;
    }

    #main-nav > ul {
        /*height: calc(100vh - 95px);*/
        padding-right: 25px;
    }

    #main-nav > ul li .submenu {
        padding-left: 15px;
    }

    #footer .footer-menu .row > div {
        margin-bottom: 70px;
    }

    #footer .copyright {
        margin: 0;
    }

    #footer .copyright .right {
        width: 100%;
        text-align: center;
    }

    #footer .copyright .left {
        margin-top: 25px;
    }

    .full-width-boxes .section-title {
        position: static;
        float: left;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        padding-top: 0;
        margin-top: 30px;
    }

    .full-width-boxes .form-wrapper {
        float: left;
    }

    .full-width-boxes .column {
        /*padding: 60px 32px;*/
    }

    #newsletter {
        height: 230px;
    }

    .container {
        padding-left: 32px;
        padding-right: 32px;
    }

    #home-archiving .information {
        left: 32px;
        /*width: calc(100% - 64px); */
        min-width: 100%;
    }

    .subpage-header-large .title {
        left: 32px;
    }

    html.collapsed #main-nav {
        height: 535px;
    }
}

@media (max-width: 500px) {
    #home-map {
        height: auto;
        min-height: 0;
        padding: 35px 0;
    }

    #home-map .container .box {
        max-width: none;
        position: relative;
        top: 0;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        z-index: 10;
    }

    #home-archiving .information p {
        font-size: 12px;
    }

    #home-archiving .information h2 {
        margin-bottom: 10px;
    }

    #home-archiving .information .more {
        font-size: 12px;
    }

    #home-archiving .information {
        padding: 20px;
    }

    #home-archiving {
        background-size: cover;
    }

    #home-archiving .information {
        bottom: 40px;
        width: 320px;
        left: 0;
        max-width: 320px;
    }
}

.modal.fade:not(.in).right .modal-dialog {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
}

.modal-content {
    border-radius: 0;
}

.modal-body {
    padding: 45px;
}

.modal-body h3 {
    margin-top: 0;
}

button.close {
    font-size: 30px;
    opacity: 1;
    top: -20px;
    right: -20px;
    position: relative;
}

.btn-form {
    background: url(../img/arrow-bottom-ico.png) no-repeat center center rgba(95, 123, 135, 0.85);
    width: 32px;
    height: 32px;
    transform: rotate(-90deg);
    border-radius: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.input-form {
    border-radius: 0;
    width: 300px;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 450px;
    }
}

.modal {
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

hr {
    border-top: 1px solid #d9d9d9;
    margin: 20px 0;
}

.management {
    /*min-height: 250px;*/
}

.management .image {
    position: absolute;
    top: 40px;
}

.management .text {
    display: inline-block;
    width: calc(100% - 190px);
    /*padding-top: 60px;*/
    margin-left: 190px;
    vertical-align: middle;
    display: inline-flex;
}

.search-form {
    margin-top: 290px;
}

.search-form form {
    position: relative;
}

.search-form a {
    color: white;
    margin-top: 30px;
    display: inline-block;
    border-bottom: 1px solid white;
}

.search-form a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.input-search {
    width: 100%;
    height: 64px;
    background: rgba(95, 123, 135, 0.85);
    border: none;
    padding: 20px;
    font-size: 14px;
    letter-spacing: 2px;
    color: #fff;
    /*text-transform: uppercase;*/
}

.btn-search {
    width: 64px;
    height: 64px;
    background: url(../img/search-ico.png) no-repeat center center black;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
}

.search-more {
    background: #000 url(../img/search-more.jpg) top center;
    background-size: cover;
    color: #fff;
    width: 100%;
    min-height: 100vh;
    position: fixed;
    top: 0;
    z-index: 99999;
    display: none;
}

@media (max-width: 767px) {
    .search-more {
        position: absolute;
    }
}

.search-more .close {
    background: rgba(95, 123, 135, 0.85);
    height: 62px;
    width: 62px;
    float: right;
    border: 0;
    padding: 0px 22px;
    outline: 0;
    text-align: center;
    top: -5px;
    right: 0;
    position: relative;
    z-index: 99;
}

.search-more .close span {
    width: 24px;
    height: 3px;
    background: #fff;
    display: block;
    margin-bottom: 3px;
}

.search-more .close span:last-of-type {
    margin: 0;
}

.search-more .close span, .search-more .close span:before, .search-more .close span:after {
    cursor: pointer;
    height: 3px;
    width: 24px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
}

.search-more .close span:before {
    top: -6px;
}

.search-more .close span:after {
    bottom: -6px;
}

.search-more .close span {
    background-color: transparent;
}

.search-more .close span:before, .search-more .close span:after {
    top: 0;
    background: #fff;
}

.search-more .close span:before {
    transform: rotate(45deg);
}

.search-more .close span:after {
    transform: rotate(-45deg);
}

.form-search-more .form-group {
    margin-bottom: 25px;
}

.form-search-more .form-control {
    border-radius: 0;
    border: none;
    box-shadow: none;
    height: 29px;
}

.form-search-more a.clean {
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-right: 40px;
}

.form-search-more a.clean:hover {
    opacity: 0.85;
    text-decoration: none
}

@media (min-width: 768px) {
    .form-search-more .col-lg-2 .form-control {
        width: 100px;;
        display: inline;
        margin-left: 15px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: left;
    }
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.bootstrap-select > .dropdown-toggle {
    border-radius: 0;
    box-shadow: none;
    border: none;
}

.bootstrap-select.btn-group .dropdown-menu {
    border-radius: 0;
}

.news {
    margin-bottom: 30px;
    position: relative;
}

.news .text {
    padding: 60px 40px 0;
    width: 323px;
    height: 323px;
}

.news .text h4 {
    /*font-weight: bolder;*/
    font-family: 'NexaBold';
}

.news .date {
    background: #5f7b87;
    color: #fff;
    padding: 8px 10px 5px;
    position: absolute;
    top: 20px;
    right: -5px;
}

.news-vertical .date {
    bottom: -15px;
    left: 50px;
    top: auto;
    right: auto;
}

.news-left .date {
    bottom: auto;
    left: auto;
    top: 20px;
    right: -5px;
}

.news-right .date {
    bottom: auto;
    right: auto;
    top: 20px;
    left: -5px;
}

.news-vertical .text {
    margin-top: 30px;
}

.news-slider {
    margin-bottom: 20px;
}

.news-slider .navigation {
    width: 1030px;
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
}

.news-slider .navigation .slick-arrow {
    width: 64px;
    height: 64px;
    background: rgba(95, 123, 135, 0.85) url(../img/arrow.png) center center no-repeat;
    border: none;
    box-shadow: none;
    text-indent: -99999999999px;
    position: absolute;
    right: 0;
    cursor: pointer;
}

.news-slider .navigation .slick-arrow:hover {
    background: rgba(95, 123, 135, 0.65) url(../img/arrow.png) center center no-repeat;
}

.news-slider .navigation .slick-prev {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.news-slider .navigation .slick-next {
    right: -64px;
}

.news-slider .slick-slide img {
    width: 1030px;
}

.news-slider .slick-slide {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.news-slider .slick-slide.slick-current {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.more-articles {
    background: url(../img/section-bg1.png) no-repeat top left;
    background-size: cover;
    padding: 100px 0;
    margin-top: 50px;
}

.more-articles .articles-box {
    padding: 30px 30px 40px;
    background: white;
}

.articles-box p {
    margin-bottom: 20px;
}

.articles-box a:not(.title) {
    text-decoration: underline;
    /*font-weight: bold;*/
    font-family: 'NexaBold';
    margin-left: 10px;
}

.articles-box img {
    width: 100%;
}

.articles-box > h4 {
    /*text-transform: uppercase;*/
    letter-spacing: 2px;
    /*font-weight: bold;*/
    font-family: 'NexaBold';
}

.filters {
    padding: 20px;
    text-align: center;
    background: #f0f0f0;
}

.filters .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 200px;
    margin-left: 20px;
}

#home-in-iluzjon {
    height: 100vh;
    position: relative;
    min-height: 800px;
}

#home-in-iluzjon .container {
    height: 100%;
}

#home-in-iluzjon .home-box {
    background: black;
    color: #fff;
}

#home-in-iluzjon p {
    color: #fff;
    margin-top: 30px;
}

#home-in-iluzjon .section-title {
    color: #fff;
    margin-bottom: 25px;
}

.tparrows {
    width: 64px;
    height: 64px;
    background: rgba(95, 123, 135, 0.8);
}

.tparrows:before {
    line-height: 64px;
}

.slider-home .tp-rightarrow{
    right: 0 !important;
    left: auto !important;
    /*right: -183px !important;*/

}

.slider-home .tp-leftarrow{
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 9999;
}

.slider-home .tp-rightarrow{
    opacity: 1 !important;
    visibility: visible !important;
    /*z-index: 9999;*/
}
#slider-news .tp-leftarrow{
    opacity: 1 !important;
    visibility: visible !important;
}
#slider-news .tp-rightarrow{
    /*right: -100px !important;*/
    left: auto !important;
    opacity: 1 !important;
    right: -183px !important;
    visibility: visible !important;
}
#home-in-iluzjon .tp-rightarrow, #home-news .tp-rightarrow {
    visibility: visible !important;
    opacity: 1 !important;
    left: auto !important;
    right: -183px !important;
    /*top: 32px !important;*/
    top: 32px !important;
    /*display: block !important;*/
}

#home-in-iluzjon .tp-leftarrow, #home-news .tp-leftarrow {
    visibility: visible !important;
    opacity: 1 !important;
    left: -119px !important;
    /*top: 32px !important;*/
    top: 32px !important;
    /*display: block !important;*/
}

.rs-fullvideo-cover {
    display: none;
}

#slider3 .more {
    text-decoration: underline;
}

#slider4 .img, #slider3 .img {
    margin-bottom: 30px;
    display: block;
}

#slider4 .title h4 {
    margin-bottom: 20px;
}

.calendar .table {
    margin-top: 30px;
}

.calendar > .table > tbody > tr > td, .calendar > .table > tbody > tr > th, .calendar > .table > tfoot > tr > td, .calendar > .table > tfoot > tr > th, .calendar > .table > thead > tr > td, .calendar > .table > thead > tr > th {
    border: none;
    text-align: center;
}

.calendar .table td:hover {
    text-decoration: underline;
}

.popover.top {
    margin-top: -10px;
    background: black;
    color: #fff;
    border-radius: 0;
    padding: 5px 5px 5px;
}

.popover.top > .arrow:after {
    border-top-color: #000;
}

.popover a {
    color: #fff;
    display: block;
    font-size: 13px;
    text-decoration: underline;
    margin-bottom: 20px;
    font-family: "Nexa";
}

.publishing-house .title {
    display: inline-block;
    padding: 40px 0 80px;
}

.publishing-house .title h2 {
    font-size: 20px;
}

.publishing-house .title h2 small {
    font-size: 16px;
    margin-top: 5px;
    display: block;
    color: black;
}

.publishing-house img {
    width: 85%;
}

.publishing-house .collapse-wrapper .item {
    padding-top: 20px;
}

.publishing-house .collapse-wrapper .btn-toggle.small {
    margin-bottom: 20px;
}

.publishing-house .collapse-wrapper .btn-toggle:after {
    top: 25px;
}

.publishing-house .filters {
    text-align: left;
    padding-right: 0;
    margin: 20px 0 60px;
}

.publishing-house .filters .btn1, .publishing-house .filters .btn2 {
    float: right;
    background: black;
    color: #fff;
    position: relative;
    height: 60px;
    padding: 0 30px;
    line-height: 64px;
    /*text-transform: uppercase;*/
    top: -20px;
}

.publishing-house .filters .btn2 {
    background: #6d6d6d;
}

.publishing-house .filters .btn1:hover, .publishing-house .filters .btn2:hover {
    text-decoration: none;
    opacity: 0.8;
}

.add-to-cart {
    width: 220px;
    background: #e8e8e8;
    padding: 20px;
    float: right;
}

.add-to-cart .blue-btn {
    padding: 12px 20px;
    font-size: 10px;
}

.add-to-cart h3 {
    margin: 10px 0 25px;
    font-size: 20px;
}

.news .img, .white-slider .img {
    margin-bottom: 15px;
    display: block;
    text-align: center;
}

.gmnoprint div{
    z-index: 9999;
}
#slider-news .tp-leftarrow {
    left: -114px !important;
}

/*.tp-rightarrow{*/
    /*right: -183px !important;*/
/*}*/

.slider-home .tp-leftarrow {
    left: -20px !important;
    top: 50% !important;
}

.slider-home .tp-rightarrow {
    right: -84px !important;
    top: 50% !important;
}

@media (max-width: 767px) {
    .slider-home .tp-rightarrow {
        right: -52px !important;
    }
}

.sidebar-nav {
    list-style: none;
    padding: 0 !important;
}

.sidebar-nav li {
    font-size: 19px;
    padding-bottom: 15px;
    /*font-weight: 700;*/
}

.sidebar-nav a {
    border-bottom: 3px solid transparent;
    transition: border 0.2s;
    -webkit-transition: border 0.2s;
    -moz-transition: border 0.2s;
    -o-transition: border 0.2s;
}

.sidebar-nav li.active a, .sidebar-nav li:hover a {
    border-bottom: 3px solid #5f7b87;
    padding-bottom: 2px;
    transition: border 0.2s;
    -webkit-transition: border 0.2s;
    -moz-transition: border 0.2s;
    -o-transition: border 0.2s;
}

.sidebar-nav a:hover {
    text-decoration: none;
}

.bip-article {
    padding-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #d9d9d9;
}

.bip-article h2 {

    font-size: 16px;
    margin-bottom: 20px;
    text-align: justify;
    font-weight: normal;
}

.bip-article small {
    font-size: 100%;
    opacity: 0.8;
}

.bip-article p {
    font-size: 14px;
    margin: 20px 0;
}

.bip-article a {
    /*text-decoration: underline;*/
}

.bip-filters {
    text-align: right;
    padding-bottom: 20px;
}

.bip-filters label {
    display: inline-block;
    max-width: 100%;
    font-size: 12px;
    margin-right: 10px;
    font-weight: 700;
}

.bip-filters .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 160px;
}

.bip-filters .bootstrap-select > .dropdown-toggle {
    border: 1px solid #d9d9d9;
}

/**/
.font-large {
    font-size: 17px;
}

.font-large p {
    font-size: 18px;
}

.font-large.h1, .font-large h1 {
    font-size: 50px;
}

.font-large.h2, .font-large h2 {
    font-size: 42px;
}

.font-large .h3, .font-large h3 {
    font-size: 30px;
}

.font-large .h4, .font-large h4 {
    font-size: 26px;
}

.font-large a.link {
    font-size: 22px;
}

.font-large .blue-btn {
    font-size: 13px;
}

.font-large .section-title {
    font-size: 24px;
}

.font-large .section-title.large {
    font-size: 22px;
}

.font-large #main-nav ul li a {
    font-size: 18px;
}

.font-large #home-archiving .information h2 {
    font-size: 24px;
}

.font-large #home-archiving .information .more {
    font-size: 23px;
}

.font-large #newsletter .newsletter .form-wrapper p {
    font-size: 16px;
}

.font-large #footer .footer-menu ul li a {
    font-size: 19px;
}

.font-large .breadcrumbs-wrapper ul li a {
    font-size: 16px;
}

.font-large .full-width-boxes .form-wrapper .input {
    font-size: 16px;
}

.font-large .full-width-boxes .box h3 {
    font-size: 24px;
}

.font-large .full-width-boxes .box p {
    font-size: 18px;
}

.font-large .publishing {
    font-size: 18px;
}

.font-large .box-slider .title {
    font-size: 24px;
}

.font-large .box-slider .more {
    font-size: 18px;
}

.font-large .subpage-header-large .title {
    font-size: 52px;
}

.font-large .page-content .subpage-title {
    font-size: 48px;
}

.font-large .page-content p {
    font-size: 19px;
}

.font-large .page-content .caption {
    font-size: 18px;
}

.font-large #header .search-wrapper .input {
    font-size: 18px;
    width: 225px;
}

.font-large #header .search-wrapper {
    width: 335px;
}

.font-large .content-center .blue-btn {
    font-size: 16px;
}

.font-large .content-black .section-title {
    font-size: 19px;
}

.font-large .digitization .half-page-boxes .box .content h4 {
    font-size: 19px;
}

.font-large .half-page-boxes .box .content p {
    font-size: 18px;
}

.font-large .collapse-wrapper .btn-toggle small {
    font-size: 15px;
}

.font-large .collapse-wrapper .btn-toggle.small {
    font-size: 22px;
}

.font-large .collapse-wrapper .btn-toggle {
    font-size: 28px;
}

.font-large .input-search {
    font-size: 17px;
}

.font-large .add-to-cart .blue-btn {
    font-size: 12px;
}

.font-large .add-to-cart h3 {
    font-size: 24px;
}

.font-large .sidebar-nav li {
    font-size: 23px;
}

.font-large .bip-article h4 {
    font-size: 19px;
}

.font-large .bip-article p {
    font-size: 17px;
}

.font-large .bip-filters label {
    font-size: 14px;
}

/**/
.font-small {
    font-size: 15px;
}

.font-small p {
    font-size: 16px;
}

.font-small.h1, .font-small h1 {
    font-size: 40px;
}

.font-small.h2, .font-small h2 {
    font-size: 34px;
}

.font-small .h3, .font-small h3 {
    font-size: 24px;
}

.font-small .h4, .font-small h4 {
    font-size: 20px;
}

.font-small a.link {
    font-size: 18px;
}

.font-small .blue-btn {
    font-size: 12px;
}

.font-small .section-title {
    font-size: 22px;
}

.font-small .section-title.large {
    font-size: 18px;
}

.font-small #main-nav ul li a {
    font-size: 16px;
}

.font-small #home-archiving .information h2 {
    font-size: 22px;
}

.font-small #home-archiving .information .more {
    font-size: 19px;
}

.font-small #newsletter .newsletter .form-wrapper p {
    font-size: 14px;
}

.font-small #footer .footer-menu ul li a {
    font-size: 17px;
}

.font-small .breadcrumbs-wrapper ul li a {
    font-size: 14px;
}

.font-small .full-width-boxes .form-wrapper .input {
    font-size: 14px;
}

.font-small .full-width-boxes .box h3 {
    font-size: 20px;
}

.font-small .full-width-boxes .box p {
    font-size: 16px;
}

.font-small .publishing {
    font-size: 16px;
}

.font-small .box-slider .title {
    font-size: 16px;
}

.font-small .box-slider .more {
    font-size: 16px;
}

.font-small .subpage-header-large .title {
    font-size: 42px;
}

.font-small .page-content .subpage-title {
    font-size: 30px;
}

.font-small .page-content p {
    font-size: 16px;
}

.font-small .page-content .caption {
    font-size: 16px;
}

.font-small #header .search-wrapper .input {
    font-size: 16px;
}

.font-small .content-center .blue-btn {
    font-size: 15px;
}

.font-small .content-black .section-title {
    font-size: 15px;
}

.font-small .digitization .half-page-boxes .box .content h4 {
    font-size: 15px;
}

.font-small .half-page-boxes .box .content p {
    font-size: 15px;
}

.font-small .collapse-wrapper .btn-toggle small {
    font-size: 13px;
}

.font-small .collapse-wrapper .btn-toggle.small {
    font-size: 18px;
}

.font-small .collapse-wrapper .btn-toggle {
    font-size: 22px;
}

.font-small .input-search {
    font-size: 15px;
}

.font-small .add-to-cart .blue-btn {
    font-size: 11px;
}

.font-small .add-to-cart h3 {
    font-size: 20px;
}

.font-small .sidebar-nav li {
    font-size: 19px;
}

.font-small .bip-article h4 {
    font-size: 15px;
}

.font-small .bip-article p {
    font-size: 15px;
}

.font-small .bip-filters label {
    font-size: 12px;
}

@media (max-width: 767px) {
    .home-box {
        top: 0;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
    }

    #home-news, #home-in-iluzjon, #home-recommend, #home-slider, #home-map {
        padding: 50px 0;
        height: auto;
        min-height: initial;
    }
}

.rev_slider.slider-black img {
    max-width: 100% !important;
}

@media (min-width: 600px) {
    .slider-black {
        max-height: 390px;
    }

    .slider-black .tp-carousel-wrapper {
        max-height: 390px;
    }
}

@media (max-width: 500px) {
    #newsletter .newsletter .form-wrapper p {
        margin: 20px 0 0 10px;
        width: calc(100% - 45px);
    }

    #newsletter .newsletter .form-wrapper .arrow {
        margin: 26px 15px 0 0;
    }

    #newsletterModal .input-form {
        width: 200px;
    }

    #newsletterModal button.close {
        top: -10px;
        right: -5px;
    }

    #newsletterModal .modal-body {
        padding: 20px;
    }

    #newsletterModal .form-group {
        display: inline-block;
    }

    .full-width-boxes .box {
        position: relative;
        border-bottom: 1px solid #ddd;
        left: 0;
    }

    .full-width-boxes .column .img-bg {
        display: none;
    }

    .full-width-boxes .section-title {
        font-size: 22px;
        text-align: center;
        margin-top: 30px;
    }

    .full-width-boxes .form-wrapper .input {
        font-size: 12px;
        margin: 18px 0 0 10px;
        width: calc(100% - 61px);
    }

}

@media (max-width: 767px) {
    .tparrows {
        width: 32px;
        height: 32px;
    }

    .tp-leftarrow {
        left: -87px !important;
    }

    .tp-rightarrow {
        right: -119px !important;
    }

    .tparrows:before {
        line-height: 32px;
    }
}

/*# sourceMappingURL=main.css.map */

/* custom moje*/
.page-content {
    padding-bottom: 20px;
}

/*.page-wrapper{*/
/*padding: 30px 0 90px;*/
/*}*/

.pagination > li > a, .pagination > li > span {
    border-radius: 0px !important;
    margin-left: 10px;
    min-width: 45px;
}

.validate-form label {
    font-weight: normal;
}

.validate-form input, .validate-form textarea, .validate-form button {
    border-radius: 0;
    border: 1px solid #000000;
}

.validate-form .row {
    margin-bottom: 30px;
}

.validate-form button {
    font-size: 12px;
}

.searchList {
    list-style-type: square;
    color: #5f7b87;
}

/* nowe */

.filters .cat {
    font-family: "Nexa";
    font-size: 15px;
    /*text-transform: uppercase;*/
    margin-right: 15px;
}

.item-page {
    margin-bottom: 100px;
}

.login-form {
    /*padding: 100px 80px 80px;*/
    padding: 40px 20px 20px;
    /*margin: 80px 0;*/
    border: 1px solid #d9d9d9;
}

.login-form .form-control {
    border: 1px solid #000000;
    border-radius: 0;
    box-shadow: none;
}

.login-form hr {
    margin: 60px 0 30px;
}

.login-form a {
    margin-top: 17px;
    float: right;
    /*text-decoration: underline*/
}

.login-form .checkbox a {
    float: none;
}

@media (max-width: 600px) {
    .login-form {
        padding: 40px 20px 20px !important;
    }

    .login-form a {
        float: none;
        display: block;
    }

    .login-form .checkbox a {
        display: inline;
    }

    .page-content .subpage-title {
        font-size: 32px;
    }

    .collapse-wrapper .btn-toggle.small {
        font-size: 15px;
    }
}

.account .nav-tabs {
    padding: 0;
    border-bottom: none;
}

.account .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    width: 33.3333333%;
    border: none;
    background: #f0f0f0;
    text-align: center;
}

.account .nav-tabs > li > a {
    line-height: 2.428571;
    font-family: "NexaBold";
    /*text-transform: uppercase;*/
}

.account .nav-tabs > li.active {
    background: black;
}

.account .nav-tabs > li.active:after {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-top: solid 10px #000000;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}

.account .nav-tabs > li.active > a, .account .nav-tabs > li.active > a:focus, .account .nav-tabs > li.active > a:hover {
    border: none;
    color: #fff;
    background: transparent
}

.account .tab-pane {
    margin: 60px 0;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 20px;
}

.account .tab-pane:last-child {
    border-bottom: none;
}

.account .login-form {
    border: none;
    padding: 0;
    margin: 0;
}

.table.info tr > td {
    text-align: left;
    font-family: "NexaBold";
}

.table.orders tr > td {
    width: 33.3333333333%;
}

.table.orders tr:nth-child(2) > td {
    padding-top: 40px;
}

.table.orders th {
    font-family: "NexaBold";
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 30px;
}

.page-content .publishing p {
    text-align: right;
    margin-bottom: 10px
}

.add-cart {
    float: left;
    font-size: 12px;
    position: relative;
    top: -5px;
}

.add-cart:before {
    content: '';
    width: 20px;
    height: 18px;
    background: url(../img/add-cart.png);
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.add-to-cart .add-cart {
    float: none;
}

.publishing .more {
    font-size: 12px;
    display: block;
    text-align: left;
    text-decoration: underline;
    margin-bottom: 30px;
}

.content-black.conditions p {
    margin-bottom: 20px;
    /*text-transform: uppercase;*/
    font-size: 14px;
}

@media (max-width: 767px) {
    .account .nav-tabs > li.active:after {
        display: none;
    }

    .account .nav-tabs > li {
        width: 100%;
    }

    .filters .cat {
        display: block;
        margin-bottom: 15px;
        text-align: center;
    }

    .filters .btn1, .filters .btn2 {
        float: none;
        top: 0;
        margin-top: 20px;
        display: inline-block;
        width: 45%;
        padding: 0;
        text-align: center;
    }

    .publishing-house img {
        width: 100%;
    }

    .add-to-cart {
        width: 100%;
    }
}

.checkbox input[type="checkbox"], .checkbox input[type="radio"] {
    width: 34px;
    height: 34px;
}

.checkbox label::before {
    width: 34px;
    height: 34px;
    border-radius: 0;
}

.checkbox label::after {
    width: 34px;
    height: 34px;
    font-size: 20px;
    text-align: center;
}

.checkbox label {
    line-height: 34px;
    padding-left: 25px;
}

.shop .bootstrap-select .btn {
    border: 1px solid #cecece;
}

.shop .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 200px;
    margin: 0 20px;
}

.shop .bootstrap-select.btn-group .dropdown-toggle .caret {
    display: block;
    width: 34px;
    height: 34px;
    border: none;
    background: black url(../img/select-arrow.png) center center no-repeat;
    top: 1px;
    right: -1px;
}

.shop .select {
    display: inline;
}

.shop .icon-list {
    width: 38px;
    height: 38px;
    display: inline-block;
    background: url(../img/icons-list.png);
    background-position: 38px 0;
    margin-left: 10px;
}

.shop .icon-grid {
    width: 38px;
    height: 38px;
    display: inline-block;
    background: url(../img/icons-list.png);
}

.shop .icon-list.active {
    background-position: 38px 38px;
}

.shop .icon-grid.active {
    background-position: 0px 38px;
}

@media (max-width: 991px) {
    .shop .select {
        display: block;
        margin-bottom: 15px;
    }

    .shop .select strong {
        width: 90px;
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .shop .select strong {
        display: block;
        margin-bottom: 5px;
    }

    .shop .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        margin: 0;
        width: 100%;
    }
}

.shop hr {
    margin: 20px 0;
}

.price-list, .author, .desc {
    display: none;
}

@media (min-width: 768px) {
    .list {
        padding: 0 15px;
    }

    .list .publishing {
        width: 100%;
        text-align: left;
        min-height: auto;
        border-bottom: 1px solid #d9d9d9;
        margin-bottom: 20px;
        padding: 0;
    }

    .list .publishing img {
        width: 15%;
        margin-right: 40px;
        float: left;
    }

    .list .price {
        display: none;
    }

    .list .price-list {
        display: block;
        padding: 15px 20px 10px 20px;
        text-align: center !important;
    }

    .list .price-list strong {
        font-size: 22px;
        font-family: "NexaBold";
    }

    .list .price-list span {
        display: block;
    }

    .list h4 {
        font-family: "NexaBold";
        font-size: 20px;
    }

    .page-content .list .publishing p {
        text-align: left;
        font-size: 14px;
    }

    .list .author {
        display: block;
    }

    .list .desc {
        display: block;
        margin-top: 15px;
    }
}

@media (max-width: 991px) {
    .login-form {
        padding: 60px 40px 40px;
    }

    .login-form hr {
        margin: 20px 0 30px;
    }

    .list .publishing img {
        margin-right: 20px;
        margin-bottom: 10px;
    }
}

.black-btn {
    padding: 17px 32px;
    background: rgba(0, 0, 0, 255);
    color: #fff;
    /*text-transform: uppercase;*/
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 11px;
    line-height: 20px;
    font-family: "NexaBold";
    display: inline-block;
    border: none;
    box-shadow: none;
    opacity: 1;
}

.black-btn:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.85);
    text-decoration: none
}

.grey-btn-bg {
    display: inline-block;
    margin-left: 30px;
    padding: 10px 15px 10px 30px;
    background: #e8e8e8;
}

.grey-btn-bg .blue-btn {
    padding: 10px 16px;
    line-height: 15px;
    margin-left: 15px;
}

.grey-btn-bg strong {
    font-size: 18px;
    font-family: "NexaBold";
}

.table-cart {
    margin-bottom: 40px;
}

.table-cart td {
    vertical-align: middle !important;
    font-family: "NexaBold";
}

.table-cart thead th {
    background: #f0f0f0;
    padding: 19px 30px 15px !important;
    /*text-transform: uppercase;*/
    font-weight: normal;
}

.table-cart th:first-child {
    width: 120px;
}

.table-cart td:nth-child(1), .table-cart td:nth-child(2) {
    text-align: left;
}

.table-cart tbody td {
    padding: 20px !important;
}

.table-cart tbody tr {
    border-bottom: 1px solid #d9d9d9;
}

.table-cart input {
    width: 32px;
    text-align: center;
    padding: 5px 0 3px 0;
    border: 1px solid #d9d9d9;
    background: white;
    box-shadow: none;
}

.table-cart tbody tr td:last-child a {
    font-size: 20px;
}

@media (max-width: 599px) {
    .table-cart thead {
        display: none;
    }

    .table-cart tbody tr td {
        display: block;
        width: 100%;
        padding: 5px !important;
        text-align: left;
    }

    .table-cart tbody tr td:first-child {
        float: left;
    }

    .table-cart td:first-child {
        width: 100px;
        padding: 15px !important;
    }

    .table-cart tbody tr td:nth-child(2) {
        padding-top: 15px !important;
    }

    .table-cart tbody tr td:last-child {
        position: relative;
    }

    .table-cart tbody tr td:last-child a {
        position: absolute;
        right: 0;
        top: -60px;
    }

}

.filters {
    text-align: left;
    padding-right: 0;
    margin: 20px 0 60px;
}

.filters .btn1, .filters .btn2 {
    float: right;
    background: black;
    color: #fff;
    position: relative;
    height: 60px;
    padding: 0 30px;
    line-height: 64px;
    /*text-transform: uppercase;*/
    top: -20px;
}

.filters .btn2 {
    background: #6d6d6d;
}

.filters .btn1:hover, .filters .btn2:hover {
    text-decoration: none;
    opacity: 0.8;
    color: #ffffff;
}

/* MOJE */
.nopadding {
    padding: 0px;
}

.collapse-wrapper .btn-toggle {
    font-size: 16px;
    width: 100%;
    /*padding-right: 30px;*/
}

.table-hover > thead {
    background-color: #cccccc;
}

.page-content p {
    margin-bottom: 10px;
}

.news .col-sm-4 {
    min-height: 520px;
}

.underline {
    text-decoration: underline;
}

.popover-content p {
    color: #ffffff;
}

.bold {
    /*font-weight: bold;*/
    font-family: 'NexaBold';
}

.msg {
    display: none;
    color: red;
    padding: 10px;
    text-align: center;
}

.page-wrapper ol {
    padding-left: 20px;
}

.rev_slider_wrapper .information p {
    font-size: 12px;
    margin: 10px 0 0 0;
    color: #ffffff;
}

.rev_slider_wrapper .information h2 {
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    color: #ffffff;
}

.page-content .blue-btn:hover {
    color: #ffffff;
}

/* BOXY CZARNE*/
/*.content-black a,  .full-width-boxes a, .tp-caption .information a, #home-map .box a{*/
.slider-home a, .slider-black a, .content-black a, #home-map .box a {
    color: #ffffff;
    /*border-bottom: 3px solid #5f7b87;*/
    box-shadow: inset 0 -3px 0 0 #5f7b87;

}

/*.content-black a:hover, .tp-caption .information a:hover, #home-map .box a:hover {*/
.slider-home a:hover, .slider-black a:hover, .content-black a:hover, #home-map .box a:hover {
    text-decoration: none;
    border: none;
    color: #5f7b87;
}

/* BOXY BIAĂĹĄĂÂE*/
/*.page-content p a,  .full-width-boxes p a, .half-page-boxes a, .news a.title, .white-slider a.title{*/
.white-slider .title, .full-width-boxes a, .page-content a {
    color: #000000;
    /*border-bottom: 3px solid #5f7b87 !important;*/
    box-shadow: inset 0 -3px 0 0 #5f7b87;
}

.full-width-boxes a:hover, .page-content a:hover {
    text-decoration: none;
    border: none;
    color: #000000;
    /*background-color: rgba(95,123,135,0.20);*/
    box-shadow: none;
}

.page-content a:hover {
    text-decoration: none;
    border: none;
    color: #000000;
    background-color: rgba(95,123,135,0.20);
    box-shadow: none;
}



.white-slider a:hover, .white-slider a:focus {
    text-decoration: none !important;
}

.white-slider .title h4:hover {
    /*.white-slider .title:hover{*/
    color: #5f7b87;
    text-decoration: none !important;

}

.white-slider .row p {
    font-size: 14px;
}

/* add new afert 29.01*/

#home-archiving .information ul li {
    font-size: 12px;
    line-height: 14px;
}

.blue-btn {
    color: #ffffff !important;
    text-decoration: none !important;
}

.page-content .table > thead > tr > th {
    border-bottom: 0px solid #ddd;
}

.page-content .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 0px solid #ddd;
}

.page-content .table-bordered > thead > tr > th {
    border-bottom: 2px solid #ddd;
}

.page-content .table-condensed > thead > tr > th {
    border-bottom: 2px solid #ddd;
}

.page-content .table-hover > thead > tr > th {
    border-bottom: 2px solid #ddd;
}

.page-content .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-top: 1px solid #ddd;
}

.page-content .table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    border-top: 1px solid #ddd;
}

.page-content .table-hover > tbody > tr > td, .table-hover > tbody > tr > th, .table-hover > tfoot > tr > td, .table-hover > tfoot > tr > th, .table-hover > thead > tr > td, .table-hover > thead > tr > th {
    border-top: 1px solid #ddd;
}

.tp-tabs, .tp-thumbs, .tp-bullets {
    bottom: 30px !important;
    top: auto !important;
}

.tp-bullet.selected {
    background: #5f7b87;
}

.management .image {
    position: static;
    top: 0;
    width: 160px;
    display: inline-flex;
    /* margin-bottom: 40px; */
    vertical-align: middle;
}

.management .image img {
    width: 100%;
}

.management .text {
    display: inline-block;
    width: calc(100% - 194px);
    /*padding-top: 60px;*/
    margin-left: 30px;
    vertical-align: middle;
    display: inline-flex;
    /*  padding-right: 40px;*/
}

@media (max-width: 600px) {
    .management .image {
        /*width: 60px;*/
        display: none;
    }
.blue-btn{
    margin-bottom: 20px !important;
}
    .management .text {
        width: calc(100% - 90px);
        padding-top: 5px;
        margin-left: 10px;
    }

    .management {
        min-height: 140px;
    }
}

#marker-lodz {
    position: absolute;
    z-index: 9;
    left: 30px;
    top: 30px;
    height: 59px;
    overflow: hidden;
}

@media (max-width: 600px) {
    .subpage-header-large.bg-2 {
        background-position: -699px top;
    }

    .digitization .half-page-boxes .box .content {
        height: 60px;
    }

    .digitization .half-page-boxes .box .content h4 {
        font-size: 12px;
        top: 36%;
        width: 58%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #home-map .box{
        top:60% !important;
    }
    #slider-news .tp-rightarrow {
        right: -150px !important;
    }
    #slider-news .tp-leftarrow {
        left: -85px !important;
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    #main-nav ul li .submenu li a {
        white-space: normal;
    }
}

.home-box .rev_slider_wrapper {
    height: auto !important;
}

/*.home-box a:hover{*/
    /*color: red !important;*/
/*}*/
.home-box a h2:hover{
    color: #5f7b87 !important;
}

.tp-revslider-slidesli, .tp-revslider-mainul {
    cursor: auto;
}

.font-size-wrapper.social-icon {
    padding-left: 0px !important;
    border: 0px !important;
}

.font-size-wrapper.social-icon img {
    height: 20px;
}

.font-size-wrapper.social-icon li {
    padding-right: 5px;
}

.white-slider .title {
    /*text-decoration: none !important;*/
}

.white-slider .more {
    color: #5f7b87;
}

.white-slider .title h3, .news h2 {
    color: #000000;
    font-family: 'NexaBold';
    font-size: 16px;
    font-weight: normal;
}

.half-page-boxes a, .news a.title {
    /*text-decoration: none !important;*/
}

.partners h3 {
    font-size: 13px;
    /*font-weight: bold;*/
    font-family: 'NexaBold';
}

.slider-black h4 {
    font-size: 16px;
}

.slider-black p {
    font-size: 14px;
}

.slider-news {
    background: black;
}

.slider-news .tp-parallax-wrap, .slider-news .tp-loop-wrap, .slider-news .tp-mask-wrap, .slider-news .tp-caption {
    width: 100% !important;
}

/*.slider-news {
    margin-bottom: 50px !important;
}
.slider-news, .tp-revslider-mainul {
    padding-bottom: 60px;
}*/
.slider-news .tp-caption {
    padding: 14px 20px;
    /*background: black ;*/
    background-color: rgba(0, 0, 0, 0.70);
    color: #fff;
}

.slider-news .tp-caption p {
    color: #fff;
}

.slider-news .tp-caption small {
    margin-top: -15px !important;
    display: block;
    opacity: 0.8;
}

@media (max-width: 420px) {
    .item.management .image {

    }

    .partners .control {
        display: none;
    }

    .item.management .image {
        display: none;
    }

    .content-black .col-xs-12 {
        padding-bottom: 10px;
    }


    #header .search-wrapper button {
        /*margin: 30px 0 0 35px;*/

    }

    .news .col-sm-4 {
        min-height: 50px;
        padding-bottom: 20px;
    }
    .subpage-header-large img {
        /*        height: 170px;
                width: auto;*/
        margin-left: -50%;
        margin-top: -30px;
        height: 220px;
        width: auto;
        max-width: none;
    }

    .subpage-header-large .head-white {
        /*        top: 140px !important;
                left: 0 !important;
                position: relative !important;
                padding: 8px 32px 2px;*/
    }

    .slider-news .tp-parallax-wrap {
        margin-top: 50px;
    }

    .slider-news .rev_slider_wrapper {
        width: 100%;
        height: 200px !important;
    }

    .slider-news .tp-carousel-wrapper {
        height: 200px !important;
    }

    .slider-news .tp-revslider-slidesli {
        height: 200px !important;
    }

    .slider-news .tp-bgimg {
        height: 154px !important;
        background-size: contain !important;
    }

    .slider-news .tp-revslider-mainul {
        background: black;
    }

    .slider-news .tp-caption p {
        color: #fff;
        font-size: 12px !important;
        padding-top: 14px !important;
    }

    .slider-news .tp-caption small {
        font-size: 10px !important;
        padding-top: 23px !important;
    }

    .rev_slider_wrapper {
        /*margin-bottom: 40px;*/
        margin-bottom: 10px;
    }
}

/* 13-02 moje*/
.nav-search {
    padding-bottom: 20px;
    border: 0px;
}

.nav-search li.active a {
    border: 0px;
    color: #ffffff;
    border-radius: 0px;
    background-color: #5f7b87;

}

.nav-search li.active a:hover, .nav-search li.active a:focus {
    border: 0px;
    color: #ffffff;
    background-color: rgba(95, 123, 135, 0.74);

}

.nav-search li a {
    border: 0px;
    border-radius: 0px;
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
}

.nav-search li a:hover, .nav-search li a:focus {
    border: 0px;
    background-color: dimgray;
    color: #ffffff;
    text-decoration: none;
}

.searchList {
    padding-left: 15px;
}

.file-list ul {
    margin-left: 15px;
    list-style-type: square;
    color: #5f7b87;
}

strong {
    font-family: "NexaBold" !important;
}

.menu-hor {
    display: inline-block;
    /*display: table;*/
    width: 100%;
    background-color: #000000 !important;
}

.menu-hor li > a:hover {
    color: #ffffff;
    text-decoration: none;

}

.menu-hor li.active > a {
    border-bottom: none;
}

.menu-hor li.active {
    background-color: #5f7b87;
}

.menu-hor li {
    display: table-cell;
    padding: 10px 15px;
    background-color: #000000;
    margin: 0px;
}

.menu-hor li > a {
    color: #ffffff;
    font-size: 16px;
    display: block;
    width: auto;
    text-decoration: none;
}

.slick-dots {
    display: none !important;
}

.page-submenu {
    padding: 20px 0;
    padding-right: 0;
    text-align: left;
    background: #000;
    margin: 20px 0 60px;
    height: 60px;
}

.page-submenu a {
    font-family: "Nexa";
    font-size: 15px;
    margin-right: 15px;
    color: #fff;
    position: relative;
    height: 60px;
    padding: 0 30px;
    line-height: 64px;
    /*text-transform: uppercase;*/
    top: -20px;
    display: inline-block;
    text-decoration: none;
}

.page-submenu a.active {
    background: #5f7b87;
}

#home-map a, #home-map a.title, .slider-black a {
    /*color: #5f7b87 !important;*/
    /*text-decoration: underline;*/
}

.page-content .half-page-boxes .content p, .page-content .half-page-boxes .content h3 {
    padding: 10px;
}

.rrssb-buttons li a {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: filter 0.3s;
    -webkit-transition: filter 0.3s;
    -moz-transition: filter 0.3s;
    display: inline-block;
    max-width: 100%;
}

.rrssb-buttons li a:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: filter 0.3s;
    -webkit-transition: filter 0.3s;
    -moz-transition: filter 0.3s;
}

#home-map .box {
    display: none;
}

#home-map .box:first-child {
    display: block;
}

@media (max-width: 991px) and (min-width: 768px) {
    #home-archiving {
        height: 500px;
    }

    #home-archiving .tp-parallax-wrap {
        top: 470px !important;
    }
}

#header .search-wrapper .input {
    color: #fff;
    text-shadow: 0px 0px 0px #fff;
    -webkit-text-fill-color: transparent;
}

.tp-simpleresponsive img, .rev_slider img {
    max-width: 100% !important;
}

@media (min-width: 992px) {
    .logo-mobile {
        display: none;
    }
}

@media (max-width: 500px) {
    #home-map:before {
        content: '';
        position: absolute;
        background: transparent;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 9;
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .full-width-boxes .column {
        height: 420px;
    }

    .tp-simpleresponsive img, .rev_slider img, .rev_slider p {
        padding-right: 20px;
    }
}

@media (max-width: 767px) {
    #home-archiving {
        min-height: 450px;
        height: 450px;
    }

    .tp-tabs, .tp-thumbs, .tp-bullets {
        bottom: 10px !important;
    }

    .section-title {
        margin-bottom: 15px;
    }

    #marker-lodz {
        display: none;
    }

    #footer .footer-menu {
        margin-top: 30px;
    }

}

@media (min-width: 768px) and (max-width: 800px) {

    .white-slider li.tp-revslider-slidesli {
        margin-left: 2px !important;
    }
}

.product-arrow {
    width: 36px;
    height: 36px;
    text-align: center;
    display: inline-block;
    line-height: 39px;
    background: #5f7b87;
    margin: 0 1px;
    font-size: 18px;
    color: #fff !important;
    text-decoration: none !important;
    margin: 0 -1px;
}

.product-arrows {
    text-align: right;
    margin-bottom: 30px;
}

.item-page .collapse-wrapper {
    margin-bottom: 30px;
}

#header .search-wrapper.visible {
    display: block;
    width: 100%;
}

#header .search-wrapper.visible {
    display: block;
    width: 100%;
}

#header .search-btn.active {
    position: relative;
    background: rgba(95, 123, 135, 0.85);
}

#header .search-btn.active:before {
    content: " ";
    width: 62px;
    height: 62px;
    position: absolute;
    z-index: 9999999999;
    color: #fff;
    font-size: 28px;
    display: block;
    left: 0;
    top: 0;
    line-height: 68px;
    text-align: center;
    text-indent: initial;
}

@media (min-width: 500px) and (max-width: 767px) {
    #home-map {
        height: 400px;
    }

    .white-slider .title h4 {
        font-size: 15px;
    }

    .white-slider p {
        font-size: 13px;
    }

    .white-slider li.tp-revslider-slidesli {
        padding-right: 15px !important;
    }
}

@media (min-width: 1360px) and (max-width: 1370) {
    #home-archiving .rev_slider, #home-archiving .rev_slider_wrapper {
        height: 100% !important;
        max-height: 500px !important;
    }
}

.cart-add-msg {
    background-color: #5f7b87;
    padding: 3px;
    width: 100%;
    font-size: 12px !important;
    color: #ffffff;
    font-weight: normal;
    text-align: center !important;
}

.cat16 {
    font-size: 16px;
}

.container img {
    max-width: 100%;
}

.slider-news .tp-caption {
    bottom: 60px;
}

@media (max-width: 1199px) {
    .slider-news .tp-caption {
        bottom: 40px;
    }

    .slider-news .tp-caption small {
        margin-top: -10px !important;
    }
}

@media (max-width: 991px) {
    .slider-news .tp-caption {
        bottom: 20px;
    }

    .slider-news .tp-caption small {
        font-size: 11px !important;
        margin-top: -3px !important;
    }

    .slider-news .tp-caption p {
        font-size: 13px !important;
        line-height: 15px !important;
    }
}

@media (max-width: 767px) {
    .slider-news .tp-caption {
        bottom: 50px;
    }

    .slider-news .tp-caption p {
        font-size: 12px !important;
        line-height: 5px !important;
    }

    .slider-news .tp-caption small {
        padding-top: 10px !important;
    }
}

@media (min-width: 400px) and (max-width: 767px) {
    .slider-news .tp-caption {
        bottom: 30px;
    }
}

@media (max-width: 340px) {
    .slider-news .tp-caption {
        bottom: 15px;
    }

    #home-archiving .information {
        padding-left: 45px;
    }

}

.information a {
    color: #ffffff;
}

@media (max-width: 767px) {
    .collapse-wrapper .item {
        padding: 20px 40px 10px 0;
    }

    .publishing-house .collapse-wrapper .btn-toggle.small {
        margin-bottom: 10px;
    }

    .publishing-house .title {
        padding: 30px 0;
    }

    .publishing-house .filters .btn1, .publishing-house .filters .btn2 {
        top: 0;
        width: 50%;
    }

    .publishing-house .filters {
        padding: 20px 0;
        margin-bottom: 80px;
    }

    #main-nav ul li .submenu li a {
        white-space: pre-line;
    }

    .filters .btn1, .filters .btn2 {
        width: 50%;
        padding: 0;
    }

    .filters {
        padding: 20px 0;
        margin-bottom: 80px;
    }

    #slider6, #slider1 {
        height: 750px !important;
    }
}

@media (min-width: 767px) and (max-width: 1199px) {
    .full-width-boxes .column .box {
        top: 50%;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
    }
}

@media (max-width: 767px) and (min-width: 400px) {
    .shop .col-sm-4.col-md-15 {
        width: 33.3%;
        float: left;
        min-height: 410px !important;
    }

    .card .item-page .col-sm-3 {
        width: 40%;
        float: left;
    }

    .card .item-page .col-sm-9 {
        width: 60%;
        float: left;
    }
}

@media (max-width: 1199px) and(min-width: 768px) {
    .head-white {
        top: 50% !important;
        margin-top: -32px !important;
        left: 160px !important;
    }

}

@media (max-width: 1199px) and (min-width: 992px) {
    .publishing {
        min-height: 485px;
    }
}

@media (max-width: 767px) {
    .subpage-header-large .head-white {
        top: 50% !important;
        margin-top: 17px !important;
        left: 30px !important;
    }

    .subpage-header-large img {
        height: 270px !important;
        width: auto !important;
        max-width: none !important;
        margin-left: -50% !important;
        margin-top: 0px !important;
    }
}

@media (min-width: 1200px) {
    .white-slider li.tp-revslider-slidesli {
        padding: 0 10px !important
    }
}

.white-slider p {
    font-size: 14px;
}

.nodisp {
    display: none;
}

.cookie-alert2 {
    float: right;
    background: #ffffff;
    color: #5f7b87;
    border: 0;
    padding: 3px 5px;
}

:focus {
    outline: 3px solid #5f7b87 !important;
    outline-offset: 2px;
}

.btn-skip {
    left: -99999px;
    position: absolute;
    top: 0;
}

/**/
/*.btn-skip:focus, .btn-skip:active {*/
.btn-skip:focus, .btn-skip:hover {
    border: 3px solid #5f7b87;
    left: 0;
    height: auto;
    margin: 0 auto;
    font-size: 16px;
    padding: 3px 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 9999;
}

.btn-skip-container {
    position: absolute;
    top: 0px;
    left: 30%;
}

.wcag_hide {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

/**/
/*:hover:focus {*/
    /*border: 3px solid transparent !important;*/
    /*outline: 1px dotted transparent !important;*/
/*}*/

.blue-btn {
    background-image: none !important;
}

/* black link */
#home-map .box a:after {

}
.search-content li{
    padding-bottom: 3px;
}
.content-black .col-md-12, .content-black .col-md-4, .content-black .col-md-3,.content-black .col-md-6 {
    margin: 0px;
    padding: 0 0 20px 0;
}

@media (max-width: 980px) {
    .menu-hor li {
        display: block;
    }


    .content-black .col-xs-12 {
        padding-bottom: 10px;
    }

    .subpage-header-large .head-white {
        right: 30px;
    }

    .head-white div {
        font-size: 12px;
    }
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: transparent;
    background-image: none;
    color: white;
}

@media (max-width: 420px) {
    .management .image img {
        width: 100%;
        height: 60px;
        width: 60px;
    }

    .management .text {
        vertical-align: top;
        display: inline-block;
        padding-top: 0;
    }

    .management {
        min-height: 90px;
    }

    .slider-news .tp-caption p {
        line-height: 15px !important;
        white-space: pre-line;
        padding-left: 7px !important;
    }
}

.rev_slider video {
    /*object-fit: contain !important;*/
    object-fit: cover !important;
}

@media (min-width: 1599px) and (min-height: 1199px) {
    .rev_slider video {
        object-fit: cover !important;
    }
}

#main-nav ul li .submenu li a:focus {
    /*border: 3px solid #FFFFFF !important;*/
    /*outline: 3px solid #fff !important;*/
    /*outline-offset: 2px;*/
    outline: 3px solid white !important;
    outline-offset: 2px;
}
.main.news a:focus {
    outline: 3px solid white !important;
    outline-offset: 2px;
}

.rev_slider li.tp-revslider-slidesli {
    padding-right: 10px !important;
    padding-left: 5px !important;
}

a:active, a:hover {
    outline: 3px solid transparent !important;
}

.repertoire.content-center a:hover {
    color: #ffffff;
    background-color: #000000;
}

.full-width-boxes .box:hover, .half-page-boxes .content:hover, .information-hover:hover {
    background: rgba(95, 123, 135, 0.80) !important;
}

.img-ico, .img-no-ico, .blue-btn, .rrssb-buttons a, .btn2, .btn1, .add-cart {
    border: none !important;
    box-shadow: none !important;

}

.icon-list {
    border: none !important;
    box-shadow: none !important;

}

.img-ico:hover, .img-ico:focus,.img-no-ico:hover, .img-no-ico:focus {
    background-color: #000000 !important;
}

#footer .partners {
    position: relative;
}

#footer .partners .control {
    width: 20px;
    height: 20px;
    background: url(../img/control-icons.png) bottom center;
    position: absolute;
    z-index: 999;
    right: 0;
    border: none;
    box-shadow: none;
}

#footer .partners .control.pause {
    background: url(../img/control-icons.png) bottom center;
    right: 25px;
}

#footer .partners .control.play {
    background: url(../img/control-icons.png) top center;
}

.sidebar-nav a {
    box-shadow: none;
}

.sidebar-nav a:hover {
    background: none;
}

.white-slider .title h4:hover, .news h2:hover, .bip-article h2:hover {
    color: #5f7b87;
}

.form-control {
    border-color: #000000;
}

.search-wrapper input:focus {
    outline: 3px solid #ffffff !important;
    outline-offset: 2px;
}

.slider-black h3{
    font-size:16px;
    font: NexaBold;
    font-weight: bold;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* ratio 16x9 */
    height: 0;
    overflow: hidden;
    width: 100%;
    height: auto;
}
.embed-container iframe {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* ratio 4x3 */
.embed-container.ratio4x3 {
    padding-bottom: 75%;
}

.error{
    color: red;
    display: block;
}

.bip-filters a{
    box-shadow: none !important;
    border: 0px !important;
    outline: none !important;
}

/*nav{*/
    /*-webkit-transform: translateZ(0);*/
/*}*/

.pagination > .active > a{
    background-color: #5f7b87;
}
.pagination > .active > a:hover{
    background-color: #5f7b87;
}
.pagination > li > a,.pagination > li > a:hover{
    color: #5f7b87;
}


.no-style a{
    box-shadow: none !important;
}
.no-style a:hover{
    background-color: transparent  !important;
}

.twitter-typeahead{
    width: 100%;
}

.tt-suggestion{
    padding: 5px 8px;

}

.tt-menu{
    border: 1px solid black;
    margin-top: 7px;
    background-color: white;
}

.products  h4{
    font-size: 15px;
}

.news-li{
    border-bottom: none !important;
    vertical-align:top;
}


.news-li h2{
    font-size: 12px;
}