.carousel {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 3px #cccccc4f;
  margin: 15px 0px;
  background: #fff;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  max-width: 100%;
}
#myCarousel .carousel-caption {
  left: 0%;
  height: 100%;
  bottom: 0%;
  text-align: left;
  padding: 0px;
  text-shadow: none;
  width: 100%;
}
#myCarousel .carousel-caption::after {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #00000080;
  left: 0;
  z-index: 0;
  display: none;
}
.carousel-caption div.banner-content {
  display: block;
  margin: auto;
  position: absolute;
  width: 100%;
  float: left;
  bottom: 0px;
  z-index: 1;
  padding: 10px 15px;
  background: #ffffffe8;
  left: 0px;
  height: 100%;
}
.carousel-caption p {
  font-size: 15px;
  margin: 5px 0px;
  text-transform: lowercase;
  font-weight: 500;
  width: 100%;
  padding-right: 20%;
  float: left;
  color: #333;
}

.carousel-caption h4 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #88069b;
  width: 70%;
  letter-spacing: 0px;
  margin-top: 50px;
  clear: both;
}
.carousel-caption h4:after {
  display: none;
  content: "";
  width: 80px;
  height: 2px;
  margin: 10px 0px;
  position: relative;
}
.carousel-caption a {
  color: #fff;
}
.carousel-caption ul{
    list-style-type: circle;
}
.carousel-caption ul li {
    display: list-item;
    color: #333;
    float: none;
    padding-left: 2px;
}
.carousel-caption h4 a, .carousel-caption p a, .carousel-caption ul li a {
color: inherit;
}
.carousel-caption ul li a{
   float: left;
   display: list-item;
   list-style-position: inside;
   list-style-type: disc;
}
.carousel-caption span.call-to-action {
  position: relative;
  float: left;
  font-size: 12px;
  padding: 10px;
  border: none;
  margin: 5px 0px;
  display: block;
  margin-right: 5px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50px;
  clear: both;
  height: 40px;
}
.blue-btn {
  background: #3fbafc;
}
span.call-to-action.green-btn {
  background: #5ac97e !important;
  border: none !important;
}
.green-btn:hover {
  background: #3ba52f;
}
.carousel-caption span.call-to-action:hover {
  background: rgba(0, 0, 0, 0.5);
}

span.call-to-action a {
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 0px 20px;
  text-transform: uppercase;
  line-height: 20px;
}
span.call-to-action a i {
  display: block;
  position: relative;
  float: right;
  color: #e7a34b;
  font-size: 18px;
  margin-left: 7px;
}
#myCarousel .list-group {
  position: absolute;
  top: 0;
  right: 0;
}
#myCarousel .list-group-item {
  border-radius: 0px;
  cursor: pointer;
}
#myCarousel .list-group .active {
  background-color: #000;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  border: thin solid;
}
.carousel-controls {
  position: absolute;
  right: 2.5%;
  bottom: 15px;
}
.carousel-control {
  display: block;
  position: relative;
  float: left;
  height: 50px;
  z-index: 9999;
  background-image: none !important;
  width: 50px;
  border-radius: 100px;
  line-height: 50px;
  opacity: 1;
  background: rgba(0, 0, 0, 0.25);
}
.carousel-control:focus,
.carousel-control:hover {
  background: rgba(0, 0, 0, 0.8);
}
.carousel-control i.fa {
  font-size: 15px;
  line-height: 50px;
  color: #fff;
  text-shadow: none;
  display: block;
  text-align: center;
}

.carousel-inner a {
  color: #fff;
}
.carousel-inner {
  height: 350px;
}
.carousel-inner a {
  color: #fff;
}
div.item {
  height: 350px;
  overflow: hidden;
}
div.item:after {
  display: block;
  content: "";
}
div.img-slider {
  display: block;
  width: 100%;
  position: relative;
  float: right;
  margin: 0px;
  height: 350px;
  overflow: hidden;
  z-index: 0;
}
div.img-slider img {
  /*width: 100%;*/
  width: auto;
  height: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  width: 100%;
  position: relative;
}
div.active > img {
  width: 130% !important;
}
.simple-ticker {
  position: relative;
  width: 80%;
  padding: 5px;
  overflow: hidden;
  float: left;
  display: block;
  margin-left: 10px;
}
.simple-ticker ul {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.simple-ticker li {
  display: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.listings {
  height: auto;
  float: left;
}
.listings .item {
  height: auto;
}
.listings span {
  text-align: left;
  display: block;
  margin: 0px;
  width: auto;
  padding: 0px;
  position: absolute;
  bottom: 25px;
  font-weight: bold;
}
.listings span p {
  border-bottom: 1px solid #a1a1a1;
  padding-bottom: 5px;
  text-align: center;
}
.listings h4 {
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 40px;
  display: block;
  height: 100px;
}
.listings span h4 {
  margin-bottom: 0px;
  color: #39b392;
  height: auto;
}
.listings span h4:after {
  display: none;
}
.listing-cont {
  padding: 0%;
  float: left;
  width: 100%;
}
.listing-cont .row {
  margin: 0px;
}
.listing-cont div.product-box {
  padding: 5px;
  border-left: 1px solid #eee;
}
.listing-cont .col-md-4 img {
  height: 100%;
  padding: 45px;
  z-index: -1;
}
.listing-cont .col-md-6 {
  padding: 0px;
}
.listing-cont h3 {
  color: #5a5a5c;
  font-size: 34px;
  margin-bottom: 20px;
  letter-spacing: -2px;
}

.carousel-caption.type-2 h4 {
  font-size: 20px;
  text-transform: none;
  margin-bottom: 0px;
  color: #88069b;
  width: 100%;
  letter-spacing: 0px;
  margin-top: 50px;
  clear: both;
  font-weight: 500;
  /*text-shadow: 0px 1px 3px #666464;*/
}
.carousel-caption.type-2 p {
  font-size: 16px;
  margin: 5px 0px;
  text-transform: capitalize;
  font-weight: 300;
  width: 400px;
  padding-right: 0%;
  float: left;
  color: #333;
  clear: both;
  /*text-shadow: 0px 1px 3px #242424;*/
}
#myCarousel .carousel-caption {
  right: 0%;
  left: auto;
  height: 100%;
  bottom: 0%;
  text-align: left;
  padding: 0px;
  text-shadow: none;
  width: 45%;
}
