/*
Theme Name: leone - v.1                            
Theme URI: leone.si
Author: Bimeli Communications  
Author URI: bimeli.com
Description: leone
Version: 1.0
Tags: leone
 
*/


/* 3rd party packages */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* Document
   ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}


/* Sections
   ========================================================================== */


/**
 * Remove the margin in all browsers.
 */


body {
    margin: 0;
}


/**
 * Render the `main` element consistently in IE.
 */


main {
    display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */


h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* Grouping content
   ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */


hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */


pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}


/* Text-level semantics
   ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */


a {
    background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */


abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted; /* 2 */
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */


b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */


code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}


/**
 * Add the correct font size in all browsers.
 */


small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */


sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}


sub {
    bottom: -0.25em;
}


sup {
    top: -0.5em;
}


/* Embedded content
   ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */


img {
    border-style: none;
}


/* Forms
   ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */


button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */


button,
input { /* 1 */
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */


button,
select { /* 1 */
    text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */


button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}


/**
 * Remove the inner border and padding in Firefox.
 */


button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */


button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */


fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */


legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */


progress {
    vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */


textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */


[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */


[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */


[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */


[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */


::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}


/* Interactive
   ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */


details {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */


summary {
    display: list-item;
}


/* Misc
   ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */


template {
    display: none;
}


/**
 * Add the correct display in IE 10.
 */


[hidden] {
    display: none;
}


/* Slider */


.slick-slider {
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}


.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}


.slick-list:focus {
    outline: none;
}


.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}


.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}


.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}


.slick-track:after {
    clear: both;
}


.slick-loading .slick-track {
    visibility: hidden;
}


.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}


[dir='rtl'] .slick-slide {
    float: right;
}


.slick-slide img {
    display: block;
}


.slick-slide.slick-loading img {
    display: none;
}


.slick-slide.dragging img {
    pointer-events: none;
}


.slick-initialized .slick-slide {
    display: block;
}


.slick-loading .slick-slide {
    visibility: hidden;
}


.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}


.slick-arrow.slick-hidden {
    display: none;
}


/* SASS and Global'ish Stuff */


body {
    color: #000;
    font-family: "RobotoCondensed-Regular", sans-serif;
    overflow-x: hidden;
    position: relative;
}


img {
    max-width: 100%;
    height: auto;
}


a {
    color: #fff;
}


a:hover {
    text-decoration: none;
}


a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: none;
}


p, ul, ol {
    margin: 0 0 25px 0;
}


p, li {
    line-height: 1.75;
}


input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px #ededed inset !important; /* Change the color to your own background color */
    -webkit-text-fill-color: #000;

}


input:-webkit-autofill:focus {
    -webkit-box-shadow: /*your box-shadow*/, 0 0 0 50px #ededed inset !important;
    -webkit-text-fill-color: #000;
}


.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 16px;
    position: relative;
}


.container--narrow {
    max-width: 960px;
}


.container--narrow-onas {
    max-width: 960px;
    margin: 0 auto;
}


.container--narrow-singlepage {
    max-width: 960px;
    margin: 0 auto;
}


.container--carousel {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}


@media (min-width: 960px) {


    .container--narrow-carousel {
        max-width: 930px

    }
}


@media (min-width: 1100px) {


    .container--narrow-carousel {
        max-width: 1050px

    }
}


@media (min-width: 1350px) {


    .container--narrow-carousel {
        max-width: 1200px

    }
}


.container--visual {
    max-width: 1300px;

    position: absolute;

    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}


.container--page {
    max-width: 1300px;
    margin: 0 auto;
    padding: 70px 16px;
    position: relative;
}


@media (min-width: 960px) {


    .container--page {
        padding: 70px 16px
    }
}


@media (min-width: 1350px) {


    .container--page {
        padding: 70px 40px
    }
}


.container--archive {
    max-width: 1300px;
    margin: 0 auto;
    padding: 50px 60px;
    position: relative;
}


@media (min-width: 960px) {


    .container--archive {
        padding: 50px 60px
    }
}


@media (min-width: 1350px) {


    .container--archive {
        padding: 50px 40px
    }
}


.container--footer {
    margin: 0 auto;
    position: relative;
    max-width: 1300px;
}


.section-break {
    border: none;
    border-top: 1px solid #DDD;
    margin: 2.5rem 0;
}


.min-list {
    padding: 0;
    margin: 0 10px 0px 0px;
    display: inline-block;
}


.min-list li {
    list-style: none;
    display: inline-block;
}


hr.style1 {
    /* border: 1px solid $tableLines;*/

    border-color: #a5aebf;
    border-style: none none solid;
    border-width: 0 0 1px;
    height: 2px;
}


.p-top-small {
    padding-top: 16px
}


.p-top-large {
    padding-top: 25px
}


.p-bottom-large {
    padding-bottom: 25px
}


.p-bottom-medium {
    padding-bottom: 20px;
}


.p-left-large {
    padding-left: 40px;
}


.p-left-medium {
    padding-left: 20px;
}


.m-top-large {
    margin-top: 25px
}


@media (min-width: 530px) {
    .p-top-large {
        padding-top: 56px
    }

    .p-top-medium {
        padding-top: 30px
    }

    .p-bottom-large {
        padding-bottom: 56px
    }

    .p-bottom-medium {
        padding-bottom: 10px;
    }

    .m-top-large {
        margin-top: 50px
    }
}


@media (min-width: 960px) {
    .p-bottom-medium {
        padding-bottom: 20px;
    }
}


.fontnormal {
    font-size: 21px;
}


.fontlarge {
    font-size: 50px;
    line-height: 1;
}


.no-margin {
    margin: 0
}


.no-padding {
    padding: 0
}


.nu {
    text-decoration: none
}


.nu:hover {
    text-decoration: none;
}


.nu a:hover {
    text-decoration: none;
}


.d-inlineb {
    display: inline-block;
}


.uppcase {
    text-transform: uppercase;
}


.hicons {
    display: none;
}


@media (min-width: 1350px) {

    .hicons {
        display: block;
    }
}


.opacitysubtitle {
    opacity: .4;
}


.t-left {
    text-align: left
}


.t-right {
    text-align: right
}


.t-center {
    text-align: center
}


.t-small {
    font-size: .85rem
}


.float-left {
    float: left
}


.float-right {
    float: right
}


.push-right {
    margin-right: 20px
}


.container:before,
.container:after,
.group:before,
.group:after {
    content: " ";
    display: table;
}


.inlineblock {
    display: inline-block;
}


.flagimg img {
    padding-right: 0px;
    padding-top: 3px;
}


.container:after,
.group:after {
    clear: both;
}


.hide {
    display: none;
}


.wpcf7-list-item-label {
    display: none;
}


/* BEM Blocks */


.leone-info-header {
    margin: 0;
    position: relative;
    z-index: 20;
}

@media(max-width: 960px) {
    .leone-info-header {
        top: 18px;
    }
}

.leone-info-header__location {
    display: inline-block;
}


@media (min-width: 960px) {


    .leone-info-header__location {
        font-size: 21px
    }
}


.leone-info-header__phone {
    display: inline-block;
}


.leone-info-header__mail {
    display: inline-block;
}


.leone-info-header__language {
    display: inline-block;
}


@media (min-width: 960px) {


    .leone-info-header__language {
        font-size: 19px
    }
}


.site-header__fixed .leone-logo {
    top: -76px;
}


@media (min-width: 530px) {
    .site-header__fixed .leone-logo {
        top: -67px
    }
}


@media (min-width: 1350px) {
    .site-header__fixed .leone-logo {
        top: -95px
    }
}


.leone-logo {
    padding: 0px 16px;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: -103px;
    z-index: 2;
}

@media (min-width: 530px) {


    .leone-logo {
        top: -92px;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        padding: 0px 15px
    }
}


@media (min-width: 960px) {


    .leone-logo {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        top: -95px;
        /*background-color: #ff0;*/
        width: 230px
    }
}


@media (min-width: 1350px) {


    .leone-logo {
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center
    }
}


.leone-logo img {

    width: 110px;


}


@media (min-width: 960px) {


    .leone-logo img {
        width: 200px


    }
}


.leone-logo svg {

    width: 110px;


}


@media (min-width: 960px) {


    .leone-logo svg {
        width: 200px


    }
}


.leone-logo-footer {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100px;
}


.leone-logo-nav {
    width: 200px;
    margin: 0;
    position: relative;
    z-index: 20;
    display: block;
}


@media (min-width: 960px) {


    .leone-logo-nav {
        display: none
    }
}


.leone-logo-nav img {
    width: 130px;
}


@media (min-width: 960px) {


    .leone-logo-nav img {
        width: 160px
    }
}


@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.spinner-loader {
    margin-top: 45px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: 0.25rem solid rgba(0, 0, 0, 0.2);
    border-top-color: black;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}


.c-white {
    color: #FFF
}


.c-dark {
    color: #000
}


.c-gray {
    color: #999999
}


.c-green {
    color: #658D3D;
}


.c-darkgreen {
    color: #285228
}


.c-orange {
    color: #FAA831
}


.c-darkorange {
    color: #5c3b1b
}


.c-orangenews {
    color: #f15822;
}


.c-darkblue {
    color: #1F3452
}


.c-darkpurple {
    color: #351637
}


.c-darkpink {
    color: #720e29
}


.c-orangecaramel {
    color: #FDBB65
}


.c-brownblackcone {
    color: #5E4533
}


.c-purplemermaidcone {
    color: #8173B4
}


.c-darkpinkpepa {
    color: #D7263F
}


.c-goldcookies {
    color: #C0B592
}


.c-pinkpony {
    color: #EC148E;
}


.c-bluesponge {
    color: #16244C;
}


.c-redmalina {
    color: #A61D36;
}


.c-browndruzinski {
    color: #633D2D;
}


.c-orangesummerparty {
    color: #E79636;
}


.c-rosedarkpink {
    color: #A94877;
}


.c-rosedarkyellow {
    color: #834528;
}


.bg-white {
    background-color: #ffffff;
}


.bg-green {
    background-color: #658D3D;
}


.bg-darkgreen {
    background-color: #285228;
}


.bg-orange {
    background-color: #FAA831
}


.bg-orangecaramel {
    background-color: #FDBB65
}


.bg-purple {
    background-color: #9E1F63
}

.bg-purpleblueberry {
    background-color: #d3c8e2
}

.bg-darkpurpleblueberry{
    background-color:#894073;
}

.bg-lightpurple {
    background-color: #d4afd3
}


.bg-darkpurple {
    background-color: #351637
}


.bg-lightblue {
    background-color: #55BCEB
}

.bg-chocholate{
    background-color: #532e21;
}
.bg-chocholate-light{
    background-color: #b39053;
}

.bg-cyan{
    background-color: #8fd2c8;
}
.bg-cyan-light{
    background-color: #008066;
}

.bg-darkblue {
    background-color: #1F3452
}


.bg-darkbrown {
    background-color: #5c3b1b
}


.bg-lightpink {
    background-color: #f6a9c7
}


.bg-darkpink {
    background-color: #720e29
}


.bg-brownblackcone {
    background-color: #5E4533
}


.bg-darkbrownblackcone {
    background-color: #000000
}


.bg-purplemermaidcone {
    background-color: #8173B4
}


.bg-darkpurplemermaidcone {
    background-color: #472E8B
}


.bg-pinkpepa {
    background-color: #F8B8C7
}


.bg-darkpinkpepa {
    background-color: #D7263F
}


.bg-wheretobuy {
    background-color: #DDCBDE
}


.bg-darkwheretobuy {
    background-color: #694F76
}


.bg-rosepink {
    background-color: #F3C4D0;
}


.bg-bluecookies {
    background-color: #1a4a68;
}


.bg-goldcookies {
    background-color: #C0B592;
}


.bg-bluepony {
    background-color: #73CCD6;
}


.bg-pinkpony {
    background-color: #EC148E;
}


.bg-spongebob {
    background-color: #D9DC8D;
}


.bg-bluesponge {
    background-color: #16244C;
}


.bg-purplemalina {
    background-color: #663A5F;
}


.bg-redmalina {
    background-color: #A61D36;
}


.bg-greendruzinski {
    background-color: #709151;
}


.bg-browndruzinski {
    background-color: #633D2D;
}


.bg-bluesummerparty {
    background-color: #71B1B5;
}


.bg-orangesummerparty {
    background-color: #E79636;
}


.bg-rosepink {
    background-color: #F3C4D0;
}


.bg-rosedarkpink {
    background-color: #A94877;
}


.bg-roseyellow {
    background-color: #EAB35F;
}

.bg-purple{
    background-color: #d3c8e2;
}

.bg-rosedarkyellow {
    background-color: #834528;
}

.bg-sorbetyellow {
   background-color: #fce16b;
    /* background-color: #88def2;  */
}

.bg-sorbetdarkblue {
    background-color: #234a73;  
}

.bg-sorbetlightblue {
    background-color: #88def2;   
}


.search-trigger {
    display: none;
    color: #FFF;
    position: relative;
    cursor: pointer;
    top: 1px;
    margin-left: 20px;
}


@media (min-width: 960px) {


    .search-trigger {
        display: inline-block;
        top: 6px
    }
}


.search-trigger:hover {
    opacity: .65;
}


.social-icons-list {
    margin: 0 -8px;
}


.social-icons-list li {
    margin: 0 8px;
}


.social-icons-list li a {
    display: block;
    text-align: center;

    font-size: 2rem;
}


@media (min-width: 960px) {


    .social-icons-list li a {
        font-size: 1.25rem
    }
}


.social-icons-list li a:hover {
    opacity: .75;
}


.nav-list ul {
    padding: 0;
    margin: 0;
}


.nav-list li {
    list-style: none;
}


.nav-list a {
    font-size: 32px;
    /* color: #00B0EB;*/
    text-decoration: none;
}


@media (min-width: 960px) {


    .nav-list a {
        font-size: 16px
    }
}


.nav-list a:hover {
    /* color: #00B0EB;*/
    text-decoration: underline;
}


.one-half,
.one-third,
.one-fourth,
.one-fifth,
.one-sixth {
    padding-bottom: 1.6rem;
}


@media (min-width: 960px) {
    .row {
        margin-right: -50px;
    }

    .one-half,
    .one-third,
    .two-thirds,
    .one-fourth,
    .one-fifth,
    .one-sixth {
        padding-bottom: 0;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 50px;
    }

    .two-thirds {
        width: 66.66%;
    }

    .one-half {
        width: 50%
    }

    .one-third {
        width: 33.33%
    }

    .one-quarter {
        width: 25%
    }

    .one-fifth {
        width: 20%
    }

    .one-sixth {
        width: 16.66%
    }
}


/* Make Top WP Admin Bar Fixed on Mobile */


@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed;
    }
}


/* Customize Login Screen */


body.login .button-primary {
    background-color: #9E004F;
    font-size: 19px;
    text-transform: uppercase;

    border-color: rgb(133, 0, 66);
    text-shadow: 0 -1px 1px rgb(120, 0, 60), 1px 0 1px rgb(120, 0, 60), 0 1px 1px rgb(120, 0, 60), -1px 0 1px rgb(120, 0, 60);
    -webkit-box-shadow: 0 1px 0 rgb(107, 0, 54);
    box-shadow: 0 1px 0 rgb(107, 0, 54);
}


.login .button.button-large {
    padding: 5px 10px 32px;
    border-radius: 0px;
}


body.login .button-primary:hover,
body.login .button-primary:active,
body.login .button-primary:focus {
    background-color: rgb(140, 0, 70);
    border-color: rgb(120, 0, 60);
    text-shadow: 0 -1px 1px rgb(107, 0, 54), 1px 0 1px rgb(107, 0, 54), 0 1px 1px rgb(107, 0, 54), -1px 0 1px rgb(107, 0, 54);
    -webkit-box-shadow: 0 1px 0 rgb(94, 0, 47);
    box-shadow: 0 1px 0 rgb(94, 0, 47);
}


body.login {
    /*background-color: $mainBlue;*/
    background-image: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.login h1 a {
    color: #555555;
    font-size: 30px;
    font-weight: 300;
    background-image: none;
    width: auto;
    height: auto;
    text-indent: 0;
}


.login form {
    padding: 26px 24px 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}


#login {
    background-color: #fff;

    width: 320px;

}


@media (min-width: 530px) {


    #login {
        width: 450px;
        margin: 8% auto 20px;
        padding: 40px

    }
}


.login #nav {
    margin: -30px 0px;
    background-color: #fff;
    font-size: 21px;
    width: 200px;

}


.login #nav a:hover {
    color: #9E004F;
}


#backtoblog {
    margin: 30px 0;
    background-color: #fff;
}


.login label {
    font-size: 21px;
    color: #555555;
}


.login input[type="text"] {
    width: 100%;
    height: 38px;
    padding: 6px 0px 0px;
    font-size: 21px;
    line-height: 1.42857143;
    background-color: transparent;
    background-image: none;
    border: none;
    border-bottom: 1px solid #1F345F;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.login input[type="password"] {
    width: 100%;
    height: 38px;
    padding: 6px 0px 0px;
    font-size: 21px;
    line-height: 1.42857143;
    background-color: transparent;
    background-image: none;
    border: none;
    border-bottom: 1px solid #1F345F;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.login form .forgetmenot {
    float: none;
}


.login form .forgetmenot label {
    font-size: 21px;
    padding-top: 40px;
}


#login form p.submit {
    padding-top: 40px;
}


.loginpagefooter {
    text-align: center;
}


.bybimeli {
    font-size: 15px;
}


.bybimeli a {
    text-decoration: none;
    color: #555555;
}


.bybimeli a:hover {
    color: #9E004F;
}


.bybimeli img {
    vertical-align: middle;
    padding-right: 5px;
}


.bybimeli span {
    color: #9E004F;
}


.btn {
    display: inline-block;
    cursor: pointer;
    border-radius: 4px;
    overflow: hidden;
    text-decoration: none;
    color: #FFF;
    font-size: 1.19rem;
    padding: 12px 24px;
    border: none;
    outline: none;


}


.btn--small {
    font-size: .88rem;
    padding: 7px 13px;
    font-weight: 300;
}


.btn--large {
    font-size: 1.3rem;
    padding: 15px 13px;
    border-radius: 50%;
}


@media (min-width: 530px) {


    .btn--large {
        font-size: 25px
    }
}


.btn--homebanner {
    border-radius: 0;
    background: transparent;
    padding-top: 30px;
}


.btn--darkgreen {
    background-color: #285228;
    border-radius: 0;
}


.btn--darkgreen:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(41, 122, 41)), to(#285228));
    background: -o-linear-gradient(rgb(41, 122, 41), #285228);
    background: linear-gradient(rgb(41, 122, 41), #285228);
}


.btn--darkblue {
    background-color: #1F3452;
    border-radius: 0;
}


.btn--darkblue:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(31, 69, 122)), to(#1F3452));
    background: -o-linear-gradient(rgb(31, 69, 122), #1F3452);
    background: linear-gradient(rgb(31, 69, 122), #1F3452);
}


.btn--darkpurple {
    background-color: #351637;
    border-radius: 0;
}


.btn--darkpurple:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(92, 23, 97)), to(#351637));
    background: -o-linear-gradient(rgb(92, 23, 97), #351637);
    background: linear-gradient(rgb(92, 23, 97), #351637);
}


.btn--darkorange {
    background-color: #5c3b1b;
    border-radius: 0;
}


.btn--darkorange:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(133, 80, 28)), to(#5c3b1b));
    background: -o-linear-gradient(rgb(133, 80, 28), #5c3b1b);
    background: linear-gradient(rgb(133, 80, 28), #5c3b1b);
}


.btn--darkbrownblackcone {
    background-color: #000000;
    border-radius: 0;
}


.btn--darkbrownblackcone:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(41, 0, 0)), to(#000000));
    background: -o-linear-gradient(rgb(41, 0, 0), #000000);
    background: linear-gradient(rgb(41, 0, 0), #000000);
}


.btn--darkpurplemermaidcone {
    background-color: #472E8B;
    border-radius: 0;
}


.btn--darkpurplemermaidcone:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(82, 46, 181)), to(#472E8B));
    background: -o-linear-gradient(rgb(82, 46, 181), #472E8B);
    background: linear-gradient(rgb(82, 46, 181), #472E8B);
}


.btn--darkpink {
    background-color: #720e29;
    border-radius: 0;
}


.btn--darkpink:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(156, 13, 51)), to(#720e29));
    background: -o-linear-gradient(rgb(156, 13, 51), #720e29);
    background: linear-gradient(rgb(156, 13, 51), #720e29);
}


.btn--darkpinkpepa {
    background-color: #D7263F;
    border-radius: 0;
}


.btn--darkpinkpepa:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 38, 67)), to(#D7263F));
    background: -o-linear-gradient(rgb(255, 38, 67), #D7263F);
    background: linear-gradient(rgb(255, 38, 67), #D7263F);
}


.btn--goldcookies {
    background-color: #C0B592;
    border-radius: 0;
}


.btn--goldcookies:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(232, 212, 145)), to(#C0B592));
    background: -o-linear-gradient(rgb(232, 212, 145), #C0B592);
    background: linear-gradient(rgb(232, 212, 145), #C0B592);
}


.btn--pinkpony {
    background-color: #EC148E;
    border-radius: 0;
}


.btn--pinkpony:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 20, 153)), to(#EC148E));
    background: -o-linear-gradient(rgb(255, 20, 153), #EC148E);
    background: linear-gradient(rgb(255, 20, 153), #EC148E);
}


.btn--bluesponge {
    background-color: #16244C;
    border-radius: 0;
}


.btn--bluesponge:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(23, 48, 117)), to(#16244C));
    background: -o-linear-gradient(rgb(23, 48, 117), #16244C);
    background: linear-gradient(rgb(23, 48, 117), #16244C);
}


.btn--redmalina {
    background-color: #A61D36;
    border-radius: 0;
}

.btn--bg-cyan-light{
    background-color: #008066;
    border-radius: 0 !important;
}
.btn--bg-chocholate-light{
    background-color: #cba668;
    border-radius: 0 !important;
}

.btn--redmalina:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(207, 28, 61)), to(#A61D36));
    background: -o-linear-gradient(rgb(207, 28, 61), #A61D36);
    background: linear-gradient(rgb(207, 28, 61), #A61D36);
}


.btn--browndruzinski {
    background-color: #633D2D;
    border-radius: 0;
}


.btn--browndruzinski:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(140, 74, 46)), to(#633D2D));
    background: -o-linear-gradient(rgb(140, 74, 46), #633D2D);
    background: linear-gradient(rgb(140, 74, 46), #633D2D);
}


.btn--orangesummerparty {
    background-color: #E79636;
    border-radius: 0;
}


.btn--orangesummerparty:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 164, 54)), to(#E79636));
    background: -o-linear-gradient(rgb(255, 164, 54), #E79636);
    background: linear-gradient(rgb(255, 164, 54), #E79636);
}


.btn--rosedarkpink {
    background-color: #A94877;
    border-radius: 0;
}


.btn--rosedarkpink:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(209, 71, 138)), to(#A94877));
    background: -o-linear-gradient(rgb(209, 71, 138), #A94877);
    background: linear-gradient(rgb(209, 71, 138), #A94877);
}


.btn--rosedarkyellow {
    background-color: #834528;
    border-radius: 0;
}


.btn--rosedarkyellow:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(171, 82, 41)), to(#834528));
    background: -o-linear-gradient(rgb(171, 82, 41), #834528);
    background: linear-gradient(rgb(171, 82, 41), #834528);
}


.btn--brownposlji {
    background-color: #b1796a;
    padding: 6px 24px 7px;
    float: right;

}


.btn--brownposlji:hover {
    background-color: rgb(176, 121, 106);
    background-color: rgba(176, 121, 106, .9);
    padding: 6px 24px 7px;
    float: right;
}


.btn--darkblueposlji {
    background-color: #1F3452;
    border-radius: 0;
    padding: 6px 24px 7px;
    float: right;
}


.btn--darkblueposlji:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(31, 69, 122)), to(#1F3452));
    background: -o-linear-gradient(rgb(31, 69, 122), #1F3452);
    background: linear-gradient(rgb(31, 69, 122), #1F3452);
    border-radius: 0;
    padding: 6px 24px 7px;
    float: right;
}


.btn--newsletterposlji {
    font-size: 25px;
    padding-top: 0;
    background: transparent;
}


@media (min-width: 530px) {


    .btn--newsletterposlji {
        font-size: 60px;
        padding-top: 12px
    }
}


.btn--newsletterposlji:hover {
    font-size: 25px;
    padding-top: 0;
    background: transparent;
}


@media (min-width: 530px) {


    .btn--newsletterposlji:hover {
        font-size: 60px;
        padding-top: 12px
    }
}


.site-header {
    /*z-index: 3;*/
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding: 5px 0;
    /*  background-color: #000;*/
    height: 20px;
}


@media (min-width: 960px) {


    .site-header {
        z-index: 3;
        position: relative;
        /*  background-color: transparent;*/
        padding: 0px 0 20px;
        /*
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    */
        height: 85px
    }
}


.site-header__fixed {
    position: fixed;
    width: 100%;
    display: none;
    z-index: 101;
    /* background-color: #658D3D;*/
    /* border-bottom: 1px solid #285228;*/
    padding: 0px 0 10px;
    height: 52px;
}

.site-header__fixed .leone-logo img {
    width: 135px;
}

@media (min-width: 530px) {


    .site-header__fixed {
        height: 50px
    }
}


@media (min-width: 960px) {


    .site-header__fixed {
        height: 84px;
        padding: 20px 0 10px
    }
}


.site-header__menu {
    visibility: hidden;
    position: absolute;
    background-color: #A94877;
    left: 0;
    right: 0;
    top: -20px;
    padding-top: 58px;
    opacity: 0;
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%);
    -webkit-transition: opacity .3s ease-out, visibility .3s ease-out, -webkit-transform .3s ease-out;
    transition: opacity .3s ease-out, visibility .3s ease-out, -webkit-transform .3s ease-out;
    -o-transition: opacity .3s ease-out, visibility .3s ease-out, transform .3s ease-out;
    transition: opacity .3s ease-out, visibility .3s ease-out, transform .3s ease-out;
    transition: opacity .3s ease-out, visibility .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
    padding-bottom: 20px;
}


.site-header__menu--active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    padding-top: 80px;
    text-align: center;
    z-index: 3;
}


.site-header__menu--active .main-navigation__leftC li.activesubmenu .submenu {
    position: relative;
    margin: 0 auto;


}


.site-header__menu--active .main-navigation__leftC li.activesubmenu .submenu a {
    font-size: 16px;
    margin: 0;
}


.site-header__menu--active .main-navigation__leftC li.activesubmenu .submenu li {
    line-height: 1;
}


@media (min-width: 960px) {


    .site-header__menu {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0) scale(1);
        -ms-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
        position: static;
        background-color: transparent;
        /*float: right;*/
        padding-top: 0;
        padding-bottom: 0;
        top: 0;
        z-index: 1
    }
}


.site-header__search-trigger {
    cursor: pointer;
    color: #FFF;
    font-size: 1.2rem;
    position: absolute;
    top: 6px;
    right: 16px;
}


@media (min-width: 530px) {


    .site-header__search-trigger {
        top: 4px;
        font-size: 1.4rem
    }
}


@media (min-width: 960px) {


    .site-header__search-trigger {
        display: none
    }
}


.site-header__menu-trigger {
    color: #A94877;
    cursor: pointer;
    font-size: 2.2rem;
    position: absolute;
    z-index: 10;
    top: 8px;
    right: 16px;
}

.site-header__menu-trigger.icon-window-close {
    color: #fff;
}

@media (min-width: 960px) {


    .site-header__menu-trigger {
        display: none
    }
}


.site-header__util {
    padding: 0 0 0 20px;
}


@media (min-width: 960px) {


    .site-header__util {
        padding: 25px 0 0;
        float: right
    }
}


.site-header__btn {
    margin-right: 20px;
}


@media (min-width: 960px) {


    .site-header__btn {
        float: left
    }
}


.site-header .btn--with-photo {
    margin-right: 0;
}


.site-header-info {
    display: block;
    /* z-index: 3;*/
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 0 0;
}

/*  border-bottom: 1px solid;*/


@media (min-width: 960px) {


    .site-header-info {
        /* display: none;*/
        /* background-color: #658D3D;*/
        padding: 30px 0 20px
    }
}


/*background-color: #658D3D;*/


.site-header-info__menu {
    visibility: visible;
    position: relative;
    /* background-color: rgba(0, 0, 0, 0.89);*/
    right: 0;
    opacity: 1;
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%);
    -webkit-transition: opacity .3s ease-out, visibility .3s ease-out, -webkit-transform .3s ease-out;
    transition: opacity .3s ease-out, visibility .3s ease-out, -webkit-transform .3s ease-out;
    -o-transition: opacity .3s ease-out, visibility .3s ease-out, transform .3s ease-out;
    transition: opacity .3s ease-out, visibility .3s ease-out, transform .3s ease-out;
    transition: opacity .3s ease-out, visibility .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
}


.site-header-info__menu--active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    text-align: center;
}


@media (min-width: 960px) {


    .site-header-info__menu {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0) scale(1);
        -ms-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
        position: static;
        background-color: transparent;
        float: left;
        padding-top: 0;
        padding-bottom: 0;
        top: 0;
        z-index: 1
    }
}


.site-header-info__location {
    display: none;
}


@media (min-width: 960px) {


    .site-header-info__location {
        display: inline-block
    }
}


.site-header-info__phone {
    display: none;

}


@media (min-width: 960px) {


    .site-header-info__phone {
        display: inline-block

    }
}


.site-header-info__mail {
    display: none;

}


@media (min-width: 960px) {


    .site-header-info__mail {
        display: inline-block

    }
}


.site-header-info__search-trigger {
    cursor: pointer;
    color: #000;
    font-size: 1.2rem;
    position: absolute;
    top: 6px;
    right: 16px;
}


@media (min-width: 530px) {


    .site-header-info__search-trigger {
        top: 4px;
        font-size: 1.4rem
    }
}


@media (min-width: 960px) {


    .site-header-info__search-trigger {
        display: none
    }
}


.site-header-info__util {
    padding: 0 0 0 20px;
}


@media (min-width: 960px) {


    .site-header-info__util {
        padding: 0px 0 0;
        float: right
    }
}


.site-header-info__btn {
    margin-right: 20px;
}


@media (min-width: 960px) {


    .site-header-info__btn {
        float: left
    }
}


.site-header-info .btn--with-photo {
    margin-right: 0;
}


.site-footer {
    padding: 0px 0 0 0;
}


.site-footer p {
    font-size: .9rem;
}


.site-footer .headline {
    color: #fff;
    margin-bottom: .33rem;
}


.site-footer__link {
    /* color: #00B0EB;*/
    text-decoration: none;
}


.site-footer__link:hover {
    /* color: #00B0EB;*/
    text-decoration: underline;
}


.site-footer__link img {
    position: relative;

}


@media (min-width: 960px) {
}


@media (min-width: 1100px) {


    .site-footer__link img {
        position: absolute;
        vertical-align: top;
        top: 0

    }
}


.site-footer__innerbgimg_logo {
    background-position: center top;
    background-repeat: no-repeat;
}


@media (min-width: 960px) {


    .site-footer__innerbgimg_logo {
        background-position: left top
    }
}


/* .site-footer__innerbgimg_logo svg {
    margin-top: -1px;
} */


.site-footer__inner {
    border-bottom: 1px solid rgba(242, 242, 242, .4);
    padding: 60px 16px;
}


.site-footer__innerposamezna {
    border-bottom: 1px solid rgba(242, 242, 242, .4);
    padding: 0px 16px 60px;
}


.site-footer__col-one {
    text-align: center;
    padding: 10px 10px 35px;
}


@media (min-width: 960px) {


    .site-footer__col-one {
        padding: 0;
        text-align: left;
        /*width: 33%;*/
        width: 25%;
        float: left
    }
}


.site-footer__col-two-three-group {
    text-align: center;
    width: 85%;
    margin: 0 auto;
}


@media (min-width: 960px) {


    .site-footer__col-two-three-group {
        text-align: left;
        float: left;
        width: 42%;
        margin: 0
    }
}


.site-footer__col-two {
    padding-bottom: 20px;
}


@media (min-width: 960px) {


    .site-footer__col-two {
        padding-bottom: 0;
        width: 50%;
        float: left
    }
}


.site-footer__col-three {
    padding-bottom: 20px;
}


@media (min-width: 960px) {


    .site-footer__col-three {
        padding-bottom: 0;
        width: 50%;
        float: left
    }
}


.site-footer__col-four {
    padding-top: 20px;
    width: 40%;
    margin: 0 auto;
    clear: both;
    text-align: center;
}


@media (min-width: 960px) {


    .site-footer__col-four {
        padding-top: 0;
        margin: 0;
        clear: none;
        text-align: left;
        width: 32%;
        float: right;
        position: relative
    }
}


.site-footer__copyright {
    background-color: #16244B;
    text-align: center;
    padding: 15px 0;

}


@media (min-width: 530px) {


    .site-footer__copyright {
        padding: 20px 0;
        height: auto

    }
}


.site-footer__copyright p {
    color: #fff;
    background-color: #16244B;
    margin: 0 auto;
    font-size: 15px;
    padding: 0 16px;
}


@media (min-width: 530px) {


    .site-footer__copyright p {
        font-size: 16px
    }
}


/* INFO */


.main-navigation-info {
    padding-top: 0px;
}


.main-navigation-info ul {
    padding: 0;
    margin: 0;
}


.main-navigation-info ul:before,
.main-navigation-info ul:after {
    content: " ";
    display: table;
}


.main-navigation-info ul:after {
    clear: both;
}


@media (min-width: 960px) {


    .main-navigation-info {
        float: left;
        margin-right: 0px
    }
}


.main-navigation-info li {
    list-style: none;
    display: inline-block;
}


@media (min-width: 960px) {


    .main-navigation-info li {
        float: left;
        padding-right: 20px
    }
}


.main-navigation-info li:last-child {
    list-style: none;
    padding-right: 0;
}


.main-navigation-info a {
    display: inline-block;
    padding: 3px 3px;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
}


@media (min-width: 960px) {


    .main-navigation-info a {
        display: inline-block;
        padding: 0;
        font-size: 21px
    }
}


.main-navigation-info .current-menu-item a,
.main-navigation-info a:hover {
    color: #63B63D;
}


.main-navigation {
    padding-top: 20px;
}


.main-navigation ul {
    padding: 0;
    margin: 0;
}


.main-navigation ul:before,
.main-navigation ul:after {
    content: " ";
    display: table;
}


.main-navigation ul:after {
    clear: both;
}


@media (min-width: 960px) {


    .main-navigation {
        float: left;
        width: 100%
    }
}


@media (min-width: 1350px) {


    .main-navigation {
        float: left;
        width: 100%
    }
}


@media (min-width: 960px) {


    .main-navigation__leftC {
        float: left;
        text-align: left;
        width: 40%
    }
}


@media (min-width: 960px) {


    .main-navigation__rightC {
        float: right;
        text-align: right;
        width: 42%
    }
}


.main-navigation__leftC li {
    list-style: none;
}


@media (min-width: 960px) {


    .main-navigation__leftC li {
        float: left;
        padding-left: 70px
    }
}


@media (min-width: 1350px) {


    .main-navigation__leftC li {
        padding-left: 90px
    }
}


.main-navigation__rightC li {
    list-style: none;
}


@media (min-width: 960px) {


    .main-navigation__rightC li {
        float: right;
        padding-left: 40px
    }
}


@media (min-width: 1100px) {


    .main-navigation__rightC li {
        padding-left: 70px
    }
}


@media (min-width: 1350px) {


    .main-navigation__rightC li {
        padding-left: 90px
    }
}


.main-navigation__leftC li:first-child {
    list-style: none;
    padding-left: 0;
}


.main-navigation li {
    list-style: none;
}


@media (min-width: 960px) {


    .main-navigation li {
        /*  float: left;*/
        /*padding-left: 20px;*/
    }
}


.main-navigation a {
    display: block;
    padding: 10px 20px;
    color: #FFF;
    text-decoration: none;
    letter-spacing: 1px;
}


@media (min-width: 960px) {


    .main-navigation a {
        display: inline-block;
        font-size: 21px;
        padding: 0 0 20px
    }
}


/*submenu*/


.mainsubmenu {
    font-size: 18px;
    /*padding: 5px 0px;*/
    color: #fff;
    position: relative;
}


@media (min-width: 960px) {


    .mainsubmenu {
        /* padding: 5px 20px;*/
        font-size: 16px
    }
}


@media (min-width: 1350px) {
    .mainsubmenu {
        font-size: 20px
    }
}


.mainsubmenu ul {
    display: none;
    position: absolute;
    top: 0;
}


.mainsubmenu ul.submenu {
    display: none;
    position: absolute;
    top: 0;
    height: 220px;
    background-size: auto;
}

.mainsubmenu ul li {
    padding: 0;
    margin: 0;
}

.main-navigation__leftC li.active a {
    padding-left: 20px;
    color: #63b63d;
}


.dissvg {
    display: none;
    line-height: 25px;
    vertical-align: top;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.main-navigation__leftC li.activesubmenu {
    color: #1F345F;

    cursor: auto;
}


.main-navigation__leftC li.activesubmenu .dissvg {
    display: inline-block;

}


/* add hover behaviour */


.main-navigation__leftC a:hover {

    /*background-color: #C5C5C5;*/
}


.main-navigation__leftC li.activesubmenu .submenu {
    display: block;
    max-height: 300px;
    padding-left: 0px;
    line-height: 0;
    margin-top: 45px;
    margin-left: -34px;
    max-width: 130px;
    padding: 15px;
}


/*
  submenu
*/


.submenu {
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
}


.submenu a {
    padding-left: 6px;
    color: #000;
    font-size: 18px;
    z-index: 2;
    padding-bottom: 5px;
}


@media (min-width: 960px) {


    .submenu a {
        font-size: 18px
    }
}


@media (min-width: 1350px) {


    .submenu a {
        font-size: 18px
    }
}


.submenu li {

    padding-left: 0px;
    padding-top: 0;
    padding-bottom: 5px;

    background-repeat: no-repeat;
    background-size: cover;
    width: 130px;
    text-align: center;
    line-height: 1.3;

}


.main-navigation .main-navigation__leftC li:hover .submenu li {
    padding-left: 0px;
    padding-top: 0;
    padding-bottom: 5px;

    background-repeat: no-repeat;
    background-size: cover;
    width: 130px;
    text-align: center;

}


.submenu {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.main-navigation .current-menu-item a,
.main-navigation .current-menu-item_char_point a,
.main-navigation a:hover {
    padding-bottom: 20px;
    display: inline-block;
    position: relative;
    background-image: url('images/pika_menu.png');
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: bottom;
}


.main-navigation .main-navigation__leftC li.current-menu-item_char_point ul.submenu li a {


    background-image: none;
    padding-left: 0px;
    padding-bottom: 5px;


}


.main-navigation .main-navigation__leftC li ul.submenu li a:hover {
    padding-bottom: 5px;
}


/* Style the navbar */


#navbar {
    overflow: hidden;
    background-color: #000;
}


/* Navbar links */


#navbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px;
    text-decoration: none;
}


/* Page content */


.content {
    padding: 16px;
}


/* The sticky class is added to the navbar with JS when it reaches its scroll position */


.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}


/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */


.sticky + .content {
    padding-top: 60px;
}


.home-visual {
    position: relative;
    padding: 180px 0 50px;
    z-index: 0;
}

.home-visual-first {
    padding: 28px 0 50px;
}

@media (max-width: 960px) {
    .home-visual {
        z-index: 0;
        padding: 50px 0 100px
    }
    #lonci{
        padding: 180px 0 50px;
    }
}


.home-visual__content {
    /*position: absolute;*/
    /*z-index: 2;*/
    display: inline-block;
    z-index: 0;
    top: 180px;
    left: 16px;

}


.home-visual__title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 3.6rem;
    margin: 0 0 1rem 0;
    color: #FFF;
}


@media (min-width: 530px) {


    .home-visual__title {
        font-size: 5rem
    }
}


.home-visual__bg-image {
    /* opacity: .7;*/
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


.home-visual__tubs_boxes {
    /*display: inline-block;*/
    background-size: cover;
    background-repeat: no-repeat;

}


@media (min-width: 530px) {


    .home-visual__tubs_boxes {
        background-position: right;
        background-size: contain

    }
}


@media (min-width: 960px) {


    .home-visual__tubs_boxes {
        background-size: 110% 100%;
        background-position: right

    }
}


@media (min-width: 1100px) {


    .home-visual__tubs_boxes {
        background-size: 110% 100%

    }
}


@media (min-width: 1350px) {


    .home-visual__tubs_boxes {
        /*margin-left: 400px;*/
        background-repeat: no-repeat;
        background-position: center

    }
}


.home-visual__tubs_boxes ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}


@media (min-width: 960px) {


    .home-visual__tubs_boxes ul {
        padding-top: 90px;
        margin: 0 0 25px 0;
        text-align: center;
        display: flex;
    }
}


.home-visual__tubs_boxes li {
    display: inline-block;
    width: 48%;

}


@media (min-width: 530px) {


    .home-visual__tubs_boxes li {
        width: 16%;
        padding-top: 0px

    }
}


@media (min-width: 960px) {


    .home-visual__tubs_boxes li {
        padding-top: 50px;
        padding-top: 0px;
        /* width: 16% */

    }
}


@media (min-width: 1350px) {


    .home-visual__tubs_boxes li {
        padding-left: 25px

    }
}


.home-visual__tubs_boxes li:first-child {
    display: inline-block;
    width: 0;
    text-align: left;

}


@media (min-width: 530px) {
}


@media (min-width: 960px) {


    .home-visual__tubs_boxes li:first-child {
        width: 30%

    }
}


@media (min-width: 1350px) {


    .home-visual__tubs_boxes li:first-child {
        width: 25%

    }
}


.home-visual__tubs_boxes_two {
    /*display: inline-block;*/
    background-size: cover;
    background-repeat: no-repeat;

}


@media (min-width: 530px) {


    .home-visual__tubs_boxes_two {
        background-position: right;
        background-size: contain

    }
}


@media (min-width: 960px) {


    .home-visual__tubs_boxes_two {
        background-size: contain;
        background-position: center

    }
}


@media (min-width: 1100px) {


    .home-visual__tubs_boxes_two {
        background-size: contain

    }
}


@media (min-width: 1350px) {


    .home-visual__tubs_boxes_two {
        /*margin-left: 400px;*/
        background-repeat: no-repeat;
        background-position: center

    }
}


.home-visual__tubs_boxes_two ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}


@media (min-width: 960px) {


    .home-visual__tubs_boxes_two ul {
        padding-top: 90px;
        margin: 0 0 25px 0;
        text-align: center
    }
}


.home-visual__tubs_boxes_two li {
    display: inline-block;
    width: 48%;

}


@media (min-width: 530px) {


    .home-visual__tubs_boxes_two li {
        width: 16%;
        padding-top: 0px

    }
}


@media (min-width: 960px) {


    .home-visual__tubs_boxes_two li {
        padding-top: 50px;
        padding-top: 0px;
        width: 20%

    }
}


@media (min-width: 1350px) {


    .home-visual__tubs_boxes_two li {
        padding-left: 25px

    }
}


.home-visual__tubs_boxes_two li.medium {
    display: inline-block;
    width: 48%;

}


@media (min-width: 530px) {


    .home-visual__tubs_boxes_two li.medium {
        width: 20%;
        padding-top: 0px

    }
}


@media (min-width: 960px) {


    .home-visual__tubs_boxes_two li.medium {
        padding-top: 50px;
        padding-top: 0px;
        width: 23%

    }
}


@media (min-width: 1350px) {


    .home-visual__tubs_boxes_two li.medium {
        padding-left: 25px

    }
}


.home-visual__tubs_boxes_two li:first-child {
    display: inline-block;
    width: 0;
    text-align: left;

}


@media (min-width: 530px) {
}


@media (min-width: 960px) {


    .home-visual__tubs_boxes_two li:first-child {
        width: 30%

    }
}


@media (min-width: 1350px) {


    .home-visual__tubs_boxes_two li:first-child {
        width: 25%

    }
}


li .home-visual__tubs_boxes_big {
    display: none;
    opacity: 0;
    z-index: 3;
}


@media (min-width: 960px) {


    li .home-visual__tubs_boxes_big {
        display: block;
        position: absolute;
        top: -70px;
        margin-left: -100px;
        width: 450px
    }
}


.home-visual__tub_box_text_first {
    z-index: 4;
    top: -145px;
    left: 16px;
    opacity: 1;
    position: absolute;
}
@media (max-width: 960px) {
    .home-visual__tub_box_text_first {
        z-index: 4;
        top: -145px;
        left: 50%;
        transform: translate(-50%,0);
        opacity: 1;
        position: absolute;
    }
}

@media (min-width: 960px) {


    .home-visual__tub_box_text_first {
        top: -200px

    }
}


@media (min-width: 960px) {
    li:hover .home-visual__tub_box_text_first {
        z-index: 1;
        top: -200px;
        left: 16px;
        opacity: 1;
        position: absolute;
    }
}

.home-visual__tub_box_text {
    display: none;
    z-index: 0;

    opacity: 0;

}


@media (min-width: 960px) {


    .home-visual__tub_box_text {
        display: block;
        top: -170px;
        left: 16px;
        position: absolute;
        width: 30%

    }
}
@media (min-width: 960px) {
    li:hover .home-visual__tub_box_text {
        z-index: 4;
        opacity: 1;
    }
}


.home-visual__tub_box_two {
    /* display: inline-block;
    position: relative;
    z-index: 2;
    */
    position: relative;

}


@media (min-width: 960px) {


    .home-visual__tub_box_two {
        margin-top: -160px

    }
}

@media (min-width: 960px) {
    li:hover .home-visual__tubs_boxes_big {
        width: 450px;
        opacity: 1;
        -webkit-transition: all 1s ease-out, -webkit-transform 1s ease-out;
        transition: all 1s ease-out, -webkit-transform 1s ease-out;
        -o-transition: all 1s ease-out, transform 1s ease-out;
        transition: all 1s ease-out, transform 1s ease-out;
        transition: all 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
        top: -110px;
        cursor: pointer;
        margin-left: -100px;
        z-index: 6;
    }
}

li .home-visual__tubs_boxes_small {
    position: relative;
    z-index: 5;

}


li .home-visual__tubs_boxes_small img {
    width: 140px;
}


@media (min-width: 960px) {


    li .home-visual__tubs_boxes_small img {
        /*width: 210px;*/
        width: 100%
    }
}

@media (min-width: 960px) {
    li:hover .home-visual__tubs_boxes_small {
        opacity: 0;
        z-index: 6;
    }
}


li .home-visual__tubs_boxes_big_two {
    display: none;
    opacity: 0;
    z-index: 3;
}


@media (min-width: 960px) {


    li .home-visual__tubs_boxes_big_two {
        display: block;
        position: absolute;
        top: -100px;
        margin-left: -100px;
        width: 450px
    }
}


li.medium .home-visual__tubs_boxes_big_two {
    display: none;
    opacity: 0;
    z-index: 3;
}


@media (min-width: 960px) {


    li.medium .home-visual__tubs_boxes_big_two {
        display: block;
        position: absolute;
        top: 0px;
        margin-left: -100px;
        width: 450px
    }
}

@media (min-width: 960px) {
    li:hover .home-visual__tubs_boxes_big_two {
        width: 450px;
        opacity: 1;
        -webkit-transition: all 1s ease-out, -webkit-transform 1s ease-out;
        transition: all 1s ease-out, -webkit-transform 1s ease-out;
        -o-transition: all 1s ease-out, transform 1s ease-out;
        transition: all 1s ease-out, transform 1s ease-out;
        transition: all 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
        top: -110px;
        cursor: pointer;
        margin-left: -100px;
        z-index: 6;
    }
}

li.medium:hover .home-visual__tubs_boxes_big_two {
    width: 450px;
    opacity: 1;
    -webkit-transition: all 1s ease-out, -webkit-transform 1s ease-out;
    transition: all 1s ease-out, -webkit-transform 1s ease-out;
    -o-transition: all 1s ease-out, transform 1s ease-out;
    transition: all 1s ease-out, transform 1s ease-out;
    transition: all 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
    top: -30px;
    cursor: pointer;
    margin-left: -100px;
    z-index: 6;
}


li .home-visual__tubs_boxes_small_two {
    position: relative;
    z-index: 5;

}


li.medium .home-visual__tubs_boxes_small_two {
    position: relative;
    z-index: 5;
    padding-top: 30px;
}


li .home-visual__tubs_boxes_small_two img {
    width: 140px;
}


@media (min-width: 960px) {


    li .home-visual__tubs_boxes_small_two img {
        /*width: 210px;*/
        width: 100%
    }
}

@media (min-width: 960px) {
    li:hover .home-visual__tubs_boxes_small_two {
        opacity: 0;
        z-index: 6;
    }
}

/* wtbuy */


.home-visual__wtbuy_container {

    z-index: 2;
}


@media (min-width: 960px) {


    .home-visual__wtbuy_container {
        height: 426px
    }
}


.home-visual__wtbuy_imgleft {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 3%;
    width: 300px;
    opacity: 0;

}


@media (min-width: 530px) {


    .home-visual__wtbuy_imgleft {
        opacity: 0

    }
}


@media (min-width: 767px) {


    .home-visual__wtbuy_imgleft {
        opacity: .8

    }
}


@media (min-width: 960px) {


    .home-visual__wtbuy_imgleft {
        opacity: .8

    }
}


.home-visual__wtbuy_inner_left {

    padding-top: 2%;
    padding-left: 0px;
    z-index: 2;
    text-align: center;

}


@media (min-width: 530px) {


    .home-visual__wtbuy_inner_left {
        padding-left: 0px

    }
}


@media (min-width: 960px) {


    .home-visual__wtbuy_inner_left {
        float: left;
        text-align: left
        /* padding-left: 110px;*/

    }
}


.home-visual__wtbuy_inner_left img {
    width: 20%;
}


@media (min-width: 960px) {


    .home-visual__wtbuy_inner_left img {
        width: 100%
    }
}


.home-visual__wtbuy_inner_right {
    position: relative;
    right: 0;
    padding-top: 3%;
    z-index: 1;
}


@media (min-width: 530px) {


    .home-visual__wtbuy_inner_right {
        position: relative;
        text-align: center
    }
}


@media (min-width: 960px) {


    .home-visual__wtbuy_inner_right {
        position: absolute;
        padding-top: 2%
    }
}


@media (min-width: 1350px) {


    .home-visual__wtbuy_inner_right {
        position: absolute;
        right: 0
    }
}


@media (min-width: 1400px) {


    .home-visual__wtbuy_inner_right {
        position: absolute;
        right: 0
    }
}


.home-visual__wtbuy_inner_right svg {
    width: 100%;
    margin-top: 0px;
    height: 100%;
}


@media (min-width: 530px) {


    .home-visual__wtbuy_inner_right svg {
        width: 80%
    }
}


@media (min-width: 960px) {


    .home-visual__wtbuy_inner_right svg {
        float: right;
        margin-top: 0px;
        width: 70%
    }
}


@media (min-width: 1350px) {


    .home-visual__wtbuy_inner_right svg {
        margin-top: 0px;
        width: 100%
    }
}


.home-visual__wtbuy_inner_img_arrow {
    position: absolute;
}


.home-visual__wtbuy_inner_img_arrow img {
    height: 100px;
}


.home-visual__wtbuy_inner_img_arrow_shortext {
    left: 115px;
    position: absolute;
    top: 46px;
}


.home-visual__wtbuy_inner_img_arrow_shortext img {
    height: 15px;
}


@media (min-width: 960px) {


    .home-visual__wtbuy_bottomspace {
        height: 200px
    }
}


.home-visual-sticks {

    position: relative;
    padding: 0;

}


@media (min-width: 960px) {


    .home-visual-sticks {
        padding: 180px 0 100px

    }
}


.home-visual-sticks__content {
    /*position: absolute;*/
    /*z-index: 2;*/
    display: inline-block;
    z-index: 0;
    top: 180px;
    left: 16px;

}


.home-visual-sticks__title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 3.6rem;
    margin: 0 0 1rem 0;
    color: #FFF;
}


@media (min-width: 530px) {


    .home-visual-sticks__title {
        font-size: 5rem
    }
}


.home-visual-sticks__bg-image {
    position: absolute;
    bottom: 0;
    z-index: 4;
    /*right: 6%;*/
    width: 85%;
}


@media (min-width: 767px) {


    .home-visual-sticks__bg-image {
        bottom: 60px;
        width: 55%;
        right: 13%
    }
}


@media (min-width: 960px) {


    .home-visual-sticks__bg-image {
        bottom: 0;
        width: 45%;
        right: 6%
    }
}


@media (min-width: 1350px) {


    .home-visual-sticks__bg-image {
        bottom: 0;
        right: 6%
    }
}


.home-visual-sticks__tubs_boxes {
    /*display: inline-block;*/

    background-repeat: no-repeat;
    background-position: bottom;
}


@media (min-width: 960px) {


    .home-visual-sticks__tubs_boxes {
        margin-left: 400px
    }
}


.home-visual-sticks__tubs_boxes ul {
    list-style: none;
    padding: 20px 0 0 0;
}


@media (min-width: 960px) {


    .home-visual-sticks__tubs_boxes ul {
        /*padding-top: 90px;*/
        text-align: center
    }
}


.home-visual-sticks__tubs_boxes li {
    display: inline-block;
    text-align: right;
}


@media (min-width: 960px) {


    .home-visual-sticks__tubs_boxes li {
        text-align: center
    }
}


.home-visual-sticks__tubs_boxes li:first-child {
    display: inline-block;
    text-align: left;

}


@media (min-width: 530px) {
}


@media (min-width: 960px) {
}


@media (min-width: 1350px) {
}


li .home-visual-sticks__tubs_boxes_big {
    display: none;
    opacity: 0;

    z-index: 3;
}


@media (min-width: 960px) {


    li .home-visual-sticks__tubs_boxes_big {
        display: block;
        position: absolute;
        top: -100px;
        margin-left: 0px;
        width: 300px
    }
}


.home-visual-sticks__tub_box_text_first {
    z-index: 1;
}


@media (min-width: 960px) {


    .home-visual-sticks__tub_box_text_first {
        top: -180px;
        left: 16px;
        opacity: 1;
        position: absolute
    }
}

@media (min-width: 960px) {
    li:hover .home-visual-sticks__tub_box_text_first {
        z-index: 1;
        top: -180px;
        left: 16px;
        opacity: 1;
        position: absolute;
    }
}

.home-visual-sticks__tub_box_text {
    z-index: 0;
    top: -180px;
    left: 16px;
    opacity: 0;
    position: absolute;
    width: 34%;
}

@media (min-width: 960px) {
    li:hover .home-visual-sticks__tub_box_text {
        z-index: 1;
        opacity: 1;


    }
}

.home-visual-sticks__tub_box {
    /* display: inline-block;
    position: relative;
    z-index: 2;
    */
}

@media (min-width: 960px) {
    li:hover .home-visual-sticks__tubs_boxes_big {
        width: 300px;
        opacity: 1;
        -webkit-transition: all 1s ease-out, -webkit-transform 1s ease-out;
        transition: all 1s ease-out, -webkit-transform 1s ease-out;
        -o-transition: all 1s ease-out, transform 1s ease-out;
        transition: all 1s ease-out, transform 1s ease-out;
        transition: all 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
        top: -110px;
        cursor: pointer;
        margin-left: 0px;
        z-index: 3;
    }
}

li .home-visual-sticks__tubs_boxes_small {
    position: relative;
    z-index: 1;
    margin-right: -60px;
}


li .home-visual-sticks__tubs_boxes_small img {
    width: 110px;
}


@media (min-width: 767px) {


    li .home-visual-sticks__tubs_boxes_small img {
        width: 185px
    }
}


@media (min-width: 960px) {


    li .home-visual-sticks__tubs_boxes_small img {
        width: 234px
    }
}

@media (min-width: 960px) {
    li:hover .home-visual-sticks__tubs_boxes_small {
        opacity: 0;
        z-index: 2;
    }
}

.home-visual-cones {

    position: relative;
    padding: 0;


}


@media (min-width: 960px) {


    .home-visual-cones {
        padding: 140px 0 100px


    }
}


.home-visual-cones__content {
    /*position: absolute;*/
    /*z-index: 2;*/
    display: inline-block;
    z-index: 0;
    top: 180px;
    left: 16px;

}


.home-visual-cones__title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 3.6rem;
    margin: 0 0 1rem 0;
    color: #FFF;
}


@media (min-width: 530px) {


    .home-visual-cones__title {
        font-size: 5rem
    }
}


.home-visual-cones__tubs_boxes {
    /*display: inline-block;*/

    background-repeat: no-repeat;
    background-size: contain;
}


@media (min-width: 960px) {


    .home-visual-cones__tubs_boxes {
        margin-left: 400px
    }
}


.home-visual-cones__tubs_boxes ul {
    list-style: none;
    padding: 20px 0 0 0;
    text-align: center;
}


@media (min-width: 960px) {


    .home-visual-cones__tubs_boxes ul {
        padding-top: 0px
    }
}


.home-visual-cones__tubs_boxes li {
    display: inline-block;
    width: 48%;

}


@media (min-width: 530px) {


    .home-visual-cones__tubs_boxes li {
        width: 24%

    }
}


.home-visual-cones__tubs_boxes li:first-child {
    display: inline-block;
    width: 100%;

}


li .home-visual-cones__tubs_boxes_big {
    display: none;
    opacity: 0;

    z-index: 3;
}


@media (min-width: 960px) {


    li .home-visual-cones__tubs_boxes_big {
        display: block;
        position: absolute;
        top: -70px;
        margin-left: -100px;
        width: 450px
    }
}


.home-visual-cones__tub_box_text_first {
    z-index: 1;
    opacity: 1;
}


@media (min-width: 960px) {


    .home-visual-cones__tub_box_text_first {
        top: -130px;
        left: 16px;
        position: absolute
    }
}


@media (min-width: 1350px) {


    .home-visual-cones__tub_box_text_first {
        top: -100px
    }
}

@media (min-width: 960px) {
    li:hover .home-visual-cones__tub_box_text_first {
        z-index: 1;
        top: -140px;
        left: 16px;
        opacity: 1;
        position: absolute;

    }
}


.home-visual-cones__tub_box_text {
    z-index: 0;
    top: -140px;
    left: 16px;
    opacity: 0;
    position: absolute;
    width: 34%;
}


@media (min-width: 960px) {


    .home-visual-cones__tub_box_text {
        top: -100px
    }
}


@media (min-width: 1350px) {


    .home-visual-cones__tub_box_text {
        top: -50px
    }
}

@media (min-width: 960px) {
    li:hover .home-visual-cones__tub_box_text {
        z-index: 1;
        opacity: 1;
    }
}


.home-visual-cones__tub_box {
    /* display: inline-block;
    position: relative;
    z-index: 2;
    */
}

@media (min-width: 960px) {
    li:hover .home-visual-cones__tubs_boxes_big {
        width: 450px;
        opacity: 1;
        -webkit-transition: all 1s ease-out, -webkit-transform 1s ease-out;
        transition: all 1s ease-out, -webkit-transform 1s ease-out;
        -o-transition: all 1s ease-out, transform 1s ease-out;
        transition: all 1s ease-out, transform 1s ease-out;
        transition: all 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
        top: -110px;
        cursor: pointer;
        margin-left: -100px;
        z-index: 3;
    }

}

li .home-visual-cones__tubs_boxes_small {
    position: relative;
    z-index: 1;
}


li .home-visual-cones__tubs_boxes_small img {
    width: 130px;
}


@media (min-width: 960px) {


    li .home-visual-cones__tubs_boxes_small img {
        width: 100%
    }
}

@media (min-width: 960px) {
    li:hover .home-visual-cones__tubs_boxes_small {
        opacity: 0;
        z-index: 2;
    }
}

.home-visual-licences {
    position: relative;
    padding: 90px 0 50px
}

.home-visual-news {
    padding: 90px 0 50px
}

.home-visual-news .btn__secondary {
    padding: 7px 20px;
}

.home-visual-news .toolbar {
    text-align: center;
    margin-top: 20px;
}

@media (min-width: 960px) {
    .home-visual-licences {
        padding: 180px 0 100px
    }
    .home-visual-news {
        padding: 0 0 100px
    }

    .home .home-visual-news {
        padding: 100px 0 100px
    }
}


.home-visual-licences__content {
    /*position: absolute;*/
    /*z-index: 2;*/
    display: inline-block;
    z-index: 0;
    top: 180px;
    left: 16px;

}


.home-visual-licences__title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 3.6rem;
    margin: 0 0 1rem 0;
    color: #FFF;
}


@media (min-width: 530px) {


    .home-visual-licences__title {
        font-size: 5rem
    }
}


.home-visual-licences__tubs_boxes {
    /*display: inline-block;*/
    background-repeat: no-repeat;
    background-size: contain;
}


@media (min-width: 960px) {


    .home-visual-licences__tubs_boxes {
        margin-left: 400px
    }
}


.home-visual-licences__tubs_boxes ul {
    list-style: none;
    padding-top: 0px;
    text-align: center;
}


@media (min-width: 960px) {


    .home-visual-licences__tubs_boxes ul {
        text-align: left
    }
}


.home-visual-licences__tubs_boxes li {
    display: inline-block;
    width: 48%;

}


@media (min-width: 530px) {


    .home-visual-licences__tubs_boxes li {
        width: 35%

    }
}


.home-visual-licences__tubs_boxes li:first-child {
    display: inline-block;
    width: 100%;

}


li .home-visual-licences__tubs_boxes_big {
    display: none;
    opacity: 0;

    z-index: 3;
}


@media (min-width: 960px) {


    li .home-visual-licences__tubs_boxes_big {
        display: block;
        position: absolute;
        top: -70px;
        margin-left: -100px;
        width: 450px
    }
}


.home-visual-licences__tub_box_text_first {
    z-index: 1;
    opacity: 1;

}


@media (min-width: 960px) {


    .home-visual-licences__tub_box_text_first {
        top: -200px;
        left: 16px;

        position: absolute

    }
}

@media (min-width: 960px) {
    li:hover .home-visual-licences__tub_box_text_first {
        z-index: 1;
        top: -180px;
        left: 16px;
        opacity: 1;
        position: absolute;

    }
}

.home-visual-licences__tub_box_text {
    z-index: 0;
    top: -180px;
    left: 16px;
    opacity: 0;
    position: absolute;
    width: 34%;
}

@media (min-width: 960px) {
    li:hover .home-visual-licences__tub_box_text {
        z-index: 1;
        opacity: 1;


    }
}


.home-visual-licences__tub_box {
    /* display: inline-block;
    position: relative;
    z-index: 2;
    */
}

@media (min-width: 960px) {
    li:hover .home-visual-licences__tubs_boxes_big {
        width: 450px;
        opacity: 1;
        -webkit-transition: all 1s ease-out, -webkit-transform 1s ease-out;
        transition: all 1s ease-out, -webkit-transform 1s ease-out;
        -o-transition: all 1s ease-out, transform 1s ease-out;
        transition: all 1s ease-out, transform 1s ease-out;
        transition: all 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
        top: -110px;
        cursor: pointer;
        margin-left: -100px;
        z-index: 3;
    }
}

li .home-visual-licences__tubs_boxes_small {
    position: relative;
    z-index: 1;
}


li .home-visual-licences__tubs_boxes_small img {
    width: 210px;
}


@media (min-width: 960px) {


    li .home-visual-licences__tubs_boxes_small img {
        width: 410px
    }
}

@media (min-width: 960px) {
    li:hover .home-visual-licences__tubs_boxes_small {
        opacity: 0;
        z-index: 2;
    }
}

.page-banner {
    padding: 50px 0 40px 0;
    position: relative;
}


@media (min-width: 530px) {


    .page-banner {
        padding: 50px 0 20px
    }
}


@media (min-width: 960px) {


    .page-banner {
        padding: 160px 0 20px
    }
}


.page-banner__content {
    position: relative;
    z-index: 2;
}


.page-banner__title {
    font-family: 'GuthenBloots', sans-serif;
    font-weight: 300;
    font-size: 30px;
    margin: 0 0 1rem 0;
    color: #FFF;
    text-align: center;
}


@media (min-width: 530px) {


    .page-banner__title {
        font-size: 40px
    }
}


@media (min-width: 960px) {


    .page-banner__title {
        font-size: 50px
    }
}


.page-banner__bg-image {
    opacity: .33;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


.page-banner__intro {
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.3;
    color: #EDEDED;
}


@media (min-width: 530px) {


    .page-banner__intro {
        font-size: 1.65rem
    }
}


.page-banner__intro p {
    margin: 0;
}


/* */


.page-banner-novic {
    position: relative;

}


.page-banner-novic div {
    outline: none;
}


@media (min-width: 960px) {


    .page-banner-novic__split {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}


.page-banner-novic__split_one {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 1.6rem 16px;
}


@media (min-width: 960px) {


    .page-banner-novic__split_one {
        padding: 40px 0 0 0px;
        height: 290px
    }
}


@media (min-width: 1100px) {


    .page-banner-novic__split_one {
        height: 370px
    }
}


@media (min-width: 1350px) {


    .page-banner-novic__split_one {
        height: 478px
    }
}


@media (min-width: 960px) {


    .page-banner-novic__split_one .page-banner-novic__split_inner {
        float: left
    }
}


.page-banner-novic__split_two_bgimg {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-size: contain;
    background-repeat: no-repeat;
    /*padding-top: 65%;*/
    background-position: right;

}


@media (min-width: 1350px) {


    .page-banner-novic__split_inner {
        width: 610px
    }
}


.page-single__imgposition {
    display: inline-block;
    vertical-align: middle;
}


.page-single-onas__bgimg {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;


}


.page-single-onas__pcontent {
    padding: 15px 15px 40px;
    font-size: 20px;
}


@media (min-width: 960px) {


    .page-single-onas__pcontent {
        /*position: absolute;*/
        top: 0;
        padding: 15px;
        font-size: 30px;
        width: 80%
    }
}


.page-single-onas__imgposition_right {
    display: none;
    top: 0;
    right: 0;
    width: 400px;
}


@media (min-width: 960px) {


    .page-single-onas__imgposition_right {
        display: block;
        position: absolute
    }
}


.page-single-onas__ptext {
    font-size: 18px;
}


@media (min-width: 960px) {


    .page-single-onas__ptext {
        font-size: 22px
    }
}


.page-single-prodlist {

    padding-top: 150px;
    padding-bottom: 50px;


}


@media (min-width: 960px) {


    .page-single-prodlist {
        padding-top: 200px;
        padding-bottom: 200px;
        text-align: center


    }
}


.page-single-prodlist__nav_list {
    list-style: none;
    padding: 0;
    text-align: center;
}


@media (min-width: 530px) {


    .page-single-prodlist__nav_list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}


.page-single-prodlist__nav_list ul {
    padding: 0;

}


.page-single-prodlist__nav_list li:first-child {
    /*display: inline-block;*/
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 0;
}


.page-single-prodlist__nav_list li {
    /*display: inline-block;*/
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 0px;
}


@media (min-width: 960px) {


    .page-single-prodlist__nav_list li {
        padding-left: 20px
    }
}


@media (min-width: 1350px) {


    .page-single-prodlist__nav_list li {
        padding-left: 80px
    }
}


@media (min-width: 960px) {
}


@media (min-width: 1350px) {
}


.page-single-blog__container {
    padding: 10px 0;
    clear: both;
}


@media (min-width: 960px) {


    .page-single-blog__container {
        padding: 25px 0
    }
}


.page-single-blog__bg_img img {
    max-height: 400px;
}


/* @media (min-width: 1350px) {


    .page-single-blog__inner {
        width: 610px
    }
} */


/* @media (min-width: 1350px) {


    .page-single-blog__inner_right {
        float: right;
        width: 610px
    }
} */


.page-single-blog__inner_text {
    position: relative;
}


.page-single-blog__inner_text p {
    line-height: 1.7;
    font-size: 18px;
    margin: 0;
    font-family: 'Roboto-Regular', sans-serif;
}

.page-single-blog__inner a {
    text-decoration: none;
}

.page-single-blog__readmore {
    color: #5C3B1B;
    display: block;
    text-align: right;
    line-height: 1.2;
    font-size: 24px;
    margin: 20px 0 0 0;
    letter-spacing: 1px;
    font-family: 'GuthenBloots', sans-serif;
    text-decoration: none;
}


.page-single-novic {


}


.bimeli-slider {
    position: relative;

}


.bimeli-slider div {
    outline: none;
}


.bimeli-slider__interior {
    padding-top: 60px;
    padding-bottom: 60px;
}


@media (min-width: 960px) {


    .bimeli-slider__interior {
        padding-top: 180px;
        padding-bottom: 380px
    }
}


.bimeli-slider__slide {
    background-size: cover;
    background-repeat: no-repeat;
}


.bimeli-slider__slideimg {
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 50%;
    width: 65%;
    position: absolute;
    right: 0;
    top: 128px;
}


.bimeli-slider__overlay {
    padding: 0px;
    color: #7799B7;
}


@media (min-width: 960px) {


    .bimeli-slider__overlay {
        width: 40%;
        height: 150px
    }
}


.slick-dots {
    z-index: 100;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    bottom: 0px;
}


@media (min-width: 960px) {


    .slick-dots {
        bottom: 0px
    }
}


.slick-dots li {
    list-style: none;
    display: inline;
}


.slick-dots li button {
    display: inline-block;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    width: 20px;
    height: 20px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
    border-radius: 50%;

    border: none;
    margin: 0 4px;
    padding: 0;
    outline: none;
    -webkit-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    cursor: pointer;
}


.slick-dots .slick-active button {
    background-color: transparent;
    border: 1px solid #FFF;
}


/* */


.bimeli-slider-sticks {
    position: relative;

}


.bimeli-slider-sticks div {
    outline: none;
}


.bimeli-slider-sticks__interior {
    padding-top: 60px;
    padding-bottom: 60px;
}


@media (min-width: 960px) {


    .bimeli-slider-sticks__interior {
        padding-top: 80px;
        padding-bottom: 380px
    }
}


.bimeli-slider-sticks__slide {
    background-size: cover;
    background-repeat: no-repeat;
}


.bimeli-slider-sticks__slideimg {
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 50%;
    width: 60%;
    position: absolute;
    right: 0;
}


.bimeli-slider-sticks__overlay {
    padding: 0px;
    color: #7799B7;
}


@media (min-width: 960px) {


    .bimeli-slider-sticks__overlay {
        width: 50%;
        height: 150px
    }
}


.bimeli-slider-sticks__logo {
    padding-bottom: 50px;
}


.slick-dots-sticks {
    z-index: 100;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    bottom: 0px;
}


@media (min-width: 960px) {


    .slick-dots-sticks {
        bottom: 0px
    }
}


.slick-dots-sticks li {
    list-style: none;
    display: inline;
}


.slick-dots-sticks li button {
    display: inline-block;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    width: 20px;
    height: 20px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
    border-radius: 50%;

    border: none;
    margin: 0 4px;
    padding: 0;
    outline: none;
    -webkit-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    cursor: pointer;
}


.slick-dots-sticks .slick-active button {
    background-color: transparent;
    border: 1px solid #FFF;
}


/* */


.bimeli-slider-cones {
    position: relative;

}


.bimeli-slider-cones div {
    outline: none;
}


.bimeli-slider-cones__interior {
    padding-top: 60px;
    padding-bottom: 60px;
}


@media (min-width: 960px) {


    .bimeli-slider-cones__interior {
        padding-top: 80px;
        padding-bottom: 380px
    }
}


.bimeli-slider-cones__slide {
    background-size: cover;
    background-repeat: no-repeat;
}


.bimeli-slider-cones__slideimg {
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 50%;
    width: 60%;
    position: absolute;
    right: 0;
}


.bimeli-slider-cones__slideimg img {
    position: absolute;
    top: 0;
}


.bimeli-slider-cones__overlay {
    padding: 0px;
    color: #7799B7;
}


@media (min-width: 960px) {


    .bimeli-slider-cones__overlay {
        width: 50%;
        height: 150px
    }
}


.bimeli-slider-cones__logo {
    padding-bottom: 50px;
}


.slick-dots-cones {
    z-index: 100;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    bottom: 0px;
}


@media (min-width: 960px) {


    .slick-dots-cones {
        bottom: 0px
    }
}


.slick-dots-cones li {
    list-style: none;
    display: inline;
}


.slick-dots-cones li button {
    display: inline-block;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    width: 20px;
    height: 20px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
    border-radius: 50%;

    border: none;
    margin: 0 4px;
    padding: 0;
    outline: none;
    -webkit-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    cursor: pointer;
}


.slick-dots-cones .slick-active button {
    background-color: transparent;
    border: 1px solid #FFF;
}


/* */


.bimeli-slider-licences {
    position: relative;

}


.bimeli-slider-licences div {
    outline: none;
}


.bimeli-slider-licences__interior {
    padding-top: 60px;
    padding-bottom: 60px;
}


@media (min-width: 960px) {


    .bimeli-slider-licences__interior {
        padding-top: 80px;
        padding-bottom: 380px
    }
}


.bimeli-slider-licences__slide {
    background-size: cover;
    background-repeat: no-repeat;
}


.bimeli-slider-licences__slideimg {
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 50%;
    width: 60%;
    position: absolute;
    right: 0;
}


.bimeli-slider-licences__overlay {
    padding: 0px;
    color: #7799B7;
}


@media (min-width: 960px) {


    .bimeli-slider-licences__overlay {
        width: 50%;
        height: 150px
    }
}


.slick-dots-licences {
    z-index: 100;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    bottom: 0px;
}


@media (min-width: 960px) {


    .slick-dots-licences {
        bottom: 0px
    }
}


.slick-dots-licences li {
    list-style: none;
    display: inline;
}


.slick-dots-licences li button {
    display: inline-block;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    width: 20px;
    height: 20px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
    border-radius: 50%;

    border: none;
    margin: 0 4px;
    padding: 0;
    outline: none;
    -webkit-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    cursor: pointer;
}


.slick-dots-licences .slick-active button {
    background-color: transparent;
    border: 1px solid #FFF;
}


.bimeli-carousel {
    position: relative;
    height: 400px;
    padding-top: 50px;

}


@media (min-width: 530px) {


    .bimeli-carousel {
        height: 500px

    }
}


@media (min-width: 960px) {


    .bimeli-carousel {
        height: 530px

    }
}


@media (min-width: 1350px) {


    .bimeli-carousel {
        height: 530px

    }
}


.bimeli-carousel__slide {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    padding-top: 60%;
}


.bimeli-carousel__inner {
    margin: 0 auto;
    width: 200px;
    border: 1px solid #63b63d;
}


@media (min-width: 530px) {


    .bimeli-carousel__inner {
        width: 200px
    }
}


@media (min-width: 667px) {


    .bimeli-carousel__inner {
        width: 250px
    }
}


@media (min-width: 960px) {


    .bimeli-carousel__inner {
        width: 300px
    }
}


@media (min-width: 1100px) {


    .bimeli-carousel__inner {
        width: 320px
    }
}


@media (min-width: 1350px) {


    .bimeli-carousel__inner {
        width: 350px
    }
}


@media (min-width: 1400px) {


    .bimeli-carousel__inner {
        /*width: 250px;*/
        width: 350px
    }
}


.bimeli-carousel__title {
    padding-top: 60px;
}


.bimeli-carousel__overtext {
    display: none;
    text-decoration: none;
}


.bimeli-carousel__overtext {
    position: relative;
    display: block;
    text-align: center;
    /*background-color: rgba(255, 255, 255, .9);*/

    height: 100%;
    -webkit-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
    vertical-align: middle;
    opacity: 1;
    height: 150px;
}


@media (min-width: 530px) {


    .bimeli-carousel__overtext {
        height: 150px
    }
}


@media (min-width: 960px) {


    .bimeli-carousel__overtext {
        height: 150px
    }
}


@media (min-width: 1350px) {


    .bimeli-carousel__overtext {
        height: 150px
    }
}


.bimeli-carousel__overtext a {
    text-decoration: none;
}


.bimeli-carousel__overtext p {
    padding-top: 0%;
    font-size: 17px;
    opacity: 1;
}


@media (min-width: 960px) {


    .bimeli-carousel__overtext p {
        font-size: 20px
    }
}


.bimeli-carousel__link {
    vertical-align: top;
}


.bimeli-carousel__link:hover .bimeli-carousel__slide {
    opacity: 1;
    -webkit-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}


.bimeli-carousel__link:hover .bimeli-carousel__overtext {
    opacity: 1;
    /* margin-top: -2px;*/
    cursor: pointer;

}


.bimeli-carousel__link:hover .bimeli-carousel__overtext p {
    opacity: 1;
    color: #63b63d;
}


.bimeli-no-carousel {
    position: relative;
    height: 400px;
    padding-top: 50px;

}


@media (min-width: 530px) {


    .bimeli-no-carousel {
        height: 500px

    }
}


@media (min-width: 960px) {


    .bimeli-no-carousel {
        height: 530px

    }
}


@media (min-width: 1350px) {


    .bimeli-no-carousel {
        height: 530px

    }
}


.bimeli-no-carousel__slide {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    padding-top: 60%;
}


.bimeli-no-carousel__inner {
    margin: 0 auto;
    width: 200px;
    border: 1px solid #63b63d;
}


@media (min-width: 530px) {


    .bimeli-no-carousel__inner {
        width: 200px
    }
}


@media (min-width: 667px) {


    .bimeli-no-carousel__inner {
        width: 250px
    }
}


@media (min-width: 960px) {


    .bimeli-no-carousel__inner {
        width: 300px
    }
}


@media (min-width: 1100px) {


    .bimeli-no-carousel__inner {
        width: 320px
    }
}


@media (min-width: 1350px) {


    .bimeli-no-carousel__inner {
        width: 350px
    }
}


@media (min-width: 1400px) {


    .bimeli-no-carousel__inner {
        /*width: 250px;*/
        width: 350px
    }
}


.bimeli-no-carousel__title {
    padding-top: 60px;
}


.bimeli-no-carousel__overtext {
    display: none;
    text-decoration: none;
}


.bimeli-no-carousel__overtext {
    position: relative;
    display: block;
    text-align: center;
    /*background-color: rgba(255, 255, 255, .9);*/

    height: 100%;
    -webkit-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
    vertical-align: middle;
    opacity: 1;
    height: 150px;
}


@media (min-width: 530px) {


    .bimeli-no-carousel__overtext {
        height: 150px
    }
}


@media (min-width: 960px) {


    .bimeli-no-carousel__overtext {
        height: 150px
    }
}


@media (min-width: 1350px) {


    .bimeli-no-carousel__overtext {
        height: 150px
    }
}


.bimeli-no-carousel__overtext a {
    text-decoration: none;
}


.bimeli-no-carousel__overtext p {
    padding-top: 0%;
    font-size: 17px;
    opacity: 1;
}


@media (min-width: 960px) {


    .bimeli-no-carousel__overtext p {
        font-size: 20px
    }
}


.bimeli-no-carousel__link {
    vertical-align: top;
}


.bimeli-no-carousel__link:hover .bimeli-no-carousel__slide {
    opacity: 1;
    -webkit-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}


.bimeli-no-carousel__link:hover .bimeli-no-carousel__overtext {
    opacity: 1;
    /* margin-top: -2px;*/
    cursor: pointer;

}


.bimeli-no-carousel__link:hover .bimeli-no-carousel__overtext p {
    opacity: 1;
    color: #63b63d;
}


.slick-dots-prod {
    z-index: 100;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    top: 15px;
}


@media (min-width: 960px) {


    .slick-dots-prod {
        top: 50px
    }
}


.slick-dots-prod li {
    list-style: none;
    display: inline;
}


.slick-dots-prod li button {
    display: inline-block;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, .5);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
    border-radius: 50%;
    border: none;
    margin: 0 4px;
    padding: 0;
    outline: none;
    -webkit-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    cursor: pointer;
}


.slick-dots-prod .slick-active-prod button {
    background-color: #FFF;
}


.arrows-prod {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: none;
    position: absolute;
    top: 45%;
    outline: none;

}


.arrows-prod i {
    font-size: 30px;

}


.slick-prev-prod {
    color: #63b63d;
    z-index: 1;
    left: 0px;
    cursor: pointer;
    outline: none;
}


@media (min-width: 530px) {


    .slick-prev-prod {
        left: -20px
    }
}


@media (min-width: 960px) {


    .slick-prev-prod {
        left: -50px
    }
}


@media (min-width: 1350px) {
}


@media (min-width: 1400px) {
}


.slick-next-prod {
    color: #63b63d;
    right: 0px;
    cursor: pointer;
    outline: none;

}


@media (min-width: 530px) {


    .slick-next-prod {
        right: -20px

    }
}


@media (min-width: 960px) {


    .slick-next-prod {
        right: -50px

    }
}


@media (min-width: 1350px) {
}


@media (min-width: 1400px) {
}


.news-cards {
    margin: 0;
    padding: 0;
    list-style: none;


}


.search-overlay .news-cards {
    padding-top: 21px;
}


.news-cards__image {
    text-align: center;
    -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
    transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
    -o-transition: opacity .3s ease-out, transform .3s ease-out;
    transition: opacity .3s ease-out, transform .3s ease-out;
    transition: opacity .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
}


.news-cards__imgbackg {
    background-position: center center;


    background-repeat: no-repeat;
    margin: 0px 0px 15px;
    height: 338px;
    /*border-radius: 20px 20px 0 0;*/

    background-size: cover;
}


@media (min-width: 960px) {
}


@media (min-width: 1350px) {


    .news-cards__imgbackg {
        height: 350px
    }
}


@media (min-width: 1400px) {


    .news-cards__imgbackg {
        height: 350px
    }
}


.news-cards__overtext {
    display: none;

}


.news-cards__overtext {
    display: block;
    text-align: center;


    height: 100%;
    -webkit-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
    vertical-align: middle;
    opacity: 1;

    position: relative;
    /* border-radius: 20px 20px 0 0;*/
}


.news-cards__overtext p {
    /* padding-top: 20%;*/

    font-size: 26px;

}


.news-cards__overtext p.news6title {
    padding: 50px 0 0;
    line-height: 34px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.news-cards__overtext p.news6cat {
    width: 100%;
    /*border-bottom: 1px solid #fff;*/

    /*margin: 0 auto;*/
    font-size: 24px;
    /*padding-top: 55%;*/
    font-family: "PlayfairDisplay-Regular", sans-serif;
    font-style: italic;
    position: absolute;
    left: 50%;
    top: 80%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);


}


@media (min-width: 960px) {


    .news-cards__overtext p.news6cat {
        font-size: 34px


    }
}


.news-cards__overtext p.news6cat_two {
    width: 100%;
    /*border-bottom: 1px solid #fff;*/

    /*margin: 0 auto;*/
    font-size: 24px;
    /*padding-top: 55%;*/
    font-family: "PlayfairDisplay-Regular", sans-serif;
    font-style: italic;
    position: absolute;
    left: 50%;
    top: 90%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);


}


@media (min-width: 960px) {


    .news-cards__overtext p.news6cat_two {
        font-size: 20px


    }
}


.news-cards__link:hover .news-cards__overtext {
    opacity: 1;
    background-color: transparent;
    text-decoration: none;
    -webkit-transition: background-color .3s ease-out, -webkit-transform .3s ease-out;
    transition: background-color .3s ease-out, -webkit-transform .3s ease-out;
    -o-transition: background-color .3s ease-out, transform .3s ease-out;
    transition: background-color .3s ease-out, transform .3s ease-out;
    transition: background-color .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, .4);
}


.news-cards__imgbackg a:hover {
    text-decoration: none;
}


.news-cards li {
    display: block;
    padding-bottom: 40px;
}


@media (min-width: 530px) {
    .news-cards li {
        display: inline-block;
        padding-bottom: 40px;
    }
}


.news-cards p {
    font-size: 28px;
}


.news-card {
    position: relative;
    display: inline-block;
    width: 200px;
    margin-right: 15px;
    background-color: #F9F4EE;
    overflow: hidden;

}


.search-overlay .news-card {
    width: 180px;
}


.news-card__image {
    display: block;
    -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
    transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
    -o-transition: opacity .3s ease-out, transform .3s ease-out;
    transition: opacity .3s ease-out, transform .3s ease-out;
    transition: opacity .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
    width: 50px;
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
}


.news-card:hover .news-card__image {

}


.news-card__name {
    font-weight: 300;
    font-size: .9rem;
    position: absolute;
    bottom: 0;
    color: #FFF;
    left: 0;
    right: 0;
    padding: 3px 10px;
    background-color: rgba(0, 0, 0, 0.85);
}


.news-card:hover .news-card__name {
    background-color: rgba(0, 0, 0, 0.85);
}


.news-card__list-item {
    display: inline-block;
    list-style: none;
}


.news-card__list-item.one-third:last-child {
    padding-right: 0;
}


.news-cards-popust {
    background-repeat: no-repeat;
    text-align: center;
    position: absolute;
    background-color: #e3b2a1;
}


.card-product-dz__container {
    padding-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;

}


.card-product-dz__link {
    width: 100%;
    margin: 0 0 10px 0;

}


@media (min-width: 430px) {


    .card-product-dz__link {
        width: 50%

    }
}


@media (min-width: 530px) {


    .card-product-dz__link {
        width: 50%

    }
}


@media (min-width: 667px) {


    .card-product-dz__link {
        width: 33%

    }
}


@media (min-width: 960px) {


    .card-product-dz__link {
        width: 25%

    }
}


i.card-product-dz__ispace {
    width: 100%;
    margin: 0 0 10px 0;
}


@media (min-width: 430px) {


    i.card-product-dz__ispace {
        width: 50%
    }
}


@media (min-width: 530px) {


    i.card-product-dz__ispace {
        width: 50%
    }
}


@media (min-width: 667px) {


    i.card-product-dz__ispace {
        width: 33%
    }
}


@media (min-width: 960px) {


    i.card-product-dz__ispace {
        width: 25%
    }
}


.card-product-dz__imgbg {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    padding-top: 60%;
}


.card-product-dz__inner {
    margin: 0 auto;
    width: 250px;
    border: 1px solid #63b63d;
}


@media (min-width: 430px) {


    .card-product-dz__inner {
        width: 200px
    }
}


@media (min-width: 530px) {


    .card-product-dz__inner {
        width: 200px
    }
}


@media (min-width: 667px) {


    .card-product-dz__inner {
        width: 210px
    }
}


@media (min-width: 960px) {


    .card-product-dz__inner {
        width: 230px
    }
}


@media (min-width: 1100px) {


    .card-product-dz__inner {
        width: 260px
    }
}


@media (min-width: 1350px) {


    .card-product-dz__inner {
        width: 300px
    }
}


@media (min-width: 1400px) {


    .card-product-dz__inner {
        /*width: 250px;*/
        width: 300px
    }
}


.card-product-dz__title {
    padding-top: 60px;
}


.card-product-dz__overtext {
    display: none;
    text-decoration: none;
}


.card-product-dz__overtext {
    position: relative;
    display: block;
    text-align: center;
    /*background-color: rgba(255, 255, 255, .9);*/

    height: 100%;
    -webkit-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;

    opacity: 1;
    height: 150px;
}


@media (min-width: 530px) {


    .card-product-dz__overtext {
        height: 150px
    }
}


@media (min-width: 960px) {


    .card-product-dz__overtext {
        height: 150px
    }
}


@media (min-width: 1350px) {


    .card-product-dz__overtext {
        height: 150px
    }
}


.card-product-dz__overtext a {
    text-decoration: none;
}


.card-product-dz__overtext p {
    padding-top: 0%;
    font-size: 17px;
    opacity: 1;
}


@media (min-width: 960px) {


    .card-product-dz__overtext p {
        font-size: 20px
    }
}


.card-product-dz__link:hover .card-product-dz__overtext {
    opacity: 1;
    /* margin-top: -2px;*/
    cursor: pointer;

}


.card-product-dz__link:hover .card-product-dz__overtext p {
    opacity: 1;
    color: #63b63d;
}


.gallery-cards__disflex {

    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}


@media (min-width: 960px) {


    .gallery-cards__disflex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}


.gallery-card {
    display: inline-block;
    width: 47%;
    line-height: 0;

}


@media (min-width: 530px) {


    .gallery-card {
        width: 30%

    }
}


@media (min-width: 960px) {


    .gallery-card {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 100%

    }
}


.gallery-cards-single {

    list-style: none;
    padding: 0;


}


.gallery-cards-single__imgbackg {
    background-position: center center;

    background-size: cover;
    background-repeat: no-repeat;
    margin: 0px 0px 15px;
    height: 150px;
    position: relative;
}


.gallery-cards-single__overtext {
    display: none;
    text-decoration: none;
    position: absolute;

}


.gallery-cards-single__overtext {
    display: block;
    padding: 0 15px;
    text-align: center;
    background-color: rgb(176, 121, 106);
    background-color: rgba(176, 121, 106, .4);
    -webkit-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
    vertical-align: middle;
    opacity: 0;
    bottom: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: 85%;
}


.gallery-cards-single__link:hover .gallery-cards-single__overtext {
    opacity: 1;
}


.gallery-card-single {


}


.headline {
    margin: 0;

    font-weight: 300;

}


.headline--large {
    font-size: 50px;
    font-family: 'GuthenBloots', sans-serif;
}


@media (min-width: 530px) {


    .headline--large {
        font-size: 60px
    }
}


@media (min-width: 960px) {


    .headline--large {
        font-size: 100px;
        padding-left: 17px;
        padding-bottom: 75px
    }
}


.headline--large-medium {
    font-size: 5rem;
    margin: 0 0 1rem 0;
}


.headline--medium {
    font-size: 20px;
}


@media (min-width: 530px) {


    .headline--medium {
        font-size: 30px
    }
}


@media (min-width: 960px) {


    .headline--medium {
        font-size: 40px
    }
}


.headline--small-plus {
    font-family: 'RobotoCondensed-Light', sans-serif;
    font-size: 1.6875rem;
    font-weight: 400;
    margin-bottom: 1.9rem;
}


.headline--small {
    font-family: 'RobotoCondensed-Light', sans-serif;
    font-size: 1.2rem;
    margin-bottom: 10px;
}


@media (min-width: 530px) {


    .headline--small {
        font-size: 30px
    }
}


.headline--small_footer {
    font-family: 'GuthenBloots', sans-serif;
    font-size: 26px;
    margin-bottom: 10px;
}


@media (min-width: 530px) {


    .headline--small_footer {
        font-size: 26px;
        letter-spacing: 1px
    }
}


@media (min-width: 960px) {


    .headline--small_footer {
        font-size: 28px;
        letter-spacing: 1px
    }
}


@media (min-width: 1350px) {


    .headline--small_footer {
        font-size: 30px;
        letter-spacing: 1px
    }
}


.headline--smaller {
    font-size: 1.5rem;
}


.headline--tiny {
    font-family: 'RobotoCondensed-Light', sans-serif;
    font-size: 1.3875rem;
    margin-bottom: .25rem;
}


.headline--post-title a {
    color: #000;
    text-decoration: none;
}


.headline--post-title a:hover {
    text-decoration: underline;
}


/*homevisual*/


.headline--homevisual_large {
    font-size: 40px;
    font-family: 'GuthenBloots', sans-serif;
    letter-spacing: 3px;
    line-height: 1.5;
    text-align: left;
}


@media (min-width: 530px) {

    .headline--homevisual_large {
        font-size: 50px
    }
}


@media (min-width: 960px) {


    .headline--homevisual_large {
        font-size: 68px;
        padding-top: 100px;
        padding-bottom: 0;
        padding-left: 17px;
        line-height: 90px;
        letter-spacing: 3px;
        height: auto;
    }
}
@media (max-width: 950px) {
    .headline--homevisual_large{
        text-align: center;
    }
}

.headline--homevisual_large img {
    width: 80%;
}



@media (min-width: 1350px) {
    .headline--homevisual_large img {
        width: 80%
    }
}
@media (max-width: 950px) {
    .leone-logo{
        z-index: 4;
    }
    #rose-cones .home-visual__tub_box_text_first{
        width: 100%;
    }
    #rose-cones li.medium .home-visual__tubs_boxes_small_two {
        padding: 0;
    }
    #rose-cones .home-visual__tubs_boxes_two li:last-child img {
        float: left;
        margin-left: -17px;
    }
    #rose-cones .home-visual__tubs_boxes_two  li:nth-last-child(2) img {
        float: right;
        margin-right: -17px;
    }
    #rose-cones li .home-visual__tubs_boxes_small_two img {
        width: 170px;
    }
    #lonci .home-visual__tubs_boxes_small {
        text-align: center;
        padding-right: 16px;
    }
    #lonci .headline--homevisual_large{
        text-align: left;
        line-height: 1.2;
    }
    #triple-palcke .headline--homevisual_large img {
        width: 50%;
    }
    #triple-palcke .home-visual-sticks__tub_box_text_first .headline--homevisual_subtitle_sticks{
        display: none;
    }
    #triple-palcke .home-visual-sticks__bg-image{
        bottom: 50px;
        width: 75%;
        left: 58%;
        transform: translate(-50%,0);
    }
    #triple-palcke .home-visual-sticks__tubs_boxes li{
        display: inline-block;
        width: 48%;
    }
    #triple-palcke li .home-visual-sticks__tubs_boxes_small{
        margin: 0;
    }
    #triple-palcke .home-visual-sticks__tubs_boxes li:nth-last-child(2) img {
        margin-left: -17px;
    }
    #triple-palcke .home-visual-sticks__tubs_boxes li:nth-last-child(3) img {
        margin-right: -17px;
    }
    #triple-palcke .home-visual-sticks__tubs_boxes li:first-child{
        text-align: center;
        width: auto;
    }
    #triple-palcke li .home-visual-sticks__tubs_boxes_small img {
        width: 150px;
    }
    #cookie .headline--homevisual_large img {
        width: 50%;
    }
    #cookie .home-visual-sticks__tubs_boxes_small img{
        width: 300px !important;
        padding-left: 48px;
    }
    #cookie .mobile .headline--homevisual_subtitle_sticks{
        text-align: center;
        padding-bottom: 20px;
    }
    #lonci .home-visual__tubs_boxes_big{
        display: none;
    }
    #korneti .home-visual-cones__tubs_boxes li:last-child img{
        margin-left: -15px;
    }
    #korneti .home-visual-cones__tubs_boxes li:nth-last-child(2) img {
        margin-right: -75px;
    }
    #korneti .headline--homevisual_subtitle_cones{
        text-align: center;
        padding-bottom: 20px;
    }
    #korneti li .home-visual-cones__tubs_boxes_small img {
        width: 163px;
    }
    #licence .headline--homevisual_subtitle_tubs{
        text-align: center;
        padding-bottom: 20px;
    }
    #licence .home-visual-licences__tubs_boxes ul{
        padding-left: 0;
    }
    .text-align-center{
        text-align: center;
        margin-top: 20px;
    }
    .gumb{
        border: 1px solid white;
        padding: 10px 20px;
        border-radius: 20%;
        font-weight: bold;
        text-decoration: none;
        margin-top: 5px;
        position: relative;
    }
    .gumb.split a{
        text-decoration: none;
    }
    .gumb.split a:first-of-type{
        margin-right: 5px;
    }
    .gumb.split a:last-of-type{
        margin-left: 5px;
    }
    .gumb.split:before{
        position: absolute;
        width: 2px;
        border-left: 1px solid white;
        height: 100%;
        top: 0;
        left: 50%;
        transform: translate(1px,0);
        content: '';
    }

    #lonci .gumb{
        display: table;
    }
    .nav-list a{
        font-size: 20px;
    }
    .nav-list a img{
        margin-top: 5px;
    }


    html, body{
        overflow-x: hidden;
    }

    .desktop {
        display: none;
    }
}
@media (min-width: 950px) {
    .mobile{
        display: none;
    }
}

.row{
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row:first-of-type{
    padding-top: 0;
}

.row .col-6{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.headline--homevisual_large_two {
    font-size: 40px;
    font-family: 'RobotoCondensed-Regular', sans-serif;
    letter-spacing: 0px;
    line-height: 1.5;
    text-align: left;
}


@media (min-width: 530px) {


    .headline--homevisual_large_two {
        font-size: 50px
    }
}


@media (min-width: 960px) {


    .headline--homevisual_large_two {
        font-size: 80px;
        padding-top: 100px;
        padding-bottom: 100px;
        padding-left: 17px;
        margin-top: 100px;
        line-height: 90px;
        height: 88px
    }
}

@media (max-width: 960px) {
    .headline--homevisual_large_two {
       text-align: center;
    }
}
.headline--homevisual_large_two span {
    font-family: 'GuthenBloots', sans-serif;
    color: #A94877;
}


.headline--homevisual_small {
    font-family: 'RobotoCondensed-Light', sans-serif;
    font-size: 1.2rem;
}


@media (min-width: 530px) {


    .headline--homevisual_small {
        font-size: 30px;
        line-height: 45px
    }
}


.headline--homevisual_subtitle {
    font-family: 'RobotoCondensed-Light', sans-serif;
    font-size: 1.2rem;
}


@media (min-width: 530px) {


    .headline--homevisual_subtitle {
        font-size: 30px;
        width: 300px;
        line-height: 45px;
        padding: 150px 0 0 0
    }
}


.headline--homevisual_subtitle_tubs {
    font-family: 'RobotoCondensed-Light', sans-serif;
    font-size: 1.2rem;
}


@media (min-width: 530px) {


    .headline--homevisual_subtitle_tubs {
        font-size: 40px;
        width: 300px;
        min-height: 200px;
        line-height: 45px;
        padding: 25px 0 0 0
    }
}


.headline--homevisual_subtitle_sticks {
    font-family: 'RobotoCondensed-Light', sans-serif;
    font-size: 1.2rem;
}


@media (min-width: 530px) {


    .headline--homevisual_subtitle_sticks {
        font-size: 40px;
        width: 300px;
        min-height: 200px;
        line-height: 45px;
        padding: 0px 0 0 0
    }
}


@media (min-width: 960px) {


    .headline--homevisual_subtitle_sticks {
        padding: 0;
    }
}


@media (min-width: 530px) {
}


@media (min-width: 960px) {


    .headline--homevisual_large_cones {
        padding-top: 100px;
        padding-left: 17px
    }
}


.headline--homevisual_subtitle_cones {
    font-family: 'RobotoCondensed-Light', sans-serif;
    font-size: 1.2rem;
}


@media (min-width: 530px) {


    .headline--homevisual_subtitle_cones {
        font-size: 40px;
        width: 300px;
        min-height: 200px;
        line-height: 45px;
        padding: 50px 0 0 0
    }
}


@media (min-width: 960px) {


    .headline--homevisual_subtitle_cones {
        padding: 50px 0 0 0
    }
}


@media (min-width: 1350px) {


    .headline--homevisual_subtitle_cones {
        padding: 50px 0 0 0
    }
}


.headline--homevisual_subtitle_licences {
    font-family: 'RobotoCondensed-Light', sans-serif;
    font-size: 1.2rem;
}


@media (min-width: 530px) {


    .headline--homevisual_subtitle_licences {
        font-size: 40px;
        width: 300px;
        min-height: 200px;
        line-height: 45px;
        padding: 25px 0 0 0
    }
}


.headline--homebanner_large {
    font-size: 50px;
    font-family: 'GuthenBloots', sans-serif;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
}


@media (min-width: 530px) {


    .headline--homebanner_large {
        font-size: 60px
    }
}


@media (min-width: 960px) {


    .headline--homebanner_large {
        font-size: 70px;
        padding-left: 17px;
        padding-top: 150px
    }
}


.headline--homebanner_small {
    font-family: 'RobotoCondensed-Light', sans-serif;
    font-size: 1.2rem;
    margin-bottom: 10px;
}


@media (min-width: 530px) {


    .headline--homebanner_small {
        font-size: 30px;
        padding-top: 40px
    }
}


.headline--homevisual_pepa {
    font-size: 50px;
    font-family: 'PeppaRegular', sans-serif;
}


@media (min-width: 530px) {


    .headline--homevisual_pepa {
        font-size: 60px
    }
}


@media (min-width: 960px) {


    .headline--homevisual_pepa {
        font-size: 100px;
        padding-left: 17px;
        padding-bottom: 60px
    }
}


.headline--single_pepa {
    font-family: 'PeppaRegular', sans-serif;
    font-size: 1.2rem;
    letter-spacing: 7px;
}


@media (min-width: 530px) {


    .headline--single_pepa {
        font-size: 40px;
        padding-bottom: 20px
    }
}


.headline--singlepage_list_large_pepa {
    font-size: 50px;
    font-family: 'PeppaRegular', sans-serif;
}


@media (min-width: 530px) {


    .headline--singlepage_list_large_pepa {
        font-size: 60px
    }
}


@media (min-width: 960px) {


    .headline--singlepage_list_large_pepa {
        font-size: 60px;
        padding-left: 17px;
        padding-bottom: 60px;
        letter-spacing: 13px
    }
}


.headline--singlepage_list_large {
    font-size: 50px;
    font-family: 'GuthenBloots', sans-serif;
}


@media (min-width: 530px) {


    .headline--singlepage_list_large {
        font-size: 60px
    }
}


@media (min-width: 960px) {


    .headline--singlepage_list_large {
        font-size: 100px;
        padding-left: 17px;
        padding-bottom: 60px
    }
}


.headline--singlepage_list_small {
    font-family: 'RobotoCondensed-Light', sans-serif;
    font-size: 1.2rem;
    margin-bottom: 50px
}


@media (min-width: 530px) {

    .headline--singlepage_list_small {
        font-size: 30px;
    }
}


.headline--singlepage_single_large {
    font-size: 30px;
    font-family: 'GuthenBloots', sans-serif;
}


@media (min-width: 530px) {


    .headline--singlepage_single_large {
        font-size: 60px
    }
}


@media (min-width: 960px) {


    .headline--singlepage_single_large {
        font-size: 68px;
        padding-top: 100px;
        padding-bottom: 50px;
        padding-left: 17px;
        line-height: 90px;
        letter-spacing: 3px
    }
}


.headline--singlepage_single_title_small {
    font-family: 'GuthenBloots', sans-serif;
    font-size: 1.2rem;
    letter-spacing: 3px;
}


@media (min-width: 530px) {


    .headline--singlepage_single_title_small {
        font-size: 40px;
        padding-bottom: 20px
    }
}


.headline--singlepage_single_small {
    font-family: 'RobotoCondensed-Light', sans-serif;
    font-size: 22px;
    width: 280px;
}


@media (min-width: 530px) {


    .headline--singlepage_single_small {
        font-size: 35px;
        /*margin-bottom: 50px;*/
        width: 400px;
        min-height: 100px;
        line-height: 45px;
        /*float: right;*/
        padding-left: 10px
    }
}


.headline--singlepage_single_small_two {
    font-family: 'RobotoCondensed-Regular', sans-serif;
    font-size: 19px;
    width: 280px;
}


@media (min-width: 530px) {


    .headline--singlepage_single_small_two {
        font-size: 19px;
        /*margin-bottom: 50px;*/
        width: 350px;
        min-height: 200px;
        line-height: 27px
    }
}


.headline--prod_single_subtitle {
    font-family: 'RobotoCondensed-Bold', sans-serif;
    font-size: 18px;
}


@media (min-width: 530px) {


    .headline--prod_single_subtitle {
        font-size: 24px;
        padding-top: 50px;
        padding-bottom: 50px
    }
}


.headline--newprod_single_subtitle {
    font-family: 'RobotoCondensed-Bold', sans-serif;
    font-size: 18px;
}


@media (min-width: 530px) {


    .headline--newprod_single_subtitle {
        font-size: 24px;
        padding-top: 50px;
        padding-bottom: 50px;
        width: 100%
    }
}


@media (min-width: 960px) {


    .headline--newprod_single_subtitle {
        position: absolute;
        font-size: 19px;
        width: 58%
    }
}


@media (min-width: 1100px) {


    .headline--newprod_single_subtitle {
        font-size: 22px;
        width: 58%
    }
}


@media (min-width: 1350px) {


    .headline--newprod_single_subtitle {
        font-size: 24px;
        width: 62%
    }
}


.headline--newprod_single_subtitle p span.arrowcontent_one {
    background: url('./images/leone_arrow1.svg') top center no-repeat;
    background-size: contain;
    float: right;
    width: 125px;
    height: 40px;
    margin-right: 15px;
    display: none;
}


@media (min-width: 960px) {


    .headline--newprod_single_subtitle p span.arrowcontent_one {
        display: block;
        width: 90px
    }
}


@media (min-width: 1100px) {


    .headline--newprod_single_subtitle p span.arrowcontent_one {
        width: 100px
    }
}


@media (min-width: 1350px) {


    .headline--newprod_single_subtitle p span.arrowcontent_one {
        width: 125px
    }
}


.headline--newprod_single_subtitle p span.arrowcontent_two {
    background: url('./images/leone_arrow2.svg') top center no-repeat;
    background-size: contain;
    float: right;
    width: 125px;
    height: 40px;
    margin-right: 15px;
    display: none;
}


@media (min-width: 960px) {


    .headline--newprod_single_subtitle p span.arrowcontent_two {
        display: block;
        width: 90px
    }
}


@media (min-width: 1100px) {


    .headline--newprod_single_subtitle p span.arrowcontent_two {
        width: 100px
    }
}


@media (min-width: 1350px) {


    .headline--newprod_single_subtitle p span.arrowcontent_two {
        width: 125px
    }
}


.headline--newprod_single_subtitle p span.arrowcontent_three {
    background: url('./images/leone_arrow3.svg') top center no-repeat;
    background-size: contain;
    float: right;
    width: 125px;
    height: 40px;
    margin-right: 15px;
    display: none;
}


@media (min-width: 960px) {


    .headline--newprod_single_subtitle p span.arrowcontent_three {
        display: block;
        width: 90px
    }
}


@media (min-width: 1100px) {


    .headline--newprod_single_subtitle p span.arrowcontent_three {
        width: 100px
    }
}


@media (min-width: 1350px) {


    .headline--newprod_single_subtitle p span.arrowcontent_three {
        width: 125px
    }
}


.headline--singlepage_onas_large {
    font-size: 30px;
    font-family: 'GuthenBloots', sans-serif;
}


@media (min-width: 530px) {


    .headline--singlepage_onas_large {
        font-size: 60px
    }
}


@media (min-width: 960px) {


    .headline--singlepage_onas_large {
        font-size: 68px;
        padding-top: 100px;
        padding-bottom: 50px;
        padding-left: 17px;
        line-height: 90px;
        letter-spacing: 3px
    }
}


.headline--singlepage_novictitle_large {
    font-size: 30px;
    font-family: 'GuthenBloots', sans-serif;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
}


@media (min-width: 530px) {


    .headline--singlepage_novictitle_large {
        font-size: 60px
    }
}


@media (min-width: 960px) {


    .headline--singlepage_novictitle_large {
        font-size: 68px;
        padding-top: 0px;
        padding-bottom: 50px;
        padding-left: 17px;
        line-height: 90px;
        letter-spacing: 3px;
        margin-top: -50px
    }
}


.headline--singlepage_novic_subtitle {
    font-family: 'RobotoCondensed-Light', sans-serif;
    font-size: 1.2rem;
    margin-bottom: 10px;
    padding-top: 40px;
}


@media (min-width: 530px) {


    .headline--singlepage_novic_subtitle {
        font-size: 24px;
        padding-top: 40px
    }
}


.headline--wtobuy_visualtitle {
    font-size: 30px;
    font-family: 'RobotoCondensed-Light', sans-serif;
}


@media (min-width: 530px) {


    .headline--wtobuy_visualtitle {
        font-size: 40px
    }
}


@media (min-width: 960px) {


    .headline--wtobuy_visualtitle {
        font-size: 48px;
        padding-top: 20px;
        padding-bottom: 20px
    }
}


.headline--single_novic_title {
    font-size: 30px;
    font-family: 'GuthenBloots', sans-serif;
    color: #5C3B1B;
    padding-bottom: 10px;
}


@media (min-width: 530px) {


    .headline--single_novic_title {
        font-size: 40px
    }
}


@media (min-width: 960px) {


    .headline--single_novic_title {
        font-size: 48px;
        padding-top: 20px;
        padding-bottom: 20px
    }
}


.headline--wheretobuy_subtitle a {
    color: #000;
    text-decoration: none;
}


.metabox {


}


@media (min-width: 960px) {


    .full-width-split {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}


.full-width-split__one {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 1.6rem 16px;
}


@media (min-width: 960px) {


    .full-width-split__one {
        padding: 40px 40px 0
    }
}


@media (min-width: 960px) {


    .full-width-split__one .full-width-split__inner {
        /*  float: right;*/
        text-align: left
    }
}


@media (min-width: 960px) {


    .full-width-split__one .full-width-split__innerbig {
        float: right;
        text-align: left
    }
}


.full-width-split__two {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 1.6rem 16px;
}


@media (min-width: 960px) {


    .full-width-split__two {
        padding: 40px 40px 0
    }
}


@media (min-width: 1350px) {


    .full-width-split__inner {
        width: 610px;
        text-align: center
    }
}


@media (min-width: 1350px) {


    .full-width-split__innerbig {
        width: 610px;
        text-align: center
    }
}


.full-width-split__innerbigtop img {
    width: 80%;
}


@media (min-width: 1350px) {


    .full-width-split__innerbigtop img {
        width: 80%
    }

}


.full-width-split__inner img {
    width: 310px;
}


@media (min-width: 1350px) {


    .full-width-split__inner img {
        width: 310px
    }

}


.full-width-split__innerbig img {
    width: 310px;
}


@media (min-width: 1350px) {


    .full-width-split__innerbig img {
        width: 410px
    }

}


@media (min-width: 1350px) {


}


.full-width-bg__home_visual {
    position: relative;
    background-color: #658D3D;
}


/*height: 400px;
  height: 100vh;*/


@media (min-width: 530px) {


    .full-width-bg__home_visual {
        outline: none;
        padding-bottom: 50px /*height: 500px;
    height: calc(100vh - 75vw);
    height: 100vh;
    margin-top: -75vw;
    padding-top: 75vw;*/
        /* height: calc(100vh - 75px);*/
    }
}


.full-width-bg__home_banner {

}


.full-width-bg__home_banner_bgimg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #FAA831;
}


.full-width-bg__home_banner_overlay {
    text-align: center;
    /*padding-top: 200px;
   padding-bottom: 200px;
   */
    padding-top: 80px;
    padding-bottom: 80px;
}


.full-width-bg__hmainc_sec {
    padding: 10px 0 0;
}

@media(max-width: 768px) {
    .full-width-bg__hmainc_sec {
        padding: 20px 0 0;
    }  
}


@media (min-width: 960px) {


    .full-width-bg__hmainc_sec {
        padding: 15px 0
    }
}


@media (min-width: 1350px) {


    .full-width-bg__hmainc_sec {
        padding: 25px 0
    }
}


.full-width-bg__hmainc_list_izd_sec {
    padding: 10px 0;
}


@media (min-width: 960px) {


    .full-width-bg__hmainc_list_izd_sec {
        padding: 80px 0
    }
}


@media (min-width: 1350px) {


    .full-width-bg__hmainc_list_izd_sec {
        padding: 100px 0
    }
}


.full-width-bg__hmainc_sec_title {
    padding: 10px 0 20px;
    text-align: center;
    border-bottom: 2px dashed;
}


@media (min-width: 960px) {


    .full-width-bg__hmainc_sec_title {
        padding: 15px 0 25px
    }
}


@media (min-width: 1350px) {


    .full-width-bg__hmainc_sec_title {
        padding: 25px 0 50px
    }
}


.full-width-bg__home_banner_bgimg_blog {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 20%;
}


.full-width-bg__hmainc_sec_wtobuy {
    padding: 50px 0 80px;
}


.home-visual__wtbuy_container #us-map {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.home-visual__wtbuy_container path {

    pointer-events: all;
}


.home-visual__wtbuy_container path:hover, .home-visual__wtbuy_container circle:hover {
    stroke: #386531 !important;
    stroke-width: 2px;
    stroke-linejoin: round;
    fill: #648D3D !important;
    cursor: pointer;

}


.home-visual__wtbuy_container #path67 {
    fill: none !important;
    stroke: #386531 !important;
    cursor: default;
}


.home-visual__wtbuy_container #info-box {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    font-family: 'Roboto-Light', sans-serif;
}


.home-visual__wtbuy_container #path_au:hover {
    fill: #fff !important;
    stroke: none !important;
    cursor: default;
}


.container-width__hmainc_sec_content {
    padding: 20px 0 10px;
}


@media (min-width: 960px) {


    .container-width__hmainc_sec_content {
        padding: 30px 0 15px
    }
}


@media (min-width: 1350px) {


    .container-width__hmainc_sec_content {
        padding: 50px 0 25px
    }
}


.newsletter-overlay {
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 110;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .7);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
    -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    -o-transition: opacity .3s, transform .3s, visibility .3s;
    transition: opacity .3s, transform .3s, visibility .3s;
    transition: opacity .3s, transform .3s, visibility .3s, -webkit-transform .3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.newsletter-overlay__formcontainer {
    left: 0px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 56%;
    width: 60%;

}


@media (min-width: 960px) {


    .newsletter-overlay__formcontainer {
        width: 30%

    }
}


.newsletter-overlay p {
    padding-top: 15px;
}


.newsletter-overlay .event-summary p {
    padding-top: 0;
}


.newsletter-overlay .event-summary {
    margin-bottom: 0;
    margin-top: 20px;
}


body.admin-bar .newsletter-overlay {
    top: 32px;
}


.newsletter-overlay__top {
    background-color: rgba(0, 0, 0, .12);
}


.newsletter-overlay__icon {
    margin-right: 10px;
    font-size: 1.8rem;
    color: #1F345F;
}


@media (min-width: 960px) {


    .newsletter-overlay__icon {
        display: inline-block;
        font-size: 33px;
        line-height: 88px;
        vertical-align: top
    }
}


.newsletter-overlay--active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


.newsletter-overlay__section-title {
    margin: 30px 0 1px 0;
    font-weight: normal;
    color: #1F345F;
    font-size: 2rem;
    padding: 15px 0;
    border-bottom: 1px solid #a5aebf;
    font-family: 'LimesSlab-Regular', sans-serif;
}


.newsletter-overlay__close {
    position: absolute;
    top: 13px;
    right: 16px;
    font-size: 2.1rem;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    /*background-color: #FFF;*/

    color: #fff;
    line-height: .7;
}


@media (min-width: 530px) {


    .newsletter-overlay__close {
        top: 18px;
        font-size: 2.1rem
    }
}


@media (min-width: 960px) {


    .newsletter-overlay__close {
        top: 26px;
        font-size: 2.8rem
    }
}


.newsletter-overlay__close:hover {
    opacity: 1;
}


.newsletter-overlay .one-half {
    padding-bottom: 0;
}


.newsletter-term {
    width: 75%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    padding: 15px 0;
    margin: 0;
    background-color: transparent;
    font-size: 1rem;
    font-weight: 300;
    outline: none;
    color: #1F345F;

}


@media (min-width: 530px) {


    .newsletter-term {
        font-size: 1.5rem

    }
}


@media (min-width: 960px) {


    .newsletter-term {
        width: 80%;
        font-size: 3rem;
        line-height: 60px

    }
}


.body-no-scroll {
    overflow: hidden;
}


.newsletter-blog__pageBanner {
    border-bottom: 1px solid;
    margin: 0 auto;
    padding: 30px 20px 20px;
    width: 40%;
    cursor: pointer;
}


.subpagemenu-overlay {
    overflow-y: auto;
    overflow-x: hidden;

    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .96);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
    -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    -o-transition: opacity .3s, transform .3s, visibility .3s;
    transition: opacity .3s, transform .3s, visibility .3s;
    transition: opacity .3s, transform .3s, visibility .3s, -webkit-transform .3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;


}


.subpagemenu-overlay--active {
    visibility: visible;
    opacity: 1;
    z-index: 200;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 3s ease-in-out;
    -o-transition: opacity 3s ease-in-out;
    transition: opacity 3s ease-in-out;
}


.contact-form {
    outline: none;


}


.contact-form__body {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.15);
    box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.15);
    padding: 40px;
    margin: 0 auto;
    background-color: #fff;
    max-width: 500px
}


.contact-form__container_inner {
    padding: 25px 0;
}


.contact-form__title {
    font-family: 'Roboto-Light', sans-serif;
    font-size: 35px;
}


.contact-form__sr-only {
    /*position: absolute;*/
    position: relative;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    font-family: 'Roboto-Light', sans-serif;
    font-size: 21px;
}


label.contact-form__sr-only {
    /*position: absolute;*/
    position: relative;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    font-family: 'Roboto-Light', sans-serif;
    font-size: 21px;
    display: none;
}


.contact-form__group {
    margin-bottom: 10px;
}


.contact-form__datumpo {
    padding-right: 0;
}


.contact-form__help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #cbcbcb;
}


.contact-form__control {
    display: block;
    width: 100%;
    height: 25px;
    padding: 6px 0;
    font-size: 21px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 0;
}

@media(max-width: 768px) {
    .contact-form__control {
        font-size: 16px;
    }
}


/*border-bottom: 1px solid #1F345F;*/


@media (min-width: 960px) {


    .contact-form__control {
        height: 38px
    }
}


.contact-form__control::-webkit-input-placeholder {
    color: #55bceb;
    font-size: 15px;
}


.contact-form__control::-moz-placeholder {
    color: #55bceb;
    font-size: 15px;
}


.contact-form__control:-ms-input-placeholder {
    color: #55bceb;
    font-size: 15px;
}


.contact-form__control::-ms-input-placeholder {
    color: #55bceb;
    font-size: 15px;
}


.contact-form__control::placeholder {
    color: #55bceb;
    font-size: 15px;
}


@media (min-width: 960px) {


    .contact-form__control::-webkit-input-placeholder {
        font-size: 20px
    }


    .contact-form__control::-moz-placeholder {
        font-size: 20px
    }


    .contact-form__control:-ms-input-placeholder {
        font-size: 20px
    }


    .contact-form__control::-ms-input-placeholder {
        font-size: 20px
    }


    .contact-form__control::placeholder {
        font-size: 20px
    }
}


.contact-form__controlnewsletter {
    display: block;
    width: 100%;
    height: 25px;
    padding: 6px 0 6px 10px;
    font-size: 21px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 0;
}


/*border-bottom: 1px solid #1F345F;*/


@media (min-width: 960px) {


    .contact-form__controlnewsletter {
        height: 38px
    }
}


.contact-form__controlnewsletter::-webkit-input-placeholder {
    color: #55bceb;
    font-size: 15px;
}


.contact-form__controlnewsletter::-moz-placeholder {
    color: #55bceb;
    font-size: 15px;
}


.contact-form__controlnewsletter:-ms-input-placeholder {
    color: #55bceb;
    font-size: 15px;
}


.contact-form__controlnewsletter::-ms-input-placeholder {
    color: #55bceb;
    font-size: 15px;
}


.contact-form__controlnewsletter::placeholder {
    color: #55bceb;
    font-size: 15px;
}


@media (min-width: 960px) {


    .contact-form__controlnewsletter::-webkit-input-placeholder {
        font-size: 20px
    }


    .contact-form__controlnewsletter::-moz-placeholder {
        font-size: 20px
    }


    .contact-form__controlnewsletter:-ms-input-placeholder {
        font-size: 20px
    }


    .contact-form__controlnewsletter::-ms-input-placeholder {
        font-size: 20px
    }


    .contact-form__controlnewsletter::placeholder {
        font-size: 20px
    }
}


textarea.contact-form__control {
    height: auto;
}


select.contact-form__control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;

    background-image: url("data:image/svg+xml;utf8,<svg style='stroke-width: 0px; background-color:%23727376;' fill='white' height='42' viewBox='0 0 32 33' width='38' xmlns='http://www.w3.org/2000/svg'><path d='M16.003 18.626l7.081-7.081L25 13.46l-8.997 8.998-9.003-9 1.917-1.916z'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 0px;
    border: none;

    background-color: #fff;
    text-align: left;
    padding-right: 50px;
    font-size: 15px;
    color: #55bceb;
    height: 42px;
    border-radius: 0;
}


@media (min-width: 960px) {


    select.contact-form__control {
        font-size: 20px
    }
}


select.contact-form__control option:first-child {
    text-align: left;
}


select.contact-form__control option {
    color: #727376;
    text-align: left;
    font-style: normal;
    padding: 6px 0px 0px;
}


input,
textarea,
select {
    outline: none;
}

.main-navigation-info a, .main-navigation-info div {
    color: #A94877;
}
.main-navigation-info div a {
    font-size: 15px;
}

.headline__instagram{
    color: white;
    text-align: center;
    font-size: 40px;
    padding-bottom: 1em;
    font-family: 'GuthenBloots', sans-serif;
}


.page-single-novica .container{
    padding-bottom: 50px;
}
.page-single-novica .row-my {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
@media (min-width: 768px){
    .page-single-novica .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 50px;
        padding-left: 15px;
        border-right: 1px solid black;
    }.page-single-novica .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 50px;
    }
}
*{
    box-sizing: border-box;
}

.page-single-novica ul{
    list-style-type: none;
    padding: 0;
    
}
.page-single-novica .related__articles li{
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding: 0;
    padding-bottom: 20px;
}

.page-single-novica .related__articles a {
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
}

.page-single-novica li .left, .page-single-novica li .right{
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 1.5;
    max-height: 110px;
    object-fit: cover;
}

.page-single-novica li .left, .page-single-novica li .right{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    color: #5C3B1B;
    line-height: 1.5;
}
@media(min-width: 768px) {
    .page-single-novica li .left, .page-single-novica li .right { 
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.page-single-novica li .right{
    padding-top: 20px;
}
.page-single-novica .related{
    font-family: 'GuthenBloots', sans-serif;
    font-size: 30px;
    color: #5C3B1B;
}
.page-single-novica .follow-us{
    font-family: 'GuthenBloots', sans-serif;
    font-size: 30px;
    margin-bottom: 10px;
    color: #5C3B1B;
}
.page-single-novica .min-list a{
    color: #000;
}
.page-single-novica .social-icons-list li{
    margin: 0;
}
.home-visual-first .btn__secondary {
    background: #21866E !important;
}
.btn__secondary {
    display: inline-block;
    text-decoration: none;
    padding: 7px 20px;
    font-size: 25px;
    font-family: 'RobotoCondensed-Light', sans-serif;
    color: white;
    background-color: black;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}

.btn__secondary-banner{
    display: inline-block;
    text-decoration: none;
    padding: 7px 20px;
    font-size: 25px;
    font-weight: bold;
    font-family: 'RobotoCondensed-Light', sans-serif;
    color: white;
    background-color: #234a73;
    border-radius: 5px;
    text-decoration: none;
	z-index: 4;
}

@media(min-width: 1200px) {
    .btn__secondary{
        padding: 15px 25px;
    }
}
.btn__secondary::after{
    display: inline-block;
    font-family: 'RobotoCondensed-Light', sans-serif;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    content: '';
    background:  url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 492.004 492.004" style="enable-background:new 0 0 492.004 492.004;"><path fill="white" d="M382.678,226.804L163.73,7.86C158.666,2.792,151.906,0,144.698,0s-13.968,2.792-19.032,7.86l-16.124,16.12 c-10.492,10.504-10.492,27.576,0,38.064L293.398,245.9l-184.06,184.06c-5.064,5.068-7.86,11.824-7.86,19.028 c0,7.212,2.796,13.968,7.86,19.04l16.124,16.116c5.068,5.068,11.824,7.86,19.032,7.86s13.968-2.792,19.032-7.86L382.678,265 c5.076-5.084,7.864-11.872,7.848-19.088C390.542,238.668,387.754,231.884,382.678,226.804z"/></svg>') no-repeat 100%;
}

.btn__secondary-small{
    font-size: 18px;
    padding: 0 15px;
}

@media(min-width: 1200px) {
    .btn__secondary-small{
        padding: 7px 20px;
    }
}

.btn__secondary-small::after {
    width: 10px;
    height: 10px;
}

.home-visual__tubs_boxes_small .toolbar{
    left: 0;
    bottom: 50px;
}

.home-visual-news-banjice {
    padding: 90px 0 50px;
	background-color: #FCE16B;
}

@media(max-width: 768px) {
    .home-visual__tubs_boxes_small .toolbar {
        position: relative;
    }
}

.home-visual-sticks__tubs_boxes_small .toolbar{
    position: absolute;
    left: 20%;
    bottom: 40%;
    transform: translate(0, 50%);
}
@media(max-width: 576px) {
    .home-visual-sticks__tubs_boxes_small .toolbar {
        bottom: 45%;
    }
}
@media(min-width: 769px) {
    .home-visual-sticks__tubs_boxes_small .toolbar{
        left: 0;
    }   
}
.home-visual-sticks__tubs_boxes_small-3 .toolbar{
    left:auto;
    right: 15%;
    top: 20%;
}
.home-visual-cones__tubs_boxes_small-3 .toolbar {
    left: 0;
    bottom: 0;
    top: 0;
    right: 20%;
}
@media(max-width: 576px) {
    .home-visual-cones .home-visual-cones__tub_box_text_first img,
    .home-visual-licences .home-visual-licences__tub_box_text_first img {
        height: 100px;
    }
    .home-visual-cones__tubs_boxes_small-3 .toolbar {
        bottom: 20% !important;
        left: 0 !important;
    }
}
.home-visual-cones__tubs_boxes_small-3 .toolbar{
    left:0;
    bottom: 60%;
}

@media(min-width: 768px) {
    .home-visual-sticks__tubs_boxes_small-3 .toolbar {
        top: unset;
        right: 0;  
        transform: translate(30%, 50%);
        bottom: 50%;
    }
    .home-visual-cones__tubs_boxes_small-3 .toolbar {
        left: 0;
        bottom: 60%;
    }
}

.home-visual-cones__tubs_boxes_small .toolbar{
    position: absolute;
    left: 50px;
    bottom: 30%;
    transform: translate(0, 50%);
}
@media(max-width: 560px) {
    .homepage__custom__item {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .homepage__custom__item.homepage__custom__item-left img,
    .homepage__custom__item.homepage__custom__item-right img {
        width: 60%;
    }
    .homepage__custom__item.homepage__custom__item-right {
        padding-top: 10px;
    }
    .homepage__custom__item.homepage__custom__item-right img {
        margin-bottom: 20px;
    }
}
@media(min-width: 768px) {
    .homepage__custom__item .toolbar {
        margin-left: 40%;
        margin-top: 20px;
    }
    .homepage__custom__items{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .homepage__custom__item{
        width: 50%;
        max-width: 50%;
    }
}

.btn-container {
    display: flex;
    position: absolute;
}

#rose-cones .btn-container {
    bottom: 170px;
    right: 230px;
}

/* .home-visual__tubs_boxes_two {
    display: flex;
} */

.home-visual__tubs_boxes.desktop .btn-container {
    bottom: 45px;
    left: -45px;
}

.headline-center {
    font-family: 'GuthenBloots', sans-serif;
    font-size: 80px;
    font-weight: normal;
    line-height: 105px;
    text-align: center;
    margin: 0 0 25px 0;
    letter-spacing: 3px;
    line-height: 1;
}
@media(max-width: 576px) {
    .headline-center {
        font-size: 68px;
    }
}

.news__item {
    padding: 0 15px;
}
@media(max-width: 576px) {
    .news__item {
        margin-bottom: 40px;
    }
}
.news__item img {
    width: 100%;
    max-height: 230px;
    object-fit: contain;
    height: 100%;
    transition: 0.25s ease-in-out;
}
.news__item:hover img {
    opacity: 0.5;
}
.news__item img {
    width: 100%;
    max-height: 230px;
    object-fit: cover;
    height: 100%;
}
@media(min-width: 768px) {
    .news__item img {
        max-height: 130px;
    }
}
@media(min-width: 960px) {
    .news__item img {
        max-height: 230px;
    }
}
.news__item p {
    color: #fff;
}
.news__item a {
    text-decoration: none;
}
.why-choose-us {
    padding: 90px 0 50px;
}
.why-choose-us__items {
    justify-content: center;
}
.why-choose-us__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
    text-align: center;
}
.why-choose-us__item-icon {
    width: 120px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
/* .why-choose-us__item img {
    width: 60px;
    height: 60px;
} */
@media(min-width: 768px) {
    .news__list {
        display: flex;
    }
    .why-choose-us__items {
        display: flex;
    }
}
.product-photos {
    padding: 50px 150px;
    display: flex;
    gap: 20px;
}
.product-photos-item {
  width: 33.3%;
  position: relative;
  padding-top: 33.3%;
  height: 0;
}
@media(min-width: 768px) {
    .news__list {
        display: flex;
    }
    .why-choose-us__items {
        display: flex;
    }
}
.product-photos-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@media(max-width: 768px) {
    .product-photos {     
        flex-wrap: wrap;
        padding: 50px 20px;
    }
    .product-photos-item {
        width: 100%;
        padding-top: 100%;
    }
}
.product-share span {
    font-family: 'GuthenBloots', sans-serif;
    font-size: 40px;
}
.product-share ul li i, .product-share span {
    font-size: 16px;
    font-size: 32px;
}
.product-share ul {
    padding-left: 0;
    margin: 0 0 0 15px;
}
.product-share ul li {
    display: inline-block;
}
.product-share-content {
    align-items: center;
    justify-content: center;
}
.other-categories,
.same-products {
    padding-top: 50px;
    padding-bottom: 50px;
}
.other-categories .headline {
    font-family: 'GuthenBloots', sans-serif;
    font-size: 68px;
    line-height: 72px;
    letter-spacing: 3px;
}
@media(max-width: 768px) {
    .other-categories .headline {
        font-size: 40px;
        line-height: 42px;
        margin-bottom: 0.83em;
    }
}
@media(max-width: 1030px) {
    .product-category__items {
        display: flex;
        flex-wrap: wrap;
    }
    .product-category__item {
        width: 50%;
    }
}
.same-products__item,
.product-category__item {
    margin: 15px 0;
    padding: 0 15px;
}

.product-category__items {
    align-items: flex-start;
    justify-content: center;
}
.same-products__image,
.product-category__image {
    display: block;
}
.same-products__image img {
    object-fit: fill;
    height: auto;
}
@media(min-width: 768px) {
    .same-products__image img {
        height: 100%;
    }
}
.same-products .headline--singlepage_onas_large,
.other-categories .headline--singlepage_onas_large {
    padding-top: 0;
    padding-bottom: 50px;
}
.same-products__items .btn__secondary,
.product-category__items .btn__secondary {
    padding: 10px;
    font-size: 17px;
}
@media(min-width: 768px) {
    .product-category__items {
        display: flex;
    }
    .other-categories .headline {
        margin-top: 30px;
        margin-bottom: 25px;
    }
    .product-category__item h2 {
        height: 144px;
    }
}
@media(min-width: 960px) {
    .same-products {
        padding-bottom: 100px;
        padding-top: 100px;
    }
}
@media(min-width: 1030px) {
    .same-products__image,
    .product-category__image {
        height: 280px;
    }
}
.text-center {
    text-align: center;
}
.c-purple {
    color: #813B74;
}
.c-black {
    color: #000000;
}
.bg-light-purple {
    background: #E8E1F3;
}
.bg-light-green {
    background: #648E38;
}
.flex {
    display: flex;
}
.btn-black {
    background: #000;
    color: #fff;
}
.btn-purple {
    background: #813B74;
    color: #fff;
}
.btn-dark-blue {
    background: #1F3452;
}
.bg-dark-purple {
    background: #813B74;
}
.bg-light-purple {
    background: #E8E1F3;
}
@media(min-width: 768px) {
    .site-footer__link img {
        margin-top: -25px;
    }
}
@media(min-width: 768px) {
    .full-width-split__inner div:first-child {
        display: inline-block; 
        width: 36%; 
        padding-right: 20px;
    }
    
    .full-width-split__inner div:last-child {
        display: inline-block; 
        width: 59%;
    }
}


.page-single__archivebgimg a{
    display: block;
   position: relative; 
  }
  
  .page-single__archivebgimg .btn-gold{
    position: absolute; 
    bottom: 100px;
    left: 50%;
  }
  

  .blog__labes__list{
    display: flex;
  }
  @media(max-width:960px) {
    .blog__labes__list{
        margin-bottom: 20px;
    }
  }
  .blog__labes__item{
    padding: 10px 20px;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    background: #5C3B1B;
  }


  .row-my {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  @media (min-width: 768px){
   .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 50px;
        padding-left: 15px;
        border-right: 1px solid black;
    }
    .col-md-4 {
        flex: 0 0 33.000000%;
        max-width: 33.000000%;
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 50px;
    }
  }
  *{
    box-sizing: border-box;
  }
  
  .headline--blogtitle {
    font-size: 44px;
    font-weight: bold;
    line-height: 49px;
    padding-bottom: 20px;
    color: #5C3B1B;
  } 
  .homepage__custom__item-right .btn__secondary {
    transition: 0.3s ease-in-out;
    background: #813B74;
  }
  .homepage__custom__item-right .btn__secondary:hover {
    transform: scale(1.1);
}

#lonci .toolbar-mobile {
    margin-top: 20px;
    display: block !important;
}


#lonci .toolbar-mobile .btn__secondary-small {
    font-weight: bold;
    font-size: 16px;
    padding: 8px 20px;
}

@media(min-width: 960px) {
    #lonci .toolbar-mobile {
        display: none;
    }
}

@media(max-width: 959px) {
    #lonci .toolbar {
        display: none;
    }
}

.icon-menu-sticky {
    display: none;
}

@media(max-width: 960px) {
    .site-header__fixed .icon-menu-sticky {
        display: block;
    }
}

.glow-img{
    display: block;
    position: relative;
    padding-top: 90%;
    height: 0;
}
.glow-img::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 63%);
    content: '';
    z-index: 0;
    border-radius: 50%;
}
.glow-img  img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.same-products__image{
    position: relative;
    padding-top: 100%;
    height: 0;
}
.same-products__image::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 63%);
    content: '';
    z-index: 0;
    border-radius: 50%;
}
.same-products__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.full-width-split__inner a{
    display: block;
}

.product__list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    padding: 0 50px;
}
@media(max-width: 960px) {
    .product__list{
        grid-template-columns: repeat(1, 1fr);
    }
}
.product__item-title{
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    text-decoration: none;
    padding-top: 20px;
    color: #A94877;
}
.product__list a{
    text-decoration: none;
}

.catas__title{
    font-size: 70px;
    font-family: 'GuthenBloots', sans-serif;
    padding-left: 40px;
    color: #A94877;
    font-weight: 400;
}
.catas_prod{
    padding-bottom: 50px;
}

.products-carousel-item__img{
    position: relative;
    padding-top: 100%;
    height: 0;
}
.products-carousel-item__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.products-carousel-item__img::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 63%);
    content: '';
    z-index: 0;
    border-radius: 50%;
}

.same-products__items{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(230px,230px));
    gap: 10px;
    align-content: space-between;
    justify-content: center;
}

.product-share-content a {
    display: flex;
    align-items: center;
}