* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.logo {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    display: inline-block;
}
.logo span {
    font-weight: 400;
    font-size: 14px;
}
@media (min-width: 460px) {
    .logo {
        font-size: 24px;
    }
    .logo span {
        font-size: 16px;
    }
}
@media (min-width: 980px) {
    .nav-upper {
        display: inline-flex;
    }
    .logo {
        float: left;
    }
    .nav-upper li:not(:last-child) a::after {
        content: "";
        position: absolute;
        width: 1px;
        height: 20px;
        background-color: #012959;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
}
@media (max-width: 979px) {
    .header .nav.pull-right,
	.header-search {
		float: none;
		display: block;
	}
}
.nav-upper a {
    padding: 5px 15px;
    position: relative;
    vertical-align: middle;
}


.heading-underline {
    font-size: 28px;
    line-height: 28px;
    text-transform: uppercase;
}
.heading-underline-left {
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
}

.heading-underline-left::after,
.heading-underline::after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    margin-top: 15px;
    margin-bottom: 20px;
    
    background-image: url("/images/wyglad/pasek.png");
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}
.heading-underline::after {
    margin-left: auto;
    margin-right: auto;
}
.heading-underline-left::after {
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .heading-underline-left::after {
        margin-bottom: 50px;
    }
    .heading-underline {
        font-size: 32px;
        line-height: 32px;
    }
}

.btn-bg {
    display: inline-block;
    margin-top: 25px;
    padding-left: 15px;
    width: 220px;
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
    
    background-color: #012959;
    background-image: url("/images/wyglad/btn.jpg");
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    box-shadow: 0 2px 2px transparent;
    
    color: #fff;
    text-transform: uppercase;
    
    transition: all .3s ease-out;
}
.btn-bg:hover {
    background-position: 10px 50%;
    color: #72c7e0;
    text-decoration: none;
    box-shadow: 0 2px 2px rgba(0,0,0,.2);
}

button.btn-bg {
    outline: none;
    border: none;
    text-align: left;
    margin-top: 20px;
    font: inherit;
}

@media (min-width: 500px) {
    .btn-bg {
        margin-top: 50px;
        padding-left: 30px;
        width: 316px;
        height: 54px;
        line-height: 54px;
    }
}
@media (max-width: 499px) {
    button.btn-bg,
    .btn-bg {
        font-size: 13px;
    }
}

.header-inner {
    padding-top: 40px;
}

.nav-top > li > a.btn-fb {
    padding: 0;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    margin-top: 2px;
    
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
}
.btn-fb img {
    display: inline-block;    
}
@media (min-width: 980px) {
    .custom_fb {
        display: none;
    }
}
@media (max-width: 979px) {
    .nav .item-123 {
        display: none;
    }
    .custom_fb {
        position: absolute;
        top: 10px;
        right: 15px;
    }
}
.custom_menu-info ul {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
}
.custom_menu-info li {
    display: inline-block;
    
    color: #8d8d8d;
}
.custom_menu-info li:first-of-type {
    margin-right: 20px;
}
.custom_menu-info img {
    margin-right: 5px;
}

.navigation {
    clear: right;
    margin-top: 7px;
}


@media (max-width: 979px) {
    .logo img {
        max-width: 250px;
    }
    .navigation.pull-right {
        float: none !important;
    }
    .header .nav-child .nav-child li > a {
        padding-left: 30px;
    }
    .header .navigation .nav-child a,
    .header li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header li > a {
        border-bottom: 1px solid #ededed;
    }
    .header .nav-child li.active > a {
        background-color: #7FACE3;
    }
}
@media (max-width: 768px) {
    .logo {
        display: inline-block;
        margin-bottom: 20px;
    }
}


.moduletable_slider {
    position: relative;
    z-index: 2;
    
    background-image: url("/images/wyglad/tlo-slider.png");
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    
    padding: 65px 0;
    margin-top: -15px;
}

/* translateY */
#layerslider_1 {
    position: relative;
}
.ls-v6 .ls-bottom-nav-wrapper {
    position: absolute;
    top: 45% !important;
    left: 10px;
}
.moduletable_slider .ls-v6 .ls-bottom-slidebuttons,
.moduletable_slider .ls-v6 .ls-bottom-slidebuttons a {
    display: block !important;
}
.moduletable_slider .ls-v6 .ls-bottom-slidebuttons a {
    margin: 10px 0 !important;
}

.moduletable_slider h1,
.moduletable_slider h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
}

.moduletable_slider .btn-bg {
    font-size: 15px;
}
.moduletable_slider p {
    color: #fff;
    font-size: 12px;
    line-height: 14px;
}

.moduletable_slider .container {
    margin-top: 20px;
}
.moduletable_slider h1 {
    font-size: 18px;
    line-height: 18px;
}
.moduletable_slider h3 {
    font-size: 16px;
    line-height: 16px;
}
@media (min-width: 450px) {
    .moduletable_slider h1 {
        font-size: 25px;
        line-height: 25px;
    }
    .moduletable_slider h3 {
        font-size: 20px;
        line-height: 20px;
    }
    .moduletable_slider p {
        font-size: 15px;
        line-height: 22px;
    }
}
@media (min-width: 850px) {
    .moduletable_slider h1 {
        font-size: 38px;
        line-height: 38px;
    }
    .moduletable_slider h3 {
        font-size: 22px;
        line-height: 22px;
    }
    .moduletable_slider p {
        font-size: 18px;
        line-height: 28px;
    }
}
@media (min-width: 700px) and (max-width: 1199px) {
    .moduletable_slider .container {
        margin-top: 7%;
    }
}
@media (min-width: 1200px) {
    .slider-content {
        max-width: 60%;
    }
    .moduletable_slider .container {
        margin-top: 10%;
    }
}
@media (max-width: 979px) {
    .moduletable_slider .btn-bg {
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .ls-wrapper,
    .ls-layer {
        width: 100% !important;
        top: 0 !important;
        left: 0 !important;
    }
    .slider-content {
        padding-left: 25px;
    }
}
@media (max-width: 767px) {
    .moduletable_slider .btn-bg {
        font-size: 12px;
    }
    .moduletable_slider h1 {
        margin: 5px 0;
    }
    .moduletable_slider h3 {
        margin: 5px 0;
    }
}








.icons-row {
    position: relative;
    top: -65px;
    z-index: 1;
    
    background-color: #f7f7f7;
    box-shadow: 0 8px 8px rgba(0,0,0,.1);
    
    padding: 130px 0 60px;
}
.icons-row h3 {
    font-size: 18px;
    line-height: 22px;
    color: #222;
}
.moduletable_icon {
    text-align: center;
}
.custom_icon::before {
    content: "\f00c";
    display: block;
    font-family: "FontAwesome";
    color: #012959;
    font-size: 35px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    background-color: #fff;
    margin: 0 auto 16px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    border: 1px solid #012959;
}
@media (min-width: 550px) {
    .moduletable_icon {
        float: left;
        width: 50%;
    }
}
@media (min-width: 768px) {
    .moduletable_icon {
        width: 25%;
    }
}
@media (max-width: 767px) {
    .moduletable_icon {
        margin-bottom: 30px;
    }
}






.welcome {
    padding: 30px 0 80px;
    margin: 0;
}


.foto-bg img {
    position: relative;
    z-index: 2;
    
    border: 6px #fff solid;
    box-shadow: 0 0 10px rgba(0,0,0,.35);
}
.foto-bg,
.welcome-txt {
    width: 100%;
    margin: 30px 0;
}
@media (min-width: 992px) {
    .welcome {
        padding: 70px 0 100px;/*110px 0 180px;*/
    }
}
@media (min-width: 1200px) {
    .foto-bg {
        float: left;
        width: 43%;
        position: relative;
        margin-top: 100px;
        margin-left: 2%;
    }
    .foto-bg::before {
    content: url("/images/wyglad/foto-bg.jpg");
    
        position: absolute;
        top: -18px;
        left: -19px;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
    .foto-bg img {
        max-width: 476px;
    }
    .welcome-txt {
        float: left;
        width: 55%;
        margin-top: 100px;
        padding-left: 30px;
    }
}
@media (max-width: 1199px) {
    .welcome {
        text-align: center;
    }
    .welcome .btn-bg {
        text-align: left;
    }
}










.offer {
    padding: 70px 0 100px;
    
    background-image: url("/images/wyglad/oferta.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.offer .heading-underline {
    text-align: center;
    margin-bottom: 70px;
}


.tabs_buttons .tab {
    display: block !important;
    width: 100% !important;
}
.offer #sptab95 {
    background-color: transparent;
    border: none;
}
.offer #sptab95 .tabs_mask {
    background-color: transparent;
}
.offer #sptab95 .tab-padding {
    padding: 15px 10px;
}
.offer #sptab95 ul.tabs_container li.tab {
    padding: 15px 30px 10px;
    margin: 5px 0;
    
    background-color: #fff;
    border: none;
    border-left: 3px transparent solid;
    box-shadow: 0 0 7px rgba(0,0,0,.2);
    
    text-transform: uppercase;
    color: #727272;
    
    transition: border-color .2s ease-out,
        color .2s ease-out;
}

.offer #sptab95 ul.tabs_container li.tab.active {
    border-left-color: #515151;
    background-color: #fff;
    
    color: #333;
}

.offer .items_mask ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.offer .items_mask li {
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
}
.offer .items_mask li::before {
    content: url("/images/wyglad/strzalka.png");
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
@media (min-width: 768px) {
    .items_mask,
    .tabs_buttons {
        float: left;
    }
    .tabs_buttons {
        width: 40%;
        padding: 0 5px;
    }
    .items_mask {
        width: 60%;
    }
    .offer #sptab95 ul.tabs_container li.tab::after {
        content: url("/images/wyglad/tab-arrow.png");
        float: right;
    }
    .offer #sptab95 ul.tabs_container li.tab.active::after {
        content: url("/images/wyglad/tab-arrow-active.png");
        float: right;
    }
    .offer #sptab95 .tab-padding {
        padding: 15px 50px;
    }
    .offer .heading-underline {
        max-width: 60%;
        margin-left: 40%;
    }
}
@media (max-width: 767px) {
    .offer {
        background-position: center right;
    }
}


.pricing-row {
    padding: 50px 0;
}
.pricing-wrapper {
    width: 100%;
}
.pricing {
    z-index: 1;
    margin-top: 27px;
    position: relative;
    padding: 50px 0 40px;
    
    background-color: #f7f7f7;
    border: 3px #c1c1c1 solid;
    
    text-align: center;
    color: #222;
}
.pricing h3 {
    color: #f3aa1e;
    margin-bottom: 35px;
    line-height: 22px;
}
.pricing.featured {
    z-index: 2;
    
    background-color: #E7C422;
    background-image: url("/images/wyglad/cennik-bg.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: none;
}
.pricing.featured h3 {
    color: #fff;
}
.pricing:first-of-type {
    left: 3px;
}
.pricing:last-of-type {
    right: 3px;
}
.pricing span {
    font-size: 18px;
    line-height: 18px;
    font-weight: 900;
    text-transform: uppercase;
    
}
.pricing.featured span {
    font-size: 25px;
    line-height: 25px;
}
.pricing-wrapper p.info {
    clear: both;
    padding-top: 40px;
    
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    color: #777;
}

.btn-pricing {
    display: inline-block;
    margin-top: 40px;
    
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
}
.pricing.featured .btn-pricing {
    margin-top: 60px;
    padding: 10px 20px;
    
    border: 2px #fff solid;
    border-radius: 20px;
    
    color: #fff;
}
@media (min-width: 650px) {
    .pricing {
        width: 33%;
        float: left;
    }
    .pricing.featured {
        margin-top: 0;
    }
}
@media (min-width: 850px) {
    .pricing-row {
        padding: 100px 0 120px;
    }
    .pricing-wrapper {
        width: 734px;
        margin: 80px auto 0;
    }
    .pricing {
        margin-top: 27px;
        width: 237px;
        height: 300px;
    }
    .pricing.featured {
        width: 260px;
        height: 360px;
    }
}
@media (max-width: 649px) {
    .pricing {
        max-width: 260px;
        margin: 30px auto;
    }
}










.rsform-block {
    width: 100%;
}
@media (min-width: 600px) {
    .rsform-block-imie,
    .rsform-block-email,
    .rsform-block-telefon,
    .rsform-block-temat {
        width: 50%;
        float: left;
    }
}
@media (min-width: 980px) {
    .moduletable_form {
        width: 50%;
        float: left;
    }
    .moduletable_contact-info {
        width: 50%;
        float: left;
        padding-left: 50px;
    }
}
@media (min-width: 1200px) {
    .moduletable_form {
        width: 70%;
    }
    .moduletable_contact-info {
        width: 30%;
        padding-left: 50px;
    }
}
@media (max-width: 979px) {
    .moduletable_form {
        margin-bottom: 50px;
    }
}

.rsform-block-wiadomosc {
    width: 100%;
}
.rsform-block div.formBody {
    float: none;
    padding-right: 5px;
}

.moduletable_contact-info ul {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}
.moduletable_contact-info li {
    padding: 10px 0;
    line-height: inherit;
}
.moduletable_contact-info li + li {
    border-top: 1px #d8d8d8 solid;
}




#map {
    width: 100%;
    height: 300px;
    margin-top: 30px;
}



.footer {
    color: #222;
    font-size: 12px;
    line-height: 12px;
}
.footer a {
    color: #fff;
}
.footer-logo {
    padding: 80px 0;
    
    background-image: url("/images/wyglad/stopka-bg.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    
    text-align: center;
}
.copyrights {
    padding: 20px 0 15px;
    
    background-color: #012959;
    color: #ffffff;
}
.footer p {
    margin: 0;
}
#back-top {
    margin-left: 10px;
}
@media (max-width: 520px) {
    .footer p.pull-left,
    .footer p.pull-right {
        float: none;
    }
    .footer p {
        margin-bottom: 5px;
        text-align: center;
    }
}


.newsflash__item {
    position: relative;
    padding: 15px;
    margin-bottom: 24px;
    font-size: 13px;
    line-height: 17px;
}
.newsflash-title_main-page {
    margin-top: 0;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
}
.newsflash-image {
    margin: 0 auto 20px;
    max-width: 350px;
}
@media (min-width: 550px) {
    .newsflash_main-page {
        display: flex;
        flex-wrap: wrap;
    }
    .newsflash__item {
        flex: 1 0 50%;
    }
}
@media (min-width: 980px) {
    .newsflash-image {
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        max-width: 160px;
        box-shadow: 5px 5px 0 #012959;
    }
    .newsflash__item {
        padding-left: 180px;
    }
}

.gallery [itemprop="headline"],
.item-page [itemprop="headline"] {
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    color: #012959;
}
.gallery .page-header,
.item-page .page-header {
    border-top: 3px solid #012959;
    background-image: url('/images/wyglad/article-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 7px 7px rgba(0,0,0,.3);
}
.page-header__info {
    display: inline-block;
    padding: 15px 30px;
    background-color: #fff;
    box-shadow: -15px -15px 0 #012959;
}

@media (min-width: 768px) {
    .page-header__info {
        min-width: 40%;
        padding: 30px 50px;
    }
}

.imgs-row {
    display: flex;
    justify-content: space-evenly;
    margin-top: 50px;
}

#kontakt {
    display: none;
}

[itemprop="articleBody"] img[style*="float: left"] {
    margin-right: 20px;
    margin-bottom: 20px;
}
[itemprop="articleBody"] img[style*="float: right"] {
    margin-left: 20px;
    margin-bottom: 20px;
}
[itemprop="articleBody"] table {
    width: 100%;
    margin-bottom: 24px;
    table-layout: fixed;
}
[itemprop="articleBody"] table th,
[itemprop="articleBody"] table td {
    padding: 10px 20px;
}
[itemprop="articleBody"] table th {
    background-color: #7face3;
    font-size: 16px;
    border: 2px solid #fff;
    color: #012959;
    text-transform: uppercase;
}
[itemprop="articleBody"] table:not(.main_thumb_table) td {
    background-color: #7face3;
    border: 2px solid #fff;
}
@media (max-width: 620px) {
    [itemprop="articleBody"] table th,
    [itemprop="articleBody"] table td {
        font-size: 12px;
        line-height: 14px;
        padding: 5px;
    }
}
@media (max-width: 420px) {
    [itemprop="articleBody"] table th,
    [itemprop="articleBody"] table td {
        font-size: 10px;
        line-height: 12px;
    }
}
[itemprop="articleBody"] h2,
[itemprop="articleBody"] h3 {
    color: #012959;
    text-transform: uppercase;
    margin: 10px 0 15px;
}
[itemprop="articleBody"]  ul {
    list-style: none;
    margin: 10px 0 20px;
    padding: 0;
}
[itemprop="articleBody"]  ul > li {
    padding-left: 16px;
    position: relative;
}
[itemprop="articleBody"]  ul > li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background-color: #012959;
}
.article-boxes .items-row .item {
    padding: 20px 30px;
    border: 1px solid #012959;
    border-radius: 10px;
    margin-bottom: 24px;
}
.article-boxes .items-row .item [itemprop="name"] {
    color: #012959;
}
.article-boxes .items-row .item .icon-calendar {
    display: none;
}
.article-boxes .items-row .item .create {
    margin-left: 0;
    font-size: 12px;
    line-height: 1;
}

.img-with-txt img {
    max-width: 450px;
    width: 100%;
}
.img-with-txt p {
    font-size: 18px;
    margin-top: 16px;
    color: #012959;
}

.text-bigger {
    font-size: 1.3rem;
    color: #012959;
}

a[href$=".pdf"]::before {
    content: "\f1c1";
    font-family: "FontAwesome";
    font-size: 1em;
    display: inline-block;
    margin-right: 8px;
}

.item-page .item-image {
    max-width: 400px;
}

@media (max-width: 767px) {
    .item-page .item-image {
        float: none;
        margin: 20px auto;
    }
}