#slideshow {
  width: 100%;
  background: #ebeff1;
}
.slideshow-wrapper {
  min-height: 200px;
}
.preloader {
  background: url(/images/preloader-home-slideshow.gif) no-repeat center;
}
.orbit-timer {
  display: none;
}
.orbit-caption {
  width: 45% !important;
  height: 100%;
  right: 0 !important;
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 6% 3% 2% 5% !important;
}
.orbit-caption.promo {
  background: rgba(244, 153, 77, 0.8) !important;
}
.orbit-caption h3 {
  font-size: 3.2em;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 2px;
}
.orbit-caption img {
  margin-bottom: 1em;
}
.orbit-caption p {
  color: #0D7285;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.4em;
  letter-spacing: 0.05em;
}
.orbit-bullets {
  position: absolute;
  top: auto;
  bottom: 20px !important;
  left: 60%;
  height: 12px;
  z-index: 9999;
}
.orbit-bullets li {
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin-right: 9px;
  background-color: #b8c1c7;
  border: 1px solid #b8c1c7;
}
.orbit-bullets li.active {
  background-color: #f8a057;
  border: 1px solid #f8a057;
}

#selling-features {
  text-align: center;
}
#selling-features p {
  color: #607483;
}
#selling-features h3 {
  color: #607483;
  font-size: 1.2em;
  font-weight: 600;
  margin: 0 0 3px 0;
  line-height: 54px;
}
#selling-features li {
  padding: 1.5em 1.25em 1.25em;
}
#selling-features li:first-child h3 {
  background: url(/images/selling-feature-1.png) no-repeat 42px;
  padding-left: 28px;
}
#selling-features li:nth-child(2) h3 {
  background: url(/images/selling-feature-2.png) no-repeat 20px;
  padding-left: 51px;
}
#selling-features li:last-child h3 {
  background: url(/images/selling-feature-3.png) no-repeat 38px;
  padding-left: 41px;
}

h2#about-sobol {
  color: #9ca6ad;
  font-size: 2em;
  font-weight: normal;
}
h2#about-sobol span {
  color: #607483;
  font-weight: 800;
}

#reviews-title {
  overflow: hidden;
  margin-bottom: 0.5em;
}
#reviews-title h2 {
  float: left;
}
#reviews-title a {
  float: right;
  margin: 8px 4px 5px 5px;
}

/*--------------------------------------------------------------------SUBNAV-----------------*/
#subnav {
  width: 100%;
  background: #ebeff1;
  padding: 3em 0;
}