.bs-bullet-width-two-third, .bs-bullet-width-two-thirds {  
  margin-right:33%;
}
.bs-bullet-width-full {  
  margin-right:0%;
}
.bs-bullet-width-nearly-full {
  margin-right: 2%
}
.bs-bullet-width-one-half {  
  margin-right:50%;
}
.bs-bullet-right-width-one-half {  
  margin-left:50%;
} 
.bs-bullet-width-one-third {  
  margin-right:66%;
}
.bs-bullet-width-flex {
  display: inline-block;
}
.bs-bullet {
  color: #fff;
  background-color: #5da7b9;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, .5);
  border-radius: 00px 30px 30px 00px;
  border: 2px #fff solid;
  border-left:none;
  display: block;
  padding: .3em !important;
  font-size: 1.2em !important;
  font-weight: 400;
  vertical-align: middle;
  background-image: none;
}
.bs-bullet p:last-child {
  margin-bottom: 0px;
}
.bs-bullet-blue-trans {
  border:none !important;
  color: #fff !important;
  background-color: #124061 \8 !important;
  background-color: rgba(18, 64, 97, .8) !important;
}
.bs-bullet-right {
  border-radius: 30px 0px 0px 30px;
  border: 2px #fff solid;
  border-right:none;
  padding-left: 1em !important;
}
a.bs-bullet:hover,  .bs-bullet-orange {
  color: #fff !important;
  background-color: #f48221;
  text-decoration: none;
}

.bs-bullet-orange {
  color: #fff !important;
  background-color: #f48221;
  text-decoration: none;
  border:none;
  box-shadow: none;
}

.bs-img-overlay {
    position: absolute;
    bottom: 40px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    left: 17px;
    right: 20%;
}


.bs-bullet-hero-caption {
  color: #fff;
  min-height: 120px;
  background: none;
  border:none;
/*  display: block;*/
  padding: 10px .5em !important;
  font-size: 18px !important;
  font-weight: 400;
  vertical-align: middle;
  background-image: none;
  left: 0px;
/*  right: 50%;*/
  width: 50%;
  bottom:12%;
  background-image: url(../brand/bg/bg-bullet-with-bs-logo.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
}