@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto.ttf'), url('/fonts/Roboto.woff2') format('woff2'), url('/fonts/Roboto.woff') format('woff'), url('/fonts/Roboto.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 80px;
}

/* .wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}

.wrap > .container {
  padding: 70px 15px 20px;
} 
*/

.footer {

    min-height: 60px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 16px;
    /* position: absolute;*/
    bottom: 0;
    width: 100%;

    background-color: #f5f5f5;
}

.footer-right {
    text-align: right;
}

@media (max-width: 767px) {

    .footer,
    .footer-right {
        text-align: center;
    }

    .footer .menu {
        margin-top: 14px;
    }
}

.jumbotron {
    text-align: center;
    /*background-color: transparent;*/
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
    position: relative;
    top: 2px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    /*line-height: 1;*/
    padding-left: 0px;
}

a.asc:after {
    content: "\e093";
}

a.desc:after {
    content: "\e094";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}


/* HEADER */
.top-header-row {
    display: table-row;
    /*font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;*/
    font-weight: bold;
    color: #39444e;
    width: 100%;
    height: 150px;
}

.top-header-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 12px;
    width: 100%
}

.logo-link {
    color: #39444e;
    display: block;
}

.logo-link:hover,
.logo-link:focus {
    color: #39444e;
    text-decoration: none;
}

.logo-link img {
    padding-top: 0px;
    width: 130px;


}

.logo-text {
    margin-top: 6px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 10px;
    /*font-family: Webdings, sans-serif;*/
}

.top-header-phone-ico {
    width: 38px;
    margin-right: 10px;
    margin-top: -40px;
}

.top-header-phone {
    font-size: 16px;
    display: inline-block;
}

.top-header-phone-title {
    clear: both;
    font-size: 12px;
    color: #4e5d6c;
    font-weight: normal;
    margin-bottom: 10px
}

@media (min-width: 1101px) {
    .top-header-phone-title {
        margin-top: -10px;
    }
}

@media (max-width: 1100px) {
    .top-header-phone-ico {
        width: 19px;
        margin-right: 6px;
    }

    .top-header-phone {
        font-size: 18px;
    }
}

@media (max-width: 860px) {
    .top-header-phone-ico {
        display: none;
    }
}


/* #navbar_cats  --- */
#navbar_cats {
    margin-bottom: 0px;
}

#navbar_cats ul {
    margin: 1px -30px 1px -15px;
}

#navbar_cats li {
    padding: 0px 0px;
    margin: 0px 0px;
    vertical-align: top;

    /*font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;*/
    font-weight: bold;

}

#navbar_cats li.active {
    background-color: #DC143C
        /*#DF691A*/
    ;
}

#navbar_cats li a:hover,
#navbar_cats li a:focus {
    background-color: #DC143C;
}

#navbar_cats a {
    padding: 10px 2px;
    margin: 0px 0px;
    /*height: 114px;*/
    color: #FFFFFF;
}

#navbar_cats li img {
    height: 74px;
    clear: both;
}

@media (max-width: 1000px) {
    #navbar_cats li {
        /*font-weight: normal;*/
        /*font-size: 12px;*/
    }

    #navbar_cats li img {
        height: 37px;
    }
}

/*@media (max-width: 849px) {
    #navbar_cats li {
        float: left;
        display: inline;
        width: 25%;
    }
}*/
@media (max-width: 767px) {
    #navbar_cats li {
        float: left;
        display: inline;
        /*width: 25%;*/
        width: 33%;
    }
}

@media (max-width: 500px) {
    #navbar_cats li {
        font-weight: normal;
        font-size: 12px;
        width: 33%;
    }
}

@media (max-width: 300px) {
    #navbar_cats li {
        float: none;
        display: block;
        font-size: 14px;
        width: auto;
        text-align: left;
    }

    #navbar_cats li img {
        height: 30px;
    }
}


#navbar_cats .container-fluid,
#navbar_cats .navbar-collapse,
#navbar_cats ul {
    padding: 0px 0px;
    margin: 0px 0px;
}

#navbar_cats .navbar-header {
    margin-right: 0px;
    margin-left: 0px;
}


/* MAIN */
.content-wrapper {
    /*padding-bottom: 16px;*/
    clear: both;
}

.img-rounded {
    border-radius: 4px;
}

.post-view h1 {
    font-size: 24px;
    margin-bottom: 20px;
}

.post-view img {
    /*margin: 16px;*/
    /*display: block;
    max-width: 100%;
    height: auto;*/
}

.post-view img.cover {
    margin: 0px 0px 16px 16px;
}

/*@media (max-width: 400px) {
    .post-view img.cover {
        margin: 0px 0px 16px 0px;
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}*/

hr {
    border: 0px;
    background-color: #9DA5A8;
    height: 3px;
    margin-top: 2px;
    margin-bottom: 10px;
}

hr.alt {
    background-color: #ebebeb;
}

.left-block {
    padding: 14px 20px 18px 20px;

}


.menu {
    margin-top: 10px;
    margin-bottom: 1px;
}

.menu li {
    margin-bottom: 10px;
}

.slide-control>div {
    min-height: 40px;
    vertical-align: middle;
    padding-top: 8px;
    font-size: 18px;
}

/* Slick carousel */
.slick-prev:before,
.slick-next:before {
    color: #333;
}

.slick-prev,
.slick-next {
    /*top: auto;*/
    right: auto;
    margin-top: -20px;
    width: 40px;
    height: 40px;
}

.slick-prev {
    float: left !important;
    left: 1px;
}

.slick-prev:before {
    font-family: 'Glyphicons Halflings';
    content: "\e079";
}

.slick-next {
    float: right !important;
    right: 1px;
}

.slick-next:before {
    font-family: 'Glyphicons Halflings';
    content: "\e080";
}

#item-slick-dots button:hover:before {
    /*color: #fa6900;*/
}

ul.slick-dots {
    width: 100%;
    bottom: 0px;
    position: inherit;
    margin-top: 2px;
    margin-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
}

ul.slick-dots li {
    margin: 0;
    width: auto;
    height: auto;
    /*margin-top: 10px;*/
}

.slick-dots li button {
    width: 30px;
    height: 30px;
}

.slick-dots li button:before {
    top: 5px;
    left: 5px;
}

@media (max-width: 767px) {
    ul.slick-dots {
        /*display: none ! important;*/
    }

    .slick-dots li button {
        width: 16px;
    }
}

/* item-index */

.item-index {
    background-color: #f5f5f5;
    padding-top: 15px;
    padding-right: 15px;
}

.item-index .col-item {
    padding-right: 0px;

}

.item-index .item {
    background-color: #FFFFFF;
    margin-bottom: 15px;
    /*min-height: 366px;*/
}

@media (max-width: 767px) {
    .item-index .col-item {
        max-width: none;
    }

    .image-empty {
        display: none;
    }

    .item-index .item {
        min-height: 150px;
    }
}

.item-index .image-block {
    border-bottom: 1px solid #ebebeb;
}

.item-index .item img {
    /*margin: 3px;*/
    width: 100%;
    max-width: 350px;
    max-height: 210px;
    display: inline;
}

.item-index .item h5 {
    max-height: 45px;
    overflow: hidden;
}

.item-index .item dl {
    margin-bottom: 1px;
}

.item-index .item dt {
    width: 100px;
    text-align: left;
    clear: left;
    float: left;
}

.item-index .item dd {
    margin-left: 105px;
    overflow: hidden;
}

@media (min-width: 1200px) and (max-width: 1300px) {
    .item-index .item dt.price-label {
        width: auto;
        margin-right: 14px;
        clear: left;

    }

    .item-index .item dd.price {
        margin-left: 0px;
        float: right;
        clear: right;
    }
}

.item-index .item .glyphicon {
    font-size: 11px;
}

.item-index .summary {
    margin-top: 8px;
    margin-left: 15px;
    margin-bottom: 8px;
}

.item-index .empty {
    margin-left: 15px;
    margin-bottom: 15px;
}

.item-index .pagination {
    clear: both;
    display: block;
    min-height: 38px;
    margin-top: 3px;
    margin-left: 15px;
    margin-bottom: 15px;
    float: right;
}


/* news */
.news-row {
    padding-top: 16px;
    border-top: 1px solid #ebebeb;
}

.col-image {
    max-width: 332px;
}

.post-image {
    margin: 0px 16px 16px 0px;
    width: 100%;
    max-width: 300px;
}

@media (max-width: 767px) {
    .col-image {
        max-width: none;
        text-align: center;
    }
}

h4 {
    color: #2b3e50;
    /*letter-spacing: 1px;*/
    text-transform: uppercase;
}

h4 a {
    color: #2b3e50;
}

.phone {
    color: #2b3e50;
    font-weight: bold;
    text-decoration: none;
}

a.phone:hover {
    color: #2b3e50;
    text-decoration: none;
}

.item-view h1 {
    /*margin-bottom: 18px;*/
    color: #FA6900;
    font-size: 22px;
    width: auto;
    float: left;
}

.item-view .actions {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .item-view .actions {
        margin-top: 0px;
    }
}

.item-view .space {
    font-size: 14px;
    margin-bottom: 1px;
}

.item-view .price {
    color: #FA6900;
    font-size: 22px;
    font-weight: bold;
}

.item-view .price .glyphicon {
    font-size: 16px;
}

.item-view .label {
    font-size: 14px;
    font-weight: normal;
    line-height: 2;
}

/* price-realtor */
.item-view .realtor img {
    width: 100%;
    height: auto;
    max-width: 200px;
}

.item-view .realtor .col1 {
    text-align: center;
}

.item-view .realtor .col2 {
    /*padding-top: 60px;*/
    font-weight: bold;
    font-size: 14px;
}

.item-view .realtor-name {
    color: #fa6900;
    font-size: 16px;
    margin-bottom: 15px;
}

.item-view .realtor-phone {
    font-size: 16px;
}

.item-view .send-request-alt {
    display: none;
    margin-top: 30px;
}

@media (min-width: 1200px) {
    .price-realtor-col {
        height: 0px;
    }
}

@media (min-width: 1200px) and (max-width: 1800px) {
    .item-view .realtor {
        text-align: center;
    }

    .item-view .realtor img {
        max-width: 200px;
        margin-bottom: 15px;
    }

    .item-view .realtor .col1,
    .item-view .realtor .col2 {
        width: 100%;
        display: block;
        clear: both;
    }
}

/* 768*/
@media (min-width: 680px) and (max-width: 1199px) {
    .item-view .realtor {
        text-align: left;
    }

    .item-view .realtor img {
        max-width: 130px;
    }

    .item-view .price-realtor-row {
        display: table;
        width: 100%;
    }

    .price-col {
        width: 40%;
        height: 100%;
        /*float: left;*/
        position: relative;
        min-height: 1px;
        display: table-cell;
        vertical-align: middle;
        /*border-bottom: 4px solid #f5f5f5;*/
    }

    .realtor-col {
        width: 60%;
        height: 100%;
        /*float: left;*/
        position: relative;
        min-height: 1px;
        display: table-cell;
        vertical-align: top;
    }

    .item-view .realtor .col1 {
        width: 160px;
    }

    .item-view .realtor .col2 {
        width: auto;
    }

    .item-view .send-request-alt {
        display: block;
    }

    .item-view .send-request-main {
        display: none;
    }
}

@media (max-width: 436px) {
    .item-view .realtor {
        text-align: center;
    }

    .item-view .realtor img {
        max-width: 120px;
        margin-bottom: 15px;
    }

    .item-view .realtor .col1,
    .item-view .realtor .col2 {
        width: 100%;
        display: block;
        clear: both;
    }
}

/* index-similar */
.index-similar .glyphicon {
    font-size: 11px;
}

.index-similar .price-small {
    font-weight: bold;
}

.media-body {
    width: 100%;
}

@media (max-width: 400px) {

    .index-similar .media-body,
    .index-similar .media-left {
        text-align: center;
        display: block;
    }

    .index-similar .media-body {
        padding-top: 5px;
    }
}

/*@media (min-width: 992px) and (max-width: 1366px)  {
    .index-similar .media-body,
    .index-similar .media-left{
        text-align: center;
        display: block;
    }
    .index-similar .media-body {
        padding-top: 5px;
    }
}*/

.btn {
    text-transform: uppercase;
    /*font-weight: bold;*/
}

#favorites_count .link {
    font-weight: bold;
    text-transform: uppercase;
}

.favorite-index {
    width: 32px;
    height: 24px;
    text-align: center;
    margin: 0px 0px 0px 6px;
    border-radius: 3px;
}

.item-index .item .favorite-index .glyphicon {
    font-size: 14px;
    margin-top: 4px;
}

.sorter {
    margin-top: 8px;
    margin-bottom: 10px;
}

.sorter a.asc,
.sorter a.desc {
    font-weight: bold;
}

.btn-simple {
    color: #2b3e50;
    background-color: #ebebeb;
    border-color: transparent;
}

a.btn-simple:hover,
a.btn-simple:focus {
    color: #fa6900;
    background-color: #DEDEDE;
}

.favoritesClear {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 4px;
}


/* Search Form */

#navbar-search .tab-content {
    clear: both;
    position: relative;
}

#navbar-search .tab-content label {
    font-weight: bold;
}

ul.type-selector {
    width: 100%;
    background-color: #302783
        /*#6E7884*/
    ;
    margin: 1px -0px;
}

ul.type-selector>.active,
.navbar-default .type-selector>.active>a,
.navbar-default .type-selector>.active>a:focus {
    background-color: #251e6b
        /*#556272*/
    ;

}

/*.type-selector > li >a {
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 0px;
	margin-bottom: 10px.
    padding: 15px 15px;
    border-bottom: 2px dotted;
    text-decoration: none;
    display: inline-block;
    height: 2em;
    line-height: 1.5em;
}*/

.type-selector>li>a {
    margin-left: 20px;
    margin-right: 20px;
    /*padding: 10px 15px;*/
    /*font-size: 12px;
	/*border-bottom: 1px dashed white;
	line-height: 1.5em;*/

}

.type-selector a {
    background-image: url(/img/site/shtr5.png);
    background-position: 10px 30px;
    background-repeat: repeat-x;
    border: none;
    width: auto;

}


.navbar-default,
#navbar-search .panel-default {
    background-color: #556272;
}

#navbar-search .has-success .control-label {
    color: #FFFFFF;
}

#navbar-search .panel-footer {
    background-color: #4D5B68;
}

#search_loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1010;
    background: rgba(255, 255, 255, 0.2);
    /* background: rgba(0, 0, 0, 0.5);*/
    text-align: center;
}

#search_loader img {
    z-index: 1020;
    margin-top: 30px;
}

#navbar-search .tab-content .panel-body {
    /*padding-bottom: 0px;*/
}

#navbar-search .tab-content .panel-body>.row {
    padding-right: 0px;
}

#navbar-search .tab-content .panel-body .row>[class*='col-'] {
    padding-left: 15px;
    padding-right: 0;
}

#navbar-search .tab-content .panel-body .row>[class*='col-']:last-child {
    padding-right: 15px;
}

@media (max-width: 767px) {
    #navbar-search .tab-content .panel-body>.row {
        padding-right: 0px;
    }

    #navbar-search .tab-content .panel-body .row>[class*='col-'],
    #navbar-search .tab-content .panel-body .row>[class*='col-']:last-child {
        padding-right: 15px;
    }
}

@media (min-width: 768px) {
    .no-gutter {
        padding-right: 15px;
    }

    .no-gutter>[class*='col-'] {
        padding-left: 15px;
        padding-right: 0;
    }
}


#navbar-search .help-block {
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: none;
    color: #FF8000;
    font-size: 12px;
}

#navbar-search .form-group {
    margin-bottom: 5px;
}

#navbar-search .form-control {
    padding-left: 10px;
    padding-right: 10px;
    background-color: white;
    color: black;
    border: 2px solid white;
    box-shadow: none;
}

#navbar-search input:-webkit-autofill,
#navbar-search textarea:-webkit-autofill,
#navbar-search select:-webkit-autofill {
    background-color: #5C6874 !important;
    -webkit-box-shadow: inset 0 0 0 50px #5C6874 !important;
    -webkit-text-fill-color: #fff !important;
}

#navbar-search .form-control:focus {
    background-color: white;
    border-color: #c0c0c0;
}

#navbar-search select.form-control {
    padding-right: 28px;
    padding-top: 6px;
    overflow: hidden;
    background: url(img/expand-24.png) no-repeat right white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


#navbar-search .panel-default .btn-default {
    background-color: white;
    color: gray;
}

#navbar-search .panel-default .btn-default:hover {
    background-color: wheat;
}

.advanced_search hr {
    margin-top: 15px;
    height: 2px;
    background-color: #69767F;
}

@media (max-width: 1199px) {
    #navbar-search .tab-content .panel-body .row .range>[class*='col-']:last-child {
        padding-left: 1px;
    }
}

/* BANNER */
.side-banner {
    /*height: auto;
    width:100%;*/
    position: relative;
    overflow: hidden;
    padding: 0px;
    min-height: 250px;
}

.side-banner .img-banner {
    width: 100%;
}

.side-banner .banner-content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(77, 91, 104, 0.9);
    width: 100%;
    color: #ebebeb;
    padding: 20px 30px 10px 30px;
    font-size: 16px;
}

/*@media (max-width: 991px) {
    .side-banner {
        max-width: 400px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}*/

.table-row {
    display: table;
    width: 100%;
}

.table-cell {
    display: table-cell;
    height: 100%;
    position: relative;
    min-height: 1px;
    vertical-align: top;

}

@media (max-width: 499px) {
    .aside-left>.col-xs-6 {
        clear: left;
        width: 100%;
    }
}

form .required>label:after {
    content: ' *';
}

.profile-index .realtor {
    font-weight: bold;
    font-size: 14px;
    padding: 15px;
    text-align: center;
    margin-bottom: 15px;
}

.profile-index .realtor-name {
    color: #fa6900;
    font-size: 16px;
    margin-bottom: 10px;
}

.profile-index .realtor-phone {
    font-size: 16px;
}

.profile-index .realtor img {
    max-width: 200px;
    width: 100%;
    border: 2px solid white;
}

.profile-index .realtor .img-dummy {
    height: auto;
}

@media (min-width: 768px) {
    .profile-index .realtor {
        min-height: 354px;
    }

    .profile-index .realtor img {
        width: 200px;
        height: 250px;
    }

    .profile-index .realtor .img-dummy {
        height: 250px;
    }
}

.wt-button-link {
    color: #2B3E50;
    text-decoration: none;
}

.wt-button {

    font-family: Roboto;
    font-style: normal;
    font-size: 12px;
    line-height: 14px;
    color: #2B3E50;
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 5px;
    padding-top: 5px;
    /* line-height: 1; */
    vertical-align: middle;
    background: #FFFFFF;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));

}

.wt-button span {
    vertical-align: middle;
    margin-right: 4px;
}

.wt-button img {
    display: inline-block;
    vertical-align: middle;
}

.get-call-icon {
    height: 22px;
}

.top-header-phone {
    font-size: 0;
    width: 100%;
    margin-bottom: 20px;
}

.thp-right,
.thp-left {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    text-align: center;
}

.thp-left {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.thp-left a.phone {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;

    color: #2B3E50;
}



.thp-right a {


    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 12px;
    text-decoration-line: underline;
    color: #2B3E50;
}

.thp-right .get-call-icon {
    margin-right: 4px;
}

@media (max-width: 1150px) {

    .thp-right,
    .thp-left {
        width: 100%;
        margin-bottom: 10px;
    }

    .top-header-phone {
        margin-bottom: 10px;
    }
}


.product-video-parent {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}

.product-video-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.product-video-child iframe {
    width: 100%;
    height: 100%;
}

.product-video-parent-wrap {
    width: 100%;
    clear: both;
}

.item-video-icon {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background: #ebebeb;
    position: absolute;
    left: 10px;
    bottom: 10px;
}


.item-index .item .item-video-icon img {
    width: 100%;
    max-width: none;
    max-height: none;
    display: block;
}

.item .text-center.image-block {
    position: relative;
}

.item-img-wrap {
    width: 100%;
    max-width: 350px;
    margin: auto;
    position: relative;
}

.col-sm-3 .pull-right.actions .btn {
    padding: 8px 12px;
    vertical-align: top;
    margin-top: 10px;
}

.hypothec_line {
    position: absolute;
    background-image: url('/img/hyphotec.png');
    width: 105px;
    height: 28px;
    z-index: 10;
    top: 10px;
}

.family_mortgage_line {
    height: 26px;
    color: #E30513;
    background-color: #FFE7E7;
    padding: 6px 10px;
    font-size: 10px;
    font-weight: 400;
    position: absolute;
    bottom: 12px;
    left: 12px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}