/* Views common files */
.line-title {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEXIyMiuWu3mAAAACklEQVQI12NgAAAAAgAB4iG8MwAAAABJRU5ErkJggg==');
  background-position: 0 1.4em;
  background-repeat: repeat-x;
}
.line-title span {
  display: inline-block;
  background: #ffffff;
  padding-right: 1em;
}
.line-title_sm {
  background-position: 0 .6em;
}
.line-title_primary {
  color: #0097c8;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABGdBTUEAALGPC/xhBQAAAA1JREFUCB1jYJh+4j8ABFkCXx77SIEAAAAASUVORK5CYII=');
}
.line-title_center {
  text-align: center;
}
.line-title_center span {
  padding-left: 1em;
  padding-right: 1em;
}
.line-title_half-width span {
  width: 60%;
}

.customer-care-free-call__title {
  text-transform: uppercase;
  font-weight: 600;
}

/* Views common files */
.customer-care-footer {
  margin-top: 3em;
}
@media (max-width: 767px) {
  .customer-care-footer {
    margin-bottom: 3em;
  }
}
.customer-care-footer__title {
  font-size: 2em;
  color: #0097c8;
  margin-bottom: .7em;
  font-weight: 600;
}
@media (min-width: 768px) {
  .customer-care-footer__title {
    text-align: center;
    font-size: 2.6em;
  }
}
.customer-care-footer__subtitle {
  text-transform: uppercase;
}
.customer-care-footer__w {
  background: #f0f0f0;
  padding-top: 2em;
  padding-bottom: 2em;
}
@media (max-width: 767px) {
  .customer-care-footer__w {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 767px) {
  .customer-care-footer__w-tel {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: .5em;
    margin-bottom: 1em;
  }
}
@media (min-width: 768px) {
  .customer-care-footer__w-tel {
    border-right: 1px solid #e3e3e3;
    padding-right: 2em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    text-align: right;
  }
}
.customer-care-footer__tel {
  color: #0097c8;
  font-size: 1.8em;
  font-weight: 600;
}
.customer-care-footer__tel .ep-icon-phone {
  font-size: 0.7em;
}
@media (min-width: 768px) {
  .customer-care-footer__tel {
    margin-bottom: 0;
    font-size: 2.4em;
    font-weight: 400;
  }
}
.customer-care-footer__tt {
  list-style: none;
  padding: 0;
}
@media (min-width: 768px) {
  .customer-care-footer__tt {
    margin-top: 1em;
  }
}
@media (max-width: 767px) {
  .customer-care-footer__w-faq {
    padding-top: 1em;
  }
}
@media (min-width: 768px) {
  .customer-care-footer__w-faq {
    padding-top: 4em;
    padding-bottom: 2em;
  }
}
.customer-care-footer__w-btn {
  margin-bottom: 0;
}
.customer-care-footer__faq-btn {
  font-size: 1.4em;
}
@media (min-width: 768px) {
  .customer-care-footer__faq-btn {
    font-size: 1.8em;
  }
}

/* Views common files */
@media (min-width: 992px) {
  .configurator-fixed-btn-w {
    position: relative;
  }
}
.configurator-fixed-btn {
  display: block;
  text-align: center;
  font-size: 1.4em;
  line-height: 1em;
  padding: .7em;
  background: #f5a623;
  color: #fff;
  width: 100%;
}
.configurator-fixed-btn:hover {
  text-decoration: none;
  color: #fff;
}
@media (min-width: 992px) {
  .configurator-fixed-btn {
    position: fixed;
    z-index: 3;
    padding: 1em;
    top: 300px;
    right: -115px;
    width: 270px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: right 0.1s;
    -o-transition: right 0.1s;
    transition: right 0.1s;
  }
  .configurator-fixed-btn:hover {
    right: -110px;
    -webkit-transition: right 0.1s;
    -o-transition: right 0.1s;
    transition: right 0.1s;
  }
}

/* Views common files */
.index-jumbo {
  overflow: hidden;
  position: relative;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .index-jumbo {
    background-image: url(../bundles/epweb/images/home/home-jumbo-bg-xs.jpg);
    background-size: cover;
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767px) and (min-resolution: 192dpi) {
  .index-jumbo {
    background-image: url(../bundles/epweb/images/home/home-jumbo-bg-xs@2x.jpg);
  }
}
@media (min-width: 768px) {
  .index-jumbo {
    margin-bottom: 2em;
    background: #f0f0f0;
  }
}
.index-jumbo__i {
  position: relative;
}
@media (min-width: 768px) {
  .index-jumbo__i {
    z-index: 2;
  }
}
.index-jumbo__video {
  display: none;
}
@media (min-width: 768px) {
  .index-jumbo__video {
    display: inline-block;
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 1s;
  }
  .index-jumbo__video_in {
    opacity: 1;
  }
}
.index-jumbo__title {
  display: block;
  padding-right: 1.5em;
  font-size: 2.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  color: #fff;
  font-weight: 600;
}
@media (min-width: 768px) {
  .index-jumbo__title {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 4.3em;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  }
}
.index-jumbo__brand-name {
  display: inline-block;
}
.index-jumbo__brand-symbol {
  font-weight: normal;
  overflow: hidden;
  display: inline-block;
  font-size: 2em;
  line-height: .35em;
}
.index-jumbo:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.2);
}

/* Views common files */
.promoted-home-offers {
  margin-bottom: 3em;
}
.promoted-home-offers__title {
  color: #0097c8;
  font-size: 1.8em;
}
@media (min-width: 768px) {
  .promoted-home-offers__title {
    text-align: center;
    font-size: 2.6em;
  }
}
@media (min-width: 768px) {
  .promoted-home-offers__list {
    margin-top: 3.5em;
    margin-bottom: 3.5em;
  }
}
.promoted-home-offers__subtitle {
  color: #777777;
  font-size: 1.2em;
}
@media (min-width: 768px) {
  .promoted-home-offers__subtitle {
    text-align: center;
    font-size: 1.8em;
  }
}
@media (min-width: 768px) {
  .promoted-home-offers__w-more-btn {
    text-align: center;
  }
}
.x-promoted-home-offer:hover {
  cursor: pointer;
}
.promoted-home-offer {
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .promoted-home-offer {
    margin-bottom: 0;
    text-align: center;
  }
}
.promoted-home-offer.col-sm-4 {
  padding-right: 0;
}
@media (min-width: 768px) {
  .promoted-home-offer.col-sm-4 {
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .promoted-home-offer__i {
    margin-top: 1.5em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}
.promoted-home-offer:hover .promoted-home-offer__i {
  background-image: -webkit-linear-gradient(#e8e8e8 0%, #ffffff 15%, #ffffff 75%, #dcdcdc 100%);
  background-image: -o-linear-gradient(#e8e8e8 0%, #ffffff 15%, #ffffff 75%, #dcdcdc 100%);
  background-image: linear-gradient(#e8e8e8 0%, #ffffff 15%, #ffffff 75%, #dcdcdc 100%);
}
@media (max-width: 767px) {
  .promoted-home-offer__w-img {
    float: right;
    width: 180px;
    overflow: hidden;
  }
}
.promoted-home-offer__w-txt {
  overflow: hidden;
}
@media (min-width: 992px) {
  .promoted-home-offer__img {
    width: 85%;
  }
}
.promoted-home-offer__title {
  text-transform: uppercase;
  font-size: 1.6em;
  margin-top: .5em;
  margin-bottom: .2em;
}
.promoted-home-offer__price {
  font-weight: bold;
  color: #0097c8;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .promoted-home-offer__price {
    font-size: 1.2em;
  }
}
.promoted-home-offer__features {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #777777;
}
.promoted-home-offer__w-btn {
  margin-top: 1.2em;
}
.promoted-home-offer_feat.col-sm-4 {
  padding-left: 0;
}
@media (min-width: 768px) {
  .promoted-home-offer_feat.col-sm-4 {
    padding-left: 15px;
  }
}
.promoted-home-offer_feat:hover .promoted-home-offer__i {
  background-image: -webkit-linear-gradient(#e8e8e8 0%, #ffffff 15%, #ffffff 75%, #dcdcdc 100%);
  background-image: -o-linear-gradient(#e8e8e8 0%, #ffffff 15%, #ffffff 75%, #dcdcdc 100%);
  background-image: linear-gradient(#e8e8e8 0%, #ffffff 15%, #ffffff 75%, #dcdcdc 100%);
}
.promoted-home-offer_feat .promoted-home-offer__i {
  margin-top: 0;
  padding-left: 15px;
  background-image: -webkit-linear-gradient(#f0f0f0 0%, #ffffff 15%, #ffffff 75%, #e6e6e6 100%);
  background-image: -o-linear-gradient(#f0f0f0 0%, #ffffff 15%, #ffffff 75%, #e6e6e6 100%);
  background-image: linear-gradient(#f0f0f0 0%, #ffffff 15%, #ffffff 75%, #e6e6e6 100%);
}
@media (max-width: 767px) {
  .promoted-home-offer_feat .promoted-home-offer__i {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
@media (min-width: 768px) {
  .promoted-home-offer_feat .promoted-home-offer__i {
    padding-left: 0;
  }
}
.promoted-home-offer_feat .promoted-home-offer__feat-title {
  font-size: .9em;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .promoted-home-offer_feat .promoted-home-offer__img {
    -webkit-transform: scale3d(1.15, 1.15, 1);
    -moz-transform: scale3d(1.15, 1.15, 1);
    -ms-transform: scale3d(1.15, 1.15, 1);
    -o-transform: scale3d(1.15, 1.15, 1);
    transform: scale3d(1.15, 1.15, 1);
  }
}
.promoted-home-offer_feat .promoted-home-offer__title {
  font-size: 1.8em;
}

/* Views common files */
@media (min-width: 992px) {
  .index-features {
    margin-bottom: 4em;
  }
}
.index-features__title {
  font-size: 2em;
  color: #0097c8;
  margin-bottom: 1.5em;
}
@media (min-width: 992px) {
  .index-features__title {
    font-size: 2.6em;
    text-align: center;
  }
}
.index-features__list:before,
.index-features__list:after {
  content: " ";
  display: table;
}
.index-features__list:after {
  clear: both;
}
@media (min-width: 992px) {
  .index-features__item {
    float: left;
    width: 50%;
  }
}
.index-feat {
  background: #606060;
  color: #fff;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .index-feat {
    height: 300px;
  }
}
.index-feat:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.5);
}
.index-feat:hover .index-feat__i {
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  margin-top: 0;
}
@media (min-width: 992px) {
  .index-feat:hover .index-feat__txt {
    opacity: 1;
  }
}
.index-feat__i {
  position: relative;
}
@media (max-width: 991px) {
  .index-feat__i {
    padding: 2em;
  }
}
@media (min-width: 992px) {
  .index-feat__i {
    text-align: center;
    position: relative;
    top: 48%;
    max-width: 75%;
    margin: -2% auto 0;
    transition: all .5s linear;
  }
}
.index-feat__title {
  font-weight: 600;
}
@media (max-width: 767px) {
  .index-feat__title {
    font-size: 1.4em;
  }
}
@media (min-width: 992px) {
  .index-feat__title {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .index-feat__txt {
    font-size: 1.2em;
  }
}
@media (min-width: 992px) {
  .index-feat__txt {
    opacity: 0;
    transition: opacity .5s linear;
    margin-top: .5em;
  }
}

