html {
    height: 100%;
}

body {
    color: #444;
    background-color: #fafafa;
    font-family: "Segoe UI",Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: 100%;
    letter-spacing: 0.01em;
    margin: 0px;
    padding: 0px;
}

.btn,
.form-control {
    border-radius: 0px;
}

.bg-default {
    background: #fff;
}

.toggle-group {
    display: none;
}

.list-table {
    display: table;
    width: 100%;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    table-layout: fixed;
    text-align: center;
}

.list-table li {
    display: table-cell;
    font-size: 16px;
    border-left: 1px solid #eee;
}

.list-table li:first-child {
    border: none;
}

.list-table span {
    color: #999;
    text-transform: uppercase;
    font-size: 11px;
    display: block;
}

.divider {
    position: relative;
    padding: 10px 0px 10px 0px;
    line-height: 1em;
}

.divider:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    border-top: 1px solid #eee;
}

.divider span {
    position: relative;
    display: inline-block;
    background: #fafafa;
    padding: 0px 10px 0px 5px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.1em;
    color: #999;
}

section:before {
    content: ' ';
    position: relative;
    display: block;
    border: 1px solid red;
    padding-top: 60px;
    margin-top: -60px;
    visibility: hidden;
    z-index: -10000;
}



#page-wrapper {
    height: 100%;
    padding: 60px 0 0px 0px;
}

/* ===== SIDEBAR ===== */

#sidebar-wrapper {
    position: fixed;
    top: 0px;
    left: -280px;
    bottom: 0px;
    width: 280px;
    background-color: #2B303B;
    transition: all 300ms;
    z-index: 1031;
}

.sidebar-header {
    background-color: #272b35;
    border-bottom: 1px solid #232730;
    min-height: 60px;
    padding: 0px 15px;
}

.sidebar-header .sidebar-brand {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    line-height: 30px;
    padding: 15px 15px;
    margin: 0px 0px 0px -15px;
}

.sidebar-content {
    position: absolute;
    top: 60px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    _padding: 6px 0 0 0;
}

.sidebar-form {
    padding: 12px 12px 12px 12px;
    border-bottom: 1px solid #292929;
}

.sidebar-nav li {

}

.sidebar-nav li a {
    color: #788195;
    padding: 5px 10px 5px 15px;
    line-height: 40px;
    overflow: hidden;
    outline: none;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:focus {
    color: #fff;
    background: transparent;
}

.sidebar-nav .nav-title {
    float: left;
    width: 65%;
}

.sidebar-nav .nav-arrow::before {
    content: "";
    float: right;
    font-size: 16px;
    transition: all 0.12s ease 0s;
}

.sidebar-nav .active .nav-arrow::before {
    transform: rotate(-90deg);
}

.sidebar-nav .active > a {
    color: #fff;
}

.sidebar-nav ul {
    display: none;
    font-size: 13px;
    margin:3px 0px;
    padding: 10px 0 10px 15px;
    background-color: #21252D;
}

.sidebar-nav .active > ul {
    display: block;
}

.sidebar-nav ul li a {
    line-height: 32px;
}

/* ===== SIDEBAR TOGGLE ===== */

.sidebar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin: 13px 0px 8px 0px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.sidebar-toggle:hover {
    background-color: #ddd;
}

.sidebar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #a0a0a0;
}

.sidebar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.sidebar-toggle .icon-bar {
    position: relative;
    transition: all 0.2s;
}

.sidebar-open .sidebar-toggle .icon-bar {
    left: 2px;
}

.sidebar-open .sidebar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}
.sidebar-open .sidebar-toggle .middle-bar {
    opacity: 0;
}
.sidebar-open .sidebar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.sidebar-open {
    _overflow: hidden;

}

.sidebar-open:before {
    content: '';
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #000;
    opacity: .4;
    z-index: 1031;
}

.sidebar-open #sidebar-wrapper {
    left: 0px;
}

/* ===== LOGO ===== */

.logo {
    display: inline-block;
    line-height: 20px;
    height: 60px;
    padding: 13px 0px 0px 0px;
    margin: 0px 0px 0px 15px!important;
}

.logo img {
    width: 34px;
    float: left;
    margin: 0px 8px 0px 0px;
}

.logo span {
    display: block;
    overflow: hidden;
    color: #444;
    font-size: 17px;
    line-height: 15px;
}

.logo small {
    display: block;
    text-align: right;
    color: #444;
    font-size: 12px;
    opacity: .5;
}



/* ===== NAVBAR ===== */

#header-wrapper {
    min-height: 60px;
    background-color: #fff;
    box-shadow: 0px 0px 3px -3px #000000;
}

.navbar-header {
    float: left;
    margin: 0px!important;
}

.navbar-header .sidebar-toggle {
    float: left;
    display: block;
}

header .nav > li {
    float: left;
}

header .nav > li > a {
    font-size: 18px;
    line-height: 30px;
    padding: 15px;
    color: #a0a0a0;
}

header .nav > li > .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
}

header .navbar-left {
    float: left;
}

header .navbar-right {
    float: right;
    margin: 0px;
}

header .navbar-right .dropdown-menu {
    left: auto;
    right: 0px;
}

header .navbar-account .favourite-count {
    position: absolute;
    top: 12px;
    right: 4px;
    font-size: 10px;
    padding: 2px 4px;
    border-radius: 2px;
    background: #D9534F;
}

/* ===== INTRO SEARCH ===== */

#intro {
    position: relative;
    background-attachment: inherit;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #eee;
    padding: 20px 0px 20px 0px;
}

#intro.full-size {
    padding-bottom: 135px;
    background-image: url("/img/intro.jpg");
    min-height: 100%;
}


#intro.full-size:before,
#intro.landing-page:before {
    content: ' ';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: rgba(0,0,0,.3);
}

#intro .page-header {
    position: relative;
    color: #fff;
    margin: 10% 0px;
    border-bottom: none;
    text-shadow: 0px 1px 2px #000;
}

#intro .page-header h1 {
    font-size: 34px;
    font-weight: 600;
}

#intro .page-header h3 {
    margin: 0px;
    font-size: 20px;
    font-weight: 300;
}


#intro.landing-page .page-header h1,
#intro.landing-page .page-header h3 {
    display: inline-block;
    background-color: #00549d;
    padding: 5px;
}


.search-form {
    position: relative;
    padding: 12px 12px 5px 12px;
    border-radius: 0px;
    background: #fff; /* rgba(0, 84, 158, .85); */
}

.search-form .form-control {
    font-size: 14px;
    border-radius: 0px;
}

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

.search-form .btn {
    color: #666;
}

.search-form .btn-default {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    background: #E85F01;
    border: 1px solid #d85904;
}

.search-form .row {
    margin: 0px -4px;
}

.search-form .row > div {
    padding: 0px 4px;
}

.mouse-wrapper {
    margin: 0 auto;
    display: block;
    width: 250px;
    text-align: center;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0px;
}

.mouse-wrapper:hover {
    text-decoration: none;
}

.mouse-wrapper p {
    color: #eee;
    font-size: 12px;
    margin-bottom: 20px;
    letter-spacing: .25em;
}

.mouse {
    margin: 0px 0px 8px 0px;
    display: inline-block;
    width: 30px;
    height: 47px;
    background: rgba(0,0,0,.5);
    border: 2px solid #fff;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
}

.mouse .mouse-scroll {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #fff;
    position: relative;
    top: 10px;
    left: 11px;
    -webkit-animation: scrolls 1.3s ease-out infinite;
}

@-webkit-keyframes scrolls {
    0% {
        top: 10px;
        opacity: 1;
        height: 4px;
    }
    95% {
        top: 18px;
        opacity: 0;
        height: 10px;
    }
    100% {
        top: 8px;
        opacity: 1;
        height: 4px;
    }
}

@media (max-width: 767px) {
    #intro {
        display: none;
        padding: 20px 0px!important;
    }


    #intro.full-size,
    #intro.landing-page {
        display: block;
    }

    #intro .page-header {
        margin: 20px 0px;
    }

    #intro .page-header h1 {
        font-size: 26px;
    }

    #intro .page-header h3 {
        font-size: 18px;
    }

    .mouse-wrapper {
        display: none;
    }
}


/* ===== MAIN CONTENT ===== */

#main-wrapper {
    margin-bottom: 30px;
}

#main-wrapper{
    min-height: 100%;
}

.breadcrumb {
    background: none;
    margin: 0px;
    padding: 10px 0px;
}

/* ===== PAGE ===== */

.page-nav {
    background: #fff;
    border: 1px solid #EBEBEB;
    padding: 6px;
}

.page-nav li.active {
    background: #f3f3f3;
}

/* ===== WIDGET ===== */

.widget {
    border: 1px solid #EBEBEB;
    background: #fff;
    margin: 0px 0px 12px 0px;
}

.widget:hover {
    border: 1px solid #ddd;
    background: #f2f2f2;
}

.widget > a,
.widget > a:hover{
    position: relative;
    display: block;
    color: #444;
    padding: 12px;
    text-decoration: none;
}

.widget-contact {
    text-align: center;
}

.widget-contact .fa {
    font-size: 38px;
}

.widget-banner > a,
.widget-banner > a:hover {
    color: #fff;
    padding: 0px;
}

.widget-banner > a .caption {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, .6);
    padding: 4px 8px;
}

/* ===== OFFER LIST ===== */

.view-grid > div:nth-child(odd) {
    clear: left;
}

.view-grid > div:nth-child(even) {
    clear: right;
}


/* ===== OFFER ===== */

.image-wrapper {
    position: relative;
}

.image-wrapper .label-wrapper {
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 2;
}

.image-wrapper .label-wrapper .label {
    font-size: 12px;
    border-radius: 0px;
}

.image-wrapper .view360-wrapper {
    position: absolute;
    right: 8px;
    bottom: 8px;
    z-index: 2;
}

.offer-favourite:hover,
.offer-favourite:focus {
    text-decoration: none;
    color: #ccc;
}

.offer-favourite i {
    color: #ccc;
}

.offer-favourite.active i {
    color: orange;
}

.offer-status-1 .info-wrapper,
.offer-status-1 .content-wrapper,
.offer-status-1 .description-wrapper,
.offer-status-1 .image-wrapper img {
    opacity: .5;
}



/* ===== OFFER ITEM ===== */

.offer-item {
    position: relative;
    background: #fff;
    border: 1px solid #ebebeb;
    margin: 0px 0px 12px 0px;
    padding: 8px;
    line-height: 1.6em;

}

.offer-item-inner {
    position: relative;
}

.offer-item-inner-bottom {
    position: relative;
}

.offer-item .image-wrapper {
    float: left;
    width: 30%;
}

.offer-item .image-wrapper img {
    width: 100%;
}

.offer-item .content-wrapper {
    position: absolute;
    left: 30%;
    top: 0px;
    bottom: 0px;
    width: 54%;
    padding: 0px 15px;
}

.content-wrapper header {
    margin-bottom: 5%;
}

.content-wrapper .offer-item-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
    line-height: 1.3em;
    margin: 0px;
}

.content-wrapper .offer-item-title a {
    color: #222;
}

.content-wrapper .offer-item-location a {
    font-size: 95%;
    color: #777;
}

.content-wrapper footer {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0px 15px;
}

.content-wrapper footer .offer-item-number {
    color: #999;
}

.content-wrapper footer .btn-link {
    color: #222;
    font-size: 13px;
    cursor: pointer;
}

.content-wrapper footer .btn-link i {
    margin-left: 4px;
}


.offer-item .info-wrapper {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    text-align: right;
    background: #f2f2f2;
    padding: 4px 10px 0px 10px;
    width: 16%;
}

.offer-item.offer-premium-1 .info-wrapper {
    background: #eff8ff;
}

.offer-item .info-wrapper > span,
.offer-item .info-wrapper > small {
    display: block;
    margin-bottom: 4px;
}

.offer-item .info-wrapper .offer-item-price {
    font-size: 18px;
    font-weight: bold;
}

.offer-item .info-wrapper .offer-item-price-m2 {
    color: #999;
}

.offer-item .info-wrapper .list-controls {
    position: absolute;
    bottom: 8px;
    right: 4px;
    font-size: 22px;
    margin: 0px;
}

.offer-item .info-wrapper .list-controls a {
    color: #ccc;
}

.offer-item .description-wrapper {
    padding: 8px 0px 0px 0px;
    margin-top: 8px;
    border-top: 1px solid #eee;
}

.description-wrapper .list-details {
    border-bottom: 1px solid #eee;
    padding: 4px 0px 14px 0px;
}

.description-wrapper .list-details li {
    font-size: 22px;
}


.description-wrapper p {

}


/* ===== OFFER ITEM SM - MD ===== */

.offer-item-sm .block-wrapper,
.offer-item-md .block-wrapper {
    position: relative;
    overflow: hidden;
}

.offer-item-sm .image-wrapper {
    width: 100%;
}

.offer-item-sm .info-wrapper {
    width: auto;
    background: none!important;
    color: #fff;
}

.offer-item-sm .info-wrapper .offer-item-price {
    color: #fff;
    padding: 2px 4px;
    background: rgba(0,0,0,.5);
}

.offer-item-sm .info-wrapper .offer-item-area {
    display: inline-block;
    padding: 0px 4px;
    background: rgba(0,0,0,.5);
}

.offer-item-sm .info-wrapper .offer-item-price-m2 {
    display: none;
}

.offer-item-md .image-wrapper {
    width: 70%;
}

.offer-item-md .info-wrapper {
    width: 30%;
}

.offer-item-sm .content-wrapper,
.offer-item-md .content-wrapper {
    position: static;
    overflow: hidden;
    width: 100%;
    padding: 10px 0px 20px 0px;
}

.offer-item-sm .content-wrapper .list-details,
.offer-item-md .content-wrapper .list-details {
    display: none;
}

.offer-item-sm .content-wrapper footer,
.offer-item-md .content-wrapper footer {
    padding: 0px;
}


/* ===== OFFER ITEM BRAKE POINT ===== */

@media (max-width: 767px) {
    .offer-item .info-wrapper .offer-item-price-m2 {
        display: none;
    }

    .offer-item-lg .image-wrapper {
        width: 100%;
    }

    .offer-item-lg .info-wrapper {
        width: auto;
        background: none!important;
        color: #fff;
    }

    .offer-item-lg .info-wrapper .offer-item-price {
        color: #fff;
        padding: 2px 4px;
        background: rgba(0,0,0,.5);
    }

    .offer-item-lg .info-wrapper .offer-item-area {
        display: inline-block;
        padding: 0px 4px;
        background: rgba(0,0,0,.5);
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .offer-item-lg .image-wrapper {
        width: 70%;
    }

    .offer-item-lg .info-wrapper {
        width: 30%;
    }
}

@media (max-width: 991px) {

    .offer-item-lg .block-wrapper {
        position: relative;
        overflow: hidden;
    }

    .offer-item-lg .content-wrapper {
        position: static;
        overflow: hidden;
        width: 100%;
        padding: 10px 0px 20px 0px;
    }

    .offer-item-lg .content-wrapper .list-details {
        display: none;
    }

    .offer-item-lg .content-wrapper footer {
        padding: 0px;
    }
}

@media (min-width: 992px) {

    .offer-item-lg .description-wrapper .list-details {
        display: none;
    }
}

/* ===== OFFER ===== */

.offer {
    padding: 15px;
    background: #fff;
}

.offer header.page-header {
    margin: 0px 0px 15px 0px;
}

.offer header.page-header h1 {
    font-size: 24px;
    margin: 10px 0px 4px 0px;
}

.offer header.page-header p {
    color: #999;
}

.offer .list-details {
    padding: 10px 0;
    margin: 0px 0px 20px 0px;
}

.offer .list-details li {
    font-size: 22px;
}

.offer .table tr:first-child > td,
.offer .table tr:first-child > th {
    border: none;
}

.offer .location-map {
    position: relative;
    background-image: url('/img/map_overlay.jpg');
    background-size: cover;
    background-position: center center;
    height: 200px;
}

.offer .location-map a {
    position: absolute;
    top: 50%;
    width: 130px;
    left: 0px;
    right: 0px;
    margin: -10px auto 0px auto;
}

.offer section {
    margin: 0px 0px 20px 0px;
}

.offer .col-secondary .offer-contact > div,
.offer .col-secondary .offer-contact > div {
    float: none;
    width: auto;
}

.offer-contact {
    background: #eee;
    padding-top: 15px;
}

.offer-contact:before,
.offer-contact:after{
    display: table;
    content: " ";
}

.offer-contact:after {
    clear: both;
}

.offer-contact .agent-wrapper {
    overflow: hidden;
    margin: 0px 0px 20px 0px;
}

.offer-contact .agent-photo {
    float: left;
}

.offer-contact .agent-info {
    text-align: center;
    padding: 0px 0px 0px 65px;
}

.offer-contact .agent-info .name {
    font-size: 18px;
    margin: 0px 0px 14px 0px;
}

.offer-contact .agent-info .phone {
    font-size: 26px;
    font-weight: bold;
}

.offer-contact .office-wrapper {
    background: #ddd;
    padding: 2px 8px;
    margin: 0px 0px 15px 0px;

}

.offer .col-secondary .office-wrapper {
    display: none;
}

.offer-contact .form-wrapper textarea {
    height: 180px;
}

/* ===== OWL CAROUSEL ===== */

.owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;

}
.owl-nav [class*='owl-'] {
    color: #999;
    font-size: 20px;
    line-height: 50px;
    width: 50px;
    font-weight: normal;
    text-align: center;
    margin: 5px;
    padding: 0px;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 25px;
    _border: 1px solid #e0e0e0;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: absolute;
    top: 30%;
}

.owl-nav .owl-prev {
    left: 0px;
    margin-left: -22px;
    box-shadow: -1px 2px 4px -2px #444;
}

.owl-nav .owl-next {
    right: 0px;
    margin-right: -22px;
    box-shadow: 1px 2px 4px -2px #444;
}

.owl-nav [class*='owl-']:hover {
    background: #EEE;
    _color: #FFF;
    text-decoration: none;
}

.owl-nav .disabled {
    opacity: 0.5;
    cursor: default!important;
}

.owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-dots {
    text-align: center;
    margin-bottom: 15px;
    -webkit-tap-highlight-color: transparent;
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #666;
}

/* ===== TYPEAHEAD ===== */

.twitter-typeahead {
    display: block!important;
}

.tt-hint {
//width: 396px;
//height: 30px;
    padding: 8px 12px;
//font-size: 24px;
//line-height: 30px;
    border: 2px solid #ccc;
    border-radius: 8px;
    outline: none;
}

.tt-hint {
    color: #999;
}

.tt-menu {
//width: 422px;
    right: 0px;
//margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
//border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    max-height: 250px;
    overflow-y: auto;
}

.tt-suggestion {
    cursor: pointer;
    padding: 3px 12px;
//font-size: 18px;
//line-height: 24px;
}

.tt-suggestion:hover,
.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion p {
    margin: 0;
}

/* ===== FOOTER ===== */

#footer-wrapper {
    color: #ccc;
}

#footer-wrapper .footer-top {
    padding: 24px 0px;
    background: #2B303B;
    ktext-align: center;
    border-bottom: 1px solid #232730;
}

#footer-wrapper .footer-top .logo {
    margin: 0px;
    padding: 0px;
    height: auto;
}

#footer-wrapper .footer-top .logo span,
#footer-wrapper .footer-top .logo small {
    color: #fff;
}

#footer-wrapper .footer-top ul li {
    float: left;
    background: #272B35;
    margin-right: 6px;
}

#footer-wrapper .footer-top ul li a {
    color: #777;
}

#footer-wrapper .footer-bottom {
    color: #777;
    padding: 12px 0px;
    background: #272B35;
}

#footer-wrapper .footer-bottom p {
    color: #fff;
    opacity: .25;
    margin: 0px;
}

#footer-wrapper .footer-bottom ul a {
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
}

/* ===== LOADER ===== */

.loader-overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(255,255,255,0.6);
    z-index: 9999;
}

body > .loader-overlay {
    position: fixed;
    background: none;
}

.loader-overlay .loader-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    text-align: center;
    margin-left: -75px;
    margin-top: -75px;
    width: 150px;
    height: 150px;
    background-color: transparent;
    background-attachment: initial;
    background-image: url("/img/loader2.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}

