    /*
 Theme Name:   wiwi-style
 Description:  wiwi-style
 Author:       WIWI-J
 Template:     wiwi
 Version:      0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, one-columns, responsive-layout, accessibility-ready
*/

    @import url("../wiwi/style.css");
    /*-----GLOBAL------*/

    #cookies-message {
        bottom: 0 !important;
        top: auto !important;
    }

    #accept-cookies-checkbox {
        background-color: rgb(136, 16, 21) !important;
    }

    .img-responsive {
        margin: auto;
    }

    *, a, p, input, textarea, li, ol, ul, address {
        font-family: 'Lato', sans-serif;
        line-height: 2;
        font-size: 14px;
        color: rgb(0, 0, 0);
    }

    h1, h2, h3, h4, .h2 {
        font-family: 'Oxygen', sans-serif;
    }

    h2, .h2 {
        font-size: 28px;
        line-height: 1.8;
        color: rgb(0, 0, 0);
        padding: 0 150px 0 0;
        display: inline;
    }

    .h2-span {
        display: inline-block;
        border-image: -moz-linear-gradient( 1deg, rgb(218, 26, 33) 0%, rgb(255, 255, 255) 100%) 100% 0 100% 0/0 0 4px 0 stretch;
        border-image: -webkit-linear-gradient( 1deg, rgb(218, 26, 33) 0%, rgb(255, 255, 255) 100%) 100% 0 100% 0/0 0 4px 0 stretch;
        border-image: -ms-linear-gradient( 1deg, rgb(218, 26, 33) 0%, rgb(255, 255, 255) 100%) 100% 0 100% 0/0 0 4px 0 stretch;
        border-top-width: 0;
        margin-bottom: 20px;
    }

    a, button, img, span, em {
        -webkit-transition: all 0.4s ease-in;
        -moz-transition: all 0.4s ease-in;
        -o-transition: all 0.4s ease-in;
        -ms-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in;
    }

    .container-fluid {
        padding: 0 15px;
    }

    main {
        padding-top: 90px;
    }
    /*-----HEADER------*/

    .top-contact {
        background-color: rgb(0, 0, 0);
        border-bottom: 1px solid rgb(158, 158, 158);
        text-align: right;
        padding: 7px 30px 7px 0;
    }

    .top-contact * {
        color: #fff;
        display: inline-block;
        font-size: 13px;
    }

    .top-contact address {
        margin-bottom: 0;
    }

    .top-contact i {
        padding: 0 5px 0 35px;
    }

    .top-contact a:hover {
        color: rgb(200, 200, 200);
    }

    #logo {
        position: absolute;
        top: -45px;
        left: 0;
        z-index: 3333;
    }

    .navbar-nav {
        float: right !important;
        margin: 0;
    }

    nav {
        background: #881015;
        background: -moz-linear-gradient(left, #881015 0%, #881015 40%, #630c0f 58%, #630c0f 100%);
        background: -webkit-linear-gradient(left, #881015 0%, #881015 40%, #630c0f 58%, #630c0f 100%);
        background: linear-gradient(to right, #881015 0%, #881015 40%, #630c0f 58%, #630c0f 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#881015', endColorstr='#630c0f', GradientType=1);
        padding-right: 15px;
    }

    .nav>li>a {
        color: rgb(255, 255, 255);
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        position: relative;
        overflow: hidden;
        margin: .6em;
        padding: 0.5em 1em;
    }

    .nav>li.active.dropdown>a:before {
        right: 100%;
    }

    .nav>li>a:hover {
        background: transparent;
    }

    .nav>li>a::before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        right: 100%;
        bottom: 0;
        background: rgb(255, 255, 255);
        height: 1px;
        -webkit-transition-property: right;
        transition-property: right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .nav>li>a:hover:before, .nav>li>a:focus:before {
        right: 0;
    }

    .nav>li.active>a:before {
        right: 0;
    }

    .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
        background-color: transparent;
        border-color: transparent;
    }

    .dropdown-menu {
        background-color: rgb(99, 12, 15);
        color: rgb(255, 255, 255);
    }

    .dropdown-menu>li>a {
        color: rgb(255, 255, 255);
    }

    .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
        background-color: rgba(255, 255, 255, 0.3);
        color: rgb(255, 255, 255);
    }

    .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
        background-color: rgba(255, 255, 255, 0.5);
    }

    .caret {
        color: rgb(255, 255, 255);
    }

    header {
        position: fixed;
        width: 100%;
        z-index: 1000;
    }
    /*-----METASLIDER------*/

    .metaslider .msHtmlOverlay .layer h1 {
        font-size: 42px;
        color: rgb(255, 255, 255);
        text-align: center;
        margin-bottom: 10px;
        line-height: 1;
    }

    .metaslider .msHtmlOverlay .layer p {
        text-align: center;
    }

    .metaslider .msHtmlOverlay .layer a em {
        color: rgb(255, 255, 255);
        font-style: italic;
        font-size: 18px;
    }

    .metaslider .msHtmlOverlay .layer a:hover em {
        border-bottom: 1px solid rgb(255, 255, 255);
    }

    .ms_content_wrap {
        height: auto!important;
    }

    .metaslider .content {
        position: relative!important;
        top: 50%!important;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: rgba(0, 0, 0, 0.5) !important;
    }

    .metaslider .layer {
        position: relative!important;
        top: 50%!important;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        height: auto;
    }

    .metaslider .ms_content_wrap {
        background-color: transparent!important;
    }
    /*-----FOOTER------*/

    footer * {
        color: rgb(255, 255, 255);
    }

    .top-footer {
        background-image: url('images/bgr-footer.png');
        background-attachment: fixed;
        background-size: cover;
        background-repeat: repeat-y;
    }

    .footer-part {
        padding: 17px 60px;
        height: 400px;
    }

    .footer-middle {
        background-color: rgb(40, 40, 40);
    }

    footer h3 {
        font-size: 16px;
        font-family: "Oxygen";
        text-transform: uppercase;
        text-align: left;
        margin: 0 0 15px;
    }

    footer p {
        line-height: 1.4;
    }

    .footer-middle h3 {
        text-align: center;
    }

    .footer-logo {
        margin-top: 30px;
        padding: 0 30px 30px;
    }

    .form-control {
        background: none;
        border: 1px solid rgb(215, 215, 215);
        border-radius: 0;
    }

    .form-control:focus {
        background: none;
        border: 1px solid rgb(237, 28, 36);
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .footer-right h3 {
        margin-left: -15px;
    }

    .footer-left a, .footer-left address {
        display: block;
        margin-bottom: 10px;
        line-height: 45px;
    }

    footer a::before, footer address::before {
        vertical-align: text-top;
        padding-right: 10px;
        height: 50px;
        display: block;
        float: left;
    }

    footer .address::before {
        content: url('images/adres.png');
    }

    footer .mail::before {
        content: url('images/mail.png');
    }

    footer .tel1::before {
        content: url('images/telefon.png');
    }

    .footer-bottom {
        background-color: rgb(0, 0, 0)
    }

    .footer-bottom * {
        color: rgb(100, 100, 100);
    }

    footer .button-div {
        margin-top: 0;
    }
    /*-----HOMEPAGE------*/

    .slider {
        background-image: url('images/tapicerka.jpg');
        background-attachment: fixed;
    }

    section.part {
        padding: 60px 0;
    }

    .content ul li {
        font-size: 18px;
    }

    .content ul li::before {
        content: url('images/tick.png');
        padding-right: 10px;
        display: inline-block;
        vertical-align: bottom;
        font-size: 18px;
        line-height: 2;
    }

    .button-div {
        text-align: center;
        margin-top: 30px;
    }

    .my-button {
        background-color: rgb(218, 26, 33);
        background-image: -moz-linear-gradient( -100deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
        background-image: -webkit-linear-gradient( -100deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
        background-image: -ms-linear-gradient( -100deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
        border-radius: 35px;
        color: rgb(255, 255, 255);
        padding: 5px 25px;
        border: 0;
    }

    .my-button:hover {
        background-color: rgb(269, 62, 65);
        color: rgb(255, 255, 255);
    }

    .bgr-red {
        background-image: url('images/bgr1.png');
        background-position: center center;
    }

    .bgr-white {
        background-color: rgb(241, 244, 235);
        box-shadow: 0px 0px 19.53px 1.47px rgba(0, 0, 0, 0.31);
        padding: 60px 90px;
    }

    .offer-container {
        margin: 30px 90px;
    }

    .single-offer {
        height: 295px;
        width: 21%;
        margin: 2%;
        box-shadow: 0px 0px 20px 1.47px rgba(0, 0, 0, 0.2);
        padding: 0;
        -webkit-border-image: url('images/border.png');
        border-image: -moz-linear-gradient( 1deg, rgb(218, 26, 33) 0%, rgb(255, 255, 255) 100%) 100% 0 100% 0/0 0 4px 0 stretch;
        border-image: -webkit-linear-gradient( 1deg, rgb(218, 26, 33) 0%, rgb(255, 255, 255) 100%) 100% 0 100% 0/0 0 4px 0 stretch;
        border-image: -ms-linear-gradient( 1deg, rgb(218, 26, 33) 0%, rgb(255, 255, 255) 100%) 100% 0 100% 0/0 0 4px 0 stretch;
        border-image: linear-gradient( 1deg, rgb(218, 26, 33) 0%, rgb(255, 255, 255) 100%) 100% 0 100% 0/0 0 4px 0 stretch;
        border-top-width: 0;
        text-align: center;
    }

    .single-offer strong, .single-offer strong span {
        font-size: 16px;
        font-family: "Oxygen";
        text-transform: uppercase;
        line-height: 1.4;
    }

    .single-offer strong {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        height: 75px;
        display: table;
        padding: 0 30px;
    }

    .single-offer .name {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    .single-offer .name span {
        color: rgb(218, 26, 33);
    }

    .single-offer .more-strong {
        position: absolute;
        /* top: 0; */
        /* -webkit-transform: translateY(-50%); */
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: rgb(255, 255, 255);
        font-size: 24px;
        top: 50%;
        font-size: 24px;
    }

    .single-offer .more-strong::after {
        content: url('images/go.png');
        display: block;
        padding: 15px 0 0;
    }

    .bgr-red .h2-span {
        float: none;
        display: block;
        width: 300px;
        margin-left: 30px;
    }

    .bgr-red .h2-span-lng {
        width: 800px;
    }

    .baner-bg {
        padding: 45px 15px;
    }

    .single-offer img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        padding-bottom: 75px;
    }

    .single-offer .more img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        padding-bottom: 0;
    }

    .single-offer:hover img {
        -webkit-filter: grayscale(100%);
        /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
    }

    .single-galeria .main-content, .page-template-template-offer .main-content {
    padding: 90px 15px;
    min-height: 100px;
}

    .bgr-gallery {
        height: 500px;
        background-image: url('images/bgr2.jpg');
        background-attachment: fixed;
    }

    .link-div:last-child {
        display: none;
    }

    .inside {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: rgba(0, 0, 0, 0.45);
        text-align: center;
        padding: 15px 0;
    }

    .inside h2 {
        display: block;
        float: none;
        padding: 0;
        font-size: 36px;
        margin: 0;
    }

    .inside, .inside * {
        color: rgb(255, 255, 255);
    }

    .inside a {
        font-size: 18px;
        font-style: italic;
        padding: 0 5px;
    }

    .inside a:hover {
        color: rgb(255, 255, 255);
        border-bottom: 1px solid rgb(255, 255, 255);
    }
    /*-----ABOUT------*/

    .banner {
        min-height: 830px;
        background-size: cover;
        background-position: top right;
        background-repeat: no-repeat;
    }

    .main-content {
        padding: 90px 15px;
        min-height: 420px;
    }

    .main-content ul {
        margin: 15px 0;
    }

    .main-content ul li::before {
        content: url('images/dot.png');
        padding-right: 10px;
        display: inline-block;
        vertical-align: bottom;
    }

    .breadcrumbs span {
        color: rgb(218, 26, 33);
    }

    .breadcrumbs span:last-child {
        color: rgb(0, 0, 0);
    }
    /*-----OFFER------*/

    .product-main {
        padding-top: 90px;
        margin-top: -90px;
    }

    .name h2 {
        text-align: right;
        padding: 0 15px;
        margin: 0;
        display: block;
        color: rgb(255, 255, 255);
        font-size: 24px;
    }

    .product-name {
        background: rgb(0, 0, 0);
        padding: 0px 0 5px;
    }

    .product-name h2 {
        text-align: right;
        color: rgb(255, 255, 255);
        padding: 0;
        display: block;
        margin: 0;
        text-transform: capitalize;
    }

    .product-left {
        height: 200px;
    }

    .product-main:nth-child(n) .product-left {
        background: #303030;
        background: -moz-linear-gradient(left, #303030 0%, #323131 31%, #3a3939 46%, #515050 80%, #565555 92%, #565555 100%);
        background: -webkit-linear-gradient(left, #303030 0%, #323131 31%, #3a3939 46%, #515050 80%, #565555 92%, #565555 100%);
        background: linear-gradient(to right, #303030 0%, #323131 31%, #3a3939 46%, #515050 80%, #565555 92%, #565555 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#565555', GradientType=1);
    }

    .product-main:nth-child(2n) .product-left {
        background: #551919;
        background: -moz-linear-gradient(left, #551919 0%, #561919 28%, #621c1c 42%, #902a2a 81%, #982c2c 93%, #982c2c 100%);
        background: -webkit-linear-gradient(left, #551919 0%, #561919 28%, #621c1c 42%, #902a2a 81%, #982c2c 93%, #982c2c 100%);
        background: linear-gradient(to right, #551919 0%, #561919 28%, #621c1c 42%, #902a2a 81%, #982c2c 93%, #982c2c 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#551919', endColorstr='#982c2c', GradientType=1);
    }

    .product-left h3 {
        color: rgb(255, 255, 255);
        text-transform: uppercase;
        text-align: right;
        margin: 0;
        padding: 30px;
    }

    .product-middle {
        padding: 0;
    }

    .product-middle img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .product-right {
        padding: 30px;
    }

    .single-galeria .map-wrap1 {
        display: none;
    }

    .gallery-img {
        display: block;
        height: 350px;
        float: left;
        width: 20%;
    }

    .gallery-img img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }

    .gallery img {
        border: 2px solid rgb(255, 255, 255);
    }

    .page-id-8 .banner {
        min-height: 450px;
    }

    .gallery {
        margin: 0;
    }

    @media screen and (max-width: 1499px) {
        .single-offer {
            width: 44%;
            margin: 3%;
        }
    }

    @media screen and (max-width: 1199px) {
        .footer-part {
            padding: 25px;
            height: 350px;
        }
        .form-horizontal .form-group {
            margin-right: 0;
            margin-left: 0;
        }
        .footer-right h3 {
            margin-left: 0;
        }
        .footer-logo {
            margin-top: 15px;
        }
        .bgr-red .h2-span {
            width: 100%;
        }
        .banner {
            display: none;
        }
        .gallery-img {
            width: 25%;
        }
    }

    @media screen and (max-width: 991px) {
        .footer-part {
            padding: 30px 15px;
            height: auto;
        }
        .footer-left a, .footer-left address {
            display: inline-block;
            padding-right: 15px;
        }
        footer h3 {
            text-align: center;
        }
        header {
            position: static;
        }
        main {
            padding-top: 0;
        }
        .slider .container {
            width: 100%;
            padding: 0;
        }
        h2, .h2 {
            padding-right: 30px;
        }
        .offer-container {
            margin: 15px 30px;
        }
        section.part {
            padding: 30px 0;
        }
        .bgr-white {
            padding: 30px 45px;
        }
        .top-contact i {
            padding: 0 5px 0 15px;
        }
        #logo .img-responsive {
            max-width: 200px;
        }
        .top-contact {
            padding: 7px 15px 7px 0;
        }
        nav {
            padding-right: 0;
        }
        .gallery-img {
            width: 50%;
        }
        .main-content {
            min-height: auto;
        }
    }

    @media screen and (max-width: 767px) {
        #logo {
            position: static;
            padding-top: 10px;
        }
        .top-contact {
            text-align: center;
        }
        .single-offer {
            width: 90%;
            margin: 5%;
        }
        .navbar-toggle .icon-bar {
            background-color: rgb(255, 255, 255);
        }
        .navbar-nav {
            width: 100%;
            margin: auto;
        }
        .min-logo {
            max-width: 160px;
            padding-bottom: 10px;
            display: block;
            margin: auto;
        }
        .navbar-collapse {
            box-shadow: none;
        }
        .navbar-toggle {
            position: absolute;
            top: 15px;
        }
        .metaslider .msHtmlOverlay .layer h1 {
            font-size: 20px;
        }
        h2, .h2 {
            font-size: 20px;
        }
        .h2-span {
            display: block;
            margin-top: 30px;
            width: auto;
        }
        .bgr-white {
            padding: 15px;
        }
        .offer-container {
            margin: 0;
        }
        .baner-bg {
            padding: 0;
        }
        .single-offer {
            height: 75px;
        }
        .single-offer img {
            display: none;
        }
        .single-offer:last-child {
            height: 175px;
        }
        .bgr-gallery {
            height: 300px;
        }
        .inside h2 {
            font-size: 24px;
        }
        .inside a {
            display: block;
            border-bottom: 1px solid transparent;
        }
        .link-div {
            display: none;
        }
        .main-content {
            padding: 30px 15px;
        }
        .product-left {
            height: auto;
        }
        .product-middle img {
            height: 150px;
        }
        .product-name h2 {
            text-align: center;
        }
        .product-left h3 {
            text-align: center;
            font-size: 20px;
            padding: 15px;
        }
        #map-canvas1 {
            height: 250px;
        }
        .gallery-img {
            width: 100%;
            height: 300px;
        }
    }
