﻿@charset "utf-8";
@import "/assets/css/reset.css";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');


/* Large desktop */
@media (max-width: 1199px) {  }

/* Portrait tablet to landscape and desktop */
@media (max-width: 979px) {  }

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {  }

/* Landscape phones and down */
@media (max-width: 534px) {  }

/* Landscape phones and down */
@media (max-width: 320px) {  }


@-ms-viewport {
    width: device-width;
}



/***************************************************
Global styles
***************************************************/
html {
    width: 100%;
    height: 100%;
    -ms-text-size-adjust: none;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #585858;
    background: #fff url("/assets/img/bg.jpg?1") no-repeat center top;
    margin: 0;
    min-width: 320px;
}
body.sub {
    background: url("/assets/img/bg-sub.jpg") no-repeat center top;
}
@media (max-width: 767px) {
    body {
        background: url("/assets/img/bg-sub.jpg") no-repeat center top;
    }
}


a {
    color: #585858;
}
a:hover {
    color: #f9ac16;
}


/***************************************************
Szkielet
***************************************************/

.container {
    margin: 0 auto;
    max-width: 1170px;
}
main.container {
    min-height: 400px;
}

.g-header {
    height: 140px;
    position: relative;
}

.logo {
    position: absolute;
    left: 10px;
    top: 25px;
}
.logo img {
    width: 270px;
}

.cert {
    position: absolute;
    left: 310px;
    top: 29px;
}
.logo img {
    width: 270px;
}

@media (max-width: 534px) {
    .logo {
        top: 35px;
    }
    .logo img {
        width: 200px;
    }
    .cert {
        left: 230px;
    }
}
@media (max-width: 435px) {
    .g-header {
        height: 220px;
    }
    .logo {
        top: 15px;
    }
    .logo img {
        width: 200px;
    }
    .cert {
        left: 50%;
        top: 110px;
        margin-left: -62px;
    }
}



.g-footer {
    margin-top: 40px;
    background: #f6f6f6;
    padding: 50px 0;
}
.g-footer .container {
    padding: 0 10px;
    /*background: url("/assets/img/footer.png") no-repeat center top;*/
}
.g-footer-text {
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 30px 0;
    margin: 0 auto 70px auto;
    max-width: 850px;
}
.g-footer-text a {
    color: #fff;
    font-size: 30px;
}

.g-footer-links li {
    display: inline-block;
}
.g-footer-links li:after {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #e77817;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 2px 10px;
}
.g-footer-links li:last-child:after {
    display: none;
}
.g-footer-links a {
    font-size: 15px;
}

.g-footer-logo {
    text-align: center;
}
.g-footer-logo img {
    max-width: 200px;
    width: 100%;
    margin: -25px 0;
}

.g-footer-make {
    text-align: right;
}
.g-footer-make .studiomh {
    display: inline-block;
}


.g-footer-news {
    font-size: 16px;
    font-weight: 500;
    max-width: 1200px;
    margin: 40px auto 0 auto;
    padding-top: 40px;
    text-align: center;
    border-top: 1px solid #C2C2C2;
}
.g-footer-news span {
    margin-right: 5px;
    vertical-align: -10px;
}

@media (max-width: 768px) {
    .g-footer-text {
    }
    .g-footer-links {
        text-align: center;
        margin-bottom: 20px;
    }
    .g-footer-make {
        text-align: center;
    }
}


.g-grid {
    padding: 0 10px;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}
.g-row, .g-row {
    margin-left: -20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.g-row-reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

.g-row-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}

.g-row-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.g-row-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
}

.g-row-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.g-row-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.g-row-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.g-row-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.g-row-between {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

[class*="g-col-"] {
    min-height: 1px;
    padding-left: 20px;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
}

.g-col-center {
    margin-right: auto;
    margin-left: auto;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.g-col-content {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.g-col-auto {
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}

.g-col-right {
    margin-right: 0;
    margin-left: auto;
}

.g-col-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.g-col-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.g-col-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.g-col-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
}

.g-col-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
}

.g-col-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.g-col-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
}

.g-col-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
}

.g-col-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.g-col-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
}

.g-col-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
}

.g-col-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.g-col-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
}

.g-col-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
}

.g-col-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.g-gutter-reset {
    margin-left: 0;
}
.g-gutter-reset > [class*="g-col-"] {
    padding-left: 0;
}

@media (min-width: 535px) {
    .g-col-s-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    .g-col-s-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .g-col-s-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .g-col-s-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .g-col-s-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    .g-col-s-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .g-col-s-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    .g-col-s-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    .g-col-s-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .g-col-s-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    .g-col-s-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    .g-col-s-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .g-col-s-content {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .g-col-s-auto {
        -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    }
}

@media (min-width: 768px) {
    .g-col-m-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    .g-col-m-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .g-col-m-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .g-col-m-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .g-col-m-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    .g-col-m-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .g-col-m-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    .g-col-m-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    .g-col-m-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .g-col-m-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    .g-col-m-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    .g-col-m-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .g-col-m-content {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .g-col-m-auto {
        -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    }
}

@media (min-width: 980px) {
    .g-col-l-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    .g-col-l-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .g-col-l-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .g-col-l-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .g-col-l-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    .g-col-l-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .g-col-l-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    .g-col-l-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    .g-col-l-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .g-col-l-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    .g-col-l-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    .g-col-l-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .g-col-l-content {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .g-col-l-auto {
        -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    }
}



[class*="g-hide-"] {
    display: block;
}

[class*="g-show-"] {
    display: none;
}

@media (min-width: 535px) {
    .g-show-s {
        display: block;
    }
    .g-hide-s {
        display: none;
    }
}

@media (min-width: 768px) {
    .g-show-m {
        display: block;
    }
    .g-hide-m {
        display: none;
    }
}

@media (min-width: 980px) {
    .g-show-l {
        display: block;
    }
    .g-hide-l {
        display: none;
    }
}

/***************************************************
content
***************************************************/

.content p {
    margin: 25px 0;
    line-height: 1.5em;
}

.content h1 {
    font-size: 36px;
    font-weight: bold;
    margin: 30px 0 30px 0;
    padding-bottom: 24px;
    position: relative;
}
.content h1:after {
    height: 6px;
    content: '';
    width: 80px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #e77817;
}
.content h2 {
    color: #e77817;
    font-weight: 500;
    font-size: 30px;
    margin: 20px 0 15px 0;
}
.content h3 {
    font-weight: bold;
    font-size: 12px;
    margin: 15px 0 10px 0;
}

.content ul {
    display: block;
    list-style-position: outside;
    list-style-type: disc;
    margin: 0;
    padding-left: 20px;
}

.content ol {
    display: block;
    list-style-position: outside;
    list-style-type: decimal;
    margin: 0;
    padding-left: 20px;
}

.content p:first-child, .content h1:first-child, .content h2:first-child, .content h3:first-child {
    margin-top: 0;
}
.content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 435px) {

    .content h1 {
        font-size: 28px;
    }

}




/***************************************************
menu
***************************************************/

.navbar {
    position: absolute;
    top: 50px;
    right: 10px;
}
.navbar > ul > li {
    float: left;
    margin-left: 30px;
    position: relative;
}
.navbar > ul > li > a {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 10px 0;
    display: block;
}
.navbar > ul > li a:hover, .navbar > ul > li.current > a {
    color: #373333;
}
body.sub ul > li > a {
    color: #373333;
}
body.sub .navbar > ul > li > a:hover, body.sub .navbar > ul > li.current > a {
    color: #e77817;
}


.navbar-soc {
    position: absolute;
    right: 0;
    top: -40px;
}
.navbar > ul > li.nav-icon {
    margin-top: 2px;
}
.navbar > ul > li.nav-icon:last-child {
    margin-left: 10px;
}
.navbar > ul > li.nav-icon a {
    padding: 0;
}

.navbar > ul > li:hover .navbar-sub {
    display: block;
}
.navbar .navbar-sub {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 300px;
    background: #f6f6f6;
    z-index: 999;
    padding: 10px 0;
    display: none;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.navbar .navbar-sub li {
    margin: 5px 0;
}
.navbar .navbar-sub a {
    color: #394671;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 2.5em;
    display: block;
    transition: all .15s linear;
    -moz-transition: all .15s linear;
    -webkit-transition: all .15s linear;
}
.navbar .navbar-sub a:hover {
    color: #e31e25;
}
.navbar .navbar-sub li.current a {
    color: #e31e25;
}

.nav-langs .icon-lang {
    display: none;
    margin-bottom: 5px;
}
.nav-langs .icon-lang.current {
    display: inline-block;
}
.nav-langs.opened .icon-lang {
    display: inline-block;
}

.sidr-class-nav-langs a {
    float: left;
}
.sidr-class-nav-langs .sidr-class-current {
    background-color: #e77817;
}

@media (max-width: 1023px) {
    .navbar {
        display: none;
    }
}



.mobile-overlay {
    display: none;
    position: fixed;
    top: -200px;
    right: -200px;
    bottom: -200px;
    left: -200px;
    background: rgba(68, 68, 68, 0.5);
    z-index: 999998;
}

.sidr-animating .mobile-overlay,
.sidr-open .mobile-overlay {
    display: block;
}

.mobile-offcanvas {
    display: none;
}

@media (min-width: 1023px) {
    .mobile-offcanvas {
        display: block;
    }
}

.mobile-nav {
    float: right;
    display: block;
    height: 52px;
    line-height: 52px;
    text-align: center;
    text-decoration: none;
    position: absolute;
    right: 20px;
    top: 40px;
}

@media (min-width: 1023px) {
    .mobile-nav {
        display: none;
    }
}
@media (max-width: 534px) {
    .mobile-nav span {
        width: 0;
        overflow: hidden;
    }
}
@media (max-width: 435px) {
    .mobile-nav {
        top: 20px;
    }
}

.mobile-nav:hover {
    text-decoration: none;
}


.mobile-nav span {
    position: relative;
    padding-left: 35px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
}
.mobile-nav span::after {
    display: block;
    position: absolute;
    top: 24px;
    left: 0;
    width: 25px;
    height: 3px;
    background: #fff;
    box-shadow: 0 6px 0 #fff,
    0 -6px 0 #fff;
    content: '';
}
@media (max-width: 767px) {
    .mobile-nav span {
        color: #373333;
    }
    .mobile-nav span::after {
        background: #373333;
        box-shadow: 0 6px 0 #373333,
        0 -6px 0 #373333;
    }
}
body.sub .mobile-nav span {
    color: #373333;
}
body.sub .mobile-nav span::after {
    background: #373333;
    box-shadow: 0 6px 0 #373333,
    0 -6px 0 #373333;
}


.sidr {
    display: block;
    position: fixed;
    top: 0;
    width: 200px;
    height: 100%;
    background: #fff;
    z-index: 999999;
    overflow-x: hidden;
    overflow-y: auto;
}

.sidr ul {
    margin: 10px 12px;
    padding: 0;
    list-style: none;
}
.sidr ul:first-child {
    margin-top: 30px;
}

.sidr a {
    display: block;
    padding: 3px;
    margin: 8px 0;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.sidr a:hover {
    color: #e5001d;
}

.sidr-class-nav-icon {
    float: left;
}
.sidr-class-navbar-sub {
    margin: 0!important;
}
.sidr-class-navbar-sub li {
    border-bottom: 0;
    padding-left: 20px;
}
.sidr-class-navbar-sub a {
    font-size: 13px;
    font-weight: 500;
    text-transform: none;
}


.sidr.right {
    right: -200px;
    left: auto;
}

.sidr.left {
    right: auto;
    left: -200px;
}

.sidr-open .sidr {
    box-shadow: 1px 0 0 #ccc;
}

/***************************************************
			        SLIDER
***************************************************/


.g-slider {
    margin: 0 auto 32px auto;
    z-index: 1;
    max-width: 1920px;
    overflow: hidden;
}

.g-slider li {
    position: relative;
}

.g-slider li>div {
    text-align: center;
    position: absolute;
    z-index: 99999;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.g-slider li>div h1 {
    font-size: 45px;
    font-weight: normal;
    line-height: 1em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 40px;
}


.bx-viewport {
    margin: 0 auto;
}
.bx-viewport img {
    max-width: 100%;
    display: block;
}

.bx-wrapper {
    position: relative;
}


@media (max-width: 1024px) {
    .g-slider li>div h1 {
        font-size: 4vw;
        margin-bottom: 4vw;
    }
}

/*
.g-slider {
    height: 430px;
    position: relative;
}

.g-slider img {
    position: absolute;
    bottom: -60px;
    right: 0;
    max-width: 50%;
}

.g-slider h1 {
    font-size: 70px;
    font-weight: 500;
    line-height: 1.1em;
    color: #585858;
    max-width: 50%;
    position: absolute;
    top: 40%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.g-slider h1 strong {
    font-weight: 500;
    color: #e77817;
}

@media (max-width: 1024px) {
    .g-slider h1 {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .g-slider {
        height: 150px;
    }
    .g-slider img {
        display: none;
    }
    .g-slider h1 {
        font-size: 45px;
        text-align: center;
        max-width: 100%;
        right: 20px;
        left: 20px;
    }

}

@media (max-width: 435px) {
    .g-slider {
        height: 100px;
    }
    .g-slider h1 {
        font-size: 30px;
    }
}*/


/***************************************************
Specifics
***************************************************/

.right {
    float: right!important;
}
.left {
    float: left!important;
}
.center {
    float: none!important;
    margin-left: auto!important;
    margin-right: auto!important;
}

.txt-left {
    text-align: left;
}
.txt-right {
    text-align: right;
}
.txt-center {
    text-align: center;
}

.label {
    display: inline-block;
    width: 100px;
}

hr {
    background: #C2C2C2;
    height: 1px;
    border: 0;
    clear: both;
    margin: 30px 0;
}

.pagination {
    text-align: center;
}


.loader {
    background: url(/assets/img/loader.gif) no-repeat center;
    position: absolute;
    z-index: 9999;
    height: 100%;
    padding: 10px;
    margin: -10px;
}


#cookies {
    position: fixed;
    bottom: 0;
    background: #ececec;
    padding: 5px;
    width: 100%;
    font-size: 12px;
    color: #000;
    text-align: center;
    z-index: 9999;
}
#cookies .ok {
    background: #000;
    color: #fff;
    padding: 1px 3px;
    margin: 0 5px;
}
body.hasCookies {
    margin-bottom: 20px;
}



.img-6-right, .img-6-left, .img-4-right, .img-4-left {
    width: 100%;
    margin: 20px 0;
}
p img {
    margin-top: 0!important;
}
@media (min-width: 534px) {
    .img-6-right {
        width: 50%;
        float: right;
        margin: 20px 0 20px 40px;
    }
    .img-6-left {
        width: 50%;
        float: left;
        margin: 20px 40px 20px 0;
    }
    .img-4-right {
        width: 33%;
        float: right;
        margin: 20px 0 20px 40px;
    }
    .img-4-left {
        width: 33%;
        float: left;
        margin: 20px 40px 20px 0;
    }
}



/***************************************************
Zewnętrzne pluginy
***************************************************/

.qtip-error{
    background-color: #d8514d!important;
    border-color: #b92c28!important;
    color: #fff!important;
    border-radius: 4px;
}
.qtip-info{
    background-color: #59bfdd!important;
    border-color: #28a4c9!important;
    color: #fff!important;
    border-radius: 4px;
}


/***************************************************
Forms
***************************************************/

fieldset.form {
    border: 0;
    padding: 0;
    margin: 0;
}
fieldset.form-center {
    width: 280px;
    margin: 0 auto;
}


/* wiersz */
.form-group {
    clear: both;
    margin-bottom: 10px;
}


/* buttony */
fieldset.form .form-btns {

}


/* podpis */
.form-label {
    text-align: left;
    display: block;
    float: left;
    padding-top: 6px;
    padding-bottom: 6px;
    position: relative;
}


/* gwiazdka */
.form-req {
    color: #ff0000;
    margin-left: 3px;
}


/* grupa kontolek */
.form-control-group {
    max-width: 600px;
    margin: 6px 0;
    float: left;
}

.form-error {
    color: #e77817;
}


/* kontrolka */
.form-control {
    background: #fff;
    padding: 6px 8px;
    margin: 0;
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    width: 100%;
}
.form-control:hover {
    border-color: #a7a7a7;
}
.form-control:focus {
    box-shadow: 0 0 5px 0 rgba(120,90,190,0.3);
}
select.form-control {
}
textarea.form-control {
    height: 60px;
}

.form-control-lg {
    width: 400px;
}
.form-control-sm {
    width: 100px;
}


/***************************************************
Messages
***************************************************/

.msg {
    text-align: center;
    padding: 15px;
    margin-bottom: 15px;

    color: #C09853;
    border-radius: 3px;
    border: 1px solid #f5e79e;
    background: #fcf8e2; /* Old browsers */
    background: -moz-linear-gradient(top,  #fcf8e2 0%, #f8efc0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcf8e2), color-stop(100%,#f8efc0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fcf8e2 0%,#f8efc0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fcf8e2 0%,#f8efc0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fcf8e2 0%,#f8efc0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fcf8e2 0%,#f8efc0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf8e2', endColorstr='#f8efc0',GradientType=0 ); /* IE6-9 */
}

.msg.msg-info {
    color: #3A87AD;
    border-radius: 3px;
    border: 1px solid #9acfea;
    background: #e2f1f9; /* Old browsers */
    background: -moz-linear-gradient(top,  #e2f1f9 0%, #b9def0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2f1f9), color-stop(100%,#b9def0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e2f1f9 0%,#b9def0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e2f1f9 0%,#b9def0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e2f1f9 0%,#b9def0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e2f1f9 0%,#b9def0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2f1f9', endColorstr='#b9def0',GradientType=0 ); /* IE6-9 */
}

.msg.msg-danger {
    color: #B94A48;
    border-radius: 3px;
    border: 1px solid #dca7a7;
    background: #f2dddd; /* Old browsers */
    background: -moz-linear-gradient(top,  #f2dddd 0%, #e7c3c3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2dddd), color-stop(100%,#e7c3c3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f2dddd 0%,#e7c3c3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f2dddd 0%,#e7c3c3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f2dddd 0%,#e7c3c3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f2dddd 0%,#e7c3c3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2dddd', endColorstr='#e7c3c3',GradientType=0 ); /* IE6-9 */
}

.msg.msg-success {
    color: #468847;
    border-radius: 3px;
    border: 1px solid #B2DBA1;
    background: #def0d7; /* Old browsers */
    background: -moz-linear-gradient(top,  #def0d7 0%, #c9e5bd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#def0d7), color-stop(100%,#c9e5bd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #def0d7 0%,#c9e5bd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #def0d7 0%,#c9e5bd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #def0d7 0%,#c9e5bd 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #def0d7 0%,#c9e5bd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#def0d7', endColorstr='#c9e5bd',GradientType=0 ); /* IE6-9 */
}


/***************************************************
Buttons
***************************************************/

.btn {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;

    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;

    display: inline-block;
    padding: 10px 20px;
    border: 0;
    border-radius: 0;

    background: #e77817;
    -webkit-transition: background .1s linear;
    -o-transition: background .1s linear;
    transition: background .1s linear;
}
.btn:hover:not(.btn-disabled) {
    background: #585858;
    color: #fff;
}
.btn [class*="icon-"] {
    margin-right: 5px;
    margin-top: -2px;
}

.btn-info {
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.196);
    border: 1px solid #269ABC;
    background: #59bfdd; /* Old browsers */
    background: -moz-linear-gradient(top,  #59bfdd 0%, #2aabd2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#59bfdd), color-stop(100%,#2AABD2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #59bfdd 0%,#2AABD2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #59bfdd 0%,#2AABD2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #59bfdd 0%,#2AABD2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #59bfdd 0%,#2AABD2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59bfdd', endColorstr='#2AABD2',GradientType=0 ); /* IE6-9 */
}
.btn-info:hover:not(.btn-disabled) {
    color: #fff;
    background: #42b5d8; /* Old browsers */
    background: -moz-linear-gradient(top,  #42b5d8 0%, #2aabd2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#42b5d8), color-stop(100%,#2aabd2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #42b5d8 0%,#2aabd2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #42b5d8 0%,#2aabd2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #42b5d8 0%,#2aabd2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #42b5d8 0%,#2aabd2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42b5d8', endColorstr='#2aabd2',GradientType=0 ); /* IE6-9 */
}

.btn-success {
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.196);
    border: 1px solid #398439;
    background: #5bb65b; /* Old browsers */
    background: -moz-linear-gradient(top,  #5bb65b 0%, #419741 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5bb65b), color-stop(100%,#419741)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #5bb65b 0%,#419741 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #5bb65b 0%,#419741 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #5bb65b 0%,#419741 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #5bb65b 0%,#419741 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bb65b', endColorstr='#419741',GradientType=0 ); /* IE6-9 */
}
.btn-success:hover:not(.btn-disabled) {
    color: #fff;
    background: #4da54d; /* Old browsers */
    background: -moz-linear-gradient(top,  #4da54d 0%, #419741 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4da54d), color-stop(100%,#419741)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4da54d 0%,#419741 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4da54d 0%,#419741 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4da54d 0%,#419741 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #4da54d 0%,#419741 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4da54d', endColorstr='#419741',GradientType=0 ); /* IE6-9 */
}


.btn-danger {
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.196);
    border: 1px solid #AC2925;
    background: #d7504c; /* Old browsers */
    background: -moz-linear-gradient(top,  #d7504c 0%, #c12f2b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d7504c), color-stop(100%,#c12f2b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #d7504c 0%,#c12f2b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #d7504c 0%,#c12f2b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #d7504c 0%,#c12f2b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #d7504c 0%,#c12f2b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7504c', endColorstr='#c12f2b',GradientType=0 ); /* IE6-9 */
}
.btn-danger:hover:not(.btn-disabled) {
    color: #fff;
    background: #cc3f3b; /* Old browsers */
    background: -moz-linear-gradient(top,  #cc3f3b 0%, #c12f2b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc3f3b), color-stop(100%,#c12f2b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #cc3f3b 0%,#c12f2b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #cc3f3b 0%,#c12f2b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #cc3f3b 0%,#c12f2b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #cc3f3b 0%,#c12f2b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3f3b', endColorstr='#c12f2b',GradientType=0 ); /* IE6-9 */
}

.btn-info:hover, .btn-success:hover, .btn-danger:hover {
    color: #fff;
}


.btn-lg {
    font-size: 18px;
    padding: 8px 16px;
}
.btn-sm {
    font-size: 11px;
    padding: 3px 6px;
}
.btn-xs {
    font-size: 11px;
    padding: 0px 4px;
}

.btn-w100 {
    width: 100px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.btn-w150 {
    width: 150px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.btn-w200 {
    width: 200px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.btn-block {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.btn-disabled {
    opacity: 0.7;
}


.btns {
    margin-top: 30px;
    clear: both;
}


/***************************************************
Links
***************************************************/

.link-u {
    text-decoration: underline;
}
.link-info {
    color: #2AABD2;
}
.link-success {
    color: #419741;
}
.link-danger {
    color: #C12F2B;
}

/***************************************************
Icons
***************************************************/

[class*="icon-"], [class*="sidr-class-icon-"] {
    display: inline-block;
    vertical-align: middle;
    content:'';
    background: url(/assets/img/sprites.png);
}

.icon-fb, .sidr-class-icon-fb {
    width: 34px;
    height: 34px;
    background-position: 0 0;
}
body.sub .icon-fb, .sidr-class-icon-fb {
    background-position: -35px 0;
}

.icon-lang, .sidr-class-icon-lang {
    width: 34px;
    height: 34px;
    background: #fff;
    border-radius: 17px;
    color: #ea831e;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
}
body.sub .icon-lang, .sidr-class-icon-lang {
    background: #373333;
    color: #fff;
}

a:hover .icon-fb, a:hover .icon-lang {
    opacity: 0.5;
}

.icon-location {
    background-position: 0 -34px;
    width: 45px;
    height: 54px;
}

.icon-newsletter {
    width: 42px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='30' viewBox='0 0 42 30'%3E%3Cg id='_0f4b54dbfc38e89be7b151ab7a861105' data-name='0f4b54dbfc38e89be7b151ab7a861105' transform='translate(-10 -149.9)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M13.673,179.9A3.771,3.771,0,0,1,10,176.048V153.756a3.772,3.772,0,0,1,3.673-3.856H48.327A3.774,3.774,0,0,1,52,153.756v22.288a3.768,3.768,0,0,1-3.673,3.852H13.673Zm33.236-3.021L36.576,167.9l-1.65,1.517a5.946,5.946,0,0,1-7.847,0l-1.65-1.517L15.1,176.879Zm2.121-2.1V155.534L38.714,165.667Zm-36.06,0,10.316-9.113L12.97,155.534Zm15.48-8.715C29.9,167.419,30.636,167.7,31,167.7s1.1-.283,2.55-1.637l13.444-13.145H15.006Z' fill='%23e77817'/%3E%3C/g%3E%3C/svg%3E%0A");
}


/***************************************************
Table
***************************************************/
table.table {
    margin: 10px auto;
    clear: both;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #C2C2C2;
}

table.table thead tr {
    background: #f9f9f9; /* Old browsers */
    background: -moz-linear-gradient(top,  #f9f9f9 0%, #e6e6e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f9f9f9 0%,#e6e6e6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
}

table.table thead th {
    font-weight: bold;
    padding: 8px 10px;
    border-right: 1px solid #C2C2C2;
    border-bottom: 1px solid #C2C2C2;
}
table.table thead th[data-sort] {
    cursor: pointer;
    *cursor: hand;
}
table.table thead th span {
    margin: 0 0 0 2px;
}


table.table td {
    padding: 6px 10px;
    border-right: 1px solid #C2C2C2;
    border-bottom: 1px solid #C2C2C2;
}

table.table tr:nth-child(odd) { background-color: #fff; }
table.table tr:nth-child(even) { background-color: #f6f6f6; }

table.table tr:hover {
    background-color: #ebebeb;
}

table.table tr td.sub {
    padding-left: 30px;
}

table.table input[type=text] {
    margin: -4px -5px;
    padding: 2px;
}
table.table input[type=text].act-order {
    width: 30px;
    text-align: center;
}



/***************************************************
główna
***************************************************/

.main-wrapper {
    padding: 0 20px;
}

.main-about {
    text-align: center;
    max-width: 900px;
    margin: 20px auto 0 auto;
}
.main-about h2 {
    color: #e77817;
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0 30px 0;
    padding-bottom: 24px;
    position: relative;
}
.main-about h2:first-line {
    font-size: 36px;
    color: #585858;
}
.main-about h2:after {
    height: 6px;
    content: '';
    width: 80px;
    margin-left: -40px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #e77817;
}


.main-bg {
    margin-top: 50px;
    background: url("/assets/img/bg-middle.jpg?1") no-repeat center top;
}

.main-cnc {
    z-index: 9;
}
.main-cnc img {
    margin-left: -80px;
}

.main-address {
    float: right;
    font-size: 24px;
    font-weight: bold;
    text-align: right;
}
.main-address span {
    float: right;
    margin-left: 10px;
}

.main-map {
    position: relative;
}
.main-map img {
    position: absolute;
    right: -10px;
    top: 50px;
    left: -150px;
    width: calc(100% + 160px);
}


@media (max-width: 768px) {
    .main-map img {
        position: relative;
        right: auto;
        top: auto;
        left: auto;
        width: 100%;
    }
    .main-bg {
        background: none;
    }
}
@media (max-width: 1024px) {
}


.sub-wrapper {
    padding: 0 10px;
}

.sub-wrapper .g-row {
    margin-bottom: 40px;
}


/***************************************************
podstrona - kontakt
***************************************************/

.contact-wrapper .g-col-m-6 {
    margin-bottom: 50px;
}

.contact-wrapper #map {
    width: 100%;
    height: 450px;
}


/***************************************************
podstrona - galeria
***************************************************/

.gallery-wrapper {
    padding: 0 10px;
}

.gallery-wrapper article {
    margin-bottom: 20px;
}
.gallery-wrapper article h2 {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}
.gallery-wrapper article img {
    width: 100%;
    display: block;
}
.gallery-wrapper article figcaption {
    text-align: center;
    margin: 5px;
}
.gallery-wrapper article figure a {
    display: block;
    position: relative;
    padding: 5px;
    border: 1px solid #e2e2e2;
}
.gallery-wrapper article figure a:after {
    display: block;
    content: '';
    background: #e77817;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity .25s linear;
    -o-transition: opacity .25s linear;
    transition: opacity .25s linear;
}
.gallery-wrapper article figure a:before {
    display: block;
    content: '';
    background: url(/assets/img/sprites.png) -45px -36px;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
    z-index: 9;
    opacity: 0;
    -webkit-transition: opacity .25s linear;
    -o-transition: opacity .25s linear;
    transition: opacity .25s linear;
}
.gallery-wrapper article figure a:hover:after {
    opacity: 0.5;
}
.gallery-wrapper article figure a:hover:before {
    opacity: 1;
}



/***************************************************
podstrona - park maszyn
***************************************************/

.machine-wrapper {
    padding: 0 10px;
}

.machine-wrapper article {
    margin-bottom: 20px;
}
.machine-wrapper article a {
    color: #373333;
    display: block;
    position: relative;
    padding: 15px 0;
    background: #fff;
}
.machine-wrapper article h2 {
    color: #373333;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    margin: 0;
}
.machine-wrapper article h3 {
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    margin: 5px 0 0 0;
    color: #e77817;
}
.machine-wrapper article figure {
    position: relative;
    margin: 15px 0;
}
.machine-wrapper article img {
    width: 70%;
    display: block;
    margin: 0 auto;
}
.machine-wrapper article a figure:after {
    display: block;
    content: '';
    background: #e77817;
    width: 80%;
    height: 110%;
    position: absolute;
    left: 10%;
    top: -5%;
    opacity: 0;
    -webkit-transition: opacity .25s linear;
    -o-transition: opacity .25s linear;
    transition: opacity .25s linear;
}
.machine-wrapper article a figure:before {
    display: block;
    content: '';
    background: url(/assets/img/sprites.png) -45px -36px;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
    z-index: 9;
    opacity: 0;
    -webkit-transition: opacity .25s linear;
    -o-transition: opacity .25s linear;
    transition: opacity .25s linear;
}
.machine-wrapper article a:hover figure:after {
    opacity: 0.5;
}
.machine-wrapper article a:hover figure:before {
    opacity: 1;
}
.machine-wrapper article figcaption {
    text-align: center;
    color: #766d6d;
}
.machine-wrapper article figcaption p {
    margin: 5px 0;
    line-height: 1.4em;
}


