/*
Theme Name: Bathroom-panel-kits
Author: Venti
Author URI: http://venti.pl
Description: Motyw dla strony Bathroom-panel-kits
Version: 1.0
Text Domain: bathroom-panel-kits
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Keyframes
# Typography
# Alignments
# Forms
# Lists
# Tables
# 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: 'Muli', sans-serif;
    font-weight: 800;
}

.pre-title {
    display: none;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    letter-spacing: 4px;
    font-size: 18px;
    font-weight: 300;
}

.pre-title--white {
    color: #fff;
}

.pre-title--brown {
    color: #af9970;
}

.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 h4,
.text h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin: 0.1em 0 0.39em 0;
}

.text h1 {
    font-size: 48px;
    margin: 0.05em 0 0.47em 0;
}

.text h2 {
    font-size: 38px;
    margin: 0.07em 0 0.445em 0;
}

.text h3 {
    font-size: 24px;
    margin: 0.1em 0 0.39em 0;
}

.text h5 {
    font-size: 16px;
}

.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 {
    margin-top: 0;
    margin-bottom: 66px;
}

.sitemap-page .text ul>li>ul {
    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;
}

/*--------------------------------------------------------------
# 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 !important;
}

.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;
}

/*--- 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-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 img {
    max-width: 36px;
    max-height: 36px;
}

.ftd-item-icon,
.ftd-item-title {
    display: inline-block;
    vertical-align: middle;
}

.ftd-item-icon {
    margin-right: 46px;
}

.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: 192px;
}

header.page {
    height: 80px;
}


header.fixed {
    position: fixed;
    height: 90px;
    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;
    max-width: 199px;
}

.site-logo img {
    image-rendering: -webkit-optimize-contrast;
    max-width: 199px;
}

.nav-wrapper {
    float: right;
    padding-top: 17px;
    position: relative;
}

/*========== search ==========*/
.search-box {
    float: right;
    margin-right: 34px;
    margin-top: 1px;
    position: relative;
}

#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: #000;
    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-black.png') no-repeat;
    background-position: 80% 9px;
}

header .lang-switch .current .current-inner {
    line-height: 20px;
}

header.home .lang-switch .current,
header.fixed .lang-switch .current {
    color: #fff;
    background-image: url('assets/images/lang-switch-arrow.png');
}

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;
}

/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/

#mobile-nav {
    display: none;
}

.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;
}

.site-nav {
    float: right;
    margin-right: 60px;
}

.site-nav>div>ul>li {
    display: inline-block;
    position: relative;
}

.site-nav>div>ul>li>a {
    color: #000;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 15px 8px 14px;
    text-decoration: none;
    position: relative;
    transition: color .2s;
}


header.home .site-nav>div>ul>li>a,
header.fixed .site-nav>div>ul>li>a {
    color: #fff;
}

.site-nav>div>ul>li>a.cerrad-menu-item,
.site-nav>div>ul>li.menu-item-123>a {
    color: #b5a07c !important;
}

.site-nav li>a:hover {
    color: #404040;
    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,
.site-nav>div>ul>li.current-menu-ancestor::after,
.site-nav>div>ul>li.current-menu-item::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;
    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;
    white-space: nowrap;
}

.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>li::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-videoContainer {
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
    height: 100vh;
    min-height: 700px;
}

video {
    object-position: center;
    object-fit: cover;
    max-height: 120vh;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    min-width: 100vw;
    min-height: 100%
}

.fhs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.13);
}

.fhs-wrapper {
    height: 100%;
    position: relative;
}

.fhs-content {
    position: absolute;
    bottom: 87px;
}

.fhs-title,
.fhs-text {
    color: #fff;
}

.fhs-title {
    font-size: 100px;
    line-height: 1;
    max-width: 500px;
    padding-bottom: 5px;
    margin-top: -7px;
}

.fhs-text {
    max-width: 300px;
    font-weight: 300;
}

.fhs-more {
    margin-top: 25px;
}


/*========== HOME BLACK SECTION ==========*/
.hbs {
    width: 100%;
    height: 800px;
    position: relative;
    overflow-x: 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;
}

.hps-text {
    color: #757575;
    margin-top: 6px;
}

.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 {
    overflow-x: hidden;
}

.hhs.page-section {
    padding-top: 60px;
    padding-bottom: 78px;
}

.hhs-img {
    min-width: 100%;
    padding-bottom: 27px;
}

.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: 78px;
}

.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
--------------------------------------------------------------*/
.page-banner {
    width: 100%;
    height: 250px;
    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-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: 170px;
    position: relative;
    margin-top: -30px;
}

.pts-content {
    padding-top: 47px;
    width: 100%;
    height: 100%;
    position: absolute;
}

.pts-title {
    font-size: 36px;
    color: #fff;
    line-height: 1;
}

.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: 78px;
    background: #000;
    text-align: center;
    padding: 27px 0px;
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    font-family: 'Muli', sans-serif;
    line-height: 1;
}

.fp-button {
    min-width: 160px;
    height: 40px;
    text-align: center;
    padding: 6px 15px;
    font-size: 18px;
    font-weight: 800;
    color: #000;
    background: #FFF;
    border-radius: 50px;
    display: inline-block;
    transition: all .2s;
    border: 1px solid #b99d60;
}

.fp-button:hover {
    background: #b99d60;
    color: #fff;
}


.pts-button>strong {
    font-weight: 800;
}


/*----------  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 ---*/
.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 0px;
    border-top: 1px #c7c7c7 solid;
    border-bottom: 1px #c7c7c7 solid;
    position: relative;
    cursor: pointer;
    margin-top: -1px;
}

.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;
    line-height: 2;
    padding-left: 45px;
    position: relative;
    cursor: pointer;
}

.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: 120px;
}

.product-item-img {
    display: block;
    padding-top: 100%;
    background: transparent;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.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%;
    max-height: unset;
    max-width: 100%;
}

.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: 10px;
    float: left;
    cursor: pointer;
    transition: opacity .2s;
    height: 100%;
    text-align: center;
    white-space: nowrap;
    font-size: 0;
}

.pg-thumb:nth-child(4n) {
    margin-right: 0;
}

.pg-carousel-item img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.pg-thumb img {
    vertical-align: middle;
    max-height: 100%;
}

.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;
}

.product-desc {
    text-transform: none;
    margin-top: 15px;
    margin-bottom: 30px;
}

.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 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: 50px 0;
}


/*----- product more from this collection -----*/
.product-more {
    margin-top: 58px;
}

.product-more.second {
    margin-top: 0;
    padding-top: 58px;
    border-top: 1px #e3e3e3 solid;
}

.product-more-from-cerrad {
    text-align: center;
    background: #000;
    padding: 40px 0;
    margin-bottom: 40px;

}

.product-more-from-cerrad a {
    color: #fff;
}

.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;
}

.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;
}

.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%;
}

.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;
    max-width: calc(100% - 50px);
}

.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"] {
    visibility: hidden;
    display: inline-block;
    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 input[type="checkbox"] {
    visibility: hidden;
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 11px;
}

.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;
}


/*----------------- JOB OFFERS -----------------*/
.job-offers {
    margin-top: 72px;
    margin-bottom: 140px;
}

.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;
}

.button-apply {
    border: 0;
    margin-top: 12px;
}

.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 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;
    overflow: auto;
}

.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;
}

.wtbp-item-ultime {
    display: none;
}

.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: 0;
    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;
}

button#locate_user {
    background-image: url('assets/images/current-location.png');
    background-color: transparent;
    background-size: cover;
    border: 0;
    width: 24px;
    height: 24px;
    color: transparent;
    position: absolute;
    top: 15px;
    right: 10px;
}


/*----------------- 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;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
footer {
    background: #f5f5f5;
}

/*========== FOOTER MEDIA ==========*/
.footer-social {
    max-width: 150px;
}

.footer-social>div {
    padding: 7px;
    text-align: center;
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
}

/*========== FOOTER NEWSLETTER ==========*/
.fns {
    position: relative;
    margin-top: 60px;
}

.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: 100%;
    position: relative;
}

.breadcrumbs {
    position: absolute;
    bottom: 58px;
    font-family: 'Open Sans', sans-serif;
}

.breadcrumbs-list {
    list-style: none;
    padding-left: 0;
}

.breadcrumbs-item {
    display: inline;
}

.breadcrumbs-item a {
    color: #e6e6e6;
    font-weight: 300;
    text-decoration: none;
}

.breadcrumbs-item a:hover {
    color: #fff;
}

.breadcrumbs-item::after {
    content: ">";
    color: #e6e6e6;
    padding-left: 8px;
    padding-right: 4px;
}

.breadcrumbs-item:last-child a {
    color: #fff;
}

.breadcrumbs-item:last-child::after {
    content: "";
}



/*--------------------------------------------------------------
## 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 {
    max-height: 215px;
    webkit-column-width: 500px;
    column-width: 500px;
    overflow: hidden;
}

.designers-news.page .row.single-news .textbox {
    margin-bottom: 40px;
}

.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: 80px;
    overflow: hidden;
}

.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: 100%;
    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;
}

.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;
}

.designers-news.single .news-content .text {
    color: #757575;
    line-height: 30px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.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;
}

.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;
}

.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 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[data-region] .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:first-child img {
    margin-top: 7px;
}

.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, 1);
}

/*--------------------------------------------------------------
## 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: 100%;
    overflow-y: auto;
}

.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: #8a8a8a;
    text-decoration: underline;
}

.loggedin-container .username:hover {
    color: #000;
    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;
}

/*--------------------------------------------------------------
## Ultime
--------------------------------------------------------------*/

.ultime #page-container {
    background-repeat: no-repeat;
    background-position: center top;
}

.ultime header.fixed {
    background: #000;
}

.ultime .page-heading-special {
    height: 140px;
}

.ultime .page-heading-special .breadcrumbs {
    top: 110px;
    bottom: auto;
}

.ultime .page-heading-special .breadcrumbs-item a,
.ultime .page-heading-special .breadcrumbs-item::after {
    color: #000;
    font-size: 14px;
}

.ultime .search-box {
    margin-right: 25px;
}

.ultime .site-nav {
    margin-right: 10px;
}

.ultime #search-field {
    margin-top: 25px;
}

.ultime .pts {
    height: 100px;
    margin-top: 0;
}

.ultime .pts-content {
    padding-top: 0;
}

.ultime .pts-title {
    color: #000 !important;
    font-size: 48px;
}

.ultime .pts-title--desc {
    font-size: 24px;
    line-height: 24px;
}

.ultime .page-content {
    margin-top: 40px;
}

.error404 .page-content {
    margin-bottom: 66px;
}

.ultime .product-details .social-icons {
    margin-top: -45px;
}

.ultime .idea1 {
    padding-top: 10px;
}

.ultime .idea2 {
    padding-top: 40px;
    padding-bottom: 0;
}

.ultime .ideabox .textbox .subtitle {
    color: #af9970;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    font-family: 'Times New Roman', Times, serif;
    letter-spacing: 4px;
}

.ultime .ideabox .textbox .title {
    color: #383838;
    margin-bottom: 25px;
    line-height: 48px;
    font-size: 48px;
    font-weight: 800;
}

.ultime .ideabox .textbox .desc {
    color: #000;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

.ultime .ideabox .textbox .desc p {
    margin-top: 0;
    margin-bottom: 25px;
}

.ultime .ideabox .textbox .site {
    color: #a18653;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

.ultime .fc-nav .fc-text a[href^="mailto"] {
    color: inherit;
}

#fullpage,
#fullpage .section {
    background: #fff;
}

#fullpage div.section {
    background-position: center center;
    background-size: 110% auto;
    transition-delay: 400ms;
    transition-duration: 500ms;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

/*
#fullpage div.section.dark.op-slide6 {
    background-size: 90% auto !important;
}
    */

#fullpage .section.active {
    background-size: 125% auto;
}

#fullpage .pagewidth-inner.contain {
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-position: left center;
}

#fullpage .section.op-slide5 .line {
    margin-top: 100px;
}

#fullpage footer .pagewidth-inner {
    background: #f5f5f5;
}

#fullpage div.section .next-slide {
    content: '';
    display: block;
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    bottom: 28px;
    margin: auto;
    background: url('assets/images/ultime_arrow_light.png') no-repeat;
    width: 45px;
    height: 23px;
    cursor: pointer;
}

#fullpage div.section.light .next-slide {
    background-image: url('assets/images/ultime_arrow_dark.png');
}

#fullpage .section-bottom {
    position: absolute;
    bottom: 15%;
    width: 100%;
}

#fullpage .section-bottom p {
    margin-bottom: 0;
}

#fullpage .where-to-buy {
    margin-top: 120px;
}

#fp-nav ul {
    width: 8px !important;
    padding-left: 2px !important;
}

#fp-nav ul li {
    width: 8px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 12px 0;
}

#fp-nav ul li a {
    width: 8px !important;
    height: 8px !important;
}

#fp-nav ul li a span {
    display: block;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    background: #dedede !important;
    width: 8px !important;
    height: 8px !important;
    margin: 0 !important;
}

#fp-nav ul li a.active span {
    background: #b99d60 !important;
}

#fp-nav:before,
#fp-nav:after {
    content: '';
    display: block;
    background: url('assets/images/ultime_arrow_small.png') no-repeat;
    width: 11px;
    height: 6px;
    padding: 10px 0;
    cursor: pointer;
}

#fp-nav:after {
    transform: rotate(180deg);
}

.section.light .pagewidth-inner {
    background: #fff;
}

.section.op-banner .subtitle {
    color: #af9970;
    font-size: 20px;
    font-weight: 300;
}

.section.op-banner .title {
    position: relative;
    color: #fff;
    padding-bottom: 25px;
    line-height: 60px;
    font-size: 48px;
}

.section.op-banner .title strong {
    font-weight: 800;
}

.section.op-banner .title .thin {
    font-weight: 100;
    font-family: 'Raleway', sans-serif;
}

.section.op-banner .title:after {
    content: '';
    display: none;
    position: absolute;
    bottom: 0;
    background: #b99d60;
    width: 145px;
    height: 7px;
}

.section.op-slide2 {
    padding: 30px 0;
}

.section.op-slide2 .bottom-image {
    padding: 50px 0 60px 0;
}

.section.op-slide2 .subtitle,
.section.op-slide3 .subtitle,
.section.op-slide4 .subtitle,
.section.op-slide5 .subtitle,
.section.op-slide6 .subtitle {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 4px;
}

.section.op-slide3 .subtitle {
    color: #fff;
}

.section.op-slide5 .subtitle {
    padding-top: 35px;
}

.section.op-slide2 .title,
.section.op-slide3 .title,
.section.op-slide4 .title,
.section.op-slide5 .title,
.section.op-slide6 .title {
    color: #383838;
    margin-bottom: 25px;
    line-height: 48px;
    font-size: 48px;
    font-weight: 800;
}

.section.op-slide3 .title,
.section.op-slide4 .title,
.section.op-slide5 .title,
.section.op-slide6 .title {
    color: #fff;
}

.section.op-slide2 .desc,
.section.op-slide3 .desc,
.section.op-slide4 .desc,
.section.op-slide5 .desc,
.section.op-slide6 .desc {
    color: #000;
    padding-right: 15px;
    padding-bottom: 30px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

.section.op-slide3 .desc,
.section.op-slide4 .desc,
.section.op-slide5 .desc,
.section.op-slide6 .desc {
    color: #fff;
}

.section.op-slide2 .more,
.section.op-slide3 .more,
.section.op-slide4 .more,
.section.op-slide6 .more {
    display: inline-block;
    background: url('assets/images/arrow-more-black.png') no-repeat;
    width: 18px;
    height: 5px;
    margin-bottom: 45px;
}

.section.op-slide3 .more,
.section.op-slide4 .more,
.section.op-slide6 .more {
    background-image: url('assets/images/arrow-more.png');
    margin-bottom: 100px;
}

.section.op-slide2 .line,
.section.op-slide3 .line,
.section.op-slide4 .line,
.section.op-slide5 .line,
.section.op-slide6 .line {
    display: block;
    background: #b99d60;
    width: 145px;
    height: 7px;
}

.section.op-slide3 .line-after,
.section.op-slide4 .line-after,
.section.op-slide5 .line-after,
.section.op-slide6 .line-after {
    color: #fff;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 100;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 7px;
}

/*.section.op-slide5 .line-after {*/
/*color: #7a7a7a;*/
/*}*/

.section.op-slide5 .imgspace {
    height: 420px
}

.section.op-slide5 .leftbg {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 45% auto;
}

.floating-name {
    position: fixed;
    bottom: 35px;
    left: 50px;
}

.floating-name .name {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    transform: rotate(270deg);
    transform-origin: left;
}

.floating-name.dark .name {
    color: #959595;
}

#fp-nav.fp-left {
    left: 50px !important;
}

.ultime #backTop {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    margin: auto;
    width: 45px;
    cursor: pointer;
}

.ultime #backTop img {
    transform: rotate(180deg);
}

/*--------------------------------------------------------------
## Inne
--------------------------------------------------------------*/

.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;
}

.ultime .page-content a:hover {
    color: #c1b395;
}

/* 404 -------------------------------------------------------*/

.error404text {
    padding-top: 25px;
}

.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;
}


body.ru .fns-title,
body.uk .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.uk .hps-text,
body.ua .hps-text,
body.es .hps-text {
    font-size: 15px;
    line-height: 1.7;
}

body.uk .hps-title,
body.ua .hps-title,
body.es .hps-title {
    line-height: 1.1;
}

.fc-content,
.fc-content * {
    font-family: 'Open Sans', sans-serif !important;
}

header .lang-switch.open .dropdown .lang-item-fr {
    display: none;
}

header .flagaUE {
    float: right;
    position: relative;
    margin-top: 10px;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    transition: all 200ms ease;
    max-width: 240px;
}

header.fixed .flagaUE {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

@media (max-width: 991px) {
    body.usa.ultime .search-box {
        margin-right: 65px;
    }
}


body.pl .where-to-buy {
    display: block !important;
}

.where-to-buy {
    display: none;
}

.cli-style-v2 {
    font-size: 14px;
}

#cookie-law-info-bar {
    width: 600px !important;
    z-index: 100000 !important;
    border-radius: 0.2rem !important;
    padding: 20px !important;
}

@media (max-width: 650px) {
    #cookie-law-info-bar {
        width: calc(100% - 1rem) !important;
    }
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli-bar-btn_container,
#cookie-law-info-again .cli-bar-btn_container,
#cliSettingsPopup .cli-bar-btn_container {
    justify-content: center;
    margin-top: 20px !important;
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head,
#cookie-law-info-again .cli_messagebar_head,
#cliSettingsPopup .cli_messagebar_head,
#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli-privacy-overview h4,
#cookie-law-info-again .cli-privacy-overview h4,
#cliSettingsPopup .cli-privacy-overview h4,
#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli-privacy-overview h5,
#cookie-law-info-again .cli-privacy-overview h5,
#cliSettingsPopup .cli-privacy-overview h5,
#cookie-law-info-bar[data-cli-style="cli-style-v2"] #wt-cli-cookie-banner-title,
#cookie-law-info-again #wt-cli-cookie-banner-title,
#cliSettingsPopup #wt-cli-cookie-banner-title {
    margin-bottom: 20px !important;
    font-size: 20px !important;
    font-weight: 800 !important;
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli-tab-footer .wt-cli-privacy-accept-btn,
#cookie-law-info-again .cli-tab-footer .wt-cli-privacy-accept-btn,
#cliSettingsPopup .cli-tab-footer .wt-cli-privacy-accept-btn {
    background: #af9970;
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"] .wt-cli-ckyes-brand-logo,
#cookie-law-info-again .wt-cli-ckyes-brand-logo,
#cliSettingsPopup .wt-cli-ckyes-brand-logo {
    display: none !important;
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli-plugin-button,
#cookie-law-info-again .cli-plugin-button,
#cliSettingsPopup .cli-plugin-button {
    font-size: 14px;
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cookielawinfo-row-cat-table,
#cookie-law-info-again .cookielawinfo-row-cat-table,
#cliSettingsPopup .cookielawinfo-row-cat-table {
    display: none !important;
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli-switch input:checked+.cli-slider,
#cookie-law-info-again .cli-switch input:checked+.cli-slider,
#cliSettingsPopup .cli-switch input:checked+.cli-slider {
    background-color: #af9970;
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli-switch .cli-slider,
#cookie-law-info-again .cli-switch .cli-slider,
#cliSettingsPopup .cli-switch .cli-slider {
    height: 19px;
    border-radius: 38px;
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli-tab-header a.cli-nav-link,
#cookie-law-info-again .cli-tab-header a.cli-nav-link,
#cliSettingsPopup .cli-tab-header a.cli-nav-link {
    padding: 0 10px;
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli-tab-header a:before,
#cookie-law-info-again .cli-tab-header a:before,
#cliSettingsPopup .cli-tab-header a:before {
    border-right: 1px solid #af9970;
    border-bottom: 1px solid #af9970;
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_settings_button,
#cookie-law-info-again .cli_settings_button,
#cliSettingsPopup .cli_settings_button {
    order: 2 !important;
    margin-left: 50px !important;
    background: transparent !important;
    font-weight: normal !important;
    text-decoration: underline !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (max-width: 480px) {

    #cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_settings_button,
    #cookie-law-info-again .cli_settings_button,
    #cliSettingsPopup .cli_settings_button {
        margin-top: 20px !important;
        margin-left: 0 !important;
    }
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli-bar-btn_container,
#cookie-law-info-again .cli-bar-btn_container,
#cliSettingsPopup .cli-bar-btn_container {
    display: flex;
}

@media (max-width: 480px) {

    #cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli-bar-btn_container,
    #cookie-law-info-again .cli-bar-btn_container,
    #cliSettingsPopup .cli-bar-btn_container {
        flex-direction: column !important;
    }
}


.wtpb-flex {
    display: flex;
    justify-content: space-between;
}

.wtpb-flex__list {
    flex: 0 0 0%;
    width: 0;
    transition: all 200ms ease;
}

.wtpb-flex__list.active {
    width: 100%;
    flex: 0 0 38%;
}

.wtpb-flex__map {
    width: 100%;
}

.wtbp-products {
    display: flex;
    justify-content: flex-start;
}

.wtbp-products>.form-check {
    margin-right: 20px;
}

.wtbp-products>.form-check label {
    color: #000 !important;
    font-size: 14px !important;
    width: auto !important;
    font-weight: bold;
}

.wtbp-products>.form-check label:before {
    border-color: #000 !important;
}

#fullpage>div.section.dark.op-slide3>div.pagewidth-inner>div>div>div {
    background-color: rgb(0, 0, 0, 0.5);
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

#fullpage>div.section.dark.op-slide6>div.pagewidth-inner>div>div>div.col-md-5.col-md-offset-1 {
    background-color: rgb(0, 0, 0, 0.5);
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/*
#fullpage>div.section.dark.op-slide5>div.pagewidth-inner>div>div>div.col-md-5>div>div>div>div.subtitle {
    padding-left: 10px;
}

#fullpage>div.section.dark.op-slide5>div.pagewidth-inner>div>div>div.col-md-5>div>div>div>div.title {
    padding-left: 10px;
}

#fullpage>div.section.dark.op-slide5>div.pagewidth-inner>div>div>div.col-md-5>div>div>div>div:nth-child(4) {
    padding-left: 10px;

}
*/

#fullpage>div.section.dark.op-slide5>div.pagewidth-inner>div>div>div.col-md-5>div>div>div>div.subtitle {
    text-shadow:
        -1px -1px 0 black,
        1px -1px 0 black,
        -1px 1px 0 black,
        1px 1px 0 black;
}

#fullpage>div.section.dark.op-slide5>div.pagewidth-inner>div>div>div.col-md-5>div>div>div>div.title {
    text-shadow:
        -1px -1px 0 black,
        1px -1px 0 black,
        -1px 1px 0 black,
        1px 1px 0 black;
}