body {
  background: #fafafa;
}
#wrapper {
  position: relative;
  background: #fff;
  max-width: 1260px;
  margin: 0 auto;
}
#wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  bottom: 0;
  width: 100%;
  background: #fff;
}
@media (min-width: 768px) {
  #wrapper {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #wrapper {
    width: 960px;
  }
}
@media (max-width: 767px) {
  #cssmenu {
    background: #fc0;
  }
  #cssmenu>ul>li>a {
    color: #fff !important;
  }
}
.area {
  padding: 20px 0;
}
.is-title {
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 0;
}
.is-title h2 {
  font-size: 38px;
  font-weight: 700;
  color: #666;
  letter-spacing: 1px;
  margin: 0;
}
.is-title h4 {
  font-size: 20px;
  font-weight: 700;
  color: #666;
  letter-spacing: 1px;
  line-height: 1;
  margin: 0 0 20px;
}
.is-title h5 {
  font-size: 13px;
  font-weight: 400;
  color: #fc0;
  margin: 0;
}
.is-title h6 {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  color: #f48900;
  margin: 0;
}
.is-title p {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  color: #666;
  margin: 0 0 10px;
}
.is-description {
  text-transform: none;
  margin: 25px 0;
}
.is-description span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  color: #666;
  line-height: 1.4;
  margin: 0 0 10px;
}
.is-description p {
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-weight: 500;
  color: #666;
}
.is-description ul {
  padding: 0;
  margin: 0;
}
.is-description li {
  list-style: none;
  font-weight: 400;
  color: #666;
}
#logo {
  background: url("../img/layout/logo-custom@x2.png") no-repeat;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}
.phone p {
  color: #666;
}
.select-language {
  background: #fff url("../img/layout/caret.png") no-repeat 90% 50%;
  color: #666;
}
#item-slider .owl-controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#item-slider .owl-prev,
#item-slider .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -18.5px;
  width: 37px;
  height: 37px;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  opacity: 0.8;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
}
#item-slider .owl-prev:hover,
#item-slider .owl-next:hover {
  opacity: 1;
}
#item-slider .owl-prev {
  left: 0;
  background-image: url("../img/layout/arrow-prev.jpg");
}
#item-slider .owl-next {
  right: 0;
  background-image: url("../img/layout/arrow-next.jpg");
}
#item-slider .owl-dots {
  right: 10px;
}
#item-slider .item {
  display: table;
  position: relative;
  width: 100%;
}
#item-slider img {
  vertical-align: middle;
}
#item-slider .image {
  width: 100%;
  height: 385px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
#item-slider .caption {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(right, rgba(0,0,0,0) 25%, rgba(0,0,0,0.9) 100%);
  background: -moz-linear-gradient(right, rgba(0,0,0,0) 25%, rgba(0,0,0,0.9) 100%);
  background: -o-linear-gradient(right, rgba(0,0,0,0) 25%, rgba(0,0,0,0.9) 100%);
  background: -ms-linear-gradient(right, rgba(0,0,0,0) 25%, rgba(0,0,0,0.9) 100%);
  background: linear-gradient(to left, rgba(0,0,0,0) 25%, rgba(0,0,0,0.9) 100%);
}
#item-slider h2,
#item-slider h4 {
  font-family: "myriad-pro", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
}
#item-slider h2 {
  font-size: 33px;
  line-height: 1;
  margin: 0 0 10px;
}
#item-slider h4 {
  font-size: 14px;
  margin: 0;
}
#item-slider .btn {
  margin-top: 15px;
}
.featured-homes .view-custom {
  min-height: 153px;
  background: #f48900;
}
.featured-homes .view-custom h3 {
  color: #fff;
}
.meeting {
  position: relative;
  background: url("../img/layout/meeting-2@x2.jpg") no-repeat 100% 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.meeting .caption {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.list-result {
  padding: 0;
  margin: 30px 0;
}
.list-result li {
  display: table;
  position: relative;
  list-style: none;
}
.vertical {
  display: table;
  position: relative;
  list-style: none;
  margin-bottom: 30px;
}
.vertical .details {
  min-height: 215px;
}
.unit-house {
  display: table;
  position: relative;
  list-style: none;
  background: #f8f8f8;
  border: 1px solid #eee;
  margin-bottom: 10px;
}
.unit-house:last-child {
  margin-bottom: 0;
}
.no-padding {
  padding: 0;
}
.details {
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 20px 0;
  min-height: 287px;
}
.details.vertical {
  min-height: 250px;
}
.details h3 {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin: 0 0 25px;
}
.details .city {
  color: #666;
  float: left;
}
.details .stage {
  color: #f48900;
  float: right;
}
.details .district {
  font-size: 18px;
  font-weight: 300;
  color: #858585;
  margin: 0 0 10px;
}
.details .name {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3;
  color: #666;
  margin: 0 0 15px;
}
.details .info {
  border-top: 1px solid #ddd;
  padding: 15px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 1px;
}
.details .info span {
  color: #666;
}
#footer {
  padding: 10px 0;
}
@media (max-width: 991px) {
  #footer {
    text-align: center;
  }
}
#footer p {
  font-family: "myriad-pro", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  color: #666;
  margin: 0 0 30px;
}
.divisor {
  position: relative;
  border-top: 1px solid #fff399;
  margin-bottom: 10px;
}
.divisor:before {
  display: none;
}
.map header {
  padding: 20px;
  border-top: 3px solid #cecece;
}
.map header h2 {
  font-size: 38px;
  font-weight: 700;
  color: #666;
  text-transform: uppercase;
  margin: 0;
}
.map header h4 {
  font-size: 17px;
  font-weight: 400;
  color: #666;
  line-height: 1;
  margin: 7px 0 30px;
}
#map-canvas {
  width: 100%;
  height: 500px;
}
.how-to {
  position: absolute;
  bottom: 15px;
  left: 30px;
  right: 30px;
  background: #333;
  background: rgba(48,88,119,0.8);
  padding: 10px;
}
.how-to .grid-no-padding {
  padding-right: 0;
}
.how-to .grid-no-padding:first-child {
  padding-left: 0;
}
.how-to label {
  display: block;
  font-family: "myriad-pro", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: right;
  color: #fff;
  padding: 6px 0;
}
.how-to input[type=text] {
  width: 100%;
  padding: 7px 10px;
  font-family: "myriad-pro", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  color: #666;
}
.how-to input[type=text]:focus {
  outline: none;
}
.how-to input[type=text]:disabled {
  background: #e6e6e6;
  cursor: not-allowed;
}
.how-to button,
.how-to input[text=submit] {
  width: 100%;
  display: block;
  padding: 7.5px 10px;
  border: none;
  background: #f48900;
  font-family: "myriad-pro", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
}
.how-to button:focus,
.how-to input[text=submit]:focus,
.how-to button:hover,
.how-to input[text=submit]:hover {
  outline: none;
  background: #c36e00;
}
@media (max-width: 991px) {
  .how-to .grid-no-padding {
    padding: 0;
  }
  .how-to label {
    text-align: left;
    margin-bottom: 10px;
  }
  .how-to input[type=text] {
    margin-bottom: 10px;
  }
}
