body {
  color: #000;
}
.content-wrap .editor-h1 {
  font-weight: 700;
  line-height: 1.2;
}
.content-wrap .editor-h2 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3em;
}
.header-wrap {
  height: 72px;
}
.italic {
  font-style: italic;
}
.text-bolder {
  font-family: 'Arial Black';
}
.btn {
  font-family: 'Arial Black';
  color: #000000;
  background: #ff7f31;
}
.btn.btn-primary {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  padding: 12px;
  border: none;
  color: #ffffff;
}
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
  background: #0571d0;
}
.btn.btn-primary.disabled {
  background: #ffe257;
  border-color: #ffe257;
  color: #000000;
}
@media (max-width: 479px) {
  .btn.btn-primary {
    font-size: 15px;
  }
}
.btn.btn-next {
  background: url(../img/btn-arrow.png) no-repeat #ff7f31;
  font-size: 30px;
  line-height: 1.2;
  background-position: 95% 50%;
  background-size: 55px 55px;
  margin: 10px 0;
  padding: 20px 115px 15px 50px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .btn.btn-next {
    padding: 20px 80px 20px 25px;
    font-size: 18px;
  }
}
.btn.btn-next span {
  display: block;
  color: #ffe257;
  font-size: 30px;
}
.btn.btn-next:hover,
.btn.btn-next:active,
.btn.btn-next:focus {
  background: url(../img/btn-arrow-style-active.png) no-repeat #0571d0;
  border-color: #034c6e;
  background-size: 55px 55px;
  background-position: 95% 50%;
  color: #ffe257;
}
.btn.btn-next:hover span,
.btn.btn-next:active span,
.btn.btn-next:focus span {
  color: #ffffff;
}
.btn.btn-next.disabled {
  background: #ffe257;
  border-color: #ffe257;
  color: #000000;
}
@media (max-width: 479px) {
  .btn.btn-next {
    font-size: 12px;
    padding-right: 50px;
    background-size: 35px 35px;
  }
  .btn.btn-next:hover,
  .btn.btn-next:active,
  .btn.btn-next:focus {
    background-size: 35px 35px;
  }
}
ul.ok li {
  background: url(../img/list-style-check.png) no-repeat 0 0;
  padding: 0px 0 0 50px;
  margin-bottom: 8px;
  min-height: 35px;
  font-size: 26px;
  font-weight: 600;
}
.header-wrap .logo {
  display: block;
  vertical-align: middle;
}
.header-wrap .logo img {
  max-height: 45px;
}
.header-wrap .navbar-toggle {
  margin-top: -45px;
}
.header-wrap .navbar-toggle .icon-bar {
  background-color: black;
}
.header-wrap .featuredon-wrap {
  display: none;
  margin-top: -20px;
  padding: 0;
}
.header-wrap .content-wrap div.mark-placement {
  padding: 0;
}
.header-wrap .header-nav li {
  display: inline-block;
  padding: 0 12px;
  font-size: 14px;
}
.header-wrap .header-nav li a {
  color: #000000;
  text-decoration: none;
  padding: 9px 0 2px 0;
  display: inline-block;
}
.header-wrap .header-nav li.active a {
  border-bottom: 7px solid #ff7f31;
}
.header-wrap .header-nav li:last-child {
  padding-right: 0;
}
.header-wrap #header-navbar {
  display: block;
}
@media (max-width: 768px) {
  .header-wrap #header-navbar .header-nav {
    display: none;
  }
}
@media (max-width: 768px) {
  .header-wrap #header-navbar.collapse.in .header-nav {
    display: block;
  }
  .header-wrap #header-navbar.collapse.in .header-nav li {
    display: block;
  }
}
.heading-wrap {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(../img/header/colorful-house.jpg);
  padding: 90px 0;
  background-size: cover;
}
.footer-wrap {
  margin: 25px 0 15px 0;
  color: #999999;
  padding: 0;
  font-size: 14px;
  background: -moz-linear-gradient(top, #6c2535 50%, #ffffff 50%);
  background: -webkit-linear-gradient(top, #6c2535 50%, #ffffff 50%);
  background: -o-linear-gradient(top, #6c2535 50%, #ffffff 50%);
  background: -ms-linear-gradient(top, #6c2535 50%, #ffffff 50%);
  background: linear-gradient(top, #6c2535 50%, #ffffff 50%);
}
.footer-wrap .content-wrap div.mark-placement {
  background: #6c2535;
  margin: 0 -15px;
}
.footer-wrap .footer-nav li {
  border-color: #fff;
}
.footer-wrap .footer-nav li a {
  color: #fff;
  text-decoration: underline;
}
.content-wrap.dynamic-content h2 {
  font-size: 41px;
  color: #4b4b4b;
  font-family: 'Open Sans', sans-serif;
  margin: 30px 0;
  font-weight: 700;
}
.content-wrap.dynamic-content h3 {
  font-size: 30px;
  color: #034c6e;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.content-wrap.dynamic-content p {
  font-size: 19px;
  padding: 15px 0;
  line-height: 1.5;
}
.content-wrap.dynamic-content hr {
  border-color: #8e8e8e;
}
.maroon {
  color: #6c2535;
}
.orange-wrap {
  background-color: #ff7f31;
}
.maroon-wrap {
  background-color: #6c2535;
}
.blue-wrap {
  background-color: #034c6e;
}
.navy-blue-wrap {
  background-color: #003479;
}
.beige-wrap {
  background-color: #f1e7d9;
}
.yellow-wrap {
  background-color: #ffe257;
}
.gray-wrap {
  background-color: #666f7e;
}
.brown-wrap {
  background-color: #452718;
}
.green-wrap {
  background-color: #2b4426;
}
.light-green-wrap {
  background-color: #6fa68c;
}
.dark-purple-wrap {
  background-color: #454976;
}
.wrap-dark-box {
  background: rgba(0, 0, 0, 0.7);
  padding: 20px 30px;
  margin: 0 auto;
  display: inline-block;
  color: #ffffff;
  font-size: 65px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 479px) {
  .wrap-dark-box {
    font-size: 41px;
  }
}
.wrap-dark-box p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 800;
  padding: 0;
}
.info-wrap {
  color: #ffffff;
  padding: 10px 0;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 40px;
}
.info-wrap .text-wrap {
  padding: 20px 0;
  text-align: center;
}
.info-wrap .text-wrap small {
  font-weight: normal;
  font-size: 16px;
  display: block;
  text-transform: none;
  margin-top: 5px;
}
@media (max-width: 991px) {
  .info-wrap {
    text-align: center;
  }
}
.wrap-note {
  padding: 30px 10px 30px 110px;
  background-image: url(../img/asterisk-icon.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  font-weight: 500;
  margin: 15px 0;
  color: #ffffff;
  font-style: italic;
  letter-spacing: 1px;
}
.wrap-note.warning-note {
  background-image: url(../img/warning-icon.png);
}
.wrap-note span {
  font-style: normal;
  font-family: 'Arial Black';
}
@media (max-width: 479px) {
  .wrap-note {
    padding-left: 70px;
    background-size: 15%;
    background-position: 10px center;
  }
}
.important-note {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px 20px 20px 155px;
  border: 3px solid #6c2535;
  background-image: url(../img/speaker-icon.png);
  background-position: 45px center;
  background-repeat: no-repeat;
  font-weight: 600;
  color: #6c2535;
}
.important-note .lbt-more-info {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 2.2;
  color: #6c2535;
}
@media (max-width: 479px) {
  .important-note {
    padding-left: 70px;
    background-size: 15%;
    background-position: 10px center;
  }
}
.item-list-wrap {
  padding-bottom: 40px;
}
.item-list-wrap .editor-h3 {
  padding-bottom: 5px;
  font-weight: 700;
}
.item-list-wrap p {
  padding: 10px 0;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .item-list-wrap {
    padding-bottom: 0;
  }
}
.vertical-text {
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.content-wrap .editor-h1 {
  font-size: 41px;
  color: #4b4b4b;
  padding: 15px 0;
}
@media (max-width: 480px) {
  .content-wrap .editor-h1 {
    font-size: 36px;
  }
}
.content-wrap .editor-h2 {
  font-size: 26px;
  color: #6c2535;
  padding: 15px 0;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
}
.content-wrap .editor-h2 span {
  font-weight: 800;
}
.content-wrap .editor-h2.blue {
  color: #034c6e;
}
.content-wrap .editor-h3 {
  font-size: 30px;
  color: #034c6e;
  font-weight: 700;
}
.content-wrap .editor-h3 span {
  font-weight: 800;
}
.text-valign {
  display: inline-block;
  float: none;
}
.text-valign.to-bottom {
  vertical-align: bottom;
}
.breadcrumbs,
.wrap-sort {
  color: #666;
  margin: 30px 0 10px 0;
}
@media (max-width: 479px) {
  .breadcrumbs,
  .wrap-sort {
    margin: 0;
    padding-top: 0;
  }
}
.wrap-sort {
  font-size: 12px;
  color: #000000;
  text-align: right;
}
.wrap-sort .select2-input-container {
  display: inline-block;
  width: 100px;
  margin-left: 5px;
}
@media (max-width: 479px) {
  .wrap-sort .select2-input-container {
    min-height: 25px;
  }
}
.wrap-sort .select2-container--krajee .select2-selection--single {
  height: 20px;
  font-size: 12px;
  padding-top: 2px;
  text-align: center;
}
.wrap-sort .select2-container--krajee .select2-selection--single .select2-selection__arrow {
  height: 18px;
}
.wrap-sort .select2-container--krajee .select2-results > .select2-results__options {
  font-size: 12px;
}
.wrap-image {
  position: relative;
}
.wrap-image .photo-icon {
  position: absolute;
  top: 15px;
  left: 30px;
  width: 44px;
}
.wrap-image .wrap-main-image img {
  max-height: 428px;
}
.wrap-image .wrap-main-image .carousel-control {
  font-size: 100px;
  padding-top: 140px;
  width: 5%;
}
.wrap-image .wrap-main-image .carousel-control.right {
  right: 220px;
}
@media (max-width: 768px) {
  .wrap-image .wrap-main-image .carousel-control {
    padding-top: 120px;
    width: 8%;
  }
  .wrap-image .wrap-main-image .carousel-control.right {
    right: 0;
  }
}
@media (max-width: 480px) {
  .wrap-image .wrap-main-image .carousel-control {
    padding-top: 90px;
    width: 15%;
  }
  .wrap-image .wrap-main-image .carousel-control.right {
    right: 0;
  }
}
.faq-list {
  padding-bottom: 20px;
  margin: 0 50px 0 75px;
}
@media (max-width: 991px) {
  .faq-list {
    margin: 0 10px;
  }
}
.faq-list dt {
  font-weight: 800;
  color: #034c6e;
  position: relative;
  padding: 20px 20px 10px 75px;
  background-color: #f1e7d9;
  margin-top: 10px;
  cursor: pointer;
}
.faq-list dt:before {
  content: '\2212';
  color: #6c2535;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 65px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
}
.faq-list dt.collapsed {
  background-color: #ffffff;
  margin: 0;
  padding-bottom: 20px;
}
.faq-list dt.collapsed:before {
  content: '\2B';
  top: 10px;
}
.faq-list dd {
  padding: 0 20px 20px 75px;
  background-color: #f1e7d9;
  font-size: 16px;
}
.main-page .header-wrap .featuredon-wrap {
  display: block;
}
.main-page .header-wrap .header-nav,
.main-page .header-wrap .navbar-toggle {
  display: none;
}
.main-page .heading-wrap {
  background-image: url(../img/header/landing-page.jpg);
  padding: 30px 0 50px 0;
  background-position: 50% 70%;
  background-size: auto;
}
.main-page .heading-wrap .content-wrap .editor-h1 {
  margin-bottom: 43px;
  padding: 15px;
}
@media (max-width: 768px) {
  .main-page .heading-wrap {
    background-size: cover;
  }
}
.main-page .jplayer-wrap {
  position: relative;
}
.main-page .jplayer-wrap .play-btn-wrap {
  cursor: pointer;
  max-width: 100%;
  max-height: 318px;
  max-width: 570px;
  position: relative;
}
.main-page .jplayer-wrap .play-btn-wrap img {
  max-height: 100%;
}
.main-page .jplayer-wrap .play-btn-wrap span {
  color: #666f7e;
  vertical-align: middle;
  display: inline-block;
  font-size: 19px;
  position: absolute;
  top: 47%;
  left: 25%;
}
@media (max-width: 480px) {
  .main-page .jplayer-wrap .play-btn-wrap span {
    font-size: 15px;
    top: 45%;
    left: 18%;
  }
}
@media (max-width: 768px) {
  .main-page .jplayer-wrap .play-btn-wrap {
    margin: 0 auto 10px auto;
  }
}
.main-page .jplayer-wrap .jp-video .jp-gui {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.main-page .jplayer-wrap .jp-jplayer {
  background: transparent;
  max-height: 320px;
}
.main-page .jplayer-wrap .jp-jplayer video {
  max-height: 320px;
}
.main-page .jplayer-wrap #jp_container_1 {
  margin: 0 auto;
  width: 100%;
  display: none;
  position: relative;
  max-width: 568px;
}
@media (max-width: 768px) {
  .main-page .jplayer-wrap #jp_container_1 {
    margin-bottom: 10px;
  }
}
.main-page .jplayer-wrap #jp_container_1 .jp-controls-holder {
  width: 100%;
  top: 0;
  padding: 3px 0;
}
.main-page .jplayer-wrap #jp_container_1 .jp-controls-holder .jp-controls {
  margin: 0 0 0 60px;
  width: 100px;
}
.main-page .jplayer-wrap #jp_container_1 .jp-controls-holder .jp-progress {
  width: 40%;
  float: left;
  margin: 15px 30px 0 0;
}
.main-page .jplayer-wrap #jp_container_1 .jp-controls-holder .jp-volume-controls {
  position: inherit;
  top: 0;
  left: 0;
  width: 100px;
  float: left;
  margin-top: 13px;
}
@media (max-width: 768px) {
  .main-page .jplayer-wrap {
    padding: 0;
  }
}
.main-page .editor-h2 {
  font-weight: 700;
  font-size: 30px;
  margin-top: 25px;
  text-align: left;
  padding: 10px 0;
}
.main-page .editor-h2 span {
  font-weight: 800;
}
.main-page .editor-h3 {
  font-weight: 600;
  color: #4b4b4b;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  padding-bottom: 25px;
  padding-top: 0;
}
.main-page .editor-h3 span.big-text {
  font-weight: 800;
  color: #ff7f31;
  font-size: 41px;
  display: block;
  text-transform: uppercase;
}
.main-page .extra-big-text {
  color: #6c2535;
  font-size: 72px;
  text-align: center;
  font-weight: 600;
}
.main-page ul.ok {
  margin: 25px 0 80px 0;
}
.main-page .free-report-wrap,
.main-page .play-btn-wrap {
  border: 2px solid #ffe257;
  -webkit-box-shadow: 17px 0px 38px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 17px 0px 38px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 17px 0px 38px 0px rgba(0, 0, 0, 0.6);
}
.main-page .free-report-wrap {
  background: rgba(0, 0, 0, 0.8);
  font-weight: bold;
  position: relative;
  padding: 15px 20px 16px 20px;
  color: #ffffff;
  margin-right: 20px;
  max-height: 318px;
}
.main-page .free-report-wrap .report-ico {
  position: absolute;
  top: -15px;
  right: -15px;
}
.main-page .free-report-wrap .header {
  padding-right: 110px;
  font-size: 19px;
}
.main-page .free-report-wrap .header .caption {
  color: #ffe257;
  font-size: 30px;
}
.main-page .free-report-wrap .body {
  padding-top: 10px;
}
.main-page .free-report-wrap .body h3 {
  font-size: 16px;
}
.main-page .free-report-wrap .body h3 span {
  color: #ff7f31;
  display: block;
}
.main-page .free-report-wrap .btn-wrap {
  display: block;
  text-align: center;
}
.main-page .free-report-wrap .btn-wrap .btn.btn-next {
  font-size: 23px;
  background-size: 19%;
  padding: 20px 60px 20px 25px;
}
.main-page .free-report-wrap .first-step .btn-wrap .btn.btn-next {
  padding-top: 10px;
  padding-bottom: 10px;
}
.main-page .free-report-wrap .footer {
  font-size: 14px;
  font-weight: normal;
  font-family: Arial Narrow;
}
@media (max-width: 768px) {
  .main-page .free-report-wrap {
    max-height: 100%;
    margin: 0 auto;
  }
}
.main-page #visitor-form {
  color: inherit;
  font-weight: normal;
}
.main-page #visitor-form .caption-wrap {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  color: #000000;
}
.main-page #visitor-form .caption-wrap span {
  font-size: 30px;
  color: #6c2535;
  font-family: 'Open Sans', sans-serif;
}
.main-page #visitor-form .button-wrap {
  margin-bottom: 15px;
}
.main-page #visitor-form .button-wrap .btn-next {
  font-size: 30px;
  min-width: 316px;
  font-weight: 800;
}
.main-page #visitor-form .button-wrap .btn-next > span {
  font-size: 19px;
  font-weight: 600;
}
.main-page #visitor-form .form-logo-wrap .form-logo {
  background: url(../img/main-page/form-logo.png) no-repeat center;
  background-size: 190px 38px;
  height: 38px;
}
.main-page #visitor-form .visitor-form-secure {
  color: #666;
  font-size: 16px;
  font-weight: 600;
}
.main-page #visitor-form .visitor-form-secure .glyphicon-lock:before {
  font-size: 11px;
}
#easy-steps,
#available-homes {
  font-size: 19px;
  line-height: 1.5;
}
#easy-steps .heading-wrap,
#available-homes .heading-wrap {
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  #easy-steps .heading-wrap,
  #available-homes .heading-wrap {
    margin-bottom: 10px;
  }
}
#easy-steps .content-wrap .description,
#available-homes .content-wrap .description {
  color: #6c2535;
  font-size: 26px;
  font-weight: 300;
  padding: 10px 0;
}
#easy-steps .content-wrap .wrap-note span,
#available-homes .content-wrap .wrap-note span {
  color: #ffe257;
}
#easy-steps .content-wrap .step-wrap,
#available-homes .content-wrap .step-wrap {
  padding-bottom: 20px;
}
#easy-steps .content-wrap .step-wrap p,
#available-homes .content-wrap .step-wrap p {
  padding: 15px 0;
}
#easy-steps .content-wrap .step-wrap .purple-wrap,
#available-homes .content-wrap .step-wrap .purple-wrap {
  margin-top: 10px;
  padding: 20px 15px;
}
#easy-steps .content-wrap .yellow-wrap,
#available-homes .content-wrap .yellow-wrap {
  padding: 20px;
}
#easy-steps #audio-list-wrap .audio-list,
#available-homes #audio-list-wrap .audio-list {
  display: none;
}
#easy-steps #audio-list-wrap .audio-list.list1,
#available-homes #audio-list-wrap .audio-list.list1 {
  display: block;
}
#faq {
  font-size: 19px;
}
#faq .content-wrap .editor-h1 {
  padding: 30px 0;
}
#faq .content-wrap .editor-h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #6c2535;
  text-align: center;
  font-size: 19px;
  text-transform: uppercase;
}
#lease-purchase,
#owner-financing {
  font-size: 19px;
}
#lease-purchase > *:not(.heading-wrap) p,
#owner-financing > *:not(.heading-wrap) p {
  line-height: 1.5;
}
#lease-purchase .content-wrap .editor-h1,
#owner-financing .content-wrap .editor-h1 {
  padding: 25px 0 0 0;
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
}
#lease-purchase .content-wrap .editor-h2,
#owner-financing .content-wrap .editor-h2 {
  margin: 20px 0;
}
#lease-purchase .content-wrap .caption,
#owner-financing .content-wrap .caption {
  font-size: 36px;
  text-align: center;
  margin-top: 50px;
  font-weight: 600;
}
#lease-purchase .content-wrap .item-list-wrap:first-child,
#owner-financing .content-wrap .item-list-wrap:first-child {
  margin-top: 20px;
}
#lease-purchase .content-wrap .wrap-note,
#owner-financing .content-wrap .wrap-note {
  color: #6c2535;
  background-image: url(../img/asterisk-maroon-icon.png);
  margin-bottom: 0;
}
#lease-purchase .content-wrap .wrap-prices,
#owner-financing .content-wrap .wrap-prices {
  border: 5px solid #b18c94;
  padding: 15px 10px 15px 15px;
  font-size: 23px;
  font-weight: bold;
  margin: 15px 0 20px 0;
}
#lease-purchase .content-wrap .wrap-prices .price,
#owner-financing .content-wrap .wrap-prices .price {
  color: #6c2535;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 700;
  float: left;
}
#lease-purchase .content-wrap .wrap-prices .description,
#owner-financing .content-wrap .wrap-prices .description {
  margin-top: 7px;
  padding-bottom: 15px;
  position: relative;
}
#lease-purchase .content-wrap .wrap-prices .description .info,
#owner-financing .content-wrap .wrap-prices .description .info {
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  position: absolute;
  bottom: 0;
  left: 15px;
}
#lease-purchase .content-wrap .bank-info,
#owner-financing .content-wrap .bank-info {
  padding: 15px 20px 20px 90px;
  background-color: #f1e7d9;
  position: relative;
  margin: 35px 0 85px 0;
}
@media (max-width: 991px) {
  #lease-purchase .content-wrap .bank-info,
  #owner-financing .content-wrap .bank-info {
    margin: 20px 0;
  }
}
#lease-purchase .content-wrap .bank-info .vertical-text,
#owner-financing .content-wrap .bank-info .vertical-text {
  text-transform: uppercase;
  font-size: 41px;
  color: #6c2535;
  position: absolute;
  top: 35%;
  left: -40px;
}
#lease-purchase .content-wrap .bank-info .vertical-text img,
#owner-financing .content-wrap .bank-info .vertical-text img {
  margin-left: 20px;
}
#lease-purchase #faq .content-wrap .caption,
#owner-financing #faq .content-wrap .caption {
  margin-bottom: 15px;
}
#lease-purchase .wrap-benefit-list,
#owner-financing .wrap-benefit-list {
  padding-left: 60px;
}
#lease-purchase .wrap-benefit-list .editor-h2,
#owner-financing .wrap-benefit-list .editor-h2 {
  margin-bottom: 0;
  padding: 5px 0;
  text-align: left;
}
#lease-purchase .wrap-benefit-list ol,
#owner-financing .wrap-benefit-list ol {
  padding: 0 0 30px 25px;
}
#lease-purchase .wrap-benefit-list ol li,
#owner-financing .wrap-benefit-list ol li {
  padding: 3px 0;
  font-weight: 600;
}
#owner-financing .heading-wrap,
#start-here .heading-wrap {
  background-image: url(../img/header/flag.jpg);
  background-position: 0 center;
}
#owner-financing .heading-wrap {
  background-image: url(../img/header/flag.jpg);
  background-position: 0 center;
}
#owner-financing .content-wrap .caption {
  margin-bottom: 20px;
}
#owner-financing .content-wrap .important-note {
  padding-top: 30px;
  padding-bottom: 30px;
}
#owner-financing .faq-list dd {
  font-size: 19px;
}
#contact-us .heading-wrap,
#lease-purchase .heading-wrap {
  background-image: url(../img/header/couple.jpg);
  background-position: 0 center;
}
#contact-us .content-wrap .caption,
#apply-to-buy-sucess .content-wrap .caption {
  font-size: 36px;
  text-align: center;
  margin: 50px 0 20px 0;
  font-weight: 500;
  color: #6c2535;
}
#contact-us .content-wrap small,
#apply-to-buy-sucess .content-wrap small {
  font-size: 14px;
  text-align: center;
}
#contact-us .content-wrap .editor-h3,
#apply-to-buy-sucess .content-wrap .editor-h3 {
  font-size: 23px;
  text-align: center;
}
#contact-us .content-wrap .wrap-contact-info,
#apply-to-buy-sucess .content-wrap .wrap-contact-info {
  margin: 20px 0 40px 0;
}
#contact-us .content-wrap .wrap-contact-info dl dt,
#apply-to-buy-sucess .content-wrap .wrap-contact-info dl dt,
#contact-us .content-wrap .wrap-contact-info dl dd,
#apply-to-buy-sucess .content-wrap .wrap-contact-info dl dd {
  display: block;
}
#contact-us .content-wrap .wrap-contact-info dl dt,
#apply-to-buy-sucess .content-wrap .wrap-contact-info dl dt {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px;
  line-height: 1;
}
#contact-us .content-wrap .wrap-contact-info dl dd,
#apply-to-buy-sucess .content-wrap .wrap-contact-info dl dd {
  color: #6c2535;
  font-size: 23px;
}
#contact-us .content-wrap .wrap-logos,
#apply-to-buy-sucess .content-wrap .wrap-logos {
  margin-top: 30px;
  margin-bottom: 30px;
}
#start-here {
  font-size: 19px;
  line-height: 1.5;
}
#start-here > *:not(.heading-wrap) .wrap-dark-box {
  margin: 20px 0;
}
#start-here .caption {
  font-size: 36px;
  text-align: center;
  margin-top: 20px;
  font-weight: 600;
  color: #6c2535;
}
#start-here .editor-h3.maroon {
  color: #6c2535;
}
#start-here .wrap-note {
  margin: 0 0 20px 0;
}
#start-here .wrap-note span {
  color: #ffe257;
}
#start-here .item-list-wrap.first {
  margin-top: 40px;
}
#start-here .item-list-wrap img {
  margin-top: 10px;
}
#start-here .big-text {
  color: #4b4b4b;
  font-size: 26px;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 800;
}
#start-here table {
  width: auto;
  margin: 15px auto;
  border: 1px solid #6c2535;
}
#start-here table th {
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  background-color: #ffe257;
  padding: 5px;
  vertical-align: middle;
  line-height: 1;
}
#start-here table td {
  font-size: 23px;
  text-align: right;
  padding: 6px 40px;
}
#start-here table tr:nth-child(even) {
  background-color: #ffe257;
}
#start-here table tr.text-bold td {
  font-weight: bold;
}
@media (max-width: 767px) {
  #start-here table td {
    font-size: 14px;
    padding: 6px 10px;
  }
}
#start-here .list-nubmer {
  border: 3px solid #6c2535;
  border-radius: 55px;
  width: 110px;
  height: 110px;
  font-size: 90px;
  background-color: #f1e7d9;
  color: #6c2535;
  font-weight: 800;
  text-align: center;
  line-height: 1.1;
  display: inline-block;
}
#start-here .sign {
  text-align: center;
  font-weight: 800;
  line-height: 1.6;
  margin-bottom: 35px;
}
#start-here .sign .name {
  font-weight: normal;
  font-size: 41px;
  color: #6c2535;
  display: block;
}
#start-here .btn-wrap {
  margin: 20px 0;
}
#start-here .wrap-audio {
  margin-top: -10px;
}
#start-here .wrap-audio > img {
  margin: 0;
}
#start-here .info-wrap .text-wrap {
  text-align: right;
}
#start-here .info-wrap .text-wrap.text-left {
  text-align: left;
}
@media (max-width: 768px) {
  #start-here .info-wrap .text-wrap {
    text-align: center !important;
  }
}
#start-here #video-list-wrap,
#start-here #audio-list-wrap,
#start-here .testimonials-wrap {
  margin: 20px 0;
}
#start-here #video-list-wrap .editor-h1,
#start-here #audio-list-wrap .editor-h1,
#start-here .testimonials-wrap .editor-h1 {
  padding: 20px 0;
}
#start-here #video-list-wrap.no-bottom-margin,
#start-here #audio-list-wrap.no-bottom-margin,
#start-here .testimonials-wrap.no-bottom-margin {
  margin-bottom: 0;
}
#start-here #video-list-wrap.no-top-margin,
#start-here #audio-list-wrap.no-top-margin,
#start-here .testimonials-wrap.no-top-margin {
  margin-top: 0;
}
#start-here #video-list-wrap .record-wrap .wrap-letter,
#start-here #audio-list-wrap .record-wrap .wrap-letter,
#start-here .testimonials-wrap .record-wrap .wrap-letter {
  margin: 10px 0 20px 0;
}
#video-list-wrap,
#audio-list-wrap,
.testimonials-wrap {
  padding: 18px 0;
  font-size: 19px;
}
#video-list-wrap .content-wrap .editor-h1,
#audio-list-wrap .content-wrap .editor-h1,
.testimonials-wrap .content-wrap .editor-h1 {
  color: #ffe257;
  font-weight: 700;
  padding: 10px 0;
}
#video-list-wrap .video-list,
#audio-list-wrap .video-list,
.testimonials-wrap .video-list,
#video-list-wrap .audio-list,
#audio-list-wrap .audio-list,
.testimonials-wrap .audio-list {
  padding: 30px 0;
}
#video-list-wrap .video-list .list-item,
#audio-list-wrap .video-list .list-item,
.testimonials-wrap .video-list .list-item,
#video-list-wrap .audio-list .list-item,
#audio-list-wrap .audio-list .list-item,
.testimonials-wrap .audio-list .list-item {
  cursor: pointer;
}
#video-list-wrap .audio-list.list1,
#audio-list-wrap .audio-list.list1,
.testimonials-wrap .audio-list.list1 {
  display: none;
}
#audio-list-wrap .record-wrap,
.testimonials-wrap .record-wrap {
  color: #ffffff;
  text-align: center;
}
#audio-list-wrap .record-wrap .wrap-audio,
.testimonials-wrap .record-wrap .wrap-audio,
#audio-list-wrap .record-wrap .wrap-letter,
.testimonials-wrap .record-wrap .wrap-letter {
  color: #ffe257;
  font-size: 16px;
  font-weight: bold;
  margin: 30px 0 20px 0;
  cursor: pointer;
  display: inline-block;
}
#audio-list-wrap .record-wrap .wrap-audio span,
.testimonials-wrap .record-wrap .wrap-audio span,
#audio-list-wrap .record-wrap .wrap-letter span,
.testimonials-wrap .record-wrap .wrap-letter span {
  position: relative;
  padding-left: 15px;
  display: inline-block;
  text-align: left;
  font-weight: 800;
  margin-left: 15px;
}
#audio-list-wrap .record-wrap .wrap-audio span:before,
.testimonials-wrap .record-wrap .wrap-audio span:before,
#audio-list-wrap .record-wrap .wrap-letter span:before,
.testimonials-wrap .record-wrap .wrap-letter span:before {
  content: '\00AB';
  position: absolute;
  top: 0;
  left: 0;
}
#audio-list-wrap .record-wrap .wrap-audio,
.testimonials-wrap .record-wrap .wrap-audio {
  margin-bottom: 0;
}
#audio-list-wrap .record-wrap .wrap-audio > img,
.testimonials-wrap .record-wrap .wrap-audio > img {
  width: 95px;
  margin-top: -25px;
}
#audio-list-wrap .record-wrap .wrap-audio span,
.testimonials-wrap .record-wrap .wrap-audio span {
  margin-left: 0;
}
#audio-list-wrap .record-wrap .lbt-read-more,
.testimonials-wrap .record-wrap .lbt-read-more {
  color: #ffe772;
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
  cursor: pointer;
}
.testimonials-wrap .record-wrap > .row {
  text-align: left;
}
.testimonials-wrap .record-wrap > .row p {
  letter-spacing: .03em;
  font-size: 18px;
}
.testimonials-wrap .record-wrap .wrap-audio > *,
.testimonials-wrap .record-wrap .wrap-letter > * {
  vertical-align: middle;
}
.testimonials-wrap.beige-wrap .editor-h1 {
  color: #6c2535;
}
.testimonials-wrap.beige-wrap .record-wrap {
  color: #000000;
}
.testimonials-wrap.beige-wrap .record-wrap .wrap-audio,
.testimonials-wrap.beige-wrap .record-wrap .wrap-letter {
  color: #6c2535;
}
.no-top-margin {
  margin-top: 0;
}
.no-bottom-margin {
  margin-bottom: 0;
}
.apply-to-buy {
  font-size: 19px;
  line-height: 1.5;
}
.apply-to-buy .heading-wrap {
  background-image: url(../img/header/couple.jpg);
  background-position: 0 center;
}
.property-form {
  margin-top: 15px;
}
.property-form .row {
  padding-top: 5px;
  padding-bottom: 5px;
}
.property-form .row label {
  text-transform: uppercase;
  font-weight: 600;
}
.property-form .btn-wrap {
  margin: 15px 0;
}
.property-form .btn-wrap .btn.btn-next {
  padding-top: 30px;
  padding-bottom: 30px;
}
.property-list .property-list-wait {
  font-weight: bold;
  text-align: center;
  display: none;
}
.property-list .property-item {
  border: 1px solid #999999;
  font-size: 16px;
  margin: 40px 0;
}
@media (max-width: 479px) {
  .property-list .property-item {
    margin: 20px 0;
  }
}
.property-list .property-item .wrap-image *:not(.photo-icon) img {
  width: 370px;
  min-height: 100px;
  max-height: 250px;
  height: 100%;
}
.property-list .property-item > div {
  padding: 0;
  margin: 0;
}
.property-list .property-item h4 {
  text-transform: uppercase;
  color: #ffffff;
  padding: 15px;
  text-align: right;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  background-color: #5dba23;
  font-size: 28px;
}
.property-list .property-item .wrap-info {
  padding: 15px;
}
.property-list .property-item .ammount {
  margin: 0 0 10px 0;
  font-weight: 700;
}
.property-list .property-item .address,
.property-list .property-item .property-description {
  font-size: 14px;
}
.property-list .property-item .address {
  font-weight: 600;
  color: #666;
}
.property-list .property-item .property-description {
  color: #999999;
  padding-right: 15px;
  max-height: 4.5em;
  overflow: hidden;
  position: relative;
  line-height: 1.5em;
  text-align: justify;
  /*if text is bigger show ...*/
  /* hide ...*/
}
.property-list .property-item .property-description:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}
.property-list .property-item .property-description:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}
.property-list .property-item a {
  color: #666;
  font-weight: 600;
}
.property-list .property-item .wrap-options {
  margin: 20px 0 20px -20px;
}
.property-list .property-item .wrap-options .option-item {
  border-right: 1px solid #999999;
  text-align: center;
  padding: 0 10px;
}
@media (max-width: 479px) {
  .property-list .property-item .wrap-options .option-item {
    padding: 0 5px;
  }
}
.property-list .property-item .wrap-options .option-item .unit {
  font-size: 12px;
  color: #4b4b4b;
}
.property-list .property-item .wrap-options .option-item:last-child {
  border: none;
}
.property-list .property-item.Pending h4 {
  background-color: #ff7f31;
}
.property-list .property-item.Sold h4 {
  background-color: #bb0000;
}
.property-list .property-item.Active a,
.property-list .property-item.Active .address {
  color: #5dba23;
}
.no-margins {
  margin: 0;
  padding: 0;
}
.column-content {
  font-size: 19px;
  line-height: 1.5;
}
.column-content .caption {
  font-size: 36px;
  margin: 30px 0;
  font-weight: 600;
  color: #6c2535;
}
@media (max-width: 767px) {
  .column-content .caption {
    margin: 10px 0;
  }
}
.column-content .important-note {
  background-position: 45px 20px;
}
@media (max-width: 479px) {
  .column-content .important-note {
    background-position: 10px 20px;
  }
}
.column-content .wrap-col > div {
  width: 97%;
}
.column-content.right-column .social-icons {
  margin: 30px 0;
}
.column-content.right-column .social-icons a,
.column-content.right-column .social-icons > div {
  float: left;
  display: inline-block;
  width: 43px;
  height: 42px;
  background: url(../img/social-media-sprite.png);
  background-size: 540%;
  margin-right: 3px;
  cursor: pointer;
}
.column-content.right-column .social-icons a:last-child,
.column-content.right-column .social-icons > div:last-child {
  margin-right: 0;
}
.column-content.right-column .social-icons a.facebook,
.column-content.right-column .social-icons > div.facebook {
  background-position: 0 0;
}
.column-content.right-column .social-icons a.facebook:hover,
.column-content.right-column .social-icons > div.facebook:hover {
  background-position: 0 42px;
}
.column-content.right-column .social-icons a.twitter,
.column-content.right-column .social-icons > div.twitter {
  background-position: -47px 0;
}
.column-content.right-column .social-icons a.twitter:hover,
.column-content.right-column .social-icons > div.twitter:hover {
  background-position: -47px 42px;
}
.column-content.right-column .social-icons a.gplus,
.column-content.right-column .social-icons > div.gplus {
  background-position: -94px 0;
}
.column-content.right-column .social-icons a.gplus:hover,
.column-content.right-column .social-icons > div.gplus:hover {
  background-position: -94px 42px;
}
.column-content.right-column .social-icons a.mail,
.column-content.right-column .social-icons > div.mail {
  background-position: 90px 0;
}
.column-content.right-column .social-icons a.mail:hover,
.column-content.right-column .social-icons > div.mail:hover {
  background-position: 90px 42px;
}
.column-content.right-column .social-icons a.print,
.column-content.right-column .social-icons > div.print {
  background-position: 43px 0;
}
.column-content.right-column .social-icons a.print:hover,
.column-content.right-column .social-icons > div.print:hover {
  background-position: 43px 42px;
}
.column-content.right-column .editor-h1 {
  font-size: 12px;
  color: #000000;
  font-weight: normal;
  text-align: left;
  margin: 0;
  padding: 0;
}
.column-content.right-column .editor-h4 {
  font-size: 26px;
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 10px;
  margin: 60px 0 10px 0;
  border-bottom: 2px solid #999999;
}
.column-content.right-column #video-list-wrap {
  margin-top: 0;
  padding-top: 0;
}
.column-content.right-column #video-list-wrap .editor-h1 {
  color: #000000;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.column-content.right-column .info-wrap {
  display: none;
}
.column-content.right-column .row > .list-item {
  width: 100%;
  margin: 15px auto;
  max-width: 260px;
}
.column-content.right-column .record-wrap {
  margin: 30px 0;
}
.column-content.right-column .record-wrap:first-child {
  margin-top: 15px;
}
.column-content.right-column .record-wrap .img-wrap {
  position: relative;
  cursor: pointer;
  margin-bottom: 5px;
}
.column-content.right-column .record-wrap .img-wrap .audio-icon {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 65px;
  height: 74px;
  background: url(../img/audio-icon-white.gif) no-repeat;
  background-size: contain;
  cursor: pointer;
}
.column-content.right-column .record-wrap .lbt-listen {
  font-size: 12px;
  font-weight: bold;
  color: #6c2535;
  display: block;
}
.column-content .property-item-wrap .wrap-details {
  margin: 30px 0 0 0;
}
.column-content .property-item-wrap .wrap-details .popup-open-btn {
  cursor: pointer;
}
@media (max-width: 479px) {
  .column-content .property-item-wrap .wrap-details {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .column-content .property-item-wrap .wrap-more-photos,
  .column-content .property-item-wrap .wrap-map {
    padding-bottom: 10px;
  }
  .column-content .property-item-wrap .wrap-more-photos img,
  .column-content .property-item-wrap .wrap-map img {
    max-height: 86px;
  }
}
@media (max-width: 768px) {
  .column-content .property-item-wrap .wrap-more-photos {
    text-align: right;
  }
}
@media (max-width: 479px) {
  .column-content .property-item-wrap .wrap-more-photos img {
    margin-top: 10px;
  }
}
.column-content .property-item-wrap .wrap-options .option-item {
  border-right: 2px solid #999999;
  text-align: center;
  padding: 0;
  font-size: 26px;
  margin-bottom: 10px;
}
.column-content .property-item-wrap .wrap-options .option-item .unit {
  font-size: 18px;
  color: #4b4b4b;
}
.column-content .property-item-wrap .wrap-options .option-item:last-child {
  border: none;
}
@media (max-width: 479px) {
  .column-content .property-item-wrap .wrap-options .option-item {
    font-size: 16px;
  }
  .column-content .property-item-wrap .wrap-options .option-item .unit {
    font-size: 12px;
  }
}
.column-content .property-item-wrap .ammount {
  font-size: 26px;
}
.column-content .property-item-wrap .caption {
  font-size: 23px;
  text-align: center;
  padding: 10px;
  background-color: #f1e7d9;
  margin: 0;
}
.column-content .property-item-wrap .wrap-program {
  font-size: 16px;
  margin: 50px 0 30px 0;
}
@media (max-width: 479px) {
  .column-content .property-item-wrap .wrap-program {
    margin-top: 10px;
  }
}
.column-content .property-item-wrap .wrap-program > div {
  padding: 0;
}
.column-content .property-item-wrap .wrap-program > div:first-child {
  padding-right: 20px;
}
@media (max-width: 767px) {
  .column-content .property-item-wrap .wrap-program > div:first-child {
    padding-right: 0;
  }
}
.column-content .property-item-wrap .wrap-program .row {
  padding: 10px 0;
  margin: 0;
  border-bottom: 2px solid #c7c6c6;
}
.column-content .property-item-wrap .wrap-program .row.last {
  border-bottom: none;
}
.column-content .property-item-wrap .wrap-program .row > div {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.column-content .property-item-wrap .wrap-program .row .text-info {
  color: #6c2535;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  padding: 0 5px;
}
.column-content .property-item-wrap .wrap-program .row small {
  font-size: 12px;
  text-transform: none;
  color: #999999;
  line-height: 1;
  display: inline-block;
  vertical-align: 1;
}
.column-content .property-item-wrap .wrap-program .row .big-text {
  font-size: 23px;
}
.column-content .wrap-contact-info {
  margin: 20px 0 40px 0;
}
.column-content .wrap-contact-info > div {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.column-content .wrap-contact-info dl dt,
.column-content .wrap-contact-info dl dd {
  display: inline-block;
  font-size: 14px;
}
.column-content .wrap-contact-info dl dt {
  text-transform: uppercase;
  font-weight: 600;
  padding-right: 5px;
}
.column-content .wrap-contact-info dl dd {
  color: #6c2535;
  font-weight: 800;
  width: 60%;
}
.column-content hr {
  border-color: #8d8d8d;
}
.property-item-wrap {
  font-size: 19px;
}
.property-item-wrap .wrap-image {
  min-height: 450px;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .property-item-wrap .wrap-image {
    min-height: 150px;
  }
}
.property-item-wrap .wrap-info-form {
  display: block;
  min-height: 100%;
  position: absolute;
  width: 220px;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .property-item-wrap .wrap-info-form {
    position: inherit;
    width: 300px;
    margin: 0 auto;
    height: auto;
  }
}
.property-item-wrap .wrap-info-form .wrap-bg-form {
  background: rgba(0, 0, 0, 0.7);
  padding: 30px 0;
  height: 375px;
}
.property-item-wrap .wrap-info-form .status {
  font-family: 'Open Sans', sans-serif;
  background: #5dba23;
  font-size: 28px;
  padding: 10px;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}
.property-item-wrap .wrap-info-form .status.Pending {
  background-color: #ff7f31;
}
.property-item-wrap .wrap-info-form .status.Sold {
  background-color: #bb0000;
}
.property-item-wrap .wrap-info-form .wrap-form {
  margin: 20px 15px;
  background-color: #f7f7f7;
  padding: 10px;
}
.property-item-wrap .wrap-info-form .wrap-form h4 {
  font-size: 12px;
  color: #333;
  font-weight: bold;
  padding-bottom: 10px;
  white-space: nowrap;
}
.property-item-wrap .wrap-info-form .wrap-form input,
.property-item-wrap .wrap-info-form .wrap-form textarea {
  font-size: 11px;
  padding: 5px;
}
.property-item-wrap .wrap-info-form .wrap-form input {
  height: 25px;
}
.property-item-wrap .wrap-info-form .wrap-form p {
  padding: 5px 0;
}
.property-item-wrap .wrap-info-form .wrap-form .btn-wrap {
  display: block;
}
.property-item-wrap .wrap-info-form .wrap-form .btn-wrap .btn.btn-primary {
  font-size: 12px;
  padding: 8px;
  width: 100%;
}
.property-item-wrap .wrap-info-form .wrap-form .text-note {
  font-size: 9px;
  color: #888;
}
#property-images .popup-body .carousel .item {
  height: 450px;
  width: 570px;
  text-align: center;
}
#property-images .popup-body .carousel .item img {
  display: inline-block;
  max-height: 450px;
  max-width: 570px;
}
#property-images .popup-body .carousel .carousel-control {
  padding-top: 140px;
  font-size: 100px;
}
#wrap-video {
  width: 100%;
  max-width: 1200px;
  background-color: transparent !important;
  border: 2px solid #ffe257;
  -webkit-box-shadow: 17px 0px 38px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 17px 0px 38px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 17px 0px 38px 0px rgba(0, 0, 0, 0.6);
}
#wrap-video .jwvideo video {
  height: auto;
}
#wrap-video #wrap-video_logo {
  display: none;
}
@media print {
  .header-wrap,
  .no-print,
  .footer-wrap {
    display: none;
  }
  .heading-wrap {
    padding: 10px 0;
  }
  .wrap-dark-box {
    font-size: 26px;
  }
  .breadcrumbs,
  .wrap-sort {
    margin-top: 0;
  }
  .property-list .property-item .property-description {
    max-height: auto;
    overflow: visible;
    /*if text is bigger show ...*/
  }
  .property-list .property-item .property-description:before,
  .property-list .property-item .property-description:after {
    content: '';
  }
  a[href]:after {
    content: none !important;
  }
}
