﻿@charset "utf-8";
@import "/assets/css/reset.css";
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');


/* 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: 'Lato', Tahoma, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    background: #fff;
    margin: 0;
    padding: 0 20px;
    min-width: 320px;
}

a {
    color: #000;
}
a:hover {
    color: #000;
}


/***************************************************
Szkielet
***************************************************/

.container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.g-header {
    height: 180px;
    position: relative;
    margin-bottom: 30px;
}

.logo {
    position: absolute;
    left: 50%;
    top: 35px;
    margin-left: -88px;
}
.slogan {
    font-size: 14px;
    letter-spacing: 4px;
    text-transform: uppercase;
    line-height: 1.6em;
    float: left;
    position: relative;
    top: 35px;
}


.wrapper {
    background: #efefef;
    margin: 0 -20px;
}
.wrapper > .container {
    padding: 50px 20px;
    max-width: 1240px;
}


@media (max-width: 979px) {
    .slogan {
        display: none;
    }
    .logo {
        left: 0;
        margin-left: 0;
    }
}

@media (max-width: 534px) {
    .g-header {
        height: 220px;
    }
    .logo {
        top: 12px;
        left: 50%;
        transform: translateX(-50%);
    }
}



.g-footer {
    font-size: 16px;
    margin-top: 50px;
}
.g-footer .container:first-child {
    padding: 0 70px 40px 70px;
    border-bottom: 1px solid #000000;
    border-top: 5px solid #000000;
}

.g-footer .content h4 {
    margin: 40px 0 20px 0;
}

.g-footer img {
    margin: 20px 0;
}

.g-footer-links a {
    clear: both;
    display: block;
    line-height: 1.5em;
}
.g-footer-links a:hover {
    text-decoration: underline;
}

.g-footer-copy {
    padding: 15px 70px;
    text-align: center;
}

.studiomh {
    position: absolute;
    right: 0;
    display: inline-block;
    background: url(/assets/img/mh.png) no-repeat top;
    width: 31px;
    height: 16px;
    margin: -1px 0 -1px 0 !important;
}
.studiomh:hover {
    background-position: bottom;
}

@media (max-width: 767px) {
    .g-footer .container:first-child {
        padding: 0 20px 40px 20px;
    }
}


.g-grid {
    padding: 0 10px;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}

.g-row {
    clear: both;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -10px;
}
.g-row > [class*="g-col-"] {
    padding-left: 10px;
}

.g-row-reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

.g-row-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}

.g-row-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.g-row-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
}

.g-row-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.g-row-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.g-row-right {
    -webkit-box-pack: end;
    -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-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

[class*="g-col-"] {
    min-height: 1px;
    -webkit-box-flex: 1;
    -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-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.g-col-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.g-col-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}

.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-right {
    margin-left: auto;
}

.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 (max-width: 979px) {
    .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-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .g-col-l-auto {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    }
}

@media (max-width: 767px) {
    .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-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .g-col-m-auto {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    }
}

@media (max-width: 534px) {
    .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-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .g-col-s-auto {
        -webkit-box-flex: 1;
        -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 (max-width: 534px) {
    .g-show-s {
        display: block;
    }
    .g-hide-s {
        display: none;
    }
}

@media (max-width: 767px) {
    .g-show-m {
        display: block;
    }
    .g-hide-m {
        display: none;
    }
}

@media (max-width: 979px) {
    .g-show-l {
        display: block;
    }
    .g-hide-l {
        display: none;
    }
}

/***************************************************
content
***************************************************/


.content p {
    margin: 15px 0;
    line-height: 1.5em;
}

.content h1 {
    font-size: 30px;
    margin: 30px 0 20px 0;
}
h2 {
    font-weight: 900;
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    margin: 40px 0;
}
h2:before, h2:after {
    content: '';
    margin: 0 20px 7px 20px;
    width: 25px;
    height: 4px;
    display: inline-block;
    background: #000;
}

.content h3 {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 35px 0 30px 0;
    position: relative;
}
.content h3.line {
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.content h3.line:after {
    content: '';
    width: 130px;
    height: 1px;
    display: block;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}

.content h4 {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin: 15px 0 10px 0;
}

.content ul {
    display: block;
    list-style-position: outside;
    list-style-type: disc;
    margin: 15px 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;
}


.content-white {
    background: #fff;
    padding: 50px;
}


@media (max-width: 767px) {
    h2 {
        font-size: 22px;
        margin: 30px 0;
    }
}
@media (max-width: 534px) {
    .content-white {
        padding: 30px 20px;
    }
}


/***************************************************
menu
***************************************************/

.navbar {
    position: absolute;
    bottom: 0;
    left: 0; right: 0;
    border-top: 1px solid #000000;
    border-bottom: 5px solid #000000;
}
.navbar ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.navbar ul li {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    height: 60px;
}
.navbar ul li a {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    height: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: center;
}
.navbar ul li a:hover, .navbar ul li a.current {
    background: #eeeeee;
    color: #000;
}


@media (max-width: 534px) {
    .navbar ul {
        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: 535px) {
    .mobile-offcanvas {
        display: block;
    }
}

.mobile-nav {
    display: block;
    height: 52px;
    line-height: 52px;
    text-align: center;
    text-decoration: none;
    transition: top .25s linear;
    -moz-transition: top .25s linear;
    -webkit-transition: top .25s linear;
}

@media (min-width: 535px) {
    .mobile-nav {
        display: none;
    }
}

.mobile-nav:hover {
    text-decoration: none;
}

.mobile-nav span {
    position: relative;
    padding-left: 35px;
    color: #000;
    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: #000;
    box-shadow: 0 6px 0 #000,
    0 -6px 0 #000;
    content: '';
}


.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: 50px 0;
    padding: 0;
    list-style: none;
}

.sidr a {
    display: block;
    padding: 7px 15px;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.sidr a:hover {
    text-decoration: underline;
}
.sidr-inner > a, .sidr-inner > h3 {
    display: none;
}


.sidr.right {
    right: -200px;
    left: auto;
}

.sidr.left {
    right: auto;
    left: -200px;
}

.sidr-open .sidr {
    box-shadow: 1px 0 0 #ccc;
}


/***************************************************
			        SLIDER
***************************************************/


.slider-wrapper {
    margin-bottom: 3.125rem;
}

.slider-wrapper .slick-dots {
    position: absolute;
    bottom: -1.5625rem;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slider-wrapper .slick-dots li {
    position: relative;
    display: inline-block;
    width: 0.25rem;
    height: 0.25rem;
    background: #000;
    border-radius: 50%;
    padding: 0;
    margin: 0rem 0.4375rem;
    cursor: pointer;
    overflow: hidden;
    text-indent: -624.9375rem;
    background: #000;
}

.slider-wrapper .slick-dots li.slick-active {
    width: 0.5625rem;
    height: 0.5625rem;
    border: 0.0625rem solid #000;
    background-color: #fff;
    position: relative;
    top: 0.125rem;
}

.slider-wrapper .slick-dots a {
    display: block;
    width: 0.25rem;
    height: 0.25rem;
}

.slider-item {
    position: relative;
}

.slider-item .slider-content {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 50%;
    background: rgba(0, 0, 0, .75);
    padding: 70px 120px;
}
.slider-item .slider-content > .btn {
    right: 0;
    bottom: 0;
    position: absolute;

}
.slider-item .slider-nav {
    right: 0;
    top: 0;
    position: absolute;
}
.slider-item .slider-nav a {
    float: left;
}

.slider-item img {
    width: 100%;
}



.slider-item h1 {
    font-size: 60px;
    margin-bottom: 20px;
}
.slider-item p {
    font-size: 16px;
}

@media (max-width: 979px) {
    .slider-item .slider-content {
        padding: 50px 80px;
    }
    .slider-item h1 {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .slider-item .slider-content {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: auto;
        transform: translateY(0);
    }
}
@media (max-width: 534px) {
    .slider-wrapper {
        display: none;
    }
}


/***************************************************
box profile
***************************************************/

.b-profile {
    position: absolute;
    top: 30px;
    right: 0;
    width: 400px;
}

.b-profile [class*="g-col-"] {
    position: relative;
}
.b-profile [class*="g-col-"] > a {
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.b-profile .g-row > div {
    border-left: 1px solid #dddddd;
    height: 60px;
}

.b-profile span {
    opacity: 0.27;
}
.b-profile a:hover {
    color: #000;
}

.b-profile a:hover span {
    opacity: 1;
}

.b-profile span.icon-cart {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}
.b-profile strong {
    float: left;
}

.b-profile .search {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 11px 0 0 15px;
    display: none;
}

.b-profile .profile {
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 2px 0 0 10px;
    display: none;
}



@media (max-width: 767px) {
    .b-profile {
        width: 300px;
    }
    .b-profile strong {
        display: none;
    }
}

@media (max-width: 534px) {
    .b-profile {
        width: auto;
        top: 75px;
        right: 10%;
        left: 10%;
    }
}



/***************************************************
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;
}

hr {
    background: #000;
    height: 1px;
    border: 0;
    margin: 30px 0;
    clear: both;
}

.pagination {
    text-align: center;
    margin: 30px 0;
}
.pagination a {
    margin: 0 2px;
}


.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;
}
#cookies .ok {
    background: #000;
    color: #fff;
    padding: 1px 3px;
    margin: 0 5px;
}
body.hasCookies {
    margin-bottom: 20px;
}

/***************************************************
Zewnętrzne pluginy
***************************************************/

.qtip-error{
    background-color: #b92c28!important;
    border-color: #b92c28!important;
    color: #fff!important;
    border-radius: 0;
}
.qtip-info{
    background-color: #59bfdd!important;
    border-color: #28a4c9!important;
    color: #fff!important;
    border-radius: 4px;
}


/***************************************************
Dialog
***************************************************/

/* Add some nice box-shadow-ness to the dialogues */
.qtip.qtip-dialogue{
    max-width: 600px;
    min-width: 210px;

    -moz-box-shadow: 0 0 10px 1px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,.5);
    box-shadow: 0 0 10px 1px rgba(0,0,0,.5);
    padding: 0;

    background: #fff;
    border: 1px solid #eee;
}

.qtip.qtip-dialogue .qtip-titlebar{
    padding: 20px;
    background: #eee;
}
.qtip.qtip-dialogue .qtip-content{
    padding: 10px 20px 20px 20px;
}
.qtip.qtip-dialogue .qtip-content p {
    text-align: center;
}

.qtip.qtip-dialogue button{
    float: left;
    width: 47%;
    margin-top: 20px;
    margin-right: 10px;
}

.qtip.qtip-dialogue button:only-of-type {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.qtip.qtip-dialogue button + button{
    float: right;
    margin-right: 0;
}



.qtip .product-added {
    text-align: left;
}
.qtip .product-added img {
    width: 80px;
    margin-right: 10px;
    float: left;
}
.qtip .product-added p {
    float: left;
    text-align: left!important;
    margin: 22px 0;
}


@media (max-width: 534px) {
    .qtip.qtip-dialogue{
        min-width: 320px;
    }
}


/***************************************************
Forms
***************************************************/

fieldset.form {
    border: 0;
    padding: 0;
    margin: 0;
}
fieldset.form-center {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}


/* wiersz */
.form-group {
    clear: both;
    margin-bottom: 10px;
}
fieldset.form-info .form-group {
    margin-bottom: 0;
}


/* buttony */
fieldset.form .form-btns {
    text-align: center;
    margin-top: 20px;
}


/* podpis */
.form-label {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    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 {
    display: none;
}


/* kontrolka */
.form-control {
    background: #fff;
    padding: 10px 12px;
    margin: 0;
    border: 1px solid #cecece;
    width: 100%;
}
.form-control:hover {
    border-color: #000;
}
.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;
}

.form-control-checkbox {
    margin-right: 5px;
}

.form-control-number .form-control {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    max-width: 153px;
    width: calc(100% - 98px);
    margin: 0 10px;
}
.form-control-number > * {
    float: left;
}


.form-control-info {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}


/***************************************************
Messages
***************************************************/

.msg {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px;
    margin-bottom: 15px;

    color: #000;
    border: 1px solid #000;
    background: #fff;
 }

.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 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;

    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;

    display: inline-block;
    padding: 20px 25px;
    border: 0;

    background: #000;
}
.btn:hover {
    color: #fff;
    background: #404040;
}

.btn [class*="icon-"] {
    margin-right: 5px;
    margin-top: -2px;
}
.btn-icon span {
    margin: 0!important;
}

.btn-light {
    color: #000;
    background: #fff;
}
.btn-light:hover, .btn.current {
    color: #000;
    background: #cdcdcd;
}

.btn-s {
    text-align: center;
    min-width: 39px;
    padding: 10px 12px;
}
.btn-s [class*="icon-"] {
    margin: 0 auto;
}

.btn-block {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.btn-disabled {
    opacity: 0.7;
}


.btns {
    margin-top: 30px;
    clear: both;
}


@media (max-width: 767px) {
    .btn {
        text-transform: none;
    }
}

@media (max-width: 534px) {
    .btns a {
        width: 100%;
        display: block;
        margin-top: 10px;
    }
}

/***************************************************
Links
***************************************************/

.link:hover {
    text-decoration: underline;
}
.link-u {
    text-decoration: underline;
}
.link-info {
    color: #2AABD2;
}
.link-success {
    color: #419741;
}
.link-danger {
    color: #C12F2B;
}

/***************************************************
Icons
***************************************************/

[class*="icon-"] {
    display: inline-block;
    vertical-align: middle;
    content:'';
}

.icon-search {
    width: 24px;
    height: 24px;
    background: url('/assets/img/icons.png') 0 0;
}
.icon-cart {
    width: 36px;
    height: 31px;
    background: url('/assets/img/icons.png') 0 -26px;
}
.icon-login {
    width: 32px;
    height: 32px;
    background: url('/assets/img/icons.png') -38px -26px;
}
.icon-user {
    width: 32px;
    height: 32px;
    background: url('/assets/img/icons.png') 0 -58px;
}

.icon-arrow-right, .icon-arrow-left {
    width: 10px;
    height: 19px;
    background: url('/assets/img/icons.png') -27px 0;
    display: block;
}
.icon-arrow-left {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


/***************************************************
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;
}


/***************************************************
nawigacja
***************************************************/

.breadcrumb {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: -25px 0 25px 0;
}
.breadcrumb span {
    margin: 0 10px;
}
.breadcrumb a:hover {
    text-decoration: underline;
}
.breadcrumb .sort {
    text-align: right;
    float: right;
    width: 340px;
    margin: -13px 0 0 0;
}
.breadcrumb .sort select {
    width: 215px;
    margin-left: 20px;
}

@media (max-width: 767px) {
    .breadcrumb {
        text-align: center;
    }
    .breadcrumb .sort {
        text-align: center;
        float: none;
        width: 100%;
        margin: 20px 0 -15px 0;
    }
}



/***************************************************
podstrona - login
***************************************************/

.p-login .container {
    width: 340px;
    margin: 30px auto;
}
.p-login .g-grid-9 {
    width: 100%;
    margin: 30px auto;
}


/***************************************************
podstrona - kontakt
***************************************************/

@media (max-width: 767px) {
    .p-contact .g-col-6:first-child {
        margin-bottom: 50px;
    }
}




/***************************************************
podstrona - galeria
***************************************************/

.p-gallery article {
    float: left;
    margin: 0 0 20px 20px;
    width: 210px;
}
.p-gallery article:nth-child(4n+1) {
    margin-left: 0;
}


/***************************************************
podstrona - galeria szczegóły
***************************************************/

.p-gallery-show article {
    float: left;
    margin: 0 0 15px 15px;
    width: 210px;
}
.p-gallery-show article:nth-child(3n+1) {
    margin-left: 0;
}


/***************************************************
moduł - news
***************************************************/

.m-news article {
    margin-bottom: 15px;
}
.m-news article header {
    margin-bottom: 10px;
    height: 100%;
    overflow: hidden;
}
.m-news article header h2 {
    margin: 0;
    float: left;
}
.m-news article header h2 a {
    text-decoration: none;
}
.m-news article header time {
    color: #999;
    float: right;
}
.m-news article figure {
    float: left;
    margin-right: 10px;
}
.m-news article figure img {
    width: 90px;
    display: block;
}
.m-news article section time {
    color: #999;
}
.m-news article section p {
    margin: 10px 0;
}


/***************************************************
box - oferta na głównej
***************************************************/

.b-carouse {
    margin: -10px -10px 40px -10px;
}
.b-carouse .item {
    padding: 0 10px;
    margin: 10px 0;
}


/***************************************************
moduł - katogorie
***************************************************/

.m-cats h3 {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-top: 1px solid #000;
    padding: 25px 0;
}
.m-cats ul li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 20px;
}
.m-cats ul li:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #000;
    position: absolute;
    left: 0;
    top: 4px;

}
.m-cats ul a {
    font-weight: bold;
}
.m-cats ul a:hover {
    text-decoration: underline;
}


@media (max-width: 767px) {
    .m-cats {
        display: none;
    }
}



.mobile-cat {
    display: block;
    height: 52px;
    line-height: 52px;
    text-align: center;
    text-decoration: none;
    transition: top .25s linear;
    -moz-transition: top .25s linear;
    -webkit-transition: top .25s linear;
}

@media (min-width: 768px) {
    .mobile-cat {
        display: none;
    }
}

.mobile-cat:hover {
    text-decoration: none;
}

.mobile-cat span {
    position: relative;
    padding-left: 35px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
}

.mobile-cat span::after {
    display: block;
    position: absolute;
    top: 24px;
    left: 0;
    width: 25px;
    height: 3px;
    background: #000;
    box-shadow: 0 6px 0 #000,
    0 -6px 0 #000;
    content: '';
}


/***************************************************
moduł - oferta
***************************************************/

.m-offers article a {
    display: block;
    background: #fff;
    text-align: center;
    padding: 40px 10px;
}
.m-offers article a:hover {
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.m-offers article figure {
    text-align: center;
    height: 200px;
    position: relative;
}
.m-offers article figure img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.m-offers article h4 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 40px;
}
.m-offers article p {
    margin: 0;
}



/***************************************************
strona - oferta
***************************************************/

.p-offers article {
    margin-bottom: 10px;
}



/***************************************************
strona - szczegóły oferty
***************************************************/

.p-offers-show > .g-row {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.p-offers-show figure a {
    display: block;
    background: #fff;
    margin-bottom: 10px;
    padding: 10px;
}
.p-offers-show figure img {
    max-width: 100%;
    display: block;
}
.p-offers-show figure > a:first-child img {
    margin: 0 auto;
}

.p-offers-show .price {
    font-weight: bold;
    font-size: 18px;
}
.p-offers-show .price strike {
    font-weight: normal;
}

.p-offers-show h3 {
    margin: 10px 0 30px 0;
    padding-bottom: 30px;
    position: relative;
}


/***************************************************
podstrona - koszyk
***************************************************/

.p-cart .item {
    background: #fff;
    margin-bottom: 10px;
    position: relative;
}
.p-cart .item img {
    max-width: 100%;
    display: block;
}
.p-cart .item .description {
    padding: 20px;
}
.p-cart .item .price {
    font-weight: bold;
    font-size: 18px;
}
.p-cart .item .act-del {
    position: absolute;
    top: 0;
    right: 0;
}
.p-cart .item .form-group {
    margin-bottom: 0;
}

.p-cart .price-summary {
    font-size: 18px;
    background: #fff;
    float: right;
    padding: 30px 50px;
    max-width: 400px;
    width: 100%;
}
.p-cart .price-summary dt {
    width: 60%;
    float: left;
    margin-bottom: 5px;
    margin-right: 20px;
    text-align: right;
}
.p-cart .price-summary dd {
    margin-bottom: 5px;
    font-weight: bold;
}
.p-cart .price-summary strike {
    font-weight: normal;
}
.p-cart .price-summary p {
    font-size: 14px;
    text-align: center;
}

.p-cart .settings {
    margin: 10px 0;
    padding-bottom: 0;
}
.p-cart .settings .g-col-4 {
    margin-bottom: 50px;
}
.p-cart .settings label.g-col-4 {
    margin-bottom: 0;
}
.p-cart .settings label span {
    float: right;
}
.p-cart .settings .shipping .form-group {
    max-width: 300px;
}



.p-cash-login .content-white {
    height: calc(100% - 52px);
}
.p-cash-login > .g-row > .g-col-4 {
    margin-bottom: 30px;
}
.p-cash-login > .btns {
    margin-top: 0;
}
.p-cash-login .content-white .btns {
    text-align: center;
}


@media (max-width: 534px) {
    .p-cart .price-summary {
        padding: 30px 20px;
    }
}



/***************************************************
podstrona - historia
***************************************************/

.p-order .item {
    background: #fff;
    margin-bottom: 10px;
    position: relative;
    padding: 20px;
}
.p-order .item h3 {
    margin-top: 20px;
}
.p-order .item .price {
    font-weight: bold;
    font-size: 18px;
}
.p-order .item .form-group {
    margin-bottom: 0;
}
.p-order .item .btn {
}

.p-order .btns {
    margin: 0;
}

.p-order .btns a {
    margin: 5px 0;
}


.p-order-show .form-info {
    margin-top: 50px;
}


@media (max-width: 767px) {
    .p-order .btns a {
        width: 100%;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }
    .p-order .btns br {
        display: none;
    }
}
