/*------------------------------------------------------------------
[Main Stylesheet]

Project:    The Nest
Version:    1.1.0
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]
    1. Top Header / .top-header
    2. Main Header / .main-header
    3. Home Page Banner (Main Home) / .banner
    4. Banner Search Box / .search-area
    5. Recent Properties / .recent-properties
    6. Articles Tips / .articles-tips
    7. Application Counter / .counters
    8. Partner / .partners-block
    9. Testimonials / .testimonial-section
    10. Map Content /.map-content
    11. Map Content Sidebar /.map-content-sidebar
    12. Single Page Banner / .sub-banner
    13. Properties List View / .listing-properties-box
    14. Properties Grid View / .properties-box
    15. Single Property Details / .properties-details-page
    16. Listing Page Sidebar /.sidebar
    17. Pricing Table /.pricing-container
    18. Agent Contact Form /.agent-widget
    19. Properties Comments /.properties-comments
    20. Help Center /.helping-center
    21. Specifications /.specifications
    22. My Profile /.my-profile
    23. My Properties Box /.my-properties-box
    24. Submit Property /.submit-property
    25. Blog /.blog-body
    26. Contact Form /.contact-form
    27. Signup/Login Wrapper /.form-content-box
    28. Pagination /.pagination
    29. Main Footer / .main-footer
    30. Sub Footer / .sub-footer
-------------------------------------------------------------------*/
/** GLOBAL CLASSES **/
html, body {
    height: 100%;
}

body {
    background: #fafafa;
     font-size: 18px;
    
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #37404d;
}

p {
    font-size: 18px;
    line-height: 26px;
    color: #535353;
}

a {
    cursor: pointer;
    color: #37404d;
    text-decoration: none !important;
}

ul {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    color: #535353 !important;
}

a:hover {
    text-decoration: none;
}

.btn.active, .btn:active {
    box-shadow: none;
}

.btns-black {
    background: #000 !important;
    border: solid 2px #000;
    color: #fff;
}

.btns-black:hover {
    color: #fff;
    background-color: #333 !important;
    border-color: #333;
}

.bootstrap-select .btn-default.focus,
.bootstrap-select .btn-default:focus {
    color: #999 !important;
}

.delay-02s {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s
}

.delay-03s {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s
}

.delay-04s {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s
}

.delay-05s {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s
}

.delay-06s {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s
}

.delay-07s {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s
}

.delay-08s {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s
}

.delay-09s {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s
}

.delay-1s {
    animation-delay: 1s;
    -webkit-animation-delay: 1s
}

.delay-12s {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s
}

.delay-15s {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s
}

.delay-17s {
    animation-delay: 1.7s;
    -webkit-animation-delay: 1.7s
}

.delay-20s {
    animation-delay: 2.0s;
    -webkit-animation-delay: 2.0s
}

#page_scroller {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    cursor: pointer;
    color: #FFF;
    padding: 10px 11px;
    font-size: 12px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.margin-t-10 {
    margin-top: 10px;
}

.checkbox {
    padding-left: 20px;
    margin: 15px 0;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    color: #535353;
    font-size: 13px;
    line-height: 22px;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    margin-left: -20px;
    border: 2px solid #cccccc;
    border-radius: 10%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.form-content-box .checkbox label::before {
    border: none;
}

.checkbox-theme input[type="checkbox"]:checked + label::before {
    background-color: #fff;
}

input[type=checkbox]:checked + label:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 14px;
    text-align: left;
    line-height: 16px;
    font-weight: 300;
}

/* Solid Buttons Structure**/
.button-sm {
    cursor: pointer;
    padding: 10px 25px;
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #555;
    background: transparent;
    transition: .5s;
    border-radius: 2px;
    border: none;
}

.button-sm:hover {
    color: #333;
}

.button-md {
    cursor: pointer;
    padding: 15px 25px 13px 25px;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #555;
    background: transparent;
    transition: .5s;
    border-radius: 2px;
    border: none;
}

.button-md:hover {
    color: #333;
}

.button-lg {
    cursor: pointer;
    padding: 18px 30px;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #555;
    background: #DDD;
    transition: .5s;
    border-radius: 2px;
    border: none;
}

.button-lg:hover {
    color: #333;
}

/** Solid Buttons Colors **/
.button-default {
    color: #555;
    background: #DDD;
}

.button-default:hover {
    color: #333;
    background: #DDD;
}

.button-theme {
    color: #FFF;
}

.button-theme:hover,
.button-theme:focus {
    color: #fff !important;
    outline: none;
}

.out-line-btn:hover,
.out-line-btn:focus {
    outline: none;
}

/** Border Buttons Colors **/
.border-button-sm {
    cursor: pointer;
    padding: 10px 12px 6px;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #555;
    background: #006107;
    transition: .5s;
    border-radius: 2px;
    border: none;
}
.border-button-sm:hover {
    color: #333;
    background: #000;
}

.border-button-default {
    color: #555;
    background: #DDD;
}

.border-button-default:hover {
    color: #333;
    background: #DDD;
}

.border-button-theme {
    background: transparent;
}

.border-button-theme:hover {
    color: #fff;
}

.button-section a {
    margin: 0 5px 5px;
}

.alert {
    text-transform: uppercase;
    font-size: 11px;
    border-radius: 0;
}

.panel-title {
    font-size: 14px;
    font-weight: 600;
}

/** TABS **/
.theme-tabs .nav-tabs {
    border-bottom: 2px solid #DDD;
}

.nav-tabs > li.active > a,
.theme-tabs .nav-tabs > li.active > a:focus,
.theme-tabs .nav-tabs > li.active > a:hover {
    border-width: 0;
}

.theme-tabs .nav-tabs > li > a {
    border: none;
    color: #ffffff;
}

.theme-tabs .nav-tabs > li.active > a,
.theme-tabs .nav-tabs > li > a:hover {
    border: none;
    background: #fff;
}

.theme-tabs .nav-tabs > li > a::after {
    content: "";
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}

.theme-tabs .nav-tabs > li.active > a::after,
.theme-tabs .nav-tabs > li:hover > a::after {
    transform: scale(1);
}

.theme-tabs .tab-nav > li > a::after {
    color: #fff;
}

.theme-tabs .tab-pane {
    padding: 15px 0;
}

.theme-tabs .tab-content {
    padding: 20px
}

.theme-tabs .nav-tabs > li {
    width: 20%;
    text-align: center;
}

.theme-tabs {
    background: #FFF none repeat scroll 0% 0%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}

/* Tabs panel */
.tab-style-2 {
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 20px;
}

/* Default mode */
.tab-style-2-line > .nav-tabs {
    border: none;
    margin: 0;
}

.tab-style-2-line > .nav-tabs > li {
    margin-right: 2px;
}

.tab-style-2-line > .nav-tabs > li > a {
    border: 0;
    margin-right: 0;
    color: #737373;
}

.tab-style-2-line > .nav-tabs > li > a > i {
    color: #a6a6a6;
}

.tab-style-2-line > .nav-tabs > li.open, .tab-style-2-line > .nav-tabs > li:hover {
    border-bottom: 0 solid #b2b1b1;
}

.tab-style-2 .nav-tabs {
    text-align: left !important;
}

.tab-style-2-line > .nav-tabs > li.open > a, .tab-style-2-line > .nav-tabs > li:hover > a {
    border: 0;
    background: none !important;
    color: #333333;
}

.tab-style-2-line > .nav-tabs > li.open > a > i, .tab-style-2-line > .nav-tabs > li:hover > a > i {
    color: #a6a6a6;
}

.tab-style-2-line > .nav-tabs > li.open .dropdown-menu, .tab-style-2-line > .nav-tabs > li:hover .dropdown-menu {
    margin-top: 0;
}

.tab-style-2-line > .nav-tabs > li.active {
    position: relative;
}

.tab-style-2-line > .nav-tabs > li.active > a {
    color: #fff !important;
}

.tab-style-2-line > .nav-tabs > li.active > a > i {
    color: #404040;
}

.tab-style-2-line > .tab-content {
    margin-top: -3px;
    background-color: transparent !important;
    border: 0;
    border-top: 1px solid #eee;
    padding: 30px 0 15px;
}

.portlet .tab-style-2-line > .tab-content {
    padding-bottom: 0;
}

/* Below tabs mode */

.tab-style-2-line.tabs-below > .nav-tabs > li > a {
    margin-top: 0;
}

.tab-style-2-line.tabs-below > .nav-tabs > li:hover {
    border-bottom: 0;
}

.tab-style-2-line.tabs-below > .nav-tabs > li.active {
    margin-bottom: -2px;
    border-bottom: 0;
}

.tab-style-2-line.tabs-below > .tab-content {
    margin-top: -10px;
    border-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;
}

.tab-style-2-line.tabs-below > .tab-content p {
    margin-bottom: 20px;
}

/** TOP HEADER AREA START **/
.top-header {
    background-color: #111111;
}

.top-header .list-inline {
    padding: 10px 0;
}

.list-inline a {
    color: #aaa;
    margin-right: 15px;
    font-size: 12px;
}

.list-inline a:hover {
    color: #949494;
}

.list-inline a i {
    margin-right: 5px;
}

.top-header ul li {
    padding: 0 5px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #aaa;
}

.top-header ul li a {
    color: #aaa;
}

.top-header ul li a i {
    font-size: 13px;
}

.top-header .sign-in, .top-header .sign-in:hover {
    line-height: 36px;
    font-size: 11px;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 600;
}

/** MAIN HEADER AREA START **/
.main-header {
    width: 100%;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}

.navbar-default {
    background: none;
    border: none;
    margin-bottom: 0;
    border-radius: 0;
}

.logo {
    padding: 19px 0;
    float: left;
    margin-right: 50px;
}

.logo img {
    height: 40px;
}

.main-header .navbar-default .nav > li > a {
    position: relative;
    display: block;
    padding: 20px 20px 26px;
    font-size: 14px;
    border-top: solid 5px transparent;
    line-height: 27px;
    letter-spacing: 1px;
    color: #4a4747;
    outline: none;
    cursor: pointer;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #fbfbfb;
}

.navbar-nav > li {
    z-index: 9999;
}

.dropdown-menu > li > a {
    display: block;
    padding: 15px 15px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #4a4747;
    font-size: 13px;
    white-space: nowrap;
    border-left: solid 5px transparent;
    background: #fbfbfb;
    cursor: pointer !important;
    outline: none;
}

.dropdown-menu > li:last-child > a {
    border-bottom: none;
}

.dropdown-menu .open > a, .dropdown-menu .open > a:focus, .dropdown-menu .open > a:hover {
    background-color: white;
    border-bottom: 1px solid transparent;
}

.navbar-nav .dropdown-menu {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
    margin-top: 10px;
    min-width: 200px;
}

.open > .dropdown-menu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}

.caret-up {
    left: 10px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #4a4747;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: transparent;
}

.rightside-navbar {
    padding: 21px 0 20px;
}

.rightside-navbar li a.button {
    border-radius: 50px;
    padding: 4px 25px !important;
    font-weight: 400;
}

.rightside-navbar li .button:hover {
    color: #fff !important;
}

.mega-dropdown {
    position: static !important;
}

.mega-dropdown .mega-dropdown-menu {
    padding: 30px 15px 20px;
}

.mega-dropdown-menu {
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.mega-dropdown-menu:before {
    content: "";
    border-bottom: 15px solid #fff;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    position: absolute;
    top: -15px;
    left: 285px;
    z-index: 10;
}

.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu > li > ul > li {
    list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
    display: block;
    padding: 0;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #696868;
    font-size: 12px;
    margin-bottom: 10px;
    white-space: normal;
}

.megamenu-area {
    padding: 30px;
}

.mega-dropdown-menu .dropdown-header {
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    color: #696868;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.mega-dropdown-menu form {
    margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}

.pattern-overlay {
    background-color: rgba(0, 0, 0, 0.35);
    min-height: 496px;
}

#wrapper_mbYTP_bgndVideo {
    z-index: -999 !important;
}


/** BANNER AREA START **/
.banner {
    position: relative;
}

.banner_video_bg {
    /*max-height: 700px;*/
}

.banner .item {

}

.banner .item-100vh {
    height: 100vh;
}

.banner .item img {
    height: 100%;
    width: 100%;
}

.banner-max-height {
    max-height: 1920px !important;
}

.banner-max-height img {
    max-height: 720px;
}

.banner .banner-slider-inneri {
    top: 150px;
    display: inline-block;
    text-shadow: none;
    right: 8%;
    left: 8%;
}

.banner .banner-slider-inner {
    top: 0%;
    display: inline-block;
    text-shadow: none;
    right: 0%;
    left: 0%;
    padding: 0;
    bottom: 0%;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex !important;
}

.banner-content {
    align-self: center !important;
    max-width: 800px;
    margin: 0px auto;
    font-family: 'Roboto', sans-serif !important;
    ;
    color: #fff;
}

.banner-content-left {
    margin-left: 8%;
    margin-right: 8%;
}

.banner .banner-slider-inner h1 {
    color: #fff;
    margin: 0 0 20px;
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
}

.banner .banner-slider-inner h1 span {
    font-weight: 600;
}

.banner .banner-slider-inner h2 {
    font-size: 50px;
}

.banner .banner-slider-inner p {
    margin-bottom: 20px;
    color: #fff;
    line-height: 1.6;
    font-size: 15px;
    font-weight: 400;
    opacity: 0.8;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.banner-content .btn {
    margin-left: 3px;
    margin-right: 3px;
}

.banner-detail-box {
    background: rgba(0, 0, 0, 0.6);
    max-width: 600px;
    padding: 20px;
}

.banner-detail-box h3 {
    margin: 0 0 10px;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
}

.banner .banner-detail-box p {
    margin-bottom: 20px;
    color: #dcd7d7;
    font-size: 15px;
}


.banner-search-box {
    max-width: 600px;
    background: rgba(0, 0, 0, 0.6);
    padding: 30px 15px;
    display: inline-block;
    float: left;
}

.banner-search-box .search-area {
    padding: 0;
}

.banner-search-box .min-value {
    color: #aba5a5;
}

.banner-search-box .max-value {
    color: #aba5a5;
}

.banner-search-box .search-fields button {
    border-radius: 1px;
    box-shadow: none;
    border: none;
    background-color: transparent;
}

.banner-search-box .search-fields {
    min-height: 40px;
    padding: 4px 0;
    box-shadow: none;
    border: none;
    background-color: rgba(255, 255, 255, 0.2);
}

.banner-search-box .search-area .form-group {
    margin-bottom: 15px;
}

.banner-search-box .range-slider {
    margin: 15px 0 0;
}


.banner-search-box .btn-default:active, .open > .dropdown-toggle.btn-default {
    color: #999 !important;
}

.banner-search-box .btn-default {
    color: #999;
}

.banner .banner-slider-inner h1 {
    font-size: 50px;
}

.banner-search-box {
    max-width: 600px;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px 5px 20px;
    display: inline-block;
    float: left;
}

/* .banner .banner-tb {
     top: 20%;
 }
*/


/** CAROUSEL AREA START **/
.carousel-control {
    width: 0;
}

.carousel-control.left {
    background: none;
}

.carousel-control.right {
    background: none;
}

.slider-mover-left {
    width: 35px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
    left: 0;
    background: #151515;
    text-align: center;
    border-radius: 0 5px 5px 0;
}

.slider-mover-left i {
    font-size: 20px;
}

.slider-mover-right {
    width: 35px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
    right: 0;
    background: #151515;
    text-align: center;
    border-radius: 5px 0 0 5px;
}

.slider-mover-right i {
    font-size: 20px;
}

/** SEARCH AREA **/
.search-area {
    background: #e6e6e6;
    padding: 40px 0 10px;
}

.show-search-area {
    z-index: 9999;
    transition: all 0.4s;
    display: block;
}

.search-area .form-group {
    margin-bottom: 20px;
}

.search-fields {
    min-height: 44px;
    padding: 5px 0;
    box-shadow: none;
    border: 1px solid #e0e0e0;
    background: #fff;
    border-radius: 3px;
}

.form-control {
    padding-left: 15px;
}

.search-fields button {
    border-radius: 1px;
    box-shadow: none;
    border: none;
    background: #fff;
}

.search-button {
    cursor: pointer;
    padding: 13px 20px;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFF;
    transition: .5s;
    border-radius: 2px;
    border: none;
    width: 100%;
}

.search-button:hover,
.search-button:focus {
    outline: none;
    color: #fff;
}

.pegar-button {
    cursor: pointer;
    padding: 13px 20px;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #343444;
    color: #fff3b9;
    transition: .5s;
    border-radius: 2px;
    border: none;
    width: 100%;
}

.pegar-button:hover,
.pegar-button:focus {
    outline: none;
    background-color: #636153;
    color: #fff;
}

.como-funciona-button {
    cursor: pointer;
    padding: 13px 20px;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    border-width: 1px;
    border-style: dashed;
    border-color: #fff !important;
    color: #fff3b9;
    transition: .5s;
    border-radius: 2px;
    width: 100%;
}

.como-funciona-button:hover,
.como-funciona-button:focus {
    outline: none;
    background-color: #636153;
    color: #fff;
}

.cadastro-button {
    cursor: pointer;
    padding: 10px 20px 10px 20px;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    background-color: #9D8F40;
    color: #fff;
    transition: .5s;
    border-radius: 2px;
    border: none;
    width: 100%;
}

.cadastro-button:hover,
.cadastro-button:focus {
    outline: none;
    background-color: #fff;
    color: #343444;
}

/** BOOTSTRAP SELECT START **/
.bootstrap-select {
    width: 100% !important;
    font-family: 'Roboto', sans-serif !important;
    ;
}

.bootstrap-select button {
    color: #999;
    border-radius: 2px;
    outline: none;
}

.bootstrap-select .dropdown-menu li {
    padding: 0;
}

.bootstrap-select .dropdown-menu li a {
    padding: 10px;
}

.bootstrap-select .dropdown-menu {
    padding: 0 !important;
    margin: 0 0 !important;
    border: 1px solid #e0e0e0;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    margin-top: 12px;
}

.bootstrap-select .dropdown-menu li a {
    padding: 10px;
    font-weight: 500;
    font-size: 12px;
    outline: none;
    border: 0 !important;
}

.bootstrap-select .dropdown-menu li a:hover {
    border: none;
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
}

.bootstrap-select .btn-default.active,
.bootstrap-select .btn-default:active,
.bootstrap-select .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #eee;
    border-color: transparent !important;
    box-shadow: none !important;
}

.bootstrap-select .btn-default:hover {
    background: transparent !important;
    color: #999 !important;
    box-shadow: none !important;
}

.bootstrap-select .btn-default.active,
.bootstrap-select .btn-default:active,
.bootstrap-select .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: transparent !important;
    border-color: #adadad;
}

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: transparent !important;
    box-shadow: none !important;
    border-color: #adadad;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    background: transparent !important;
}

.bootstrap-select .dropdown-menu > .active > a,
.bootstrap-select .dropdown-menu > .active > a:focus,
.bootstrap-select .dropdown-menu > .active > a:hover {
    text-decoration: none;
    background-color: #fff;
    outline: 0;
}

.bootstrap-select .bs-actionsbox, .bootstrap-select .bs-donebutton, .bs-searchbox {
    padding: 4px 8px;
    background: #EEE;
    border-bottom: 1px solid #d5d5d5;
}

.bootstrap-select .bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
    height: 36px;
    border: 1px solid #ddd;
    box-shadow: none;
}

.dropdown-menu > li > a:hover {
    text-decoration: none;
    background-color: white;
}

/** MAIN TITLE AREA START **/
.main-title {
    text-align: center;
    margin: 40px;
}

.main-title h1 {
    font-weight: 700;
    margin: 0 0 25px;
    text-transform: uppercase;
    font-size: 27px;
}

.main-title h1 span {
    font-weight: 700;
}

.main-title p {

}

.main-title-2 {
    margin-bottom: 30px;
}

.main-title-2 h1 {
    font-size: 21px;
    margin: 0 0 10px;
    font-weight: 400;
    text-transform: uppercase;
}

.main-title-2 h1 a {
    color: #212121;
}

.main-title-2 h1 span {
    font-weight: 700;
}

/** PROPERTY AREA START **/
.property {
    background: #fff;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.property:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 3px 3px 0 rgba(0, 0, 0, 0.10);
}

.property-img {
    position: relative;
    display: block;
    overflow: hidden;
}

.property-tag {
    position: absolute;
}

.property-tag.sale {
    right: 15px;
    bottom: 15px;
}

.property-tag.featured {
    left: 15px;
    margin-top: 15px;
}

.property-price {
    color: white;
    position: absolute;
    font-weight: 600;
    font-size: 20px;
    bottom: 15px;
    left: 15px;
    z-index: 20;
}

.property .button, input[type="submit"] {
    font-size: 10px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 2px;
    color: white;
    border: none;
    background-color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    z-index: 20;
}

.property-content {
    padding: 20px;
}

.property-content .title {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px;
}

.property-content .title a:hover {
    color: #4a4747;
}

.property-content p {
    margin: 10px 0 0px;
}

.ratings {
    color: orange;
    font-size: 12px;
}

.property-content .property-address {
    margin: 0 0 15px;
}

.property-content .property-address a {
    font-size: 16px;
    color: #4a4747;
}

.property-content .property-address a i {
    margin-right: 10px;
}

.property-content .facilities-list {
    padding: 0;
    margin: 0;
}

.property-content .facilities-list .total{
    background-image: url('../img/icons/total.png');
}

.property-content .facilities-list li {
    width: 33%;
    float: left;
    font-size: 13px;
    line-height: 29px;
}

.property-content .facilities-list li i {
    margin-right: 3px;
    font-size: 13px;
    font-weight: 700;
}

.property-content .fl-2 li {
    width: 50%;
}

.property-content .property-footer {
    border-top: solid 1px #f1f1f1;
    padding-top: 15px;
    margin-top: 15px;
    color: #535353;
    font-size: 13px;
}

.property-content .property-footer .right {
    float: right;
}

.property-content .property-footer .left {
    float: left;
}
.property-content .property-footer a {
    color: #535353;
}

.property-content .property-footer i {
    margin-right: 5px;
}

.property-footer a {
    color: #4a4747;
}

.properties-panel-box .panel-default {
    border-color: transparent;
}

.panel {
    background: transparent;
}

.properties-panel-box .panel {
    margin-bottom: 0;
    box-shadow: none;
}

.properties-panel-box .panel-body {
    padding: 0;
}

.property .col-pad {
    padding: 0;
}

.property-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;
}

.property-overlay {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay-link {
    color: #fff;
    border: 2px solid #FFF;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    text-align: center;
    margin: 3px;
    cursor: pointer;
    display: none;
}

.overlay-link:not([href]):not([tabindex]),
.overlay-link:not([href]):not([tabindex]):hover {
    color: #fff;
}

.overlay-link:hover {
    color: #fff;
}

.property-img:hover .property-overlay {
    background-color: rgba(0, 0, 0, 0.5);
}

.property-img:hover .overlay-link {
    display: inline-block;
}

.property .hp-2 {
    height: 220px;
}

/** MODAL BODY DESIGN STARTED**/
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
        url('../img/loader2.gif')
        50% 50%
        no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modal {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}


.modal-raw {
    display: flex;
}

.modal-left, .modal-right {
    flex: 1;
}

.property-modal .modal-left {
    padding: 0;
    background: #535353;
    color: #fff;
    z-index: 100001 !important;
}

.property-modal .modal-content {
    border: none;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
}

.property-modal .modal-header {
    background: transparent;
    border: none;
    padding: 15px 0;
}

.property-modal .modal-header .modal-title {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
}

.property-modal .modal-header p {
    color: #fff;
    margin-bottom: 0;
}

.property-modal .modal-header .close,
.property-modal .modal-header .close:focus {
    padding: 8px 13px;
    outline: none;
    margin: -60px -1px -15px auto;
    background: #3a3a3a;
    opacity: 1;
    color: #FFF;
    border-radius: 3px;
    cursor: pointer;
}

.property-modal .modal-body {
    padding: 0 15px;
    background: #fff;
}

.modal-right {
    padding: 0;
    border-top: 1px solid #EEE;
}

#modalCarousel .carousel-item {
    max-height: 240px;
}

.modal-left-content {

}

.modal-left-content img {
    width: 100%;
    height: 100%;
}

.modal-left-content .control {
    width: 30px;
    height: 30px;
    position: absolute;
    text-align: center;
    color: #FFF;
    font-size: 24px;
    line-height: 30px;
    bottom: 0px;
    opacity: .5;
}

.modal-left-content .carousel-inner {
    display: flex;
}

.modal-left-content .carousel-inner .item {
    flex: 1;
}

.modal-left-content .item img {
    width: 100%;
}

.modal-left-content iframe {
    border: none;
    width: 100%;
    display: block;
}

.modal-left-content .control:hover {
    opacity: 1;
}

.modal-left-content .control-prev {
    right: 30px;
}

.modal-left-content .control-next {
    right: 0;
}

.modal-left-content .description {
    padding: 40px 25px;
}

.modal-left-content p {
    font-size: 13px;
    color: #fff;
    line-height: 21px;
}

.modal-left-content .description h3 {
    color: #fff;
    font-size: 16px;
    margin: 0 0 15px;
    font-weight: 600;
}

.modal-right-content .bullets {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    margin: 20px 0;
    columns: 2;
}

.modal-right-content .bullets li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 25px;
}

.modal-right-content .bullets li i {
    left: 0;
    position: absolute;
    top: 0;
}

.modal-right-content {
    padding: 30px;
}

.modal-right-content p {
    font-size: 13px;
}

.modal-backdrop.show {
    opacity: 0.7;
}

.modal-right-content .price {
    float: right;
}

.modal-right-content h3 {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin: 0 0 15px;
    color: #37404d;
}

.modal-right-content dl {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 12px;
}

.modal-right-content dl dt {
    float: left;
    font-weight: 500;
}

.modal-right-content dl dd {
    text-align: right;
    margin-bottom: 8px;
}

/** MODAL BODY DESIGN ENDED **/

/** PROPERTY 2 SECTION START **/
.property-2 {
    background: #fff;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.property-2:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 3px 3px 0 rgba(0, 0, 0, 0.10);
}

.property-2 .facilities-list {
    padding: 10px 20px;
    border-top: solid 1px #efe9e9;
}

.property-2 .facilities-list li {
    float: left;
    font-size: 13px;
    line-height: 30px;
    margin-right: 20px;
}

.property-2 .facilities-list li:last-child {
    margin-right: 0;
}

.property-2 .content .title {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.property-2 .property-address {
    margin: 0;
}

.property-2 .property-address a {
    font-size: 13px;
    color: #4a4747;
}

.property-2 .content {
    padding: 20px 20px;
}

.property-2 .property-address a i {
    margin-right: 10px;
}

.property-2 .content .title a:hover {
    color: #4a4747;
}

.property-2 .price-ratings {
    position: absolute;
    font-size: 20px;
    bottom: 10px;
    right: 10px;
    text-align: right;
    z-index: 20;
}

.property-2 .featured {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 20;
    font-size: 10px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 2px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
}
.property-2 .sold {
    position: absolute;
    top: 5px;
    left: 250px;
    z-index: 20;
    padding: 6px 14px;
    display: inline-block;
}
.property-2 .sold2{
    position: absolute;
    top: 5px;
    left: 170px;
    z-index: 20;
    padding: 6px 14px;
    display: inline-block;
}

.property-2 .price-ratings i {
    font-size: 10px;
}

.property-2 .price-ratings .price {
    font-size: 16px;
    font-weight: 600;
    color: white;
}

.property-hp .property-content {
    padding: 30px 30px !important;
}

/** INTRO SECTION START **/
.intro-section {
    padding: 30px 0;
    color: #ffffff;
}

.intro-section img {
    height: 50px;
}

.intro-section .button-theme {
    background: transparent;
    border: solid 2px #fff;
    color: #fff;
    float: right;
}

.intro-section .button-theme:hover {
    background: #fff;
    border: solid 2px #fff;
    color: #555 !important;
}

.intro-section h3 {
    font-size: 25px;
    margin: 0;
    line-height: 50px;
    color: #fff;
    font-weight: 300;
}

/** NAV TABS START **/
.nav-tabs {
    border-bottom: 1px solid transparent;
    margin-bottom: 30px;
    text-align: center;
}

.properties-panel-box .nav > li > a {
    position: relative;
    display: block;
    padding: 7px 32px;
    font-size: 12px;
    border-radius: 0;
    background: #fff;
    border: solid 1px #fff;
    color: #4a4747;
    font-weight: 600;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.properties-panel-box .nav > li {
    position: relative;
    display: block;
    font-weight: 600;
    text-align: center;
}

.properties-panel-box .nav-tabs > li {
    float: none;
    margin-bottom: -1px;
    display: inline-block;
}

.properties-panel-box .nav-tabs > li > a {
    line-height: 1.42857143;
    border: none;
    margin: 4px 6px 4px 0;
}

.properties-panel-box .nav-tabs > li > a:hover {
    background: transparent;
    border-radius: 0;
}

.properties-panel-box .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    border: none;
    border-radius: 0;
    border-bottom-color: transparent;
}

/** LIST INLINE LISTING AREA START **/
.list-inline-listing {
    padding: 0;
    margin: 0 0 30px 0;
    text-align: center;
}

.list-inline-listing li {
    padding: 5px 20px;
    margin: 4px;
    border: 2px solid #fff;
    background: #fff;
    color: #37404d;
    border-radius: 3px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    font-size: 12px;
    font-weight: 600;
}

.list-inline-listing li:hover {
    color: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.list-inline-listing .active {
    color: #fff;
    box-shadow: none;
}

/** RECENTLY PROPERTIES  AREA START **/
.recently-properties .our-partners .carousel-control .fa {
    font-size: 32px;
    text-shadow: none;
    color: #fff;
    top: 45%;
    font-weight: 300;
    background: #a09d9d;
    width: 35px;
    height: 35px;
    line-height: 30px;
}

.recently-properties .our-partners .carousel-control {
    width: 0%;
    background-image: none;
}

/** AGENT-SECTION AREA START **/
.agent-section .our-partners .carousel-control .fa {
    font-size: 32px;
    text-shadow: none;
    color: #fff;
    top: 45%;
    font-weight: 300;
    background: #a09d9d;
    width: 35px;
    height: 35px;
    line-height: 30px;
}

/** CUSTOMER SAY AREA START **/
.chevron-icon .our-partners .carousel-control .icon-prev {
    font-size: 21px;
    text-shadow: none;
    color: #fff;
    top: 45%;
    left: -55px;
    font-weight: 300;
    background: #a09d9d;
    width: 30px;
    height: 30px;
    line-height: 26px;
}

.chevron-icon .our-partners .carousel-control .icon-next {
    font-size: 21px;
    text-shadow: none;
    color: #fff;
    top: 45%;
    right: 10px;
    font-weight: 300;
    background: #a09d9d;
    width: 30px;
    height: 30px;
    line-height: 26px;
}

.chevron-icon .our-partners img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}

/** What are you looking for? AREA START **/
.our-service {
    text-align: center;
}

.our-service .content {
    max-width: 262px;
    text-align: center;
    margin: 0 auto 30px;
    padding: 20px;
}

.our-service .content:hover {
    padding: 20px;
    background: #fff;
}

.mgn-top {
    margin-top: 30px;
}

.our-service .content i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    display: inline-block;
    color: #fff;
    background: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 3px 3px 0 rgba(0, 0, 0, 0.10);
    margin-bottom: 20px;
    border-radius: 50%;
}

.our-service .content h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
}

.our-service .content p {
    font-size: 13px;
    margin-bottom: 0;
}

.our-service-inner {
    background: rgba(0, 0, 0, 0.80);
    padding: 70px 0;
}

.our-service-two .content {
    padding: 0;
    background: transparent;
}

.our-service-two .content:hover {
    padding: 0;
    background: transparent;
}

.content-area {
    padding: 100px 0 70px;
}

.content-area-2 {
    padding: 70px 0;
}

.content-area-3 {
    padding: 40px 0;
}

.content-area-4 {
    padding: 70px 0;
}

.content-area-5 {
    padding-bottom: 50px;
}

.content-area-6 {
    padding: 100px 0 50px;
}

.content-area-7 {
    padding: 100px 0;
}

.content-area-8 {
    padding: 100px 0 80px;
}

.content-area-9 {
    padding-top: 100px;
}

.theme img {
    margin-bottom: 30px;
}

.biography p {
    line-height: 25px;
    color: #4a4747;
    margin-bottom: 20px;
}

.biography .nav-tabs {
    border-bottom: 1px solid transparent;
    margin-bottom: 20px;
    text-align: left;
}

.additional-details-list {
    margin: 0;
    padding: 0;
}

.additional-details-list li {
    list-style: none;
    line-height: 36px;
    font-weight: 600;
    color: #333;
}

.additional-details-list li span {
    margin-right: 20px;
    float: left;
    width: 130px;
    font-weight: 400;
    color: #4a4747;
}

.attachments a i {
    margin-right: 10px;
}

/** PARTNERS BLOCK AREA START **/
.partners-block {
    padding-bottom: 20px;
    text-align: center;
}

.partners-block h3 {
    font-weight: 700;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 16px;
}

.our-partners .carousel-control {
    width: 0%;
    background-image: none;
}

.our-partners .carousel-control.left {
    margin-left: 15px;
}

.our-partners .carousel-control.right {
    margin-right: 15px;
}

.our-partners .carousel-control .fa {
    font-size: 38px;
    text-shadow: none;
    color: #4a4747;
    top: 38%;
    font-weight: 300;
    ;
}

.our-partners .cloneditem-1,
.our-partners .cloneditem-2,
.our-partners .cloneditem-3 {
    display: none;
}

.our-partners img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}

.our-partners img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}

.our-partners .partner-box img {
    height: 50px;
}

.our-partners .partner-box {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 3px 3px 0 rgba(0, 0, 0, 0.10);
}

/** CATEGORY AREA START **/
.category {
    overflow: hidden;
    position: relative;
    margin: 0 0 20px 0;
}

.categories {
    padding-bottom: 80px;
}

.categories .col-pad {
    padding: 0 10px;
}

.category:hover:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-color: #000;
    opacity: 0.4;
    z-index: -11;
    transition: 0.3s ease-out;
}

.category_bg_box {
    transition: all 0.55s;
    border-radius: 3px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
}

.cat-1-bg{
    background-image: url(http://placehold.it/321x200);
}

.cat-2-bg{
    background-image: url(http://placehold.it/321x200);
}

.cat-3-bg{
    background-image: url(http://placehold.it/662x200);
}

.cat-4-bg{
    background-image: url(http://placehold.it/467x420);
}

.category:hover .category_bg_box {
    transform: scale(1.06);
    transition: transform 0.35s ease-out;
}

.category_long_bg {
    height: 420px;
}

.category .category-overlay {
    background-color: rgba(0, 0, 0, 0.30);
    border-radius: 3px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color .15s linear;
}

.category-content {
    display: block;
    left: 90px;
    position: absolute;
    top: 50px;
    transform: translateX(-50%) translateY(-35%);
    transition: all .15s linear;
}

.category-content h3 a {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

.category-content h3 {
    margin: 0;
}

.category-subtitle {
    white-space: nowrap;
    text-transform: uppercase;
    background: rgba(255, 255, 255, .3);
    color: #333;
    border-radius: 50px;
    padding: 4px 16px;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

/** FOOTER AREA START **/
footer {
    background: #111;
    color: #7c7e83;
    padding: 100px 0 30px;
}

footer .footer-item .newsletter input {
    width: 100%;
    font-size: 12px;
    height: 39px;
    color: rgb(113, 113, 113);
    padding: 11px 15px;
    border-width: 1px;
    border-color: rgb(232, 231, 231);
    border-image: initial;
    outline: none;
    border: none;
}

footer .footer-item .newsletter {
    cursor: pointer;
    color: #555;
    background: transparent;
    transition: .5s;
    border-radius: 2px;
    border: none;
    padding: 11px 15px 11px;
}

footer .footer-item .newsletter {
    padding: 20px;
    background: #151515;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.footer-info .personal-info li {
    color: #7c7e83;
    font-size: 13px;
    line-height: 27px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    position: relative;
    padding-left: 30px;
}

.footer-info .main-title-2 h1 {
    color: #c5c5c5;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.footer-item {
    margin-bottom: 50px;
}

.footer-info .personal-info li i {
    font-size: 15px;
    left: 0;
    position: absolute;
    top: 0;
    line-height: 27px;
}

.footer-info .personal-info li a {
    color: #7c7e83;
}

.footer-info p {
    line-height: 30px;
    margin-bottom: 20px;
    font-size: 13px;
    color: #7c7e83;
}

.footer-info .popular-posts .media .media-body .price {
    color: #7c7e83;
}

.footer-info .links li {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.footer-info .links li a {
    color: #7c7e83;
}

.footer-info .links li a:hover {
    color: #5f6063;
}

.footer-info .main-title-2 .border-3 {
    background: #737272;
}

/** COPY RIGHT AREA START **/
.copy-right {
    background: #111;
    padding: 25px 0;
    border-top: solid 1px #1b1b1b;
    color: #7f7f80;
    font-size: 13px;
}

.copy-right ul {
    float: right;
}

.copy-right ul li {
    display: inline-block;
}

.copy-right ul li a {
    margin-left: 25px;
}

.copy-right a {
    color: #7f7f80;
}

.section-4 {
    padding-top: 150px;
}

/** VIEW ALL AREA START **/
.view-all h3 {
    margin: 0 0 30px;
    font-weight: 600;
    text-align: center;
}

.view-all ul {
    margin-bottom: 30px;
    text-align: center;
}

.view-all ul li {
    display: inline-block;
}

.view-all ul li a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin-bottom: 5px;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.view-search {
    max-width: 400px;
    margin: 0 auto;
}

/** BRAND BOX AREA START **/
.brand-box {
    text-align: center;
    padding: 20px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.brand-box img {
    height: 50px;
}

.brand-box h5 {
    font-weight: 600;
    margin: 25px 0 10px;
    text-transform: uppercase;
    font-size: 15px;
}

.brand-box p {
    margin: 0;
    font-size: 13px;
}

/** COMPARE TABLE **/
.compare-table {
    margin-bottom: 40px;
}

.compare-table tr {
    border: 1px solid #ececec;
}

.compare-table tr:first-child {
    border-top: none;
}

.compare-table tr td:first-child {
    width: 350px;
    background: #f1f1f1;
}

.compare-table tr td {
    box-sizing: border-box;
    font-size: 15px;
    padding: 20px 15px;
    text-align: center;
    width: 395px;
    font-weight: 600;
    color: #535353;
}

.compare-table tr td .fa-times {
    color: red;
}

.compare-table tr td .fa-check {
    color: green;
}

.comparison-search {
    background: #fff;
    padding: 30px 30px 15px;
    margin-bottom: 50px;
}

.comparison-search h3 {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 600;
}

.compare-properties {
    padding: 20px;
    border: none;
    margin-bottom: 50px;
}

.compare-properties:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 3px 3px 0 rgba(0, 0, 0, 0.10);
}

.compare-properties .caption {
    padding: 30px 0 0;
}

.compare-properties h3 {
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 20px;
}

.compare-properties h5 {
    font-size: 20px;
    margin: 0;
}

.compare-properties .price-ratings-box {
    position: absolute;
    bottom: 0;
    right: 20px;
    padding: 15px;
    margin-bottom: 20px;
    display: block;
    letter-spacing: 1px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffc12b;
    text-align: right;
}

.compare-properties .price-ratings-box .price {
    font-weight: 600;
    margin: 0 0 10px;
}

.compare-properties .price-ratings-box .rating {
    font-size: 10px;
}

.compare-properties h5 {
    color: #fff;
}

.compare-photo {
    position: relative;
}

/** ICON BOX AREA START **/
.service-item {
    text-align: center;
    max-width: 360px;
    background: #fff;
    margin: 0 auto 30px;
}

.service-item .icon {
    position: absolute;
    top: -46px;
    left: 50%;
    width: 90px;
    font-size: 37px;
    height: 90px;
    line-height: 90px;
    margin-left: -45px;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 3px 3px 0 rgba(0, 0, 0, 0.10);
    border-radius: 10%;
}

.service-item .detail {
    padding: 30px 20px 30px;
    border-radius: 5px;
}

.service-item .detail:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 3px 3px 0 rgba(0, 0, 0, 0.10);
}

.service-item .detail h3 {
    font-size: 18px;
    margin: 40px 0 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.service-item .detail p {
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 400;
}

/** TESTIMONIAL AREA START **/
.item-inner {
    max-width: 790px;
    margin: 0 auto;
}

/** LISTINGS PARALLAX AREA START **/
.listings-parallax {
    background: url(http://placehold.it/1920x368);
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #efefef;
    padding-top: 70px;
}

.listings-parallax h1 {
    font-size: 31px;
    margin: 0 0 30px;
    font-weight: 700;
    color: #fff;
}

.listings-parallax h3 {
    line-height: 30px;
    font-size: 19px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 300;
}

.pad {
    padding-top: 0;
}

/** PRICING 1 STARTED **/
.pricing-1 {
    text-align: center;
    padding: 30px;
    margin-bottom: 30px;
}

.pricing-1.popular {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 12px 0px;
}

.pricing-1 .title {
    color: #3f3f3f;
    font-size: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
    font-weight: 600;
}

.pricing-1 .content {
    padding: 20px 0;
    border-bottom: 1px solid #eaeaea;
}

.pricing-1 .content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-1 .content ul li {
    padding: 7px 0;
    font-weight: 400;
    color: #808080;
}

.pricing-1 .price-for-user {
    padding: 25px 0;
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    color: #3f3f3f;
}

.pricing-1 .price-for-user .price .dolar {
    font-size: 40px;
    margin-right: 10px;
    font-weight: 700;
}

.pricing-1 .price-for-user .price .month {
    font-size: 14px;
}

.pricing-1 .price-for-user .price sup {
    top: -25px;
    left: -3px;
    font-size: 30px;
}

.pricing-btn {
    padding: 6px 30px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

/** PRICING 2 STARTED **/
.pricing-2 {
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.pricing-2 .pricing-btn {
    border-radius: 3px !important;
}

.pricing-2 .title {
    color: #3f3f3f;
    font-size: 18px;
    text-transform: uppercase;
    padding: 25px 0;
    font-weight: 600;
}

.pricing-2 .content {
    padding: 25px 0;
    border-bottom: 1px solid #eaeaea;
}

.pricing-2 .content ul li {
    padding: 7px 0;
    color: #808080;
}

.pricing-2 .price-for-user {
    padding: 25px 0;
    text-align: center;
    background: #f3f3f3;
    color: #3f3f3f;
}

.pricing-2 .button {
    padding: 25px 0;
}

.pricing-2 .price-for-user .price .dolar {
    font-size: 40px;
    margin-right: 10px;
    font-weight: 700;
}

.pricing-2 .price-for-user .price .month {
    font-size: 14px;
}

.pricing-2 .price-for-user .price sup {
    top: -25px;
    left: -3px;
    font-size: 30px;
}

.pricing-2 .pricing-btn {
    border-radius: 50px;
    padding: 6px 30px;
}

/** PRICING TABLES 5 STARTED **/
.pricing-3 {
    text-align: center;
    position: relative;
    z-index: 9;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.pricing-tables-3 .mb {
    margin: 0 auto 65px !important;
}

.pricing-3 .price-header {
    width: 100%;
    background: #f3f3f3;
    padding: 35px 20px;
}

.pricing-3 .price-header .title {
    margin: 0 0 10px;
    color: #212529;
    font-size: 20px;
}

.pricing-3 .price-header .price {
    font-size: 35px;
    font-weight: 300;
    margin: 0;
    color: #212529;
}

.pricing-3 .content {
    padding: 20px 20px 30px;
}

.pricing-3 .content ul {
    margin: 0 0 20px;
}

.pricing-3 .content ul li {
    padding: 8px 0;
    color: #808080;
}

.pricing-3 .pricing-btn {
    border-radius: 3px;
    padding: 6px 30px;
}

.pricing-3.featured {
    margin-left: -1px;
    margin-right: -1px;
    transform: translateY(-23px);
    border-radius: 0 0 3px 3px;
    z-index: 11;
}

.pricing-3.featured .price-header {
    padding: 47px 20px;
}

.pricing-3.featured .content {
    padding: 20px 20px 60px;
}

.pricing-3.featured .listing-badges {
    position: absolute;
    top: 0;
    z-index: 999;
    right: 0;
    width: 100%;
    display: block;
    font-size: 15px;
    padding: 0;
    overflow: hidden;
    height: 100px;
}

.pricing-3.featured .listing-badges .featured {
    float: left;
    transform: rotate(-45deg);
    left: -67px;
    top: 17px;
    position: relative;
    text-align: center;
    width: 200px;
    font-size: 12.5px;
    margin: 0;
    padding: 7px 10px;
    background: #fff;
    font-weight: 600;
    color: #fff;
}

.pricing-3.mb-50 {
    margin-bottom: 50px;
}

/** COUNTERS AREA START **/
.counters {
    padding: 40px 0;
    color: #fff;
    background: url(http://placehold.it/1920x223);
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.counters h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 30px;
    color: #fff;
    text-align: center;
}

.counter-box {
    text-align: center;
    padding: 10px 0;
}

.counter-box i {
    font-size: 35px;
    margin: 0 0 7px;
}

.counter-box h1 {
    font-size: 25px;
    font-weight: 700;
    margin: 10px 0;
    color: #fff;
}

.counter-box p {
    font-size: 16px;
    margin: 0;
    color: #fff;
    font-weight: 600;
}

/** TESTIMONIALS 1 AREA START **/
.testimonials-1 {
    padding: 100px 0 130px;
    background: url(http://placehold.it/1920x574);
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonials-1 h1 {
    color: #e4e3e3;
    font-weight: 700;
    font-size: 27px;
    margin: 0 0 40px;
    text-transform: uppercase
}

.testimonials-1 .text {
    color: #e4e3e3;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 33px;
}

.testimonials-1 .avatar img {
    width: 120px;
    height: 120px;
    border-radius: 10%;
    background: #fff;
    margin-bottom: 20px;
}

.testimonials-1 h4 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 15px;
    color: #fff;
}

/** TESTIMONIALS 2 **/
.testimonials-2 {
    position: relative;
    padding: 100px 0 130px;
    display: inline-block;
    width: 100%;
    float: left;
    background: #eaeaea;
}

.testimonials-2 .sec-title-three h4 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 14px;
}

.testimonials-2 .sec-title-three h2 {
    text-transform: uppercase;
    font-size: 27px;
    margin: 0 0 20px;
    font-weight: 700;
}

.testimonials-2 .sec-title-three .text {
    margin-top: 10px;
    font-size: 20px;
    line-height: 35px;
    font-weight: 300;
    margin-bottom: 15px;
}

.testimonials-2 .content .avatar {
    border-radius: 50%;
    max-width: 220px;
    margin: 0 auto;
}

.testimonials-2 .content .avatar img {
    border-radius: 50%;
}

.testimonials-2 .content .text {
    font-size: 20px;
    line-height: 35px;
    font-weight: 300;
    margin: 20px 0;
}

.testimonials-2 .content .author-name {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}

.testimonials-2 .content ul {
    padding: 0;
    margin: 0;
}

.testimonials-2 .content ul li {
    list-style: none;
    display: inline-block;
    color: orange;
}

/** TESTIMONIALS 3 **/
.testimonials-3 {
    padding: 100px 0 130px;
    background: url('../img/comment.jpg');
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonials-3 h1 {
    color: #f5f5f5;
    font-weight: 700;
    font-size: 27px;
    margin: 0 0 50px;
    text-align: center;
}

.testimonials-3 .testimonials-info {
    padding: 0 20px;
}

.testimonials-3 .content .text {
    color: #f5f5f5;
    font-size: 17px;
    line-height: 30px;
    font-weight: 300;
    margin: 0 0 10px;
}

.testimonials-3 .content .author-name {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    color: #f5f5f5;
}

.testimonials-3 .content ul {
    margin: 0;
    padding: 0;
}

.testimonials-3 .content ul li {
    list-style: none;
    display: inline-block;
    color: orange;
}

.testimonials-3 .content .avatar {
    max-width: 160px;
    margin: 0 auto;
}

.testimonials-3 .content .avatar img {
    border-radius: 5%;
}

.testimonials-3 .content {
    margin-bottom: 30px;
}

/** OVERVIEW BGI **/
.overview-bgi {
    position: relative;
}

.overview-bgi:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.text-color {
    color: #fff !important;
}

.t-slider-l {
    width: 30px;
    height: 30px;
    line-height: 25px;
    position: absolute;
    top: 100%;
    z-index: 5;
    display: inline-block;
    border: solid 1px #1B1410;
    background: #1B1410;
    text-align: center;
    border-radius: 0;
}

.t-slider-l i {
    font-size: 15px;
    line-height: 27px;
    color: #fff;
    border-radius: 0;
}

.t-slider-r {
    width: 30px;
    height: 30px;
    line-height: 25px;
    position: absolute;
    top: 100%;
    z-index: 5;
    display: inline-block;
    right: 0;
    border: solid 1px #1B1410;
    background: #1B1410;
    text-align: center;
    border-radius: 0;
}

.t-slider-r i {
    font-size: 15px;
    line-height: 27px;
    color: #fff;
    border-radius: 0;
}

.pojison {
    top: 47%;
}

/** AGENT BOX AREA START **/
.agent-1 {
    margin: 0 auto 30px;
    background: #fff;
    text-align: center;
}

.agent-1:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 3px 3px 0 rgba(0, 0, 0, 0.10);
}

.agent-1 .agent-content {
    padding: 30px 20px;
    text-align: center;
}

.agent-1 .agent-img img {
    background: #d0cece;
}

.agent-1 .agent-content h5 {
    margin: 0 0 20px;
}

.agent-1 .agent-content h5 a {
    color: #343a40;
    font-size: 16px;
    font-weight: 600;
}

.agent-1 .agent-content h6 {
    font-size: 13px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #535353;
}

.agent-1 .agent-content .social-list li {
    display: inline-block;
}

.agent-1 .agent-content .social-list li a {
    margin: 0 8px;
    font-size: 15px;
}

/** SOCIAL MEDIA BIG AREA START **/
.social-media li {
    list-style: none;
    float: left;
    margin: 0 5px 5px 0;
}

.social-media ul li a {
    font-size: 18px;
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 3px;
    text-align: center;
    line-height: 45px;
    background: #f3f3f3;
}

.social-media ul li a:hover {
    color: #fff;
}

.img-responsive {
    width: 100%;
}

/** AGENT BOX 2 AREA START **/
.agent-2 {
    margin: 0 auto 30px;
    background: #fff;
}

.agent-2:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 3px 3px 0 rgba(0, 0, 0, 0.10);
}

.agent-2 .agent-content {
    padding: 30px 30px 0;
}

.agent-2 .agent-content ul li {
    line-height: 30px;
    font-size: 13px;
}

.agent-2 .agent-content ul li a {
    color: #535353;
}

.agent-2 .agent-content ul li strong {
    margin-right: 5px;
    font-weight: 600;
}

.agent-2 .agent-content h3 {
    font-weight: 600;
    margin: 10px 0 10px;
    font-size: 20px;
    text-transform: uppercase;
}

.agent-2 .agent-content h3 a {
    color: #37404d;
}

.agent-2 .agent-content h5 {
    font-weight: 400;
    margin: 0;
}

strong {
    font-weight: 600;
}

.agent-2 .agent-theme-2 {
    padding: 0;
    position: relative;
}

.agent-2 .agent-theme-2 .social-list {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 15px 10px 10px;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
}

.agent-2 .agent-theme-2 .social-list li {
    list-style: none;
    display: inline-block;
}

.agent-2 .agent-theme-2 .social-list li a {
    margin: 0 8px;
    color: #fff;
}

.a-2 .agent-content {
    padding: 40px 30px 0;
}

/** AGENT DETAIL AREA START **/
.agent-detail {
    background: #fff;
    margin-bottom: 30px;
}

.agent-detail h3 {
    font-weight: 600;
    margin: 10px 0 20px;
    text-transform: uppercase;
}

.agent-detail h3 a {
    color: #37404d;
}

.agent-detail .agent-content {
    padding: 20px 30px;
}

.agent-detail .agent-theme {
    padding: 0;
}

.agent-detail .social-media ul li a {
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
}

.address-list {
    margin: 0 0 20px;
    padding: 0;
}

.address-list li {
    line-height: 32px;
    font-size: 13px;
}

.address-list li span i {
    width: 30px;
}

.address-list li span {
    width: 100px;
    font-weight: 600;
    float: left;
}

/** CUSTOMERS SAY AREA START **/
.customers-say-box {
    background: #FFFFFF;
    margin: 0 auto 30px;
}

.customers-say-box:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 3px 3px 0 rgba(0, 0, 0, 0.10);
}

.customers-say-box .header {
    padding: 30px 20px 60px;
    text-align: center;
    position: relative;
    border: none;
    color: #fff;
    margin: 0;
    background: url(http://placehold.it/262x143);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.customers-say-box .header h2 {
    margin: 0 0 8px;
    font-size: 20px;
    color: #fff;
}

.customers-say-box .header h4 {
    font-size: 10px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.customers-say-box .profile-img {
    border-radius: 50%;
    background-clip: padding-box;
    border: 5px solid #fff;
    bottom: -45px;
    float: left;
    height: 95px;
    width: 95px;
    left: 50%;
    margin-left: -45px;
    position: absolute;
}

.customers-say-box .detail {
    padding: 65px 20px 20px;
    text-align: center;
}

.customers-say-box .detail p {
    font-size: 13px;
    margin-bottom: 0;
}

/** SOCIAL COLOR AREA START **/
.facebook:hover {
    color: #3b589e !important;
}

.twitter:hover {
    color: #56d7fe !important;
}

.linkedin:hover {
    color: #1c82ca !important;
}

.google:hover {
    color: #dc4e41 !important;
}

.rss:hover {
    color: #e78733 !important;
}

/** FACEBOOK BG AREA START **/
.facebook-bg:hover {
    background: #3b589e;
}

.twitter-bg:hover {
    background: #56d7fe;
}

.linkedin-bg:hover {
    background: #1c82ca;
}

.google-bg:hover {
    background: #dc4e41;
}

.rss-bg:hover {
    background: #e78733;
}

/** BLOCK HEADING AREA START **/
.option-bar {
    background: #fff;
    border-radius: 3px;
    height: 50px;
    margin-bottom: 30px;
}

.option-bar h4 {
    line-height: 50px;
    display: inline-block;
    padding-right: 20px;
    border-radius: 3px 0 0 3px;
    margin: 0 0 0;
    font-weight: 600;
}

.option-bar .heading-icon {
    width: 50px;
    text-align: center;
    margin-right: 20px;
    display: inline-block;
    border-radius: 3px 0 0 3px;
    position: relative;
    color: #fff;
}

.option-bar .sorting {
    padding: 8px 12px;
    background: #FFF;
    border: 1px solid #EEE;
    color: #999;
    margin-right: 5px;
    font-size: 13px;
    font-weight: 300;
}

.option-bar .sorting-options {
    margin: 10px 15px 0 0;
    text-align: right;
}

.option-bar .sorting {
    font-size: 13px;
    font-weight: 300;
    padding: 5px 12px;
    border: solid 1px #e7e7e7;
}

.option-bar .sorting:focus {
    outline: none;
}

.change-view-btn {
    margin-left: 5px;
    border-radius: 2px;
    background: transparent;
    padding: 5px 9px;
}

.change-view-btn:hover {
    color: #fff;
}

.active-view-btn {
    color: #fff !important;
    margin-left: 5px;
    padding: 5px 9px;
}

.active-view-btn:hover {
    background: transparent;
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #ccc !important;
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)";
}

/** PORTFOLIO ITEM **/
.portfolio-item {
    margin-bottom: 30px;
}

.properties-gallery .pad {
    padding: 0;
}

.properties-gallery .portfolio-item {
    margin-bottom: 30px;
}

.pg .portfolio-item {
    margin-bottom: 0;
}

/** PORTFOLIO AREA START **/
.portfolio-item, .portfolio-item:focus {
    outline: none;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}

.portfolio-item img, .portfolio-item img:focus {
    outline: none;
    width: 100%;
    height: 100%;
}

.portfolio-item:hover img {
    zoom: 1;
    filter: alpha(opacity=20);
    -webkit-opacity: 0.1;
    opacity: 0.1;
}

.portfolio-item:hover .portfolio-content {
    display: inline;
    -webkit-transition-delay: 0.50s;
    transition-delay: 0.50s;
    background-color: rgba(0, 0, 0, 0.90);
    color: #fff !important;
    z-index: -999;
}

.portfolio-content {
    display: none;
    top: 0;
    width: 100%;
    text-align: center;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    text-transform: uppercase;
    color: #1c1c1c;
    height: 100%;
    position: absolute;
    right: 0;
}

.portfolio-content-inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.portfolio-content p {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
}

.overview-box p {
    color: #333;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.overview {
    z-index: 9;
    cursor: default;
    overflow: hidden;
    text-align: center;
    position: relative;
    margin-bottom: 16px;
    box-shadow: 0 0 3px #ddd;
}

.overview .mask, .overview .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 20%;
    left: 0;
}

.overview img {
    display: block;
    position: relative;
    width: 100%;
    height: 232px;
}

.overview .big-img {
    height: 480px;
}

.overview-box img {
    left: 10px;
    margin-left: -10px;
    position: relative;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    border: none;
}

.overview-box:hover > img {
    -webkit-transform: scale(2) rotate(10deg);
    transform: scale(2) rotate(10deg);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.overview h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 18px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0;
    text-shadow: none;
}

.overview-box h2 {
    color: #333;
    margin: 0 20px 0;
    background: transparent;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.overview a.btn {
    display: inline-block;
    overflow: hidden;
    text-transform: uppercase;
}

.overview-box a.btn {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all 0.5s linear;
    padding: 4px 20px;
}

.overview-box:hover h2,
.overview-box:hover p,
.overview-box:hover a.btn {
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.latest-offest .col-pad {
    padding: 0 8px;
}

/** ADVANCE SEARCH **/
.show-more-options {
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 20px;
    display: block;
}

/** PAGINATION AREA START **/
.pagination > li > a, .pagination > li > span {
    border-radius: 0% !important;
    margin: 0 5px 5px;
    text-align: center;
    padding: 7px 14.50px;
    display: inline-block;
}

.pagination > li > a {
    font-weight: 400;
}

.pagination > li > a:hover {
    color: #fff;
}

.pagination > .active > a {
}

.pagination > li > a, .pagination > li > span {
    font-size: 18px;
    color: #212529;
    background: #fff;
    border: none;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

/** FORM CONTENT BOX AREA START **/
.form-content-box {
    max-width: 450px;
    box-shadow: rgba(0, 0, 0, 0.0980392) 0 1px 1px;
    color: #4a4747;
    margin: 50px auto;
    text-align: center;
}

.form-content-box .details {
    padding: 30px 30px;
    background: #fff;
}

.form-content-box .details .main-title {
    margin-bottom: 30px;
}

.form-content-box .details .main-title h1 {
    color: #505050;
    font-size: 30px;
}

.form-content-box .checkbox label::before {
    width: 0;
    height: 0;
    left: 0;
    margin-left: 0;
}

.form-content-box .checkbox {
    padding-left: 8px;
    margin: 15px 0;
}

.or-text {
    position: absolute;
    top: -10px;
    display: inline-block;
    left: 50%;
    margin-left: -21px;
    color: rgb(153, 156, 164);
    font-size: 14px;
    padding: 0 10px;
    background: #e5e4e4;
}

.form-content-box h3 {
    margin: 0 0 30px;
    font-size: 20px;
    font-weight: 600;
    color: #323232;
}

.form-content-box .input-text {
    width: 100%;
    padding: 10px 15px;
    font-size: 13px;
    height: 44px;
    border: 1px solid #e8e7e7;
    outline: none;
    color: #717171;
    border-radius: 3px;
}

.form-content-box .footer {
    font-size: 13px;
    padding: 20px;
    background-color: #f5f5f5;
}

.form-content-box .footer span a {
    font-weight: bold;
}

.form-content-box .footer span a:hover {
    color: #8b8b8b;
}

.form-content-box .checkbox a {
    color: #8b8b8b;
    font-size: 13px;
}

/** ERROR404 AREA START **/
.error404-content {
    /*max-width: 500px;*/
    margin: 60px auto;
    text-align: center;
}

.error404-content h1 {
    font-size: 140px;
    font-weight: 600;
}

.error404-content h2 {
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.error404-content p {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 35px;
}

.error404-content .button-sm {
    padding: 10px 30px;
}

/** BLOG AREA START **/
.blog-box {
    margin-bottom: 30px;
    border-radius: 0;
    padding: 0;
    border: none;
    position: relative;
    background: transparent;
}

a:hover {
    text-decoration: none;
    color: #4a4747;
}

.blog-box h3 {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 600;
}

.blog-box .detail {
    padding: 30px;
    background: #fff;
}

.read-more {
    font-weight: 600;
    font-size: 18px;
}

.blog-box .date-box {
    position: absolute;
    top: 0;
    right: 20px;
    display: block;
    letter-spacing: 1px;
    padding: 12px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.blog-box .date-box h5 {
    color: #fff;
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.blog-box .detail .title a:hover {
    color: #7a7677;
}

.blog-box .detail .post-meta {
    font-size: 12px;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: .5px;
}

.blog-box .detail .post-meta span {
    margin-right: 15px;
}

.blog-box .detail .post-meta span a i {
    margin-right: 5px;
}

.blog-box .detail p {
    margin-bottom: 20px;
    line-height: 28px;
}

.blog-creative .blog-box .detail {
    padding: 20px !important;
}

/** BLOG BOX 2 AREA START **/
.blog-box-2 {
    padding: 0;
    border: none;
    position: relative;
    margin-bottom: 30px;
}

.blog-box-2:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 3px 3px 0 rgba(0, 0, 0, 0.10);
}

.blog-photo {
    position: relative;
    overflow: hidden;
    display: block;
}

.blog-box-2 .post-meta {
    height: 55px;
    background-color: #f4f4f4;
    margin-bottom: 0;
}

.blog-box-2 .post-meta ul {
    margin: 0;
    padding: 0 15px;
}

.blog-box-2 .post-meta .profile-user {
    padding: 6px 0 6px 6px;
}

.blog-box-2 .post-meta .profile-user img {
    border-radius: 10px;
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, .4);
    height: 75px;
    margin-right: 5px;
    margin-top: -45px;
    object-fit: cover;
    position: relative;
    width: 75px;
}

.blog-box-2 .post-meta ul li {
    font-size: 14px;
    margin: 0;
    position: relative;
    float: left;
    padding: 16px 12px;
}

.blog-box-2 .post-meta ul li:last-child{
    padding: 16px 0 16px 12px;
}

.blog-box-2 .post-meta ul li span {
    font-weight: 600;
}

.blog-box-2 .detail {
    padding: 25px 20px 20px;
}

.blog-box-2 .detail h4 {
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: 600;
}

.blog-box-2 .detail h4 a {
    color: #37404d;
}

.blog-box-2 .detail p {
    margin-bottom: 15px;
    font-size: 13px;
}

/** SIDEBAR WIDGET AREA START **/
.sidebar-widget {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
}

.sidebar .contact-1 .contact-form form textarea {
    min-height: 130px;
}

.contact-1 label {
    font-weight: 600;
    font-size: 13px;
}

.single-block {
    margin-bottom: 30px;
}

.form-search {
    position: relative;
}

.form-search .form-control {
    border: 1px solid #eee;
    box-shadow: none;
    border-radius: 3px;
    height: 45px;
}

.form-search .btn {
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 12px 12px 9px 13px;
}

.form-search .btn:active,
.form-search .btn:focus {
    box-shadow: none;
    outline: none;
}

.form-search .btn i {
    color: #4a4747;
}

.form-search .form-group, .form-search .form-control {
    width: 100%;
}

.range-slider {
    margin-top: 15px;
    margin-bottom: 30px;
}

.range-slider .ui-slider {
    position: relative;
    text-align: left;
}

.range-slider label {
    font-size: 13px;
    color: #4a4747;
    font-weight: 600;
    margin-bottom: 12px;
}

.range-slider .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #66676b;
    cursor: w-resize;
    outline: none;
    top: -5px;
    margin-left: -8px;
    box-shadow: none !important;
}

.range-slider .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background-position: 0 0;
}

.range-slider .ui-slider .ui-slider-handle {
}

.range-slider .ui-widget-content {
    background-color: #ccc;
}

.range-slider .ui-widget-header {
}

.range-slider .ui-slider.ui-state-disabled .ui-slider-handle, .range-slider .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.range-slider .ui-slider-horizontal {
    height: 4px;
    border-radius: 10px;
    width: calc(100% - 16px);
    margin-left: 8px;
}

.range-slider .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.range-slider .ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.range-slider .ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.min-value:focus, .max-value:focus, .min-value, .max-value {
    width: 40%;
    display: inline-block;
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: 12px 0 0 0;
    cursor: default;
}

.min-value {
    float: left;
    margin-left: -8px;
    width: 40%;
    margin-right: -8px;
    font-size: 11px;
    color: #4a4747;
    font-weight: 700;
    margin-top: 15px;
}

.max-value {
    float: right;
    width: 40%;
    text-align: right;
    margin-right: -8px;
    font-size: 11px;
    color: #4a4747;
    font-weight: 700;
    margin-top: 15px;
}

.sidebar .properties-box .detail header {
    padding-bottom: 0;
}

/** CATEGORY AREA START **/
.category-posts ul {
    margin: 0;
    padding: 0;
}

.category-posts ul li {
    padding: 10px 0;
    border-bottom: dashed 1px #ededed;
}

.category-posts ul li a{
    color: #535353;
}

.category-posts ul li span {
    float: right;
}

.category-posts ul li:last-child {
    border-bottom: none;
    padding: 10px 0 0;
}

/** TAGS BOX AREA START **/
.tags-box ul li {
    display: inline-block;
}

.tags-box ul li a {
    float: left;
    margin: 0 5px 5px 0;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 400;
    color: #61666d;
    border: solid 1px #f3f3f3;
    background: #f3f3f3;
    letter-spacing: 1px;
    border-radius: 2px;
}

.tags-box ul li a:hover {
    color: #fff;
}

/** LATEST REVIWS AREA START **/
.latest-reviews .media {
    margin: 0 0 30px;
}

.latest-reviews .media .media-left {
    padding-right: 20px;
}

.latest-reviews .media .media-left img {
    width: 50px;
    height: 50px;
    border-radius: 15%;
}

.latest-reviews .media-heading {
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 5px;
    font-weight: 600;
}

.latest-reviews .media-heading a {
    color: #4a4747;
}

.latest-reviews .media .media-body .rating {
    margin-bottom: 8px;
}

.latest-reviews .media .media-body .rating i {
    color: #f8b42b;
    font-size: 10px;
}

.latest-reviews .media .media-body p {
    font-size: 13px;
    margin: 0;
    font-weight: 400;
}

.latest-tweet p {
    font-size: 14px;
    margin: 0 0 20px;
}

.latest-tweet p:last-child {
    margin: 0;
}

/** POPULAR POSTS AREA START **/
.popular-posts .media {
    margin: 0 0 30px;
    color: #4a4747;
}

.popular-posts .media .media-left {
    padding-right: 15px;
}

.popular-posts .media-heading {
    font-size: 14px;
    margin: 0 0 3px;
    font-weight: 600;
}

.popular-posts .media-heading a:hover {
    color: #7a7677;
}

.popular-posts .media .media-body p {
    margin-bottom: 0;
    font-size: 13px;
}

.popular-posts .media .media-body .price {
    font-weight: 600;
    font-size: 13px;
}

.popular-posts .media:last-child {
    margin: 0;
}

/** POPULAR POSTS AREA START **/
.archives ul {
    margin: 0;
    padding: 0;
}

.archives ul li {
    line-height: 40px;
    border-bottom: dashed 1px #f1f0f0;
}

.archives ul li:last-child {
    border-bottom: none;
}

.archives ul li a {
    color: #535353;
}

/** BLOG BANNER AREA START **/
.blog-banner {
    padding: 50px 0;
    background: #ececec;
    width: 100%;
    text-align: center;
}

.blog-banner .breadcrumb-area h1 {
    margin: 0 0 15px;
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    color: #37404d;
}

.blog-banner .breadcrumbs .active {
    margin-left: 15px;
    color: #37404d;
}

.blog-banner .breadcrumbs li {
    display: inline-block;
    list-style: none;
    font-weight: 400;
    font-size: 15px;
}

.blog-banner .breadcrumbs li a {
    color: #37404d;
}

.blog-banner h2 {
    margin: 0;
}

.blog-share {
    float: right;
    text-align: right;
}

.blog-share ul li {
    margin: 0 0 5px 5px;
}

.blog-share ul li a {
    list-style: none;
    float: left;
    font-size: 14px;
    display: inline-block;
    width: 31px;
    height: 31px;
    line-height: 31px;
}

.comments {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment {
    margin: 0 0 30px 0;
    position: relative;
}

.comment-author {
    background-color: #DDDDDD;
    border-radius: 50%;
    height: 60px;
    left: 0;
    position: absolute;
    top: 0;
    transition: background-color .15s linear;
    width: 60px;
}

.comment-author a img {
    bottom: 2px;
    border-radius: 50%;
    display: block;
    height: 60px;
    width: 60px;
    position: absolute;
    top: 0;
}

.t-s {
    margin-top: 40px;
}

.t-s h2 {
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 20px;
    color: #212121;
}

.comment-content {
    margin-left: 80px;
    padding: 20px;
}

.comment-meta-author {
    float: left;
    font-weight: 700;
}

.comment-meta-author a {
    font-weight: 600;
}

.comment-meta-author a:hover {
    color: #4a4747;
}

.comment-meta-reply {
    color: #fff;
    float: right;
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 0 15px;
}

.comment-meta-reply a {
    border-radius: 2px;
    color: #fff;
    padding: 4px 8px;
}

.comment-meta-date {
    float: right;
    font-size: .9em;
}

.comment-body {
    color: gray;
    margin-top: 10px;
    line-height: 24px;
}

.comment-rating {
    color: orange;
    margin-bottom: 5px;
}

.comments ul {
    list-style: none;
    margin: 0 0 0 80px;
    padding: 0;
}

.comment-meta-date span {
    background-color: #cacaca;
    border-radius: 3px;
    color: #fff;
    padding: 4px 8px;
}

/** CONTACT 1 AREA START **/
.contact-1 .contact-form form .input-text {
    width: 100%;
    padding: 10px 17px;
    font-size: 13px;
    border: 1px solid #e8e7e7;
    outline: none;
    color: #6c6c6c;
    height: 45px;
    border-radius: 3px;
}

.contact-1 .contact-details .media .media-left i {
    width: 55px;
    font-size: 24px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    text-align: center;
}

.contact-1 .contact-details h3 {
    font-size: 27px;
    font-weight: 600;
    margin: 0 0 35px;
}

.contact-1 .contact-form .form-group {
    margin-bottom: 30px;
}

.contact-1 .contact-form form textarea {
    min-height: 210px;
}

.contact-1 .contact-details .media .media-left {
    padding-right: 30px;
}

.contact-1 .contact-details .media .media-body h4 {
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
    font-style: normal;
    margin: 0 0 10px;
}

.contact-1 .contact-details .media .media-body p {
    margin-bottom: 5px;
}

.contact-1 .contact-details .media .media-body p {
    font-size: 13px;
    letter-spacing: 0.52px;
    line-height: 20px;
}

.contact-1 .contact-details .media .media-body p a {
    color: #535353;
}

.contact-1 .contact-details .media {
    margin: 0 0 30px;
}

/** CONTACT 2 AREA START **/
.contact-2 .contact-form form .input-text {
    width: 100%;
    padding: 10px 17px;
    font-size: 13px;
    border: 1px solid #e8e7e7;
    outline: none;
    color: #6c6c6c;
    height: 45px;
    border-radius: 3px;
}

.contact-2 .contact-form .form-group {
    margin-bottom: 20px;
}

.contact-2 .contact-form form textarea {
    min-height: 150px;
}

.contact-2 .contact-details .media {
    margin: 0 0 30px;
}

.contact-2 .contact-details .media .media-left {
    padding-right: 20px;
}

.contact-2 .contact-details .media .media-left i {
    width: 45px;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    border-radius: 10%;
    text-align: center;
}

.contact-2 .contact-details .media .media-body h4 {
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
    font-style: normal;
    margin: 0 0 10px;
}

.contact-2 .contact-details .media .media-body p {
    font-size: 13px;
    letter-spacing: 0.52px;
    line-height: 20px;
}

.contact-2 .contact-details .media .media-body p a {
    color: #535353;
}

.contact-2 h3 {
    margin: 0 0 30px;
    font-weight: 300;
    font-size: 27px;
}

.contact-2 .opening-hours {
    margin-bottom: 50px;
}

.contact-2 .contact-details {
    margin-bottom: 50px;
}

.contact-2 .opening-hours .list-style-none {
    margin: 0;
    padding: 0;
}

.contact-2 .opening-hours .list-style-none li {
    list-style: none;
    line-height: 35px;
    font-size: 13px;
}

.contact-2 .opening-hours strong {
    width: 85px;
    display: inline-block;
    font-weight: 600;
}

/** CONTACT 3 AREA START **/
.contact-3 .contact-info {
    margin-bottom: 50px;
}

.contact-3 .contact-info h3 {
    margin: 0 0 30px;
    font-weight: 300;
    font-size: 27px;
}

.contact-3 .contact-info .contact-list {
    margin: 0 0 50px;
    padding: 0;
}

.contact-3 .contact-info .contact-list li {
    list-style: none;
    padding-left: 40px;
    position: relative;
    margin-bottom: 20px;
    line-height: 22px;
    color: #535353;
}

.contact-3 .contact-info .contact-list li i {
    left: 0;
    position: absolute;
    top: 0;
    line-height: 22px;
    font-size: 18px;
}

.contact-3 .contact-info .social-list {
    margin: 0;
    padding: 0;
}

.contact-3 .contact-info .social-list li {
    font-size: 13px;
}

.contact-3 .contact-info .social-list li a {
    font-size: 16px;
    float: left;
    margin-right: 20px;
}

.contact-3 .contact-form form .input-text {
    width: 100%;
    padding: 10px 17px;
    font-size: 13px;
    border: 1px solid #e8e7e7;
    outline: none;
    color: #6c6c6c;
    height: 45px;
    border-radius: 3px;
}

.contact-3 .contact-form .form-group {
    margin-bottom: 20px;
}

.contact-3 textarea {
    min-height: 200px;
}

.contact-map {
    height: 250px !important;
}

.contact-map-content .map-content {
    width: 250px;
}

.location .contact-map {
    height: 400px !important;
}

/** ABOUT CITY ESTATE AREA START **/
.about-city-estate {
    padding-top: 100px;
}

.about-city-estate h5 {
    margin: 0 0 15px;
    font-weight: 600;
    line-height: 23px;
}

.about-city-estate .main-title-2 h1 {
    font-weight: 600;
    font-size: 30px;
}

.about-text p {
    line-height: 23px;
    font-size: 13px;
    margin-bottom: 20px;
}

.about-text {
    margin-top: 20px;
}

.about-text h3 {
    font-size: 23px;
    font-weight: 600;
    margin: 0 0 20px;
}

/** SUB BANNER AREA START **/
.sub-banner {

    background-size: cover;
    height: 280px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;

}

.sub-banner .breadcrumb-area {
    background-color: rgba(0, 0, 0, 0.5);
    background: url("../img/bg01.jpg");
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
    padding-bottom: 100px;
    padding-top: 90px;
    position: absolute;
    top: 5%;
    right: 0;
    left: 0;
    z-index: 20;

}

.sub-banner .breadcrumb-area h1 {
    margin: 0 0 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #dadada;
    z-index: 20 !important;
    font-size: 1.3em;
}

.sub-banner .breadcrumbs li {
    display: inline-block;
    list-style: none;
    font-weight: 400;
    font-size: 18px;
}

.sub-banner .breadcrumbs li a {
    color: #dadada;
}

.breadcrumbs .active:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
    margin-right: 15px;
    font-weight: 600;
}

.breadcrumbs .active {
    margin-left: 15px;
    color: #dadada;
}

/** SERVICES INFO AREA START **/
.services-info {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
}

.services-info:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 3px 3px 0 rgba(0, 0, 0, 0.10);
}

.services-info i {
    font-size: 30px;
    margin-bottom: 20px;
}

.services-info h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin: 10px 0 10px;
}

.services-info p {
    margin-bottom: 0;
    font-size: 13px;
}

/** SERVICES INFO 2 AREA START **/
.services-info-2 {
    padding: 10px;
    border: none;
}

.services-info-2:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 3px 3px 0 rgba(0, 0, 0, 0.10);
}

.services-info-2 p {
    font-size: 13px;
}

.services-info-2 h3 {
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 10px;
}

.services-info-2 .caption {
    padding: 20px 0 10px;
}

.services-2 .our-partners img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}

.services-2 .read-more {
    font-weight: 600;
    font-size: 13px;
}

/** SERVICES INFO 3 AREA START **/
.services-info-3 {
    background: #fff;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.services-info-3:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 3px 3px 0 rgba(0, 0, 0, 0.10);
}

.services-info-3 i {
    font-size: 30px;
    margin-bottom: 20px;
}

.services-info-3 h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin: 10px 0 10px;
}

.services-info-3 p {
    margin-bottom: 0;
    font-size: 13px;
}

/** HELPING CENTER AREA START **/
.helping-center {
    margin-bottom: 30px;
    padding-left: 50px;
    text-align: left;
}

.helping-center .icon {
    float: left;
    margin-left: -50px;
}

.helping-center .icon i {
    font-size: 40px;
}

.helping-center h4 {
    font-weight: 600;
    margin: 0 0 5px;
    font-size: 15px;
}

.helping-center p {
    font-size: 13px;
    margin: 0;
}

.helping-center:last-child {
    margin: 0;
}

/** MRG BTM  BIG AREA START **/
.mrg-btm-30 {
    margin-bottom: 30px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.contact-details .mb-0 {
    margin-bottom: 0 !important;
}

/** MY PROFILE AREA START **/
.user-account-box {
    background: white;
    margin: 0 auto 50px;
}

.user-account-box .header {
    padding: 40px 0 60px;
    text-align: center;
    position: relative;
    border: none;
    margin: 0;
    background-color: #cccccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.user-account-box .header h3 {
    margin: 0 0 5px;
    color: #37404d;
    text-transform: uppercase;
}

.user-account-box .header p {
    margin-bottom: 5px;
    color: #37404d;
}

.user-account-box .social-list {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 15px 10px 10px;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
}

.user-account-box .social-list li {
    list-style: none;
    display: inline-block;
}

.user-account-box .social-list li a {
    margin: 0 8px;
    color: #fff;
}

.user-account-box .content {
    padding: 0;
}

.user-account-box .content ul {
    margin: 0;
    padding: 0;
}

.user-account-box .content ul li {
    list-style: none;
    font-weight: 400;
}

.user-account-box .content ul li a {
    border-bottom: 1px solid #f5f5f5;
    padding: 12px 20px 12px 20px;
    display: block;
    color: #37404d;
    border-left: solid 5px transparent;
}

.user-account-box .content ul li a i {
    margin-right: 10px;
}

.user-account-box .content ul li .active {
    font-weight: 600;
}

.my-address form .form-group {
    margin-bottom: 25px;
}

.my-address form .input-text {
    width: 100%;
    padding: 10px 17px;
    font-size: 13px;
    border: 1px solid #e8e7e7;
    outline: none;
    color: #6c6c6c;
    height: 40px;
    line-height: 26px;
    border-radius: 3px;
}

.my-address form textarea {
    min-height: 150px;
}

.my-address form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    color: #827f7f;
}

.my-address {
    background: #fff;
    padding: 30px 30px;
}

.edit-profile-photo {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0 auto 60px;
    border-radius: 10%;
}

.edit-profile-photo img {
    width: 100%;
    border-radius: 50%;
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, .4);
}

.photoUpload {
    background: #fff;
}

.change-photo-btn {
    border-radius: 2px;
    display: inline-block;
    position: absolute;
    font-size: 13px;
    bottom: -45px;
    left: 15px;
    width: auto;
    background-color: #fff;
    color: #333;
    transition: 0.3s;
    cursor: pointer;
    line-height: 28px;
}

.photoUpload {
    position: relative;
    overflow: hidden;
    padding: 3px 12px;
    cursor: pointer;
    color: #fff;
}

.photoUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.my-address {
    margin-bottom: 30px;
}

.my-properties .main-title-2 {
    margin-bottom: 0;
}

.headline {
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 30px 0;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 30px;
    color: #4a4747;
    background: #f9f6f6;
}

.typography-page p {
    font-size: 14px;
    line-height: 30px;
    color: #4a4747;
}

.typography-page mark.color {
    color: #fff;
}

mark.color {
    color: #fff;
    border-radius: 3px;
}

mark {
    background: #ff0;
    color: #8a803e;
}

mark, .mark {
    background-color: #fcf8e3;
    padding: 3px 5px;
    border-radius: 3px;
}

.list-3 li:first-child, .list-2 li:first-child, .list-1 li:first-child {
    margin-top: 0;
}

.list-3 li, .list-2 li, .list-1 li {
    list-style: none;
    margin: 14px 0;
    line-height: 27px;
    margin-left: 27px;
    position: relative;
    color: #4a4747;
}

.list-3, .list-2, .list-1 {
    padding: 5px 0 0 0;
}

.list-2 li:before {
    content: "\f00c";
    font-size: 14px;
}

.list-1 li:before {
    content: "\f0c8";
    font-size: 8px;
}

.list-3 li:before, .list-2 li:before, .list-1 li:before {
    font-family: "FontAwesome";
    margin: 0;
    position: relative;
    color: #66676b;
    float: left;
    margin-left: -27px;
    display: block;
}

.list-3 li:before {
    content: "\f058";
    font-size: 15px;
    top: 1px;
}

.numbered ol {
    counter-reset: li;
    list-style: none;
    padding: 0;
    margin-left: 18px;
    display: inline-block;
}

.numbered ol li {
    display: inline-block;
    padding: 6px 0;
    width: 100%;
    color: #4a4747;
}

.numbered.color ol > li::before {
    border: 1px solid #274abb;
    color: #274abb;
}

.numbered.color ol > li::before {
    border: 1px solid #66676b;
    color: #66676b;
}

.numbered ol > li::before {
    content: counter(li);
    counter-increment: li;
    font-size: 16px;
    line-height: 34px;
    width: 36px;
    height: 36px;
    display: inline-block;
    border: 1px solid #333;
    border-radius: 50%;
    text-align: center;
    margin: 0;
    margin-left: 0;
    font-weight: 500;
    color: #333;
    position: relative;
    float: left;
    left: -18px;
    transform: translateY(-20%);
}

.numbered.color.filled ol > li::before {
    color: #fff;
}

.numbered.color ol > li::before {
}

.demo h1, .demo h2, .demo h3, .demo h4, .demo h5, .demo h6 {
    line-height: 40px;
}

.mrg-btm-52 {
    margin-bottom: 52px;
}

/** PANEL BOX **/
.panel-box .extra-feature {
    margin: 0;
    padding: 0;
}

.panel {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: none;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}

.panel-box .extra-feature li {
    list-style: none;
    margin-bottom: 15px;
    font-size: 13px;
    color: #4c4c4c;
    line-height: 16px;
}

.panel-box .panel-heading {
    padding: 0;
    margin-bottom: 30px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #595757;
    background: none;
}

.panel-box .panel-group .panel + .panel {
    margin-top: 0;
}

.panel-box .panel-heading .panel-title a i {
    margin-right: 15px;
}

.panel-box .panel-heading .panel-title .fa:before {
    font-family: 'FontAwesome';
    content: "\f068"
}

.panel-box .panel-heading .panel-title .collapsed .fa:before {
    font-family: 'FontAwesome';
    content: "\f067"
}

.panel-box .panel-heading .panel-title a {
    text-decoration: none;
}

.panel-box p {
    color: #6d6d6d;
    line-height: 24px;
}

.panel-box span a {
    font-weight: 400;
}

.faq-body .panel-box .panel-body {
    padding: 20px 0 30px;
}

.faq-body .nav-tabs {
    border-bottom: 1px solid transparent;
    margin-bottom: 30px;
}

.panel-box .panel-body {
    padding: 0;
}

.panel-box .panel-default {
    border-color: transparent;
    margin-bottom: 0;
}

.panel-box .extra-feature li i {
    margin-right: 15px;
    font-size: 16px;
}

.yes {
    color: #3c763d !important;
    margin-left: 5px;
    font-weight: 600 !important;
    font-size: 12px;
}

.no {
    color: #a94442 !important;
    margin-left: 7px;
    font-weight: 600 !important;
    font-size: 12px;
}

.nav > li {
    position: relative;
    display: block;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
}

.nav-tabs {
    border-bottom: 1px solid transparent;
    margin-bottom: 30px;
}

.nav-tabs > li > a {
    line-height: 1.42857143;
    border: none;
}

.nav-tabs > li > a:hover {
    background: transparent;
    border-radius: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    border: none;
    border-radius: 0;
    border-bottom-color: transparent;
}

/** CAROUSEL CUSTOM AREA START **/
#carousel-custom .carousel-indicators {
    margin: 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    padding: 0;
    border: none;
}

#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: 12.50%;
    border: none;
    float: left;
}

#carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}

#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}

#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}

#carousel-custom .carousel-outer {
    position: relative;
}

.thumb-preview {
    width: 100%;
}

.thumbs {
    width: 100%;
    margin: 12px auto;
}

.thumbs img {
    width: 100%;
    float: left;
}

/** FLOOR PLANS AREA START **/
.floor-plans table {
    width: 100%;
    margin-bottom: 40px;
    border: 1px solid rgba(0, 0, 0, 0.07);
}

.floor-plans table tr:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.floor-plans table td, table th {
    padding: 10px 15px;
    border-right: 1px solid rgba(0, 0, 0, 0.07);
}

.floor-plans table td {
    font-size: 13px;
}

/** PROPERTIES DETAILS PAGE AREA START **/
.properties-details-page p {
    line-height: 25px;
}

.properties-amenities ul {
    margin: 0;
    padding: 0;
}

.properties-amenities li {
    list-style: none;
}

.properties-amenities ul li {
    list-style: none;
    margin-bottom: 20px;
    font-size: 13px;
}

.properties-amenities ul li i {
    margin-right: 20px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
}

.properties-condition ul {
    margin: 0;
    padding: 0;
}

.properties-condition li {
    list-style: none;
}

.properties-condition ul li {
    list-style: none;
    margin-bottom: 20px;
    color: #4a4747;
    font-size: 13px;
}

.properties-condition ul li i {
    margin-right: 20px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
}

.sidebar .inside-properties iframe {
    width: 100%;
    border: 0;
    height: 250px !important;
}

.inside-properties iframe {
    width: 100%;
    border: 0;
    height: 400px !important;
}

.sidebar .location .contact-map {
    width: 100%;
    height: 250px !important;
}

.heading-properties h3 {
    font-weight: 700;
    margin-top: 0;
    color: #353434;
}

.heading-properties p {
    margin-bottom: 0;
}

.heading-properties h5 {
    text-align: right;
    font-weight: 700;
}

.Property-description .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    display: inline-block;
}

/** TABLE MANAGE TABLE PAGE AREA START **/
table.manage-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px !important;
    border: none;
    padding: 1px;
}

table.manage-table td:first-child {
    padding-left: 0;
    line-height: 25px;
}

table.manage-table .title-container img {
    width: 20% !important;
    flex: 1.1;
    margin-right: 26px;
}

table.manage-table .title-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

table.manage-table .title-container .title {
    width: 70%;
}

table.manage-table td {
    padding: 35px 20px;
    vertical-align: middle;
    /*border-bottom: 1px solid #e4e4e4;*/
}

table.manage-table .title-container .title h4 {
    margin: 5px 0 5px;
    display: block;
    font-size: 19px;
}

table.manage-table td.action a {
    display: block;
    color: #535353;
    line-height: 20px;
    padding: 3px 0;
    position: relative;
    margin-left: 21px;
}

table.manage-table .title-container .title .table-property-price {
    display: inline-block;
    color: #535353;
    font-size: 13px;
    font-weight: 600;
}

table.manage-table td.action a i {
    position: absolute;
    left: -21px;
    top: 5px;
}

table.manage-table .title-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

table.manage-table .title-container .title span {
    display: block;
    color: #535353;
}

/** SUBMIT PROPERTY AREA START **/
.notification-box {
    padding: 30px 35px;
    color: #2e86b2;
    margin-bottom: 50px;
    background-color: #bae8ff;
}

.notification-box h3 {
    margin: 0 0 10px;
    font-weight: 600;
}

.notification-box p {
    font-size: 17px;
    margin: 0;
}

.submit-address form .input-text {
    width: 100%;
    padding: 10px 17px;
    font-size: 13px;
    border: 1px solid #e8e7e7;
    outline: none;
    color: #6c6c6c;
    height: 44px;
    border-radius: 2px;
}

.submit-address form textarea {
    min-height: 250px;
}

.submit-address form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
    font-weight: 600;
    color: #827f7f;
}

.submit-address form .form-group {
    margin-bottom: 25px;
}

.dropzone-design {
    border: 2px dashed #d0d0d0;
    min-height: 100px;
}

.dropzone-design, .dropzone-design * {
    box-sizing: border-box;
}

.dropzone-design {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
    padding: 20px 20px;
}

.dropzone-design.dz-clickable {
    cursor: pointer;
}

.dropzone-design.dz-clickable * {
    cursor: default;
}

.dropzone-design.dz-clickable .dz-message, .dropzone-design.dz-clickable .dz-message * {
    cursor: pointer;
}

.dropzone-design.dz-started .dz-message {
    display: none;
}

.dropzone-design.dz-drag-hover {
    border-style: solid;
}

.dropzone-design.dz-drag-hover .dz-message {
    opacity: 0.5;
}

.dropzone-design .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px;
}

.dropzone-design .dz-preview:hover {
    z-index: 1000;
}

.dropzone-design .dz-preview:hover .dz-details {
    opacity: 1;
}

.dropzone-design .dz-preview.dz-file-preview .dz-image {
    border-radius: 3px;
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone-design .dz-preview.dz-file-preview .dz-details {
    opacity: 1;
}

.dropzone-design .dz-preview.dz-image-preview {
    background: white;
}

.dropzone-design .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.dropzone-design .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
}

.dropzone-design .dz-preview .dz-remove:hover {
    text-decoration: underline;
}

.dropzone-design .dz-preview:hover .dz-details {
    opacity: 1;
}

.dropzone-design .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    line-height: 150%;
}

.dropzone-design .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px;
}

.dropzone-design .dz-preview .dz-details .dz-filename {
    white-space: nowrap;
}

.dropzone-design .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
}

.dropzone-design .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropzone-design .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent;
}

.dropzone-design .dz-preview .dz-details .dz-filename span, .dropzone-design .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0 0.4em;
    border-radius: 3px;
}

.dropzone-design .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px);
}

.dropzone-design .dz-preview .dz-image {
    border-radius: 3px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    transition: all 0.3s;
    display: block;
    z-index: 10;
}

.dropzone-design .dz-preview .dz-image img {
    display: block;
    filter: blur(0px);
    transition: all 0.4s;
}

.dropzone-design .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone-design .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone-design .dz-preview .dz-success-mark, .dropzone-design .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
}

.dropzone-design .dz-preview .dz-success-mark svg, .dropzone-design .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px;
}

.dropzone-design .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.dropzone-design .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}

.dropzone-design .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite;
}

.dropzone-design .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden;
}

.dropzone-design .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}

.dropzone-design .dz-preview.dz-error .dz-error-message {
    display: block;
}

.dropzone-design .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto;
}

.dropzone-design .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white;
}

.dropzone-design .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626;
}

.dropzone-design {
    position: relative;
    border: 2px dashed #d0d0d0;
    border-radius: 3px;
    background: #fcfcfc;
    transition: all 0.3s linear;
    display: inline-block;
    width: 100%;
}

.dropzone-design:before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9));
    background-color: #66676b;
    opacity: 0;
    z-index: 10;
    transition: all 0.3s linear;
    border-radius: 3px;
}

.dropzone-design:hover:before {
    opacity: 0.4;
}

.dropzone-design .dz-message {
    text-align: center;
    margin: 50px 0;
    font-size: 17px;
    color: #4a4747;
    transition: all 0.3s linear;
    position: relative;
    z-index: 11;
}

.dropzone-design:hover .dz-message {
    color: #66676b;
}

.dz-message i {
    display: block;
    font-size: 32px;
    margin-bottom: 15px;
}

.dropzone-design .dz-default.dz-message span {
    display: inline;
    line-height: 117px;
}

.bordered-right {
    border-right: 1px solid rgba(22, 24, 27, .12);
}

/** SPECIFICATIONS AREA START **/
.section-heading .media .media-left i {
    color: #fff;
    width: 47px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    font-size: 30px;
    float: left;
}

.specifications .reviews-box ul {
    margin: 0;
    padding: 0;
}

.specifications .reviews-box ul li {
    list-style: none;
    float: left;
}

.specifications a:hover {
    color: #646363;
}

.book-btn {
    display: block;
    height: 41px;
    margin-bottom: 15px;
    border-radius: 3px;
}

.book-btn-l {
    float: left;
    padding: 0 12px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.book-btn-r {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    display: block;
}

/** PAGE LOADER **/
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.page_loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(../img/loader2.gif) center no-repeat #fff;
}

.slider-section .simple-slider {
    margin-bottom: 30px;
}

.social-media-box {
    text-align: left;
    float: left;
    width: 100%;
}

.social-media-box .social-list li a {
    text-align: center;
    display: inline-block;
    font-size: 18px;
    border-radius: 0;
}

/** Option Panel **/
.option-panel {
    z-index: 9999;
    width: 215px;
    position: fixed;
    right: 0;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    top: 20%;
    padding: 20px 15px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.option-panel-collased {
    right: -215px;
}

.option-panel h2 {
    font-size: 13px;
    margin: 0 0 0 0;
    text-align: center;
    padding: 8px 0;
    text-transform: uppercase;
    font-weight: 600;
}

.option-panel .color-plate {
    width: 24px;
    height: 24px;
    float: left;
    margin: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.default-plate {
    background: #95c41f;
}

.blue-plate {
    background: #2048bb
}

.yellow-plate {
    background: #ffb400
}

.red-plate {
    background: #d20023;
}

.green-light-plate {
    background: #1abc9c
}

.orange-plate {
    background: #F34B0A;
}

.yellow-light-plate {
    background: #eae328;
}

.green-light-2-plate {
    background: #0dcdbd;
}

.olive-plate {
    background: #b3c211;
}

.purple-plate {
    background: #8e44ad;
}

.blue-light-plate {
    background: #3c9dff;
}

.brown-plate {
    background: #A14C10;
}

.setting-button {
    background: #eee;
    position: absolute;
    font-size: 16px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: -50px;
    color: #fff;
    top: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
}

/** Option Panel **/

/** ICONS LIBRARY **/
.icon-lists .heading {
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.glyph {
    background: #fff;
    width: 250px;
    height: 94px;
    float: left;
    text-align: center;
    padding: 20px 11px;
    margin: 10px;
    font-size: 10px;
    color: #999;
}

.glyph .glyph-icon {
    font-size: 24px;
    color: #555;
}

.glyph fieldset,
.glyph .hidden-true {
    display: none;
}

.glyph .bshadow0 .lnr {
    font-size: 24px;
    color: #555;
    display: block;
    line-height: 35px;
}

.icon-lists mark {
    margin-bottom: 10px;
    display: inline-block;
}

.bs-glyphicons-list {
    padding-left: 0;
    list-style: none;
}

.bs-glyphicons li {
    width: 12.5%;
    font-size: 12px;
}

.bs-glyphicons li {
    float: left;
    width: 20%;
    height: 115px;
    padding: 10px;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
    background-color: #f9f9f9;
    border: 1px solid #fff;
}

.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}

.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}

.font-awesome-icons .col-print-4 {
    margin-bottom: 10px;
}

.font-awesome-icons .text-muted {
    display: none;
}

/** MEDIA QUERY **/
@media (max-width: 1200px) {
    .agent-2 .agent-content {
        padding: 15px 20px 0;
    }

    .agent-2 .agent-content h3 {
        margin: 8px 0 8px;
        font-size: 17px;
    }

    .a-2 .agent-content {
        padding: 25px 20px 0;
    }

    .property-hp .property-content {
        padding: 25px 25px !important;
    }

    .property-hp img {
        height: 338px;
    }

    .property .hp-1 {
        height: 220px;
    }

    .property-2 .facilities-list li {
        margin-right: 10px;
    }

    .property-2 .content {
        padding: 20px 15px;
    }

    .property-2 .facilities-list {
        padding: 10px 15px;
    }
}

@media (max-width: 995px) {

    .logo {
        margin-right: 30px;
        padding: 22px 0 21px;
    }

    .property-2 .facilities-list li {
        margin-right: 20px;
    }

    .property-2 .content {
        padding: 20px 20px;
    }

    .property-2 .facilities-list {
        padding: 10px 20px;
    }

    .main-title .lead {
        font-size: 18px;
    }

    .property .hp-2 {
        height: auto;
    }

    .main-header .navbar-default .nav > li > a {
        padding: 20px 8px 26px;
        font-size: 13px;
    }

    .copy-right {
        text-align: center;
    }

    .copy-right ul {
        float: none;
        margin-top: 15px;
    }

    .rightside-navbar li .button {
        border-radius: 3px;
        padding: 0 7px !important;
    }

    .rightside-navbar {
        padding: 21px 0 20px;
    }

    .setting-button {
        font-size: 14px;
        width: 36px;
        height: 36px;
        line-height: 38px;
        left: -35px;
    }

    .logo img {
        height: 35px;
    }

    .form-content-box .details .main-title h1 {
        font-size: 22px;
    }

    .intro-section img {
        height: 35px;
    }

    .intro-section h3 {
        font-size: 19px;
        line-height: 35px;
    }

    .intro-section .button-theme {
        padding: 7px 20px;
        font-size: 13px;
        font-weight: 500;
    }

    .intro-section {
        text-align: center;
    }

    .intro-section .button-theme {
        float: none;
    }

    .bordered-right {
        border-right: 1px solid transparent;
    }

    .counter-box {
        margin-bottom: 40px;
        padding: 0;
    }

    .counters {
        padding: 40px 0 0;
    }

    .contact-1 .contact-form .form-group {
        margin-bottom: 20px;
    }

    .pricing-tables-3 .mb {
        margin: 0 auto 40px !important;
    }

    .content-area-8 {
        padding: 100px 0 50px;
    }

    .agent-2 .agent-content {
        padding: 30px 25px;
    }

    .compare-table tr td {
        font-size: 13px;
        padding: 15px 10px;
    }

    .rightside-navbar li a.button {
        padding: 4px 15px !important;
    }

    .banner .banner-slider-inner h1 {
        font-size: 35px;
    }

    .banner .banner-slider-inner p {
        font-size: 14px;
    }

    .banner .button-md {
        padding: 12px 20px 8px 20px;
        font-size: 12px;
    }

    /*.banner .banner-tb {
        top: 30%;
    }*/
    .banner-content-left {
        margin-left: auto;
        margin-right: auto;
    }

    .animated {
        /*CSS3 animation properties*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;

        /*CSS3 transition properties*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;

        /*CSS3 transform properties*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
    }

    .modal-raw {
        display: block;
    }

    .banner .item {
        height: auto;
    }
}

@media all and (min-width: 768px) {
    .our-partners .carousel-inner > .active.left,
    .our-partners .carousel-inner > .prev {
        left: -50%;
    }

    .our-partners .carousel-inner > .active.right,
    .our-partners .carousel-inner > .next {
        left: 50%;
    }

    .our-partners .carousel-inner > .left,
    .our-partners .carousel-inner > .prev.right,
    .our-partners .carousel-inner > .active {
        left: 0;
    }

    .our-partners .carousel-inner .cloneditem-1 {
        display: block;
    }
}

@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
    .our-partners .carousel-inner > .item.active.right,
    .our-partners .carousel-inner > .item.next {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        left: 0;
    }

    .our-partners .carousel-inner > .item.active.left,
    .our-partners .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        left: 0;
    }

    .our-partners .carousel-inner > .item.left,
    .our-partners .carousel-inner > .item.prev.right,
    .our-partners .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

@media all and (min-width: 992px) {
    .our-partners .carousel-inner > .active.left,
    .our-partners .carousel-inner > .prev {
        left: -25%;
    }

    .our-partners .carousel-inner > .active.right,
    .our-partners .carousel-inner > .next {
        left: 25%;
    }

    .our-partners .carousel-inner > .left,
    .our-partners .carousel-inner > .prev.right,
    .our-partners .carousel-inner > .active {
        left: 0;
    }

    .our-partners .carousel-inner .cloneditem-2,
    .our-partners .carousel-inner .cloneditem-3 {
        display: block;
    }
}

@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
    .our-partners .carousel-inner > .item.active.right,
    .our-partners .carousel-inner > .item.next {
        -webkit-transform: translate3d(25%, 0, 0);
        transform: translate3d(25%, 0, 0);
        left: 0;
    }

    .our-partners .carousel-inner > .item.active.left,
    .our-partners .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-25%, 0, 0);
        transform: translate3d(-25%, 0, 0);
        left: 0;
    }

    .our-partners .carousel-inner > .item.left,
    .our-partners .carousel-inner > .item.prev.right,
    .our-partners .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

@media (max-width: 768px) {

    .counters h3 {
        font-size: 19px;
        margin-bottom: 20px;
    }

    .property .hp-1 {
        height: auto;
    }

    table.manage-table td {
        padding: 15px 10px;
        vertical-align: middle;
        /*border-bottom: 1px solid #e4e4e4;*/
    }

    .slider-mover-left i {
        font-size: 15px;
    }

    .brand-box {
        padding: 20px 10px;
    }

    .compare-properties {
        padding: 15px 15px 20px;
    }

    .compare-properties h3 {
        margin: 0 0 15px;
        font-size: 18px;
    }

    footer {
        padding: 70px 0 0;
    }

    .brand-box img {
        height: 40px;
    }

    .brand-box h5 {
        font-weight: 600;
        margin: 15px 0 10px;
        font-size: 13px;
    }

    .slider-mover-right i {
        font-size: 15px;
    }

    .property .button, input[type="submit"] {
        padding: 5px 12px;
    }

    .property-price {
        font-size: 17px;
    }

    .logo img {
        height: 30px;
    }

    .partners-block h3 {
        font-size: 19px;
    }

    .properties-panel-box .nav > li > a {
        font-size: 11px;
        padding: 6px 20px;
    }

    .search-area {
        padding: 0 0 0;
    }

    .mb-70 {
        margin-bottom: 30px;
    }

    .mb-100 {
        margin-bottom: 50px;
    }

    .search-area .container {
        padding: 0 5px;
    }

    .property-content .property-address a {
        font-size: 13px;
    }

    .pricing-tables-3 .mb {
        margin: 0 auto 25px !important;
    }

    .comment {
        margin-bottom: 0;
    }

    .about-city-estate .main-title-2 h1 {
        font-size: 24px;
    }

    .about-city-estate {
        padding-top: 50px;
    }

    .error404-content h2 {
        font-size: 20px;
    }

    .breadcrumbs li {
        font-size: 16px;
    }

    .list-inline-listing li {
        padding: 5px 20px;
        ;
    }

    .biography p {
        text-align: justify;
        font-size: 14px;
        line-height: 20px;
    }

    .main-title h1 {
        font-size: 22px;
    }

    .main-title-2 h1 {
        font-size: 18px;
    }

    .service-item .detail h3 {
        margin: 20px 0 10px;
    }

    .property-content .title {
        font-size: 16px;
    }

    .property-hp img {
        height: auto;
    }

    .main-title-2 {
        margin-bottom: 20px;
    }

    .content-area {
        padding: 50px 0 20px;
    }

    .content-area-2 {
        padding: 50px 0;
    }

    .content-area-3 {
        padding: 20px 0;
    }

    .content-area-4 {
        padding: 50px 0;
    }

    .content-area-5 {
        padding-bottom: 20px;
    }

    .content-area-6 {
        padding: 50px 0 10px;
    }

    .content-area-7 {
        padding: 50px 0;
    }

    .content-area-8 {
        padding: 50px 0 0;
    }

    .content-area-9 {
        padding-top: 50px;
    }

    .categories {
        padding-bottom: 30px;
    }

    .categories-2 {
        padding: 50px 0 30px;
    }

    .contact-1 .contact-details {
        padding-top: 50px;
    }

    .main-title {
        margin-bottom: 25px;
    }

    .footer-info .links li {
        margin-bottom: 10px;
    }

    .mb-40 {
        margin-bottom: 20px;
    }

    .listings-parallax {
        padding-top: 50px;
        text-align: center;
    }

    .contect-agent-photo {
        margin-top: 15px;
    }

    .listings-parallax h3 {
        line-height: 26px;
        font-size: 16px;
    }

    .our-service-inner {
        padding: 50px 0;
    }

    .properties-panel-box .nav-tabs > li > a {
        margin: 2px 4px 2px 0;
    }

    .banner .item img {
        min-height: 100px;
    }

    .banner-content {
        max-width: 80%;
    }

    .banner .banner-slider-inner h1 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .banner .banner-slider-inner p {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .logo-2 {
        margin-bottom: 10px;
        text-align: center;
    }

    .location .contact-map {
        height: 250px !important;
    }

    .banner .btn {
        font-size: 11px;
        padding: 9px 10px 7px 10px;
        margin-bottom: 5px;
    }

    .logo {
        padding: 10px 0;
    }

    /*.banner .item{
        height: auto;
    }*/
    .navbar-default .navbar-toggle {
        margin-top: 20px;
        margin-right: 0;
        padding: 0;
        margin-bottom: 8px;
        border-radius: 0;
        border: none;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #fff !important;
        padding: 6px 15px !important;
    }

    .main-header .navbar-default .nav > li > a:hover {
        color: #fff !important;
        background: transparent;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background: none;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #555;
        background: #eee;
        padding: 8px 15px;
        border-bottom: none;
    }

    .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li.dropdown-header, .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a {
        background: #f8f8f8;
        padding-left: 50px;
    }

    .rightside-navbar {
        display: none;
    }

    .main-header .navbar-default .nav > li > a {
        padding: 6px 15px !important;
        text-align: left;
    }

    .category_long_bg {
        height: 200px;
    }

    .service-item {
        margin-bottom: 75px;
    }

    .hidden-mb-0 {
        margin-bottom: 0;
    }

    .testimonials-1 .text {
        padding: 0 20px;
        font-size: 17px;
        line-height: 30px;
    }

    .section-4 {
        padding-top: 130px
    }

    .listings-parallax h1 {
        font-size: 25px;
        margin: 0 0 20px;
    }

    .sub-banner h1 {
        font-size: 28px;
    }

    .sub-banner {
        height: 300px;
    }

    .blog-banner .breadcrumb-area h1 {
        font-size: 20px;
    }

    .blog-banner .breadcrumbs li {
        font-size: 14px;
    }

    .blog-banner {
        padding: 40px 0;
    }

    .sub-banner .breadcrumbs li {
        font-size: 16px;
    }

    .contact-details .media .media-left {
        padding-right: 20px;
    }

    .contact-details .media .media-left i {
        width: 42px;
        font-size: 21px;
        height: 42px;
        line-height: 42px;
    }

    .error404-content h1 {
        font-size: 100px;
    }

    .error404-content p {
        font-size: 18px;
    }

    .blog-box .detail p {
        line-height: 23px;
        text-align: justify;
        font-size: 13px;
    }

    .search-contents {
        padding: 0 15px;
        border-radius: 0;
    }

    .search-box .form-group {
        margin-bottom: 0;
    }

    .blog-box .detail {
        padding: 20px;
    }

    .blog-box .detail .tags-box {
        margin-bottom: 20px;
    }

    .blog-box .detail .blog-share {
        float: left;
        text-align: left;
    }

    .comments ul {
        margin: 0 0 0 0;
    }

    .comment-body {
        line-height: 20px;
        margin-top: 10px;
        font-size: 13px;
        text-align: justify;
    }

    blockquote {
        margin: 20px 0 20px;
    }

    .blog-banner {
        text-align: center;
    }

    .go-home {
        float: none;
    }

    .blog-banner h2 {
        margin: 0 0 30px 0;
        font-size: 20px;
    }

    .comment-content {
        margin-left: 65px;
        padding: 15px;
    }

    .option-bar h4 {
        display: block;
        border-radius: 3px;
    }

    .option-bar .cod-pad {
        padding: 0 15px 0 0;
    }

    .form-content-box .details {
        padding: 20px 20px;
    }

    .sec-title-three h2 {
        margin-top: 0;
    }

    .recent-properties {
        padding: 50px 0 20px;
    }

    .about-text h3 {
        font-size: 19px;
    }

    .slider-mover-left {
        width: 25px;
        height: 40px;
        line-height: 40px;
    }

    .slider-mover-left img {
        width: 10px;
    }

    .slider-mover-right {
        width: 25px;
        height: 40px;
        line-height: 40px;
    }

    .slider-mover-right img {
        width: 10px;
    }

    .banner-detail-box {
        z-index: 2;
        background: transparent;
        padding: 0px;
    }

    .banner-detail-box h3 {
        color: #fff !important;
        font-size: 24px;

    }

    .search-area .form-group {
        margin-bottom: 10px;
    }

    .properties-box .detail .location a {
        font-size: 14px;
    }

    .about-box {
        max-width: 100%;
    }

    .property .height img {
        height: auto;
    }

    .properties-details-page p {
        line-height: 21px;
        text-align: justify;
        font-size: 13px;
    }

    .properties-amenities ul li {
        list-style: none;
        margin-bottom: 10px;
    }

    .properties-condition ul li {
        margin-bottom: 10px;
    }

    .heading-properties h3 {
        font-size: 18px;
    }

    .typography-page p {
        font-size: 13px;
        line-height: 25px;
        text-align: justify;
    }

    .breadcrumb-area h1 {
        font-size: 21px;
    }

    .breadcrumb-area p {
        font-size: 14px;
    }

    .breadcrumb-area .button-md {
        padding: 10px 20px;
    }

    .testimonials-1 p {
        font-size: 17px;
        line-height: 27px;
    }

    .testimonials-1 {
        padding: 50px 0 80px;
    }

    .testimonials-1 h1 {
        margin-bottom: 25px;
    }

    .testimonials-2 {
        text-align: center;
    }

    .testimonials-2 .content .avatar {
        max-width: 150px;
        margin: 15px auto;
    }

    .testimonials-2 .sec-title-three .text {
        font-size: 17px;
        line-height: 30px;
    }

    .testimonials-2 .content .text {
        font-size: 18px;
        line-height: 30px;
    }

    .testimonials-2 {
        padding: 50px 0 80px;
    }

    .testimonials-3 .content .avatar {
        max-width: 130px;
        margin: 0 auto 20px;
        padding: 10px;
    }

    .testimonials-3 {
        text-align: center;
    }

    .testimonials-3 h1 {
        margin-bottom: 25px;
    }

    .testimonials-3 {
        padding: 50px 0 80px;
    }

    .contact-3 .contact-info h3 {
        font-size: 24px;
        font-weight: 400;
    }

    .intro-section h3 {
        font-size: 19px;
        line-height: 35px;
        margin: 10px 0;
    }

    .listings-parallax img {
        margin-top: 30px;
    }

    .t-slider-l {
        width: 30px;
        height: 30px;
        line-height: 25px;
    }

    .t-slider-r {
        width: 30px;
        height: 30px;
        line-height: 25px;
    }

    .animated {
        /*CSS3 animation properties*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;

        /*CSS3 transition properties*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;

        /*CSS3 transform properties*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
    }
}

@media (min-width: 768px) {

    .main-header .navbar-default .nav > li:hover > .dropdown-menu {
        display: block;
        animation-delay: 0.3s;
        -webkit-animation-delay: 0.3s
    }

    .main-header .navbar-default .nav > li > .dropdown-menu li:hover > .dropdown-menu {
        display: block;
    }
}

@media screen and (max-width:990px){
    .pricingTable{
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .imagemfiltro{
        background-image:url(../img/paralax-filtro-cel.png?1);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .fontedegrade{
        color: white !important;
    }
}

@media all and (max-width: 724px) {
    .theme-tabs .nav-tabs > li > a > span {
        display: none;
    }

    .theme-tabs .nav-tabs > li > a {
        padding: 5px 5px;
    }
}


/** List view inside Map **/
.map-properties-list {
    margin: 0px 15px 30px 15px;
}

.img-inside-map {
    height: 220px;
}
.realty_item_content{
    padding: 5px;
}

.realty_item_content p{
    display: inline-block;
    /*padding: 5px 10px;*/
    width: 50%;
    padding-left: 45px;
    background-size: 25px;
    background-position: center left 10px;
    background-repeat: no-repeat;
    font-size: 0.8em;
    text-transform: uppercase;
    color: #777;
}

.realty_item.box4 .realty_item_header h1{
    position: relative;
    background: #333;
    font-size: 0.875em;
}

.realty_item.box4 .realty_item_content p{
    font-size: 0.5em;
    padding: 0;
    padding-left: 35px;
}

.realty_item_content p b{
    font-size: 1.1em;
    color: #000;
}

.realty_item_content .price{
    background-image: url(../img/icons/price.png);
}

.realty_item_content .ref{
    background-image: url(../img/icons/ref.png);
}

.realty_item_content .city{
    background-image: url(../img/icons/city.png);
}


.realty_item_content .district{
    background-image: url(../img/icons/district.png);
}


.realty_item_content .built{
    background-image: url(../img/icons/built.png);
}

.realty_item_content .total{
    background-image: url(../img/icons/total.png);
}

.realty_item_content .bed{
    background-image: url(../img/icons/bedrooms.png);
}

.realty_item_content .aparts{
    background-image: url(../img/icons/aparts.png);
}

.realty_item_content .bat{
    background-image: url(../img/icons/bat.png);
}

.realty_item_content .parking{
    background-image: url(../img/icons/parking.png);
}
.realty_item_price{
    font-size: 1.4em;
    font-weight: 600;
    text-align: center;
    padding: 20px;
    background: #eee;
    color: #444;
    text-shadow: 1px 1px 1px #fcfcfc;
}


/*
Migrado o reset.css WC
*/

/*DEFAULT LOAD*/
.ajax_load {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.ajax_load_box_title{
    color:#FFF;
}

.ajax_load_box {
    margin: auto;
    text-align: center;
    color: #FFF;
    font-weight: var(--weight-bold);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.ajax_load_box_circle {
    border: 16px solid #e3e3e3;
    border-top: 16px solid #84ad1d;
    border-radius: 50%;
    margin: auto;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 1.2s linear infinite;
    -o-animation: spin 1.2s linear infinite;
    animation: spin 1.2s linear infinite;
}

/***********************************
############# MAINTENANCE ##############
***********************************/

.workcontrol_maintenance{
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    background: #ba8585;
    color: #fff;
    text-shadow: 1px 1px 0px #855E5E;
}

/****************
????
*/
/***********************************
############ ANUNCIOS ##############
***********************************/
.single_ad_thumb{
    position: relative;
}

.single_ad_thumb header{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 15px;
    background: rgba(0,128,104,0.8);
    color: #fff;
}

.wc_img_autor{
    position: absolute;
    right: 20px;
    bottom: -20px;
    width: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 2px;
    background: #008068;
    border: 2px solid #fff;
}


img{
    border-radius: 0;
}

ul{
    list-style: none;
}

fieldset{
    border: 0;
}
input,
select,
textarea{
    padding: 10px;
    width: 100%;
}
input.btn{
    width: auto;
    cursor: pointer;
}

.clear{
    clear: both;
}

.fl_right{
    float: right;
}

.fl_left{
    float: left;
}

.progress{
    display: block;
    width: 100%;
    background: #333;
}

.progress_bar{
    display: inline-block;
    background: #00B494;
    color: #fff;
    padding: 5px;
    font-size: 0.7em;
    text-align: center;
    max-width: 100%;
    font-weight: 600;
    text-shadow: 1px 1px 0 #333;
    text-transform: uppercase;
}

.radius{
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.rounded{
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.label_50 label{
    display: inline-block;
    width: 48%;
}

.label_50 label:nth-child(2n+0){
    margin-left: 3%;
}

/***********************************
######## HTML CHARS CONFIG #########
***********************************/
.htmlchars{
    display: block;
    width: 100%;
    padding: 30px;
}

.htmlchars h3{
    display: block;
    font-size: 2em;
    font-weight: 300;
    margin-bottom: 30px
}
.htmlchars h4{
    display: block;
    font-size: 1.8em;
    font-weight: 300;
    margin-bottom: 30px
}
.htmlchars h5{
    display: block;
    font-size: 1.6em;
    font-weight: 300;
    margin-bottom: 30px
}
.htmlchars p{
    margin-bottom: 20px;
    font-size: 0.9em;
    font-weight: 400;
}
.htmlchars iframe{
    width: 100%;
    border: none;
}
.htmlchars ul{
    list-style: circle;
    margin: 20px 30px;
}
.htmlchars ol{
    margin: 20px 30px;
}
.htmlchars form{
    padding: 30px;
    background: #fbfbfb;
    margin: 20px 0;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.htmlchars form label{
    display: block;
    margin-bottom: 15px;
    font-size: 0.9em;
    text-transform: uppercase;
}
.htmlchars form input,
.htmlchars form textarea{
    border: 1px solid #ccc;
    display: block;
    margin-top: 15px;
    font-size: 1em;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.htmlchars form button,
.htmlchars form input[type="submit"]{
    display: block;
    border: 0;
    color: #fff;
    text-shadow: 0 1px #000;
    cursor: pointer;
    padding: 15px 30px;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    background: #00B494;
    border-bottom: 5px solid #008068;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.htmlchars form button:hover,
.htmlchars form input[type="submit"]:hover{
    background-color: #008068;
    border-color: #0B5747;
}
.htmlchars a{
    color: #0E96E5;
    text-decoration: none;
}
.htmlchars a:hover{
    text-decoration: underline;
}
.htmlchars pre{
    margin-bottom: 30px;
    font-size: 0.8em;
}
.htmlchars .btn{
    display: block;
    color: #fff;
}
.htmlchars .btn:hover{
    text-decoration: none !Important;
}


/*
TRIGGER
Personaliza mensagens do sistema
*/
.trigger{
    display: block;
    width: 100%;
    padding: 15px;
    background: #333;
    font-size: 0.9em;
    color: #fff;
    margin-bottom: 20px;
}

.trigger p{
    margin-top: 8px;
}

.trigger_success{
    background-color: #00B494;
}
.trigger_info{
    background-color: #0E96E5;
}
.trigger_alert{
    background-color: #FAAD50;
}
.trigger_error{
    background-color: #F45563;
}

.trigger_none{
    margin-bottom: 0;
}


/*DISPLAY MODE*/
.ds_none{
    display: none;
}
.ds_block{
    display: block;
}
.ds_inline{
    display: inline;
}
.ds_inblock{
    display: inline-block;
}

/*MARGIN MODE*/

.m_top{
    margin-top: 20px;
}
.m_bottom{
    margin-bottom: 20px;
}
.m_left{
    margin-left: 20px;
}
.m_right{
    margin-right: 20px;
}


/*ALIGN*/

.al_center{
    text-align: center;
}
.al_left{
    text-align: left;
}
.al_right{
    text-align: right;
}
.al_justify{
    text-align: justify;
}


/***********************************
############### TOOLTIP  ##########
***********************************/
.wc_tooltip{
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.wc_tooltip:hover .wc_tooltip_balloon{
    display: inline;
}

.wc_tooltip_balloon{
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    bottom: 100%;
    margin-bottom: 10px;
    font-weight: 500;
    width: 200px;
    padding: 15px;
    background: #000;
    opacity: 0.9;
    z-index: 99;
    color: #fff;
    font-size: 0.75rem;
    text-align: center;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-shadow: none !important;
}

.wc_tooltip_balloon::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid #000000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

/***********************************
######### CUSTON BUTTONS ###########
***********************************/
.btn_medium{
    padding: 10px 20px;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
}

.btn_blue{
    background-color: #9D8F40;
    text-shadow: 1px 1px #9D8F40;
}
.btn_blue:hover{
    background-color: #636153;
    color: #fff;
}

.btn_green{
    background-color: #00B494;
    text-shadow: 1px 1px #008068;
}
.btn_green:hover{
    background-color: #008068;
}

.btn_yellow{
    background-color: #FAAD50;
    text-shadow: 1px 1px #CC8D41;
}
.btn_yellow:hover{
    background-color: #CC8D41;
}

.btn_red{
    background-color: #F45563;
    text-shadow: 1px 1px #C54550;
}
.btn_red:hover{
    background-color: #C54550;
}

.btn_cta_blue{
    padding: 15px 30px;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    background: #0E96E5;
    border-bottom: 5px solid #096397;
}

.btn_cta_blue:hover{
    background-color: #096397;
    border-color: #0A537D;
}

.btn_cta_green{
    padding: 15px 30px;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    background: #00B494;
    border-bottom: 5px solid #008068;
}

.btn_cta_green:hover{
    background-color: #008068;
    border-color: #0B5747;
}

.btn_cta_yellow{
    padding: 15px 30px;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    background: #FAAD50;
    border-bottom: 5px solid #CC8D41;
}

.btn_cta_yellow:hover{
    background-color: #CC8D41;
    border-color: #A67436;
}

.btn_cta_red{
    padding: 15px 30px;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    background: #F45563;
    border-bottom: 5px solid #C54550;
}

.btn_cta_red:hover{
    background-color: #C54550;
    border-color: #93343C;
}

.btn_green_noaction:hover{
    background: #00B494 !important;
    cursor: default !important;
}
.btn_blue_noaction:hover{
    background: #0E96E5 !important;
    cursor: default !important;
}
.btn_yellow_noaction:hover{
    background: #FAAD50 !important;
    cursor: default !important;
}
.btn_red_noaction:hover{
    background: #F45563 !important;
    cursor: default !important;
}


/***********************************
############### BARS  ##############
***********************************/
.bar_green{
    display: inline-block;
    vertical-align: middle;
    padding: 4px 10px 5px 10px;
    background: #00B494;
    font-size: 0.8em;
    color: #fff;
}
.bar_blue{
    display: inline-block;
    vertical-align: middle;
    padding: 4px 10px 5px 10px;
    background: #0E96E5;
    font-size: 0.8em;
    color: #fff;
}
.bar_red{
    display: inline-block;
    vertical-align: middle;
    padding: 4px 10px 5px 10px;
    background: #F45563;
    font-size: 0.8em;
    color: #fff;
}
.bar_yellow{
    display: inline-block;
    vertical-align: middle;
    padding: 4px 10px 5px 10px;
    background: #FAAD50;
    font-size: 0.8em;
    color: #fff;
}
.bar_icon:before{
    display: inline-block;
    margin-right: 4px !important;
}

/***********************************
########## FONT COLOR  #############
***********************************/
.font_black{
    color: black !important;
}
.font_white{
    color: white !important;
}
.font_yellow{
    color: #FAAD50 !important;
}
.font_green{
    color: #00B494 !important;
}
.font_blue{
    color: #0E96E5 !important;
}
.font_red{
    color: #C54550 !important;
}
.font_purple{
    color: #B78FD3 !important;
}
.font_vintage{
    color: #7EB1BC !important;
}

/***********************************
########## BACK COLOR  #############
***********************************/
.bg_yellow{
    background-color: #FAAD50 !important;
}
.bg_green{
    background-color: #00B494 !important;
}
.bg_blue{
    background-color: #0E96E5 !important;
}
.bg_red{
    background-color: #C54550 !important;
}
.bg_purple{
    background-color: #b78fd3 !important;
}
.bg_vintage{
    background-color: #7eb1bc !important;
}


/***********************************
############ BOX MODEL #############
***********************************/
.box{
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.box:before{
    clear: both;
}

.box1{
    width: 100%;
    margin: 15px 0 15px 0;
}
.box2{
    width: 49%;
    margin: 1% 2% 1% 0;
}
.box2:nth-of-type(2n+0){
    margin-right: 0;
}
.box3{
    width: 32%;
    margin: 1% 2% 1% 0;
}
.box3:nth-of-type(3n+0){
    margin-right: 0;
}
.box4{
    width: 23.5%;
    margin: 1% 2% 1% 0;
}
.box4:nth-of-type(4n+0){
    margin-right: 0;
}
.box5{
    width: 18.4%;
    margin: 1% 2% 1% 0;
}
.box5:nth-of-type(5n+0){
    margin-right: 0;
}
.box_side{
    width: 70%;
    padding-right: 40px;
}
.box_bar{
    width: 30%;
}


/***********************************
########## IMAGE ANUNCIANTE ######
***********************************/
.single_ad_thumb{
    position: relative;
}

.wc_ad_author{
    position: absolute;
    right: -5px;
    bottom: 0px;
    width: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 2px;
    background: #008068;
    border: 2px solid #fff;
}
.wc_anunciante{
    position: absolute;
    right: 3px;
    top: 3px;
    bottom: 0px;
    width: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 2px;
    background: #008068;
    border: 1px solid #fff;
}
.wc_anunciante_mobile{
    position: absolute;
    right: 3px;
    top: -70px;
    bottom: 0px;
    width: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 2px;
    background: #008068;
    border: 1px solid #fff;
}


/***********************************
########## Tabela de Precos ######
***********************************/
.pricingTable{
    border: 1px solid #dbdbdb;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
    border-radius: 10px;
    text-align: center;
}
.pricingTable .pricingTable-header{
    background-color: #f5f5f5;
    color:#fff;
    padding-bottom: 25px;
}
.pricingTable-header .heading{
    background-color: #82b440;
    display: block;
    padding: 15px 10px;
    transition:0.4s ease-in-out;
}
.pricingTable:hover .heading{
    background-color: #419e00;
}
.pricingTable .heading h3{
    font-weight:bold;
    margin: 0;
    text-transform: uppercase;
}
.pricingTable-header .price-value {
    display: block;
    font-size: 25px;
    font-weight: 800;
    color: #474747;
    line-height: 35px;
    margin-top: 10px;
    padding: 20px 10px 0;
}
.pricingTable .price-value span{
    font-size: 60px;
    font-weight: 100;
}
.pricingTable .subtitle{
    font-size: 13px;
    color: #262626;
    margin-top: 15px;
    display: block;
}
.pricingTable .pricingContent ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.pricingTable .pricingContent ul li{
    border-top: 1px solid #dbdbdb;
    padding: 10px 0;
    background-color: #f7fff7;
}
.pricingTable .pricingContent ul li:nth-child(odd) {
    background-color: #fff;
}
.pricingContent ul li:last-child{
    border-bottom: 1px solid #dbdbdb;
}
.pricingTable .pricingTable-sign-up{
    padding: 25px 0;
}
.pricingTable .btn-block{
    background: #82b440;
    border:0px none;
    border-radius: 5px;
    color:#fff;
    width: 50%;
    padding: 10px 5px;
    margin: 0 auto;
    text-transform: capitalize;
    transition:0.3s ease;
}
.pricingTable .btn-block:after{
    content: "\f090";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 15px;
    padding-left: 10px;
}
.pricingTable .btn-block:hover{
    background: #419e00;
    color:#fff;
}


/***********************************
############ PAGINATOR #############
***********************************/
.paginator{
    float: left;
    width: 100%;
    padding: 20px 0 10px 0;
    text-align: center;
}

.paginator li{
    display: inline;
    margin: 0 5px;
}

.paginator .active,
.paginator li a{
    padding: 5px 10px;
    background: #0E96E5;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    text-shadow: 1px 1px #22526A;
    font-size: 0.875em;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.paginator li a:hover{
    background: #096397;
}

.paginator .active{
    background: #00B494;
    text-shadow: 1px 1px #008068;
}
.branco{
    color: white !important;
}

/** OVERVIEW BGI **/
.filtroparalax {
    position: relative;
}

.filtroparalax:before {
    background: url(../img/paralax-filtro.jpg?1);
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #efefef;
    padding-top: 70px;
}
.fontedegrade{
    background-image: linear-gradient(to bottom, #89C54B, #4B723E, #314C33);
    color: black;
    text-shadow: white;
    background-clip: text;
    -webkit-background-clip: text;

    /* Adicionado: */
    -webkit-text-fill-color: transparent;
}
.imagemfiltro{
    background-image:url(../img/paralax-filtro2.png?1);
    background-repeat: no-repeat;
    background-size: cover;
}

/*Carousel Visualizacao do Anuncio*/

#eboi-carousel .item, #eboi-carousel .item-video{
    background: #fcfcfc;
    height:200px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.owl-carousel .owl-video-tn {
    background-size: cover;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
}

.owl-video-frame {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.owl-video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-dot {
    display: inline-block;
}

.owl-dot span {
    width: 11px;
    height: 11px;
    background-color: #ccc;
    border-radius: 50%;
    display: block;
    margin: 5px 3px;
}

.owl-dot.active span {
    background-color: #000;
}

/*Alinhamento vertical Header*/
.vcenter {
    display: flex;
    align-items: center;
}
.shado-sam{
    color: #9D8F40;
}


.container_video_youtube {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

button.like{
    width: 30px;
    height: 30px;
    margin: 0 auto;
    line-heigth: 50px;
    border-radius: 50%;
    background-color:rgba(38,166,154 ,0.3);
    border-color: rgba(0,150,136 ,1);
    border-width: 1px;
    font-size: 15px;
}

button.dislike{
    width: 30px;
    height: 30px;
    margin: 0 auto;
    line-heigth: 50px;
    border-radius: 50%;
    background-color: rgba(255,138,128 ,0.3);
    border-color: rgba(255,82,82 ,1);
    border-width: 1px;
    font-size: 15px;
}

.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

/*accordion Pagina de Categorias*/
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: grey; /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}

/*-------------------------------------------------[ Preloader - Style 3 ]------*/
.preloader3 .spinner {
	height: 80px;
	left: 50%;
	margin: -40px 0 0 -40px;
	position: fixed;
	top: 50%;
	width: 80px;
	-webkit-transform: translateZ(0);
}
.preloader3 .spinner .sk-dot1 {
	opacity: 0;
	border: 4px solid #1ccdca;
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	-webkit-animation: cirlePreloader 1.3s infinite ease-in-out;
	animation: cirlePreloader 1.3s infinite ease-in-out;
}
.preloader3 .spinner .sk-dot2 {
	opacity: 0;
	border: 4px solid #1ccdca;
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	-webkit-animation: cirlePreloader 1.3s infinite 0.4s ease-in-out;
	animation: cirlePreloader 1.3s infinite 0.4s ease-in-out;
}
@-webkit-keyframes cirlePreloader {
 0% {
 opacity: 1;
 -webkit-transform: scale(0);
}
 100% {
 opacity: 0;
 -webkit-transform: scale(1);
}
}
@-moz-keyframes cirlePreloader {
 0% {
 opacity: 1;
 -moz-transform: scale(0);
}
 100% {
 opacity: 0;
 -moz-transform: scale(1);
}
}
@keyframes cirlePreloader {
 0% {
 opacity: 1;
 transform: scale(0);
}
 100% {
 opacity: 0;
 transform: scale(1);
}
}
.texto-categorias-capas{
    font-style: 1.22m;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    padding: 10px;
}
.bah-dourado{
    color: #9D8F40;
}

/*
WIDGETS
*/

/* one input */
.one_input {
    position: relative;
}

.one_input_field {
    height: 50px;
    padding: 10px 15px;
    border: none;
    -webkit-border-radius: 7px 9px 9px 7px;
    -moz-border-radius: 7px 9px 9px 7px;
    border-radius: 7px 9px 9px 7px;
    outline: none;
    font-size: 18px
}

.one_input_button {
    -webkit-display: -webkit-box;
    -webkit-display: -webkit-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -moz-flex-pack: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -o-align-items: center;
    align-items: center;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.125em;
    color: var(--color-text-two);
    padding: 0 20px;
    background-color: var(--color-background-two);
    border: none;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    border-radius: 0 7px 7px 0;
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    outline: none;
}

.one_input_button:hover {
    cursor: pointer;
    background-color: var(--color-background-three);
}

/* realtime search */
.realtime_search {
    display: none;
    width: 100%;
    position: absolute;
    margin-top: 10px;
    padding: 10px 5px 10px 10px;
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(216, 216, 216, 0.5);
    -moz-box-shadow: 0 2px 4px 0 rgba(216, 216, 216, 0.5);
    -ms-box-shadow: 0 2px 4px 0 rgba(216, 216, 216, 0.5);
    -o-box-shadow: 0 2px 4px 0 rgba(216, 216, 216, 0.5);
    box-shadow: 0 2px 4px 0 rgba(216, 216, 216, 0.5);
    z-index: 99;
}

.realtime_search ul {
    max-height: 300px;
    overflow-y: auto;
}

.realtime_search ul::-webkit-scrollbar {
    width: 7px;
    background-color: #ffffff;
}

.realtime_search ul::-webkit-scrollbar-thumb {
    background-color: transparent;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.realtime_search li a {
    -webkit-display: -webkit-box;
    -webkit-display: -webkit-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    text-decoration: none;
    padding: 10px;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.realtime_search li a:hover {
    background-color: #f6f6f6;
}

.realtime_search li a img {
    width: 50px;
    margin-right: 20px;
}

.realtime_search li a p {
    font-size: 0.9em;
    color: #000000;
    font-weight: 600;
}

.realtime_search li a p .old_price {
    font-size: 0.75em;
    text-decoration: line-through;
}

.realtime_search li a p .new_price {
    color: var(--color-background-one);
    font-weight: bold;
}