
@media (min-width: 1200px) {
 .container {
  width: 1070px;
 }
}
*{font-family: "Myriad Pro";}
body{ background:#ececec url('../images/main-bg.png') repeat;}
strong{font-weight: normal;}
._hov-efect {
 -webkit-transition: all .2s linear;
 -moz-transition: all .2s linear;
 -o-transition: all .2s linear;
 -ms-transition: all .2s linear;
 transition: all .2s linear
}
.capital {
  text-transform: capitalize;
}
.text-uppercase {
  text-transform: capitalize;
}
.cursor {
 cursor: pointer;
}
.rel {
 position: relative;
}
.abs {
 position: absolute;
}
.pos-r0 {
 right: 0;
}
.pos-l0 {
 left: 0;
}
.pos-t0 {
 top: 0;
}
.pos-b0 {
 bottom: 0;
}
.no-margin {
 margin: 0;
}
.bg-print {
 background: url('../images/bg-print.jpg') repeat;
}
.no_txt {
 text-overflow: ellipsis;
 white-space: nowrap;
 overflow: hidden
}
.border-f {
 border: 1px solid #ccc;
}
.w100p {
 width: 100%;
}
.auto-margin {
 margin: auto;
}
.bg-f {
 background: #fff;
}
.font11 {
 font-size: 11px;
}
.font12 {
 font-size: 12px;
}
.font13 {
 font-size: 13px;
}
.font14 {
 font-size: 14px;
}
.font16 {
 font-size: 16px;
}
.font18 {
 font-size: 16px;
}
.font20 {
 font-size: 20px;
}
.padd10 {
 padding: 10px;
}
.padd15 {
 padding: 15px;
}

.padd-t15 {
 padding-top: 15px;
}
 
.padd-t10 {
 padding-top: 10px;
}
.padd-t20 {
 padding-top: 20px;
}
.padd-t25 {
 padding-top: 25px;
}


.padd-l10 {
 padding-left: 10px;
}
.padd-l20 {
 padding-left: 20px;
}
.margin-t5 {
 margin-top: 5px;
}
.margin-t10 {
 margin-top: 10px;
}
.margin-t15 {
 margin-top: 15px;
}
.bold {
 font-weight: bold !important;
}
.color-f {
 color: #fff;
}
.color-7 {
 color: #777777;
}
.color-052 {
 color: #052f4f;
}
.br3 {
 border-radius: 3px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
}
.br5 {
 border-radius: 3px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
}
.border-b {
 border-bottom: 1px solid #ccc;
 padding-bottom: 15px;
}
.border-t {
 border-top: 1px solid #ccc;
 padding-top: 15px;
}
.no-padd {
 padding: 0;
}
.page-nav-heading {
 margin: 0;
 padding: 0;
 margin-bottom: 3px;
}
.page-nav-heading > li a {
 color: #8d8d8d;
}
.page-nav-heading > li + li:before {
 color: #8d8d8d;
 content: "> ";
 padding: 0;
}
.page-nav-heading > .active {
 color: #006088;
}
.no-resize {
 resize: none;
}
.margin-l10 {
 margin-left: 10px;
}
.margin-r10 {
 margin-right: 10px;
}
.no-br {
 border-radius: 0;
}
.no-border {
 border: 0;
}
.margin-r10 {
 margin-right: 10px;
}
.color-red {
 color: #ff0000;
}
.color-gren {
 color: #27761e;
}
.normal-txt {
 font-weight: normal !important;
}
.color-49 {
 color: #494949;
}
.no-list {
 list-style: none;
}
.border-r{border-right: 1px solid #ddd;}
/*End body*/

/*Custom CheckboxStyle*/
.checkbox-c {
  padding-left: 20px; width: 100%;margin-bottom: 20px;}
  .checkbox-c label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 15px; width: auto;line-height: 24px;cursor: pointer;}
    .checkbox-c label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 23px;
      height: 23px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox-c label::after {
      display: inline-block;
      position: absolute;
 
      left: 0;
      top: 0;
      margin-left: -18px;
      padding-left: 3px;
      padding-top: 0;
      font-size: 13px;
      color: #555555; }
  .checkbox-c input[type="checkbox"],
  .checkbox-c input[type="radio"] {
    opacity: 0;
    z-index: 1; }
    .checkbox-c input[type="checkbox"]:focus + label::before,
    .checkbox-c input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox-c input[type="checkbox"]:checked + label::after,
    .checkbox-c input[type="radio"]:checked + label::after {
      font-family: "FontAwesome";
      content: "\f00c"; }
    .checkbox-c input[type="checkbox"]:disabled + label,
    .checkbox-c input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .checkbox-c input[type="checkbox"]:disabled + label::before,
      .checkbox-c input[type="radio"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox-c.checkbox-c-circle label::before {
    border-radius: 50%; }
  .checkbox-c.checkbox-c-inline {
    margin-top: 0; }

.checkbox-c-primary input[type="checkbox"]:checked + label::before,
.checkbox-c-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7; }
.checkbox-c-primary input[type="checkbox"]:checked + label::after,
.checkbox-c-primary input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-c-danger input[type="checkbox"]:checked + label::before,
.checkbox-c-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }
.checkbox-c-danger input[type="checkbox"]:checked + label::after,
.checkbox-c-danger input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-c-info input[type="checkbox"]:checked + label::before,
.checkbox-c-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }
.checkbox-c-info input[type="checkbox"]:checked + label::after,
.checkbox-c-info input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-c-warning input[type="checkbox"]:checked + label::before,
.checkbox-c-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.checkbox-c-warning input[type="checkbox"]:checked + label::after,
.checkbox-c-warning input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-c-success input[type="checkbox"]:checked + label::before,
.checkbox-c-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.checkbox-c-success input[type="checkbox"]:checked + label::after,
.checkbox-c-success input[type="radio"]:checked + label::after {
  color: #fff; }

.radio-c {
  padding-left: 20px; }
  .radio-c label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px; }
    .radio-c label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }
    .radio-c label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 3px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #555555;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
  .radio-c input[type="radio"] {
    opacity: 0;
    z-index: 1; }
    .radio-c input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .radio-c input[type="radio"]:checked + label::after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
    .radio-c input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .radio-c input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
  .radio-c.radio-c-inline {
    margin-top: 0; }

.radio-c-primary input[type="radio"] + label::after {
  background-color: #337ab7; }
.radio-c-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7; }
.radio-c-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7; }

.radio-c-danger input[type="radio"] + label::after {
  background-color: #d9534f; }
.radio-c-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; }
.radio-c-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.radio-c-info input[type="radio"] + label::after {
  background-color: #5bc0de; }
.radio-c-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de; }
.radio-c-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de; }

.radio-c-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }
.radio-c-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; }
.radio-c-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.radio-c-success input[type="radio"] + label::after {
  background-color: #5cb85c; }
.radio-c-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }
.radio-c-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c"; }
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff; }
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff; }

/*Custom Drop Down*/
.btn-group.customdrop{width: 100%;border:1px solid #abbcb0;border-radius: 0;position: relative;}
.btn-group.customdrop span.arw{height: 100%;border-left: 1px solid #abbcb0; position: absolute;right: 0;top: 0;width: 40px;color: #4abcc3;padding-top: 5px;font-size: 16px;}
.btn-group.customdrop .dropdown-menu{min-width: 100%;border-radius: 0;}

/*bootstrap override*/
.btn-warning{background-color: #f67a85;border-color: #f67a85;border-bottom: 2px solid #d7626c;}
a.carousel-control{width: auto;}
.carousel-inner{min-height: 210px;}

/*fade carasoul*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right { left: 0;
  opacity: 0;
  z-index: 1;
}

/*Font Family*/
@font-face {
font-family: 'Myriad Pro Regular';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Regular'), url('../fonts/MYRIADPRO-REGULAR.woff') format('woff');
}
@font-face {
font-family: 'Myriad Pro Semibold';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Semibold'), url('../fonts/MYRIADPRO-SEMIBOLD.woff') format('woff');
}

@font-face {
font-family: 'Myriad Pro Condensed';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Condensed'), url('../fonts/MYRIADPRO-COND.woff') format('woff');
}


*,.hom-propform label,.head-btns a,.foot_box ul li a,.add-list-text h1,.add-list-text p,.listing-text p,.fancy-labelbar label,.list-available-txt p,.listing-files-table td,.add-listing-txt
{font-family: 'Myriad Pro Regular';}
.hom-leading-elem .row .col-md-3 a strong
{font-family: 'Myriad Pro Condensed';}
.hom-leading-txt h1,.hom-leading-txt h4,.hom-leading-txt a.btn,.hom-propform .btn-warning,.hom-2block strong,.hom-2block a.btn,.hom-testimonial h2,.foot_box strong,.add-list-text p em,.add-list-steps a,.listing-text em,.listing-files-table thead th
{font-family: 'Myriad Pro Semibold';}
.hom-video a em{font-family: 'Droid Serif', serif;}
.header-lead {
  padding: 15px 0px 45px;
}
.btn{border-top:0;border-left: 0;border-right: 0;border-bottom-width: 2px;}
.btn-arow{padding-right: 12px;}
.btn-arow:after,.btn-arow:before {
	left: 91% !important;
}
.datepicker{padding-left: 15px;padding-right: 15px;z-index: 9999!important;}
.datepicker td,.datepicker th{text-align: center;}
.datepicker td,.datepicker th{text-align: center;}
.datepicker td.day:hover,.datepicker th.prev:hover,.datepicker th.next:hover{background: #4abcc3;color: #fff;cursor: pointer;}
.add-list-form .panel-heading:hover{ background: #FFF;}

.hom-leading-grph > img {
  height: auto;
  margin-bottom: 30px;
  margin-top: 30px;
  max-width: 100%;
  /*width: 650px;*/
}

.bootstrap-timepicker-widget {
    z-index: 9999!important;
}
/*Contact Page 23Sep*/
.videoWrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0; }
.videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }







.contact_page { }
.contact_page h1 { color: #3a3d3b; font-family: "Myriad Pro Semibold"; font-size: 28px; text-align: center; text-transform: uppercase; }
.contact_page h1 span { color:#4abcc3; font-family: "Myriad Pro Semibold"; }
.contact_head p { color: #454343; font-size: 17px; }
.contact_head p strong, .contact_head p a { font-family: "Myriad Pro Semibold"; }
.contact_head p a { color:#4abcc3; }
.contact_page h5 { color: #f67a85; font-family: "Myriad Pro Semibold"; font-size: 23px; margin: 0; padding: 10px 0 7px; }
.contact_page h2 { background: #dbdbdb none repeat scroll 0 0; border: 1px solid #cdcece; color: #484a4a; font-size: 20px; padding: 10px; font-family: "Myriad Pro Semibold"; }
.contact_page h3 { font-family: "Myriad Pro Semibold"; font-size:22px; padding-bottom:15px; }
.contact_page h3 span { font-family: "Myriad Pro Semibold"; color:#4abcc3; }
.contact_page .meet-the-landlord { margin-top: 0; }
.contact_page h3 { font-family: "Myriad Pro Semibold"; font-size: 22px; margin: 0; padding: 15px 0 13px; }
.contact_page h6 {
  color: #4b5b50;
  font-family: "Myriad Pro";
  font-size: 18px;
  margin: 0;
  padding: 12px 0 7px;
}
.contact_page .drop_mail {
  color: #697d6f;
  font-family: "Myriad Pro";
  font-size: 18px;
  margin: 0;
  padding: 0;
}



.contact_page h4 i {
  display: inline-block;
  font-size: 16px;
  margin-right: 4px;
  padding-top: 5px;
  vertical-align: top;
}


.contact_page .drop_mail i { display:inline-block; padding-right:2px; font-size:16px; }
.contact_page .drop_mail a { color:#242a25; }
.contact_page .map { border: 1px solid #cdcbcb; margin-bottom: 10px;  clear: both;}
.address_section > p {
  color: #484a4a;
  font-size: 15px;
  margin: 0 0 2px;
}
.contact_page .form-control { border-radius: 0; }
.contact_page textarea.form-control {
  height: 130px;
  resize: none;
}
.contact_left { padding-right:40px; }
.contact_page label { color: #322e2e; display: block; font-size: 15px; font-weight: normal; max-width: 100%; padding: 5px 1px 1px; }
.add_info i { color: #777979; font-size: 14px; margin-right: 5px; }
.add_info a, .add_info span, .add_info i { display: inline-block; vertical-align: middle; }
.add_info a { color: #484a4a; }
.address_section + .address_section { border-top: 1px solid #d3d3d3; margin-top: 20px; padding-top: 0; }
.contact_page h4 {
  color: #333333;
  font-size: 22px;
  margin: 0;
  padding: 0;
}
.any_que {
  background: #c2d7c8 none repeat scroll 0 0;
  border: 1px solid #93b09c;
  margin: 15px 0 0;
  padding: 15px;
}


.input_catcha img{
  display: inline-block;
  height: 34px;
  margin: -4px 0 0 -3px;
  width: auto;
}


.contact_page .input_catcha .form-control {
  display: inline-block;
  max-width: 272px;
}



.contact_page  .btn-cont {
  font-size: 18px;
  padding-left: 1px;
  padding-right: 25px;
  width: 130px;
    background-color: #f67a85;
    border-bottom: 2px solid #d7626c;
    border-color: #f67a85 #f67a85 #d7626c;
	color:#fff;
}





.contact_page  .btn-cont i  {
  font-size: 14px;
  padding-left: 10px;
}


 @media (max-width: 768px) {
 .contact_page h4 {
 font-size: 20px;
}
 .contact_page h6 {
 font-size: 16px;
 padding: 7px 0;
}
 .contact_page .drop_mail {
 font-size: 15px;
}


.contact_left { padding-right:15px; }
}
 /*********New pages*******/
.landing-page{margin:40px 0px; color:#333; }
.landing-page .w100p.hom-propform  > ul {
  margin: 0;
  padding: 0;
}
.landing-page .w100p.hom-propform > ul li {
  background-image: url("../images/bullet.png");
  background-position: left 13px;
  background-repeat: no-repeat;
  background-size: 16px auto;
  float: left;
  padding: 10px 7px 7px 23px;
  width: 30%;
}
.landing-page .w100p.hom-propform > ul li a {
  color: #333;
  font-size: 16px;
}
.location-layout {
  margin: 20px 0;
  padding: 20px;
  text-align: center;
  border-right: 1px solid #ccc;
}
.location-layout p {
  color: #4abcc3;
  font-size: 20px;
}
.what-we-do {
  font-size: 16px;
  line-height: 26px;
  margin: 20px 0;
  padding: 10px;
}
.what-we-do > p {
  color: #333;
  font-size: 16px;
  line-height: 24px;
}
.what-we-do span {
  color: #4abcc3;
}
.what-we-do img {
  float: right;
  width: 38%;
}
.what-we-do h3 {
  font-size: 21px;
  margin: 9px 0 15px;
}
.landing-page .page_title {
  margin-bottom: 18px !important;
}
.what-we-do h1 {
  font-size: 27px;
  font-weight: bold;
  margin: 0;
  padding: 15px 0 0;
}
.location {
  background-image: url("../images/location.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 81px auto;
  height: 82px;
  padding: 24px;
}
.location > span {
  color: #fff;
  font-size: 21px;
  font-weight: bold;
}
.listin-location {
  margin-bottom: 27px;
}
.img-area > img {
  float: right;
  width: 213px;
}
.landing-page .hom-propform {
  background: #d6d6d6 none repeat scroll 0 0;
  border: 1px solid #ccc;
}
.what-we-do a {
  color: #49afb5;
  font-size: 19px;
}

.what-we-do .btn.btn-primary.btn-arow.rel.capital.text-center.blue-light {
  padding: 12px 20px !important;
}
.landing-page button {
  padding: 12px 20px !important;
}
/********landing page 2***********/
 .landing-page_01 .w100p.hom-propform > ul li {
  width: 50%;
}
.landing-page_01 h3 {
  font-size: 20.33px;
  font-weight: 500;
  margin-top: 13px;
}
 .landing-page_01  h3span{}
 .landing-page_01 img {
/*   margin-top: -21px !important; */
  width: 100%;
}
 .landing-page_01 .hom-propform {
  background: #d6d6d6 none repeat scroll 0 0;
  border: 1px solid #ccc;
  margin-bottom: 33px;
}
.landing-page_01 .para_text1 {
  margin-bottom: 10px;
  padding: 12px;
}
 .landing-page_01 .para_text1 span {
  color: #30abaf;
}
.btn.btn-primary.btn-arow.rel.capital.text-center.blue-light.new-btn {
  margin: 5px 0 10px;
  padding: 6px 17px !important;
  color:#fff;
}
.landing-page_01 .Search_prpty ,.landing-page_01 .Select_prpty{width:50%;}

 @media (max-width: 768px) {
 .landing-page .w100p.hom-propform > ul li {
  width: 50%;
}
.what-we-do .pull-right{float:right!important;}
 .landing-page_01  .pull-right{float:right!important;}
 .landing-page_01 .pull-right {
  float: none !important;
}
.landing-page_01 .Search_prpty, .landing-page_01 .Select_prpty {
  width: 100%;
}
 }
  @media (max-width: 500px) {
   .landing-page .w100p.hom-propform > ul li {
  width: 100%;
}
.what-we-do img{width:100%;}
  }
  
  /******timeline css*******/
  .timeline {
    position: relative;
    padding:4px 0 0 0;
    margin-top:22px;
    list-style: none;
}

.timeline>li:nth-child(even) {
    position: relative;
    margin-bottom: 50px;
    height: 180px;
    right:-100px;
}

.timeline > li:nth-child(2n+1) {
  height: 180px;
  left: -100px;
  margin-bottom: 0;
  position: relative;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
    min-height: 170px;
}

.timeline > li .timeline-panel {
  float: right;
  padding: 0 20px 20px 30px;
  position: relative;
  text-align: left;
  width: 41%;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}
.timeline > li .timeline-image {
  background-color: #3a3d3b;
  border: 7px solid #3a3d3b;
  border-radius: 100%;
  box-shadow: 0 0 5px #4582ec;
  height: 200px;
  left: 19%;
  margin-left: -100px;
  position: absolute;
  width: 200px;
  z-index: 100;
}
.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top:22px;
    margin-bottom: 4px;
    padding:0;
    color: #b3b3b3;
}

.timeline .timeline-heading h4.subheading {
  margin:0;
  padding:0;
    text-transform: none;
    font-size:18px;
    color:#333333;
}

.timeline .timeline-body > p, .timeline .timeline-body > ul {
  color: #454343;
  margin-bottom: 0;
}
.timeline-heading  span {
  color: #30abaf;
}


.list-now a {
  color: #fff;
}
.list-now a:hover{opacity:0.9;}
.new-foot.foot-social .fb {
  padding: 6px;
}

/*Style for even div.line*/
.timeline > li:nth-child(2n+1) .line::before {
  background-color: #3a3d3b;
  bottom: 0;
  box-shadow: 0 0 5px #3a3d3b;
  content: "";
  height: 455px;
  left: 390px;
  position: absolute;
  top: -54px;
  transform: rotate(-72deg);
  width: 3px;
  
  }
/*Style for odd div.line*/
.timeline > li:nth-child(2n) .line::before {
  background-color: #3a3d3b;
  bottom: 0;
  box-shadow: 0 0 5px #3a3d3b;
  content: "";
  height: 418px;
  left: 257px;
  position: absolute;
  top: -11px;
  transform: rotate(72deg);
  width: 4px;
}
.timeline-panel.new-descr {
  top: 17px;
  width: 73% !important;
}
.timeline-inverted .timeline-image {
  left: 48% !important;
}
.wdth-desc {
  margin-left: 45px;
  width: 53%;
}
.timeline-panel .text-muted {
  font-size: 16px;
  line-height: 27px;
}
.arrow > img {
  bottom: 0;
  left: 415px;
  position: absolute;
  top: 175px;
  transform: rotate(25deg);
  width: 17px;
}
.arrow1 > img {
  bottom: 0;
  left: 203px;
  position: absolute;
  top: 204px;
  transform: rotate(-202deg);
  width: 17px;
}
/* Medium Devices, .visible-md-* */
@media (min-width: 992px) and (max-width: 1199px) {
  .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
  .timeline>li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0px;
  }
  .timeline>li:nth-child(odd) .timeline-image {
    left: 690px;
    margin-left: 0px;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 76%;
    padding: 0 0 20px 0px;
    text-align: left;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: right;
  }
  .timeline > li .line {
    display: none;
  }

}
@media (min-width: 767px) and (max-width: 1200px){
/* Small Devices, Tablets */
  .timeline > li:nth-child(2n+1) .timeline-image {
  left: 0;
}
.timeline-inverted .timeline-image {
  left: 80% !important;
}
.timeline > li:nth-child(2n+1) {
  height: 211px;
}
.wdth-desc {
  text-align: left;
}
.timeline > li:nth-child(2n) .timeline-panel {
  right: 20%;
  text-align: left;
  width: 78%;
}
}
@media (min-width: 768px) and (max-width: 991px) {
  .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
  .timeline>li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0px;
  }
  /*.timeline>li:nth-child(odd) .timeline-image {
    left: 520px;
    margin-left: 0px;
  }*/
  .timeline > li:nth-child(even) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: left;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: right;
  }
  .timeline > li .line {
    display: none;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 767px) {
  .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
  .timeline>li .timeline-image {
    position: static;
    width: 150px;
    height: 150px;
    margin-bottom:0px;
  }
  .timeline>li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0;
  }
  .timeline>li:nth-child(odd) .timeline-image {
    float:right;
    left: 0px;
    margin-left:0;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 100%;
    padding: 0 0 20px 14px;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 100%;
    padding: 0 14px 20px 0px;
  }
  .timeline > li .line {
    display: none;
  }
   .timeline > li{clear:both;}
  
}
.wdth-desc {
  margin-left: 0px;
  width: 100%;
}
.timeline-panel.new-descr {
  width: 100%;
}


.AreaDiv {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #bbb;
    padding: 20px;
    border-radius: 5px;
    z-index: 1500;
}

.AreaDiv .arrow {
    width: 34px;
    height: 13px;
    background: url(/images/area_arrow.png) no-repeat top center;
    position: absolute;
    top: -13px;
    left: 190px;
    z-index: 1500;
}

.AreaDiv .TabDiv {
    border-bottom: 1px solid #b9d0c0;
}

.AreaDiv .TabDiv .Tab {
    width: 130px;
    font-size: 116%;
    float: left;
    color: #999;
    cursor: pointer;
    padding-bottom: 12px;
    text-align: center;
    border-bottom: 3px solid #fff;
    margin-right: 10px;
}

.AreaDiv .TabDiv .Tab.Now {
    color: #4bbcc4;
    border-bottom: 3px solid #b9d0c0;
}

.clearFix {
    height: 0;
    line-height: 0;
    clear: both;
    overflow: hidden;
}

.AreaDiv .DisplayDiv {
    padding: 20px 0 8px 0;
}
.DisplayDiv {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.AreaDiv .RealDiv {
    font-size: 108%;
}

.AreaDiv .BtnDiv {
    font-size: 123.1%;
    padding-top: 20px;
    border-top: 1px solid #bbb;
}

.AreaDiv .BtnDiv .Btn1 {
    float: left;
    margin-right: 10px;
    background-color: #aaa;
}
.AreaDiv .BtnDiv .Btn1, .AreaDiv .BtnDiv .Btn2 {
    color: #fff;
    border-radius: 4px;
    text-align: center;
    width: 100px;
    line-height: 32px;
    cursor: pointer;
}

.AreaDiv .BtnDiv .Btn2 {
    float: right;
    background-color: #fb6472;
}

.AreaDiv .RealDiv .district label {
    cursor: pointer;
    width:auto;
    font-size:93%;
}

.AreaDiv .RealDiv input {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.AreaDiv .RealDiv .district div {
    width: 190px;
    font-size: 93%;
    margin-bottom: 12px;
}

.AreaDiv .RealDiv .district {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .AreaDiv {
        width: 800px;
    }
}

@media (min-width: 1200px) {
    .AreaDiv {
        width: 1000px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .AreaDiv {
        width: 600px;
    }
}

@media (max-width: 768px) {
    .AreaDiv {
        width: 100%;
    }

    .RealDiv {
        max-height: 250px;
        overflow-x: auto;
    }

    .AreaDiv .TabDiv {
        font-size:10px;
    }

    .AreaDiv .TabDiv .Tab {
        width:100px;
        text-overflow: clip;
    }

    .AreaDiv .BtnDiv .Btn1, .AreaDiv .BtnDiv .Btn2 {
        font-size: 12px;
        width: 60px;
    }
}

.location-text {
    width: 250px;
    white-space: nowrap;
    display: inline-block;
    text-overflow: clip;
    overflow: hidden;
    text-align: left;
}

.mainslider {
    min-height:227px;
}

.mainslider .bx-viewport{
    max-height:227px !important;
}

.mainslider .bx-wrapper {
    min-height:250px;
}

@media only screen and (max-width:767px) {
	.thumbnails.thumbnails-large .thumb {
		padding-bottom: 70%
	}

	.thumbnails.thumbnails-large {
		margin-bottom: 0
	}

	.thumbnails.thumbnails-large .thumb-caption {
		display: none
	}

	.thumbnails-mini {
		display: none !important
	}

    .thumbnails-clear{
		display: none !important
	}
}

.owl-carousel.thumbnails {
	display: block;
	background: #fff;
	margin: 0;
	padding: 10px;
	border-radius: .25rem;
	border: 1px solid rgba(0,0,0,.125)
}

.owl-carousel.thumbnails .property-thumb {
	position: relative
}

.owl-carousel.thumbnails .TimeAdded {
	font-size: 11px;
	position: absolute;
	bottom: 0;
	background: #5cb85c;
	width: 100%;
	color: #fff;
	padding: 3px
}

.owl-carousel.thumbnails .FloorplanAdminIndicator {
	font-size: 11px;
	position: absolute;
	top: 0;
	background: #ffbd20;
	width: 100%;
	color: #fff;
	padding: 3px
}

.owl-carousel.thumbnails .property-thumb {
	display: none
}

.owl-carousel.thumbnails .property-thumb:first-child {
	display: block
}

.owl-carousel.thumbnails .owl-nav [class*=owl-] {
	position: absolute;
	top: 50%;
	margin-top: -14px !important;
	background: rgba(255,255,255,.8) !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #40586d !important;
	font-weight: bold;
	text-transform: capitalize
}

.owl-carousel.thumbnails .owl-nav .owl-prev {
	left: 0;
	padding: 10px 20px 10px 25px !important;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px
}

.owl-carousel.thumbnails .owl-nav .owl-next {
	right: 0;
	padding: 10px 25px 10px 20px !important;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px
}

.owl-carousel.thumbnails .yt-btn {
	width: 20% !important;
	height: auto;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	margin-left: -10%;
	margin-top: -7%
}

.owl-carousel.thumbnails.thumbnails-list {
	display: block;
	margin-bottom: 10px
}

.owl-carousel.thumbnails.thumbnails-list .property-thumb {
	width: 155px;
	height: auto
}

.owl-carousel.thumbnails.thumbnails-large {
	overflow: hidden;
	position: relative
}

.owl-carousel.thumbnails.thumbnails-large .owl-stage {
	overflow: hidden;
	position: relative
}

.owl-carousel.thumbnails.thumbnails-large .owl-nav [class*=owl-] {
	top: 45px
}

.owl-carousel.thumbnails.thumbnails-large .thumb-caption {
	display: block;
	position: absolute;
	background: #40586d;
	bottom: 0;
	padding: 2px 15px;
	color: #fff;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	max-width: 195px;
	overflow: hidden;
	z-index: 2
}

.owl-carousel.thumbnails.thumbnails-large .fa-chevron-right,.owl-carousel.thumbnails.thumbnails-large .fa-chevron-left {
	display: none
}

.owl-carousel.thumbnails.thumbnails-large .num-page {
	background: #fff;
	position: absolute;
	right: 0;
	bottom: 10px;
	display: none;
	width: auto;
	padding: 10px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	font-weight: bold;
	padding-right: 20px
}

.owl-carousel.thumbnails.thumbnails-large .thumb {
	width: 100%;
	background-size: cover;
	background-position: center;
	padding-bottom: 50%;
	z-index: 1;
	position: relative
}

.owl-carousel.thumbnails.thumbnails-mini {
	margin-bottom: 12px
}

.owl-carousel.thumbnails.thumbnails-mini .owl-nav [class*=owl-] {
	padding: 4px 7px !important
}

.owl-carousel.thumbnails.thumbnails-mini .owl-nav .owl-next {
	padding-right: 15px !important
}

.owl-carousel.thumbnails.thumbnails-mini .owl-nav .owl-prev {
	padding-left: 15px !important
}

.owl-carousel.thumbnails.thumbnails-mini.owl-loaded .property-thumb {
	width: calc(100% - 10px)
}

.owl-carousel.thumbnails.thumbnails-mini .property-thumb {
	cursor: pointer;
	display: inline-block;
	min-height: 1px;
	float: left;
	width: calc(33% - 10px);
	border: 1px solid #eee;
	margin: 0 5px
}

.owl-carousel.thumbnails.thumbnails-mini .property-thumb .thumbnail {
	width: 100%;
	height: auto;
	background-size: cover;
	background-position: center;
	padding-bottom: 65%
}

.owl-carousel.thumbnails.thumbnails-mini .property-thumb:nth-child(n+4) {
	display: none
}

@media only screen and (min-width:1000px) {
	.owl-carousel.thumbnails.thumbnails-mini .property-thumb {
		width: calc(25% - 10px);
		display: block !important
	}

	.owl-carousel.thumbnails.thumbnails-mini .property-thumb:nth-child(n+5) {
		display: none !important
	}
}

.owl-carousel.thumbnails.thumbnails-mini .yt-btn {
	width: 50% !important;
	margin-left: -25%;
	margin-top: -20%
}

.thumbnails-large-parent {
	position: relative
}

.thumbnails-large-parent button.owl-dot {
	background: none;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit
}

.thumbnails-large-parent .owl-dots-container {
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
	z-index: 1
}

.thumbnails-large-parent .owl-dots {
	display: inline-block;
	bottom: 0;
	width: auto;
	right: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
	z-index: 9999999;
	background: #fff;
	padding: 4px 10px 0 10px;
	position: relative;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px
}

.thumbnails-large-parent .owl-dots .owl-dot span {
	margin: 5px 6px;
	background: #c2c9d0
}

.thumbnails-large-parent .owl-dots .owl-dot.active span {
	background: #40586d
}

@media only screen and (max-width:767px) {
	#contentContainer-new h1.property-title {
		font-size: 1.4em;
		text-align: center
	}

	.large-carousel-container .col-xs-12 {
		padding: 0
	}

	.owl-carousel.thumbnails {
		border: 0
	}

	.thumbnails-large-parent .thumbnails.thumbnails-large {
		padding: 0;
		border-radius: 0;
		border-left: 0;
		border-right: 0
	}

	.thumbnails-large-parent .thumbnails.thumbnails-large .property-thumb {
		margin: 0;
		border: 0
	}

	.thumbnails-large-parent .thumbnails.thumbnails-large .thumb {
		padding-bottom: 70%
	}

	.thumbnails-large-parent .thumbnails.thumbnails-large .fa-chevron-right,.thumbnails-large-parent .thumbnails.thumbnails-large .fa-chevron-left {
		display: block !important
	}

	.thumbnails-large-parent .thumbnails.thumbnails-large .nav-copy {
		display: none
	}

	.thumbnails-large-parent .thumbnails.thumbnails-large .thumb-caption {
		display: none
	}

	.thumbnails-large-parent .thumbnails.thumbnails-large .num-page {
		bottom: 0;
		font-size: .7em;
		padding: 5px
	}

	.thumbnails-large-parent .thumbnails.thumbnails-large .owl-nav .owl-next,.thumbnails-large-parent .thumbnails.thumbnails-large .owl-nav .owl-prev {
		margin: 0
	}

	.thumbnails-large-parent .thumbnails.thumbnails-large .owl-nav .owl-next {
		padding: 5px 5px 5px 9px !important
	}

	.thumbnails-large-parent .thumbnails.thumbnails-large .owl-nav .owl-prev {
		padding: 5px 9px 5px 5px !important
	}

	.thumbnails-large-parent .owl-dots {
		display: none !important
	}
}

.owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-dots .owl-nav .disabled {
	opacity: .5;
	cursor: default
}

.owl-dots .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

.owl-dots .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none
}

.owl-dots .owl-dot.active span {
	background: #468cc8
}

.reverse .owl-dots .owl-dot span {
	background: rgba(255,255,255,.3)
}

.reverse .owl-dots .owl-dot.active span {
	background: #fff
}

.owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline
}

.owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #81b1da;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}

.owl-carousel.owl-loaded .owl-item [class*=col-] {
	float: inherit;
	width: inherit
}