/*
Theme Name: Cerrad
Author: Venti
Author URI: http://venti.pl
Description: Theme by Venti
Version: 1.0
Text Domain: venti
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Keyframes
# Typography
# Alignments
# Forms
# Lists
# Tables
# Links
# Layout
   ## Header
   ## Navigation
   ## Front Page
   ## Posts
   ## Pages
   ## Footer
   ## Breadcrumbs
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Keyframes
--------------------------------------------------------------*/

@keyframes header-fixed {
    0% {top: -80px;}
    100% {top: 0;}
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

a:focus {
    text-decoration: none;
    color: inherit;
}

a:hover { text-decoration: none; }

body,
button,
input,
select,
textarea {
    color: #383838;
    font-family: 'Muli', sans-serif;
}


.title {
    font-family: 'Open Sans', 'Muli', sans-serif;
    font-weight: 900;
}

.pre-title {
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    letter-spacing: 4px;
    font-size: 18px;
    font-weight: 300;
}

.text blockquote {
    font-size:16px;
}
.text blockquote p {
    margin-bottom:10px!important;
}
.pre-title--white { color: #fff; }
.pre-title--brown { color: #af9970; }
.pre-title--big { font-size: 33px;  padding-top: 13px; margin:0; line-height: unset; }
.text {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.9;
}

.text a { color: #b5a07c; }

.text h1,
.text h2,
.text h3 {
    font-family: 'Muli', sans-serif;
    font-weight: 800;
    line-height: 1;
}

.text h1 {
    font-size: 48px;
    margin: 0.05em 0 0.47em 0;
}

.text h2 {
    font-size:36px;
    color:#383838;
    margin: 0.07em 0 0.445em 0;
}
.text h3 {
    font-size:32px;
    color:#383838;
    margin: 0.1em 0 0.59em 0;
}
.text h4 {
    font-size:24px;
    font-weight:700;
    color:#303030;
    margin: 0.1em 0 0.6em 0;
}
.text h5 {
    font-size:18px;
    font-weight:600;
    color:#303030;
    text-transform: uppercase;
    margin: 0.1em 0 1em 0;
}


.text h6 {
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    letter-spacing: 4px;
    font-size: 18px;
    font-weight: 300;
    margin: 0.1em 0 0.25em 0;
    color: #af9970;
}


.text ul {
    padding-left: 32px;
    list-style: none;
    line-height: 1.4;
    margin-top: 28px;
    margin-bottom: 28px;
}
.text ul > li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 8px;
}
.text ul > li::before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    top: 0.59em;
    left: 0;
    background: #b5a07c;
}

.text ol {
    margin-top: 26px;
    margin-botom: 26px;
    line-height: 1.4;
}

.text ol > li { margin-bottom: 8px; }

.sitemap-page .text ul > li {
    margin-bottom: 2px;
}

.sitemap-page .text ul > li > ul {
    margin-top: 0;
    margin-bottom: 0;
}

.sitemap-page .text ul a {
    transition: color .2s;
}
.sitemap-page .text ul a:visited {
    color: #464646;
}
.sitemap-page .text ul a:hover {
    color: #6C6C6C;
}

.text p { margin-bottom: 0.7em; }
.text table { overflow-x: auto; max-width: 100%;}
.text table td{padding:20px 15px;}
.text table thead td {background:#f7f7f7;text-transform: uppercase;font-weight:600;color:#000;}
.text table, .text tr, .text td {border:1px solid #e3e3e3}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
.button-arrow {
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 12px;
    cursor: pointer;
    color: #000;
    text-decoration: none;
    transition: color .2s;
}

.button-arrow:hover {
    text-decoration: none;
    transition: color .2s;
    color: #6C6C6C;
}

.button-arrow::after {
    content: "";
    vertical-align: middle;
    margin-left: 16px;
    display: inline-block;
    width: 18px;
    height: 5px;
    background: url('assets/images/arrow-more-black.png') no-repeat;
}

.button-arrow--white { color: #fff; }
.button-arrow--white:hover { color: #EBEBEB; }
.button-arrow--white::after {
    background: url('assets/images/arrow-more.png') no-repeat;
}

.button-arrow--gold { color: #af9970; }
.button-arrow--gold:hover { color: #917d5c; }
.button-arrow--gold::after {
    background: url('assets/images/arrow-more-gold.png') no-repeat;
}

.button-square {
    display: inline-block;
    padding: 16px 28px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    background: #000;
    color: #af9970;
    text-decoration: none;
    cursor: pointer;
    transition: color .2s, border-color .2s;
}

.button-square:hover {
    text-decoration: none;
    transition: color .2s, border-color .2s;
}

.button-square--white { color: #fff; }
.button-square--no-border { border: 0; }
.button-square--white:hover { color: #EBEBEB; }
.button-square--frame { border: 1px solid #676767; }
.button-square--frame:hover { border-color: #4D4D4D; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.overflow-x-hidden { overflow: hidden; }
img { max-width: 100%; }
.page-section { padding: 105px 0; }
#page-container { background: #fff; position:relative;}

/*--- accordion like bars ---*/
.a-bar-header {
    background-color: #f7f7f7;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    cursor: pointer;
}
.a-bar-title-icon { text-align: right; }
.a-bar-title {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 12px;
}

.a-bar-arrow {
    background-image: url('assets/images/select-arrow.png');
    background-repeat: no-repeat;
    background-position: 97% 50%;
}
.a-bar-arrow--white { background-image: url('assets/images/select-arrow-white.png'); }

.a-bar-arrow-space { padding-right: 70px; }

.a-bar-content { display:none; }

/*--- files to download ---*/
.files-to-download { margin-top: 6px; }
.files-to-download-wrapper { padding-bottom: 120px; }

.ftd-header {
    background-color: #f7f7f7;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    cursor: pointer;
}

.ftd-header .a-bar-title-icon img {
    max-width: 40px;
    max-height:40px;
}

.ftd-title { padding-top: 10px; }
.ftd-content {
    padding-top: 10px;
    padding-bottom: 50px;
    border-bottom: 1px #e3e3e3 solid;
}

.ftd-content--no-border { border: 0; }

.ftd-item {
    padding: 16px 20px;
    border-bottom: 1px #e3e3e3 solid;
    color: #af9970;
}

.ftd-item-icon,
.ftd-item-title {
    display: inline-block;
    vertical-align: middle;
}

.ftd-item-icon { margin-right: 46px; }
.ftd-item-icon img{ max-width:36px; max-height:36px; }

.ftd-item-title {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    transition: color .1s;
    color: #af9970;
}

.ftd-item-title:hover {
    color: #C1B395;
    text-decoration: none;
}

/* full width map */
.fw-map {
    width: 100%;
    height: 400px;
}


/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    padding-top: 15px;
    height: 80px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 90%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%);
    transition: background .4s, height .4s;
	padding-left:2%;
	padding-right:2%;
}

header.page, header.single { height: 80px; }


header.fixed {
    position: fixed;
    height: 80px;
    background: rgba(0,0,0,1);
    transition: background .2s;
    animation: header-fixed .6s;
}

.compensate-for-scrollbar header.fixed {
    padding-right: 17px;
}

header.fixed.absolute { position: absolute; }

.site-logo { float: left; }

.nav-wrapper {
    float: right;
    padding-top: 17px;
    position: relative;
}

/*========== search ==========*/
.search-box {
    float: right;
    margin-right: 25px;
    position: relative;
    margin-top:0;
}

#search-field {
    visibility: hidden;
    position: absolute;
    right: -1px;
    margin-top: 14px;
    background: #fff;
    border: 1px #8e8e8e solid;
    width: 0;
    height: 40px;
    padding: 3px 7px;
    box-sizing: border-box;
}

#search-field.visible {
    visibility: visible;
    width: 190px;
    transition: width .2s;
}

.search-icon {
    cursor: pointer;
    transition: opacity .2s;
}
.search-icon:hover {
    opacity: 0.8;
    transition: opacity .2s;
}


/*========== lang switch ==========*/
.lang-switch {
    float: right;
}

header .lang-switch .current {
    display: block;
    position: relative;
    color: #fff;
    padding-left: 8px;
    padding-right: 19px;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    background: url('assets/images/lang-switch-arrow.png') no-repeat;
    background-position: 80% 9px;
}

header .lang-switch .current .current-inner {
    line-height: 20px;
}

header .lang-switch .dropdown {
    display: none;
    position: absolute;
    z-index: 201;
    padding-bottom: 3px;
    background: #fff;
}

header .lang-switch.open .dropdown {
    display: block;
}

header .lang-switch.open .dropdown .lang {
    display: block;
    color: #000;
    width: 43px;
    height: 27px;
    padding: 8px;
    line-height: 13px;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
}

header .lang-switch.open .dropdown .lang.current-lang,
header .lang-switch.open .dropdown .lang:hover {
    background: #000;
    color: #fff;
}

/*chwilowo ukrywamy te wersje językowe*/
header .lang-switch.open .dropdown .lang-item-cs,
header .lang-switch.open .dropdown .lang-item-fr,
header .lang-switch.open .dropdown .lang-item-sk
{
    display: none;
}

/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before,
.mm-menu .mm-listview .mm-btn_next:after {
    border-color: rgba(255, 255, 255, .4) !important;
}

.mm-btn.mm-btn_prev {
    position: relative;
    margin-left: -20px;
    float: left;
}

#mobile-nav { display: none; }

.site-nav {
    float: right;
    margin-right: 20px;
}

.site-nav > div > ul {
    padding-left:0;
}

.site-nav > div > ul > li {
    display: inline-block;
    position: relative;
}

.site-nav > div > ul > li > a {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 12px 8px 12px;
    text-decoration: none;
    position: relative;
    transition: color .2s;
}

.site-nav li > a:hover {
    color: #EBEBEB;
    transition: color .2s;
}

.site-nav > div > ul > li::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: #b5a07c;
    bottom:-8px;
    left: 50%;
    transition: width .2s, left .2s;
}

.site-nav > div > ul > li:hover::after {
    width: calc(100% - 32px);
    left: 16px;
    transition: width .2s, left .2s;
}


/*--- top nav submenu ---*/
.site-nav li:hover > .sub-menu {
    visibility: visible;
    overflow: visible;
    width: auto;
    min-width:270px;
    opacity: 1;
    transition: opacity .3s;
    transition-delay: .2s;
}

.site-nav li > .sub-menu {
    width:0;
    background: rgba(0,0,0,0.6);
    padding: 12px 0px;
    list-style: none;
    position: absolute;
    left: 16px;
    top: 26px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: opacity .1s;
}

.site-nav .sub-menu > li > a {
    display: block;
    padding: 12px 35px 12px 25px;
    text-transform: uppercase;
    color: #a49c9c;
    text-decoration: none;
    font-weight: 800;
    transition: color .2s;
}

.site-nav .sub-menu > li > a:hover {
    color: #C6C2C2;
    transition: color .2s;
}

.site-nav .sub-menu::after {
    content: "";
    width: 100%;
    height: 2px;
    position:absolute;
    bottom:-2px;
    width: 38%;
    background: #b5a07c;
}

/*----- hamburger -----*/
.hamburger {
    display: none;
    padding: 10px;
    cursor: pointer;
    transition: opacity .2s;
    position: absolute;
    right: 0;
    top: 5px;
}

.hamburger:hover{
    opacity: 0.8;
}

.hamburger-outer {
    width: 38px;
    height: 24px;
    position: relative;
}

.hamburger-inner {
    position: absolute;
    width: 38px;
    height: 4px;
    border-radius: 4px;
    background: #fff;
    transition: background .1s;
    transition-delay: .2s;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    position: absolute;
    width: 38px;
    height: 4px;
    border-radius: 4px;
    background: #fff;
}

.hamburger-inner::before {
    top: 10px;
    transition: top .1s, transform .2s;
    transition-delay: .2s, 0s;
}
.hamburger-inner::after {
    top: 20px;
    transition: top .2s, transform .2s;
    transition-delay: .2s, 0s;
}

/*--- open transition ---*/
.hamburger.open .hamburger-inner {
    background: transparent;
    transition: background .2s;
    transition-delay: .2s;
}

.hamburger.open .hamburger-inner::after {
    top: 0px;
    transform: translate3d(0,10px,0) rotate(45deg);
    transition: top .2s, transform .2s;
    transition-delay: 0s, .2s;
}

.hamburger.open .hamburger-inner::before {
    top: 0px;
    transform: translate3d(0,10px,0) rotate(-45deg);
    transition: top .1s, transform .2s;
    transition-delay: .1s, .2s;
}


/*----- MMENU -----*/
.mm-menu {
    background: #000;
    color: #a7a7a7;
    text-transform: uppercase;
    font-weight: 700;
}

.mm-navbar {
    top: 20px;
    padding: 0 20px;
    border-color: #262626;
}

.mm-listitem { border-color: #262626;}

.mm-panels>.mm-panel>.mm-listview:first-child,
.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
    margin-top: 0;
}

.mm-navbar__title {
    color: #fff !important;
    text-align: left;
    font-weight: 800;
}

/*--------------------------------------------------------------
## Front Page
--------------------------------------------------------------*/

/*========== FULL HEIGHT SLIDER ==========*/
.fhs {
    width: 100%;
    height: 100vh;
}

.fhs-box {
    width: 100%;
    height: 100vh;
}

.fhs-item {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.fhs.owl-carousel {
    position: absolute;
    top: 0;
}

.fhs-videoContainer {
    position:absolute;
    top:0;
    height:100%;
    width:100%;
    overflow: hidden;
    max-height: 100vh;
}

.fhs-videoContainer video {
    object-position: center;
    object-fit: cover;
    max-height: 120vh;

}


.fhs-overlay {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.13);
}

.fhs-wrapper {
    height: 100vh;
    position:relative;
}

.fhs-content {
    position: absolute;
    bottom: 87px;
}
.fhs-pre-image {
    margin-bottom: 10px;
}
.fhs-pre-image img{
 max-width:150px;
}

.fhs-title, .fhs-text { color: #fff; }

.fhs-title {
    font-size: 50px;
    line-height: 1;
    max-width: 600px;
    padding-bottom: 5px;
    margin-top: -7px;
}

.fhs-text {
    max-width: 450px;
    font-weight: 300;
    color:#fff;
}
.fhs-text.text {
    color:#fff;
    line-height: 22px;
    font-size: 15px;
}

.fhs-more { margin-top: 25px; }


/*========== HOME BLACK SECTION ==========*/
.hbs {
    width: 100%;
    height: 800px;
    position: relative;
    overflow: hidden;
    background: #000;
}

.hbs-bg {
    width: 50%;
    height: 100%;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}

.hbs-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top:128px;
    z-index: 2;
}

.hbs-title {
    font-size: 48px;
    color: #fff;
    line-height: 1;
}

.hbs-text{
    margin-top: 21px;
    color: #bfbfbf;
}

.hbs-more{ margin-top: 86px; }

.hbs-img {
    margin-bottom: 20px;
    padding:0;
}

.hbs-img img { height: auto; }

.hbs-bg--black { background: #000; }
.hbs-bg--right { background-position: right center; }


/*========== HOME CATEGORY SECTION ==========*/
.hcs { overflow-x: hidden; }

.hcs-title {
    font-size: 48px;
    line-height: 1;
}

.hcs-text {
    margin-top: 27px;
    color: #464646;
    font-weight: 300;
}

.hcs-content {
    padding-bottom: 10px;
}

.hcs-box {
    display: block;
    height: 280px;
    width:100%;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.hcs-img {
    min-width: 100%;
    min-height: 100%;
    max-width: unset;
    max-height: unset;
    z-index: 1;
    transition: transform .7s;
    backface-visibility: hidden;
}

.hcs-box-overlay {
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    transition: opacity .7s;
}

.hcs-box-title {
    position: absolute;
    bottom: 35px;
    left: 35px;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    z-index: 3;
}

.hcs-box:hover .hcs-img {
    transform: scale(1.03);
    transition: transform .7s;
}

.hcs-box:hover .hcs-box-overlay {
    opacity: 1;
    transition: opacity .7s;
}


/*========== HOME PARTNER SECTION ==========*/
.hps-item {
    width: 100%;
    position: relative;
}

.hps-img {
    width: 100%;
    height: 388px;
    overflow: hidden;
}

.hps-img img {
    min-width: 100%;
    min-height: 100%;
    max-width: unset;
    max-height: unset;
}

.hps-box {
    width: 280px;
    height: 280px;
    background: #f3f3f3;
    padding: 32px;
    box-sizing: border-box;
    position: absolute;
    top: 168px;
    right: 0;
}

.hps-title {
    font-size: 24px;
    color: #303030;
    text-transform: uppercase;
    line-height: 1.3;
    margin-top:0;
}

.hps-text {
    color: #757575;
    margin-top: 6px;
    line-height:1.65;
}

.hps-more {
    position: absolute;
    bottom: 45px;
}

.hps-box--black { background: #000; }
.hps-title--white { color:#fff; }
.hps-text--white { color: #bfbfbf; }


/*========== HOME HIGHLIGHTS SECTION ==========*/


.hhs.page-section {
    padding-top: 60px;
    padding-bottom: 78px;
}
.hhs-img-box {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    width: 100%;
    height: 230px;
}
.hhs-img {
    position: absolute;
    top: -999px;
    bottom: -999px;
    left: -999px;
    right: -999px;
    margin: auto;
    width: 100%;
}

.hhs-title {
    padding-top: 3px;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.2;
}

.hhs-text {
    color: #757575;
    padding-bottom: 27px;
}


/*========== HOME SPONSORSHIP SECTION ==========*/
.hss {
    position:relative;
    overflow-x: hidden;
}
.hss-bg {
    float:right;
    width: 50%;
    height: 350px;
    background: #000;
}

.hss-container {
    position: absolute;
    width: 100%;
    top: 45px;
}

.hss-img {
    position: relative;
    overflow: hidden;
    height: 272px;
}

.hss-img img {
    min-width: 100%;
    min-height: 100%;
    max-width: unset;
    max-height: unset;
}

.hss-img-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.15);
}

.hss-content { padding: 8px 60px 10px 58px; }

.hss-title {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
}

.hss-more { margin-top: 18px; }


/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
.text img {
    max-width: 100%;
    height: auto;
}

.page-banner {
    width: 100%;
    height: 150px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.page-banner-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.13);
}

.page-banner-overlay .container,
.page-banner-overlay .container .row {
    height: 100%;
}

.page-content { margin-top: 35px; }
.page-content.page-margin { margin-top: 55px; }
.page-content.page-newsletter { margin-bottom: 130px; }
.page-content--no-margin { margin: 0; }


/*----- PAGE TITLE SECTION ----- */
.pts {
    height: 135px;
    position: relative;
    margin-top: -30px;
}

.pts-content {
    padding-top: 35px;
    width: 100%;
    height: 100%;
    position: absolute;
}
.pts-content > .container,
.pts-content > .container > .row  {
    height:100%;
}
.pts-title {
    font-family:'Open Sans';
    font-weight:900;
    font-size: 28px;
    color: #fff;
    line-height: 1;
    margin: 0;
}

.pts-title--desc {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
}

.pts-bg {
    width: 50%;
    height: 100%;
    background: #000;
}

/*----- BUTTON -----*/
.pts-button-container {
    height: 100%;
    position: relative;
}

.pts-button {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 430px;
    height: 75px;
    background: #000;
    text-align: center;
    padding: 26px 0px;
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    font-family: 'Muli', sans-serif;
    line-height: 1;
}


.pts-button > strong { font-weight: 800; }

/*----------  about-us ----------*/
.about-us-row {
    position: relative;
    margin-bottom: 85px;
}

.about-us-row.odd .about-us-title,
.about-us-row.odd .about-us-text {
    padding-left: 90px;
}

.about-us-row.even .about-us-title,
.about-us-row.even .about-us-text {
    padding-right: 90px;
}

.about-us-row.row-3 {
    height: 690px;
}

.about-us-row.row-4 {
    height: 450px;
}

.about-us-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.hbs-bg .sec-bg {
    margin-left: 110px;
    margin-top: 90px;
    background-color: #000;
    height: calc(100% - 90px);
}

.sec-video {
    width: 590px;
    height: 333px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    max-width: 100%;
}

.sec-video iframe {
    border: none;
    width: 590px;
    max-width: 100%;
    height: 333px;
}

.sec-container {
    position: relative;
}

.about-us-row.row-3 .img-responsive {
    margin-bottom: 40px;
    margin-top: 25px;
}

/*----------  product/collections ----------*/
.product-search {
    float: right;
    width: 290px;
    border-bottom: 1px solid #c7c7c7;
    padding: 6px 4px;
    color: #000;
    margin-bottom: 16px;
}

.product-search-input {
    border: none;
    width: calc(100% - 40px);
    float: left;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.product-search-input::placeholder { color: #000; }

.product-search-submit {
    border: 0;
    width: 40px;
    height: 21px;
    background: url('assets/images/search-icon-black.png') no-repeat center center;
    font-size: 0;
    top: 0;
    right: 0;
    float: left;
}

.product-more-collection {

}

/*--- search ---*/
.search-results-container {
    margin-bottom: 75px;
    color: #000;
    font-size: 16px;
    line-height: 1.42857143;
}

.search-results-container .result {
    display: block;
    position: relative;
    padding: 15px 0 18px 0;
    border-bottom: 1px solid #c7c7c7;
}

.search-results-container .result:first-of-type {
    border-top: 1px solid #c7c7c7;
}

.search-results-container .result:before {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 23px;
    width: 7px;
    height: 4px;
    background: url(assets/images/filter-accordion-arrow.png) no-repeat center center;
    transform: rotate(270deg);
}

.search-results-container .result .title {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #383838;
    line-height: 1.9;
    padding-right: 50px;
}

.search-results-container .result .text {
    font-size: 14px;
    line-height: 14px;
    color: #383838;
    padding-right: 50px;
}

/*--- filters ---*/
.empty-search-padder {
    padding: 20px;
}

.pf-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 17px;
    padding-top: 5px;
}

.pf-title::before {
    content: "";
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    background: url('assets/images/filter-icon.png') no-repeat center center;
    background-size: contain;
}

.pfa-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 22px 29px 22px 0;
    border-top: 1px #c7c7c7 solid;
    border-bottom: 1px #c7c7c7 solid;
    position: relative;
    cursor: pointer;
    margin-top: -1px;
    line-height: 18px;
}

.pfa-title::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 23px;
    width: 7px;
    height: 4px;
    background: url('assets/images/filter-accordion-arrow.png') no-repeat center center;
}

.pfa-title.active::after { transform: rotate(180deg); }

.pfa-content {
    display: none;
}

.pfa-filters {
    list-style: none;
    padding: 10px 0;
}

.pfa-filter {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    padding-left: 45px;
    position: relative;
    cursor: pointer;
    line-height: 16px;
    margin-bottom: 10px;
    margin-top:10px;
}
.pfa-filter label {font-weight:400;cursor:pointer;}
.pfa-filter input[type="checkbox"],
.pfa-filter input[type="radio"] {
    opacity:0;
    width:0;
    height:0;
    visibility: hidden;
}
.pfa-filter--selected a::before {
    content: "x";
    position: absolute;
    left: 29px;
    font-weight: 700;
}

.pfa-filter--option {
    padding-left: 0;
}

.pfa-filter-color {
    width: 20px;
    height: 20px;
    border: 1px #cbcbcb solid;
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
}


/*--- product --*/
.product-item {
    padding-bottom: 45px;
}
.product-item-content {height:75px; position:relative;}
.product-item-content h2 {margin:0;font-size:20px;}
.product-item-img {
    display: block;
    padding-top:100%;
    background: transparent;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.add-to-cart {
    display: block;
    position: absolute;
    z-index:100;
    right: 0;
    top: 5px;
    background: url('assets/images/cart_icon.png') no-repeat;
    background-position: 50% 50%;
    background-size:18px auto;
    background-color:#000;
    width: 28px;
    height: 28px;
}
.add-to-cart:hover {
    opacity:.8;
}

.add-to-cart.busy {
    opacity:.5;
}

.cart-popup {
    display:none;
    position: fixed;
    bottom: 0;
    left:0;
    width:100%;
    margin: 0 auto;
    z-index: 10000000;
    box-shadow: 0 0 26px 0 rgba(0,0,0,.4);
    text-align:center;
}

.cart-popup.active {
    display:block;
}


.product-item-img img {
    position: absolute;
    display: table;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: transform .8s, opacity .8s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.product-item-img:hover img {
    opacity: 0.85;
    transition: opacity .8s;

}

.product-item-label {
    position: absolute;
    top: 0;
    right: 10px;
    background: #000;
    color: #fff;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 8px 12px;
    z-index: 2;
    text-transform: uppercase;
}

.product-item-title {
    display: inline-block;
    font-size: 20px;
    font-weight: 800;
    color: #000;
    text-decoration: none;
    transition: color .2s;
    line-height: 1;
    padding: 8px 0px;
}

.product-item-title:hover {
    color: #3f3f3f;
    text-decoration: none;
}

.product-item-desc {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.product-item-category {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #b4b4b4;
    font-weight: 700;
    text-transform: uppercase;
}

.product-more-button {
    float: right;
    margin-bottom: 90px;
}


/*----- colletions -----*/
.product-item--collection { padding-bottom: 10px; }
.product-item--collection .product-item-img {
    border: 0;
}

.product-item--collection .product-item-img img {
    min-width: 100%;
    /*min-height: 100%;*/
    max-height: unset;
    max-width: 100%;
    /*position: relative;*/
    /*display: inline-block;*/
}

.product-item--collection .product-item-img:hover img {
    transform: scale(1.02);
    transition: transform .8s;
}


/*----------------- PRODUCT SINGLE -----------------*/
.product-social-media {
    height: 100%;
    position: relative;
}

.psm-wrapper {
    position: absolute;
    right: 0;
    top: 27px;
    text-align: right;
}

.psm-icon {
    display: inline-block;
    opacity: 0.6;
    transition: opacity .2s;
}
.psm-icon:hover { opacity: 1; }


.product-gal { padding-right: 0; }

.pg-wrapper {
    background: #f5f5f5;
    min-height: 492px;
    padding: 14px 0;
}

.pg-carousel-wrapper { position: relative; }

.pg-carousel {
    width: calc(100% - 116px);
    margin: auto;
    padding-top:100%;
}

.pg-carousel.owl-carousel .owl-stage-outer { height: 100%;position:absolute;top:0; width:100%;}
.pg-carousel.owl-carousel .owl-stage{
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 0px;
}

.pg-arrow {
    width: 50px;
    height: 50px;
    position: absolute;
    top: calc(50% - 25px);
    background: #000 url('assets/images/arrow-more.png') no-repeat center center;
    cursor: pointer;
    transition: background-color .2s;
    z-index:10000;
}

.pg-arrow.inactive { background-color: #dadada; }
.pg-arrow.inactive:hover { background-color: #dadada; }

.pg-arrow:hover {
    background-color: #474747;
    transition: background-color .2s;
}

.pg-arrow--left {
    left: 0;
    transform: rotate(180deg);
}

.pg-arrow--right { right: 0; }

.pg-thumbs {
    width: calc(100% - 116px);
    margin: auto;
    height: 96px;
    margin-top: 10px;
}

.pg-thumb {
    display: block;
    width: calc(25% - 15px);
    margin-right: 15px;
    margin-top: 0;
    float: left;
    cursor: pointer;
    transition: opacity .2s;
    height:100%;
    white-space: nowrap;
    text-align: center;
    font-size: 0;
}
.pg-thumb:nth-child(4n) {
    margin-right: 0;
}

.pg-thumb img { vertical-align: middle;max-height: 100%;}
.verticalFix {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.pg-thumb:hover { opacity: 0.8; }

.pg-carousel-item img {
    backface-visibility: hidden;
}

/*----- product details -----*/
.product-details {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.pd-param-name { text-align: right; }
.pd-param-value {
    font-weight: 700;
    padding-bottom: 5px;
}

.pd-param-value a {
    color:#383838;
    text-decoration: none;
}

.pd-param-value a:hover {
    text-decoration: underline;
    color:#383838;
}

.product-details--main { padding-top: 45px; }
.product-details--main .pd-param-value { padding-bottom: 18px;}
.product-details--technical { margin-top: 20px; }

.pd-print-card {
    padding-top: 52px;
    text-align: right;
}

.product-technical-details {
    margin-top: 15px;
    background: #f5f5f5;
    padding-top: 12px;
    padding-bottom: 40px;
}

.product-button {
    min-width: 225px;
    text-align: center;
}

/*----- product calculator -----*/
.product-calculator { margin-top: 50px; }
.pc-header {
    background-color: #000;
    color: #fff;
    width: 100%;
    min-height: 95px;
    padding-top: 20px;
    padding-bottom: 18px;
    cursor: pointer;
}

.pc-title { padding-top: 8px; }
.pc-title-desc {
    line-height: 1.7;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}

.pc-content {
    width: 100%;
    background: #000;
    border-top: 1px #494949 solid;
    padding: 30px 0px;
}

.pc-table {
    width: 100%;
    min-width: 726px;
    color: #fff;
    border: 0;
}

.pc-table td {
    padding: 4px 32px;
    height: 63px;
    font-size: 14px;
    border: 1px #494949 solid;
}

.pc-h { text-transform: uppercase; }

.pc-area-h { margin-right: 33px; }
.pc-area-all-h { margin-right: 190px; }
.pc-surplus-h { margin-right: 5px; }

label[for="pc-surplus"] {
    font-weight: 300;
    margin-right: 109px;
}


#pc-area-slider {
    display: inline-block;
    width: 205px;
}

#pc-area-slider .ui-slider-handle {
    width: 25px;
    height: 21px;
    background: url('assets/images/product-calc-slider-thumb.png') no-repeat center center;
    border: 0;
    top: -.4em;
    cursor: pointer;
}

.pc-area-label {
    font-weight: 400;
    margin-right: 33px;
    margin-left: 2px;
}

.pc-surplus-input,
.pc-area-input {
    width: 63px;
    height: 44px;
    border-radius: 4px;
    border: 1px #e3e3e3 solid;
    text-align: center;
}

.pc-area-input { margin-right: 4px; }

.pc-value { font-weight: 700; }
.pc-value--gold { color: #b4a07a; }


/*----- product files to download -----*/
.product-files-to-download { margin-top: 50px; }


/*----- product more from this collection -----*/
.product-more{ margin-top: 58px; }

.product-more.second {
    margin-top: 0;
    padding-top: 58px;
    border-top: 1px #e3e3e3 solid;
}

.prm-title {
    font-size: 36px;
    line-height: 1;
    margin:0;
}

.prm-list {
    margin-top: 33px;
    padding-bottom: 12px;
    border-bottom: 1px #e3e3e3 solid;
}
.prm-list--no-border { border: 0; }


/*----- where to buy -----*/
.where-to-buy {
    margin-top: 32px;
    padding-bottom: 127px;
}

.wtb-box {
    width: 100%;
    background: #f5f5f5;
    padding: 44px 37px 70px 37px;
}

.wtb-title {
    font-size: 36px;
    line-height: 1;
    margin:0;
}

.wtb-input {
    width: 100%;
    border: 0;
    padding: 14px 19px;
    border-bottom: 1px #c7c7c7 solid;
    font-size: 16px;
}

.wtb-input::placeholder {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #464646;
}

.wtb-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    border: 0;
    padding: 14px 19px;
    border-bottom: 1px #c7c7c7 solid;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #464646;
    background: url('assets/images/select-arrow.png') no-repeat 95% 50%;
}

.wtb-button {
    border: none;
    width: 80px;
    height: 51px;
    float: right;
    background: #000 url('assets/images/search-icon.png') no-repeat center center;
    transition: background-color .2s;
    max-width: 100%;
}

.wtb-button:hover { background-color: #2b2b2b;}


/*----------------- COLLECTION SINGLE -----------------*/
.collection-gal-box {
    padding-top:70.8%;
}
.collection-gal {
    max-height: 840px;
}
.collection-gal-inner {
    position: absolute;
    top:0;
    width:100%;
    height:100%;
}

.height100, .height100 .owl-stage-outer, .height100 .owl-stage-outer div {
    height:100%;
}

.cg-item {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.cg-arrow {
    width: 50px;
    height: 50px;
    position: absolute;
    top: calc(50% - 25px);
    background: #000 url('assets/images/arrow-more.png') no-repeat center center;
    cursor: pointer;
    transition: opacity .2s;
    z-index: 2;
}

.cg-arrow.inactive { opacity: 0.2; }
.cg-arrow.inactive:hover { opacity: 0.2 ;}
.cg-arrow:hover { opacity: 0.8; }

.cg-arrow--left {
    left: 10px;
    transform: rotate(180deg);
}
.cg-arrow--right { right: 10px; }

.cg-thumbs {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width:calc(100% - -20px);
}

.cg-thumbs-wrapper {
    padding-bottom: 10px;
    background: rgba(0,0,0,0.38);
}

.cg-thumb {
    height: 110px;
    width: 100%;
    display: block;
    margin-top: 10px;
    cursor: pointer;
    transition: opacity .2s;
}
.cg-thumb img {
    object-fit: cover;
    max-height: 100%;
    height:100%;
}
.cg-thumb.active { opacity: 0.7; }
.cg-thumb:hover{ opacity: 0.7; }

.collection-text { margin-top: 37px; }
.collection-text-wrapper {
    padding-bottom: 80px;
    border-bottom: 1px #e3e3e3 solid;
}

.cg-thumb-inner {
    height: 122px;
}
.cg-thumb-inner .cg-thumb-item {
    padding:0 10px;
}

.cg-thumb-inner .owl-nav button {
    position:absolute;
    top:50px;
    width:30px;
    height:33px;
    background-repeat: no-repeat!important;
    background-size:100%!important;
}

.cg-thumb-inner .owl-nav button.owl-next {
    right:-30px;
    background-image:url('assets/images/next-icon.png')!important;
    opacity:0.6;
}
.cg-thumb-inner .owl-nav button.owl-prev {
    left:-30px;
    background-image:url('assets/images/prev-icon.png')!important;
    opacity:0.7;
}
.cg-thumb-inner .owl-nav button.owl-next.disabled,
.cg-thumb-inner .owl-nav button.owl-prev.disabled {
    opacity:0.1;
}
    /*----------------- CONTACT -----------------*/
.contact-item { margin-bottom: 34px; }
.ci-icon, .ci-content {
    display: inline-block;
    vertical-align: top;
}

.ci-icon { margin-right: 22px; }
.ci-title {
    font-size: 24px;
    line-height: 1.1;
    padding-bottom: 6px;
}

.ci-linkonly { line-height: 1.45; }

.contact-form {
    margin-top: 85px;
    margin-bottom: 45px;
}

.cf-title { font-size: 24px; }

.cf-input::placeholder { color: #848484; }
.cf-select {
    color: #848484;
    background-size: 7px 4px;
}

.cf-textarea {
    width: 100%;
    height: 100px;
    resize: vertical;
    border: 0;
    border-bottom: 1px #c7c7c7 solid;
    padding: 14px 19px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #464646;
}

.cf-textarea::placeholder {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #848484;;
}

.cf-button {
    float: right;
    border: 0;
    padding: 16px 35px;
}

.cf-checkbox {
    margin-top: 10px;
    position: relative;
}
.cf-checkbox span.wpcf7-list-item {margin:0;}
.cf-checkbox input[type="checkbox"] {
    opacity:0;
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 23px;
    margin-right: 11px;
}
.cf-checkbox label.checked::before,
.cf-checkbox input[type="checkbox"]:checked + label::before {
    background: url('assets/images/checkmark.png') no-repeat center center;
    background-size: 65%;
}


.cf-checkbox label {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #848484;
    cursor: pointer;
    width: calc(100% - 40px);
    display: inline-block;
}

.cf-checkbox label::before {
    content: "";
    width: 23px;
    height: 23px;
    position: absolute;
    left: 0;
    top: 2px;
    border: 1px #e3e3e3 solid;
}

.cf-checkbox a { color: #ad8b4b; }

.wpcf7 .file-label {
    color: #848484;
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
}

.wpcf7 label .filename { padding-left:10px;}
.wpcf7 label span.button {margin-left:15px;}

.wpcf7-form-control-wrap input[type="file"]::-webkit-file-upload-button {
    background:#000;
    border:0;
    color:#fff;
    padding:16px 35px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Muli', sans-serif;
    font-weight: 700;
}

/*----------------- JOB OFFERS -----------------*/
.job-offers {
    margin-top: 72px;
    margin-bottom: 140px;
}

.job-item {margin-bottom:6px;}

.job-offer-content { padding-top: 65px; }

.job-offer-place,
.job-offer-region {
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Muli', sans-serif;
    margin-bottom: 23px;
}

.job-offer-desc {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
}
input[name="stanowisko"] {visibility: hidden;height:0;width:0;opacity:0;}
.button-apply {
    border: 0;
    margin-top: 12px;
    margin-bottom:20px;
}

.job-offer-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.92);
    z-index: 99999991;
}

.job-offer-popup {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 95%;
    width: 984px;
    margin: auto;
    z-index: 99999992;
}

.job-offer-form {
    width: 100%;
    background: #000;
    padding: 64px 70px 100px 70px;
    color: #bfbfbf;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    z-index: 99999992;
    box-sizing: border-box;
}

.jof-close-button {
    position:  absolute;
    top: 15px;
    right: 25px;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    border: 0;
    padding: 0;
    background: transparent;
    color: #fff;
}

.jof-head {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

.jof-head-position {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

.jof-wrapper { margin-top: 35px; }

.jof-input {
    width: 100%;
    background: #000;
    color: #fff;
    padding: 15px 22px;
    border: 0;
    border-bottom: 1px #4d4d4d solid;
}

.jof-input::placeholder {
    color: #bfbfbf;
    opacity: 1;
}

.jof-file {
    float: right;
    color: #0F0F0F;
    background: #fff;
    width: 300px;
}

.jof-file-label {
    margin-right: 8px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.jof-form-group {
    margin-bottom: 8px;
}

.jof-file-group { text-align: right; }

.jof-files-wrapper {
    width: 100%;
    margin-top: 100px;
    border-top: 1px #4d4d4d solid;
    padding-top: 15px;
    overflow: hidden;
}

.jof-required-info {
    width: 300px;
}

.jof-checkbox-wrapper {
    margin-top:30px;
}

.cf-checkbox.jof-checkbox label { color: #bfbfbf; }

.cf-checkbox.jof-checkbox  label::before { border-color: #bfbfbf; }
.cf-checkbox.jof-checkbox label.checked::before,
.cf-checkbox.jof-checkbox input[type="checkbox"]:checked + label::before {
    background: url('assets/images/checkmark-white.png') no-repeat center center;
    background-size: 65%;
}


/*----------------- WHERE TO BUY (PAGE) -----------------*/
.wtbp-search { margin-bottom: 20px; }

.wtbp-wrapper { margin-bottom: 125px; }

.wtbp-map {
    width: 100%;
    height: 630px;
}

.wtbp-items {
    padding: 0 35px;
    height: 630px;
}

.wtbp-items::-webkit-scrollbar {
    width: 3px;
}

.wtbp-items::-webkit-scrollbar-track {
    box-shadow: inset 0 0 8px rgba(0,0,0,0.3);
}

.wtbp-items::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 30px rgba(0,0,0,1);
}

.wtbp-item {
    padding: 16px 11px 22px;
    border-bottom: 1px #e3e3e3 solid;
}

.scroll-wrapper > .wtbp-item {
    visibility: hidden;
}

.wtbp-item-title {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.wtpb-item-content {
    margin-top: 25px;
    margin-left: 38px;
    line-height: 1.95;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #464646;
}

.wtbp-param-icon { margin-right: 13px; }
.wtbp-param-name { font-weight: 700; }

.wtpb-item-directions {
    text-align: right;
    padding-top: 15px;
}

.wtpb-item-directions-button {
    font-size: 14px;
    font-weight: 600;
}


/*----------------- NEWSLETTER -----------------*/
.newsletter-pre-text { margin-top: 27px; }

.newsletter-wrapper { margin-top: 26px; }
.newsletter-form { font-family: 'Open Sans', sans-serif; }
.newsletter-categories-title { font-size: 16px; }
.newsletter-categories { margin-top: 20px; }

.newsletter-radio {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    margin-right: 11px;
    cursor: pointer;
    color: #848484;
}

.newsletter-radio span::before {
    content: "";
    border: 1px #e6e6e6 solid;
    border-radius: 50%;
    width: 21px;
    height: 21px;
    position: absolute;
    left: 0;
}

.newsletter-radio input[type="radio"]:checked + span::before {
    background: url('assets/images/radio-button-inner.png') no-repeat center center;
}


.newsletter-radio input[type="radio"]{
    visibility: hidden;
    margin-right: 9px;
}

.newsletter-email {
    width: 100%;
    padding: 25px 6px 13px;
}

.newsletter-email-input {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
}

.newsletter-email-input::placeholder { color: #848484; }

.newsletter-submit-button {
    margin-top: 15px;
    float: right;
}



/*--------------------------------------------------------------
## Post gallery
--------------------------------------------------------------*/

.post-gallery {margin:60px 40px 0 40px;}
.post-gallery h4 {margin-left:-40px;}
.post-gallery .gallery-carousel {

}
.post-gallery .gallery-item {
    display: block;
    height:200px;
    overflow: hidden;
    position: relative;
    border:1px solid #ccc;

}
.post-gallery .owl-item {
    padding:10px;
}
.post-gallery .gallery-item img {
    height: 100%;
    min-height: 100%;
    width: 100%;
    position: absolute;
    top: -999px;
    bottom: -999px;
    left: -999px;
    right: -999px;
    margin: auto;
    object-fit: cover;
}

.post-gallery .owl-prev {
    position: absolute;
    top: 37%;
    left: -40px;
    height: 30px;
    width: 40px;
    background: url(assets/images/ga-left.png)!important;
    background-repeat: no-repeat!important;
    font-size: 0!important;
}
.post-gallery .owl-next {
    position: absolute;
    top: 37%;
    right: -38px;
    height: 30px;
    width: 40px;
    background: url(assets/images/ga-right.png)!important;
    background-repeat: no-repeat!important;
    font-size: 0!important;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
footer { background: #f5f5f5; margin-top:40px; }


/*========== FOOTER NEWSLETTER ==========*/
.fns { position: relative; }

.fns-bg {
    width: 50%;
    height: 105px;
    background: #000;
}

.fns-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 27px;
}

.fns-title {
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

.fns-button { margin-left: 18px; }


/*========== FOOTER CONTENT ==========*/

/*----- footer nav -----*/
.fc-content {
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    padding-top: 46px;
    padding-bottom: 80px;
}

.fc-content--no-border-top { border-top: 0; }

.fc-title {
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    padding-bottom: 28px;
    color: #464646;
}

.fc-text {
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    color: #464646;
}

.fc-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 19px;
    opacity: 0.75;
    transition: opacity .2s;
    cursor: pointer;
}

.fc-icon:last-child { margin-right: 0; }

.fc-icon:hover {
    opacity: 1;
    transition: opacity .2s;
}

.fc-links {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.9;
}

.fc-links li > a {
    color: #464646;
    text-decoration: none;
    transition: color .2s;
}

.fc-links li > a:hover {
    color: #6C6C6C;
    transition: color .2s;
}


/*----- footer bottom/copyright -----*/
.fc-bottom {
    padding: 33px 0px 45px 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.fc-bottom-link {
    color: #464646;
    text-decoration: none;
    transition: color .2s;
    font-size: 14px;
}

.fc-bottom-link::after {
    content: "/";
    padding-left: 4px;
}

.fc-bottom-link:last-child::after { content: none; }

.fc-bottom-link:hover {
    text-decoration: none;
    color: #6C6C6C;
    transition: color .2s;
}

.fc-copyright::after {
    content: "/";
    padding: 0px 4px 0px 8px;
}

.fc-designby a {
    color: #464646;
    text-decoration: none;
    transition: color .2s;
}

.fc-designby a:hover {
    color: #6C6C6C;
    transition: color .2s;
}


/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs-container {
    height: 150px;
    position: relative;
}

.breadcrumbs {
    position: absolute;
    bottom: 50px;
    font-family: 'Open Sans', sans-serif;
}

.breadcrumbs-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.breadcrumbs-item {
    display: inline-block;
}

.breadcrumbs-item a {
    color: #e6e6e6;
    font-weight: 400;
    text-decoration: none;
    font-size: 14px;
}

.breadcrumbs-item::after{
    content: ">";
    color: #e6e6e6;
    padding-left: 8px;
    padding-right: 4px;
    font-weight: 400;
}

.breadcrumbs-item:last-child::after { display: none; }


/*--------------------------------------------------------------
## Paginacja
--------------------------------------------------------------*/


.pagination {
    padding-right: 20px;
}

.pagination .screen-reader-text,
.pagination .page-numbers.next,
.pagination .page-numbers.prev {
    display: none;
}

.pagination .page-numbers {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #303030;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.pagination .page-numbers.current {
    background: #000;
    color: #fff;
}

.pagination .page-numbers.dots {
    width: 25px;
}

.pagination .prev.page-numbers,
.pagination .next.page-numbers {
    display: none;
}


/*--------------------------------------------------------------
## Sekcje specjalne
--------------------------------------------------------------*/
header.always-fixed {
    position: fixed;
    height: 80px;
    background: rgba(0,0,0,1);
    transition: none !important;
    animation: none !important;
}

.site-nav.nomargin {
    margin-right: 0;
}

.site-nav.nomargin > div > ul > li > a {
    font-weight: 800;
    letter-spacing: 1px;
}

.page-heading-special {
    height: 250px;
}

.page-heading-special .container {
    position: relative;
}

.page-heading-special .breadcrumbs-label {
    color: #a0a0a0;
    font-size: 14px;
}

.page-heading-special .breadcrumbs-item a,
.page-heading-special .breadcrumbs-item::after {
    color: #787878;
    font-weight: 400;
}

.page-heading-special .breadcrumbs-item:last-child a {
    color: #000;
    font-weight: 400;
}

.page-heading-special .breadcrumbs-item a:hover {
    color: #000;
}


/*--------------------------------------------------------------
## Projektanci
--------------------------------------------------------------*/

.designers-index .patterns {
    padding-top: 40px;
}

.designers-index .hbs-img {
    margin-bottom: 7px;
}

.designers-index .textbox .hbs-text {
    margin-top: 35px;
}

.designers-index .textbox .hbs-more {
    margin-top: 50px;
}

.designers-news .row.header .title {
    color: #383838;
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 800;
}

.designers-news .row.single-news .textbox {
    height: 265px;
    webkit-column-width: 500px;
    column-width: 500px;
    overflow: hidden;
}

.designers-news.page .row.single-news .textbox {
}

.designers-news .row.single-news .date {
    color: #464646;
    line-height: 20px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

.designers-news .row.single-news .title {
    color: #303030;
    line-height: 20px;
    font-size: 17px;
    font-weight: 700;
}

.designers-news .row.single-news .text {
    color: #757575;
    line-height: 30px;
    font-size: 15px;
}

.designers-news.single {
    padding-top: 60px;
    padding-bottom: 89px;
}

.designers-news.single .news-gallery {
    position: relative;
    height: 620px;
    margin-bottom: 20px;
    overflow: hidden;
    float: right;
}

.designers-news.single .news-gallery .owl-nav,
.designers-news.single .news-gallery .owl-dots {
    display: none;
}

.designers-news.single .news-gallery .main {
    height: 100%;
    overflow: hidden;
}

.designers-news.single .news-gallery .main .slide {
    display: none;
    height: 620px;
    float: left;
}

.designers-news.single .news-gallery .slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.designers-news.single .news-gallery .main .owl-stage:after {
    content: '';
    display: block;
    clear: both;
}

.designers-news.single .news-gallery .main .owl-item {
    float: left;
}

.designers-news.single .news-gallery .main .slide:first-child {
    display: block;
}

.designers-news.single .news-gallery .thumbs {
    position: relative;
    width: 100%;
    height: 150px;
    background: rgba(0, 0, 0, 0.38);
    margin-top: -150px;
    padding: 9px 0 11px;
}

.designers-news.single .news-gallery .thumbs .inner_bg {
    width: calc(100% - 27px);
    margin: 0 18px 0 9px;
    overflow: hidden;
}

.designers-news.single .news-gallery .thumbs .inner {
    width: 115%;
    overflow: hidden;
}

.designers-news.single .news-gallery .thumbs .slide {
    padding: 0 9px;
    cursor: pointer;
    height: 130px;
}

.designers-news.single .news-gallery .thumbs .owl-item {
    float: left;
}

.designers-news.single .news-content .date {
    color: #464646;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.designers-news.single .news-content .title {
    color: #303030;
    margin-bottom: 40px;
    line-height: 40px;
    font-size: 30px;
    font-weight: 800;
}

.news-content .text {
    line-height: 30px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.news-content .text {
    color: #757575;
}

.designers-news.single .news-content .text p {
    margin-bottom: 35px;
}

.designers-news.single .back,
.designers-projects .back {
    background: #000;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top:30px;
}

.designers-projects {
    padding-top: 60px;
}

.designers-projects .gallery-item .photos {
    display: none;
}

.designers-projects .gallery-item .image {
    display: block;
    width: 100%;
    height: 255px;
    object-fit: cover;
}

.designers-projects .gallery-item .textbox {
    height: 190px;
    padding-top: 20px;
}

.designers-projects .gallery-item .title {
    color: #383838;
    margin-bottom: 10px;
    line-height: 30px;
    font-size: 24px;
    font-weight: 800;
}

.designers-projects .gallery-item .watch {
    display: inline-block;
    background: url('assets/images/arrow-more-black.png') no-repeat right center;
    color: #000;
    padding-right: 30px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.designers-projects .back {
    margin-top: 45px;
    margin-bottom: 115px;
}

.designers-pricing .pricing-table {
    display: block;
    table-layout: fixed;
    margin-top: 30px;
    margin-bottom: 135px;
    position:relative;
}

.designers-pricing .pricing-table th {
    background: #f7f7f7;
    color: #303030;
    border: 1px solid #e3e3e3;
    border-top: none;
    padding: 15px 5px;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}
.designers-pricing .pricing-table th:nth-of-type(1) { width: 3%;}
.designers-pricing .pricing-table th:nth-of-type(2) { width: 7%;}
.designers-pricing .pricing-table th:nth-of-type(3) { width: 7%;} /* 13 */
.designers-pricing .pricing-table th:nth-of-type(4) { width: 3%;}
.designers-pricing .pricing-table th:nth-of-type(5) { width: 3%;}
.designers-pricing .pricing-table th:nth-of-type(6) { width: 3%;}
.designers-pricing .pricing-table th:nth-of-type(7) { width: 2%;}
.designers-pricing .pricing-table th:nth-of-type(8) { width: 3%;}
.designers-pricing .pricing-table th:nth-of-type(9) { width: 3%;}
.designers-pricing .pricing-table th:nth-of-type(10) { width: 3%;}
.designers-pricing .pricing-table th:nth-of-type(11) { width: 5%;}
.designers-pricing .pricing-table th:nth-of-type(12) { width: 5%;}
.designers-pricing .pricing-table th:nth-of-type(13) { width: 5%;}
.designers-pricing .pricing-table th:nth-of-type(14) { width: 5%;}
.designers-pricing .pricing-table td {
    padding: 7px 4px;
    border: 1px solid #e3e3e3;
    color: #464646;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    vertical-align: middle;
}

.designers-pricing {
    padding-top: 24px;
}

.designers-pricing .ftd-item-icon {
    margin-right: 16px;
}

.designers-pricing .product-search {
    margin-top: 30px;
    margin-bottom: 0;
}

.designers-contact .map-section {
    padding-top: 60px;
    padding-bottom: 55px;
}

.designers-contact .map-section .col {
    display: table;
    table-layout: fixed;
    margin-bottom: 30px;
}

.designers-contact .map-section .info-section {
    display: none;
    width: 100%;
    height: 472px;
    vertical-align: middle;
}

.designers-contact .map-section .info-section.active {
    display: table-cell;
}

/*.designers-contact .map-section .info-section.default {*/
    /*padding-right: 50px;*/
/*}*/

/*.designers-contact .map-section .info-section.default:after {*/
    /*content: '';*/
    /*display: block;*/
    /*position: absolute;*/
    /*right: 15px;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*margin: auto;*/
    /*background: #000 url('assets/images/arrow-more.png') no-repeat center center;*/
    /*width: 50px;*/
    /*height: 50px;*/
/*}*/

.designers-contact .map-section .info-section h3 {
    color: #303030;
    font-size: 24px;
    font-weight: 800;
}

.designers-contact .map-section .info-section .row {
    margin: 0 30px;
    border-bottom: 1px solid #e3e3e3;
}

.designers-contact .map-section .info-section table {
    margin-top: 30px;
    margin-bottom: 35px;

}

.designers-contact .map-section .info-section table td {
    color: #464646;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    vertical-align: top;
}

.designers-contact .map-section .info-section table td:first-child {
    width: 50px;
}
.designers-contact .map-section .info-section table td {padding-top:4px;}
.designers-contact .map-section .info-section table td:first-child img {

}

.designers-contact .map-section .info-section table td a {
    color: #b5a07c;
}

.designers-contact .map-section .plan-container {
    height: 472px;
}

.regionHover {
    fill: rgba(197, 197, 197, 0.4);
}

/*--------------------------------------------------------------
## Przedstawiciele
--------------------------------------------------------------*/

.sales-index .textbox .pre-title {
    letter-spacing: 3px;
}

.sales-index .textbox .text {
    margin-bottom: 30px;
}

.sales-index .textbox .button-arrow {
    display: block;
    margin-top: 0;
    margin-bottom: 15px;
}

.sales-boxes .header .title {
    color: #383838;
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 800;
}

.sales-boxes .b2b-box {
    display: block;
    position: relative;
}

.sales-boxes .b2b-box .button {
    position: absolute;
    z-index: 2;
    bottom: 43px;
    right: 0;
    background: #000;
    color: #fff;
    padding: 0 36px;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.sales-boxes .b2b-box .text,
.sales-boxes .b2b-box .image {
    height: 220px;
    overflow: hidden;
}

.sales-boxes .b2b-box .text .row {
    background: #000;
    color: #bfbfbf;
    padding: 35px 0;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.sales-boxes .b2b-box .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.designers-contact.sales {
    padding-bottom: 100px;
}

.designers-contact.sales .map-section .plan-container {
    height: 100%;
    text-align: center;
    overflow: auto;
}

.designers-contact.sales .map-section .mapify-holder {
    transform-origin: left top;
}

.designers-contact.sales .map-section .info-section {
    max-height: 100%;
}

.designers-contact.sales .map-section .info-section.default:after {
    right: 40px;
}

.designers-contact.sales .col-text .info-section-inner {
    max-height: 472px;
    overflow-y: scroll;
    /*overflow-x: hidden;*/
}
.designers-contact.sales .map-controls {
    display:none!important;
}
.designers-contact.sales .map-controls {
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 0;
}

.designers-contact.sales .map-controls a {
    display: block;
    background: #000;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 24px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
}

/*--------------------------------------------------------------
## Handlowcy
--------------------------------------------------------------*/

.loggedin-container {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 100px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.loggedin-container span {
    text-transform: uppercase;
}

.loggedin-container .username {
    color: #fff;
    text-decoration: underline;
}

.loggedin-container .username:hover {
    color: #ddd;
    text-decoration: none;
}

.loggedin-container .button {
    display: inline-block;
    background: #000;
    color: #fff;
    height: 50px;
    line-height: 50px;
    margin-left: 25px;
    padding: 0 23px;
    font-weight: 700;
    text-transform: uppercase;
}

.loggedin-menu .menu-item:last-child a {
    padding-right: 50px;
}

.loggedin-menu .menu-item:last-child a:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: -6px;
    background: url('assets/images/cart_icon.png') no-repeat;
    width: 31px;
    height: 26px;
}


.site-nav.loggedin-menu > div > ul > li:last-child:hover::after {
    width: calc(100% - 65px);
}

.site-nav.loggedin-menu .menu {
    padding-left: 0;
}

.trader-index .hbs-img {
    margin-bottom: 22px;
}

.trader-index .textbox .hbs-text {
    margin-top: 35px;
}

.trader-index .textbox .hbs-more {
    margin-top: 30px;
}

.trader-collections .product-item-desc {
    display: block;
    color: #464646;
}

.trader-product-buttons .button {
    width: 250px;
    margin-bottom: 10px;
    text-align: left;
}

.trader-product-buttons .button.cart {
    background-image: url('assets/images/cart_icon.png');
    background-repeat: no-repeat;
    background-position: right 25px center;
    background-size: 20px;
}

.trader-cart {
    padding-bottom: 150px;
}

.trader-cart .buttons {
    margin-top: 25px;
}

.trader-cart .buttons .button {
    display: inline-block;
    background: #000;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    transition-duration: 200ms;
}

.trader-cart .buttons .button:hover {
    background: #222;
}

.trader-cart .buttons .button.alignright {
    margin-left: 20px;
}

.trader-cart .cart-table {
    width: 100%;
    margin-top: 30px;
}

.trader-cart .cart-table > thead > tr > th {
    background: #f7f7f7;
    color: #303030;
    border-left: 1px solid #e3e3e3;
    padding: 25px 15px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.trader-cart .cart-table > thead > tr > th:last-child,
.trader-cart .cart-table > tbody > tr > td:last-child {
    border-right: 1px solid #e3e3e3;
}

.trader-cart .cart-table > tbody > tr > td {
    border-left: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    padding: 20px;
    vertical-align: top;
}

.trader-cart .cart-table > tbody > tr > td.center {
    text-align: center;
}

.trader-cart .cart-table > tbody > tr > td .number {
    color: #383838;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

.trader-cart .cart-table > tbody > tr > td .delete {
    color: #383838;
    font-size: 14px;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
}

.trader-cart .cart-table > tbody > tr > td .button.delete {
    display: block;
    background: #000;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    transition-duration: 200ms;
}

.trader-cart .cart-table > tbody > tr > td img {
    max-width: 285px;
}

.trader-cart .cart-table .row-title {
    color: #383838;
    margin-top: 15px;
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: 800;
}

.trader-cart .cart-table .row-title .small {
    color: #464646;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.trader-cart .cart-table .data-table {
    max-width: 520px;
    margin-bottom: 70px;
}

.trader-cart .cart-table .data-table tr td {
    padding-bottom: 5px;
    vertical-align: top;
}

.trader-cart .cart-table .data-table tr td:nth-child(1) {
    color: #383838;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    text-align: right;
    text-transform: uppercase;
}

.trader-cart .cart-table .data-table tr td:nth-child(2) {
    color: #383838;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    text-transform: uppercase;
}

.trader-cart .btn-hidden-desktop {
    display: none !important;
}

/*--------------------------------------------------------------
## Inne
--------------------------------------------------------------*/

.pagination {
    padding-right: 20px;
}

.pagination .page-numbers {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #303030;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.pagination .page-numbers.current {
    background: #000;
    color: #fff;
}

.pagination .page-numbers.dots {
    width: 25px;
}

scrollbar {
    /*  clear useragent default style*/
    -moz-appearance: none !important;
}
/* buttons at two ends */
scrollbarbutton {
    -moz-appearance: none !important;
}
/* the sliding part*/
thumb{
    -moz-appearance: none !important;
}
scrollcorner {
    -moz-appearance: none !important;
    resize:both;
}
/* vertical or horizontal */
scrollbar[orient="vertical"] {
    color:silver;
}

/*--------------------------------------------------------------
## Panel logowania
--------------------------------------------------------------*/
.sales-login {margin-top:55px;}
#loginform label,
#loginform input {
    display:block;
    width:100%;
}

#loginform input {
    padding:10px 20px;
}

#loginform input[type="submit"] {
    margin-top:38px;
    display: inline-block;
    padding: 16px 28px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    background: #000;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: color .2s, border-color .2s;
    border: 1px solid #676767;
}
#loginform input[type="submit"]:hover {
    border-color: #4D4D4D;
    color: #EBEBEB;
}

/* 404 -------------------------------------------------------*/

.error404text {
    padding-top:25px;
}

.error404 .pts-title {
    font-size: 38px;
    margin-top: 12px;
}

.error404text h2 {
    font-weight:900;
    font-size:36px;
}

.error404text h3 {
    font-weight:900;
    font-size:28px;
    line-height:36px;
}

.error404text p {
    font-family:'Open Sans';
    font-size:16px;
    line-height:34px;

}

.error404text a {
    text-transform: uppercase;
    color:#b5a07c;
}


/* wp-activate.php -------------------------------------------------------*/

#signup-content {
    max-width:80%;
    margin:50px auto;
}

#signup-content h2 {
    font-size:30px;
    font-weight:800;
}

#signup-content a {
    color:#000;
    text-decoration: underline;
}

/*--------------------------------------------------------------
## Wyjątki językowe
--------------------------------------------------------------*/


body.ru .fns-title,
body.ua .fns-title,
body.de .fns-title {
    font-size:15px;
}
body.de .hps-title {
    font-size: 19px;
}
body.de .hbs-title,
body.de .hcs-title {
    font-size: 42px;
}


body.ru .hps-text,
body.ua .hps-text,
body.es .hps-text {
    font-size:15px;
    line-height:1.65;
}
body.ua .hps-title,
body.es .hps-title {
   line-height: 1.1;
}

body.es .site-nav>div>ul>li>a {padding:0 10px 8px 10px;}

body.ua .where-to-buy,
body.us .where-to-buy,
body.usa .where-to-buy,
body.es .where-to-buy,
body.de .where-to-buy,
body.en .where-to-buy,
body.ru .where-to-buy
{
    display:none;
}
@media (min-width:992px) {
    body.es .hps-box--black,
    body.us .hps-box--black,
    body.usa .hps-box--black {
        right: auto;
        left: -150px;
    }
}

.fc-content, .fc-content * {font-family: 'Open Sans', sans-serif!important;}


.konkurs-formularz, .konkurs-pliki {
    margin-top:40px;
}

.file-label {
    margin-bottom:30px;
}

.right-harmonogram {
    margin-top:120px;
}

.right-harmonogram .harmonogram {
    background: #000;
    color:#fff;
    padding: 1px 0 15px 35px;
}

.right-harmonogram .harmonogram p {
    font-size:14px;
    line-height:28px;
}

.right-harmonogram .harmonogram p strong {
    font-size:16px;
}

.konkurs-content p {
    line-height:24px;
}

.page-template-konkurs h2.title {
    font-size:24px;
    margin-bottom: 20px;
}

.page-template-konkurs .page-banner {
    height:1060px;
}

.page-template-konkurs .pts {
    position: absolute;
    top: 150px;
    z-index: 1000;
    width: 100%;
}

.konkurs-headers {
    display: none;
}
.page-template-konkurs .konkurs-headers {
    display: block;
}
.page-template-konkurs .konkurs-headers .big-header {
    display: block;
    position: absolute;
    top:350px;
    width:960px;
    left:calc(50% - 480px);
    font-size:150px;
    line-height: 160px;
    text-transform: uppercase;
    font-family:'Open Sans';
    font-weight: 900;
    color:#000;
    letter-spacing: 18px;
    z-index: 10;
}


.page-template-konkurs .konkurs-headers .small-header {
    display: block;
    position: absolute;
    top:420px;
    width:460px;
    padding:0 17px;
    left:calc(50% - 230px);
    font-size:22px;
    line-height: 28px;
    text-transform: uppercase;
    color:#000;
    letter-spacing: 1px;
    height:calc(100% - 320px);
    padding-top:520px;
    background: #e9ce1a;
}

.konkurs-content {
    position: relative;
}
.konkurs-content:before {
    content: '';
    display: block;
    position:absolute;
    width:460px;
    height:calc(100% + 50px);
    top:-50px;
    left:calc(50% - 230px);
    background: #e9ce1a;
}
.konkurs-content .konkurs-content-inner {
    padding-right:60px;
}
.konkurs-content .bottom-image  img{
    margin-bottom:80px;
    margin-top:50px;
}

@media (max-width:1600px) {
    .page-template-konkurs .page-banner {
        height:850px;
    }
    .page-template-konkurs .konkurs-headers .big-header {
        top: 300px;
        width: 720px;
        left: calc(50% - 360px);
        font-size: 115px;
        line-height: 115px;
        letter-spacing: 13px;
    }
    .page-template-konkurs .konkurs-headers .small-header {
        top:350px;
        height:calc(100% - 250px);
        padding-top:395px;
    }
}


@media (max-width:1200px) {
    .page-template-konkurs .page-banner {
        height:580px;
    }

    .page-template-konkurs .konkurs-headers .big-header {
        top: 270px;
        width: 410px;
        left: calc(50% - 205px);
        font-size: 65px;
        line-height: 65px;
        letter-spacing: 8px;
    }
    .page-template-konkurs .konkurs-headers .small-header {
        top: 304px;
        height: calc(100% - 204px);
        padding-top: 194px;
    }
    .konkurs-content .konkurs-content-inner {
        padding-left:20px;
        padding-right:20px;
        margin-bottom:40px;
    }
}

@media (max-width:996px) {
    .page-template-konkurs .page-banner {
        height:580px;
    }
    .page-template-konkurs .konkurs-headers .big-header {
        top: 270px;
        width: 410px;
        left: calc(50% - 205px);
        font-size: 65px;
        line-height: 65px;
        letter-spacing: 8px;
    }
    .page-template-konkurs .konkurs-headers .small-header {
        top: 304px;
        height: calc(100% - 200px);
        padding-top: 194px;
    }
}

@media (max-width:540px) {
    .page-template-konkurs .konkurs-headers .big-header {
        top: 270px;
        width: 300px;
        left: calc(50% - 150px);
        font-size: 48px;
        line-height: 50px;
        letter-spacing: 5px;
    }
    .page-template-konkurs .konkurs-headers .small-header {
        top: 298px;
        height: calc(100% - 200px);
        padding-top: 194px;
        font-size:16px;
        width:350px;
        left:calc(50% - 175px);
    }
    .konkurs-content:before {
        width:350px;
        left:calc(50% - 175px);
    }

}

header .flagaUE {
    float:right;
    position:relative;
    margin-top:10px;
    opacity:1;
    visibility: visible;
    z-index: 1;
    transition: all 200ms ease;
    max-width:200px;
}

header.fixed .flagaUE {
    opacity:0;
    visibility: hidden;
    z-index: -1;
}

.page-template-blizej-natury .pts-bg {
    background: transparent!important;
}
.page-template-blizej-natury #page-container {
    background:url('assets/images/bg4second.jpg');
    background-attachment: fixed;
    background-position: 50% 55%;
    background-size: cover;
}

.page-template-blizej-natury #page-container .page-container-overlay {
    position: absolute;
    top:0;
    right:0;
    bottom: 0;
    left: 0;
    background:url('assets/images/bg4first.png');
    background-attachment: fixed;
    background-position: 50% 55%;
    background-size: cover;
    z-index: 1!important;
}
.page-template-blizej-natury #page-container footer,
.page-template-blizej-natury #page-container .page-content {
    z-index: 2;
    position: relative;
}

@media (min-width:992px) {

}
.page-template-blizej-natury .page-content .container-fluid {
    max-width:1920px;
}
.page-template-blizej-natury .page-banner-overlay {
    background: transparent!important;
}

.page-template-blizej-natury .image-list {
    margin-left:-15px;
    margin-top:60px;
}

.page-template-blizej-natury .chart {
    margin-top:50px;
    margin-bottom:50px;
}

.page-template-blizej-natury .chart,
.page-template-blizej-natury .gallery {
    margin-right:50px;
}

.page-template-blizej-natury .desc {
    color:#000;
    background: #b6bbcc;
    padding:20px;
    border-radius:8px;
    margin-bottom:20px;
}

.page-template-blizej-natury .desc .title {
    font-size:28px;
    margin-bottom:30px;
}

.page-template-blizej-natury .desktop-desc {
    height:100%;
    padding:15px 5px 15px 15px;
    position: relative;
}
.page-template-blizej-natury .desktop-desc > div {
    height:100%;
}

.page-template-blizej-natury .desc .text {
    font-size:14px;
    line-height:18px;
   /* max-height: 1050px;
    overflow: auto; */
}

.desktop-desc .scrollbar-outer > .scroll-element {
    background-color: transparent;
}

.desktop-desc .scrollbar-outer > .scroll-element div {
    width: 6px;
}

.desktop-desc .scrollbar-outer > .scroll-element .scroll-element_outer {
    border-radius:3px;
}



.page-template-blizej-natury .gallery .gallery-carousel {
    height:220px;
}

.page-template-blizej-natury .gallery .gallery-carousel .owl-stage-outer,
.page-template-blizej-natury .gallery .gallery-carousel .owl-stage-outer * {
    max-height:220px;
}
.page-template-blizej-natury .gallery a img {
    height:220px;
    width:auto;
}

.page-template-blizej-natury .page-content img {
    max-width: 100%;
}
.page-template-blizej-natury .mobile-desc {
    display: none;
}
.page-template-blizej-natury .social-icons {
    text-align:right;
    margin-top:30px;
}
.page-template-blizej-natury .social-icons a {
    margin-right:15px;
    margin-bottom:15px;
    display: inline-block;
}
.page-template-blizej-natury .social-icons img {
    width:55px;
    height:auto;
}

.page-template-blizej-natury .gallery-carousel {
    position: relative;
}

.page-template-blizej-natury .owl-nav button {
    position: absolute;
    top: calc(50% - 25px);
    width: 20px;
    height: 50px;
    color: #fff!important;
    font-size: 50px!important;
    line-height: 50px!important;
    text-transform: uppercase;
    font-weight: 200!important;
}
.page-template-blizej-natury .owl-nav button.owl-next {
right:0;
}
.page-template-blizej-natury .owl-nav button:focus,
.page-template-blizej-natury .owl-nav button:active {
    outline: none;
    border:0;
}

.page-template-blizej-natury .logotypes {
    margin-top:30px;
    display: flex;
    justify-content: space-around;

}
.page-template-blizej-natury .logotypes a {
    font-size:20px;
    font-weight:bold;
    text-decoration: underline;
    color:#fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width:1200px) {
    .page-template-blizej-natury .image-list {
       margin-top: calc(-220px + 20vw);
    }
}

@media (max-width:991px) {
    .page-template-blizej-natury .chart,
    .page-template-blizej-natury .gallery {
        margin-right:0;
    }

    .page-template-blizej-natury .chart {
        display: none;
    }
    .page-template-blizej-natury .mobile-desc {
        display: block;
        margin-bottom:30px;
        margin-top:50px;
    }

    .page-template-blizej-natury .desktop-desc {
        display: none;
    }

    .page-template-blizej-natury #page-container {
        background:url('assets/images/bg4.jpg');
        background-attachment: fixed;
        background-position: 50% 55%!important;
        background-size: cover;
    }

    .page-template-blizej-natury #page-container .page-container-overlay {
        display: none;
    }

    .page-template-blizej-natury .desc .text {
        max-height:unset;
    }

    .blizej-natury-header-image {
        margin-top:50px;
    }
    .page-template-blizej-natury .social-icons {
        margin-top:30px;
    }
    .page-template-blizej-natury .social-icons img {
        width:42px;
        height:auto;
    }

    .page-template-blizej-natury .pts-title {
        color:#fff;
    }
	button.btn-brands {
        display: none;
    }
}

@media (max-width:600px) {
    .page-template-blizej-natury .logotypes {
        display: block;
    }

    .page-template-blizej-natury .logotypes a {
        display: block;
        text-align: center;
        margin-bottom:20px;
    }
    .page-template-blizej-natury .logotypes a div {
        text-align: center;
    }
}

button.btn-brands {
    background-color: transparent;
    border: 1px solid #fff;
    color:#fff;
    padding: 6px 10px 5px 11px;
    font-weight: 700;
    font-size: 13px;
    float:right;
    margin-left:20px;
    margin-top:-6px;
}

.little-triangle-which-should-rotate {
    margin-left:4px;
    display: inline-block;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: 40% 52%;
    transform-origin: 50% 52%;
    transition: .6s linear;
}
.btn-brands.active > .little-triangle-which-should-rotate {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

button.btn-brands:focus, button.btn-brands:active {
    outline:0;
}

#brands {
    background: #000;
    overflow: hidden;
    max-height: 0;
    transition: all .45s cubic-bezier(.445,.05,.55,.95);
    transition-timing-function: cubic-bezier(.445,.05,.55,.95);
}
#brands .container {
    padding:15px 0;
}

#brands .brand a {
    display: block;
    text-align: center;
}

#brands.active {
    pointer-events: auto;
    max-height: 300px;
}
.btn-brands-top {
    display: none;
}
#brands .brand img {
    max-width: 100%;
}
#brands img{
	float:right;
	height:100px;
	margin:1em 2%;
}
@media(max-width:767px) {
	#brands img{
		height:auto;
		margin:0px 2% 1em 2%;
		float:none;
		width:45%;
		
	}
    #brands .container{
        padding:25px 0 0 0;
    }
    #brands .brand {
        margin-bottom: 25px;
    }
    #brands .empty-brand {
        display: none;
    }

    button.btn-brands-top {
        display: block;
        border:0;
        width:100%;
        float: none;
        height: 38px;
        padding-top: 3px;
        margin-top:0;
        margin-left:0;
        background: #212121;
    }
}

@media (max-width:480px) {
    #brands .brand img {
        max-width: 140px;
    }
}
.brands-links {
    margin:20px 0 30px 0;

}
.brands-links .brands-title {
    margin-bottom:5px;

    font-size:14px;
}
.brands-links .brand-item {
    margin-bottom:4px;
}
.brands-links .brand-item a {
    margin-bottom:10px;
    color:#000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    letter-spacing:.5px;
    font-size:14px;
}