﻿.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 15px;
    padding-left: 15px;
}
.form--auth .control-label {
    font-weight: normal;
    text-transform: none;
    margin-bottom: 5px;
}

.form--auth .form__options {
    color: #acacac;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 15px;
}

    .auth--user .restore .form__options button,
    .form--auth .form__options a,
    .form--auth .form__options button {
        border: none;
        background: none;
        color: #2c3e50;
        text-decoration: underline;
        padding: 1px 3px;
        outline: none;
        text-align: left;
    }

.form--auth .form__options--forgot {
    width: auto;
    line-height: 1;
}

.auth--user .form__remember {
    margin-top: 10px;
    position: relative;
    width: 100%;
}

.form--auth .form__remember .in-checkbox {
    padding-left: 15px;
}

.form--auth .form__remember label {
    font-weight: 500;
    margin-left: 5px;
}

.form--auth .form__submit {
    margin-right: 10px;
    margin-left: auto;
    width: 100%;
}
.auth--user{
    margin:30px;
}

.auth:before,
.auth:after {
    content: " ";
    display: table;
}

.auth:after {
    clear: both;
}

.auth__nav {
    padding: 0;
    margin: 0;
    list-style: none;
}

.auth__link {
    border: none;
    background: none;
    color: #2c3e50;
    margin: 0;
    padding: 0 1px;
    text-transform: uppercase;
    font-weight: 600;
}

    .auth__link:focus,
    .auth__link:hover {
        background: none;
        text-decoration: underline;
    }
.testimonials .owl-carousel .owl-item img {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.property-gallery .owl-carousel .owl-item img {
    max-width: 100% !important;
    display: flex;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
}
.property-gallery .owl-carousel .owl-item .thumb-link{
    height: 100%;
}
.property-gallery .owl-carousel .owl-item .thumb-link img{
    height: 100%;
}
@media (max-width: 767px) {
    .auth__link {
        display: none;
    }
    .testimonials .owl-carousel .owl-item img {
        margin-bottom: 20px;
    }
}

.auth__link--login {
    margin-top: 19px;
}
h4.partners-name{
    height:62px;
    overflow:hidden;
    font-size:13px;
}
@media (max-width: 1199px) {
    .auth__link--login {
        margin-top: 22px;
    }
}

.auth__icon-user {
    width: 16px;
    height: 16px;
    position: relative;
    top: 4px;
}

@media (max-width: 767px) {
    .auth__icon-user {
        width: 22px;
        height: 22px;
    }
}

.auth .form-control-feedback {
    top: 20px;
}

.auth .help-block {
    text-align: right;
}

.auth__title {
    margin: 9px 0 18px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.auth--header {
    border: none;
    outline: none;
}

    .auth--header .dropdown__menu {
        left: auto;
        right: 0;
        width: 300px;
        background: #fff;
        color: #2c3e50;
        border: 1px solid #dcdcdc;
        padding: 18px 25px;
        z-index: 1000;
    }

        .auth--header .dropdown__menu:before {
            right: 20px;
            left: auto;
        }

.dropdown__menu.auth__dropdown--register .row {
    padding: 0 15px;
}

@media (max-width: 767px) {
    .auth--header .dropdown__menu:before {
        right: 32.3%;
    }
}

@media (max-width: 767px) {
    .auth--header .dropdown__menu {
        width: auto !important;
        left: 15px;
        right: 15px;
        top: 55px;
    }
}

.auth--header .auth__dropdown--register {
    width: 460px;
}

.auth--header .auth__dropdown--logged-in {
    width: 280px;
    padding: 10px 15px;
    top: 100px;
}

@media (max-width: 767px) {
    .auth--header .auth__dropdown--logged-in {
        top: 50px;
    }

        .auth--header .auth__dropdown--logged-in:before {
            right: 29%;
        }
}

.auth--header .auth__dropdown--restore {
    margin-right: -36px;
}

@media (max-width: 767px) {
    .auth--header .auth__dropdown--restore {
        margin: 0;
    }
}

.auth--header .auth__dropdown--restore .auth__in--submit {
    width: 100%;
    margin: 16px 0;
}

.auth--header .auth__dropdown--restore .auth__links {
    width: 102%;
    display: block;
}

.auth--header .auth__nav-item {
    float: left;
}

@media (max-width: 767px) {
    .auth--header .auth__nav-item {
        position: initial;
    }
}

.auth--header .auth__nav-btn {
    background: none;
    border: none;
    text-transform: uppercase;
    padding: 0;
    font-size: 13px;
}

.header--mob-opened .header__settings .email-head,
.header--mob-opened .header__settings .header__phone,
.header--mob-opened .auth--header .auth__nav-btn {
    visibility: hidden;
}

/*.auth--header .auth__avatar {
  border-radius: 30px;
  overflow: hidden;
  width: 30px;
  height: 30px;
}*/

.auth--header .auth__name {
    text-transform: none;
    margin-left: 10px;
}

    .auth--header .auth__name:after {
        font-size: 0.8em;
        display: inline-block;
        font-family: FontAwesome;
        content: "";
        margin-left: 15px;
    }

/*@media (max-width: 767px) {
  .auth--header .auth__name {
    display: none;
  }
}*/

.auth--header .open .auth__name:after {
    content: '\f106';
}

@media (max-width: 767px) {
    .auth--inline {
        margin-bottom: 30px;
    }
}

.auth--inline .auth__wrap {
    margin: 0 auto;
    padding: 20px 30px;
    width: 265px;
    background: #fff;
    color: #2c3e50;
    border: 1px solid #dcdcdc;
}

.auth--inline .auth__wrap--register {
    width: 460px;
}

@media (max-width: 767px) {
    .auth--inline .auth__wrap--register {
        width: 265px;
    }
}

.auth--inline .auth__wrap--restore .auth__in--submit {
    float: none;
    width: 100%;
}
.auth__nav .row {
    margin-left: 0;
    margin-right: 0;
}
.parsley-errors-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    width: 100%;
}

    .parsley-errors-list.filled {
        opacity: 1;
        margin-top: 5px;
    }

@media (max-width: 767px) {
    .parsley-errors-list.filled {
        position: relative;
        bottom: 0;
        margin-bottom: 10px;
    }
}

.parsley-type,
.parsley-minlength {
    color: #f3bc65;
}

.parsley-required {
    color: #e95b35;
    font-size: 12px;
}
.auth--user .restore, .auth--user .register {
    display: none;
}
#btnSentWaitReg,
#btnSentWaitFogot,
#btnSentWait {
    display: none;
    position: absolute;
    left: 10px;
    bottom: 5px;
    z-index: 9;
}
.breadcrumbs ul {
    list-style: none;
    margin: 0;
    padding: 0;
    /*border-left: 1px solid #dedede;*/
}

    .breadcrumbs ul:before,
    .breadcrumbs ul:after {
        content: " ";
        display: table;
    }

    .breadcrumbs ul:after {
        clear: both;
    }

.breadcrumbs__list {
    border-left: 1px solid #dedede;
    color: transparent;
}

    .breadcrumbs__list:before,
    .breadcrumbs__list:after {
        content: " ";
        display: table;
    }

    .breadcrumbs__list:after {
        clear: both;
    }

    .breadcrumbs__list > li {
        float: left;
        background: #fff;
        border-right: 1px solid #dedede;
        border-bottom: 1px solid #dedede;
        border-top: 1px solid #dedede;
        padding: 5px 18px;
        margin-top: -1px;
    }

        .breadcrumbs__list > li:last-child a {
            background: none;
        }

            .breadcrumbs__list > li:last-child a:after {
                display: none;
            }

        .breadcrumbs__list > li > span {
            font-size: 12px;
            color: #808080;
            margin-top: -1px;
            text-transform: uppercase;
            display: block;
            padding-right: 10px;
            padding-bottom: 1px;
        }

    .breadcrumbs__list > span {
        float: left;
        background: #fff;
        border-right: 1px solid #dedede;
        border-bottom: 1px solid #dedede;
        border-top: 1px solid #dedede;
        padding: 5px 18px;
        margin-top: -1px;
        display: block !important;
    }

        .breadcrumbs__list > span:last-child a {
            background: none;
        }

            .breadcrumbs__list > span:last-child a:after {
                display: none;
            }

        .breadcrumbs__list > span > span {
            font-size: 12px;
            color: #808080;
            margin-top: -1px;
            text-transform: uppercase;
            display: block;
            padding-right: 10px;
            padding-bottom: 1px;
        }

.breadcrumbs__item {
    float: left;
    padding: 5px 3px;
    display: block !important;
}

    .breadcrumbs__item:last-child a {
        background: none;
    }

        .breadcrumbs__item:last-child a:after {
            display: none;
        }
.breadcrumbs a {
    font-size: 12px;
    color: #9c9a9a;
    text-transform: initial;
    display: block;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .breadcrumbs a:after {
        content: "\e080";
        position: relative;
        top: -1px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-size: 6px;
        margin: 0 0 0 5px;
    }

.breadcrumbs__link {
    font-size: 12px;
    color: #808080;
    text-transform: uppercase;
    display: block;
}

    .breadcrumbs__link:after {
        content: "\e080";
        position: relative;
        top: -1px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-size: 6px;
        margin: 0 0 0 10px;
    }

.center {
    background: #f6f6f6;
    position: relative;
}

    .center > .container > :last-child {
        padding-bottom: 50px;
    }

@media (max-width: 767px) {
    .center > .container > :last-child {
        padding-bottom: 30px;
    }
}

/*------------------------------------------------------------------
  * Sidebar wrap
  + Sidebar / .sidebar
  @mixin =============================================================*/

.sidebar {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    margin-top: 27px;
}

@media (min-width: 768px) {
    .sidebar {
        width: 33.33333%;
    }
}

@media (min-width: 1200px) {
    .sidebar {
        width: 25%;
    }
}

.sidebar > :last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .sidebar {
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 30px;
        float: none;
    }
}

.sidebar .container {
    margin: 0;
    padding: 0;
    width: 100%;
}

.sidebar__content {
    margin-top: -1px;
}

.sidebar--upper {
    margin-top: 0;
}

@media (max-width: 767px) {
    .sidebar--upper {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .sidebar--listing .sidebar__toggle {
        display: none;
    }
}

.sidebar--dashboard {
    margin-top: 20px;
}
.sidebar--dashboard .nav--sidebar .nav__list {
        margin: 0;
        padding: 0;
        list-style: none;
    }
.nav--sidebar .nav__link {
    color: #a6a6a6;
    font-size: 16px;
    display: block;
    padding: 10px 0 10px 1px;
    border-bottom: 1px solid #f1f1f1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
@media (max-width: 767px) {
    .sidebar--dashboard {
        margin-top: 30px;
        margin-bottom: 0;
    }
    .sidebar--dashboard {
        display: none;
    }
}

/*------------------------------------------------------------------
  * Common elements styles on the page
  + Site / .site
    __ Title / .site__title
    __ headline / .site__headline
    __ panel / .site__panel
    __ content / .site__content
  @mixin =============================================================*/

.site {
    padding-left: 5px;
    padding-right: 5px;
}

.site__title {
    font-size: 28px;
    color: #2c3e50;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    font-family: "Oswald", sans-serif;
    margin: 25px 0;
    text-align: left;
}

.sidebar .site__title {
    font-size: 34px;
}

.footer .site__title {
    font-family: "Source Sans Pro", sans-serif;
}

@media (max-width: 767px) {
    .box-home {
        padding: 30px 20px;
    }

    .site__title {
        font-size: 26px;
    }

    .sidebar .site__title {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .site__title {
        text-align: center;
    }
}

.site__title--slider {
    margin: 0 0 50px;
    text-align: center;
}

@media (max-width: 767px) {
    .site__title--slider {
        margin-bottom: 20px;
    }
}

.site__title--center {
    text-align: center;
}

.site__headline {
    font-size: 14px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 0;
    line-height: 2;
    text-align: center;
    margin: 4px 0 0 0;
    /*min-height: 42px;*/
    text-align: left;
}

    .site__headline strong {
        font-weight: 600;
    }

@media (max-width: 767px) {
    .site__headline {
        font-size: 14px;
        margin-top: 25px;
        line-height: 1.4;
        min-height: auto;
    }
}

.sidebar .site__headline {
    margin: 4px 0 0;
}

@media (max-width: 767px) {
    .site__headline {
        margin-bottom: 0;
        margin-top: 12px;
        text-align: center;
    }
}

.site__panel {
    /*background: #fff;*/
    color: #2c3e50;
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .site__panel {
        margin-top: 30px;
        padding: 5px 0 5px 10px;
    }

    .site {
        padding-left: 0;
        padding-right: 0;
    }
}

.site__panel .control-label {
    text-transform: uppercase;
    font-weight: 600;
    color: #2c3e50;
    margin: 3px 10px 0 0;
    float: left;
    display: inline-block;
}

@media (max-width: 1199px) {
    .site__panel .control-label {
        display: block;
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .site__panel .control-label {
        display: inline-block;
        margin-top: 3px;
    }
}

.site__panel .form-group {
    margin-bottom: 0;
}

.site__panel .btn--white {
    color: #2c3e50;
}

.site__header-text {
    width: 100%;
}

    .site__header-text a {
        color: #2c3e50;
        text-decoration: underline;
        margin-left: 3px;
    }

        .site__header-text a:hover {
            text-decoration: underline;
        }

.site__filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .site__filter .form-control--select {
        width: 200px;
        display: inline-block;
    }

    .site__filter .form-group:not(:first-of-type) {
        margin-left: 20px;
    }

@media (max-width: 1199px) {
    .site__filter .form-group:not(:first-of-type) {
        margin-left: 0;
    }
}

.site__filter .select2-container {
    margin-top: 2px;
    margin-right: 20px;
}

.site__subtitle {
    font-size: 46px;
    color: #2c3e50;
    font-weight: 600;
    text-transform: uppercase;
    margin: 28px 0 0;
    border-bottom: 1px solid #d0d0d0;
    padding: 0 0 21px 0;
}

.site__content {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .site__content {
        width: 66.66667%;
    }
}

@media (min-width: 1200px) {
    .site__content {
        width: 75%;
    }
}

@media (max-width: 767px) {
    .site__content {
        padding: 0;
    }
}

.site__widget {
    border-top: 1px solid #d6d6d6;
}

.site--dashboard {
    padding-left: 15px;
    padding-right: 15px;
    float: right;
    /*margin-top: 40px;*/
}

@media (min-width: 768px) {
    .site--dashboard {
        width: 66.66667%;
    }
}

@media (min-width: 1200px) {
    .site--dashboard {
        width: 75%;
    }
}

.site--main {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

@media (min-width: 768px) {
    .site--main {
        width: 66.66667%;
    }
}

@media (min-width: 1200px) {
    .site--main {
        width: 75%;
    }
}

.site--main:before,
.site--main:after {
    content: " ";
    display: table;
}

.site--main:after {
    clear: both;
}

@media (max-width: 767px) {
    .site--main {
        float: none;
    }

    .site--dashboard {
        padding-left: 5px;
        padding-right: 5px;
        float: none;
    }
}

.site--main .site__main:before,
.site--main .site__main:after {
    content: " ";
    display: table;
}

.site--main .site__main:after {
    clear: both;
}

.site--main .site__header-text {
    color: #2c3e50;
    display: block;
    font-weight: 600;
}
.widget--dashboard {
    background: #fff;
    padding: 20px;
    margin-top: 20px;
}
.widget--dashboard .widget__title {
        padding: 0;
        margin: 0 0 5px 0;
    }
.widget--sidebar-dashboard .widget__content {
    background: #fff;
    padding: 10px 20px;
}
.widget__btn--toggle {
    display: none;
}






.btnSendComment {
    background-color: #ff8040;
    border: 1px solid #e69770;
}
.headline-pro{
    margin-bottom:20px;
}
.control-label{
    color:#b1b1b1;
}
.headline-pro h2 small {
    margin: 10px;
    line-height: 30px;
    color: #a0a0a0;
}
.sub-content li.more {
    display: none;
}

.sub-content .read_more {
    color: #ff8040;
    cursor: pointer;
}
.owl-carousel .owl-item {
    max-height: 512px;
    overflow: hidden;
}
.sticky-v-wrapper {
    display: block;
}
    .sticky-v-wrapper .widget--sidebar.sticky-this {
        display: inline-block;
        position: -webkit-sticky;
        position: sticky;
        top: 60px !important;
        width:100%;
    }
    .sticky-v-wrapper .widget--sidebar {
        display: block;
        padding-bottom: 32px;
    }
    .sticky-v-wrapper .main-product {
        display: block;
    }
.section-blog-12 .section-title:before,
.section-blog-12 .section-title:before {
    display: none;
}
.addthis_toolbox img{
    width:35px;
    margin-right:5px;
}
.modal-backdrop.in {
    position: relative;
    z-index: 99999;
}
.modal-header .close {
    margin-top: 2px;
    position: absolute;
    top: 15px;
    right: 15px;
}
.sale{
    z-index:9;
}
.star-rating-button i {
    color: #dd5b0c;
    margin-right: 5px;
    font-weight: 400;
    text-shadow: 2px 2px 1px #dccfcf;
}
.breadcrumb a {
    color: #b74a08;
    font-size: 12px;
}
.footer-send {
    margin: 15px 0;
}
.nav-table-detail {
    margin: 10px 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #ddd;
}
    .nav-table-detail li {
        display: inline-block;
        padding: 0 15px;
        background: #eee;
    }
        .nav-table-detail li:hover,
        .nav-table-detail li.active {
            background: #dd5b0c;
            color: #fff;
        }
            .nav-table-detail li:hover a,
            .nav-table-detail li.active a {
                color: #fff;
            }
 .nav-table-detail li a {
            line-height: 45px;
            font-weight: 600;
            display: inline-block;
            color: #999;
            -webkit-transition: color .2s;
            -o-transition: color .2s;
            transition: color .2s;
        }
.tab-right{
    float:right;
}
.product-list li .left-block {
    padding: 0;
    height: 243px;
}
.left-0{
    padding-left:0;
}
.site__panel {
    background: #f1f1f1;
    color: #2c3e50;
    /* border-bottom: 1px solid #444; */
    margin-top: 15px;
    margin-bottom: 0;
    padding: 10px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.listing__sort {
    width: 70%;
}
.site__panel .form-group {
    margin-bottom: 0;
}
.site__panel .form-control {
    height: auto;
    border: 2px solid #d8dadb;
    padding: 8px 12px;
}
.listing__param {
    margin: 20px 0 0;
}
.listing__param .layered_subtitle {
        /*margin-top: 3px;*/
        display: inline-block;
        font-style: italic;
        font-size: 18px;
    }
.listing__param .check-box-list {
        display: initial;
        padding: 0;
    }
.listing__param .check-box-list li {
            line-height: 24px;
            display: inline-block;
            margin: 0 8px 0 0;
            padding-left: 15px;
            color: #222;
            font-weight: 600;
        }
.check-box-list tr td {
    line-height: 32px;
    list-style: none;
    width: 50%;
    display: inline-block;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
}

.check-box-list label {
    display: inline-block;
    cursor: pointer;
    line-height: 26px;
    vertical-align: top;
    font-size: 13px;
    font-weight: 400;
}
.check-box-list label:hover {
        color: #ff6633;
    }

.check-box-list input[type="checkbox"] {
    display: none;
    background-color: #fff;
    width: 30px;
    height: 18px;
}
    .check-box-list input[type="checkbox"]:checked + label::before {
        content: "\2713";
        height: 19px;
        width: 19px;
        display: inline-block;
        background: #dd5b0c;
        top: 10px;
        left: 20px;
        margin-right: 3px;
        text-align: center;
        border-radius: 50%;
        border: 1px solid #ddd;
        color: #fff;
        line-height: 16px;
    }
    .check-box-list input[type="checkbox"] + label::before {
        font-family: FontAwesome;
        content: "";
        height: 19px;
        width: 19px;
        display: inline-block;
        background: #e6e6e6;
        top: 10px;
        left: 20px;
        margin-right: 3px;
        text-align: center;
        border-radius: 50%;
        color: #444;
        line-height: 17px;
        font-size: 10px;
        font-weight: 300;
    }
    .check-box-list input[type="checkbox"]:checked + label {
        color: #dd5d0f;
    }
.check-box-list input[type="checkbox"]:checked {
        color: #77b800;
    }

.check-box-list label span.count {
    color: #a4a4a4;
    margin-left: 2px;
}
.modal {
    z-index: 99999;
}
.bread-title small {
    display: block;
}
.chk_search li {
    display: inline-block;
    width: auto;
}
    .chk_search li input[type=checkbox] {
        margin: 4px 1px 0;
    }
.short-term-price {
    font-size: 12px;
    color: #444;
    line-height: 22px;
    margin-left: 10px;
}
.info-agent {
    display: inline-block;
    width: 60%;
    font-weight: 500;
    color: #666;
    line-height: 20px;
}
.info-agent img {
        width: 45px !important;
        height: 45px;
        border-radius: 50%;
        float: left;
        margin-right: 8px;
        border: 2px solid #d8d7c4;
    }
.info-agent p {
        padding: 0;
        margin: 0;
        font-weight: 400;
        color: #e47253;
    }
.info-agent p a {
            color: #e47253;
        }
.info-agent p a i {
                color: #310510;
                font-weight: 600;
            }

.map-left {
    line-height: 24px;
}

.pull-right.datetime {
    font-size: 12px;
    color: #888;
    padding: 15px 0 0 0;
}

.form-search {
    padding: 50px 5px 0 80px;
    /*background: #f0f0f0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;*/
}

.form-group.beds,
.form-group.baths {
    width: 48%;
    display: inline-block;
}

.form-group.baths {
    float: right;
}

.form-control {
    border: 1px solid #d8dadb;
}

/*.chk_search {
    padding-top: 30px;
}*/

.chk_search label {
    margin: 0 5px 0 2px;
    line-height: 25px;
    font-size: 12px;
}

.product-list li .group-price {
    top: 0;
    left: 0;
}

.property-favorite {
    text-align: center;
    display: block;
    padding: 25px 0;
    line-height: 30px;
}

    .property-favorite i {
        margin-right: 5px;
        /*color: #a09997;*/
        font-size: 30px;
    }

.ff_cfacebook {
    position: fixed;
    bottom: 0;
    right: 10px;
    z-index: 9999;
    width: 265px;
    height: auto;
    box-shadow: 2px 2px 2px 4px rgba(0,0,0,0.2);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}

    .ff_cfacebook .fchat {
        float: left;
        width: 100%;
        height: auto;
        overflow: hidden;
        display: none;
        background-color: #fff;
    }

        .ff_cfacebook .fchat .fb-page {
            margin-top: -130px;
            float: left;
        }

    .ff_cfacebook a.chat_fb {
        float: left;
        padding: 0 15px;
        width: 300px;
        color: #fff;
        text-decoration: none;
        height: 36px;
        line-height: 40px;
        text-shadow: 0 1px 0 rgba(0,0,0,0.1);
        background-repeat: repeat-x;
        background-size: auto;
        background-position: 0 0;
        background-color: #3a5795;
        border: 0;
        border-bottom: 1px solid #133783;
        z-index: 9999999;
        margin-right: 12px;
        font-size: 16px;
    }

        .ff_cfacebook a.chat_fb:hover {
            color: yellow;
            text-decoration: none;
        }

.sale-footer {
    background: #da190a;
    color: #ffffff;
    padding: 4px 10px;
    bottom: 2px;
    position: fixed;
    left: 10px;
    border-radius: 3px;
    z-index: 99999;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

    .sale-footer .sales-hotline a {
        color: #fff;
    }

.menu-footer {
    padding: 25px 0 15px 0;
}

    .menu-footer hr {
        margin-top: 10px;
        margin-bottom: 10px;
        border: 0;
        border-top: 1px solid #dedada;
    }
.widget__content_worker {
    margin: 20px 0;
    background: #eee;
    padding: 15px;
}
.worker__photo {
    float: left;
    width:40%;
}
.worker__intro-head {
    float: right;
    width: 60%;
}

.form-search textarea,
.form-search .input {
    border-radius: 5px;
    border: 1px solid #cfcdcd;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

#hearts, .Rateactive {
    color: #ee8b2d;
    font-size: 32px;
}

.number-star {
    display: inline-block;
    font-size: 24px;
    color: #c7c7c7;
    margin-left: 15px;
}

.lead .group-led {
    float: left;
    padding-right: 10px;
}

    .lead .group-led .set-right {
        font-size: 12px;
        line-height: 20px;
    }

        .lead .group-led .set-right span {
            font-size: 18px;
            color: rgb(0, 127, 40);
            font-weight: 600;
        }

.feature-box {
    text-align: center;
    margin: 30px 0;
}

    .feature-box .feature-box-inner .fbox-icon .icon-inner img {
        vertical-align: middle;
    }

    .feature-box .feature-box-inner .has-hover .img-hover {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9;
        width: 100%;
        height: 100%;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all .2s ease-in-out 0s;
        -o-transition: all .2s ease-in-out 0s;
        transition: all .2s ease-in-out 0s;
        /*border: 1px solid #ddd;*/
    }

    .feature-box:hover .has-hover .img-hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .feature-box:hover .feature-box-inner .fbox-icon .icon-inner {
        -webkit-transition: all .2s ease-in-out 0s;
        -o-transition: all .2s ease-in-out 0s;
        transition: all .2s ease-in-out 0s;
        border: 1px solid rgba(0,0,0,.25);
        box-shadow: 1px 3px 3px rgba(0,0,0,.15);
    }

    .feature-box .feature-box-inner .ourservice-heading {
        color: #114a82;
        font-weight: 400;
        font-size: 14px;
        font-family: 'Saira', sans-serif;
    }

    .feature-box .feature-box-inner .fbox-icon {
        margin: 0 0 20px;
    }

        .feature-box .feature-box-inner .fbox-icon .has-hover {
            position: relative;
        }

        .feature-box .feature-box-inner .fbox-icon .icon-inner {
            display: inline-block;
            width: 100px;
            height: 100px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            background: #fff;
            line-height: 100px;
            -webkit-transition: all .2s ease-in-out 0s;
            -o-transition: all .2s ease-in-out 0s;
            transition: all .2s ease-in-out 0s;
            position: relative;
        }

            .feature-box .feature-box-inner .fbox-icon .icon-inner:before {
                -webkit-transition: all .2s ease-in-out 0s;
                -o-transition: all .2s ease-in-out 0s;
                transition: all .2s ease-in-out 0s;
                content: '';
                border: 2px solid #f0f9fb;
                left: 3px;
                right: 3px;
                top: 3px;
                bottom: 3px;
                border-radius: 50%;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                -o-border-radius: 50%;
                position: absolute;
            }
.other-home h2 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}
.other-home {
    font-size: 16px;
    color: #333;
    margin: 30px auto;
}
.categories-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 15px 0;
}

    .categories-list li {
        padding: 0 10px 32px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
    }

        .categories-list li > a {
            color: #303030;
            text-align: center;
            position: relative;
            display: inline-block;
        }

            .categories-list li > a:after {
                content: "";
                position: absolute;
                top: 45px;
                right: 50%;
                -webkit-transform: translateX(50%);
                transform: translateX(50%);
                padding: 0 0 8px;
                width: 48px;
                border-bottom: 2px solid #ccc;
            }

            .categories-list li > a img {
                display: block;
                width: 48px;
                margin: 0 auto 15px;
            }

        .categories-list li a:hover {
            color: #1dbf73;
            -webkit-transition: color .2s;
            transition: color .2s;
        }

        .categories-list li > a:hover:after {
            padding: 0 20px 8px;
            border-color: #1dbf73;
        }

        .categories-list li > a:after, .categories-list li > a:hover:after {
            -webkit-transition: border-color .2s ease-in-out,padding .2s ease-in-out;
            -o-transition: border-color .2s ease-in-out,padding .2s ease-in-out;
            transition: border-color .2s ease-in-out,padding .2s ease-in-out;
        }
.info-testimonial {
    padding-bottom: 24px;
}
.info-testimonial h3 {
    padding-bottom: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
}
    .info-testimonial h3 i {
        color: #dd5b0c;
        margin-right:5px;
    }
.info-testimonial p {
    color: #62646a;
}
.hits-bottom {
    display: block;
}

.head-lead .Rateactive .star {
    color: #ee8b2d;
    font-size: 21px;
    margin-top: 5px;
}

.lead .cl-rate {
    font-size: 14px;
    font-weight: 600;
}

.lead .btn {
    font-size: 16px;
    padding: 0 10px;
}

.Rateactive {
    float: left;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.product-detail-list {
    margin: 10px 0 30px 0;
}

.product-container .product-info {
    padding: 10px;
    margin-bottom: 30px;
    text-align: center;
}

.product-container .product-thumb img {
    border: 1px solid #eaeaea;
}
/*Menu Left*/
.widget-category .navbar-nav {
    margin: 0 auto;
    width: 100%;
}

    .widget-category .navbar-nav li {
        list-style: none;
        width: 100%;
    }

    .widget-category .navbar-nav > .dropdown > a.cat {
        text-align: left;
        background: no-repeat;
        color: #232121;
        font-size: 22px;
        padding: 3px 10px;
        line-height: 32px;
        margin-top: 10px;
    }
.widget-category .navbar-nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
.widget-category .navbar-nav .sub1 > li {
        margin-bottom: 0;
        padding: 10px 0 10px 15px;
        font-weight: 600;
        font-size: 16px;
    }
.widget-category .navbar-nav .sub1 > li > a i {
            display: none;
        }
.widget-category .navbar-nav a:hover {
        color: #ce0a0a;
    }
.widget-category .navbar-nav .sub1 > li > .sub2 {
        padding-top: 5px;
    }
.widget-category .navbar-nav .sub1 > li > .sub2 > li {
            border-bottom: 1px dashed #e5e5e5;
            line-height: 32px;
            position: relative;
            font-size: 14px;
            font-weight: 400;
        }
.widget-category .navbar-nav .sub1 > li > .sub2 > li:last-child {
                border-bottom: 0;
            }
.widget-category .navbar-nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
.widget-category .navbar-nav .sub1 > li {
        margin-bottom: 0;
        padding: 10px 0 10px 15px;
        font-weight: 500;
        font-size: 14px;
    }
.widget-category .navbar-nav .sub1 > li > a i {
            display: none;
        }

.widget-category .navbar-nav a:hover {
        color: #ce0a0a;
    }
.widget-category .navbar-nav .sub1 > li > .sub2 {
        padding-top: 5px;
    }
.widget-category .navbar-nav .sub1 > li > .sub2 > li {
            border-bottom: 1px dashed #e5e5e5;
            line-height: 32px;
            position: relative;
            font-size: 14px;
            font-weight: 400;
        }
.widget-category .navbar-nav .sub1 > li > .sub2 > li:last-child {
                border-bottom: 0;
            }
.section-blog-12 {
    padding: 25px 0;
}
.section-blog-12 .section-title {
        font-size: 24px;
        font-weight: bold;
        text-transform: none;
        color: #333;
        margin-bottom: 20px;
    }

        /*.section-blog-12 .section-title:before {
            content: '';
            width: 20px;
            height: 2px;
            background-color: #2d65cf;
            display: block;
            margin-bottom: 5px;
        }*/
.section-blog-12 .section-title .sub-title {
            display: block;
            font-size: 14px;
            font-weight: normal;
            text-transform: none;
            color: #999999;
        }
    .section-blog-12 .testimonials {
        padding-bottom: 38px;
        width:100%;
        max-width: 400px;
        float: right;
    }
.scrollup {
    display: block;
    border: 2px solid #dd5b0c;
    padding: 3px;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    float: right;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: fixed;
    right: 5px;
    bottom: 50px;
    z-index: 999;
    top: auto !important;
}

    .scrollup:before {
        content: "\f102";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        line-height: 36px;
        width: 36px;
        border-radius: 100%;
        background-color: #dd5b0c;
        font-size: 22px;
        color: #fff;
    }

    .scrollup:hover {
        color: #fff;
        background-color: #cfcdcd;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

.blog12 {
    border: 1px solid #eee;
    display: table;
    width: 100%;
}

    .blog12 .thumb,
    .blog12 .info {
        width: 50%;
        float: left;
    }

    .blog12 .info {
        padding: 15px 25px;
        position: relative;
    }

    .blog12 .date {
        padding: 5px 12px;
        display: inline-block;
        background-color: #dd5b0c;
        color: #fff;
        font-size: 16px;
    }

    .blog12 .blog-title {
        font-size: 24px;
        padding-top: 10px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .blog12 .desc {
        margin-bottom: 15px;
    }

    .blog12 .blog-title a {
        color: #333;
    }

        .blog12 .blog-title a:hover {
            color: #dd5b0c;
        }

    .blog12 .read-more {
        font-family: 'Oswald';
        font-weight: 300;
        text-transform: uppercase;
        float: right;
    }

        .blog12 .read-more:before {
            content: '';
            width: 20px;
            height: 2px;
            background-color: #999;
            display: block;
        }

.footer3 {
    background: #498338;
    padding-top: 0;
    color: #eee;
    line-height: 24px;
}

    .footer3 .widget-container {
        margin-bottom: 30px;
    }

    .footer3 a {
        color: #ddd;
    }

        .footer3 a:hover {
            color: #fff;
        }

    .footer3 .social-link a {
        margin-right: 10px;
    }

    .footer3 .widget-container li a {
        color: #eee;
    }

    .footer3 .social-link .fa {
        width: 32px;
        height: 32px;
        border: 1px solid #ddd;
        background-color: transparent;
        color: #fff;
        webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
    }

.section-blog-12 .owl-controls .owl-prev,
.section-blog-12 .owl-controls .owl-next {
    background-color: #dd5b0c;
    border: 1px solid #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    line-height: 22px;
    top: -40px;
}

.section-blog-12 .owl-controls .owl-prev {
    left: inherit;
    right: 36px;
}

.section-blog-12 .product-list.grid li {
    margin-bottom: 30px;
    margin-top: 0;
}

.section-lasttest-blog11,
.section-lasttest-blog11 .section-title-2 {
    margin-bottom: 30px;
}

footer ul.sub1 {
    margin: 0;
    padding-left: 2px;
}

    footer ul.sub1 li {
        padding: 5px 0;
    }

footer h3.menu-foot {
    margin: 15px 0 10px 0;
    text-transform: uppercase;
}

.product-list .group-price {
    position: absolute;
    position: absolute;
    top: 10px;
    left: 10px;
    height: auto;
}

    .product-list .group-price .new-label {
        color: #fff;
        float: left;
        line-height: 22px;
        text-align: center;
        font-size: 12px;
        text-transform: uppercase;
        padding: 0 10px;
        background: #f22509;
        height: 22px;
    }

    .product-list .group-price .sale-label {
        color: #fff;
        float: left;
        line-height: 22px;
        text-align: center;
        font-size: 12px;
        text-transform: uppercase;
        padding: 0px 10px;
        background: #d27e0a;
        height: 22px;
    }

.product-list.list .left-block {
    width: 34%;
    padding: 15px;
    position: relative;
}

.product-list.list .right-block {
    width: 65%;
    margin-top: 8px;
    line-height: 26px;
}

.product-list.list .quick-view {
    right: 30px;
    top: 30px;
    width: 40px;
}

.product-tab .nav-tab {
    width: 100%;
    overflow: hidden;
    z-index: auto;
    position: relative;
}

    .product-tab .nav-tab > li {
        height: 40px;
        line-height: 40px;
        float: left;
        display: inline;
        background: #e2e2e2;
        border: 0;
        border-bottom: 2px solid #a09da2;
        color: #333333;
        text-transform: uppercase;
        text-align: center;
    }

        .product-tab .nav-tab > li:last-child {
            margin-right: 0;
        }

        .product-tab .nav-tab > li > a {
            color: #333333;
            padding: 0 15px;
            height: 40px;
            float: left;
        }

        .product-tab .nav-tab > li:hover > a,
        .product-tab .nav-tab > li.active > a {
            background: #eff0ef;
            color: #dd5b0c;
            border-bottom: 3px solid #0a080b;
            border-radius: inherit;
        }

.product-tab .tab-container {
    padding: 20px 20px 0;
    border: 1px solid #e2e2e2;
    margin-top: -1px;
    z-index: 1;
}

    .product-tab .tab-container h3 small {
        float: right;
        font-size: 16px;
        color: #333;
        font-weight: 600;
    }

    .product-tab .tab-container h3 {
        font-size: 16px;
        font-weight: 500;
        padding: 10px 0;
        border-bottom: 1px solid #eae8e8;
    }

    .product-tab .tab-container h4 {
        padding: 5px 0;
        font-size: 14px;
        border-bottom: 1px solid #eee;
        margin: 5px 0 15px 0;
    }

        .product-tab .tab-container h4 small {
            float: right;
            font-size: 14px;
            font-weight: 600;
            color: #e20909;
        }

    .product-tab .tab-container .btn.send_enquiry {
        width: 100%;
        margin-bottom: 20px;
    }

    .product-tab .tab-container p {
        margin: 0 0 10px;
    }

    .product-tab .tab-container .table {
        margin-bottom: 0;
    }

    .product-tab .tab-container .tab-panel {
        line-height: 24px;
    }

        .product-tab .tab-container .tab-panel i {
            margin: 0 5px 2px 15px;
        }
        .product-tab .tab-container .tab-panel .property__params-list {
            margin: 0 10px;
        }
        .product-tab .tab-container .tab-panel .property__params-list--options li {
            margin-left: 0;
            width: 50%;
        }
.location-block {
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: block;
}

    .location-block .label-status {
        padding: 5px;
        width: 100%;
        display: block;
    }

    .location-block .label-location {
        padding: 10px 5px 8px;
        width: 100%;
        display: block;
        background: #e3ece1;
    }

.lasttest-blog11 .item .cat i {
    margin-right: 5px;
}

.nav-top-links {
    color: #eee;
}
.top-header .nav-top-links, .top-header .language, .top-header .currency, .top-header .user-info, .top-header .support-link {
    line-height: 22px;
    padding-top: 5px;
}
.top-bar-social {
    line-height: 20px;
    text-align: center;
    display: block;
    margin:15px 0;
}
.top-bar-marquee {
    padding-right: 10px;
    width: 30%;
    float: right;
}

.top-header a {
    border-right: 0;
    margin-left: 5px;
}

.top-bar-social a {
    padding: 5px 10px;
    color: #0a080b;
    font-size: 14px;
    margin: 0 5px;
    border: 1px solid #cccbcb;
    border-radius: 3px;
}

.main-header .logo {
    padding-top: 10px;
    text-align: center;
}

    .main-header .logo img {
        max-height: 70px;
        border: 0;
    }

.bolock-cart-topbar {
    width: auto;
    float: right;
    display: inline-block;
    position: relative;
}

    .bolock-cart-topbar > a {
        line-height: 34px;
        border: none;
        position: relative;
        background: url('../images/icon-cart-topbar7.png') no-repeat left center;
        width: 23px;
        height: 35px;
        font-size: 0;
        display: block;
        margin: 0 10px;
    }

        .bolock-cart-topbar > a > .count {
            width: 18px;
            height: 18px;
            position: absolute;
            right: -20px;
            top: -3px;
            background: #fe9b00;
            line-height: 18px;
            text-align: center;
            color: #fff;
            font-size: 13px;
        }

#cart-block:hover .cart-block {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
    visibility: visible;
}

.top-header {
    background: #dd5b0c;
}

    .top-header a {
        color: #fff;
    }

        .top-header a:hover {
            color: #fff;
        }

    .top-header .dropdown-menu {
        border-top: 0;
    }

        .top-header .dropdown-menu a {
            color: #333;
        }

.product-list li .price-percent-reduction2 {
    right: -8px;
}

.blog-list .blog-list-wapper ul li .readmore a {
    color: #e62e04;
}

.product-list li .product-price {
    color: #e62e04;
}

a:hover {
    color: #f04923;
}

.scroll_top:hover {
    background: #e62e04;
}

.nav-center .owl-controls .owl-prev,
.nav-center .owl-controls .owl-next {
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
    opacity: 0;
    visibility: hidden;
}

.nav-center .owl-controls .owl-prev {
    left: -30px;
}

.nav-center .owl-controls .owl-next {
    right: -30px;
}

.nav-center.owl-loaded:hover .owl-next {
    right: 0;
    visibility: inherit;
    opacity: 1;
}

.nav-center.owl-loaded:hover .owl-prev {
    left: 0;
    visibility: inherit;
    opacity: 1;
}

.owl-controls .owl-prev:hover,
.owl-controls .owl-next:hover {
    background: #ff8040;
    color: #fff;
}

.product-list li .add-to-cart:hover {
    background-color: #e62e04;
}

.product-list li .quick-view a:hover {
    background-color: #e62e04;
}
/*---------------
[2. Main header]
*/
.service-header {
    background: #f8f8f8;
    border: 1px solid #efefef;
    padding: 0 0 10px 0;
}

    .service-header .item {
        text-transform: uppercase;
        font-size: 13px;
        font-weight: bold;
        line-height: 54px;
        margin-top: 10px;
    }

        .service-header .item span {
            margin-left: 5px;
        }

#main-header,
.main-header {
    background: #fff;
    padding: 0;
}
#main-header {
    border-bottom: 1px solid #e2e2e2;
}
.group-button-header {
    margin-top: 10px;
    padding-left: 0;
}

    .group-button-header .btn-cart,
    .group-button-header .btn-heart,
    .group-button-header .btn-compare,
    .group-button-header .btn-login {
        width: auto;
        float: right;
        text-indent: inherit;
        padding-left: 30px;
        padding-top: 19px;
    }

    .group-button-header .btn-heart {
        background: url("../images/heart-icon.png") no-repeat center left;
        font-size: 14px;
    }

    .group-button-header .btn-login {
        background: url("../images/user-icon.png") no-repeat center left;
        font-size: 14px;
        height: 39px;
        margin-right: 16px;
    }

    .group-button-header .btn-cart {
        background: url("../images/cart-icon4.png") no-repeat center left;
        font-size: 14px;
        margin-right: 0;
        padding-left: 25px;
        padding-top: 12px;
    }

        .group-button-header .btn-cart > a {
            font-size: 14px;
        }

        .group-button-header .btn-cart .notify-right {
            right: 22px;
            top: -8px;
        }

span.notify-right {
    background: url('../images/notify-right-7.png') no-repeat;
    color: #e62e04;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    right: 15px;
    top: -19px;
}

.hot-deals-row {
    margin: 0;
    padding-bottom: 30px;
    background: #fff;
}

.hot-deals-box .hot-deals-tab-content-col {
    padding: 0 15px;
}

.hot-deals-box .hot-deals-tab-content {
    padding: 0;
}

.hot-deals-box {
    background: #fff;
    border: none;
}

.product-list .property-box-meta {
    /*padding: 10px 0;
    margin-top: 10px;
    border-top: 1px solid #dfebee*/
    padding: 5px 0 0;
    margin-top: 10px;
    border-top: 1px solid #e7e8e8;
}
.product-list #location_status{
    margin-top:15px;
}
.product-list .property-box-meta .field-item {
    width: auto;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    color: #6d90b1;
    font-weight: 400;
    padding-top: 10px;
    margin-right: 10px;
}

/*#images-wrapper {
    line-height: 0;
    -webkit-column-count: 2;
    -webkit-column-gap: 0px;
    -moz-column-count: 2;
    -moz-column-gap: 0px;
    column-count: 2;
    column-gap: 0px;
}
#images-wrapper a img {
        width: 100% !important;
        height: auto !important;
        margin: 1px 3px;
        border: 2px solid #fff;
    }
#images-wrapper a {
        position: relative;
    }
#images-wrapper a h3 {
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            padding: 10px;
            display: block;
            text-align: center;
            color: #fff;
            padding-top: 30%;
            text-shadow: 3px 3px 3px #444;
            font-size: 32px;
            font-weight: 600;
        }
#images-wrapper a h3 small {
                display: block;
                text-align: center;
                color: #fff;
                font-size: 22px;
                padding: 10px;
                line-height: 26px;
}
#images-wrapper {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    margin: 10px 0 30px 0;
}*/
#images-wrapper {
    margin: 15px 0 30px 0;
}

    #images-wrapper a img {
        width: 100% !important;
        height: auto !important;
        margin: 10px 5px 10px 5px;
        border: 0;
        border-radius: 5px;
    }

    #images-wrapper a {
        position: relative;
    }

        #images-wrapper a h3 {
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            padding: 10px;
            display: block;
            text-align: center;
            color: #fff;
            padding-top: 30%;
            text-shadow: 3px 3px 3px #444;
            font-size: 22px;
            font-weight: 600;
        }

            #images-wrapper a h3 small {
                display: block;
                text-align: center;
                color: #fff;
                font-size: 18px;
                padding: 5px 10px;
                line-height: 20px;
                -webkit-transition: all .2s ease-in-out 0s;
                -o-transition: all .2s ease-in-out 0s;
                transition: all .2s ease-in-out 0s;
                opacity: 0;
            }

        #images-wrapper a:hover small {
            -webkit-transition: all .2s ease-in-out 0s;
            -o-transition: all .2s ease-in-out 0s;
            transition: all .2s ease-in-out 0s;
            opacity: 1;
        }

.product-list li .product-star {
    color: #dc190a;
    font-size: 16px;
    float: right;
    text-align: right;
    display: inline-block;
}
.product-list li .content_price {
    padding-top: 5px;
}

/*@media (max-width: 1000px) {
    #images-wrapper {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}*/

@media (max-width: 756px) {
    #images-wrapper a h3 small {
        opacity: 1;
    }
    
}

/*@media (max-width: 400px) {
    #images-wrapper {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}*/
/*.rtl .product-list .property-box-meta .field-item + .field-item {
    margin-right: 30px;
    margin-left: inherit
}*/

/*.product-list .field-item {
    display: inline-block;
    color: #13293d;
    font-weight: 600;
}*/
.product-list .field-item span {
    color: #3e3d3c;
    text-align: center;
    margin-left: 5px;
    font-size: 14px;
    line-height: 15px;
}

.product-list.list .field-item span {
    line-height: inherit;
}

.product-list li .product-star span {
    color: #666;
}

.product-list li h5.product-name {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    height: 62px;
    overflow: hidden;
}

.product-list li .product-price {
    color: #e62e04;
    font-size: 16px;
}

.product-list li .old-price {
    text-decoration: line-through;
    margin-left: 10px;
    line-height: 22px;
    color: #666;
}

.content-pro2 {
    padding: 15px 0;
}

.total-count {
    padding: 30px 0;
    font-style: italic;
}
/*.owl-item .thumb img {
    transition: all 0.5s;
    webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
    margin: 0 auto;
}
.owl-item .thumb img,*/
.product-list li .left-block img {
    transition: all 0.5s;
    webkit-transform: scale(1,1.1);
    -moz-transform: scale(1,1.1);
    -o-transform: scale(1,1.1);
    transform: scale(1,1.1);
    margin: 0 auto;
}

.box-products .box-product-content .box-product-list .product-list li {
    border: none;
    background: #fff;
}

.box-products .box-product-head {
    border-color: #ccc;
}

.nav-top-menu {
    background: none;
    margin-top: 10px;
}

    .nav-top-menu > .container {
        border-top: 1px solid #efefef;
        border-bottom: 1px solid #efefef;
    }

.box-vertical-megamenus .title {
    height: 42px;
    line-height: 42px;
    background: #434343;
    padding: 0;
    text-align: right;
    padding-right: 20px;
}

    .box-vertical-megamenus .title .btn-open-mobile {
        line-height: 41px;
        width: 42px;
        height: 42px;
        background: #2a2a2a;
        float: left;
        text-align: center;
    }

.main-menu .navbar {
    min-height: 90px;
}

#main-menu .navbar .navbar-nav > li > a {
    margin: 35px 0;
    padding: 0 20px;
    border: none;
    color: #464348;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}

#main-menu .navbar .navbar-nav > li:hover,
#main-menu .navbar .navbar-nav > li.active {
    background: #dd5b0c;
    color: #fff;
}

    #main-menu .navbar .navbar-nav > li:hover > a,
    #main-menu .navbar .navbar-nav > li.active > a {
        color: #fff;
        border: none;
    }

    #main-menu .navbar .navbar-nav > li:last-child > a,
    #main-menu .navbar .navbar-nav > li.active:last-child > a {
        border: none;
    }

#main-menu li.dropdown > a:after {
    position: absolute;
    top: 15px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #a8a6a6;
}

#main-menu .navbar-nav > li:hover .dropdown-menu {
    -webkit-transform: translate(0,5px);
    -moz-transform: translate(0,5px);
    -o-transform: translate(0,5px);
    -ms-transform: translate(0,5px);
    transform: translate(0,5px);
    opacity: 1;
    visibility: visible;
    top: 93%;
    padding: 15px 20px;
}

#main-menu .mega_dropdown .group_header:first-child {
    margin-bottom: 5px;
}

#main-menu .navbar-nav > li:hover .dropdown-menu h3 {
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
}

#main-menu .navbar-nav > li:hover .dropdown-menu img {
    border: 0;
    margin-top: 15px;
}

#main-menu .navbar-nav > li:hover .dropdown-menu .group_header h3 {
    text-align: left;
    color: #555;
    font-size: 12px;
}

#main-menu .dropdown-menu .block-container .link_container .block > a,
#main-menu .dropdown-menu .block-container .link_container > a {
    line-height: 36px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    display: block;
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
}

.mega-500 {
    width: 520px;
}

#main-menu .dropdown-menu .block-container .link_container:last-child > a {
    border-bottom: 0;
}

#main-menu li.dropdown:before {
    content: '';
    width: 100%;
    height: 5px;
    left: 0;
    right: 0;
    top: inherit;
    bottom: -5px;
}

#main-menu .mega_dropdown .block-container {
    padding: 0 10px;
}

    #main-menu .mega_dropdown .block-container a {
        display: block;
    }

.social-link .fa {
    margin-right: 8px;
    border-radius: 50%;
}

.social-link .fa-facebook {
    background: #415a99;
}

.social-link .fa-twitter {
    background: #00caff;
}

.social-link .fa-pinterest-p {
    background: #cb222a;
}

.social-link .fa-youtube {
    background: #d60a59;
}

.social-link .fa-instagram {
    background: #d43ada;
}

.social-link .fa-linkedin {
    background: #249ada;
}

.social-link .fa-rss {
    background: #e89522;
}

/**-----------------
[2. Slider]
--------------------*/
.bxslider {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
}

.bx-viewport,
.bx-wrapper {
    position: absolute;
    width: 100%;
    height: 100% !important;
    top: 0;
    right: 80px;
}

.bxslider-background, .bxslider-background li {
    min-height: 600px;
}

    .bxslider-background li {
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
    }

.homeslide8 .bx-wrapper .bx-viewport {
    border: none !important;
    -moz-box-shadow: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    left: inherit;
}

.bxslider-background li {
    text-align: center;
    color: #fff;
}

.bxslider-background .vegas-wrapper .item {
    display: table;
    margin: 0 auto;
    max-width: 850px;
    padding: 170px 0 100px 0;
    font-size: 18px;
    display: none;
}

.bxslider-background .item h3 {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 50px;
}

.bxslider-background .item h2 {
    font-size: 32px;
    text-transform: uppercase;
    line-height: 70px;
}

.bxslider-background .sdide-button {
    height: 52px;
    border: 1px solid #fff;
    display: inline-block;
    padding: 0 35px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    line-height: 50px;
    margin-top: 20px;
}
.bxslider-background .sdide-button:hover {
        background: #0088cc;
        border-color: #0088cc;
        color: #fff;
    }

.bxslider-background .content {
    max-width: 850px;
    margin: 0 auto;
    padding-top: 160px;
}
.bxslider-background .content .slide-info-in {
        padding: 15px;
    }

.homeslide8 .bx-prev,
.homeslide8 .bx-next {
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #fff;
    line-height: 38px;
    display: inline-block;
    position: absolute;
    top: 50%;
    color: #fff;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
    opacity: 0;
    visibility: hidden;
}

/*.homeslide8 .bx-prev:hover,
    .homeslide8 .bx-next:hover {
        background: #0088cc;
        border-color: #0088cc;
        color: #fff;
    }*/

.homeslide8 .bx-prev {
    left: -40px;
    border: 0;
}

.homeslide8 .bx-next {
    right: -40px;
    border: 0;
}

.homeslide8:hover .bx-prev {
    left: 15px;
    opacity: 1;
    visibility: inherit;
}

.homeslide8:hover .bx-next {
    right: 15px;
    opacity: 1;
    visibility: inherit;
}

.homeslide8 .bx-pager {
    position: absolute;
    bottom: 95px;
    text-align: center;
    left: 0;
    right: 0;
    display: none;
}

    .homeslide8 .bx-pager .bx-pager-item {
        width: 12px;
        height: 12px;
        display: inline-block;
        border: 1px solid #fff;
        font-size: 0;
        margin-right: 15px;
    }

        .homeslide8 .bx-pager .bx-pager-item a {
            width: 100%;
            height: 100%;
            float: left;
        }

            .homeslide8 .bx-pager .bx-pager-item a.active {
                background: #fff;
            }

.site-wrap .form--wide {
    margin-top: 10px;
    background: #f6f6f6;
    padding: 25px 30px;
    position: relative;
    -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    z-index: 50;
}
#view-product-list .form--wide {
    background: #f6f6f6;
    padding: 15px;
    box-shadow: none;
}

.banner-slide {
    position: relative;
    background-color: #eef2f5;
}
    .banner-slide .banner-background {
        display: none;
        position: absolute;
        bottom: 0;
        right: 0;
        border-bottom: 30vw solid;
        border-left: 80vw solid transparent;
    }
        .banner-slide .banner-background.pink-triangle {
            border-bottom-color: #ffc39f;
        }
    .banner-slide .banner__container {
        position: relative;
        bottom: 50px;
        left: 0;
        right: 0;
        top: initial;
    }
    .banner-slide .banner-main {
        max-width: 1440px;
        margin: 0 auto;
        padding-top: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
    }
.banner-header .submit-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: 0;
    border-radius: 0 3px 3px 0;
}
.banner-header .text_search {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
}
.banner-slide .banner-main .search-bar-package {
    position: relative;
    display: block;
}
.banner-slide .banner-main .form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.bx-wrapper .bx-viewport {
    -moz-box-shadow:initial;
    -webkit-box-shadow:initial;
    box-shadow: none;
    border: 0;
    left: 0;
    background: none;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
.bx-wrapper .bx-viewport .homeslide8 .content{
    margin-top:90px;
    }
    .bx-wrapper .bx-viewport .homeslide8 .content h2 {
        margin-bottom: 15px;
        font-size: 30px;
    }
    .bx-wrapper .bx-viewport .homeslide8 .content .slide-info-in {
        max-width: 450px;
    }
        .bx-wrapper .bx-viewport .homeslide8 .content p.caption {
            font-size: 18px;
        }

    @media only screen and (min-width: 1160px) {
        .banner-slide .banner-main .banner-header {
        padding: 0 0 0 150px;
    }
}
@media only screen and (min-width: 900px) {
    .banner-slide .banner-background {
        display: block;
    }
    .banner-slide .banner-main {
        height: 580px;
    }
        .banner-slide .banner-main .banner-header {
            margin: 0;
            max-width: 640px;
            padding: 0 0 0 50px;
            width: auto;
        }

}

.form-search h2 {
    margin-bottom: 15px;
    font-size: 30px;
}
.form .control-label.range {
    margin-top: 10px;
    font-weight: 400;
    margin-bottom: 5px;
}

.js-field-range {
    max-width: 48%;
    display: inline-block;
}

.area_to,
.price_to {
    float: right;
}

.form__buttons .form__submit {
    float: right;
}

    .form__buttons .form__submit:hover {
        color: #fff;
    }

.form__more {
    padding-top: 0;
    color: #e15d0c;
    /*display: block;*/
    margin: 0 auto;
}

.form-group-more-search {
    /*display: none;*/
    position: relative;
    padding: 10px 0;
    /*float: left;
    width: 75%;*/
}

#product .pb-right-column .form-option .btn-plus a {
    width: 18px;
    height: 15px;
    line-height: 10px;
    float: left;
    text-align: center;
    cursor: inherit;
}

#product .pb-right-column .form-option .attributes {
    width: 100%;
}

    #product .pb-right-column .form-option .attributes input {
        max-width: 78px;
        border-radius: inherit;
        border: none;
    }

#product .pb-right-column .form-action {
    border-top: none;
}

    #product .pb-right-column .form-action .button-group .btn-add-cart, #product .pb-right-column .form-action .button-group .addcart-link-qick {
        background-color: #d0000f;
        color: #ffffff;
        padding: 5px 15px;
        height: auto;
        width: 100%;
        font-size: 18px;
    }

    #product .pb-right-column .form-action .button-group .addcart-link-qick {
        line-height: 35px;
        display: inline-block;
        text-align: center;
        cursor: pointer;
    }

#product .pb-left-column .product-image .product-full {
    padding: 0;
    border: none;
}

#product .pb-right-column .form-option .attributes:first-child {
    margin: 0 auto;
    display: block;
    position: relative;
    text-align: center;
}

#product .pb-right-column .product-price-group {
    background-color: #ffbf5f;
    margin: 15px 0;
    padding: 10px 0;
    vertical-align: middle;
    text-align: center;
}

    #product .pb-right-column .product-price-group .price {
        font-size: 32px;
        font-weight: normal;
        color: #fdfdfd;
    }

#product .pb-left-column .product-image .product-img-thumb li {
    position: relative;
}

    #product .pb-left-column .product-image .product-img-thumb li .box-video .fa {
        position: absolute;
        top: 40%;
        bottom: 0;
        text-align: center;
        z-index: 3;
        font-size: 30px;
        left: 40%;
    }

#product .product-full img {
    width: 100%;
    max-width: initial;
    border: 0;
}

.fancybox-slide {
    background: #555;
}

.property__info-item {
    font-weight: 400;
    line-height: 30px;
    padding-left: 0;
    color: #8a8c89;
    text-align: left;
}

    .property__info-item span {
        font-weight: 600;
        margin-left: 2px;
        color: #555;
    }

.property__price {
    background: #fff;
    border: 0;
    color: #2c3e50;
    padding: 3px 0;
    line-height: 1;
    float: left;
}

.property__plan {
    width: 100%;
    display: inline-block;
    margin: 25px 5px 15px 5px;
}

.property__plan-item {
    text-align: left;
    /* background: #fff6f6; */
    /* padding: 10px 5px; */
    float: left;
}

    .property__plan-item .property__plan-title {
        color: #555;
        float: left;
        margin: 0;
    }

.property__plan-value {
    font-size: 14px;
    font-weight: 600;
    color: #23790b;
    float: right;
    position: absolute;
    left: 35px;
    top: -2px;
}

sup {
    top: -.015em;
    font-size: 12px;
}

.property__price-value {
    font-size: 18px;
    color: #ec0a0a;
    display: block;
    padding: 10px 0;
}

.widget__title {
    padding: 10px 0;
    margin: 30px 0 5px 0;
}

.product-img-thumb {
    margin: 5px 2px 20px 2px;
}

.product-list.grid li {
    margin-top: 0;
    margin-bottom: 30px;
}

.product-img-thumb .owl-carousel .owl-item {
    height: 100px;
    overflow: hidden;
}

.map--properties .map__wrap {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.errors {
    position: absolute;
    color: red;
    right: 25px;
    bottom: 8px;
}

#product .property__title {
    font-size: 18px;
    margin: 0 0 10px 0;
    font-weight: 600;
    line-height: 30px;
}

.widget__content_detail {
    padding: 15px 0;
    width: 66.666%;
}

.form--flex .col-sm-12,
.form--flex .col-md-6,
.form--flex .col-lg-4 {
    padding-left: 10px;
    padding-right: 10px;
}

.form--flex .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

    .form--flex .row:before,
    .form--flex .row:after {
        display: none;
        content: '';
    }

    .form--flex .row .form-group {
        padding-left: 10px;
        padding-right: 10px;
    }

.form--flex .form__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form--flex .form-group {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.form--flex .form-group--col-3 {
    width: 25%;
}

.form--flex .form-group--col-6 {
    width: 50%;
    float: left;
}

.form.form--flex .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    text-align: center;
    margin: 10px auto 20px;
    display: block;
    width: 100%;
}

.form-group--col-6 img {
    padding-bottom: 8px;
    height: 34px;
}

.desc-like {
    min-width: 240px;
    white-space: nowrap;
    padding: 16.5px 18px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: #fff;
    font-weight: 400;
    font-size: 12px;
    position: fixed;
    top: -70px;
    right: 50px;
    border-radius: 5px;
    border: 1px solid #ccc;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    opacity: 0;
    background-color: #dd5b0c;
    color: #fff;
    font-weight: bold;
    z-index: 999;
}
    .desc-like a {
        color: #fff;
    }
    .desc-like i {
        margin-right:5px;
    }
.nav-table-detail a.heart {
   font-size:24px;
}
.property-favorite a.heart.liked,
.nav-table-detail a.heart.liked {
    color: #dd5b0c;
}
.product-list .quick-view a.heart.liked {
    background: rgb(244, 36, 88);
    margin-left: 0;
}

.single-comment {
    margin: 30px 0 15px 0;
    border-top: 1px solid #ddd;
}

    .single-comment h2 {
        margin: 15px 0;
    }

    .single-comment .comment_text {
        padding-left: 0;
        padding-top: 5px;
        margin-left: -15px;
    }

        .single-comment .comment_text h3 small {
            text-align: right;
            line-height: 18px;
            margin-left: 15px;
        }

    .single-comment .comment-info {
        display: block;
        margin: 0 0 10px 0;
    }

    .single-comment .head-lead {
        display: inline-block;
    }

    .single-comment .comment_avata {
        padding: 18px 5px;
        display: block;
        border: 1px solid #54714c;
        background: #41852d;
        border-radius: 50%;
        width: 55px;
        height: 55px;
        text-align: center;
        vertical-align: middle;
        margin: 0 auto;
        color: #fff;
    }

.post-controls {
    line-height: 18px;
    color: #666;
    font-weight: 400;
    cursor: pointer;
}

    .post-controls.liked i {
        color: #dd5b0c;
    }

.messages .message_wrapper {
    margin-left: 50px;
    margin-right: 40px;
}

.message {
    margin: 5px 0 -5px;
    font-size: 16px;
    padding: 0 0 0 15px;
    border-left: 5px solid #e8e8e8;
}

blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 70%;
    line-height: 25px;
    color: #777;
}

.message .comment_text {
    font-size: 14px;
    font-weight: 400;
    margin: 15px 0;
}

    .message .comment_text .comment-info {
        margin: 5px 0 15px 0;
    }

.error-comment {
    display: none;
    color: red;
}
.pagination > li > span {
    background: #dd5b0c;
    color: #fff;
}
#btnSent1WaitReg,
#btnSent1WaitFogot,
#btnSent1Wait,
#btnSentWaitReg,
#btnSentWaitFogot,
#btnSentWait {
    display: none;
    position: absolute;
    left: 10px;
    bottom: 5px;
    z-index: 9;
}
.headline-pro h3 small {
    margin: 10px;
    line-height: 24px;
}

.col2 ul {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
    width: 450px;
    padding: 15px;
}

.property {
    padding: 15px;
}

.widget--sidebar {
    padding: 15px 20px;
    background: #fafafa;
}
/*.widget--sidebar:hover {
        box-shadow: 1px 15px 15px 8px #d3d3d3;
    }*/
.widget__content {
    margin: 0;
    z-index: 999;
    /*background: #fff;*/
}

.worker__photo img {
    border: 2px solid #ddd;
    border-radius: 50%;
    width: 70%;
    display: block;
    margin: 0 auto;
}

.worker__intro-name {
    text-align: center;
}

    .worker__intro-name h3 {
        text-transform: uppercase;
    }

.worker__contacts .type {
    margin: 0 5px 0 0;
    font-size: 16px;
    color: red;
}

.worker__contacts .type {
    margin: 0 5px 0 0;
    color: red;
}

.social--worker {
    margin: 30px 0 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.worker__intro-row {
    text-align: center;
}

.worker__contacts {
    margin: 10px 0;
    line-height: 28px;
}

.widget__content_worker .social--worker {
    margin: 5px 0;
    display: inline-block;
    float: none;
}

.social--worker .social__item {
    margin: 0;
    padding: 0 10px;
}

.social__item {
    float: left;
    font-size: 20px;
    margin: 10px 48px 10px 0;
}

.widget__content_worker .worker__more {
    color: #2f2d2d;
    display: block;
    width: auto;
    text-transform: none;
    border: 0;
    font-weight: 400;
    text-transform: uppercase;
}

.worker__more {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    padding: 6px 20px;
    font-size: 15px;
    line-height: 1.6;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 700;
    font-size: 15px;
    position: relative;
    text-decoration: none;
    border: 2px solid #2c3e50;
    background: none;
    color: #2c3e50;
    width: 130px;
    display: none;
    background: none;
}

    .worker__more:hover,
    .worker__more:focus,
    .worker__more.active {
        color: #333;
        text-decoration: none;
        outline: none;
    }

.mapSmall {
    max-width: 100% !important;
    height: 400px !important;
    position: relative !important;
    margin: 15px 0;
    z-index: 10;
}

.property__commision {
    text-align: right;
    font-size: 16px;
    /*margin-bottom: 18px;*/
    margin-top: 0;
    line-height: 34px;
}

    .property__commision h4 {
        font-size: 16px;
    }

    .property__commision strong {
        color: #00bbaa;
        font-size: 25px;
    }

.property__subtitle {
    font-size: 16px;
    margin: 20px 0 10px;
    font-weight: 600;
    max-height: 200px;
    overflow: hidden;
    color: #555;
    word-wrap: break-word;
    word-break: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.product-list.list .product-star {
    width: 30%;
}

.product-list.list li .content_price {
    margin-top: 0;
    /* display: inline-block; */
}
/*.widget__content_detail .property__params .PanelFeature {
    width: 50%;
    float: left;
}*/
.property__params-list li:nth-of-type(3n+1) {
    clear: inherit;
}

/*.property__params-list li {
    width: 25%;
}*/
.property__params-list--options li:nth-child(-n+3) {
    background-position: 3px 12px;
}

.property__params-list--options li:nth-last-child(1),
.property__params-list--options li:nth-last-child(2),
.property__params-list--options li:nth-last-child(3) {
    background-position: 3px -208px;
}

.property__params-list {
    margin: 0;
    padding: 0;
    list-style: disc outside none;
}

    .property__params-list li {
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        min-height: 1px;
        padding: 3px 0 2px;
        color: #666;
    }

/*.property__params-list--options li::before {
    content: ". ";
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    left: 0;
    color: #e62e04;
}*/

.property__params-list--options li {
    display: list-item;
    margin-left: 24px;
    width:30%;
    float:left;
}

    /*.property__params-list--options li:first-child {
        padding-left: 0;
        margin-left: 0;
    }*/

        .property__params-list--options li:first-child::after {
            content: "";
            width: 0;
            height: 0;
            padding-left: 0;
            margin-left: 0;
        }

.property-gallery-preview-owl .owl-controls .owl-prev, .property-gallery-preview-owl .owl-controls .owl-next {
    background-color: rgba(169, 167, 167, 0.55);
    width: 48px;
    height: 48px;
    margin-top: auto;
    text-align: center;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.15);
    line-height: 46px;
    border-radius: 100%;
    font-size: 30px;
}
    .property-gallery-preview-owl .owl-controls .owl-prev:hover, .property-gallery-preview-owl .owl-controls .owl-next:hover {
        color: #dd5b0c;
        background-color: #fff;
    }
.js-form-close-search {
    position: absolute;
    top: -5px;
    right: 10px;
    padding: 8px 15px;
    z-index: 999;
}

.form-group-more-search input[type=checkbox], input[type=radio] {
    margin: 3px 5px 20px;
}

.form__submit {
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    padding: 10px 20px;
    /* font-size: 15px; */
    line-height: 1.6;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* padding-left: 15px; */
    /* padding-right: 15px; */
    font-weight: 600;
    font-size: 16px;
    position: relative;
    border: none;
    border-bottom: 0;
    background: #dd5b0c;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
}
#view-product-list .form__submit {
    margin: 0;
    padding: 5px;
}
.form__submit:hover {
    color: #ffea00;
}

.nav-ontop {
    height: 40px;
    background: #e62e04;
}

    .nav-ontop #box-vertical-megamenus .title {
        background: #e62e04;
        color: #fff;
        border: none;
    }

.box-vertical-megamenus .vertical-menu-content {
    border: 1px solid #eaeaea;
    padding-bottom: 0;
}

.box-vertical-megamenus .vertical-menu-list {
    border: none;
}

    .box-vertical-megamenus .vertical-menu-list li {
        border: none;
        padding: 0 20px;
    }

        .box-vertical-megamenus .vertical-menu-list li:last-child > a {
            border: none;
        }

    .box-vertical-megamenus .vertical-menu-list > li > a {
        border: none;
        padding-left: 0;
        border-bottom: 1px dotted #eaeaea;
        line-height: 36px;
    }

.box-vertical-megamenus {
    top: -1px;
}

    .box-vertical-megamenus .vertical-menu-list > li:hover {
        background: #f04923;
    }

        .box-vertical-megamenus .vertical-menu-list > li:hover > a {
            border-color: transparent;
        }

    .box-vertical-megamenus .vertical-menu-list > li:hover {
        border-left: none;
    }

        .box-vertical-megamenus .vertical-menu-list > li:hover > a {
            border-top: none;
        }

    .box-vertical-megamenus .all-category {
        margin-top: 0;
        padding-right: 0;
        padding-left: 0;
        margin-top: 5px;
    }

        .box-vertical-megamenus .all-category span {
            border: none;
            border-top: 1px solid #eaeaea;
        }

            .box-vertical-megamenus .all-category span:after {
                content: "\f101";
                font-size: 16px;
                font-weight: normal;
            }

.vertical-dropdown-menu .mega-group-header span {
    border-color: #f04923;
}

.box-vertical-megamenus .all-category:hover span {
    background: #f04923;
    border-color: #f04923;
}

#main-menu .dropdown-menu .block-container .group_header > a {
    border-color: #f04923;
}

.box-vertical-megamenus .vertical-menu-content ul > li > a.parent:before {
    right: 20px;
}

.vertical-dropdown-menu .mega-products .mega-product .product-price .new-price {
    color: #e62e04;
}

.cart-block .cart-block-content .product-info .p-right .p-rice {
    color: #e62e04;
}

.cart-block .cart-block-content .cart-buttons a.btn-check-out {
    background: #e62e04;
}

.nav-ontop #box-vertical-megamenus {
    width: 60px;
}

.nav-ontop #main-menu .navbar .navbar-nav > li > a {
    color: #fff;
    border-right: none;
}

.nav-ontop #main-menu .navbar .navbar-nav > li:hover,
.nav-ontop #main-menu .navbar .navbar-nav > li.active {
    background: #31a5df;
    color: #e62e04;
}

    .nav-ontop #main-menu .navbar .navbar-nav > li:hover > a,
    .nav-ontop #main-menu .navbar .navbar-nav > li.active > a {
        color: #fff;
    }

#form-search-opntop {
    height: 40px;
}

    #form-search-opntop form {
        margin-top: 4px;
        color: #fff;
    }

    #form-search-opntop .btn-search:before {
        color: #fff;
    }

    #form-search-opntop:hover form {
        border: 1px solid #cacaca;
        background: #31a5df;
    }

.header {
    background: #fff;
}

/*#home-slider {
    background: #fff;
}*/

.header-top-right .homeslider {
    width: 100%;
    padding: 10px 0 0 10px;
}

.header-top-right {
    border: none;
}

.row-blog {
    background: #fff;
    margin-top: 30px;
    padding-bottom: 50px;
}

.formsearch-option4 {
    padding: 0;
    height: 40px;
}
.formsearch-option4 > form {
        border-right: 1px solid #efefef;
        height: 40px;
    }
.formsearch-option4 .form-category {
        border-right: 1px solid #efefef;
        height: 40px;
        min-width: 150px;
    }
    .formsearch-option4 .select2-container--default,
    .formsearch-option4 .select2-selection--single {
        border: none;
        height: 40px;
        padding: 0;
        margin: 0;
        width: 100% !important;
    }
.formsearch-option4 .select2-container .select2-selection--single .select2-selection__rendered {
        padding: 0;
    }
.formsearch-option4 .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 5px;
    }
.formsearch-option4 .form-category select {
        padding: 10px 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url('../images/dropdow.png') no-repeat right center;
        padding-right: 25px;
        color: #666;
    }
.formsearch-option4 .input-serach {
        padding-left: 10px;
    }
.formsearch-option4 .btn-search {
        width: 50px;
        height: 40px;
        border-left: 1px solid #efefef;
        color: #666;
    }
.formsearch-option4 .btn-search .fa {
            line-height: inherit;
        }
.group-banner4 {
    background: #fff;
    padding: 32px 0;
}
.group-banner4 .list-banner {
        margin: 0;
    }
.group-banner4 .list-banner li {
            display: inline;
            float: left;
        }
.header-top-right .homeslider .bx-controls-direction .bx-prev,
.header-top-right .homeslider .bx-controls-direction .bx-next {
    background: #e62e04;
    color: #fff;
}
.header-top-right .homeslider .bx-wrapper .bx-pager .bx-pager-item {
    width: 10px;
    height: 10px;
}
.header-top-right .homeslider .bx-wrapper .bx-pager .bx-pager-item a {
        width: 100%;
        height: 100%;
        float: left;
        background: transparent;
        margin: 0;
        padding: 0;
        text-align: center;
        text-indent: 0px;
        border-radius: 90%;
        color: #666;
        border: 1px solid #fff;
        padding-left: 1px;
        background: #fff;
        font-size: 0;
    }
.header-top-right .homeslider .bx-wrapper .bx-pager .bx-pager-item a.active {
            background: #e62e04;
            border-color: #e62e04;
        }
.blog-list .page-heading {
    font-size: 18px;
}

#footer2 {
    margin-top: 0;
    padding-top: 0;
    border: none;
    background: #151515;
    border-top: 4px solid #cd2600;
    color: #c9c9c9;
}
#footer2 .footer-top {
        padding: 0;
    }
#footer2 .footer-top a {
            color: #9d9d9d;
        }
#footer2 .footer-top > .container {
            border-bottom: 1px solid #282828;
            padding: 30px 0;
        }
.nav-top-menu .link-mainmenu {
    width: auto;
    display: inline-block;
    float: right;
    height: 40px;
}
.nav-top-menu .link-mainmenu img {
        vertical-align: middle;
        display: inline-block;
    }
.nav-top-menu .link-mainmenu .dropdown {
        padding: 0 10px;
        border-right: 1px solid #efefef;
    }
.nav-top-menu .link-mainmenu .dropdown > a {
            line-height: 40px;
        }
.nav-top-menu .link-mainmenu .dropdown > a:after {
                content: "\f107";
                font-family: "FontAwesome";
                font-size: 17px;
                vertical-align: 0;
                padding-left: 10px;
            }
.nav-top-menu .link-mainmenu .dropdown > a > img {
                margin-top: -3px;
                margin-right: 5px;
            }
.nav-top-menu .link-mainmenu .dropdown-menu {
        border-radius: 0;
        border: none;
        top: 100%;
        left: 0;
    }
.nav-top-menu .link-mainmenu .dropdown-menu > li > a > img {
            margin-top: -2px;
            margin-right: 5px;
        }
.group-link-main-menu {
    padding-left: 0;
}
.header-top-right .homeslider .bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    text-align: center;
}
#main-menu .navbar .navbar-nav > li {
    margin-right: 1px;
}
/** MAIN HEADER ON TOP**/
.main-header-ontop {
    padding: 0;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    background: #fff;
    top: 0;
    box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.1);
    min-height: 50px;
}

    .main-header-ontop .main-menu .navbar {
        min-height: 50px;
    }

    /*.main-header-ontop .logo {
        display: none;
    }*/

    .main-header-ontop #main-menu {
        margin: 0;
        padding: 0 15px;
    }

        .main-header-ontop #main-menu .navbar .navbar-nav > li > a {
            margin: 15px 0;
        }

    .main-header-ontop .main-header {
        padding: 0;
    }

        .main-header-ontop .main-header .logo img {
            /*width: 30%;*/
            height: auto;
        }
        .main-header-ontop .main-header .logo {
            padding-top: 3px;
        }
.hot-deals-box .hot-deals-tab .hot-deals-title {
    padding-top: 14px;
    padding-bottom: 14px;
    width: 38px;
    font-size: 24px;
}

.hot-deals-box .hot-deals-tab .hot-deals-title {
    background: #e62e04;
}

.hot-deals-box .hot-deals-tab .hot-deals-tab-box {
    padding: 0;
    padding-left: 15px;
}

.hot-deals-box .hot-deals-tab .box-count-down {
    margin-top: 0;
    padding: 0;
}

    .hot-deals-box .hot-deals-tab .box-count-down .box-count {
        margin-left: 0;
        margin-top: -4px;
        width: 80px;
        height: 80px;
    }

        .hot-deals-box .hot-deals-tab .box-count-down .box-count:before {
            background: #e62e04;
        }

        .hot-deals-box .hot-deals-tab .box-count-down .box-count:after {
            left: 27px;
            top: 40px;
        }

    .hot-deals-box .hot-deals-tab .box-count-down .number {
        top: 20px;
    }

    .hot-deals-box .hot-deals-tab .box-count-down .text {
        bottom: 20px;
    }

.hot-deals-box .owl-prev,
.hot-deals-box .owl-next {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.hot-deals-box .owl-prev {
    left: -30px;
    color: #7cbf42;
    margin-top: -31px;
}

.hot-deals-box .owl-next {
    right: inherit;
    left: -30px;
}

.hot-deals-box .products .group-tool-button a {
    border: none;
    margin-right: 1px;
}

.hot-deals-box .products .group-tool-button {
    width: 103px;
}

.hot-deals-box .products .product {
    border: 1px solid #eaeaea;
}

    .hot-deals-box .products .product:hover .group-tool-button {
        bottom: 40%;
    }

.hot-deals-box .products .product-info {
    padding: 0;
}

.hot-deals-box .product-name {
    background: #424242;
    color: #fff;
}

    .hot-deals-box .product-name a {
        color: #fff;
        padding: 0 10px;
    }

.hot-deals-box .product-rating,
.hot-deals-box .box-price {
    padding: 0 10px;
}

/** Block sub category**/
.box-product-head .box-product-head-left {
    width: 31.7%;
    float: left;
}

.box-product-head .box-product-head-right {
    margin-left: 31.7%;
    position: relative;
}

.box-produts-content .block-product-left {
    width: 31.7%;
    float: left;
    border-right: 1px solid #eaeaea;
}

.box-produts-content .block-product-right {
    margin-left: 31.7%;
}

.box-produts-content {
    background: #fff;
    overflow: hidden;
}

    .box-produts-content .block-sub-cat {
        padding: 0 20px;
        line-height: 35px;
        padding-bottom: 30px;
    }

        .box-produts-content .block-sub-cat ul.list-cat {
            overflow: hidden;
            margin-top: 17px;
        }

            .box-produts-content .block-sub-cat ul.list-cat li {
                width: 50%;
                float: left;
            }

                .box-produts-content .block-sub-cat ul.list-cat li a {
                    background: url('../images/r7.png') no-repeat left center;
                    padding-left: 15px;
                }

.block-sub-cat .fa {
    line-height: inherit;
}

.block-sub-cat .owl-prev,
.block-sub-cat .owl-next {
    position: inherit;
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0);
    -transform: translateY(0);
    height: 41px;
    width: 72px;
    background: transparent;
    display: inline-block;
    border: 1px solid #eaeaea;
    line-height: 40px;
    padding: 0;
    s
}

.block-sub-cat .owl-controls .owl-prev:hover {
    background-image: url('../images/prev7.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.block-sub-cat .owl-controls .owl-next:hover {
    background-image: url('../images/next7.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.block-sub-cat .owl-next {
    border-left: none;
    background-image: url('../images/next7.png');
    background-repeat: no-repeat;
    background-position: center center;
    ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.block-sub-cat .owl-prev {
    background-image: url('../images/prev7.png');
    background-repeat: no-repeat;
    background-position: center center;
    ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.block-sub-cat .owl-controls {
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
    width: 145px;
}

    .block-sub-cat .owl-controls .fa {
        display: none;
    }

.box-produts-content .products .product {
    width: 25%;
    float: left;
    border-right: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    padding-top: 18px;
}

    .box-produts-content .products .product:nth-child(4),
    .box-produts-content .products .product:nth-child(8) {
        border-right: none;
    }
/** PRODUCT LIST**/
.products .fa {
    line-height: inherit;
}

.products img {
    width: 100%;
    height: auto;
}

.products .product {
    padding-bottom: 10px;
}

.products .product-image {
    position: relative;
    overflow: hidden;
}

    .products .product-image img {
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -webkit-transform: scale(1);
        transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
    }

.products .product:hover .product-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.products .product-info {
    padding: 0 10px;
    padding-top: 5px;
    font-size: 13px;
    line-height: 24px;
}

.products .product-name {
    line-height: 24px;
}

.products .product-rating {
    color: #fac872;
    font-size: 11px;
    font-weight: bold;
}

.products .product-price {
    color: #e62e04;
    font-weight: bold;
    font-size: 16px;
}

.products .old-price {
    color: #666;
    text-decoration: line-through;
    margin-left: 5px;
}

.products .group-tool-button {
    height: 29px;
    position: absolute;
    bottom: -30px;
    text-align: center;
    width: 138px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

    .products .group-tool-button a {
        width: 33px;
        height: 29px;
        background-color: #7cbf42;
        border-left: 1px solid #66a232;
        border-right: 1px solid #8bcd51;
        float: left;
        font-size: 0;
        background-position: center center;
        background-repeat: no-repeat;
    }

        .products .group-tool-button a:hover {
            background-color: #e62e04;
        }

        .products .group-tool-button a.search {
            background-image: url('../images/icon-serach7.png');
            border-left: none;
        }

        .products .group-tool-button a.withlist {
            background-image: url('../images/icon-withlist7.png');
        }

        .products .group-tool-button a.compare {
            background-image: url('../images/icon-compare7.png');
        }

        .products .group-tool-button a.cart {
            background-image: url('../images/icon-cart7.png');
            border-right: none;
        }

.products .quick-view {
    width: 66px;
    height: 66px;
    background-color: rgba(124,191,66,0.7);
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 30%;
    background-image: url('../images/qick-view7.png');
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transition: opacity 0.45s ease;
    -webkit-transition: opacity 0.45s ease;
    -o-transition: opacity 0.45s ease;
    -ms-transition: opacity 0.45s ease;
    transition: opacity 0.45s ease;
    opacity: 0;
}

    .products .quick-view:hover {
        background-color: #e62e04;
    }

.products .product:hover .group-tool-button {
    bottom: 0;
}

.products .product:hover .quick-view {
    opacity: 1;
}

.products .status-new {
    background: url('../images/icon-new7.png') no-repeat center center;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 10px;
    top: 0;
}

.products .status-sale {
    background: url('../images/icon-sale7.png') no-repeat center center;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 10px;
    top: 0;
}
/** BOX PRODUCT**/

.box-products .box-product-head {
    min-height: 50px;
    background: #fff;
    border-bottom: 1px solid #f7a61b;
}

    .box-products .box-product-head .box-title {
        height: 50px;
        border: none;
        background: #f7a61b;
        color: #fff;
        line-height: 50px;
        padding: 0;
    }

        .box-products .box-product-head .box-title .icon {
            width: 50px;
            height: 50px;
            border-right: 1px solid #ffd286;
            float: left;
            text-align: center;
            line-height: 50px;
            margin-right: 20px;
        }

            .box-products .box-product-head .box-title .icon img {
                vertical-align: middle;
            }

.box-products .box-tabs {
    float: left;
}

    .box-products .box-tabs li > a {
        height: 50px;
        line-height: 50px;
        text-transform: none;
        background: none;
        padding: 0 15px;
    }

        .box-products .box-tabs li.active > a,
        .box-products .box-tabs li > a:hover {
            color: #ffd286;
        }

        .box-products .box-tabs li > a:after {
            bottom: 1px;
            height: 27px;
            color: #ffd286;
        }

        .box-products .box-tabs li > a:before {
            top: 0;
            bottom: inherit;
            background: #ffd286;
        }

.floor-elevator {
    width: 12px;
    background: none;
    padding: 0;
    padding-top: 4px;
    right: 15px;
}

.box-products.right .box-product-head-left {
    float: right;
}

.box-products.right .box-product-head-right {
    margin-left: 0;
    margin-right: 31.7%;
}

.box-products.right .block-product-left {
    float: right;
    border-right: none;
    border-left: 1px solid #eaeaea;
}

.box-products.right .box-produts-content .block-product-right {
    margin-left: 0;
    margin-right: 31.7%;
}

.box-products.right .box-produts-content .products .product {
    border: none;
    border-left: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
}

    .box-products.right .box-produts-content .products .product:nth-child(1),
    .box-products.right .box-produts-content .products .product:nth-child(5) {
        border-left-color: transparent;
    }

.box-products.right .box-product-head .box-title .icon {
    float: right;
    border-right: none;
    border-left: 1px solid #ffd286;
    margin-right: 0;
}

.box-products.right .box-product-head .box-title .text {
    float: right;
    padding-right: 20px;
}

.box-products.right .floor-elevator {
    right: inherit;
    left: 15px;
}

.box-products.right .box-tabs {
    padding-left: 40px;
}
/** custom color **/
.box-products.fashion a:hover {
    color: #f7a61b;
}

/** sport **/
.box-products.sports a:hover {
    color: #7cbf42;
}

.box-products.sports .box-tabs li.active > a,
.box-products.sports .box-tabs li > a:hover {
    color: #7cbf42;
}

.box-products.sports .box-product-head .box-title {
    background-color: #7cbf42;
}

    .box-products.sports .box-product-head .box-title .icon {
        border-color: #a1de6c;
    }

.box-products.sports .box-product-head {
    border-color: #7cbf42;
}

.box-products.sports .box-tabs li > a:before {
    background-color: #7cbf42;
}

.box-products.sports .box-tabs li > a:after {
    color: #7cbf42;
}
/** electronic **/
.box-products.electronic a:hover {
    color: #eb4a24;
}

.box-products.electronic .box-tabs li.active > a,
.box-products.electronic .box-tabs li > a:hover {
    color: #eb4a24;
}

.box-products.electronic .box-product-head .box-title {
    background-color: #eb4a24;
}

    .box-products.electronic .box-product-head .box-title .icon {
        border-color: #f5866c;
    }

.box-products.electronic .box-product-head {
    border-color: #eb4a24;
}

.box-products.electronic .box-tabs li > a:before {
    background-color: #eb4a24;
}

.box-products.electronic .box-tabs li > a:after {
    color: #eb4a24;
}
/** digital **/
.box-products.digital a:hover {
    color: #34a8c8;
}

.box-products.digital .box-tabs li.active > a,
.box-products.digital .box-tabs li > a:hover {
    color: #34a8c8;
}

.box-products.digital .box-product-head .box-title {
    background-color: #34a8c8;
}

    .box-products.digital .box-product-head .box-title .icon {
        border-color: #63cae7;
    }

.box-products.digital .box-product-head {
    border-color: #34a8c8;
}

.box-products.digital .box-tabs li > a:before {
    background-color: #34a8c8;
}

.box-products.digital .box-tabs li > a:after {
    color: #34a8c8;
}
/** furniture **/
.box-products.furniture a:hover {
    color: #34a8c8;
}

.box-products.furniture .box-tabs li.active > a,
.box-products.furniture .box-tabs li > a:hover {
    color: #30a443;
}

.box-products.furniture .box-product-head .box-title {
    background-color: #30a443;
}

    .box-products.furniture .box-product-head .box-title .icon {
        border-color: #65c775;
    }

.box-products.furniture .box-product-head {
    border-color: #30a443;
}

.box-products.furniture .box-tabs li > a:before {
    background-color: #30a443;
}

.box-products.furniture .box-tabs li > a:after {
    color: #30a443;
}
/** jewelry **/
.box-products.jewelry a:hover {
    color: #afc387;
}

.box-products.jewelry .box-tabs li.active > a,
.box-products.jewelry .box-tabs li > a:hover {
    color: #afc387;
}

.box-products.jewelry .box-product-head .box-title {
    background-color: #afc387;
}

    .box-products.jewelry .box-product-head .box-title .icon {
        border-color: #cbdaac;
    }

.box-products.jewelry .box-product-head {
    border-color: #afc387;
}

.box-products.jewelry .box-tabs li > a:before {
    background-color: #afc387;
}

.box-products.jewelry .box-tabs li > a:after {
    color: #afc387;
}
/*******BLOG*******/
.page-heading {
    font-size: 16px;
    margin-bottom: 15px;
}

.view-product-list .display-product-option {
    z-index:inherit;
    position: initial;
}
.display-product-option li.selected span, .display-product-option li:hover span {
    background-color: #383032;
}
.page-heading span.page-heading-title {
    border-bottom: 1px solid #e62e04;
    font-weight: bold;
    text-transform: uppercase;
}

.blog-list .blog-list-wapper ul li .post-desc .post-title a {
    font-size: 16px;
}

    .blog-list .blog-list-wapper ul li .post-desc .post-title a:hover {
        color: #e62e04;
    }

.blog-list .blog-list-wapper ul li .post-desc .post-meta {
    font-style: italic;
}

    .blog-list .blog-list-wapper ul li .post-desc .post-meta .date:before {
        display: none;
    }

.blog-list .blog-list-wapper ul li .desc {
    line-height: 18px;
    font-size: 13px;
}

.blog-list .blog-list-wapper li .fa {
    line-height: inherit;
}

.blog-list .blog-list-wapper .meta-tags {
    margin-top: 10px;
    font-size: 13px;
    color: #999;
}

.form-newsletter {
    height: 32px;
    float: right;
    background: #fff;
    width: 100%;
    margin-top: 15px;
}

    .form-newsletter .form-newsletter-input {
        height: 32px;
        padding-left: 15px;
        border: none;
        font-size: 13px;
        color: #333;
    }

    .form-newsletter .form-newsletter-button {
        width: 42px;
        height: 32px;
        float: right;
        background: #cd2600;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        border: none;
        opacity: 1;
    }

        .form-newsletter .form-newsletter-button:hover {
            opacity: 0.8;
        }

#footer2 .footer-row {
    background: #151515;
    padding: 25px 0 45px 0;
}

#footer2 .footer-bottom .footer-bottom-wapper {
    border: none;
    color: #9d9d9d;
    text-align: center;
}

#footer2 .widget-title {
    font-size: 16px;
    font-weight: bold;
    color: #c9c9c9;
    margin-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
}

#footer2 .widget-body li {
    line-height: 24px;
}

    #footer2 .widget-body li:before {
        content: "•";
        color: #999; /* or whatever color you prefer */
        font-size: 15px;
        margin-right: 10px;
    }

    #footer2 .widget-body li:hover:before {
        color: #fff;
    }

#footer2 .widget-body ul {
    padding-left: 0;
}

#footer2 .widget-body li a:before {
    display: none;
}

#footer2 .widget-body li a {
    margin: 0;
}

#footer2 .widget-contact-info .widget-body li {
    list-style: none;
}

    #footer2 .widget-contact-info .widget-body li:before {
        display: none;
    }

    #footer2 .widget-contact-info .widget-body li span {
        min-width: 60px;
        float: left;
    }

        #footer2 .widget-contact-info .widget-body li span.address {
            height: 40px;
        }

#footer2 .footer-social {
    margin: 0;
    overflow: hidden;
}

    #footer2 .footer-social > ul {
        padding: 0;
    }

        #footer2 .footer-social > ul > li {
            float: left;
            margin-right: 5px;
        }

            #footer2 .footer-social > ul > li:before {
                display: none;
            }

        #footer2 .footer-social > ul a {
            margin: 0;
            font-size: 18px;
            color: #fff;
        }

            #footer2 .footer-social > ul a:before {
                display: none;
            }

#main-menu {
    padding: 0 5px 0 0;
    margin: 0;
    z-index: inherit;
}

/*.main-header-ontop #main-menu {
    width: 100%;
}*/

.row-brand {
    margin-top: 30px;
}

    .row-brand .owl-prev {
        top: -50px;
        left: inherit;
        right: 25px;
    }

    .row-brand .owl-next {
        top: -50px;
    }

.band-logo {
    margin-top: 30px;
}

    .band-logo li {
        list-style: none;
    }

        .band-logo li a {
            background: #f6f6f6;
            border: 1px solid #eee;
            display: block;
            margin-bottom: 2px;
        }

            .band-logo li a:hover {
                background: #fff;
                border-color: #e52e04;
            }

/** REPONSIVE **/
/*----------------
[4. Styles for devices(>1200px)]
*/
@media (min-width: 1201px) {
    .container {
        width: 100%;
        max-width: 1200px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
/*----------------
[5. Styles for devices(>=993px and <=1200px)]
*/
@media (min-width: 993px) and (max-width: 1200px) {
    #main-menu .navbar .navbar-nav > li > a {
        padding: 0 15px;
    }

    .service-header .item {
        text-align: center;
        line-height: 20px;
    }

        .service-header .item span {
            width: 100%;
            display: block;
        }

    #home-slider .header-top-right .homeslider,
    #home-slider .header-top-right .header-banner {
        border: none;
    }

    .header-top-right .homeslider {
        padding: 0;
    }

    .group-banner4 .list-banner li {
        width: 50%;
    }

    .box-produts-content .block-product-left {
        width: 100%;
        border: none;
        border-bottom: 1px solid #eaeaea;
        overflow: hidden;
    }

    .box-produts-content .block-sub-cat ul.list-cat li {
        display: inline-block;
        float: left;
        width: 20%;
    }

    .block-sub-cat .owl-controls {
        width: auto;
    }

    .block-box-products-banner {
        display: none;
    }

    .box-produts-content .block-product-right {
        margin-left: 0;
        border-left: 1px solid #eaeaea;
        width: 100%;
        float: left;
    }

    .box-products.right .box-produts-content .block-product-right {
        margin-right: 0;
        width: 100%;
        float: left;
        border-left: none;
        border-right: 1px solid #eaeaea;
    }

    .box-product-head .box-product-head-left {
        width: 25%;
    }

    .box-product-head .box-product-head-right {
        margin-left: 25%;
    }
}
/*--------------------
[6. Styles for devices(>=768px and <=992px)]
*/
@media (min-width: 768px) and (max-width: 992px) {
    #main-menu {
        padding: 0 15px;
    }

    .form__more {
        padding: 5px 0 5px 0;
    }

    .formsearch-option4 .form-category {
        display: none;
    }

    .formsearch-option4 .input-serach input {
        padding: 10px;
    }

    .header-top-right .homeslider {
        padding: 0;
    }

    .group-button-header .btn-cart {
        float: left;
    }

    .hot-deals-box .hot-deals-tab {
        display: block;
    }

        .hot-deals-box .hot-deals-tab .hot-deals-title {
            width: 100%;
            display: inherit;
            min-height: 35px;
            padding: 0;
            overflow: hidden;
            line-height: 35px;
            padding: 0 20px;
        }

            .hot-deals-box .hot-deals-tab .hot-deals-title > span {
                width: auto;
            }

        .hot-deals-box .hot-deals-tab .hot-deals-tab-box {
            padding: 0;
        }

        .hot-deals-box .hot-deals-tab .box-count-down .box-count {
            margin-left: 0;
            margin-top: 0;
            margin-top: 15px;
        }

            .hot-deals-box .hot-deals-tab .box-count-down .box-count:after {
                display: none;
            }

    .hot-deals-box .hot-deals-tab-content {
        margin-top: 15px;
    }

    .box-produts-content .block-product-left {
        width: 100%;
        overflow: hidden;
        border: none;
        border-bottom: 1px solid #eaeaea;
    }

    .box-produts-content .block-sub-cat {
        width: 50%;
        float: left;
    }

    .block-box-products-banner {
        width: 50%;
        float: right;
        text-align: right;
    }

    .box-produts-content .block-product-right {
        margin-left: 0;
        overflow: hidden;
        float: left;
        width: 100%;
    }

    .box-produts-content .products .product {
        width: 25%;
    }

    .box-products.right .box-tabs {
        padding-left: 0;
    }

    .service-header .item {
        margin-top: 10px;
    }

    #main-menu .navbar .navbar-nav > li > a {
        margin-top: 34px;
        margin-bottom: 35px;
    }

    .group-banner4 .list-banner li {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .chk_search li {
        display: inline-block;
        line-height: 30px;
        width: 48%;
    }
    #main-menu .navbar-header {
        display: block;
    }
    .property {
        padding: 15px 0;
    }
    .main-header .logo {
        padding: 10px 0;
    }
    .form--flex .form-group--col-3 {
        width: 100%;
    }
    .property__params-list li {
        width: 45%;
        margin: 0;
        padding: 5px 0;
    }
    .property__plan-item {
        padding: 10px 0;
    }
    .property__params-list--options li::after {
        content: " ";
        width: 10px;
        height: 10px;
        display: inline-block;
    }
    .property__plan {
        margin: 0 0 25px 0;
    }

    .menu-footer {
        padding: 15px 0 15px 15px;
    }
}

@media (max-width: 767px) {
    .nav-table-detail li {
        padding: 0 8px;
        font-size: 12px;
    }
    #view-product-list .form--wide .form-control {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    #view-product-list .form__submit {
        margin-top: 5px;
    }

    #view-product-list .form--wide .col-xs-4 {
        padding-right: 5px;
        padding-left: 5px;
    }
    .widget__content_detail {
        width: auto;
    }
    .widget--sidebar {
        padding: 0;
    }
    .worker__photo img {
        width: 40%;
    }
    .worker__photo {
        float: none;
        width: 100%;
    }

    .worker__intro-head {
        margin-top:25px;
        float: none;
        width: 100%;
    }
    .product-tab .nav-tab > li {
        width: 45%;
    }
    .property__plan-value {
        left: 22px;
        top: 10px;
    }
    #footer-menu-box {
        text-align: center;
    }
    #images-wrapper a h3 {
        top: 0;
        padding-top: 20%;
        font-size: 20px;
    }
    .top-header .support-link{
        width:auto;
    }
    .hits-bottom {
        text-align: center;
        margin: 15px 0;
    }
    .section-blog-12 .testimonials {
        padding-bottom: 0;
        max-width: inherit;
        float: none;
    }
    .section-blog-12 .section-title {
        text-align: center;
    }
    .section-blog-12 .section-content {
       padding-left:15px;
    }
    #main-menu .navbar-header .navbar-brand {
        opacity: 0;
    }
    #main-menu .navbar-header {
        background: none;
    }
    .form-group.baths label.hidden-xs
    .beds .hidden-xs {
        display: block !important;
    }
    .form__more {
        padding: 0;
        position: absolute;
    }
    .left-0 {
        padding-left: 15px;
    }
    .main-header .logo img {
        max-height: 50px;
        padding-top: 3px;
    }
    .main-header .logo {
        position: absolute;
        z-index: 99;
        padding: 0;
        margin:0;
    }
    .banner-slide .bx-viewport, .banner-slide .bx-wrapper {
        display: none;
    }
    .banner-slide .form-search {
        padding: 0 15px;
    }
    .section-blog-12 {
        padding: 10px 0;
    }
    .other-home {
        margin: 15px auto;
    }
    #main-menu .navbar-header .fa {
        font-size: 28px;
        padding-top: 5px;
        color: #0a080b;
    }
    #main-menu .navbar-header .navbar-toggle {
        margin-top: 0;
    }
    .product-list li .left-block {
        height: auto;
    }
    .blog12 .info {
        padding: 10px 25px;
    }
    #main-menu .navbar .navbar-nav > li {
        border-bottom: 1px solid #c5d6c7;
        padding: 0 15px;
    }
    .product-list li .quick-view a.heart {
        margin-left: 0;
    }
    #main-menu .navbar .navbar-nav > li > a {
        margin: 10px 0;
        line-height: 30px;
        color: #eaeaea;
        font-size: 16px;
    }
    #main-menu .dropdown.open > .dropdown-menu {
        background: none;
        border: none;
        display: inline-block;
        text-align: left;
    }
    #main-menu .dropdown.open > .dropdown-menu .col-xs-6 {
       width:100%;
    }
        #main-menu .dropdown.open > .dropdown-menu h3 {
            font-size: 14px;
        }
}
/*--------------------
[7. Styles for devices(>=481px and <=767px)]
*/
@media (min-width: 481px) and (max-width: 767px) {
    .form__buttons .form__submit {
        float: initial;
        width: 100%;
    }
    .form-group-more-search {
        float: inherit;
        margin: 0 -15px;
        line-height: 32px;
    }

    #main-menu {
        /*float:initial;*/
        padding-right: 15px;
    }

        /*#main-menu .navbar-header {
            background: #dd5b0c;
        }*/

        #main-menu li.dropdown > a:after {
            top: 0;
        }

    .nav-top-menu {
        border: none;
    }

    #box-vertical-megamenus {
        width: 100%;
    }

    .formsearch-option4 {
        width: 100%;
        float: left;
        margin-top: 25px;
        padding: 0 15px;
    }

        .formsearch-option4 .form-category {
            display: none;
        }

        .formsearch-option4 > form {
            border: 1px solid #ccc;
        }

    .group-link-main-menu {
        width: 100%;
        float: left;
        margin-top: 25px;
    }

    .formsearch-option4 .btn-search {
        position: absolute;
        top: 0;
        right: 20px;
    }

    .formsearch-option4 .form-group {
        margin: 0;
    }

    .formsearch-option4 .input-serach input {
        padding: 10px 10px;
        width: 100%;
    }

    .nav-top-menu .link-mainmenu .dropdown {
        border: 1px solid #ccc;
        margin-left: -1px;
    }

    #box-vertical-megamenus .box-vertical-megamenus {
        right: 15px;
    }

    .group-button-header .btn-cart {
        display: none;
    }

    .group-banner4 {
        padding: 20px 0;
    }

        .group-banner4 .list-banner {
            margin: 0;
            overflow: hidden;
        }

            .group-banner4 .list-banner li {
                padding: 0;
                margin-top: 5px;
            }

    .header-top-right .homeslider {
        padding: 0;
        margin-top: 25px;
    }

    /*.top-header .support-link,*/
    .top-header .top-bar-marquee,
    /*.top-header .top-bar-email,*/
    .top-header .top-bar-social {
        display: none;
    }

    .top-header .nav-top-links {
        width: 50%;
    }

    .top-header .user-info {
        width: auto;
    }

    .top-header .dropdown-menu {
        border-top: 0;
        left: -35px;
    }

    .nav-top-menu > .container {
        border: none;
    }

    .box-produts-content .block-product-left {
        width: 100%;
    }

    .box-produts-content .block-product-right {
        margin-left: 0;
    }

    .box-produts-content .products .product {
        width: 100%;
    }

    .box-products .box-product-head {
        padding-bottom: 15px;
    }

    .box-products .box-tabs li > a:before {
        display: none;
    }

    .box-products .box-tabs li > a:after {
        display: none;
    }

    .box-products .box-tabs {
        margin-top: 0;
    }

    .box-produts-content {
        float: left;
        overflow: hidden;
        width: 100%;
    }

    .hot-deals-box .hot-deals-tab {
        display: block;
    }

        .hot-deals-box .hot-deals-tab .hot-deals-title {
            width: 100%;
            display: inherit;
            min-height: 35px;
            padding: 0;
            overflow: hidden;
            line-height: 35px;
            padding: 0 20px;
        }

            .hot-deals-box .hot-deals-tab .hot-deals-title > span {
                width: auto;
            }

        .hot-deals-box .hot-deals-tab .hot-deals-tab-box {
            padding: 0;
        }

        .hot-deals-box .hot-deals-tab .box-count-down .box-count {
            margin-left: 0;
            margin-top: 0;
            width: 70px;
            height: 70px;
            margin-top: 15px;
        }

            .hot-deals-box .hot-deals-tab .box-count-down .box-count:after {
                display: none;
            }

    .hot-deals-box .hot-deals-tab-content {
        margin-top: 15px;
    }

    .box-product-head .box-product-head-left {
        width: 100%;
    }

    .box-product-head .box-product-head-right {
        margin-left: 0;
    }

    .box-products.right .box-tabs {
        padding-left: 0;
    }

    .box-products.right .box-produts-content .products .product,
    .box-products .box-produts-content .products .product {
        border: none;
        border-bottom: 1px solid #eaeaea;
        width: 50%;
    }

    .box-products.right .box-produts-content .block-product-right {
        margin-right: 0;
    }

    #main-menu .container-fluid {
        padding: 0;
        border-top: 1px solid #519a3c;
    }

    #main-menu .navbar-header {
        margin: 0;
        padding: 0 25px;
    }

    #main-menu .navbar-nav > li:hover .dropdown-menu {
        background: #eee;
        padding: 0 10px;
        display: inline-block;
        margin-bottom: 10px;
    }

        #main-menu .navbar-nav > li:hover .dropdown-menu h3 {
            text-align: left;
        }

    #main-menu .navbar-collapse {
        margin: 0;
    }

    .navbar-default .navbar-toggle {
        margin-right: 0;
    }

    #main-menu .navbar .navbar-nav > li > a {
        margin: 10px 0;
        line-height: 31px;
        color: #333;
        padding: 0;
    }

    #main-menu .navbar .navbar-nav > li:hover,
    #main-menu .navbar .navbar-nav > li.active {
        background: transparent;
    }

        #main-menu .navbar .navbar-nav > li:hover > a,
        #main-menu .navbar .navbar-nav > li.active > a {
            color: #333;
        }

    .navbar-nav {
        margin: 0;
    }

    #main-menu li.dropdown > a:after {
        right: 0;
        left: inherit;
    }

    #main-menu .navbar .navbar-nav > li:last-child {
        border: none;
    }

    .main-menu .navbar {
        min-height: 50px;
    }
}
/*--------------------
[8. Styles for devices(<=480px)]
*/
@media (max-width: 480px) {
    #main-menu .navbar-nav > li:hover .dropdown-menu {
        margin-bottom: 10px;
    }
    .product-list li h5.product-name {
        height: auto;
    }
    .row {
        margin-right: -5px;
        margin-left: -5px;
    }
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-right: 5px;
        padding-left: 5px;
    }
    #images-wrapper .col-xs-6 {
        width: 100%;
    }
    .product-list li .content_price {
        width: 50%;
    }
    .product-list li .product-star {
        width: 50%;
        line-height:15px;
    }
    .product-list .property-box-meta {
        margin-top: 30px;
    }

    .property__price h4,
    .property__price-value {
        font-size: 14px;
        padding: 0;
        padding-bottom: 10px;
    }
    .form__buttons .form__submit {
            float: initial;
            width: 100%;
        }
    .property__commision h4,
    .property__commision {
        font-size: 14px;
        line-height: 30px;
        text-align: left;
        margin-bottom: 10px;
    }
    .property__price {
        padding: 0;
        line-height:initial;
    }
    .property__price {
        float: initial;
    }
    #product .property__title {
        font-size: 18px;
        line-height: 30px;
    }
    .form-group-more-search {
        float: inherit;
        width: 100%;
        line-height: 32px;
    }

    #main-menu {
        float: left;
        width: 100%;
        padding-right: 15px;
    }
    #main-menu li.dropdown > a:after {
            top: 0;
        }
    .nav-top-menu {
        border: none;
    }

    #box-vertical-megamenus {
        width: 100%;
    }

    .formsearch-option4 {
        width: 100%;
        float: left;
        margin-top: 25px;
        padding: 0 15px;
    }

        .formsearch-option4 .form-category {
            display: none;
        }

        .formsearch-option4 > form {
            border: 1px solid #ccc;
        }

    .group-link-main-menu {
        width: 100%;
        float: left;
        margin-top: 25px;
    }

    .formsearch-option4 .btn-search {
        position: absolute;
        top: 0;
        right: 20px;
    }

    .formsearch-option4 .form-group {
        margin: 0;
    }

    .formsearch-option4 .input-serach input {
        padding: 10px 10px;
        width: 100%;
    }

    .nav-top-menu .link-mainmenu .dropdown {
        border: 1px solid #ccc;
        margin-left: -1px;
    }

    #box-vertical-megamenus .box-vertical-megamenus {
        right: 15px;
    }

    .group-button-header .btn-cart {
        display: none;
    }

    .group-banner4 {
        padding: 20px 0;
    }

        .group-banner4 .list-banner {
            margin: 0;
            overflow: hidden;
        }

            .group-banner4 .list-banner li {
                padding: 0;
                margin-top: 5px;
            }

    .header-top-right .homeslider {
        padding: 0;
        margin-top: 25px;
    }

    /*.top-header .nav-top-links,*/
    /*.top-header .support-link,*/
    .top-header .top-bar-marquee,
    /*.top-header .top-bar-email,*/
    .top-header .top-bar-social {
        display: none;
    }
    .top-header .nav-top-links,
    .top-header .user-info {
        width: auto;
    }

    .nav-top-menu > .container {
        border: none;
    }

    .box-produts-content .block-product-left {
        width: 100%;
    }

    .box-produts-content .block-product-right {
        margin-left: 0;
    }

    .box-produts-content .products .product {
        width: 100%;
    }

    .box-products .box-product-head {
        padding-bottom: 15px;
    }

    .box-products .box-tabs li > a:before {
        display: none;
    }

    .box-products .box-tabs li > a:after {
        display: none;
    }

    .box-products .box-tabs {
        margin-top: 0;
    }

    .box-produts-content {
        float: left;
        overflow: hidden;
        width: 100%;
    }

    .hot-deals-box .hot-deals-tab {
        display: block;
    }

        .hot-deals-box .hot-deals-tab .hot-deals-title {
            width: 100%;
            display: inherit;
            min-height: 35px;
            padding: 0;
            overflow: hidden;
            line-height: 35px;
            padding: 0 20px;
        }

            .hot-deals-box .hot-deals-tab .hot-deals-title > span {
                width: auto;
            }

        .hot-deals-box .hot-deals-tab .hot-deals-tab-box {
            padding: 0;
        }

        .hot-deals-box .hot-deals-tab .box-count-down .box-count {
            margin-left: 0;
            margin-top: 0;
            width: 70px;
            height: 70px;
            margin-top: 15px;
        }

            .hot-deals-box .hot-deals-tab .box-count-down .box-count:after {
                display: none;
            }

    .hot-deals-box .hot-deals-tab-content {
        margin-top: 15px;
    }

    .box-product-head .box-product-head-left {
        width: 100%;
    }

    .box-product-head .box-product-head-right {
        margin-left: 0;
    }

    .box-products.right .box-tabs {
        padding-left: 0;
    }
    .box-products.right .box-produts-content .products .product,
    .box-products .box-produts-content .products .product {
        border: none;
        border-bottom: 1px solid #eaeaea;
        width: 100%;
    }
.box-products.right .box-produts-content .block-product-right {
        margin-right: 0;
    }
 #main-menu .navbar-header {
        margin: 0;
        margin-right:20px;
        background:none;
    }

    #main-menu .navbar-collapse,
    #main-menu {
        padding: 0;
    }
    #main-menu .navbar-collapse {
        margin: 0;
        background: none;
    }
    .navbar-default .navbar-toggle {
        margin-right: 0;
    }
    #main-menu .navbar .navbar-nav > li > a {
        margin: 10px 0;
        line-height: 31px;
        color: #333;
        padding: 0;
    }
#main-menu .navbar .navbar-nav > li:hover,
#main-menu .navbar .navbar-nav > li.active {
        background: transparent;
    }
#main-menu .navbar .navbar-nav > li:hover > a,
#main-menu .navbar .navbar-nav > li.active > a {
            color: #333;
        }
.navbar-nav {
        margin: 0;
    }
#main-menu li.dropdown > a:after {
        right: 0;
        left: inherit;
    }
#main-menu .navbar .navbar-nav > li:last-child {
        border: none;
    }
.main-menu .navbar {
        min-height: 50px;
    }

    .hot-deals-box .owl-prev {
        left: 0;
        margin: 0;
    }

    .hot-deals-box .owl-next {
        left: inherit;
        right: 0;
        margin: 0;
    }
}
