@import url("Fonts/open_sans/open_sans.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
/* General body settings */
body {
    color: #2a2a2a;
    background-color: #f5f4f4;
    direction: ltr;
    font-size: 14px;
    /*font: 400 13px 'Open Sans', Arial, sans-serif;*/
    line-height: 20px;
    text-align: justify;
}
/***
General typography 
***/
h1, h2, h3, h4, h5, h6 {
    font: 300 'Open Sans', sans-serif;
    margin: 0 0 10px;
}

h1 {
    margin-bottom: 15px;
}

.main h1 {
    margin-top: -6px;
}

/***
Fix link outlines after click
***/
a {
    color: #312e2e;
    text-decoration: none;
}

    a, a:focus, a:hover, a:active {
        outline: 0;
        text-decoration: none;
    }

        a:hover {
            color: #bb0000;
            text-decoration: none;
        }

div.checker,
div.radio {
    top: -1px;
}

select.form-control {
    color: #999999;
    border-color: #e4e6e8;
    box-shadow: none;
}

    select.form-control:focus {
        box-shadow: none;
        border-color: #999;
    }

input.form-control,
textarea.form-control {
    border-color: #dbdbdb;
    color: #999999;
    font: 14px Arial, sans-serif;
    box-shadow: none;
}

    input.form-control:focus,
    textarea.form-control:focus {
        box-shadow: none;
        border: solid 1px #dbdbdb;
    }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

*html .clearfix {
    zoom: 1;
}

* + html .clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.row-centered {
    text-align: center;
}

.col-centered {
    display: block;
    float: none;
    margin: 0px auto;
}
/***
Custom Scrollbars
***/

/*::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background-color: #bb0000;
    border-left: 1px solid #cecece;
}

::-webkit-scrollbar-thumb {
    background-color: #bb0000;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #950d15;
    }
    
::-webkit-scrollbar-track {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}*/

/* overides metro scrolbars in IE10 and makes them look like a default scrollbar */
@-ms-viewport {
    width: auto !important;
}

::-moz-selection {
    color: #fff;
    background: #1b72b7;
}

::selection {
    color: #fff;
    background: #1b72b7;
}

.no-padding {
    padding: 0px;
}
/***
top-header
***/
.top-header {
    padding: 20px 0px;
    background: #950d15;
}

.site-logo {
    padding: 0px 0px;
    display: block;
}

.Lang {
    margin: 30px 0 0 0px;
}

    .Lang a {
        text-transform: uppercase;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
    }

        .Lang a:hover {
            color: #ff0000;
        }

.th-item {
    float: right;
}

    .th-item .social-icons i {
        font-size: 18px;
        line-height: 53px;
        padding: 0px;
        margin: 0px 0 0 10px;
    }

    .th-item .social-icons a {
        display: inline-block;
        color: #fff;
    }

        .th-item .social-icons a:hover {
            color: #ff0000;
        }
/***
header-menu
***/
.header {
    z-index: 999;
    position: relative;
    background-color: #950d15;
}

    .header .container {
        position: relative;
    }

    .header .mobi-toggler {
        float: left;
        color: #D8D8D8;
        width: 40px;
        height: 40px;
        display: none;
        margin: 10px 0px 6px 0px;
        position: relative;
        background: #fff url(../img/toggler.png) no-repeat 10px 13px;
    }

        .header .mobi-toggler i {
            display: none;
        }

        .header .mobi-toggler:hover {
            background: #950d15 url(../img/toggler.png) no-repeat 10px -23px;
            color: #fff;
        }
/* Navigation */
.header-navigation {
    font: 18px "Open Sans", sans-serif;
    margin: 0 0 0 -12px;
    padding: 0;
    float: left;
    text-align: center;
    text-transform: uppercase;
}

    .header-navigation ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .header-navigation > ul > li {
        display: inline-block;
    }

        .header-navigation > ul > li > a {
            color:#fff;
            display: block;
            font-weight: bold;
            padding: 15px 12px 15px;
        }

    .header-navigation ul > li.active > a,
    .header-navigation ul > li > a:hover,
    .header-navigation ul > li > a:focus,
    .header-navigation ul > li.open > a,
    .header-navigation ul > li.open > a:hover,
    .header-navigation ul > li.open > a:focus {
        color: #fff;
        background: #950d15;
        text-decoration: none;
    }
    /* dropdown menu */
    .header-navigation,
    .header-navigation .dropdown {
        position: static;
    }

        .header-navigation .dropdown-fix-left,
        .header-navigation .dropdown-fix-right {
            position: relative;
        }

        .header-navigation .dropdown-menu {
            left: auto;
            top: 100%;
            padding: 0;
            background: #950d15;
            position: absolute;
            border: none;
            text-transform: none;
            font: 14px "Open Sans", sans-serif;
            letter-spacing: 0;
            border-radius: 0;
            z-index: 9999;
            text-transform: uppercase;
        }

            .header-navigation .dropdown-menu:before,
            .header-navigation .dropdown-menu:after {
                display: none !important;
            }

.dropdown-fix-left .dropdown-menu {
    left: 0;
    width: 700px;
}

.dropdown-fix-right .dropdown-menu {
    right: 0;
    width: 700px;
}

.header-navigation > ul > li > .dropdown-menu {
    margin-top: -2px;
    border-top: solid 3px transparent;
    z-index: 1001;
}

.header-navigation .dropdown100 > .dropdown-menu {
    left: 15px;
    right: 15px;
}

.ie8 .header-navigation > ul > li.dropdown:hover > a:after {
    display: none !important;
}

.header-navigation li.dropdown100 > .dropdown-menu:after {
    display: none !important;
}

.header-navigation .dropdown-menu li {
    padding: 0;
    margin: 0;
    border-bottom: solid 1px #bb0000;
    position: relative;
    float: none;
}

    .header-navigation .dropdown-menu li:last-child {
        border: none;
    }

    .header-navigation .dropdown-menu li > a {
        padding: 10px 15px;
        font-weight: 400;
        color: #fff;
    }

.header-navigation .dropdown-menu > li > a:hover,
.header-navigation .dropdown-menu > li.active > a,
.header-navigation .header-navigation-content .header-navigation-col li > a:hover,
.header-navigation .header-navigation-content .header-navigation-col li.active > a {
    background: #bb0000;
    color: #fff;
}

.dropdown-submenu > a:after {
    display: none;
}
/* n-level submenu */
.header-navigation .dropdown-menu .dropdown-menu {
    left: 100%;
    right: auto;
    top: 6px;
}

.header-navigation .dropdown-menu a {
    position: relative;
}
/* page slider */
.page-slider {
    clear: both;
    margin-bottom: 0px;
}
/*** home style ***/
/*** Establish ***/
.sec-title {
    background: #fff;
    padding: 25px 0px;
    text-align: center;
}

    .sec-title h1 {
        font-size: 40px;
        color: #950d15;
        margin: 0px;
        text-transform: uppercase;
    }

/* Welcome
--------------------------------------------------- */
.red-bg {
    background-color: #950d15;
}

.about {
    border-bottom: 1px solid #840a11;
    padding: 40px 100px 40px 40px;
    color: #fff;
}

    .about h2 {
        font-size: 30px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0 0 20px 0px;
    }

    .about:last-child {
        border-bottom: none;
    }
/* Products
-------------------------------------------------- */
.Products {
    padding: 0px 0px;
}

.Products-box {
    border: 1px solid rgba(90,11,15,0.4);
    position: relative;
}

    .Products-box .Products-img {
        overflow: hidden;
        position: relative;
    }

.hover-img {
    overflow: hidden;
}

    .hover-img img {
        transform: scale(1);
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 1s ease-in-out 0s;
    }

    .hover-img:hover img {
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        transition: all 1s ease-in-out 0s;
    }

.Products-box .Products-name {
    background: rgba(255,255,255,0.6);
    padding: 10px 15px;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}

    .Products-box .Products-name h1 {
        color: #bb0000;
        font-size: 22px;
        font-weight: bold;
        margin: 0px;
        text-transform: uppercase;
    }

.Products-box a.Products-more {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

    .Products-box a.Products-more:hover {
        color: #950d15;
    }
/**** Partner ****/
.partner {
    background-attachment: fixed;
    background-image: url(../../pages/img/partner/partner_bg.jpg);
    padding: 50px 0px 80px;
}

    .partner #owl-demo img {
        width: 170px;
        height: 170px;
        border-radius: 50%;
    }

    .partner .owl-theme .owl-controls .owl-buttons div,
    .furniture .owl-theme .owl-controls .owl-buttons div {
        position: absolute;
        height: 35px;
        width: 14px;
        top: 40%;
        color: transparent;
    }

    .partner .owl-theme .owl-controls .owl-buttons .owl-prev,
    .furniture .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: -45px;
        background: url(../../pages/img/partner/left_arrow.png) no-repeat;
    }

    .partner .owl-theme .owl-controls .owl-buttons .owl-next,
    .furniture .owl-theme .owl-controls .owl-buttons .owl-next {
        right: -45px;
        background: url(../../pages/img/partner/right_arrow.png) no-repeat;
    }

/*** Project ***/
.project {
    text-align: center;
    padding: 50px 0px 20px;
    background: url(../../pages/img/Projects/project_bg.jpg) #ba1822 repeat-x top;
}

    .project h1 {
        font-size: 30px;
        color: #fff;
        font-weight: bold;
        margin: 0 0 30px 0px;
    }

    .project img {
        display: inline;
    }

.more {
    display: block;
    margin-bottom: 20px;
    text-align: center;
}

    .more a {
        display: inline-block;
        border: 1px solid #fff;
        padding: 10px 15px;
        color: #fff;
        font-size: 20px;
    }

        .more a:hover {
            background-color: #fff;
            color: #bb0000;
        }
/*** furniture ***/
.furniture {
    padding: 60px 0 30px 0px;
    background: url(../../pages/img/furniture/bg.jpg) repeat;
    background-attachment: fixed;
}

    .furniture .furnture-item {
        margin: 0px 6px;
    }

    .furniture .owl-carousel {
        margin-bottom: 30px;
    }

.furnture-item .Products-name {
    text-align: left;
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    bottom: 0;
    padding: 10px 15px;
    position: absolute;
    width: 100%;
}

    .furnture-item .Products-name h1 {
        color: #fff;
        font-size: 14px;
        text-transform: inherit;
    }

.furnture-item p {
    color: #fff;
    text-align: left;
    margin: 10px 0px;
}
/*** Branches ***/
#branches {
    background: url(../../pages/img/branches.jpg) #fff no-repeat bottom;
    background-attachment: fixed;
    padding: 0px 0 50px 0px;
}

    #branches .sec-title {
        background: #fff;
        margin-bottom: 60px;
    }

    #branches .branche-item {
        text-align: center;
        margin-bottom: 20px;
    }

.branche-item img {
    border-radius: 50%;
    margin-bottom: 20px;
}

.frame-brd {
    border: 1px solid #f00 !important;
    border-radius: 50% !important;
    padding: 5px;
}

.branche-item .branch-address {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

/*** Inners
***/
.main-content {
    margin: 50px 0px;
}
/*** Breadcrumb ***/
.breadcrumb {
    margin: 0px 0 25px 0px;
    padding: 0px 0px;
    background: none;
}

    .breadcrumb ul li {
        font-size: 16px;
        color: #bb0000;
        font-weight: normal;
        display: inline-block;
        list-style: none;
        line-height: 0px;
    }

    .breadcrumb ul {
        margin: 0px;
        padding: 0px;
    }

        .breadcrumb ul li:after {
            content: '\f105';
            margin-left: 10px;
            font-family: 'FontAwesome';
        }

        .breadcrumb ul li:last-child:after {
            content: "";
        }

        .breadcrumb ul li a {
            font-size: 14px;
            color: #950d15;
            text-transform: uppercase;
            text-decoration: none;
        }

            .breadcrumb ul li a:hover {
                color: #565554;
            }

        .breadcrumb ul li.select {
            color: #565554;
        }

.page-brief {
    margin-bottom: 20px;
    padding-right: 100px;
}

    .page-brief h1 {
        font-size: 30px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0 0 6px 0px;
    }

.Tabs {
    margin: 0 0 40px 0px;
}

    .Tabs ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .Tabs ul li {
            display: inline-block;
            margin: 0 0px 0 0px;
            text-align: center;
        }

            .Tabs ul li a {
                display: block;
                padding: 6px 20px;
                color: #fff;
                background: #565554;
                font-size: 16px;
                text-transform: uppercase;
            }

                .Tabs ul li a:hover {
                    color: #bb0000;
                    background: #fff;
                }

    .Tabs .selected {
        color: #bb0000;
        background: #fff;
        display: inline-block;
        padding: 6px 20px;
        font-size: 16px;
        text-transform: uppercase;
    }

.green_brd {
    border: 6px solid #86bc25;
    padding: 0px 0 0 0px;
}

.padding-t-30 {
    padding-top: 30px;
}

.white-brd {
    border: 1px solid #fff;
}

.brand-info {
    position: relative;
}

    .brand-info .brand-tit {
        position: absolute;
        bottom: 20px;
        left: 20px;
        padding: 25px 30px;
        background: rgba(2,1,1,0.6);
    }

.brand-tit h1 {
    color: #86bc25;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 5px 0px;
}

.main-room-info {
    margin: 0px 0 30px 0px;
}

.brand-tit a {
    color: #86bc25;
    font-size: 16px;
    font-weight: normal;
}

    .brand-tit a:hover {
        color: #fff;
    }

.brand-box {
    position: relative;
}

.room-info {
    background: #fff;
    padding: 15px;
    border-bottom: 2px solid #c0bfbf;
    border-top: 2px solid #c0bfbf;
    text-align: left;
}

    .room-info h1 {
        color: #312e2e;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0 0 6px 0px;
    }

    .room-info h2 {
        font-size: 14px;
        margin: 0px;
    }

.shop {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

    .shop a {
        font-size: 14px;
        text-transform: uppercase;
        background: #8fc136;
        color: #fff;
        font-weight: bold;
        padding: 6px 15px;
        display: inline-block;
    }

        .shop a:hover {
            background: #fff;
            color: #8fc136;
        }

.brand-logo {
    position: absolute;
    left: 0;
    top: 0;
}

.brand-name .room-info {
    background: none;
    border: 0px;
    padding: 15px 0px;
}

.brand-name a {
    border: 1px solid #950d15;
    padding: 6px 30px;
    margin: 6px 0 0 0px;
    color: #bb0000;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
}

    .brand-name a:hover {
        background: #bb0000;
        border: 1px solid #bb0000;
        color: #fff;
    }

.brand-name .main-room-info {
    margin-top: 0px;
}

.main-pagination {
    text-align: center;
    margin: 30px 0px;
}

.pagination > li > a, .pagination > li > span {
    background: none;
    border: 1px solid #000;
    margin: 0 2px;
    color: #000;
    font-weight: bold;
}

    .pagination > li > a:hover {
        background: #000;
        border: 1px solid #000;
        color: #fff;
    }

.gray_bg {
    background-color: #e3e1e1;
    border-top: 1px solid #b9b7b7;
    padding: 40px 0px;
}

    .gray_bg .other-brands {
        border-bottom: 1px solid #b9b7b7;
        padding: 0 20px 20px;
        margin-bottom: 30px;
        text-align: center;
    }

.other-brands h1 {
    color: #bb0000;
    font-size: 24px;
    margin: 0px;
    font-weight: bold;
    text-transform: uppercase;
}

.discount {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    background: #bb0000;
    color: #fff;
    font-weight: bold;
    padding: 6px 15px;
    display: inline-block;
    z-index: 1;
}

.brand-box .mix a.mix-preview {
    left: 45%;
}

.offers .room-info {
    background: none;
    border: 0px;
    padding-left: 0px;
}

    .offers .room-info h1 {
        color: #bb0000;
    }

.other-offers .room-info h1 {
    color: #bb0000;
}

.offer-ban {
    margin: 0 0 30px 0px;
}

.about-txt {
    margin: 40px 0px;
    line-height: 30px;
}

    .about-txt h3 {
        color: #840a11;
        font-size: 18px;
        font-weight: bold;
        margin: 25px 0 0 0px;
        text-transform: uppercase;
    }

.front-carousel .carousel-control.left {
    left: 0;
}

.front-carousel .carousel-control {
    margin: 0;
    border: none;
    height: 35px;
    font-size: 24px;
    font-weight: normal;
    top: 50%;
    width: 35px;
    background: #bb0000;
    opacity: 0.7;
}

.red-brd {
    border: 1px solid #bb0000;
}

.branch-info {
    margin: 20px 0px;
}

    .branch-info i {
        font-size: 18px;
        margin-right: 10px;
        color: #bb0000;
    }

.stor h1 {
    color: #950d15;
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0 0 20px 0px;
}

.stor h3 {
    color: #000;
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 10px 0px;
}

.stor row {
    margin-bottom: 30px;
}
/* Footer
-------------------------------------------------- */
/* Base */
footer {
    color: #950d15;
    background: #fff;
    font-size: 12px;
    padding: 30px 0 10px;
}

    footer h3 {
        font-size: 18px;
    }

    footer .bottom-social a {
        color: #950d15;
        font-size: 24px;
        margin: 0px 6px;
    }

    footer ul {
        padding: 0;
        margin: 0 0 15px 0px;
        list-style: none;
        width: 49%;
        display: inline-block;
        vertical-align: top;
    }

        footer ul li {
            margin: 0 0 6px 0;
            display: block;
            color: #950d15;
            position: relative;
        }

            footer ul li a {
                color: #950d15;
                font-size: 14px;
                line-height: 30px;
                text-transform: uppercase;
            }

                footer ul li a:hover {
                    color: #ff0000;
                }

            footer ul li::before {
                content: "\f111";
                top: 5px;
                left: -15px;
                position: absolute;
                font-size: 6px;
                font-family: 'FontAwesome';
            }

.btn-primary {
    background-color: #47070a;
    border-color: #47070a;
    color: #fff;
    border-radius: 0;
}

    .btn-primary:hover {
        background-color: #950d15;
        border-color: #950d15;
    }

footer .input-group {
    margin-top: 0px;
}
 .input-group .form-control {
    margin-bottom: 10px;
    border:1px solid #cecece;
}
.input-group .btn-primary {
    width:100%;
}
.input-group .btn-primary:hover {
    background-color: #fff;
    border-color: #47070a;
    color:#47070a;
}

footer input {
    border-radius: 0 !important;
    margin-bottom: 15px;
}

.brand-name a.innerLink {
    border: medium none;
    color: #bb0000;
    display: inherit;
    font-weight: bold;
    margin: 10px 0 0;
    padding: 0;
    text-transform: uppercase;
}

    .brand-name a.innerLink:hover {
        color: #000;
        background: none;
        text-decoration: underline;
    }



/*Offers*/
.offers-ad {
    margin: 15px 0px;
}

    .offers-ad h1 {
        color: #312e2e;
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0 0 15px 0px;
    }

    .offers-ad .mix a.mix-preview {
        left: 48%;
        top: 40%;
    }
