/*
Theme Name: Dr Realty
Theme URI: http://themeum.com/
Author: RT Design Group
Author URI: http://www.rtdesigngroup.com/
Description:
Version: 1.0
License: GNU General Public License v2 or later
Tags:
Text Domain: drrealty
*/

/* CSS Document */

/* Fonts Face*/
@font-face {
    font-family: 'latolight';
    src: url('fonts/lato-light.eot');
    src: url('fonts/lato-light.eot?#iefix') format('embedded-opentype'),
    url('fonts/lato-light.woff') format('woff'),
    url('fonts/lato-light.ttf') format('truetype'),
    url('fonts/lato-light.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latoregular';
    src: url('fonts/lato-regular.eot');
    src: url('fonts/lato-regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/lato-regular.woff') format('woff'),
    url('fonts/lato-regular.ttf') format('truetype'),
    url('fonts/lato-regular.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latobold';
    src: url('fonts/lato-bold.eot');
    src: url('fonts/lato-bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/lato-bold.woff') format('woff'),
    url('fonts/lato-bold.ttf') format('truetype'),
    url('fonts/lato-bold.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latoblack';
    src: url('fonts/lato-black.eot');
    src: url('fonts/lato-black.eot?#iefix') format('embedded-opentype'),
    url('fonts/lato-black.woff') format('woff'),
    url('fonts/lato-black.ttf') format('truetype'),
    url('fonts/lato-black.svg#latoblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aparajitaitalic';
    src: url('fonts/aparaji-webfont.eot');
    src: url('fonts/aparaji-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/aparaji-webfont.woff') format('woff'),
    url('fonts/aparaji-webfont.ttf') format('truetype'),
    url('fonts/aparaji-webfont.svg#aparajitaitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoregular';
    src: url('fonts/roboto-regular-webfont.eot');
    src: url('fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/roboto-regular-webfont.woff') format('woff'),
    url('fonts/roboto-regular-webfont.ttf') format('truetype'),
    url('fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'lato-semibold';
    src: url('fonts/lato-semibold.eot');
    src: url('fonts/lato-semibold.eot?#iefix') format('embedded-opentype'),
    url('fonts/lato-semibold.woff') format('woff'),
    url('fonts/lato-semibold.ttf') format('truetype'),
    url('fonts/lato-semibold.svg#lato-semibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'lato-heavy';
    src: url('fonts/lato-heavy.eot');
    src: url('fonts/lato-heavy.eot?#iefix') format('embedded-opentype'),
    url('fonts/lato-heavy.woff') format('woff'),
    url('fonts/lato-heavy.ttf') format('truetype'),
    url('fonts/lato-heavy.svg#lato-semibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/************************************/
html, body {
    margin: 0px;
    padding: 0px;
    font-family: 'robotoregular';
    font-size: 16px;
}

h1 {
    font-size: 42px;
    font-family: 'latobold';
    margin: 0;
    padding: 0;
    color: #C60002;
    text-align: center;
}

h2 {
}

h3 {
    font-size: 24px;
    font-family: 'latobold';
    margin: 0;
    padding: 0;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 25px;
}

h4 {
}

h5 {
}

h6 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 18px 0;
    padding: 0;
}

img {
    max-width: 100%;
}

::-webkit-input-placeholder {
    color: red;
}

:-moz-placeholder {
    color: red;
}

::-moz-placeholder {
    color: red;
}

:-ms-input-placeholder {
    color: red;
}

/**************************************/

header {
    display: block;
    position: relative;
    width: 100%;
}

/* .header_top {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
}

.header_top .login_social {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: right;
}

.header_top .login {
    position: relative;
    display: inline-block;
    width: 146px;
}

.header_top .login a {
    font-size: 14px;
    font-family: 'latoregular';
    color: #444444;
    text-decoration: none;
    text-transform: capitalize;
}

.logged-in .header_top .login a:last-child:before {
    border-left: 2px solid #c60002;
    content: '';
    display: inline-block;
    height: 10px;
    padding-left: 5px;
}

.header_top .social_media {
    position: relative;
    display: inline-block;
    width: 230px;
    text-align: right;
}

.header_top .social_media .social_icon {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 25px;
    border-right: 1px solid #b3b3b3;
    text-align: center;
}

.header_top .social_media .social_icon:last-child {
    border: none;
}

.header_top .social_media .social_icon a {
    position: relative;
    display: inline-block;
    margin: 0 8px;
}

.header_top .login a:hover {
    color: #c60002;
}

.header_top .social_media .social_icon img {
    text-align: center;
} */

.navigation {
    position: relative;
    display: block;
    width: 100%;
    background-color: #c60002;
}

.navbar-default {
    background-color: transparent;
    border: none;
    margin-bottom: 0;
    min-height: 5px;
}

.navbar-nav {
    float: right;
}

.navbar-default .navbar-nav > li > a {
    font-family: 'latoregular';
    font-size: 18px;
    color: #FFF;
    border-right: 1px solid #7f0101;
    padding: 15px 10px;
}

.navbar-collapse {
    padding-right: 0;
}

.navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li.current-menu-item > a {
    color: #FFF;
    background: #7E0101;
}

.navbar-default .navbar-nav > li:first-child > a {
    border-left: 1px solid #7f0101;
}

.logo {
    position: absolute;
    display: block;
    width: 305px;
    top: -40px;
    z-index: 99;
}

.logo a {
    position: relative;
    display: inline-block;
    width: 100%;
}

.logo a img {
    width: 100%;
}

.custom_pagination {
    float: right;
    margin-top: 10px;
}

.custom_pagination li:first-child {
    margin-right: 20px;
    font-weight: bold;
}

.custom_pagination li {
    display: inline-block;
}

.custom_pagination li.prev, .custom_pagination li.next {
    background: #c60002;
    margin: 0 5px;
    padding: 2px 10px;
}

.custom_pagination li.prev a, .custom_pagination li.next a {
    color: #fff
}

@media (max-width: 760px) {
    .banner {
        height: 200px !important;
    }

    .tp-caption {
        font-size: 26px !important;
    }

    .tp-caption > a {
        font-size: 26px !important;
    }

    .tp-mask-wrap {
        margin-top: -100px !important;
        width: 100vw !important;

    }

    .tp-parallax-wrap {
        right: 60% !important;

    }

    .tp-mask-wrap {
        padding-left: 0px !important;
        text-align: center !important;
    }

    #slide-1-layer-1 {
        min-width: 381px !important;
    }

    .mobilephone_lists {
        display: block !important;
    }
}

.banner {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 450px;
    background-image: url(images/banner_home.png);
    background-position: left top;
    background-size: 100% 100%;
}

.banner_text {
    position: absolute;
    display: block;
    bottom: 10%;
    right: 15%;
}

.banner_text h1 {
    line-height: 60px;
    text-align: right;
}

.banner_text h1 span {
    padding-left: 20%;
}

/* */
.inner-banner {
    position: relative;
    display: inline-block;
    width: 100%;
    background-image: url(images/innder-banner.jpg);
    background-position: left top;
    background-size: 100% 100%;
    min-height: 97px;
}

/* */
h2.page-title {
    margin: 30px 0px;
    font-size: 30px;
    font-family: 'latobold';
}

.content_part {
    position: relative;
    display: block;
    width: 100%;
}

.img_box {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-top: 30px;
}

.img_box img {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.image_title {
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    top: 35%;
    margin: 0 auto;
}

.img_box.first .image_title {
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    top: 40.5%;
    margin: 0 auto;
}

a.view {
    font-size: 14px;
    color: #FFF;
    font-size: 14px;
    font-family: 'latoregular';
    background-color: #c60002;
    padding: 10px 28px;
    text-transform: uppercase;
    text-decoration: none;
}

a.view:hover {
    color: #c60002;
    background-color: #FFF;
}

/* list */
.filter-search-area {
    background: #f0f0f0;
}

h3.search-title {
    margin: 0px 0px;
    color: #fff;
    font-size: 24px;
    font-family: 'latobold';
    text-align: center;
    background: #c60002;
    text-transform: capitalize;
    padding: 25px;
}

.filter-field {
    padding: 25px 15px;
}

.field-tag {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.filter-form label {
    font-size: 18px;
    color: #5c5c5c;
    font-family: 'robotoregular';
    margin-bottom: 10px;
    display: block;
}

.filter-form input[type="text"], .filter-form select {
    padding: 10px 15px;
    background: #FFF;
    border: 1px solid #DEDEDE;
    color: #5c5c5c;
}

.filter-form select {
    width: 100%;
}

select#search-field-county {
    height: 110px;
}

.filter-form input[type="text"]:focus, .filter-form select:focus {
    outline: none;
}

.right-align {
    float: right;
}

.field-tag span {
    color: #6d6d6d;
    font-size: 14px;
    font-family: 'robotoregular';
    line-height: 42px;
}

.no-margin {
    margin: 0px;
}

.search-btn {
    width: 100%;
    border: none;
    background: #6d6d6d;
    padding: 15px 0px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-family: 'latoregular';
}

.property-list-result {
    width: 100%;
    margin-bottom: 50px;
}

.property-list-result thead th {
    background-color: #c60002 !important;
    font-size: 14px;
    color: #fff;
    font-family: 'lato-heavy';
    padding: 20px 20px 20px 15px;
    border-left: 1px solid #fff;
}

.property-list-result thead th:last-child {
    border-right: 1px solid #fff;
}

.property-list-result tr:nth-child(even) {
    background: #f3f3f3
}

.property-list-result tr:nth-child(odd) {
    background: #FFF
}

.property-list-result tbody td {
    font-size: 14px;
    color: #5c5c5c;
    font-family: 'latoregular';
    padding: 20px 0px 20px 10px;
    border-left: 1px solid #e6e6e6;
}

.property-list-result tbody td:last-child {
    border-right: 1px solid #e6e6e6;
}

.property-list-result tr:last-child td {
    border-bottom: 1px solid #e6e6e6;
}

.property-list-result img {
    border: 1px solid #727272;
}

/**/
.single-contact {
    margin-bottom: 50px;
}

.contact-thamnail img {
    width: 100%;
    height: auto;
}

.content-detail h2 {
    font-family: 'latobold';
    font-size: 18px;
    color: #2d2d2d;
    margin: 16px 0 0 0;
}

.content-detail p a {
    color: #575757;
}

.content-detail p a:hover {
    text-decoration: none;
}

.content-detail p {
    font-family: 'latoregular';
    font-size: 14px;
    color: #575757;
    margin: 0px 0px 0 22px;
    word-break: break-all;
}

.content-detail p.con-call:before {
    content: '';
    background-image: url(images/contact-call.png);
    display: inline-block;
    height: 18px;
    width: 21px;
    background-repeat: no-repeat;
    margin: 5px 3px -6px -20px;
}

.content-detail p.con-mob:before {
    content: '';
    background-image: url(images/contact-mobil.png);
    display: inline-block;
    height: 21px;
    width: 21px;
    background-repeat: no-repeat;
    margin: 5px 2px -7px -18px;
}

.content-detail p.con-mail:before {
    content: '';
    background-image: url(images/contact-mail.png);
    display: inline-block;
    height: 14px;
    width: 21px;
    background-repeat: no-repeat;
    margin: 5px 4px -4px -20px;
}

/**/
/**/
.link-single {
    width: 100%;
    position: relative;
    display: inline-block;
    margin: 24px 0;
}

.link-image {

}

.link-content {

}

.link-content .link-tile {
    color: #222222;
    font-size: 24px;
    font-family: 'lato-semibold';
}

.link-content .link-link {

}

.link-content .link-link a {
    color: #484848;
    font-size: 24px;
    text-decoration: none;
    font-family: 'lato-semibold';
}

.link-content .link-link a:hover {
    color: #c60002;
}

/**/
/**/
/*About us*/
.about-right-img img {
    width: 100%;
    height: auto;
}

.about-right-img {
    margin: 30px auto;
}

.aboutus-slider .bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 5px transparent;
    -webkit-box-shadow: 0 0 5px transparent;
    box-shadow: 0 0 5px transparent;
}

.person-img {
    width: 200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    border-color: #ededed;
    border-width: 10px;
    border-style: solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
}

.person-img img {
    z-index: -1;
    -khtml-border-radius: 50%;
}

.aboutus-slider .bx-wrapper .bx-prev {
    left: 0;
    background: url(images/prev.png) no-repeat;
}

.aboutus-slider .bx-wrapper .bx-next {
    right: 0;
    background: url(images/nxt.png) no-repeat;
}

.aboutus-slider .bx-controls-direction {
    right: 15px;
    width: 65px;
    position: absolute;
    bottom: 10%;
}

.person-detrail {
    padding: 0px 0;
}

.about-user {
    color: #909090;
    font-size: 14px;
    font-family: 'lato-semibold';
    margin-top: 20px;
}

.person-detrail {
    color: #3b3b3b;
    font-size: 18px;
    font-family: 'robotoregular';
    font-weight: 500;
}

.aboutus-slider {
    margin: 20px 0;
}

/**/
/* Footer */
footer {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 30px;
}

.footer_top {
    background-color: #780001;
    position: relative;
    display: block;
    width: 100%;
    color: #FFF;
    font-size: 14px;
    font-family: 'latoregular';
    line-height: 18px;
    padding: 33px 0;
}

.first-widget {
    border-right: 1px solid #913839;
    position: relative;
    display: inline-block;
    width: 100%;
    padding-right: 10px;
}

.second-widget {
    position: relative;
    display: inline-block;
    width: 100%;
    border-right: 1px solid #913839;
    min-height: 175px;
}

.second-widget .contact_address {
    position: relative;
    display: inline-block;
    width: 32%;
    padding: 0 10px 0 0;
}

.second-widget .location {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    background-image: url(images/location.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.second-widget .phone {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    background-image: url(images/phone.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 20px;
    color: #FFF;
}

.third-widget {
    position: relative;
    display: inline-block;
    width: 100%;
}

.third-widget .social_media {
    position: relative;
    display: inline-block;
    width: 100%;
}

.third-widget .social_media .social_icon {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

.footer_bottom {
    position: relative;
    display: block;
    width: 100%;
    background-color: #000;
    text-align: center;
    color: #bfbfbf;
    font-size: 14px;
    font-family: 'robotoregular';
    padding: 17px 0;
}

.footer_bottom p {
    margin-bottom: 0;
}

.proper_top_phone a:hover {
    background-color: #7f0101;
    text-decoration: none;
}

.proper_top_phone a {
    background-color: #c60002;
    background-image: url("images/phone.png");
    background-position: 15px 12px;
    background-repeat: no-repeat;
    border-radius: 6px;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 10px 40px;
    color: #fff;
}

.back-page a.property_book_btn {
    padding: 10px 34px;
}

.pagination_wrap ul {
    padding: 0px;
}

.pagination_wrap ul li {
    list-style: none;
}

.pagination_wrap ul li a {
    padding: 5px 10px;
    margin-right: 10px;
    background: #6d6d6d;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-family: 'latoregular';
    float: left;
}

.pagination_wrap ul li a:hover {
    text-decoration: none;
}

/**/
.property-title {
    color: #C60002;
    margin-top: 15px;
    text-align: center;
}

.property-title-print {
    color: white;
    text-align: center;
    background-color: #c60002;
    height: 5%;
    width: 100%;
    padding: 4px 0px 11px;
    margin-bottom: 0%;
    font-size: 24px;
    font-weight: bold;
}

.property-details-area {
    width: 100%;
    border: 1px solid #D4D4D4;
    border-top: 0px;
    border-bottom: 0px;

}

.property-details-flex {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-bottom: 1%;
}

.property-details-flex-items {
    display: flex;
    flex-direction: row;
    width: 180%;
}

.property-img-main-print {
    width: 100.35%; 
    height: 55.65%;
    margin: 11px 0;
}

.property-img-additional-div-print {
    flex: 0 50%;
    padding: 2%;
}

.property-img-additional-print {
    width: 380px;
    height: 216px !important;
}

.property-img-additional {
    display: flex;
     flex-direction: row; 
    flex-wrap: wrap; 
    margin-top: -23%;
}
.property-details-area th {
    font-size: 24px;
    color: #fff;
    font-family: 'latobold';
    background-color: #c60002;
    text-align: center;
    padding: 14px 0px;
    border: 1px solid #C60002;
}

.property-details-area td b {
    font-size: 14px;
    font-family: 'latobold';
    color: #000;
}

.property-details-area td {
    font-size: 14px;
    font-family: 'robotoregular';
    color: #000;
    padding: 5px 15px;
    border: 1px solid #D4D4D4;
    border-left: 0px;
    border-right: 0px;
}

.property-slider-area {
    margin-bottom: 30px;
}

.property-slider-area .bx-wrapper .bx-viewport {
    box-shadow: none;
    padding: 0px;
    border: 0px;
    left: 0px;
}

.property-slider-area .single-property-thumb li {
    height: 93px;
    overflow: hidden;
}

.property-slider-area .bx-wrapper {
    margin-bottom: 25px;
    margin-top: 15px;
}

.property-slider-area .bx-wrapper .bx-controls-direction a {
    top: 58%;
}

.property-slider-area .bx-wrapper .bx-prev {
    left: -30px;
    background: url(images/slider-prev.png) no-repeat;
    background-size: 100% 100%;
}

.property-slider-area .bx-wrapper .bx-next {
    right: -30px;
    background: url(images/slider-nxt.png) no-repeat;
    background-size: 100% 100%;
}

.map-btn-large {
    color: #fff;
    font-size: 14px;
    font-family: 'latoregular';
    background-color: #C60002;
    text-decoration: none;
    padding: 12px 25px;
    text-transform: uppercase;
    display: inline-block;
    float: left;
}

.map-btn-large:hover {
    text-decoration: none;
    color: #fff;
}

.live-map {
    margin-top: 10px;
    margin-bottom: 35px;
}

.map-image-area {
    margin-bottom: 45px;
}

.map-satelite-print {
    height: 100%; 
    width: 100%; 
    padding-left: 0%;
    padding-right: 0%;
    margin-bottom: -3%;
}

.map-satelite-h3 {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    width: 100%;
    padding-left: 10px;
}

.map-smaller-print {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
    margin-top: 6%;
}

.map-topo-print {
    height: 100%;
    width: 100%;
}

.map-topo-h3 {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    left: 0%;
    width: 100%;
    padding-left: 10px;
}

.map-location-print {
    height: 100%;
    width: 100%;
    margin-left: 7%;
}

.map-location-h3 {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    left: 7%;
    width: 100%;
    padding-left: 10px;
}

.map-image-area h3 {
    font-size: 18px;
    color: #000;
    font-family: 'latoregular';
    margin-bottom: 5px;
    margin-top: 0px;
    text-transform: capitalize;
}

h2.small-page-title {
    color: #000;
    font-size: 24px;
    font-family: 'latobold';
    margin: 0px 0px 15px;
}

.property_description p {
    font-size: 14px;
    color: #000;
    font-family: 'latoregular';
}

.property_description {
    margin-bottom: 45px;
}

.property_description-print{
    width: 201%;
}

.property-information-items {
    padding-right: 5%;
    width: 26%;

}

.property-information-items b {
    color: #C60002

}

.Property-information-form label {
    font-size: 14px;
    color: #000;
    font-family: 'latoregular';
    display: block;

}

.property-stats-print{
    display: flex;
    flex-direction: row;
    background-color: #C60002;
    color: white;
    margin: 11px 0px 11px 0;
    text-align: center;
}

.property-stats-print p{
    margin-left: auto;
    margin-right: auto;
    margin-top: 1%;
}
.property-img-small-print {
    height: 20%;
    width: 24.5%;
    padding-right: 2.1%;
}

.Property-information-form input[type="text"], .Property-information-form input[type="email"], .Property-information-form input[type="tel"] {
    border: 1px solid #E1E1E1;
    width: 100%;
    padding: 7px;
    margin-bottom: 15px;
}

.Property-information-form input[type="text"]:focus, .Property-information-form input[type="email"]:focus, .Property-information-form textarea:focus, .Property-information-form input[type="tel"]:focus {
    border: 1px solid #C60002;
    outline: none;
}

.Property-information-form textarea {
    border: 1px solid #E1E1E1;
    width: 100%;
    padding: 7px;
    margin-bottom: 15px;
    height: 205px;
}

.city input {
    margin-bottom: 20px !important;
}

.send-btn-red {
    color: #fff;
    font-size: 14px;
    font-family: 'latoregular';
    background-color: #C60002;
    text-decoration: none;
    padding: 10px;
    border: none;
    width: 100%;
    text-transform: uppercase;
}

.pagination_wrap ul li.next a {
    margin: 0;
}

.pagination_wrap ul li.next {
    float: right;
}

.bx-wrapper img {
    margin: 0 auto;
}

.county_loader {
    margin: 0 auto;
    display: none;
}

.dashboard-tabs {
    margin-bottom: 20px;
}

/*.dashboard_pro {
width: 400px;
}*/
.dashboard-profile-card {
    position: relative;
    padding-left: 100px;
    margin: 15px 0;
}

h3.dashboard-username {
    text-transform: capitalize;
    color: #c60002;
}

a.icon-text.icon-tools {
    color: #000;
    text-decoration: none;
}

a.icon-text.icon-tools:hover {
    color: #c60002;
}

.dashboard-profile-card .avatar {
    border-radius: 80px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
}

.dashboard-profile-card .avatar img {
    border-radius: 80px;
}

.dashboard-username {
    line-height: 40px;
    font-size: 24px;
    margin-bottom: 0;
    color: #000;
    text-transform: initial;
}

.dashboard-user-details {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 20px;
}

.dashboard-user-details li:first-child {
    margin-left: 0;
}

.dashboard-user-details li {
    display: block;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
}

.dashboard-user-email {
    color: #a6a6a6;
}

span.icon-text, a.icon-text {
    display: inline-block;
}

.icon-text {
    padding-left: 24px;
    position: relative;
}

.icon-tools:before, #header .sub-menu .icon-tools:before {
    background-position: -96px -60px;
}

.dashboard-tab, .dashboard-tab:hover, .dashboard-tab:active {
    color: #737373;
    text-align: center;
    text-decoration: none;
}

/*.dashboard_number {
width: 148px;
}*/
.dashboard-tab-count {
    color: #a6a6a6;
    display: block;
    line-height: 60px;
    font-size: 34px;
    font-weight: bold;
}

.current .dashboard-tab-count {
    color: #780001;
}

.current .dashboard-tab-title {
    font-weight: bold;
    color: #4c4c4c;
}

.dashboard-tab-title {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
}

.dashboard-tab.current .dashboard-tab-title:after {
    border-color: rgba(76, 76, 76, 0);
    border-top-color: #4c4c4c;
}

.current .dashboard-tab-title:after, .dashboard-tab:hover .dashboard-tab-title:after {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(166, 166, 166, 0);
    border-top-color: #a6a6a6;
    border-width: 6px;
    left: 50%;
    margin-left: -6px;
}

.listing-all-button {
    position: relative;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #e0e0e0;
    text-align: right;
    padding: 12px 5px 5px;
    text-align: center;
}

.listing-all-button ul {
    margin: 0px;
    list-style: none;
    padding: 0;
}

.listing-all-button ul li {
    display: inline-block;
    margin-left: 3px;
}

.listing-all-button a.button.favorite {
    background: #faad53;
    border: 1px solid #f68a2f;
}

.listing-all-button a.button.share {
    background: #8cad37;
    border: 1px solid #6c9222;
}

.listing-all-button a.button {
    background: #0081c4;
    border: 0 none;
    border: 1px solid #005eac;
    border-radius: 3px;
    color: #ffffff;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin: 5px auto;
    overflow: hidden;
    padding: 6px 4px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    transition: background-color .3s;
}

.fav-toggle-text {
    padding-left: 0px;
    display: block;
    white-space: nowrap;
}

.listing-all-button .fav-toggle-text {
    display: inline-block;
}

.refindly-tooltip {
    background-color: #DFDFDF;
    border: 1px solid #F7F7F7;
    border-radius: 5px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .2);
    color: #666;
    display: none;
    font: italic bold 16px Tahoma, Geneva, sans-serif;
    left: 63px;
    position: absolute;
    text-shadow: -1px -1px 0 #F4F4F4;
    width: 200px !important;
    font-size: 13px !important;
    z-index: 2;
}

#toolTip {
    background-color: #fff;
    border: 1px solid #73a7f0;
    position: absolute;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 0 8px -1px #000;
    -moz-box-shadow: 0 0 8px -1px #000;
    -webkit-box-shadow: 0 0 8px -1px #000;
}

.refindly-tooltip .tootip-contetn .tooltipHeader {
    border-bottom: 1px solid #CCC;
    width: 100%;
    display: block;
    padding: 10px 0;
    color: #0053CC;
    text-align: center;
}

.refindly-tooltip .tootip-contetn li {
    width: 100% !important;
    text-align: left;
    float: left;
    display: table;
    padding: 7px 5%;
    border-bottom: 1px solid #CCC;
    margin: 0;
}

.refindly-tooltip .tootip-contetn li a {
    color: #858484 !important;
    padding-left: 30px;
    width: 100%;
    float: left;
    height: 25px;
}

.refindly-tooltip .tootip-contetn .pin a {
    background: url(images/share-pin.jpg) no-repeat left center;
}

.refindly-tooltip .tootip-contetn .gp a {
    background: url(images/share-gp.jpg) no-repeat left center;
}

.refindly-tooltip .tootip-contetn .fb a {
    background: url(images/share-fb.jpg) no-repeat left center;
}

.refindly-tooltip .tootip-contetn .tw a {
    background: url(images/share-tw.jpg) no-repeat left center;
}

.refindly-tooltip .tootip-contetn li span {
    display: block;
    float: left;
    margin-top: 4px;
    width: 90%;
}

#tail1 {
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: #73a7f0 transparent transparent;
    position: absolute;
    top: 197px;
    left: 84px;
}

#tail2 {
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: #fff transparent transparent;
    position: absolute;
    left: 84px;
    top: 196px;
}

#hidden-login {
    display: none;
    visibility: hidden;
}

.page-overlay {
    background-color: rgba(0, 0, 0, .6);
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 9999;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity .7s;
    -moz-transition: opacity .7s;
    -ms-transition: opacity .7s;
    -o-transition: opacity .7s;
    transition: opacity .7s;
}

.page-overlay.overlay-hidden, .page-overlay.overlay-hide {
    opacity: 0;
}

.page-overlay .modal.ready, .page-overlay .overlay-close.ready {
    -webkit-transition: -webkit-transform .7s;
    -moz-transition: -moz-transform .7s;
    -ms-transition: -ms-transform .7s;
    -o-transition: -o-transform .7s;
    transition: transform .7s;
}

.icon:before, .icon-text:before, .icon-button:before {
    background-image: url(images/icons.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 20px;
}

.icon-button:before {
    display: inline-block;
    position: relative;
    background-position: -16px 0;
    top: 5px;
    margin-right: 10px;
}

.icon-close:before, #header .sub-menu .icon-close:before {
    background-position: -32px -60px;
}

.overlay-close.icon-button:before, .alert-close.icon-button:before {
    top: 2px;
    left: 50%;
    margin-left: -8px;
}

.icon-button.icon-close:before, #header .icon-close:before {
    background-position: -48px -60px;
}

.overlay-close {
    background: #202020;
    border-radius: 30px;
    cursor: pointer;
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 902;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    box-shadow: 0 0 15px rgba(0, 0, 0, .5);
}

.page-overlay.overlay-hidden .modal.positioned, .page-overlay.overlay-hide .modal.positioned, .page-overlay.overlay-hidden .overlay-close.positioned, .page-overlay.overlay-hide .overlay-close.positioned {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}

.box, .widget, .alert, .ol-container, .ol-notice {
    background: #FFFFFF;
    padding: 20px 20px 19px;
    margin-bottom: 20px;
}

.modal {
    border-color: #252525;
    width: 400px;
    padding: 30px;
    max-height: 100%;
    overflow: auto;
    z-index: 901;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.box:last-child, .widget:last-child, .alert:last-child, .ol-notice:last-child {
    margin-bottom: 0;
}

.ol-field-container .ol-form-field {
    background: #f6f6f6;
    border: 1px solid #E6E6E6;
    border-top: 1px solid #dddddd;
    border-radius: 5px;
    color: #4c4c4c;
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 8px 10px;
    margin: 3px 0 12px;
    width: 100%;
    min-height: 33px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0px 0px 2px #e6e6e6;
    -moz-box-shadow: inset 0px 0px 2px #e6e6e6;
    box-shadow: inset 0px 0px 2px #e6e6e6;
    outline: none;
}

.ol-field-container label {
    color: #9C9C9C;
    font-weight: 400;
}

input.ol-form-button.ol-login-submit.button.button-login, input.ol-form-button.ol-lostpassword-submit.button.button-lostpassword, input.ol-form-button.ol-register-submit.button.button-register {
    width: 100%;
    background: #c60002;
    color: #FFF;
    border: none;
    outline: none;
    padding: 5px;
    border-radius: 4px;
    -webkit-transition: background-color .8s ease-in-out;
    -moz-transition: background-color .8s ease-in-out;
    transition: background-color .8s ease-in-out;
}

input.ol-form-button.ol-login-submit.button.button-login:hover, input.ol-form-button.ol-lostpassword-submit.button.button-lostpassword:hover, input.ol-form-button.ol-register-submit.button.button-register:hover {
    background: #940607;
    -webkit-transition: background-color .8s ease-in-out;
    -moz-transition: background-color .8s ease-in-out;
    transition: background-color .8s ease-in-out;
}

.ol-form-nav a {
    text-decoration: none;
    color: #c60002;
}

.ol-form-nav a:hover {
    color: #7E0101;
}

.ol-lost-password-form ::-webkit-input-placeholder {
    color: #9C9C9C;
}

.ol-lost-password-form :-moz-placeholder {
    color: #9C9C9C;
}

.ol-lost-password-form ::-moz-placeholder {
    color: #9C9C9C;
}

.ol-lost-password-form :-ms-input-placeholder {
    color: #9C9C9C;
}

.ol-login-form ::-webkit-input-placeholder {
    color: #9C9C9C;
}

.ol-login-form :-moz-placeholder {
    color: #9C9C9C;
}

.ol-login-form ::-moz-placeholder {
    color: #9C9C9C;
}

.ol-login-form :-ms-input-placeholder {
    color: #9C9C9C;
}

.ol-field-container ::-webkit-input-placeholder {
    color: #9C9C9C;
}

.ol-field-container :-moz-placeholder {
    color: #9C9C9C;
}

.ol-field-container ::-moz-placeholder {
    color: #9C9C9C;
}

.ol-field-container :-ms-input-placeholder {
    color: #9C9C9C;
}

h4.ol-form-title {
    color: #4c4c4c;
}

.modal .ol-form .description {
    font-style: normal;
}

.dashboard-tabs-content .ol-notice.error {
    background-color: #ffd9d9;
    border-color: #e5acac;
    color: #f24d2c;
}

.dashboard-tabs-content .listing-price {
    background-color: #c60002;
    color: #FFF;
    padding: 7px;
    text-align: center;
    font-size: 18px;
}

.dashboard-tabs-content h3.listing-title a {
    color: #4b4b4b;
    font-size: 14px;
    text-decoration: none;
}

.dashboard-tabs-content .box {
    background-color: #f7f7f7;
    border-radius: 0 0 6px 6px;
    box-shadow: 0px 1px 1px rgba(120, 120, 120, 0.57);
    border-bottom: none;
    padding: 10px;
}

.dashboard-tabs-content h3.listing-title {
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

a.view-detail-btn.button {
    background: #c60002;
    border: 0 none;
    border: 1px solid #FFF;
    border-radius: 3px;
    color: #ffffff;
    border-radius: 3px;
    display: block;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    margin: 3px 0;
    overflow: hidden;
    padding: 8px 15px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.listing-details-container {
    text-align: center;
    border-top: 1px solid #dadada;
    margin-top: 10px;
    padding-top: 12px;
}

h4.box-title {
    color: #c60002;
}

input.ol-form-button.ol-edit-profile-submit.button.button-update-account {
    background: #c60002;
    border: 0 none;
    border: 1px solid #FFF;
    border-radius: 3px;
    color: #ffffff;
    border-radius: 3px;
    display: block;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    margin: 3px 0;
    overflow: hidden;
    padding: 8px 15px;
    position: relative;
    text-align: center;
    outline: none;
}

.ol-edit-profile-form .box {
    padding: 0;
    margin-bottom: 0;
}

textarea.ol-form-textarea {
    background: #f6f6f6;
    border: 1px solid #E6E6E6;
    border-top: 1px solid #dddddd;
    border-radius: 5px;
    color: #4c4c4c;
    width: 100%;
    max-width: 100%;
    height: 100px;
    outline: none;
    padding: 8px 10px;
}

div.listing.grid-view.col-md-3 {
    margin-bottom: 25px;
}

/* Style for virtual tour */

.u-video {
    float: left;
    display: inline-block;
    margin-bottom: 20px;
}

.blog_pagination {
    text-align: center;
}

.blog_pagination {
    text-align: center;
}

.modal .control-group {
    margin-bottom: 20px;
}

.always-h {
    display: none !important;
}

.modal input[type="text"], .modal input[type="email"], .modal input[type="search"], .modal input[type="password"], .modal input[type="tel"], .modal input[type="url"], .modal input[type="number"], .modal div.selector, textarea {
    background: #f6f6f6;
    border: 1px solid #E6E6E6;
    border-top: 1px solid #dddddd;
    border-radius: 5px;
    color: #4c4c4c;
    display: block;
    font-family: 'open_sansregular';
    font-size: 14px;
    font-weight: normal;
    padding: 8px 10px;
    margin: 3px 0 12px;
    width: 100%;
    min-height: 33px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0px 0px 2px #e6e6e6;
    -moz-box-shadow: inset 0px 0px 2px #e6e6e6;
    box-shadow: inset 0px 0px 2px #e6e6e6;
}

.modal input[disabled="disabled"], .modal textarea[disabled="disabled"], .modal button[disabled="disabled"] {
    opacity: 0.5;
    cursor: default;
}

.box input[type="text"], .box input[type="email"], .box input[type="search"], .box input[type="password"], .box input[type="url"], .box input[type="number"], .box div.selector, .box textarea, .widget input[type="text"], .widget input[type="email"], .widget input[type="search"], .widget input[type="password"], .widget input[type="url"], .widget input[type="number"], .widget div.selector, .widget textarea, .alert input[type="text"], .alert input[type="email"], .alert input[type="search"], .alert input[type="password"], .alert input[type="url"], .alert input[type="number"], .alert div.selector, .alert textarea, .ol-form input[type="text"], .ol-form input[type="email"], .ol-form input[type="search"], .ol-form input[type="password"], .ol-form input[type="url"], .ol-form input[type="number"], .ol-form div.selector, .ol-form textarea {
    background: #ffffff;
}

input:last-child, input[type="text"]:last-child, input[type="email"]:last-child, input[type="search"]:last-child, input[type="password"]:last-child, input[type="url"]:last-child, input[type="number"]:last-child, div.selector:last-child, input.ui-autocomplete-input, textarea:last-child {
    margin-bottom: 3px;
}

.modal button, .modal input[type='submit'], .modal .button {
    background: #c60002;
    border: 0 none;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    margin: 3px 0;
    overflow: hidden;
    padding: 6px 15px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    transition: background-color .3s;
}

.box button, .box input[type='submit'], .box .button, .widget button, .widget input[type='submit'], .widget .button, .sub-menu button, .sub-menu input[type='submit'], .sub-menu .button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.modal button:hover, .modal input[type='submit']:hover, .modal .button:hover, .modal .button-options:hover {
    background: #c60002;
    text-decoration: none;
}

.modal button:hover, .modal input[type='submit']:hover, .modal .button:hover {
    color: #ffffff;
}

a.button.print.refindly-print-details {
    background: #C60002;
    border: 1px solid #B9080A;
}

a.button.favorite:hover {
    background: #f68a2f;
    border-color: #f68a2f;
}

a.button.share.refindly-share-button:hover {
    background: #6c9222;
}

a.button.print.refindly-print-details:hover {
    background: #A80001;
    border: 1px solid #850405;
}

a.button.contact-agent:hover {
    background: #006194;
    border: 1px solid #005eac;
}

a.button.contact-agent.icon-ok.success {
    background-color: #47b259;
    border-color: #296633;
}

div.control-group.tell-friend-title {
    text-align: center;
    text-transform: uppercase;
    color: #c60002;
    font-size: 15px;
}

input.error, textarea.error, div.selector.error {
    border-color: #f24d2c !important;
}

.page-break {
    display: none;
}

.get-direction {
    margin: 0px 10px 10px 10px;
    height: 45px;
    border: solid red 1px;
    text-align: center;
    padding: 0.5em;
    float: left;
    width: 35%;
}

/*#themap div div{cursor: default!important;}*/
.image_title h3 span {
    background: rgba(123, 123, 123, 0.7);
    padding: 3px 8px 0px 10px;
}

.scroll-btn-container {
    position: fixed;
}

.property-details-area.print-table {
    display: none;
}

.berak-point, .berak-point1 {
    display: none;
}

.scroll-btn-container img {
    width: 100% !important;
    height: 100% !important;
}

.scroll-to-top {
    right: 85px !important;
}

.scroll-to-top, .scroll-to-bottom {
    width: 50px !important;
    height: 50px !important;
}

/*print*/
.print-hide {
    display: none !important;
}

.page-template-template-print-property-single .logo, .page-template-template-print-property-topomap .logo {
    position: relative !important;
    margin: 0 auto !important;
    width: 200px !important;
    top: 0px !important;
    left: 0 !important;
    min-height: 130px;
}

.page-template-template-print-property-single .container, .page-template-template-print-property-topomap .container {
    /*width: 595px !important;*/
}

.page-template-template-print-property-single .col-sm-1, .page-template-template-print-property-single .col-sm-2, .page-template-template-print-property-single .col-sm-3, .page-template-template-print-property-single .col-sm-4, .page-template-template-print-property-single .col-sm-5, .page-template-template-print-property-single .col-sm-6, .page-template-template-print-property-single .col-sm-7, .page-template-template-print-property-single .col-sm-8, .page-template-template-print-property-single .col-sm-9, .page-template-template-print-property-single .col-sm-10, .page-template-template-print-property-single .col-sm-11, .page-template-template-print-property-single .col-sm-12, .page-template-template-print-property-topomap .col-sm-1, .page-template-template-print-property-topomap .col-sm-2, .page-template-template-print-property-topomap .col-sm-3, .page-template-template-print-property-topomap .col-sm-4, .page-template-template-print-property-topomap .col-sm-5, .page-template-template-print-property-topomap .col-sm-6, .page-template-template-print-property-topomap .col-sm-7, .page-template-template-print-property-topomap .col-sm-8, .page-template-template-print-property-topomap .col-sm-9, .page-template-template-print-property-topomap .col-sm-10, .page-template-template-print-property-topomap .col-sm-11, .page-template-template-print-property-topomap .col-sm-12 {
    width: 100% !important;
}

.page-template-template-print-property-single #wrapper-topo, .page-template-template-print-property-single #wrapper-location, .page-template-template-print-property-single #wrapper-satelite {
    /*width: 565px !important;*/
    display: block !important;
    margin: 0 auto !important;
}

.page-template-template-print-property-single .content_hide, .page-template-template-print-property-topomap .content_hide {
    visibility: hidden;
}

.loading {
    position: absolute;
    top: 25%;
    display: block;
    margin: 0 auto;
    position: relative;
    width: 200px;
    text-align: center;
}

.loading p {
    color: #5c5c5c;
    font-family: 'robotoregular';
    font-size: 16px;
}

/**/
#property-list-result_paginate {
    margin: 0 auto;
    display: block;
    width: auto;
    text-align: center;
    float: none;
}

.paginate_button {
    position: relative;
    padding: 6px 12px !important;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #780001 !important;
    text-decoration: none;
    border: 1px solid #ddd;
    background: transparent !important;
    border: 1px solid #ddd !important;
    margin-left: 0 !important;
    border-right: none !important;
}

.paginate_button.current, .paginate_button.current:hover {
    z-index: 2;
    color: #fff !important;
    cursor: default;
    background-color: #780001 !important;
    border-color: #780001 !important;
}

.paginate_button:hover {
    color: #780001 !important;
    background-color: #eee !important;
    border-color: #ddd !important;
}

.paginate_button.first {
    margin-left: 0 !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.paginate_button.last {
    margin-left: 0 !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-right: 1px solid #ddd !important;
}

.property-bottom-print{
    background-color: #C60002;
    margin: 8px 0 9px;
    height: 4%;
}

.bottom-logo{
    margin: -24 39%;
    height: 200%;
    width: 19%; 
}
.dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #780001 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #FFF !important;
}

/*.paginate_button.first.disabled, .paginate_button.previous.disabled, .paginate_button.last.disabled, .paginate_button.next.disabled{background-color:#eee !important;color:#FFF !important;}*/
#property-list-result_length {
    display: none;
}

#property-list-result_paginate {
    padding-top: 30px;
}

.blog_pagination .pagination {
    display: none;
}

.map-image-area a.button.print.refindly-print-details {
    background: transparent;
    border: none;
}

#wrapper-topo, #wrapper-location {
    cursor: pointer !important;
}

/********/
.dataTables_length {
    margin-top: 31px;
    float: left;
}

.dataTables_length select {
    padding: 5px 10px;
    outline: none;
    border: 1px solid #C60002;
    background-image: url(images/red-areow.png);
    background-position: 92%;
    background-size: 10px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
}

#property-list-result_paginate {
    float: right;
}

.back-page a {
    font-size: 14px;
    font-family: 'latoregular';
    background-color: #C60002;
    color: #FFF;
    padding: 10px;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;
}

.back-page a:hover {
    text-decoration: none;
    background-color: #7f0101;
}

.dataTables_length label {
    color: #5c5c5c;
    font-weight: 400;
}

#property-list-result_paginate a:nth-child(7) {
    border-right: 1px solid #ddd !important;
}

.get-direction table tr td:last-child {
    width: 113px !important;
}

.vc_row-has-fill .vc_column_container .vc_column-inner {
    padding-top: 0px !important;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
    margin-bottom: 5px !important;
}

.mobileShow {
    display: none;
}

/* Smartphone Portrait and Landscape */
@media only screen
and (min-device-width: 300px)
and (max-device-width: 480px) {
	#view-listing-hp-button {
		display: none;
	}
    .mobileShow {
        display: block;
    }
}

.text-align-center-v-y .wpb_wrapper {
    text-align: center;
}

.text-align-center-v-y h3 {
    display: inline-block;
    padding: 3px 3px 0 !important;
    background: rgba(123, 123, 123, 0.7);
}

.cus-width-50 {
    display: inline-block;
    width: 50% !important;
}

.cus-width-50 input {
    width: 100% !important;
}

.dataTables_length {
    display: none;
}

#property-list-result_paginate {
    display: none;
}

.pagination_wrap {
    display: none;
}

.menu-main-menu-container ul li ul.sub-menu {
    position: absolute;
    z-index: 20;
    background: #c60002;
    padding: 8px;
    width: 220px;
    transition: all .2s ease-in-out;
    transform: translateY(23px);
    visibility: hidden;
}

.menu-main-menu-container ul li ul.sub-menu li {
    list-style: none;
    text-indent: -10px;
}

.menu-main-menu-container ul li {
    position: relative;
}

.menu-main-menu-container ul li ul.sub-menu a {
    font-family: 'latoregular';
    font-size: 18px;
    padding: 15px 10px;
    color: #FFF;
    text-decoration: none;
}

.menu-main-menu-container ul li ul.sub-menu > li > ul.sub-menu {
    visibility: hidden;
    left: -229px;
    top: 0;
}

.menu-main-menu-container ul li ul.sub-menu > li:hover > ul.sub-menu {
    visibility: visible;
}

.menu-main-menu-container ul li:hover ul.sub-menu {
    visibility: visible;
    transform: translateY(0);
}

.bannertext {
    font-size: 46px;
    line-height: 48px;
    font-weight: 900;
    color: #fff;
    font-family: arial;
    margin-top: 323px;
    padding: 10px;
    float: right;
}

.bannertext a {
    color: #fff;
    text-decoration: none;
}

@media only screen and (max-width: 990px) {
    .bannertext {
        font-size: 30px;
        line-height: 38px;
        font-weight: 900;
        color: #fff;
        padding: 10px;
        font-family: arial;
        margin-top: 350px;
        float: none;
        text-align: center;
    }
}

@media only screen and (max-width: 760px) {
    .bannertext {
        font-size: 24px;
        line-height: 27px;
        padding: 5px;
        font-weight: 900;
        color: #fff;
        font-family: arial;
        margin-top: 138px;
        float: none;
        text-align: center;
    }
}

.bannertext {
    background-color: rgba(0, 0, 0, 0.6);
}