
.popup-main {
    background: #61393900;
    text-align: left;
    width: 100%;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 0 20px #0000;
}

    .popup-main.popup-main-article img {
        width: 100%;
    }

    .popup-main .popup-title {
        padding: 20px;
        text-align: left;
        font-size: 24px;
    }

        .popup-main .popup-title > * {
            margin: 0;
        }

    .popup-main .popup-content {
        background-color: #fff;
        padding: 15px;
    }

    .popup-main .popup-buttons a {
        border-left: 1px solid #fff;
        padding: 32px 30px;
        display: inline-block;
        margin-left: -3px;
    }

        .popup-main .popup-buttons a:hover {
            background-color: #000;
            border-color: #000;
            color: #fff;
        }

    .popup-main .mfp-close {
        height: 72px;
        border-left: 1px solid #fff;
    }

    .popup-main .popup-table {
        display: table;
        width: 100%;
        width: 100%;
    }

        .popup-main .popup-table .popup-cell {
            display: table-cell;
            vertical-align: middle;
            vertical-align: middle;
        }

            .popup-main .popup-table .popup-cell:nth-child(1) {
                padding-left: 18px;
            }

            .popup-main .popup-table .popup-cell:nth-child(2) {
                text-align: right;
            }

@media(max-width:767px) {
    .popup-main .popup-table .popup-cell .icon {
        font-size: 20px;
    }
}

.popup-main .product .product-info-wrapper {
    margin: 0;
    padding: 0;
    box-shadow: none;
    border: 0;
}

.popup-main .product .title small {
    display: block;
    margin: 0;
}

.popup-main .product .price {
    text-align: left;
    margin: 0;
}

    .popup-main .product .price.price-single {
        padding: 15px 0;
    }

@media(min-width:992px) {
    .popup-main .product .price.price-single {
        padding: 20px 0;
    }
}

.popup-main .product .price small {
    display: block;
    margin: 0;
}

.popup-main .product .product-colors {
    margin-top: 10px;
}

.popup-main .product .owl-product-gallery {
    margin-bottom: 1px;
}

@media(min-width:768px) {
    .popup-main {
        width: 640px;
    }

        .popup-main.popup-main-article {
            width: 760px;
        }

        .popup-main .popup-content {
            padding: 40px;
        }

        .popup-main .mfp-close {
            height: 90px;
            border-left: 1px solid #fff;
        }

        .popup-main .product .owl-product-gallery {
            margin-bottom: 1px;
        }
}

.instagram {
    padding-top: 30px;
    padding-bottom: 0;
}

    .instagram .gallery .item {
        width: 16.66667%;
        float: left;
        overflow: hidden;
    }

        .instagram .gallery .item img {
            width: 100%;
            -moz-transform: scale(1.2);
            -ms-transform: scale(1.2);
            -o-transform: scale(1.2);
            -webkit-transform: scale(1.2);
            transform: scale(1.2);
            -moz-transition: all .2s;
            -o-transition: all .2s;
            -webkit-transition: all .2s;
            transition: all .2s;
        }

        .instagram .gallery .item:hover img {
            -moz-transform: scale(1.08);
            -ms-transform: scale(1.08);
            -o-transform: scale(1.08);
            -webkit-transform: scale(1.08);
            transform: scale(1.08);
        }

@media(min-width:768px) {
    .instagram {
        padding-top: 20px;
    }
}

@media(min-width:992px) {
    .instagram {
        padding-top: 30px;
    }
}

@media(min-width:1200px) {
    .instagram {
        padding-top: 40px;
    }
}

.checkout {
    background-color: #eee;
    padding-top: 60px;
    padding-bottom: 60px;
}

    .checkout hr {
        border-color: #ddd;
    }

    .checkout .cart-wrapper {
        margin: 15px 0;
    }

@media print {
    .checkout .cart-wrapper {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

        .checkout .cart-wrapper + .cart-wrapper {
            border-top: 0;
        }
}

.checkout .white-block {
    background-color: #fff;
    padding: 20px 15px;
    margin-bottom: 15px;
}

.checkout .note-block {
    background-color: #fff;
}

.checkout .title {
    margin: 0;
}

.checkout .cart-block {
    position: relative;
    margin-bottom: 15px;
}

    .checkout .cart-block:last-child {
        margin-bottom: 0;
    }

    .checkout .cart-block.cart-block-header {
        display: none;
        background-color: #fbfbfb;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

    .checkout .cart-block.cart-block-item {
        background-color: #fff;
    }

    .checkout .cart-block.cart-block-footer {
        color: #000;
        margin-top: 1px;
        background-color: #fff;
        padding: 15px 10px;
    }

        .checkout .cart-block.cart-block-footer.cart-block-footer-price {
            padding: 30px 30px;
            background-color: #fff;
        }

        .checkout .cart-block.cart-block-footer > div {
            padding: 0;
        }

            .checkout .cart-block.cart-block-footer > div:nth-child(1), .checkout .cart-block.cart-block-footer > div:nth-child(2) {
                width: 50%;
            }

            .checkout .cart-block.cart-block-footer > div:nth-child(2) {
                text-align: right;
            }

        .checkout .cart-block.cart-block-footer .form-coupon {
            display: inline-block;
            width: inherit;
            margin-left: 10px;
            text-align: left;
        }

    .checkout .cart-block > div {
        padding: 0 30px;
    }

        .checkout .cart-block > div img {
            width: 100%;
            vertical-align: middle;
        }

        .checkout .cart-block > div.image {
            padding: 0;
        }

        .checkout .cart-block > div.quantity, .checkout .cart-block > div.price {
            width: 50%;
            float: left;
        }

            .checkout .cart-block > div.quantity .form-quantity {
                display: inline-block;
                width: 80px;
            }

    .checkout .cart-block .title > * {
        margin: 0;
    }

    .checkout .cart-block .price > span {
        display: block;
        text-align: right;
    }

    .checkout .cart-block .price .final {
        margin: 0;
    }

    .checkout .cart-block .price .discount {
        text-decoration: line-through;
    }

    .checkout .cart-block .icon-delete {
        position: absolute;
        cursor: pointer;
        padding: 5px;
        right: 0;
        top: 0;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

        .checkout .cart-block .icon-delete:hover {
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

@media(min-width:768px) {
    .checkout .white-block {
        padding: 30px;
    }

    .checkout .cart-block {
        display: table;
        width: 100%;
        margin-bottom: 1px;
    }

        .checkout .cart-block.cart-block-header {
            display: table;
            padding: 15px;
        }

            .checkout .cart-block.cart-block-header > div {
                padding: 0;
            }

        .checkout .cart-block.cart-block-footer {
            padding: 15px 30px;
        }

            .checkout .cart-block.cart-block-footer .form-coupon {
                position: absolute;
                top: 0;
            }

        .checkout .cart-block > div {
            display: table-cell;
            vertical-align: middle;
        }

            .checkout .cart-block > div img {
                width: 100%;
                vertical-align: middle;
            }

            .checkout .cart-block > div:nth-child(1) {
                width: 15%;
            }

            .checkout .cart-block > div:nth-child(2) {
                width: 45%;
            }

            .checkout .cart-block > div:nth-child(3) {
                width: 10%;
            }

            .checkout .cart-block > div:nth-child(4) {
                width: 30%;
            }

            .checkout .cart-block > div.quantity, .checkout .cart-block > div.price {
                float: none;
            }

            .checkout .cart-block > div.quantity {
                text-align: center;
            }

        .checkout .cart-block .title {
            padding: 0 0 0 30px;
        }

            .checkout .cart-block .title > * {
                margin: 0;
            }

        .checkout .cart-block .price {
            padding-right: 30px;
        }

            .checkout .cart-block .price > span {
                display: block;
                text-align: right;
            }

            .checkout .cart-block .price .final {
                margin: 0;
            }

            .checkout .cart-block .price .discount {
                text-decoration: line-through;
            }

        .checkout .cart-block .form-control {
            text-align: center;
        }
}

@media(max-width:767px) {
    .checkout .cart-block {
        padding-bottom: 15px;
    }

        .checkout .cart-block > div {
            padding: 0 10px;
        }

        .checkout .cart-block .title {
            margin-bottom: 15px;
        }

        .checkout .cart-block .form-control {
            height: 30px;
        }

        .checkout .cart-block.cart-block-footer {
            color: #000;
        }

            .checkout .cart-block.cart-block-footer > div {
                float: left;
            }

            .checkout .cart-block.cart-block-footer .form-coupon {
                margin-top: 10px;
                margin-left: 0;
            }
}

.step-wrapper {
    background-color: #fff;
    padding: 30px 0 20px 0;
}

@media(min-width:768px) {
    .step-wrapper {
        padding: 60px 0 40px 0;
    }
}

@media print {
    .step-wrapper {
        display: none !important;
    }
}

.step-wrapper header {
    padding: 0;
}

    .step-wrapper header .title {
        padding-top: 15px;
        color: #fff;
    }

@media(min-width:768px) {
    .step-wrapper header .title {
        padding-top: 40px;
    }
}

.step-wrapper .stepper {
    color: #fff;
}

    .step-wrapper .stepper > ul {
        display: table;
        width: 100%;
        margin: 0;
        padding: 0;
    }

        .step-wrapper .stepper > ul > li {
            display: table-cell;
            vertical-align: middle;
            position: relative;
            text-align: center;
            padding: 0;
        }

            .step-wrapper .stepper > ul > li:first-child:before {
                display: none;
            }

            .step-wrapper .stepper > ul > li:before {
                background-color: #ef3b3e;
                position: absolute;
                display: block;
                content: "";
                width: 100%;
                height: 1px;
                top: 50%;
                right: 50%;
                z-index: 0;
            }

            .step-wrapper .stepper > ul > li span {
                background-color: #fff;
                font-size: 50px;
                width: 50px;
                height: 50px;
                display: inline-block;
                position: relative;
                z-index: 9;
                color: #ef3b3e;
                font-family: 'LinearIcons';
            }

                .step-wrapper .stepper > ul > li span:before {
                    content: "Ã®Â¢â‚¬";
                }

                .step-wrapper .stepper > ul > li span:after {
                    content: attr(data-text);
                    position: absolute;
                    display: inline-block;
                    bottom: 100%;
                    text-transform: uppercase;
                    text-align: center;
                    width: initial;
                    left: 50%;
                    font-size: 10px;
                    white-space: nowrap;
                    -moz-transform: translateX(-50%);
                    -ms-transform: translateX(-50%);
                    -o-transform: translateX(-50%);
                    -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
                    font-family: "Roboto",sans-serif;
                }

@media(min-width:992px) {
    .step-wrapper .stepper > ul > li span {
        width: 50px;
        height: 60px;
        font-size: 50px;
        line-height: 60px;
    }

        .step-wrapper .stepper > ul > li span:after {
            font-size: 16px;
            line-height: initial;
        }
}

.step-wrapper .stepper > ul > li.active:before {
    background-color: #000;
}

.step-wrapper .stepper > ul > li.active span {
    color: #000;
}

    .step-wrapper .stepper > ul > li.active span:before {
        content: "Ã®Â¡Â¿";
    }

.login-wrapper.login-wrapper-page {
    background-color: #eee;
}

.login-wrapper .white-block {
    background-color: #fff;
    padding: 20px 15px;
    margin-bottom: 15px;
}

@media(min-width:768px) {
    .login-wrapper .white-block {
        padding: 30px;
    }
}

.login-wrapper .login-block.login-block-signin {
    display: none;
}

.login-wrapper .login-block.login-block-signup {
    display: block;
}

.contact {
    background-color: #eee;
    padding: 0 0 80px 0;
}

    .contact.contact-single {
        background-color: #3a3d45;
    }

        .contact.contact-single.banner {
            padding-bottom: 0;
        }

    .contact #map {
        width: 100%;
        height: 400px;
        background-color: #808080;
    }

    .contact .contact-block {
        margin-top: -80px;
    }

        .contact .contact-block .banner {
            padding: 80px 40px;
        }

        .contact .contact-block .contact-info {
            background-color: #fff;
            padding-bottom: 40px;
        }

            .contact .contact-block .contact-info figure {
                padding: 15px;
            }

                .contact .contact-block .contact-info figure figcaption > strong {
                    display: block;
                    padding: 7.5px 0;
                }

                .contact .contact-block .contact-info figure figcaption > span {
                    font-size: 90%;
                }

                .contact .contact-block .contact-info figure .icon {
                    font-size: 50px;
                    color: #7f1315;
                }

        .contact .contact-block .contact-form {
            display: none;
            margin-top: 50px;
        }

            .contact .contact-block .contact-form .form-control {
                border-color: transparent;
            }

.map-info-window .fa {
    width: 20px;
    text-align: center;
    margin-right: 3px;
    display: inline-block;
}

.shortcodes {
    background-color: #f8f8f8;
}

    .shortcodes .buttons .btn {
        display: block;
        width: 100%;
    }

    .shortcodes .buttons .button-box {
        background-size: cover;
        background-position: center;
        min-height: 200px;
    }

    .shortcodes .list-group-item {
        padding: 0;
    }

        .shortcodes .list-group-item a {
            padding: 10px 15px;
            display: block;
            color: #666;
        }

            .shortcodes .list-group-item a.active, .shortcodes .list-group-item a:hover {
                background-color: #ddd;
            }

    .shortcodes article {
        border: 1px solid #ddd;
        background-color: #fff;
        padding: 15px;
        display: block;
        margin-bottom: 60px;
    }

        .shortcodes article h1:first-child + hr {
            border-color: #7f1315;
        }

        .shortcodes article .icons figure {
            text-align: center;
            display: block;
            margin-bottom: 20px;
        }

            .shortcodes article .icons figure .icon {
                font-size: 78px;
            }

            .shortcodes article .icons figure figcaption {
                font-size: small;
                display: block;
                white-space: nowrap;
            }

    .shortcodes .well {
        background-color: #666;
        margin: 15px 0;
        background-position: center;
        background-size: cover;
    }

    .shortcodes .affix {
        top: 80px;
        width: 212px;
    }

@media(min-width:1200px) {
    .shortcodes .affix {
        width: 262px;
    }
}

.shortcodes .icons-wrapper figure {
    text-align: center;
    font-size: 100px;
}

    .shortcodes .icons-wrapper figure figcaption {
        font-size: 16px;
    }

.shortcodes .show-all {
    float: right;
}

.shortcodes .bs-glyphicons {
    margin: 0 -10px 20px;
    overflow: hidden;
    max-height: 230px;
}

    .shortcodes .bs-glyphicons li {
        float: left;
        width: 25%;
        height: 115px;
        padding: 10px;
        font-size: 10px;
        line-height: 1.4;
        text-align: center;
        background-color: #f9f9f9;
        border: 1px solid #fff;
    }

    .shortcodes .bs-glyphicons .glyphicon {
        margin-top: 5px;
        margin-bottom: 10px;
        font-size: 24px;
    }

    .shortcodes .bs-glyphicons .glyphicon-class {
        display: block;
        text-align: center;
        word-wrap: break-word;
    }

    .shortcodes .bs-glyphicons li:hover {
        color: #fff;
        background-color: #7f1315;
    }

.shortcodes #glyphs.expanded .bs-glyphicons {
    max-height: 100%;
}

.shortcodes .bs-glyphicons-list {
    padding-left: 0;
    list-style: none;
}

@media(min-width:768px) {
    .shortcodes .bs-glyphicons {
        margin-right: 0;
        margin-left: 0;
    }

        .shortcodes .bs-glyphicons li {
            width: 12.5%;
            font-size: 12px;
        }
}

.tabsy-wrapper.tabsy-wrapper-clean {
    padding: 0;
}

.tabsy-wrapper.tabsy-wrapper-frontpage {
    margin-top: -40px;
    padding: 0;
}

    .tabsy-wrapper.tabsy-wrapper-frontpage .container {
        padding-left: 0;
        padding-right: 0;
    }

    .tabsy-wrapper.tabsy-wrapper-frontpage .tabsy {
        box-shadow: 0 -10px 50px rgba(0,0,0,.5);
    }

@media(min-width:992px) {
    .tabsy-wrapper.tabsy-wrapper-frontpage {
        margin-top: -100px;
    }
}

@media(min-width:1480px) {
    .tabsy-wrapper.tabsy-wrapper-frontpage .container {
        width: 80%;
    }
}

@media(max-width:767px) {
    .tabsy-wrapper.tabsy-wrapper-frontpage {
        margin-top: -62px;
    }
}

.tabsy-wrapper .tabsy {
    background-size: cover;
    background-position: center;
    position: relative;
}

    .tabsy-wrapper .tabsy .tabsy-images, .tabsy-wrapper .tabsy .tabsy-images > div {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

        .tabsy-wrapper .tabsy .tabsy-images > div {
            background-size: cover;
            background-position: center;
            opacity: 0;
            -moz-transition: all .5s;
            -o-transition: all .5s;
            -webkit-transition: all .5s;
            transition: all .5s;
        }

            .tabsy-wrapper .tabsy .tabsy-images > div.current {
                opacity: 1;
            }

        .tabsy-wrapper .tabsy .tabsy-images img {
            display: none;
        }

    .tabsy-wrapper .tabsy .tabsy-links .row {
        margin: 0;
    }

    .tabsy-wrapper .tabsy .tabsy-links figure {
        cursor: pointer;
        padding: 0;
        position: relative;
        min-height: 150px;
        overflow: hidden;
        background-color: rgba(0,0,0,.1);
        border-bottom: 1px solid rgba(255,255,255,.4);
    }

        .tabsy-wrapper .tabsy .tabsy-links figure + figure {
            border-left: 1px solid rgba(255,255,255,.2);
        }

        .tabsy-wrapper .tabsy .tabsy-links figure:after {
            font: normal normal normal 24px/30px LinearIcons;
            content: "Ã®Â¡Â¶";
            -webkit-font-smoothing: antialiased;
            display: block;
            position: absolute;
            text-align: right;
            width: 100%;
            right: 0;
            bottom: 0;
            padding: 10px;
            -moz-transition: all .3s;
            -o-transition: all .3s;
            -webkit-transition: all .3s;
            transition: all .3s;
            -moz-transform: translate3d(0,100%,0);
            -ms-transform: translate3d(0,100%,0);
            -o-transform: translate3d(0,100%,0);
            -webkit-transform: translate3d(0,100%,0);
            transform: translate3d(0,100%,0);
        }

        .tabsy-wrapper .tabsy .tabsy-links figure a.link {
            background-color: transparent;
            font-size: 0;
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 88;
            -moz-transform: translate3d(0,100%,0);
            -ms-transform: translate3d(0,100%,0);
            -o-transform: translate3d(0,100%,0);
            -webkit-transform: translate3d(0,100%,0);
            transform: translate3d(0,100%,0);
        }

        .tabsy-wrapper .tabsy .tabsy-links figure figcaption {
            margin: 20px;
            overflow: hidden;
        }

            .tabsy-wrapper .tabsy .tabsy-links figure figcaption .date {
                font-size: 75%;
                display: block;
                color: #ef3b3e;
            }

            .tabsy-wrapper .tabsy .tabsy-links figure figcaption .title {
                display: block;
                margin-top: 5px;
                text-transform: none;
                color: #fff;
            }

            .tabsy-wrapper .tabsy .tabsy-links figure figcaption .desc {
                display: block;
                color: #fff;
                -moz-transition: all .3s;
                -o-transition: all .3s;
                -webkit-transition: all .3s;
                transition: all .3s;
                -moz-transform: translate3d(0,100%,0);
                -ms-transform: translate3d(0,100%,0);
                -o-transform: translate3d(0,100%,0);
                -webkit-transform: translate3d(0,100%,0);
                transform: translate3d(0,100%,0);
            }

@media(min-width:768px) {
    .tabsy-wrapper .tabsy .tabsy-links figure figcaption .desc {
        display: block;
    }
}

.tabsy-wrapper .tabsy .tabsy-links figure.current {
    background-color: rgba(0,0,0,.5);
}

    .tabsy-wrapper .tabsy .tabsy-links figure.current a.link {
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .tabsy-wrapper .tabsy .tabsy-links figure.current figcaption .desc {
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .tabsy-wrapper .tabsy .tabsy-links figure.current:after {
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        -moz-transition-delay: .3s;
        -o-transition-delay: .3s;
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
    }

@media(min-width:768px) {
    .tabsy-wrapper .tabsy .tabsy-links figure {
        min-height: 350px;
    }
}

@media(min-width:768px) {
    .tabsy-wrapper .wrapper-more {
        margin-top: 20px;
    }
}

@media(min-width:992px) {
    .tabsy-wrapper .wrapper-more {
        margin-top: 35px;
    }
}

.history {
    background-color: #eee;
}

    .history .title {
        text-transform: none;
    }

    .history .history-title .title {
        margin-bottom: 0;
    }

    .history .history-image {
        background-position: center;
        background-size: cover;
        min-height: 300px;
    }

    .history .row-block {
        border-bottom: 1px solid rgba(0,0,0,.2);
        padding: 15px 0;
    }

        .history .row-block:last-child {
            border-bottom: 0;
        }

@media(min-width:992px) {
    .history {
        padding: 80px 0;
    }

        .history .row-block {
            display: table;
            width: 100%;
            margin-bottom: 80px;
            border-bottom: 0;
        }

            .history .row-block > * {
                display: table-cell;
                vertical-align: middle;
                float: none;
                padding: 80px;
            }

        .history .history-title {
            position: absolute;
            text-align: center;
            color: #fff;
            width: 100px;
            height: 100px;
            padding-top: 20px;
            z-index: 1;
            margin: 0 auto;
            top: 50%;
            right: -50px;
            margin-top: -50px;
        }

            .history .history-title:before {
                z-index: -1;
                content: "";
                display: block;
                background-color: #7f1315;
                left: 50%;
                top: 50%;
                position: absolute;
                width: 100%;
                height: 100%;
                -moz-border-radius: 100%;
                -webkit-border-radius: 100%;
                border-radius: 100%;
                -moz-transform: translate(-50%,-50%) scale(1.3);
                -ms-transform: translate(-50%,-50%) scale(1.3);
                -o-transform: translate(-50%,-50%) scale(1.3);
                -webkit-transform: translate(-50%,-50%) scale(1.3);
                transform: translate(-50%,-50%) scale(1.3);
            }

        .history .history-desc {
            background-color: #fff;
            padding-left: 120px;
        }
}

@media(max-width:991px) {
    .history .row-block {
        border: 0;
    }

    .history .history-title {
        background-color: #7f1315;
        color: #fff;
        display: inline-block;
        padding: 15px;
        margin-left: -20px;
        width: 40%;
        border-bottom-right-radius: 35px;
    }

        .history .history-title p {
            margin-bottom: 0;
        }

    .history .history-image {
        margin-bottom: 20px;
    }
}

.intro {
    background-color: #eee;
    padding: 30px 0;
}

    .intro.intro-white {
        background-color: #fff;
    }

@media(min-width:768px) {
    .intro {
        padding: 160px 0;
        text-align: center;
    }
}

.text-blocks {
    padding: 40px 0;
}

    .text-blocks .text-block {
        padding: 60px 0;
        display: table;
        width: 100%;
        text-align: left;
    }

        .text-blocks .text-block > div {
            display: table-cell;
            vertical-align: middle;
        }

        .text-blocks .text-block .icon {
            font-size: 50px;
            padding: 0 60px;
        }

@media(min-width:992px) {
    .text-blocks {
        padding: 80px 0;
    }
}

.quotes {
    padding: 60px 0;
    background-color: #7f1315;
    position: relative;
    background-size: cover;
    background-position: center;
}

@media(min-width:992px) {
    .quotes {
        padding: 80px 0;
    }
}

.quotes header {
    position: relative;
    z-index: 2;
}

    .quotes header .title {
        color: #fff;
        text-align: center;
    }

.quotes:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    top: 0;
    left: 0;
    z-index: 0;
}

.quotes .row {
    position: relative;
    z-index: 10;
}

    .quotes .row, .quotes .row > div {
        margin: 0;
        padding: 0;
    }

.quotes .quote {
    color: #fff;
    text-align: center;
}

    .quotes .quote .image {
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        -moz-transition: all .2s;
        -o-transition: all .2s;
        -webkit-transition: all .2s;
        transition: all .2s;
        width: 100px;
        height: 100px;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        top: 0;
        margin-bottom: 40px;
    }

        .quotes .quote .image img {
            width: 100%;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            border-radius: 100%;
        }

    .quotes .quote .text h4, .quotes .quote .text .h4 {
        text-transform: none;
        margin-bottom: 10px;
    }

    .quotes .quote:hover .image {
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    .quotes .quote .more .rating {
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 20px;
    }

        .quotes .quote .more .rating .icon {
            width: 16px;
            display: inline-block;
        }

@media(max-width:767px) {
    .quotes .quote {
        margin-bottom: 80px;
    }
}

.quotes.quotes-slider .quote {
    padding-top: 30px;
}

    .quotes.quotes-slider .quote .image img {
        width: 100px;
    }

@media(max-width:767px) {
    .quotes.quotes-slider .quote {
        margin-bottom: 0;
    }
}

.quotes.quotes-slider .owl-theme {
    margin-bottom: 20px;
}

    .quotes.quotes-slider .owl-theme .owl-controls .owl-buttons > div {
        color: #fff;
    }

        .quotes.quotes-slider .owl-theme .owl-controls .owl-buttons > div span {
            background-color: transparent;
        }

    .quotes.quotes-slider .owl-theme .owl-controls .owl-pagination {
        position: relative;
        margin-top: 40px;
    }

    .quotes.quotes-slider .owl-theme .owl-controls .owl-page span {
        background-color: rgba(255,255,255,.5);
    }

    .quotes.quotes-slider .owl-theme .owl-controls .owl-page.active span {
        background-color: #fff;
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

.team {
    padding: 40px 0;
}

    .team article {
        background-color: #fff;
        margin-bottom: 30px;
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

        .team article.inactive {
            opacity: .2;
        }

        .team article.active {
            opacity: 1;
        }

        .team article .title {
            text-transform: none;
            margin: 0;
        }

        .team article .image img {
            width: 100%;
            display: block;
        }

        .team article a {
            color: #fff;
        }

        .team article .details {
            background-color: #7f1315;
            color: #fff;
            text-align: center;
            position: absolute;
            width: 100%;
            overflow: hidden;
            height: 0;
            -moz-transition: all .5s cubic-bezier(.68,-.55,.265,1.55);
            -o-transition: all .5s cubic-bezier(.68,-.55,.265,1.55);
            -webkit-transition: all .5s cubic-bezier(.68,-.55,.265,1.55);
            transition: all .5s cubic-bezier(.68,-.55,.265,1.55);
        }

            .team article .details .inner {
                padding: 15px 0;
            }

        .team article .details-text {
            top: auto;
            bottom: 100%;
        }

        .team article .details-social {
            top: 100%;
            bottom: auto;
        }

            .team article .details-social .fa {
                width: 30px;
                height: 30px;
                padding: 5px;
                text-align: center;
            }

        .team article:hover {
            position: relative;
            z-index: 999;
        }

            .team article:hover .details-text {
                height: 70px;
            }

            .team article:hover .details-social {
                height: 60px;
            }

.owl-icons-wrapper {
    padding: 0;
    position: relative;
    background: #fff;
}

    .owl-icons-wrapper .owl-icons {
        position: relative;
        padding: 5px 0;
    }

        .owl-icons-wrapper .owl-icons a:hover, .owl-icons-wrapper .owl-icons figure:hover {
            color: #000;
        }

        .owl-icons-wrapper .owl-icons figure {
            text-align: center;
            padding: 10px 0 20px 0;
        }

            .owl-icons-wrapper .owl-icons figure:hover .f-icon {
                -moz-transform: scale(1.3);
                -ms-transform: scale(1.3);
                -o-transform: scale(1.3);
                -webkit-transform: scale(1.3);
                transform: scale(1.3);
            }

            .owl-icons-wrapper .owl-icons figure .f-icon {
                font-size: 70px;
                -moz-transition: all .5s;
                -o-transition: all .5s;
                -webkit-transition: all .5s;
                transition: all .5s;
            }

        .owl-icons-wrapper .owl-icons figcaption {
            font-family: "Montserrat",sans-serif;
            text-transform: uppercase;
            font-size: 12px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            width: 100%;
        }

        .owl-icons-wrapper .owl-icons.owl-theme .owl-controls .owl-buttons div span {
            color: #3a3d45;
        }

        .owl-icons-wrapper .owl-icons.owl-theme .owl-controls .owl-buttons .owl-next {
            right: -50px;
        }

        .owl-icons-wrapper .owl-icons.owl-theme .owl-controls .owl-buttons .owl-prev {
            left: -50px;
        }

    .owl-icons-wrapper .owl-icons-boxed {
        padding: 50px 0;
    }

        .owl-icons-wrapper .owl-icons-boxed figure {
            background-color: #fafafa;
            border-radius: 4px;
            color: #000;
            margin: 0 5px;
        }

            .owl-icons-wrapper .owl-icons-boxed figure:hover {
                color: #7f1315;
            }

    .owl-icons-wrapper.owl-icons-frontpage {
        margin-top: -125px;
        background: transparent;
    }

        .owl-icons-wrapper.owl-icons-frontpage a, .owl-icons-wrapper.owl-icons-frontpage a:focus, .owl-icons-wrapper.owl-icons-frontpage a:active, .owl-icons-wrapper.owl-icons-frontpage a:hover {
            color: #fff;
        }

        .owl-icons-wrapper.owl-icons-frontpage figure:hover, .owl-icons-wrapper.owl-icons-frontpage .owl-icons.owl-theme .owl-controls .owl-buttons div span {
            color: #fff;
        }

@media(min-width:992px) {
    .owl-icons-wrapper.owl-icons-frontpage {
        margin-top: -160px;
        background: transparent;
    }

    .owl-icons-wrapper .owl-icons figcaption {
        font-size: 14px;
    }

    .owl-icons-wrapper .owl-icons figure .f-icon {
        font-size: 100px;
    }
}

footer {
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
    background-color: #660d0f;
}

@media(max-width:767px) {
    footer {
        text-align: center;
    }
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer .h1, footer .h2, footer .h3, footer .h4, footer .h5, footer .h6 {
    color: #fff;
}

footer .form-control {
    background-color: transparent;
    border: 0;
    padding: 0;
    border-bottom: 1px solid #7f1315;
}

footer ul {
    margin: 0;
    padding: 0;
}

    footer ul li {
        list-style-type: none;
    }

footer a {
    color: #fff;
}

    footer a:hover {
        color: #ef3b3e;
    }

footer .footer-showroom {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
}

    footer .footer-showroom.footer-showroom-single {
        margin-bottom: 0;
    }

    footer .footer-showroom .call-us {
        margin-top: 20px;
    }

@media(min-width:768px) {
    footer .footer-showroom {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
}

@media(min-width:992px) {
    footer .footer-showroom {
        padding-top: 60px;
        padding-bottom: 60px;
        margin-bottom: 60px;
    }
}

@media(min-width:1200px) {
    footer .footer-showroom {
        padding-top: 60px;
        padding-bottom: 60px;
        margin-bottom: 80px;
    }
}

footer .footer-links .form-newsletter {
    position: relative;
}

    footer .footer-links .form-newsletter .btn {
        position: absolute;
        right: 0;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

@media print {
    footer .footer-links {
        display: none !important;
    }
}

footer .footer-social {
    padding: 10px 0;
    text-align: center;
}

    footer .footer-social li {
        display: inline-block;
    }

        footer .footer-social li a {
            padding: 0 5px;
        }

@media(min-width:992px) {
    footer .footer-social {
        padding: 30px 0;
        text-align: left;
    }

        footer .footer-social .links {
            text-align: right;
        }
}

@media(max-width:991px) {
    footer .row > div {
        margin-bottom: 30px;
    }

        footer .row > div:last-child {
            margin-bottom: 0;
        }
}

.info-icons {
    padding: 60px 0;
    background-color: #eee;
}

    .info-icons.info-icons-frontpage {
        margin-top: -100px;
        padding: 0;
    }

    .info-icons.info-icons-inverted {
        background-color: #7f1315;
        color: #fff;
        box-shadow: 0 1px 2px rgba(0,0,0,.1);
    }

    .info-icons figure {
        border: 1px solid #ddd;
        background-color: #fff;
    }

        .info-icons figure figcaption {
            text-align: center;
        }

            .info-icons figure figcaption .icon {
                font-size: 40px;
            }

            .info-icons figure figcaption > span {
                display: block;
            }

                .info-icons figure figcaption > span, .info-icons figure figcaption > span > * {
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    padding: 0 5px;
                }

                    .info-icons figure figcaption > span:nth-child(1) {
                        padding-top: 40px;
                        padding-bottom: 15px;
                    }

                    .info-icons figure figcaption > span:nth-child(2) {
                        padding-bottom: 40px;
                    }

                    .info-icons figure figcaption > span > strong {
                        display: block;
                    }

@media(max-width:991px) {
    .info-icons figure {
        margin-bottom: 20px;
    }
}

.cards {
    position: relative;
    background-color: #eee !important;
}

    .cards figure {
        position: relative;
        overflow: hidden;
        margin-bottom: 30px;
    }

        .cards figure figcaption {
            position: relative;
            background-position: center;
            background-size: cover;
            min-height: 360px;
            -moz-transition: all 5s;
            -o-transition: all 5s;
            -webkit-transition: all 5s;
            transition: all 5s;
        }

            .cards figure figcaption img {
                display: none;
            }

            .cards figure figcaption:before {
                content: "";
                position: absolute;
                width: 100%;
                height: 100%;
                background-color: #7f1315;
                opacity: 0;
                -moz-transition: all .3s;
                -o-transition: all .3s;
                -webkit-transition: all .3s;
                transition: all .3s;
            }

        .cards figure:hover figcaption {
            -moz-transform: scale(1.5);
            -ms-transform: scale(1.5);
            -o-transform: scale(1.5);
            -webkit-transform: scale(1.5);
            transform: scale(1.5);
        }

            .cards figure:hover figcaption:before {
                opacity: .8;
            }

        .cards figure .btn {
            position: absolute;
            top: 80%;
            left: 50%;
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
        }

        .cards figure:hover .btn {
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            top: 50%;
        }

.not-found {
    background-color: #3a3d45;
    padding: 160px 0;
    text-align: center;
}

    .not-found .title {
        position: relative;
        color: #7f1315;
        font-size: 80px;
        margin-bottom: 15px;
        line-height: .8;
        z-index: 2;
    }

        .not-found .title:before {
            content: attr(data-title);
            position: absolute;
            left: 50%;
            top: 50%;
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%) scale(2);
            -ms-transform: translate(-50%,-50%) scale(2);
            -o-transform: translate(-50%,-50%) scale(2);
            -webkit-transform: translate(-50%,-50%) scale(2);
            transform: translate(-50%,-50%) scale(2);
            color: #666;
            opacity: .1;
            font-size: 40px;
            z-index: -1;
        }

@media(min-width:992px) {
    .not-found {
        padding: 320px 0;
    }

        .not-found .title {
            font-size: 250px;
        }

            .not-found .title:before {
                font-size: 100px;
            }
}

.not-found .subtitle {
    color: #7f1315;
}

.not-found a {
    color: #666;
    text-decoration: underline;
}

    .not-found a:hover {
        color: #7f1315;
    }

.not-found p {
    margin-bottom: 0;
}

.single-page {
    -moz-animation: moveToBottom .7s ease-in-out both;
    -o-animation: moveToBottom .7s ease-in-out both;
    -webkit-animation: moveToBottom .7s ease-in-out both;
    animation: moveToBottom .7s ease-in-out both;
    color: #f00;
}

.margin-right10{
    margin-right:10px !important;
}

.p-20{
    padding:20px;
}

.text-white{
    color:#fff;
}
.font-17{
    font-size: 17px !important;
}
.pb-20{
    padding-bottom:20px !important;
}
.icon-index {
    width: 55px !important;
    padding: 25px 10px !important;
}
.font-20{
    font-size:20px !important;
}
.color_grey {
    color: #3a3d45 !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}


.text-dec {
    text-decoration: underline !important;
}

.font {
    font-weight: 500;
    font-size: 17px;
}

.color-black{
    color: black !important;
}
.font-18{
    font-size: 17px !important;
}
@media(max-width:1024px) {
    .tabsy-wrapper .tabsy .tabsy-links figure figcaption .title {
        margin-top: 15px !important;
    }
}

@media(max-width:768px) {
    .blog article .description :hover {
        padding: 0px 0 !important;
        font-size: 10px !important;
    }

    .main-header {
        padding-top: 0;
        padding-bottom: 0px;
        background-color: #1b2032;
        background-size: cover;
        background-position: center;
    }



}

@media(max-width:778px){
    .logo_resp {
        /*max-width: 56px !important;*/
        max-width: 151px !important;
      
        padding-bottom: 10px;
    } 
    /*.nav .navigation .logo img {
        max-width: 56px !important;
    }*/
    .products .box-filters figure {
        width: 100px !important;
        height: 80px !important;
    }

    .hide_p768 {
        display: none !important;
    }
  

}
.pt-25{
    padding-top: 25px;
}
.background_black {
    background-color: rgba(0, 0, 0, 0.9) !important;
}
.background_gold {
    background-color: #7f1315;
}
.color_white{
    color: white !important;
}
.img_center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pt_20 {
    padding-top: 30px !important;
  
}
.mt_40{
    margin-top: 40px !important;
}
.menu_color {
    color: #7f1315 !important;
}
.align_left{
    text-align: left !important;
}
.pt_50{
    padding-top: 50px !important;
}

.border_img {
    border: 1px solid #c6c7c7 !important;
}
@media(max-width:1200px) {
    nav .navigation .logo img{
        max-width: 250px;
        padding-bottom: 10px;
    }
    .logo_width {
        padding-top: 20px !important;
    }
}
@media(max-width:992px) {
    nav .navigation .logo img{
        max-width: 152px;
        padding-bottom: 10px;
    }
    .logo_width {
        padding-top: 10px !important;
    }
}

@media(max-width:992px) {
    .pt-75 {
        padding-top: 0px;
    }
}

@media(max-width:768px) {
    .logofooter_width {
        width: 60% !important;
    }
}
@media(max-width:1024px) {
    .pt-resp{
        padding-top: 60px;
    }
}

@media(max-width:360px) {
    .hide_catalog {
       display: none;
    }
}