@charset "utf-8";
/* Table of contents
+body
+header
+slider
+property-query-area
+callus
+single-query
+property
+property_item
+image
+proerty_content
+proerty_text
+proerty_meta
+deals
+full-slider
+item
+deal_media
+feature_property
+testinomial
+cd-testimonials-all
+cd-testimonials-all-wrapper
.cd-testimonials-item
+footer
+footer_panel
+social_share
+copyright

*/
/*Self Hosted Fonts*/


.faqHeader {
    font-size: 27px;
    margin: 20px;
}

.panel-heading [data-toggle="collapse"]:after {
    font-family: 'FontAwesome';
    content: "\f078"; /* "play" icon */
    float: right;
    color: #F58723;
    font-size: 18px;
    line-height: 22px;
    /* rotate "play" icon from > (right arrow) to down arrow */
/*    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); */
}

.panel-heading [data-toggle="collapse"].collapsed:after {
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
/*    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); */
    color: #454444;
}

@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.woff2') format('woff2'),
    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: 'robotomedium';
    src: url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
    url('../fonts/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensedbold';
    src: url('../fonts/robotocondensed-bold-webfont.woff2') format('woff2'),
    url('../fonts/robotocondensed-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* General Styling */
body {
    font-family: robotoregular, Calibri, Helvetica, sans-serif;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    color: #1f1d22;
    font-size: 15px;
    padding-bottom: 90px;
    background-image: url("../images/bg.jpg");
    min-height: 100vh;
    min-width: 100vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #999999;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999999;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999999;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999999;
}

input[type="submit"] {
    height: inherit;
    width: inherit;
    border: none;
}

.form-control, .form-control:focus {
    box-shadow: none;
}

ol, ul {
    padding: 0;
    margin: 20px;
    list-style: none;
    font-size: 15px;
    color: #686868;
}

a, a:hover, a:focus {
    outline: none;
    text-decoration: none;
    color: inherit;
}

small {
    font-size: 75% !important;
    color: inherit !important;
}

h1, h2, h3, h4 {
    margin: 0;
}

h3, h4 {
    font-family: robotomedium, Calibri, Helvetica, sans-serif;
}

.btn_common, h2, nav.bootsnav .megamenu-content .title,
.fullscreen_inner h3, .fullscreen_inner h1 {
    font-family: roboto_condensedbold, Calibri, Helvetica, sans-serif;
}

.white_header nav.navbar.bootsnav ul.nav > li > a,
.rev_slider_wrapper .black-caption h2,
.rev_slider_wrapper .slider-caption .bg_white h2, .rev_slider_wrapper .slider-caption h4.bg_blue,
.rev_slider_wrapper .slider-caption .bg_white .btn-more, .btn-blue, .btn-white, .btn-dark, .btn-white-fill,
#rev_overlaped h1, .topper,
.feature_main .bottom h4, .proerty_text h4, #filters-gallery .cbp-filter-item, .property_item .price h4,
#parallax_four h4, #parallax_four h2,
.slider-property h2 {
    font-family: robotoregular, Calibri, Helvetica, sans-serif;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 24px;
    color: #686868
}

h4 {
    font-size: 18px;
}

p {
    font-size: 15px;
    line-height: 25px;
    color: #676767;
}

li {
    list-style-type: disc;
    margin-left: 50px;
}

p a {
    color: #3399ff
}

section#content {
    padding: 2rem;
}

#content.full-width-text {
    font-size: 17px;
}
#content.full-width-text p,
#content.full-width-text ul,
#content.full-width-text ol
{
    font-size: 17px;
}

#content.registration input{
    font-size: 17px;
}


#footer_logo {
    max-height: 70px;
}

#direct_scan {
    display: block;
    position: absolute;
    width: 1px;
    height: 1px;
    top: -10px;
    left: -10px;
}

.company-btn {
    width: 175px !important;
    margin-bottom: 30px;
    height: 90px;
}

.company-btn span {
    display: block;
    position: relative;
    bottom: 10%;
    font-weight: bolder !important;
    font-size:12px;
    background-color: #eee !important;
    color: #808080 !important;
}

.company-btn img {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 150px;
    max-height: 40px;
    margin: auto;
}

.padding {
    padding: 80px 0;
}

.padding_half {
    padding: 40px 0;
}

.padding_bottom {
    padding-bottom: 80px !important;
}

.padding_top {
    padding-top: 80px;
}

.padding_bottom_half {
    padding-bottom: 40px;
}

.margin_bottom {
    margin-bottom: 80px;
}

.heading_space {
    margin-bottom: 20px;
}

.bottom15 {
    margin-bottom: 15px !important;
}

.bottom10 {
    margin-bottom: 10px;
}

.top15 {
    margin-top: 15px;
}

.top20 {
    margin-top: 20px;
}

.top10 {
    margin-top: 10px;
}

.bottom20 {
    margin-bottom: 20px;
}

.top30 {
    margin-top: 30px;
}

.bottom30 {
    margin-bottom: 30px;
}

.bottom40 {
    margin-bottom: 40px;
}

.margin40 {
    margin-top: 40px;
}

.space30 {
    margin: 30px 0;
}

.bg_light {
    background: #edf3f8;
}

.bg_white {
    background: #fff;
}

.grey {
    background: #f3f3f3;
}

.border_radius {
    border-radius: 4px;
}

.uppercase {
    text-transform: uppercase;
}

.captlize {
    text-transform: capitalize;
}

.left15 {
    margin-left: 15px;
}

.t_white {
    color: #fff;
}

.t_yellow {
    color: #ffd119;
}

/* ------------- Buttons ------------*/
.btn_common, .btn-more, .toggler, .btn-blue, .btn-white, .btn-black, .btn-dark, .btn-white-fill, .btn-yellow, .btn-red, .btn-green, .btn-home, .btn-default, .btn-info, .btn-success, .btn-danger {
    padding: 10px 15px;
    display: inline-block;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    width: 100%;
    text-align: center;
}

.btn-blue:hover, .btn-white-fill:hover, .btn-home:hover{
    border-color: #696969;
    background: #6b6a6a; /* Old browsers */
    background: -moz-linear-gradient(top, #6b6a6a 0%, #514f4f 71%, #696969 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #6b6a6a 0%,#514f4f 71%,#696969 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #6b6a6a 0%,#514f4f 71%,#696969 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b6a6a', endColorstr='#696969',GradientType=0 ); /* IE6-9 */
}

.btn-red {
    -webkit-transition-property: none;
    transition-property: none;
    -webkit-transition-duration: 0s;
    background: #6b6a6a; /* Old browsers */
    background: -moz-linear-gradient(top, #e3000b 0%, #cc000a 71%, #a30400 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e3000b 0%,#cc000a 71%,#a30400 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e3000b 0%,#cc000a 71%,#a30400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3000b', endColorstr='#a30400',GradientType=0 ); /* IE6-9 */
}

.btn-white:hover, .btn-black:hover, .btn-dark:hover {
    background: #1F3F81;
}

.btn-white:hover, .btn-black:hover {
    border: 1px solid #1F3F81;
}

.btn-white:hover, .btn-white:focus, .btn-black:hover, .btn-black:focus,
.btn-blue:hover, .btn-blue:focus, .btn-dark:hover, .btn-dark:focus, .btn-white-fill:hover, .btn-white-fill:focus, .btn-home:hover, .btn-home:focus {
    color: #fff;
}

.btn-yellow {
    background: #e0a813;
    color: #fff;
    font-weight: normal
}

.btn-yellow:hover, .btn-yellow:focus {
    cursor: default
}

.btn-default {
    border: 1px solid #ccc;
}

.btn-default.register {

}

.btn-default.checkout {
    color: #ff0000;
}

.btn-red {
    color: #fff;
    border: 1px solid #1F3F81;
}

.btn-red:hover {
    background: #b0040d;
    color: #fff;
    border: 1px solid #1F3F81;
}

.registration_buttons a img {
    max-height: 150px;
}

#alreadyregistredbtn {
    line-height: 5rem;
    font-size: 3rem;
    cursor: pointer;
}

#previousUser, #previousUserText {
    display: none;
    z-index: 2001;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50%;
    height: 300px;
    margin-left: -25%;
    margin-top: -150px;
    border: solid 3px #ccc;
    border-radius: 10px;
}

.cancelbtn.close {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0;
    font-size: 2rem;
    line-height: 4rem;
}

#previousUser h1, #previousUserText h1 {
    font-size: 3rem;
}

#previousUser p, #previousUserText p {
    margin-top: 2rem;
    font-size: 2rem;
}

.btn-green {
    -webkit-transition-property: none;
    transition-property: none;
    -webkit-transition-duration: 0s;
    background: #97cc53; /* Old browsers */
    background: -moz-linear-gradient(top, #97cc53 0%, #93ba1f 72%, #639900 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #97cc53 0%,#93ba1f 72%,#639900 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #97cc53 0%,#93ba1f 72%,#639900 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97cc53', endColorstr='#639900',GradientType=0 ); /* IE6-9 */
    color: #fff;
    border: 1px solid #1F3F81;
}

.btn-green:hover {
    background: #95bb2c;
    color: #fff;
    border: 1px solid #1F3F81;
}

.btn_common, .btn-more {
    color: #1f1d22;
}

.btn-more {
    font-weight: normal;
    position: relative;
    overflow: hidden;
    padding: 0 5px;
    display: inline-block !important;
}

.btn-more span {
    position: relative;
}

.btn-more:hover {
    color: #1F3F81;
}

.btn-more > i {
    display: inline-block;
    width: 14px;
    transition: margin 0.3s ease 0s;
}

.btn-more i:first-child {
    margin-left: -19px;
    margin-right: 5px;
}

.btn-more i:last-child {
    margin-left: 5px;
    margin-right: 0;
}

.btn-more:hover i:first-child {
    margin-left: 0;
}

.btn-more:hover i:last-child {
    margin-right: -19px;
}

.propertydropdown {
    margin-bottom: -1px;
    position: relative;
    z-index: 100;
}

.toggler {
    position: absolute;
    z-index: 100;
    bottom: 0;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.toggler > i {
    font-size: 20px;
    margin-left: 10px;
}

.btn-blue {
    color: #fff;
    background: #1F3F81;
}

.btn-dark {
    color: #fff;
    background: #1f1d22;
}

.btn-white {
    color: #fff;
    border: 1px solid #fff;
}

.btn-white-fill {
    border: 2px solid #6b6a6a;
    color: #fff;
    background: #878787;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
}

.btn-home {
    border: 2px solid #6b6a6a;
    color: #000;
    background: #e7e7e7;
    width: auto;
    text-align: center;
    font-size: 1.4rem;
    line-height: 2.4rem;
}

.btn-white-fill.active{
    background: #ccc;
    border-color: #bbb;
    color: #bbb;
}

.btn-black {
    color: #1f1f1f;
    border: 1px solid #1f1f1f;
}

.feature-p-text:hover h4, .p-image:hover {
    cursor: pointer;
}

#loadMore-gallery {
}

#loadMore-gallery a {
    display: block;
    padding: 0;
}

#header_container {
    margin: 2rem 0;
    font-size: 2rem;
}

#header_container h1,
#header_container .h1 {
    font-size: 5rem;
    font-weight: bolder;
}

#barcodeimg {
    max-height: 250px;
    width: auto;
}

#visitor_type_id {
    margin-bottom: 0;
}


/* -------- Forms --------- */
.callus .row {
    margin-left: -10px;
    margin-right: -10px;
}

.callus .col-md-3, .callus .col-md-4,
.callus .col-md-2, .callus .col-sm-6,
.callus .col-md-8, .callus .col-md-12, .callus .col-sm-12 {
    padding-left: 10px;
    padding-right: 10px;
}

.callus input[type="text"],
.callus .keyword-input,
.callus .intro .zelect,
.callus select, .callus .form-control {
    border: 1px solid #d5dadf;
    height: 44px;
    border-radius: 4px;
    background: #e7e7e7;
    padding: 6px 12px;
    font-size: 14px;
    color: #4a4a4a;
}

.callus textarea {
    min-height: 160px;
    resize: none;
}

.callus .btn-blue {
    text-transform: uppercase;
    width: 100%;
}

.auto .btn-blue {
    width: auto;
}

button {
    border: none;
}

.callus label {
    font-weight: normal;
    font-size: 14px;
    color: #535353;
}

.callus .file_uploader {
    border: 1px solid #d5dadf;
    padding: 15px;
}

.opened {
    display: none;
    position: relative;
    background: #1f3f81;
    left: 0;
    right: 0;
    margin: 0 -10px;
    padding-left: 10px;
    padding-right: 10px;
}

.opened .btn-yellow:hover, .opened .btn-yellow:focus {
    background: #fff;
    color: #0f0f0f;
}

.advanced {
    background: #6291f1;
    color: #fff;
    padding: 5px 20px;
    display: inline-block;
    height: 44px;
    font-weight: bold;
    line-height: 32px;
    font-size: 14px;
    width: 100%;
    margin-bottom: 15px;
}

.advanced > i {
    font-size: 20px;
    margin-right: 8px;
    vertical-align: middle;
}

.blue_navi .property-query-area {
    padding: 0;
}

.blue_navi .more-filter .fa, .btn-yellow, .blue_navi .nstSlider .bar,
.tp_overlay .more-filter .fa, .tp_overlay .nstSlider .bar,
.blue_navi .checkedBox, .tp_overlay .checkedBox {
    background: #ffd119;
}

.blue_navi .more-filter .text-1, .blue_navi .more-filter .text-2, .blue_navi .price, .blue_navi .callus label,
.blue_navi .leftLabel, .blue_navi .rightLabel,
.blue_navi .search-form-group.white > span,
.tp_overlay .search-form-group.white > span,
.tp_overlay .more-filter .text-1, .tp_overlay .more-filter .text-2, .tp_overlay .price, .tp_overlay .callus label,
.tp_overlay .leftLabel, .tp_overlay .rightLabel {
    color: #fff;
}

.blue_navi .more-filter .fa, .tp_overlay .more-filter .fa {
    color: #222222 !important;
}

.blue_navi .search-propertie-filters,
.tp_overlay .search-propertie-filters {
    background-color: transparent;
}

.blue_navi .check-box i,
.tp_overlay .check-box i {
    background: url(../images/check_mark_dark.png) no-repeat;
}

.blue_navi .checkedBox, .tp_overlay .checkedBox {
    box-shadow: 0 0 1px 5px #ffd119 inset;
    border-color: #ffd119;
}

.submit_property label {
    font-weight: bold;
    margin-top: 0;
}

.submit_property .search-propertie-filters .container-2 {
    padding: 0;
}

.submit_property .search-propertie-filters {
    margin: 0;
}

.Editor-editor {
    border: 1px solid #d5dadf;
}

#statusbar {
    display: none;
}

.dropzone {
    position: relative;
    border: 1px solid #d5dadf;
    background: #fcfcfc;
    display: inline-block;
    width: 100%;
    padding: 15px;
    border-radius: 4px;
}

.dropzone .dz-message {
    color: #676767;
    font-size: 17px;
    margin: 50px 0;
    position: relative;
    text-align: center;
    z-index: 11;
}

.dropzone .dz-message:hover {
    color: #1f3f81;
}

.help {
    color: #1f3f81;
    display: inline-block;
    font-size: 18px;
}

.summery_table.table-responsive {
    border: 1px solid #d5dadf;
}

.summery_table.table-responsive .table {
    margin-bottom: 0;
}

.summery_table.table-responsive tr:nth-child(2) {
    background: #fafbfd;
}

.summery_table.table-responsive tr > td {
    border: medium none;
    padding: 20px;
    vertical-align: middle !important;
}

.summery_table.table-responsive tr > td .form-group,
.summery_table.table-responsive tr > td input {
    margin-bottom: 0;
}

.summery_table.table-responsive tr > td .titles {
    font-size: 20px;
}

.summery_table.table-responsive tr > td i {
    margin-top: 23px;
}

.summery_table.table-responsive tr > td .close-t {
    color: #fb1212;
    display: inline-block;
}

.summery_table.table-responsive .add-new {
    background: #eff0f1;
    color: #676767;
    display: block;
    padding: 12px 20px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.summery_table.table-responsive .fa-bars {
    color: #bbbbbc;
}

/* -------- Property Forms ends --------- */

/* ---------------------- Property Wraps ---------------------- */

.image, .image img, .property_item .property_head {
    overflow: hidden;
    position: relative;
}

.image, .image img, .property_item .property_head, .proerty_content {
    position: relative;
}

.image img, .property_item .price {
    width: 100%;
}

.image a, .toggle_share ul li, .toggle_share ul li a {
    display: block;
}

#visitor {
    font-size: 2rem;
}

/* -------- Registartion card ------- */
#registrationcard {
    border: dashed 1px #ccc;
    margin: auto;
    background-color: #fff;
    color: #aaa;
}
#registrationcard h1{
    color: #e33531;
    text-align: right;
}

#registrationcard h2{
    text-align: right;
}

#registrationcard h4{
    font-size: 2rem;
}

#registrationcard img.logo{
    max-height: 75px;
    max-width: 175px;
}


#registrationcard span.code{
    color: #e33531;
    font-size: 1.5rem;
}

#registrationcard .extrainfo {
    text-align: right;
}


@media print {
    #registrationcard {
        border: none;
    }
}


#company_id {
    margin-bottom: 0;
}

/* -------- Footer --------- */
footer {
    padding: 1rem 0;
    height: 90px;
    border: none !important;
    background-color: #e7e7e7;
}

footer p {
    margin: 0;
}

hr {
    border-color: #ccc;
}

@-webkit-keyframes mapping {
    0% {
        top: 0;
    }
    50% {
        top: -5px;
    }
    100% {
        top: 0;
    }
}

@-moz-keyframes mapping {
    0% {
        top: 0;
    }
    50% {
        top: -5px;
    }
    100% {
        top: 0;
    }
}

@-moz-keyframes mapping {
    0% {
        top: 0;
    }
    50% {
        top: -5px;
    }
    100% {
        top: 0;
    }
}

@media screen and (max-width: 1024px) {
    .topbar ul.breadcrumb_top li a {
        font-size: 10px;
    }

    header nav.navbar.bootsnav ul.nav > li > a {
        font-size: 14px;
    }

    .topbar p {
        font-size: 12px;
    }

    .form_opener {
        background: #ffd119;
        border-radius: 3px;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        right: 15px;
        line-height: 1;
        padding: 10px;
        position: absolute;
        top: 20px;
        z-index: 1000;
    }

    .tp_overlay {
        display: none;
        width: 100%;
    }

    .tp_overlay h2 {
        font-size: 24px;
    }

    #deals .deal_media .media-left, #deals .deal_media .media-left a, #deals .deal_media .media-body {
        display: block;
    }

    #deals .deal_media .media-left a > img {
        width: 100%;
    }

    .proerty_content .property_meta span, .feature3 .property_meta span {
        font-size: 10px;
    }

}

header.container {
   background: #8d8d8d;
   color: #fff;
    margin: 0;
}

@media only screen and (min-width: 1600px) {
    .container {
        width: 1400px;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-testimonials-all .cd-testimonials-item {
        width: 30%;
        margin: 0 1.6666% 3em;
    }
}

@media only screen and (max-width: 1023px) {
    .agent_contact.table {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .container {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    body {
        padding-bottom: 112px;
    }
    h1 {
        font-size: 25px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 16px;
    }

    h4, .panel-title {
        font-size: 14px;
    }

    p {
        font-size: 14px;
    }

    .topbar p {
        display: none;
    }

    .topbar ul.breadcrumb_top {
        display: inline-block;
        float: left;
    }

    .topbar ul.social_share {
        float: right;
        margin: 5px 0;
    }

    .header-upper .logo {
        display: block;
    }

    .info-box {
        padding: 0 10px;
    }

    .info-box strong {
        font-size: 14px;
    }

    .info-box li {
        font-size: 12px;
    }

    .navbar-brand {
        padding: 10px 0;
    }

    nav.navbar.bootsnav .navbar-brand {
        float: left !important;
    }

    .header-upper .logo, .header-upper .right {
        text-align: center;
    }

    .attr-nav {
        margin-right: 20px;
    }

    .attr-nav .social_share {
        margin: -5px 0 0 0;
    }

    .layout_boxed .attr-nav .social_share {
        margin: 10px 0 0;
    }

    nav.navbar.bootsnav .navbar-toggle {
        height: 20px;
        line-height: 20px;
        margin: -10px 0 0 0;
        top: 10px;
        float: right;
        background-color: transparent !important;
    }

    .layout_boxed nav.navbar.bootsnav.sticked .navbar-nav,
    .layout_dark nav.navbar.bootsnav.sticked .navbar-nav,
    .layout_default nav.navbar.bootsnav.sticked .navbar-nav {
        float: left;
    }

    .layout_dark nav.navbar.bootsnav .navbar-toggle,
    .layout_default nav.navbar.bootsnav .navbar-toggle, .layout_boxed nav.navbar.bootsnav .navbar-toggle {
        margin: 5px 0 0;
        color: #fff;
    }

    .white_header nav.navbar.bootsnav.sticked .navbar-toggle,
    .white_header nav.navbar.bootsnav .navbar-toggle,
    .layout_dark nav.navbar.bootsnav.sticked .navbar-toggle,
    .layout_default nav.navbar.bootsnav.sticked .navbar-toggle,
    .layout_boxed nav.navbar.bootsnav.sticked .navbar-toggle {
        margin: 10px 0 0;
    }

    .layout_double nav.navbar.bootsnav .navbar-toggle {
        margin: 5px 0 0 0 !important;
    }

    header nav.navbar.bootsnav ul.nav > li > a,
    .white_header nav.navbar.bootsnav ul.nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    header nav.navbar.bootsnav ul.nav > li > a:before, nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle::after {
        display: none;
    }

    .attr-nav {
        right: 30px;
    }

    .white_header nav.navbar.bootsnav.sticked .attr-nav,
    .layout_dark nav.navbar.bootsnav.sticked .attr-nav,
    .layout_default nav.navbar.bootsnav.sticked .attr-nav,
    .layout_boxed nav.navbar.bootsnav.sticked .attr-nav {
        display: none;
    }

    .btn-touch {
        display: none;
    }

    .slider-property {
        top: 160px;
    }

    .deal_media .media-body, .deal_media .media-left {
        display: block;
    }

    .deal_media .media-left img {
        width: 100%;
    }

    .proerty_content .property_meta span, .feature3 .property_meta span, .listing_full_bg .property_meta > span {
        font-size: 7px;
    }

    .agent_wrap .agent_text {
        margin: 0 10px 0 10px;
    }

    .f-p-links > li a {
        font-size: 10px;
        padding: 12px 5px;
    }

    .listing_map {
        left: 0;
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 0;
    }

    .maplisting .col-sm-6.pull-right {
        width: 100%;
    }

    #parallax, #parallax_two, #parallax_three, #parallax_four, #testinomial,
    .page-banner-bg {
        background-position: center center !important;
    }

    .callus .btn-blue {
        text-transform: uppercase;
        width: auto;
    }

    .banner h1 {
        font-size: 50px;
        margin-top: 160px;
    }

    .banner h1 > span {
        font-size: 24px
    }
}

@media screen and (max-width: 800px) {
    .slider-property {
        top: 130px;
    }
}

/* Portrait */
@media screen and (max-width: 767px) and (orientation: portrait) {
    .tp_overlay .callus input[type="text"],
    .tp_overlay .callus .keyword-input,
    .tp_overlay .callus .intro .zelect,
    .tp_overlay .callus select,
    .tp_overlay .callus .form-control,
    .intro .zelected {
        height: 34px;
        font-size: 10px;
    }

    .tp_overlay .single-query .zelected::after, .tp_overlay .search-2 .single-query .zelected::after {
        top: -2px;
    }

    .tp_overlay .btn-yellow {
        padding: 8px 14px;
    }

    .tp_overlay .btn-yellow, .tp_overlay .price, .tp_overlay .callus label {
        font-size: 10px;
    }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    .tp_overlay, .form_opener {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .topbar .text-right {
        text-align: left;
    }

    .topbar ul.breadcrumb_top {
        display: block;
        text-align: center;
    }

    .topbar ul.social_share {
        margin: 5px 0;
        float: none;
    }

    ul.social_share {
        display: block;
        margin: 10px 0;
        text-align: center;
    }

    .topbar.dark ul.breadcrumb_top > li.colors {
        display: none;
    }

    .tp_overlay .topbar,
    .tp_overlay .group-button-search, .tp_overlay .search-propertie-filters,
    .topbar p, .white_header .info-box, .btn-touch, .tp_overlay,
    #full-slider .owl-prev, #full-slider .owl-next,
    .three-item .owl-prev, .three-item .owl-next,
    #partner-slider .owl-prev, #partner-slider .owl-next,
    #two-col-slider .owl-prev, #two-col-slider .owl-next,
    #agent-slider .owl-prev, #agent-slider .owl-next,
    #nav_slider .owl-prev, #nav_slider .owl-next {
        display: none;
    }

    .slider-property, .fullscreen .info-box {
        display: none;
    }

    .property_item .price .tag, .property_item .price h4 {
        padding: 12px;
        font-size: 12px;
    }

    #testinomial .testinomial_wrap .rating {
        float: none;
        margin-top: 15px;
    }

    .listing_full_bg h3 {
        font-size: 18px;
    }

    .listing_full_bg p {
        font-size: 12px;
    }

    #map-single {
        height: 310px;
    }

}

@media screen and (max-width: 640px) {

    .agent_media .agents > img {
        width: 100%;
    }

    .agent_media .agents, .agent_media .agents_white {
        display: block;
    }

    .f-p-links > li a {
        font-size: 0;
    }

    #map-single {
        height: 250px;
    }

    .autocomplete {
        width: 99%;
    }

    .copyright p {
        text-align: center;
        font-size: 12px;
    }
}

/** Barcode */

.main-table {
    border: 0 solid grey;
    width: 400px;
    height: 200px;
    margin-left: 20px;
    margin-top: 5px;
}

.inner-table {
    width: 100%;
    padding: 2px;
    border-spacing: 10px;
    border-collapse: separate
}

.align-top {
    vertical-align: top
}

.td1 {
    width: 50%;
}

.td2 {
    width: 40%;
}

/*
#scanner{
    width:1px;
    height:1px;
    border: 1px solid #fff;
    background-color: #fff;
}

#scanner:focus {
    outline: none !important;
    border:0px solid #fff;
    box-shadow: 0 0 0px #719ECE;
}
*/
/** Lookup */

.lookup {
    width: 400px;
    position: absolute;
    z-index: 10;
    background-color: #fff;
    display: none;
    max-height: 300px !important;
    overflow-x: auto;
    overflow-y: hidden;
    border: solid 1px #ccc;
    text-align: left;
    padding: 0;
    bottom: 61px;
}

.lookup ul {
    margin: 0;
}

.lookup ul li {
    list-style: none;
    padding: 15px 20px;
    margin-bottom: 5px;
    font-size: 13px;
    margin-left: 0;
}

.lookup ul li:nth-child(even) {
    background: #f4f5f7;
    font-size: 13px;
}

.lookup .first-li {
    margin: 0 !important;
    padding: 5px !important;
    text-align: right;
}

.agent_wrap {
    max-height: 430px;
    overflow-y: auto;
}

button[disabled], html input[disabled] {
     color: #333 !important;
}

 @media print {
     html, body {
        border: 1px solid white;
        height: 99%;
        page-break-after: avoid;
        page-break-before: avoid;
     }
     body {
        min-height: auto;
        min-width: auto;
     }
}

/*fix bug keyboard chrome*/
.ha{
    opacity: 0;
}
.ha div{
    opacity: 0!important;
    height: 0px!important;
}
body{
    margin-bottom: 0!important;
}
