﻿.jcarousel-wrapper {
  margin: 0 auto;
  position: relative;
  width: 95%;
}
.carousel-container .jcarousel p {
  color: #d20721;
  margin: 10px 0 0;
}
.carousel-container .jcarousel .fa {
  color: #71a7d3;
  font-size: 11px;
  text-shadow: -1px 0 1px rgba(6, 8, 8, 0.4);
}
.jcarousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.jcarousel li {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.jcarousel li a {
  display: inline-block;
}
.jcarousel li .fa-arrow-right {
  color: #fff !important;
  -moz-border-radius: 19px;
  -webkit-border-radius: 19px;
  border-radius: 19px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  -moz-box-shadow: 1px 1px 3px #000;
  /* outer glow */
  -webkit-box-shadow: 1px 1px 3px #000;
  /* outer glow */
  box-shadow: 1px 1px 3px #000;
  /* outer glow */
  text-shadow: -1px 0 1px rgba(6, 8, 8, 0.4);
  position: relative;
}
.jcarousel li p {
  text-transform: uppercase;
  font-family: "Signika", Sans-Serif;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: .7px;
  line-height: 20px;
  margin: 0;
}
.jcarousel li a {
  text-decoration: none !important;
}
.jcarousel img {
  max-width: 100%;
  height: auto !important;
  display: inline-block;
}
/** Carousel Controls **/
.jcarousel-control-prev,
.jcarousel-control-next {
  position: absolute;
  top: 45%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  font: 24px/27px Arial, sans-serif;
}
.jcarousel-control-prev .fa,
.jcarousel-control-next .fa {
  color: #848484;
}
.jcarousel-control-prev {
  left: -30px;
}
.jcarousel-control-next {
  right: -30px;
}
.promos-enews .jcarousel {
  padding: 40px 29px 0;
}
.promos-enews .jcarousel-control-prev,
.promos-enews .jcarousel-control-next {
  display: inline-block;
  height: 200px;
  margin-top: 0;
  position: absolute;
  top: 40px;
}
.promos-enews .jcarousel-control-prev:focus,
.promos-enews .jcarousel-control-next:focus {
  outline: none;
}
.promos-enews .jcarousel-control-prev i,
.promos-enews .jcarousel-control-next i {
  position: absolute;
  top: 45%;
}
.promos-enews .jcarousel-control-prev {
  background: url("/!img/Redesign2014/ky_mp_divider_vt_sm.png") repeat-y scroll 104% 0 transparent;
  box-shadow: 0 30px 0 #f5f1ee, 10px 10px 19px #ecdbcd;
  -web-box-shadow: 0 30px 0 #f5f1ee, 10px 10px 19px #ecdbcd;
}
.promos-enews .jcarousel-control-prev i {
  left: 0px;
}
.promos-enews .jcarousel-control-next {
  background: url("/!img/Redesign2014/ky_mp_divider_vt_sm.png") repeat-y scroll -1px 0 transparent;
  box-shadow: 0 30px 0 #f5f1ee, -10px 10px 19px #ecdbcd;
  -webkit-box-shadow: 0 30px 0 #f5f1ee, -10px 10px 19px #ecdbcd;
}
.promos-enews .jcarousel-control-next i {
  left: 12px;
}
#explore_kentucky .jcarousel > ul > li {
  position: relative;
  margin: 15px 22px 15px 8px;
}
#explore_kentucky .jcarousel > ul > li > a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding-right: 10px;
  box-sizing: content-box;
}
.listDetailGallery.jcarousel {
  overflow: hidden;
  float: left;
  width: 653px;
  max-width: 58%;
}
#jcarousel6 {
  max-width: 1050px;
}
.sec_international_home .jcarousel-wrapper {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100% !important;
}
.sec_international_home #jcarousel5 img {
  box-shadow: none !important;
  width: 70%;
}
.sec_international_home li.border {
  background-repeat: no-repeat;
  background-position: right center;
}
.sec_international_home li.border:last-of-type {
  background: none;
}
.sec_international_home .jcarousel-control-prev,
.sec_international_home .jcarousel-control-next {
  top: 50%;
  display: none;
}
.nearby-listings .jcarousel-wrapper {
  max-width: 600px;
}
.nearby-listings .jcarousel-control-prev,
.nearby-listings .jcarousel-control-next {
  top: 30%;
}
.sec_onlyonekentucky .extra-links-container .jcarousel {
  max-width: 720px;
}
@media (max-width: 997px) {
  .sec_international_home .jcarousel-control-prev,
  .sec_international_home .jcarousel-control-next {
    display: block;
  }
}
@media (max-width: 991px) 
{
    .jcarousel-wrapper {
      margin: 0 30px;
      width: auto;
    }
  .listDetailGallery.jcarousel {
    float: none;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .promos-enews .jcarousel {
    padding: 60px 0 0;
  }
  .promos-enews .promo-carousel li {
    margin: 0;
  }
  .promos-enews .promo-carousel img {
    border: 15px solid #fff;
    box-shadow: 0 0 7px #999;
    transform: none;
  }
  .promos-enews .jcarousel-control-prev,
  .promos-enews .jcarousel-control-next {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: none;
  }
  .nearby-listings .jcarousel-control-prev,
  .nearby-listings .jcarousel-control-next {
    top: 25% !important;
  }
}
@media (max-width: 449px) {
  .sec_international_home .jcarousel li.border {
    background: none;
  }
}
/*# sourceMappingURL=jcarousel.responsive.css.map */