body {
  background-color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.1px;
}

header {
  background-color: #fff;
}

h1 {
  font-family: "Open Sans", "Trebuchet MS", Tahoma, Arial,sans;
  font-weight: 600;
  font-size: 28px;
}

h1.thin{
  font-size: 30px;
  font-weight: 300;
}

h2 {
  font-size: 30px;
  font-family: "Open Sans", "Trebuchet MS", Tahoma, Arial,sans;
  font-weight: 400;
}

h3 {
  font-size: 20px;
  font-family: "Open Sans", "Trebuchet MS", Tahoma, Arial,sans;
  font-weight: 600;
}

a{
  color: #337ab7;
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}

a.d-block:hover{
  /*background-color: $gray-100;*/
}

svg{
  height: 24px;
  width: 24px;
  fill: #767676;
}

.fixed-column-160{
  width: 160px
}

.badge-brick{
  color: #fff;
  background-color: #f60;
}

.mt-under-my-menu{
  margin-top: 15px;
}

.bg-selected{
  /*background-color: $gray-100;*/
}

.text-selected{
  /*color: $gray-200;*/
}

.row {
  margin-bottom: 15px;
  background: none;
}

.row-dense {
  margin-bottom: 0;
}

.row-dense-5px {
  margin-bottom: 5px;
}

.row-dense-7px {
  margin-bottom: 7px;
}

.row-dense-10px {
  margin-bottom: 10px;
}

.row-dense-15px {
  margin-bottom: 15px;
}

.row-dense-25px {
  margin-bottom: 25px;
}

.row-dense-top {
  margin-top: 0;
  padding-top: 0;
}

.row-dense-top-5px {
  margin-top: 5px;
  padding-top: 0;
}

.row-dense-top-10px {
  margin-top: 10px;
  padding-top: 0;
}

.row-dense-top-15px {
  margin-top: 15px;
  padding-top: 0;
}

.row-dense-top-25px {
  margin-top: 25px;
  padding-top: 0;
}

.row-dense-top-50px {
  margin-top: 50px;
}

.row-dense-top-mobile-50px {
  margin-top: 0;
}

.margin-top-bottom-3px {
  margin-top: 3px;
  margin-bottom: 3px;
}

.col-dense-left {
  padding-left: 0!important;
  margin-left: 0!important;
}

.col-dense-right {
  padding-right: 0;
  margin-right: 0;
}

.col-dense-both-1px {
  padding-right: 1px;
  margin-right: 1px;
  padding-left: 1px;
  margin-left: 1px;
}

.container{
  max-width: 1410px;
}

.content-wrapper-under-filter.obj-detail-contact{
  padding-top: 101px;
}

.advertising-728 {
  width: 728px;
  height: 90px;
}

.link-unstyled {
  &,
  &:visited,
  &:hover,
  &:active,
  &:focus,
  &:active:hover {
    font-style: inherit;
    color: inherit;
    background-color: transparent;
    font-size: inherit;
    text-decoration: none;
    font-variant: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-family: inherit;
    outline: inherit;
  }
}

.btn-customize {
  background: var(--bgBtnCustom);
  color: var(--colBtnCustom);
  box-shadow: var(--box-shadBtnCustom);
  border: var(--bordBtnCustom);
}

.btn-customize:hover,
.btn-customize:focus {
  background: var(--bg-hovBtnCustom);
  color: var(--col-hovBtnCustom);
  box-shadow: var(--box-shadBtnCustom);
  border-color: var(--bord-col-hovBtnCustom);
}

.btn-customize-blue {
  background: linear-gradient(#6991D4, #3366BB, #3366BB) repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #FFFFFF;
  border: solid 1px #3388FF;
}

.btn-customize-blue:hover,
.btn-customize-blue:focus {
  background: linear-gradient(#ADDB71, #88BB44, #88BB44, #88BB44) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-color: #9CC861 #88BB44 #6C9339;
  color: #FFFFFF;
}

.btn-customize-kinde-payment img {
  max-height: 105px;
}

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

.btn-default:hover {
  background-color: #EBEBEB !important;
  background-image: none;
  border-color: #ADADAD;
  color: #333333;
}

.btn-xs.font-normal{
  font-size: 14px;
}

.nav-pills-gray .nav-link{
  border: 1px solid #d9d9d9;
  color: #212529;
}

.nav-pills-gray .nav-link.active{
  background-color: #e2e2e2;
  color: #212529;
}

.show-on-hover {
  display: none !important;
  visibility: hidden !important;
}

.object-stat-block:hover .show-on-hover,
.search_result .list-bordered:hover .show-on-hover {
  display: inline-block !important;
  visibility: visible !important;
}

.modal.modal-fluid{
  padding: 0!important;
}

.modal-fluid .modal-dialog{
  max-width: 90%;
  margin-bottom: 0;
}

.modal.modal-fluid .sub-main-menu{
  position: relative;
  left: 0;
}

.authorization-block .in-page,
.authorization-block .modal-dialog{
  max-width: 420px;
}

.authorization-block .in-page{
  margin: 70px auto;
}

.modal-body .help-block{
  padding-top: 0;
  margin-top: 0;
}

.edit-profile-block .in-page{
  max-width: 650px;
}

.panel-form-body{
  padding: 5px 10px 10px 10px;
  max-width: 300px;
}

.panel-choice .checkbox-group-label {
  padding: 0;
  font-weight: bold;
  clear: both;
  width: 100%;
}

.panel-choice .col-12 {
  padding-left: 0;
  padding-bottom: 7px;
}

.panel-choice .col-md-6 {
  margin-top: 5px;
  margin-bottom: 10px;
  padding-left: 25px;
}

.bg-info-custom {
  background-color: #d9edf7;
}

.list-bordered {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.unit-list-bordered {
  border-top: 1px solid #E9E9E9;
  padding-top: 5px;
  margin-top: 5px;
  font-size: 16px;
}

.block-bordered-right {
  border-right: 1px solid #ccc;
}

.list-group-item.list-group-item-custom{
  font-size: 16px;
  border-radius: 0;
  border-left: none;
  border-right: none;
}

.list-bordered ul.list-unstyled{
  margin-bottom: 0;
}

ul.list-tall li{
  margin-top: 17px;
  list-style: square;
}

ul.list-tall-unstyled li{
  margin-top: 15px;
  list-style: none;
}

ul.list-tall-square li{
  margin-top: 15px;
  list-style: square;
}

.wysihtml5-toolbar li{
  float: left;
  margin-right: 5px;
  margin-bottom: 10px;

}

/* star rating profi */
.default-stars {
  color: #ccc;
  font-size: 20px;
}

.agent-review-count{
  color: #ccc;
  vertical-align: top;
}

.starrr span {
  cursor: pointer;
  margin-right: -7px;
}

.starrr .glyphicon-star-empty {
  color: #B9B9B9;
}


.h1-in-header {
  color: #FF6600;
  font: 12px Verdana,sans-serif,Helvetica,Arial;
  margin: 5px 5px 0 5px;
  text-align: right;
}

.h1-under-main-menu {
  font: 24px Verdana,sans-serif,Helvetica,Arial;
  margin: 10px 0 25px 0;
}

.h2-under-main-menu {
  font: 20px Verdana,sans-serif,Helvetica,Arial;
  margin: 0;
}

.user-profile-map {
  height: 600px;
}

.user-prof-obj-map{
  height: 400px!important;
}

.list-group-map {
  max-height: 500px;
  overflow: auto;
}

.breadcrumb .dropdown-submenu {
  position: relative;
}

.breadcrumb .dropdown-submenu .dropdown-menu{
  top: 18px;
}

#photo-viewer {
  position: absolute;
  width: 550px;
  height: 275px;
  border-top: 1px solid #AACCFF;
  border-right: 1px solid #AACCFF;
  background-color:  #FAFFF4;
  display: none;
  padding: 10px 10px 3px 30px;
  text-align: center;
  z-index:799;
}

#photo-viewer .img-thumbnail {
  background-color:  #FAFFF4;
}

#photo-viewer .col-xs-6 img {
  height: 52px;
  width: 72px;
  margin-bottom: 5px;
}

#view_image_searchpage img {
  height: 260px;
}

.search-main-page-block{}

.developments-search-wrapper h1, hr{}

.developments-list{}

.developments-list img{
  max-height: 240px;
}

#see-more {}

#see-more div.collapse:not(.show) {
  height: 95px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

#see-more div.collapsing {
  min-height: 95px !important;
}

#see-more a.collapsed span.see-less-label,
#see-more a:not(.collapsed) span.see-more-label{
  display: none;
}

#see-more a span svg{
  fill: #337ab7;
}

#see-more-big {}

#see-more-big div.collapse:not(.show) {
  height: 190px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

#see-more-big div.collapsing {
  min-height: 190px !important;
}

#see-more-big a.collapsed span.see-less-label,
#see-more-big a:not(.collapsed) span.see-more-label{
  display: none;
}

.vip-agents-slider{
  position: relative;
  padding: 0;
  overflow: hidden;
}

.vip-agents-slider .slide-item .card{
  height: 280px;
  text-decoration: none;
  color: #555555;
}


.vip-agents-slider .tns-controls button{
  position: absolute;
  top: 35%;
  border-radius: 5px;
  border: none;
  margin-left: -5px;
  height: 50px;
  width: 40px;
  z-index: 1;
  background-color: #ffffff;
  opacity: 0.8;
}

.vip-agents-slider .tns-controls button[data-controls="next"]{
  right: 0;
  margin-right: -5px;
  margin-left: 0;
}

.tns-nav{
  text-align: center;
}

.tns-nav > [aria-controls] {
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #ddd;
  border: 0;
}

li .show-on-hover{
  display: none;
}

li:hover + .show-on-hover{
  display: block;
}

@media (min-width: 768px) {
  .position-fixed-not-mobile{
    position: fixed!important;
  }

  .position-relative-not-mobile{
    position: relative!important;
  }

  .developments-search-wrapper h1,
  .developments-search-wrapper h2,
  .developments-search-wrapper h3,
  .developments-search-wrapper hr{
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 7px #000;
    text-align: center;
  }

  .text-right-sm{
    float: right;
  }
}

@media (max-width: 768px) {
  .content-wrapper-under-filter{
    padding-top: 65px;
  }

  .content-wrapper-under-filter.obj-detail-contact{
    padding-top: 0;
  }

  .modal-fluid .modal-dialog{
    max-width: none;
    margin: 0;
  }

  .mt-under-my-menu{
    margin-top: 65px;
  }

  .row-dense-top-mobile-50px {
    margin-top: 50px;
  }

  .h1-under-main-menu {
    font: 24px Verdana,sans-serif,Helvetica,Arial;
    margin: 15px 0 15px 0;
  }

  .h1-main-page{
    background: rgba(0,116,228,0.8);
    padding: 5px 10px 5px 20px;
    width: 210px;
    height: 30px;
    margin-left: 15px;
  }

  .h1-main-page h1{
    margin: 0;
    /*text-shadow: $tx-shaMainPageH1Block;*/
    font-size: 24px;
  }

  .trans, .fig{
    position:relative;
    height: 30px;
    width:5px;
    padding:10px 0;
    background: rgba(0,116,228,0.8);
    float: left;
  }

  .trans:after{
    content:'';
    position:absolute;
    right:-15px;
    top:0;
    bottom:0;
    width:30px;
    background: rgba(0,116,228,0.8);
    -webkit-transform:skewX(30deg);
    -moz-transform:skewX(30deg);
    -ms-transform:skewX(30deg);
    -o-transform:skewX(30deg);
    transform:skewX(30deg);
  }

  .trans:hover, .trans:hover:after{
    /*background-color: $bg-colMainPageH1Block;*/
  }

  .fig:after{
    content:'';
    position:absolute;
    top:0;
    bottom:0;
    right:-20px;
    width: 0;
    height: 0;
    border-top: 40px solid #333;
    border-right: 20px solid transparent;
  }
}

.carousel .carousel-item .carousel-control-prev,
.carousel .carousel-item .carousel-control-next{
  width: 7%;
}

.carousel-control-prev,
.carousel-control-next{
  position: absolute;
  top: 35%;
  border-radius: 5px;
  border: none;
  margin-left: -5px;
  height: 50px;
  width: 40px;
  z-index: 1;
  background-color: #ffffff;
  opacity: 0.7;
}

.carousel-control-next {
  right: 0;
  margin-right: -5px;
  margin-left: 0;
}

.carousel-img-center{
  max-width: 1500px;
  margin: auto;
}

.carousel.carousel-fade .carousel-item {
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.carousel.carousel-fade .active.carousel-item {
  opacity:1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
  left: 0;
  z-index: 1;
}

.carousel.carousel-fade .carousel-control {
  z-index: 3;
}

.form-control.typeahead input{
  top: auto !important;
}

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



.block-list-square {
  margin: 0 10px 0 10px;
}

.block-list-square li {
  list-style: outside none square;
  margin: 0 10px 7px -10px;
  padding-right: 20px;
}

.block-list-circle {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.block-list-circle li {
  list-style: outside none none;
  margin-bottom: 16px;
}

.block-list-circle li::before {
  content: "• ";  }

.font-size-16{
  font-size: 16px;
}

.font-size-32{
  font-size: 32px;
}

.font-size-20{
  font-size: 20px;
}

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

.font-color-000{
  color: #000;
}

.text-brick {
  color: #ff6600;
}

.add-img{
  position: relative;
  margin-right: 40px;
  margin-bottom: 20px;
}

.add-img .thumbnail{
  width: 88px;
  height: 88px;
  vertical-align: middle;
  display: table-cell;
}

.add-img .thumbnail button.close{
  background-color: white;
  padding: 2px;
  border-radius: 25px;
  position: absolute;
  right: -24px;
  top: -24px;
  z-index: 2;
}

.add-img .thumbnail img{
  max-height: 88px;
  max-width: 88px;
}

.add-img:hover {
  cursor: move;
}

.add-img:focus {
  cursor: move;
}

.alert{
  margin-top: 15px;
  margin-bottom: 0;
}

.alert.alert-error{
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

#askObjectForm .alert{
  margin-top: 10px;
}

.fotorama__nav.fotorama__nav--thumbs{
  text-align: left;
}

#addobjecttype_commerce_profile .checkbox-group-label{
  clear: both;
  font-weight: bold;
}

#addobjecttype_commerce_profile .col-sm-6{
  margin-bottom: 10px;
}

.delete-button{
  position: absolute;
  top: 5px;
  right: 10px;
}

.delete-button.close{
  opacity: 0.5;
}

.delete-button.close:hover{
  opacity: 1;
}

.delete-button span{
  /*background-image: url("/style/images/icons-delete-20.png");*/
  width: 20px;
  height: 20px;
  display: block;
}

.alert-for-delete-obj{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.alert-for-delete-obj .alert-text-for-delete-obj{
  position: relative;
  top: 30%;
}

.alert-for-delete-obj button{
  margin-right: 20px;
}

.img-inline-block{
  display: inline-block;
}

.contact-form-human{
  cursor: pointer;
  margin-bottom: 10px;
  color: #555555;
}

.contact-form-human svg{
  width: 18px;
  height: 18px;
  margin-top: -3px;
}

.fieldset-headline {
  background-color: #ffffff;
  color: #97adc1;
  text-align: center;
  position: absolute;
  top: -0.9em;
  left: 40%;
  width: 20%;
}

.social-service-login{
  position: relative;
  border-top: 1px solid #E9E9E9;
  padding: 25px 0 25px 0;
  margin: 15px 0 25px 0;
}

.btn-facebook{
  background-color: #365899;
  /*background-image: url('/style/images/facebook-white.png');*/
  background-repeat: no-repeat;
  color: #fff;
  background-size: 36px 36px;
  background-position: 10% 50%;
  padding-left: 15%;
  text-decoration: none;
}

.btn-google{
  background-color: #6082f2;
  /*background-image: url('/style/images/google-button.png');*/
  background-repeat: no-repeat;
  background-size: 36px 36px;
  background-position: 10% 50%;
  padding-left: 15%;
  color: #ffffff;
  text-decoration: none;
}

.btn-google:hover,
.btn-facebook:hover{
  color: #ffffff;
}

.btn-brick{
  background-color: #ff6600;
  color: #fff;
  padding: 6px 16px!important;
}

.btn-brick:hover{
  background-color: #fff;
  color: #ff6600;
  border: 1px solid #ff6600;
}

.btn-brick:hover svg{
  fill: #ff6600;
}

.btn-bordered-brick{
  color: #ff6600!important;
  border: 1px solid #ff6600;
  border-radius: 5px;
  margin-top: 8px;
  margin-right: 20px;
  padding: 6px 16px!important;
}

.btn-bordered-brick:hover{
  color: #ffffff!important;
  background-color: #ff6600!important;
}

.btn-outline-brick{
  color: #ff6600;
  border: 1px solid #ff6600;
  background-color: #ffffff;
}

.btn-outline-brick:hover{
  color: #ffffff;
  background-color: #ff6600;
}

.btn-light.btn-light-custom{
  border: 1px solid #ced4da;
  background-color: #ffffff;
}

.btn-light.btn-light-custom:hover{
  background-color: rgb(232, 233, 234);
}

.btn-link {
  text-decoration: none;
}

.btn-link svg{
  margin-top: -4px;
  margin-right: 5px;
}

.btn-primary svg, .btn-brick svg{
  fill: #fff;
}

.up_object{
  cursor: pointer;
}