/* =================== ||||||| --- General --- ||||||| =================== */
html {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Helvetica",Arial,sans-serif;
  font-size: 15px;
  line-height: 1.428571429;
  color: #2c2c2c;
  margin: 0 auto;
  padding: 46px 0 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: inherit;
  text-rendering: optimizeLegibility;
}

.no-scroll {
  position: fixed;
  width: 100%;
  overflow: hidden;
  top: 0;
  padding-top: 46px;
}

.border {
  border: 1px solid #c1c1c1;
}

.container-fluid.blue .border {
  border: 1px solid #154A98;
}

.img-responsive {
  margin: 0 auto;
}

.hide-right {
  overflow-x: hidden;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

img.left {
  margin: 0 25px 25px 0;
}

img.right {
  margin: 0 0 25px 25px;
}

@media (max-width: 767px) {
  img.left.inset {
    float: none;
    margin: 20px auto;
    display: block;
    width: 100% \9;
    max-width: 100% !important;
    height: auto;
  }
  img.right.inset {
    float: none;
    margin: 20px auto;
    display: block;
    width: 100% \9;
    max-width: 100% !important;
    height: auto;
  }
  .blog-image img.right.inset, .blog-image img.left.inset {
    margin-top: 0;
  }
}

hr {
  border-top: 1px solid #BEBEBE;
  clear: both;
}

.container-fluid.blue hr {
  border-top: 1px solid #99b4dc;
}

.lift {
  position: relative;
  z-index: 10;
}

.two-col {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
}

.feature {
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  min-width: 100px;
}

.feature h3 {
  font-size: 22px;
  text-transform: none;
  background: #e1e1e1;
  color: #626262;
  padding: 10px 12px;
  margin-bottom: 4px;
  border: 1px solid #a0a0a0;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 0 3px #e1e1e1, inset 0 20px 15px 2px #f3f3f3;
          box-shadow: inset 0 0 0 3px #e1e1e1, inset 0 20px 15px 2px #f3f3f3;
}

.feature p {
  font-size: 14px;
  margin-bottom: 13px;
}

@media (max-width: 767px) {
  .feature {
    min-width: 88px;
  }
  .feature p {
    font-size: 13px;
    margin-bottom: 11px;
  }
}

.text-block {
  background: #e8e8e8;
  padding: 15px 20px;
  border-radius: 5px;
  margin: 15px 0;
}

.text-block .form-group input {
  background: #f7f7f7;
  border: 1px solid #c0c0c0;
  color: #2c2c2c;
}

@media (max-width: 767px) {
  .text-block .form-group input {
    margin-bottom: 10px;
  }
}

.container-fluid.blue .text-block {
  background: #2a5ba4;
  -webkit-box-shadow: inset 0 0 0 3px #2a5ba4, inset 0 60px 100px -10px #3768b0;
          box-shadow: inset 0 0 0 3px #2a5ba4, inset 0 60px 100px -10px #3768b0;
  padding: 20px 20px 10px;
  margin: 0 0 20px;
}

.container-fluid.blue .text-block hr {
  border-top: 1px solid #638ccb;
}

/* =================== ||||||| --- Buttons --- ||||||| =================== */
.btn-blue, .btn-blue:focus, .container-fluid.blue .btn-blue {
  background: #4674b9;
  border: 1px solid #154A98;
  color: #fff;
  margin-top: 10px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.btn-blue:hover, .container-fluid.blue .btn-blue:hover {
  color: #fff;
  background: #154A98;
  border: 1px solid #002660;
}

.btn-dk-blue, .container-fluid.blue .btn-dk-blue {
  background: #2257a7;
  border: 1px solid #003380;
  color: #fff;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.btn-dk-blue:hover, .container-fluid.blue .btn-dk-blue:hover {
  color: #fff;
  background: #154A98;
  border: 1px solid #002660;
}

.btn-yellow, .container-fluid.blue .btn-yellow {
  background: #edc864;
  border: 1px solid #766027;
  color: #4c3600;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.btn-yellow:hover, .container-fluid.blue .btn-yellow:hover {
  background: #ffde84;
  color: #4c3600;
}

.btn-right {
  float: right;
  margin-bottom: 20px;
}

.btn-results {
  max-width: 350px;
  margin: 5px auto 0;
  text-align: center;
}

.animation_image.btn-results {
  background: #ffda73;
}

#load_button_group .btn-group {
  vertical-align: baseline;
}

#load_button_group .btn i {
  vertical-align: middle;
}

#load_button_group .single .btn {
  border-radius: 4px;
}

.loading {
  width: 20px;
  margin-right: 2px;
}

@media (max-width: 767px) {
  .btn-right {
    float: none;
  }
}

.icon-button {
  display: inline-block;
  text-align: center;
  margin: 0;
  width: 100px;
}

.icon-button span {
  border: 1px solid #808080;
  border-radius: 5px;
  color: #808080;
  padding: 10px;
  display: table;
  text-align: center;
  vertical-align: middle;
  margin: 0 auto 2px;
  background: transparent;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.icon-button a:hover span {
  background-color: #4775ba;
  border: 1px solid #154A98;
  color: #fff;
}

.icon-button span i {
  font-size: 25px;
  display: table-cell;
  min-width: 25px;
}

.icon-button a {
  color: #676767;
  font-size: 13px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.icon-button a:hover {
  color: #154A98;
}

.icon-button.small {
  width: 60px;
  font-size: 15px;
}

.icon-button.bio {
  width: 100px;
}

@media (max-width: 686px) {
  .icon-button {
    width: 160px;
    margin-bottom: 4px;
    text-align: left;
  }
  .icon-button span {
    display: inline-table;
    margin-right: 10px;
  }
  .icon-button.small {
    width: 60px;
    text-align: center;
  }
  .icon-button.small span {
    display: table;
    margin: 0 auto 2px;
  }
  .icon-button.bio {
    width: 60px;
    text-align: center;
  }
  .icon-button.bio span {
    display: table;
    margin: 0 auto 2px;
  }
}

/* =================== ||||||| --- Text --- ||||||| =================== */
a, a:focus {
  color: #4674b9;
  text-decoration: none;
}

a:hover {
  color: #154A98;
  text-decoration: none;
}

h1 {
  font-family: "libre",Times,sans-serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 40px;
  color: #154A98;
  margin: 0 0 15px;
}

h2 {
  font-family: "libre",Times,sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  color: #4674b9;
  margin: 0 0 15px;
}

h3 {
  font-weight: bold;
  font-size: 19px;
  line-height: 25px;
  color: #808080;
  text-transform: uppercase;
  margin-top: 0;
}

h4 {
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}

.container-fluid.blue h1, .container-fluid.blue h4, .container-fluid.blue p, .container-fluid.blue ul, .container-fluid.blue ol {
  color: #fff;
}

.container-fluid.blue h2 {
  font-size: 28px;
  line-height: 36px;
  color: #fff;
}

.container-fluid.blue h3, .container-fluid.blue a {
  color: #edc864;
}

.container-fluid.blue a:hover {
  color: #ffe291;
}

@media (max-width: 480px) {
  h1 {
    font-size: 26px;
    line-height: 36px;
  }
  h2 {
    font-size: 21px;
    line-height: 30px;
  }
  .container-fluid.blue h2 {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
  }
  h3 {
    font-size: 18px;
    line-height: 24px;
  }
}

p {
  margin: 0 0 15px;
}

p.gray-text {
  color: #808080;
}

p.blue-text {
  color: #154A98;
}

.lt-blue-text, p.lt-blue-text, .container-fluid.blue p.lt-blue-text, .container-fluid.blue span.lt-blue-text {
  color: #c5dcff;
}

p.featured-text {
  font-family: "libre",Times,sans-serif;
  font-size: 18px;
}

/* =================== ||||||| --- Photo Lightbox --- ||||||| =================== */
#cboxOverlay {
  background: #154A98;
}

#cboxClose {
  font-size: 25px;
  top: 3px;
  bottom: auto;
  right: 10px;
  opacity: .5;
}

#cboxClose:hover {
  opacity: 1;
}

#cboxNext i,
#cboxPrevious i {
  font-size: 20px;
  vertical-align: bottom;
  padding: 0 1px;
}

#cboxNext {
  left: auto;
  right: 0;
}

#cboxCurrent {
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 600px) {
  #cboxClose {
    font-size: 20px;
    right: 8px;
  }
  #cboxCurrent,
  #cboxNext,
  #cboxPrevious {
    font-size: 12px;
  }
}

/* =================== ||||||| --- Main Slider --- ||||||| =================== */
#slider-container {
  position: relative;
  height: 400px;
  overflow: hidden;
}

#slider-wrap {
  background: #fff;
  position: relative;
  padding: 6px 0;
  margin-top: 15px;
  margin-bottom: 35px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.2);
}

#slider-wrap:before, #slider-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 40px 7px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 40px 7px rgba(0, 0, 0, 0.6);
  border-radius: 50%;
}

#slider-wrap:before {
  top: 17px;
}

#slider-wrap:after {
  bottom: 15px;
}

@media (max-width: 450px) {
  #slider-wrap:before, #slider-wrap:after {
    -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.6);
    border-radius: 30%;
  }
}

#slider-wrap .wrap {
  position: relative;
  height: 400px;
}

@media (max-width: 767px) {
  #slider-container {
    height: 200px;
    overflow: visible;
  }
  #slider-container .wrap {
    height: 200px;
  }
}

#slider-wrap #textbox h3 span {
  position: absolute;
  bottom: 30px;
  right: 20px;
  background: rgba(71, 117, 186, 0.9);
  border: 1px solid rgba(21, 74, 152, 0.7);
  border-radius: 5px;
  color: #cfe2ff;
  max-width: 450px;
  padding: 20px 30px;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  text-transform: none;
}

#slider-wrap h3 b {
  font-family: "libre",Times,sans-serif;
  font-size: 25px;
  line-height: 32px;
  color: #fff;
  border-bottom: 1px solid #dceaff;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#slider-wrap #textbox2 {
  position: relative;
  background: rgba(71, 117, 186, 0.9);
  border: 1px solid rgba(21, 74, 152, 0.7);
  border-left: none;
  border-right: none;
  min-width: 100%;
  min-height: 115px;
  padding: 0 30px;
  display: block;
  text-align: center;
  -webkit-transition: all .2s;
  transition: all .2s;
}

#slider-wrap #textbox2 h3 {
  font-size: 16px;
  color: #cfe2ff;
  margin: 20px 0;
  text-transform: none;
}

#slider-wrap #textbox2 h3 b {
  font-size: 22px;
  line-height: 28px;
}

#slider-wrap #textbox2 span {
  display: block;
}

/* =================== ||||||| --- Featured Slider/Carousel --- ||||||| =================== */
.bx-wrapper {
  background: none;
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
  border: none;
  margin: 0 auto;
}

.bx-wrapper .bx-viewport {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  left: auto;
  background: none transparent;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-bottom: 15px;
}

.bx-wrapper .bx-controls-direction a {
  z-index: 10;
  color: #edc864;
}

.bx-wrapper .bx-prev {
  left: -38px;
}

.bx-wrapper .bx-next {
  right: -38px;
}

.weekly-slider-wrap, .exclusive-slider-wrap {
  margin: 10px 30px 18px;
}

.weekly-slider-wrap .weekly-slider li, .weekly-slider-wrap .exclusive-slider li, .exclusive-slider-wrap .weekly-slider li, .exclusive-slider-wrap .exclusive-slider li {
  background: #fff;
  padding: 10px;
  position: relative;
  margin-bottom: 15px;
}

.weekly-slider-wrap .weekly-slider li:before, .weekly-slider-wrap .weekly-slider li:after, .weekly-slider-wrap .exclusive-slider li:before, .weekly-slider-wrap .exclusive-slider li:after, .exclusive-slider-wrap .weekly-slider li:before, .exclusive-slider-wrap .weekly-slider li:after, .exclusive-slider-wrap .exclusive-slider li:before, .exclusive-slider-wrap .exclusive-slider li:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 12px;
  left: 10px;
  width: 200px;
  height: 100px;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.weekly-slider-wrap .weekly-slider li:after, .weekly-slider-wrap .exclusive-slider li:after, .exclusive-slider-wrap .weekly-slider li:after, .exclusive-slider-wrap .exclusive-slider li:after {
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.weekly-slider-wrap .weekly-slider li .slide-address, .weekly-slider-wrap .weekly-slider li .slide-price, .weekly-slider-wrap .exclusive-slider li .slide-address, .weekly-slider-wrap .exclusive-slider li .slide-price, .exclusive-slider-wrap .weekly-slider li .slide-address, .exclusive-slider-wrap .weekly-slider li .slide-price, .exclusive-slider-wrap .exclusive-slider li .slide-address, .exclusive-slider-wrap .exclusive-slider li .slide-price {
  background: #c1c1c1;
  padding: 10px;
  margin-top: 10px;
}

.weekly-slider-wrap .weekly-slider li .slide-address h4, .weekly-slider-wrap .weekly-slider li .slide-price h4, .weekly-slider-wrap .exclusive-slider li .slide-address h4, .weekly-slider-wrap .exclusive-slider li .slide-price h4, .exclusive-slider-wrap .weekly-slider li .slide-address h4, .exclusive-slider-wrap .weekly-slider li .slide-price h4, .exclusive-slider-wrap .exclusive-slider li .slide-address h4, .exclusive-slider-wrap .exclusive-slider li .slide-price h4 {
  font-family: "Helvetica",Arial,sans-serif;
  font-weight: 400;
  margin: 0;
  color: #2c2c2c;
}

.weekly-slider-wrap .weekly-slider li .slide-pic, .weekly-slider-wrap .exclusive-slider li .slide-pic, .exclusive-slider-wrap .weekly-slider li .slide-pic, .exclusive-slider-wrap .exclusive-slider li .slide-pic {
  width: 113%;
  overflow: hidden;
}

.weekly-slider-wrap .weekly-slider li .slide-info, .weekly-slider-wrap .exclusive-slider li .slide-info, .exclusive-slider-wrap .weekly-slider li .slide-info, .exclusive-slider-wrap .exclusive-slider li .slide-info {
  text-align: left;
}

.weekly-slider-wrap .weekly-slider li .slide-info p, .weekly-slider-wrap .exclusive-slider li .slide-info p, .exclusive-slider-wrap .weekly-slider li .slide-info p, .exclusive-slider-wrap .exclusive-slider li .slide-info p {
  margin: 0 0 3px;
  color: #2c2c2c;
}

.weekly-slider-wrap .weekly-slider li .slide-info p.type, .weekly-slider-wrap .exclusive-slider li .slide-info p.type, .exclusive-slider-wrap .weekly-slider li .slide-info p.type, .exclusive-slider-wrap .exclusive-slider li .slide-info p.type {
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.weekly-slider-wrap .weekly-slider li .slide-info p a, .weekly-slider-wrap .exclusive-slider li .slide-info p a, .exclusive-slider-wrap .weekly-slider li .slide-info p a, .exclusive-slider-wrap .exclusive-slider li .slide-info p a {
  color: #4674b9;
}

.weekly-slider-wrap .weekly-slider li .slide-info p a:hover, .weekly-slider-wrap .exclusive-slider li .slide-info p a:hover, .exclusive-slider-wrap .weekly-slider li .slide-info p a:hover, .exclusive-slider-wrap .exclusive-slider li .slide-info p a:hover {
  color: #2d5da5;
}

.weekly-slider-wrap .weekly-slider li .slide-info p .btn, .weekly-slider-wrap .exclusive-slider li .slide-info p .btn, .exclusive-slider-wrap .weekly-slider li .slide-info p .btn, .exclusive-slider-wrap .exclusive-slider li .slide-info p .btn {
  color: #fff;
}

.weekly-slider-wrap .weekly-slider li .slide-info p .btn:hover, .weekly-slider-wrap .exclusive-slider li .slide-info p .btn:hover, .exclusive-slider-wrap .weekly-slider li .slide-info p .btn:hover, .exclusive-slider-wrap .exclusive-slider li .slide-info p .btn:hover {
  color: #fff;
}

.weekly-slider-wrap .weekly-slider li .slide-narrative p, .weekly-slider-wrap .exclusive-slider li .slide-narrative p, .exclusive-slider-wrap .weekly-slider li .slide-narrative p, .exclusive-slider-wrap .exclusive-slider li .slide-narrative p {
  color: #2c2c2c;
  margin-bottom: 10px;
  text-align: left;
}

.exclusive-slider-wrap .exclusive-slider li .slide-info {
  height: 112px;
}

.exclusive-slider-wrap .exclusive-slider li .slide-info p {
  line-height: 20px;
}

.exclusive-slider-wrap .exclusive-slider li .btn {
  margin: 20px 0;
}

.exclusive-slider-wrap .exclusive-slider li .karr-logo {
  max-width: 100%;
  margin: 10px 0;
}

@media (max-width: 479px) {
  .bx-wrapper .bx-controls-direction a {
    display: none;
  }
  .weekly-slider-wrap, .exclusive-slider-wrap {
    margin: 10px 0 17px;
  }
  .weekly-slider-wrap .weekly-slider li .slide-pic, .weekly-slider-wrap .exclusive-slider li .slide-pic, .exclusive-slider-wrap .weekly-slider li .slide-pic, .exclusive-slider-wrap .exclusive-slider li .slide-pic {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 400px) {
  .weekly-slider-wrap .weekly-slider li .slide-pic, .weekly-slider-wrap .exclusive-slider li .slide-pic, .exclusive-slider-wrap .weekly-slider li .slide-pic, .exclusive-slider-wrap .exclusive-slider li .slide-pic {
    min-height: 170px;
    max-height: 170px;
  }
  .weekly-slider-wrap .weekly-slider li .slide-address h4, .weekly-slider-wrap .exclusive-slider li .slide-address h4, .exclusive-slider-wrap .weekly-slider li .slide-address h4, .exclusive-slider-wrap .exclusive-slider li .slide-address h4 {
    font-size: 14px;
  }
}

/* =================== ||||||| --- Thumbnail Images --- ||||||| =================== */
.thumb-wrap {
  padding: 0;
  perspective: 600px;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  -ms-perspective: 600px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

.thumb-wrap .thumb-hover {
  opacity: 0;
  position: relative;
  display: block;
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 0 auto;
  border: 1px solid #c1c1c1;
  -webkit-transform: translateZ(0);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.thumb-wrap .thumb-hover.show-thumb {
  opacity: 1;
  transform: rotateY(35deg) scale(0.9) translateX(15px);
  -webkit-transform: rotateY(35deg) scale(0.9) translateX(15px);
  -moz-transform: rotateY(35deg) scale(0.9) translateX(15px);
  -ms-transform: rotateY(35deg) scale(0.9) translateX(15px);
}

.thumb-wrap .thumb-hover:hover {
  transform: rotateY(0);
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
}

.thumb-wrap .thumb-hover img {
  width: 100%;
}

.thumb-wrap .thumb-hover:before {
  content: "";
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: -10px;
  width: 100px;
  height: 1px;
  z-index: -1;
  transform: skew(35deg);
  -webkit-transform: skew(35deg);
  -moz-transform: skew(35deg);
  -ms-transform: skew(35deg);
  -webkit-transition: all .5s;
  transition: all .5s;
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(26%, rgba(255, 255, 255, 0)), color-stop(56%, rgba(0, 0, 0, 0.06)), color-stop(100%, rgba(0, 0, 0, 0.24)));
  background: -webkit-gradient(linear, left top, left bottom, color-stop(26%, rgba(255, 255, 255, 0)), color-stop(56%, rgba(0, 0, 0, 0.06)), to(rgba(0, 0, 0, 0.24)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 26%, rgba(0, 0, 0, 0.06) 56%, rgba(0, 0, 0, 0.24) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}

.thumb-wrap .thumb-hover.show-thumb:before {
  opacity: 1;
  left: -32px;
  height: 85px;
}

.thumb-wrap .thumb-hover:hover:before {
  height: 1px;
  opacity: 0;
  left: -10px;
}

@media (max-width: 767px) {
  .thumb-wrap {
    margin-top: 10px;
    margin-bottom: 15px;
  }
}

@media (max-width: 479px) {
  .thumb-wrap {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) and (min-width: 450px) {
  .blog-loop .thumb-wrap {
    margin: 10px 0 40px;
  }
}

/* =================== ||||||| --- Blog Loop --- ||||||| =================== */
.blog-loop {
  padding-top: 15px;
}

@media (min-width: 650px) {
  .blog-loop {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.blog-loop h3 {
  margin-bottom: 5px;
  color: #4674b9;
}

.blog-loop .content {
  background: #efefef;
  -webkit-box-shadow: 0 0 0 1px #fff;
          box-shadow: 0 0 0 1px #fff;
  padding: 15px 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}

hr.blog-hr {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}

hr.blog-hr:before {
  content: "";
  position: absolute;
  top: -154px;
  left: 0;
  width: 100%;
  height: 150px;
  opacity: .25;
  z-index: -1;
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(26%, rgba(255, 255, 255, 0)), color-stop(56%, rgba(0, 0, 0, 0.06)), color-stop(100%, rgba(0, 0, 0, 0.24)));
  background: -webkit-gradient(linear, left top, left bottom, color-stop(26%, rgba(255, 255, 255, 0)), color-stop(56%, rgba(0, 0, 0, 0.06)), to(rgba(0, 0, 0, 0.24)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 26%, rgba(0, 0, 0, 0.06) 56%, rgba(0, 0, 0, 0.24) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}

hr.blog-hr:first-of-type:before {
  display: none;
}

.blog-loop h3 i {
  font-size: 30px;
  position: absolute;
  top: -4px;
  left: 16px;
}

.test-loop h3, .faq-loop h3 {
  margin-left: 35px;
}

.test-loop h3 span {
  font-size: 14px;
  font-style: italic;
  color: #808080;
}

.test-loop h4 {
  margin: 0 0 10px 35px;
}

/* =================== ||||||| --- Forms --- ||||||| =================== */
.form-horizontal {
  padding-top: 10px;
}

.form-group .control-label {
  color: #fff;
  margin: 0 0 5px;
}

.form-group input, .form-group select, .form-group textarea {
  background: rgba(182, 205, 238, 0.68);
  border: 1px solid #154A98;
  color: #002660;
}

.form-group textarea {
  max-width: 100%;
}

@media (max-width: 767px) {
  .form-horizontal .control-label {
    text-align: left;
    padding-top: 0;
  }
  .form-group {
    margin-bottom: 10px;
  }
}

.form-control:-input-placeholder {
  color: #4674b9;
}

.form-control::-webkit-input-placeholder {
  color: #4674b9;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #4674b9;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #4674b9;
}

.form-control:-ms-input-placeholder {
  color: #4674b9;
}

form .text-danger {
  position: absolute;
  top: 7px;
  right: 25px;
  font-size: 14px;
}

.mls-form {
  padding: 0;
}

.mls-form hr {
  margin: 10px 0 15px;
}

.mls-form h3 {
  margin-top: 15px;
}

@media (max-width: 991px) and (min-width: 768px) {
  .mls-form .control-label {
    text-align: left;
  }
}

@media (max-width: 767px) and (min-width: 480px) {
  .mls-form .control-label {
    text-align: right;
  }
}

@media (max-width: 479px) {
  .mls-form .btn-dk-blue {
    margin-bottom: 10px;
  }
}

.realperson-challenge {
  color: #fff;
  text-align: center;
}

.checkbox {
  color: #fff;
}

.input-group-addon {
  background: #2457a5;
  border: 1px solid #154A98;
  color: #fff;
}

.checkbox .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  vertical-align: top;
  position: relative;
}

/* =================== ||||||| --- Mortgage Calculator  --- ||||||| =================== */
.table-striped > tbody > tr:nth-child(even) {
  background-color: #e5e5e5;
}

.table-striped > tbody > tr.title {
  background-color: #edc864;
}

.table-striped > tbody > tr.title td {
  border: 1px solid #c49f38;
  border-top: 2px solid #ceaa47;
}

/* =================== ||||||| --- Listing Box --- ||||||| =================== */
.listings {
  position: relative;
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 6px #fff, inset 0 0 80px #dddddd, 0 2px 10px -1px #797979;
          box-shadow: inset 0 0 0 6px #fff, inset 0 0 80px #dddddd, 0 2px 10px -1px #797979;
  border-radius: 1px;
}

.listings:before, .listings:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 12px;
  left: 10px;
  width: 300px;
  height: 100px;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.45);
          box-shadow: 0 15px 10px rgba(0, 0, 0, 0.45);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

@media (max-width: 490px) {
  .listings:before, .listings:after {
    width: 200px;
  }
}

.listings:after {
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.listings .thumb-wrap {
  margin: 10px 0 30px;
}

.listings .price {
  position: relative;
  font-size: 16px;
  line-height: 1.1;
  color: #81aceb;
  width: calc(100% + 30px);
  margin: 10px 0 10px -30px;
  padding: 10px 0;
  border: 1px solid #002660;
  border-left: none;
  border-radius: 0 5px 5px 0;
  background: #154A98;
  text-align: center;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
}

.listings .price span {
  color: #fff;
  font-size: 22px;
}

.listings .price:before, .listings .price:after {
  content: "";
  position: absolute;
  top: 6px;
  width: 11px;
  height: 41px;
  background: #00398c;
  border-top: 1px solid #001d49;
  border-bottom: 1px solid #001d49;
}

.listings .price:before {
  left: -11px;
}

.listings .price:after {
  right: -11px;
  display: none;
}

.listings h4#address {
  background: #979797;
  border-bottom: 3px solid #808080;
  margin: 0 0 20px;
  padding: 12px 10px 7px;
  text-align: center;
}

.listings h4#address a {
  color: #fff;
  font-weight: bold;
}

.listings hr {
  margin: 5px 0 15px;
}

@media (max-width: 767px) {
  .listings {
    padding: 20px;
  }
  .listings .price {
    width: calc(100% + 40px);
    border-right: none;
    border-radius: 0;
    margin: 10px 0 20px -20px;
  }
  .listings .price:after {
    right: -11px;
    display: block;
  }
  .listings .thumb-wrap {
    margin: 15px 0 30px;
  }
}

@media (max-width: 767px) and (min-width: 450px) {
  .listings .thumb-wrap {
    margin: 30px 0 40px;
  }
}

/* =================== ||||||| --- Listing Page --- ||||||| =================== */
#listing-page .address span {
  font-family: "Helvetica",Arial,sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: #c5dcff;
  display: block;
}

#listing-page .price {
  position: relative;
  display: block;
  max-width: 350px;
  float: right;
  background: #154A98;
  padding: 22px 30px;
  margin: -30px 0 40px 30px;
  -webkit-box-shadow: inset 0 0 0 3px #154A98, inset 0 25px 30px -10px #4674b9;
          box-shadow: inset 0 0 0 3px #154A98, inset 0 25px 30px -10px #4674b9;
}

#listing-page .price h3 {
  line-height: 30px;
  padding: 11px 15px 6px;
  margin: 0;
  border: 1px solid #4674b9;
  border-radius: 10px;
  background: #285dad;
}

#listing-page .price:before, #listing-page .price:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -30px;
  border-top: 30px solid #154A98;
}

#listing-page .price:before {
  left: 0;
  border-right: 170px solid transparent;
}

#listing-page .price:after {
  right: 0;
  border-left: 170px solid transparent;
}

#listing-page .price span {
  color: #fff;
  font-size: 30px;
}

#listing-page hr.top-hr {
  clear: none;
  margin: 10px 0 35px;
}

#listing-page .img-wrap {
  max-width: 600px;
  max-height: 390px;
  overflow: hidden;
  margin: 0 auto;
}

#listing-page .list-page-img {
  width: 100%;
}

#listing-page .view-more {
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  background: #2a5ba4;
  border: 1px solid #184b91;
  border-top: none;
  border-radius: 0 0 6px 6px;
  padding: 5px 10px;
  margin: 0;
}

#listing-page .feature h3 {
  background: #b1c8ea;
  color: #224c8a;
  border: 1px solid #154A98;
  -webkit-box-shadow: inset 0 0 0 3px #b1c8ea, inset 0 20px 15px 2px #89a9da;
          box-shadow: inset 0 0 0 3px #b1c8ea, inset 0 20px 15px 2px #89a9da;
}

#listing-page .info-block {
  text-align: center;
}

#listing-page .info-block h3 {
  line-height: 18px;
  margin: 5px 0 0;
}

#listing-page .info-block hr {
  margin: 12px 0;
}

#listing-page .desc-features {
  padding: 15px 30px;
  margin-top: 20px;
}

#listing-page .desc-features h4 {
  font-weight: bold;
  margin-bottom: 4px;
}

#listing-page .icon-button {
  margin-bottom: 10px;
}

#listing-page .icon-button span {
  border: 1px solid #fff;
  color: #fff;
}

#listing-page .icon-button a:hover span {
  background: #104490;
}

#listing-page .icon-button a {
  color: #fff;
}

#listing-page .icon-button.disabled a, #listing-page .icon-button.disabled span {
  pointer-events: none;
  cursor: default;
}

#listing-page .icon-button.disabled a:hover span {
  background: none;
}

#listing-page .icon-button.disabled a {
  color: #6a94d2;
}

#listing-page .icon-button.disabled span {
  border: 1px solid #628dce;
  color: #628dce;
}

#listing-page .btn {
  margin: 0 5px 10px 0;
}

#listing-page .details {
  background: #d1d1d1;
  border: 1px solid #aaaaaa;
}

#listing-page .details h4 {
  background: #e8e8e8;
  display: block;
  padding: 5px 10px;
  border-top: 1px dotted #b5b5b5;
  margin: 0 0 0 -30px;
}

#listing-page .details .feat-title h4 {
  background: #d1d1d1;
  display: block;
  padding: 5px 10px;
  border-top: 1px dotted #a1a1a1;
  margin: 0;
  text-align: right;
}

#listing-page .fit-video {
  max-width: none;
  margin-top: 10px;
}

#listing-page .listing-features-1 .details .row:first-child h4 {
  border: none;
}

@media (max-width: 991px) {
  #listing-page .listing-features-1 .details {
    border-bottom: none;
  }
  #listing-page .listing-features-2 .details {
    border-top: none;
  }
}

@media (min-width: 992px) {
  #listing-page .listing-features-2 .details .row:first-child h4 {
    border: none;
  }
  #listing-page .icon-button {
    margin-top: 10px;
    margin-bottom: 0;
  }
}

@media (max-width: 479px) {
  #listing-page .details .feat-title h4 {
    text-align: left;
    border: none;
    border-top: 1px solid #aaaaaa;
  }
  #listing-page .details h4 {
    border: none;
    margin: 0;
  }
}

@media (max-width: 767px) {
  #listing-page .address {
    text-align: center;
  }
  #listing-page .price {
    float: none;
    text-align: center;
    margin: -30px auto 60px;
  }
  #listing-page hr.top-hr {
    clear: none;
    margin: 10px 0 20px;
  }
  #listing-page .info-block {
    margin-top: 10px;
  }
  #listing-page .btn {
    display: block;
    margin: 0 0 10px 0;
  }
}

/* =================== ||||||| --- Animations --- ||||||| =================== */
.for-sale {
  opacity: 0;
}

.for-sale-wrap {
  position: relative;
  float: right;
  margin: 0 0 20px 20px;
  max-width: 400px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .for-sale-wrap {
    float: none;
    margin: 20px auto;
    display: block;
    width: 100% \9;
    max-width: 400px !important;
    height: auto;
  }
}

.new-house {
  opacity: 0;
}

.new-house-wrap {
  position: relative;
  float: right;
  margin: -35px 0 20px 20px;
  max-width: 280px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .new-house-wrap {
    float: none;
    margin: -35px auto 20px;
    display: block;
    width: 100% \9;
    max-width: 220px !important;
    height: auto;
  }
}

.home-value {
  opacity: 0;
}

.home-value-wrap {
  overflow: hidden;
}

.grumman {
  opacity: 0;
}

.grumman-wrap {
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 20px;
}

/* =================== ||||||| --- Layout --- ||||||| =================== */
#main-wrapper {
  margin: 0 auto;
}

.wrap {
  padding: 0 10px;
  max-width: 1170px;
  margin: 0 auto;
}

.container {
  max-width: 1170px;
  margin-top: 35px;
  margin-bottom: 35px;
}

.container-fluid.blue {
  position: relative;
  background: #4674b9 url(/images/layout/blue-graphic.jpg) left top repeat;
  margin-top: 35px;
  margin-bottom: 35px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.2);
  border-top: 6px solid #fff;
  border-bottom: 6px solid #fff;
}

#header-wrap + .lift > .container-fluid.blue {
  margin-top: 15px;
}

@media (max-width: 1200px) {
  .container-fluid.blue {
    background-position: center top;
  }
}

.container-fluid.blue:before, .container-fluid.blue:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 40px 7px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 40px 7px rgba(0, 0, 0, 0.6);
  border-radius: 50%;
}

.container-fluid.blue:before {
  top: 10px;
}

.container-fluid.blue:after {
  bottom: 8px;
}

@media (max-width: 450px) {
  .container-fluid.blue:before, .container-fluid.blue:after {
    -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.6);
    border-radius: 30%;
  }
}

#header-cap {
  position: relative;
  width: 100%;
  height: 15px;
  background: #fff;
  -webkit-box-shadow: 0 4px 6px -6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 6px -6px rgba(0, 0, 0, 0.2);
}

#header-cap:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 13px;
  width: 100%;
  height: 70px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 30px 7px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 30px 7px rgba(0, 0, 0, 0.4);
  border-radius: 30%;
}

#header-contact h3 {
  font-size: 30px;
  margin: 0 0 5px;
}

#header-contact .title {
  font-size: 16px;
  font-weight: bold;
  color: #808080;
  margin: 0 0 5px;
}

@media (max-width: 767px) {
  #header-contact {
    margin-top: 20px;
  }
  #header-contact p:last-of-type {
    margin-bottom: 0;
  }
}

#header-wrap {
  background: #fff url(/images/layout/header-graphic.jpg) center bottom no-repeat;
  position: relative;
}

@media (max-width: 991px) and (min-width: 768px) {
  #header-wrap {
    background: #fff url(/images/layout/header-graphic.jpg) left -140px no-repeat;
  }
}

@media (max-width: 767px) {
  #header-wrap {
    background: #fff url(/images/layout/header-graphic.jpg) center 60px no-repeat;
    background-size: 900px 220px;
  }
}

#header {
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

#footer {
  padding-top: 25px;
  padding-bottom: 20px;
  background: #d8d8d8;
  margin: 50px 0 0;
  border-top: 1px solid #c1c1c1;
  z-index: 500;
}

#footer hr {
  margin: 10px 0;
}

#footer p {
  color: #555555;
  line-height: 24px;
}

#logo {
  width: 100%;
  max-width: 400px;
}

.social h3 {
  font-size: 16px;
  margin: 0 0 2px;
}

.social a {
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  color: #c1c1c1;
  padding: 10px;
  display: inline-table;
  text-align: center;
  vertical-align: middle;
  margin: 0 1px 5px 0;
  background: transparent;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.social a:hover {
  background-color: #4775ba;
  border: 1px solid #154A98;
  color: #fff;
}

.social i {
  font-size: 25px;
  display: table-cell;
  min-width: 25px;
}

#social-md i {
  font-size: 20px;
  max-width: 20px;
}

#social-md .social h3 {
  font-size: 13px;
  display: inline-block;
  margin-right: 3px;
}

#social-sm {
  visibility: hidden;
  position: fixed;
  top: -200px;
  left: 25px;
  width: 80px;
  background: #fff;
  border: 1px solid #b5b5b5;
  border-top: none;
  border-radius: 0 0 5px 5px;
  z-index: 11;
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: -1px 1px 8px rgba(0, 0, 0, 0.3);
          box-shadow: -1px 1px 8px rgba(0, 0, 0, 0.3);
  -webkit-transition: all .2s;
  transition: all .2s;
}

#social-sm.show {
  visibility: visible;
  top: 45px;
}

#social-sm h3 {
  display: none;
}

#social-sm .social a {
  background-color: #4775ba;
  border: 1px solid #154A98;
  color: #fff;
}

#social-sm .social a:first-of-type {
  margin-top: 15px;
}

#social-sm .social a:last-of-type {
  margin-bottom: 15px;
}

.fit-video {
  max-width: 650px;
  position: relative;
  margin: 0 auto 15px;
  z-index: 1;
}

.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
  z-index: 1;
}

ul.lightbox {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.less {
  max-height: 300px;
  overflow: hidden;
}

.less.more {
  max-height: none;
  overflow: auto;
}

#close-readmore {
  margin-top: 40px;
}

#to-top {
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: 15px;
  right: 15px;
  opacity: .3;
  -webkit-transition: all .2s;
  transition: all .2s;
  cursor: pointer;
}

#to-top:hover {
  opacity: .6;
}

.map {
  border: 1px solid #c1c1c1;
  line-height: 0;
}

#listing-count {
  margin-top: 50px;
}

#listing-count hr {
  margin-bottom: 0;
}

.broker-rec {
  max-width: 200px;
  margin: 45px auto 0;
}

@media (max-width: 767px) {
  .broker-rec {
    max-width: 150px;
    margin: 0 auto;
  }
}

.gallery-img {
  margin-top: 15px;
  margin-bottom: 15px;
}

.gallery-img .viewpics {
  display: block;
  position: relative;
}

.gallery-img .viewpics:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 39, 98, 0.6);
  -webkit-transition: all .2s;
  transition: all .2s;
}

.gallery-img .viewpics:after {
  opacity: 0;
  font-family: "FontAwesome";
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  content: "\f00e";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -25px;
  transform: scale(0.1);
  -webkit-transform: scale(0.1);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.gallery-img .viewpics:hover:before {
  opacity: 1;
}

.gallery-img .viewpics:hover:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
}

/* =================== ||||||| --- Print Ready Styles --- ||||||| =================== */
@media print {
  * {
    background: none !important;
    border-color: #000 !important;
  }
  .container-fluid.blue {
    border: none !important;
  }
  hr {
    border: none;
    border-top: 1px solid #000;
  }
  a[href]:after {
    content: none !important;
  }
  .btn, .btn-yellow, .btn-dk-blue {
    display: none !important;
  }
  .fit-video {
    display: none;
  }
  iframe {
    display: none;
  }
  nav, #nav-bar-sm, .nav-sm, #nav-wrapper {
    display: none;
  }
  .social {
    display: none;
  }
  .noprint {
    display: none;
  }
  body {
    width: 1200px;
  }
  div[class|=col-] {
    float: left;
    width: 100%;
  }
  h1, h2, h3, h4, h5, h6 {
    color: #000;
  }
  p, ul, ol {
    font-size: 16px;
    font-weight: 400;
  }
  #logo {
    width: 450px;
  }
  .price {
    margin: 0;
    padding: 0;
    height: 100px;
  }
  .price:before, .price:after {
    display: none;
  }
  .view-more {
    display: none !important;
  }
  .icon-button, .icon-button:hover {
    background: none !important;
    display: none;
  }
  .info-block {
    margin-bottom: 150px !important;
  }
  #to-top {
    display: none;
  }
}
