
/* Thumbnail Box */
.caption h4 {
  font-size: 1rem;
  color: #444;
}
.caption p {
  font-size: 0.75rem;
  color: #999;
}
.btn.btn-mini {
  font-size: 0.63rem;
}
/* Carousel Control */
.control-box {
  text-align: right;
  width: 100%;
}
.carousel-control {
  background: #1F62A9;
  border: 0px;
  border-radius: 0px;
  display: inline-block;
  font-size: 34px;
  font-weight: 200;
  line-height: 18px;
  opacity: 1;
  padding: 3px;
  position: relative !important;
  top: 0;
  left: 0;
  height: 29px;
  width: 30px;
}


.thumbnails {
    float: left;
    list-style: outside none none;
    padding: 0;
    width: 100%;
}
.thumbnail {
    background-color: none !important;
    border: none !important;
    border-radius: 0px !important;
    display: block;
    line-height: 1.42857;
    margin-bottom: 10px  !important;
    padding: 0px  !important;
    transition: border 0.2s ease-in-out 0s;
}


/* Mobile Only */
@media (max-width: 767px) {
    .page-header, .control-box {
    text-align: center;
    } 
}
@media (max-width: 479px) {
    .caption {
    word-break: break-all;
    }
}


/* ADD-ON
-------------------------------------------------- */

::selection { background: #E3BA08; color: #FFFFFF; text-shadow: 0; }
::-moz-selection { background: #E3BA08; color: #FFFFFF; }

a, a:focus, a:active, a:hover, object, embed { outline: none; }
:-moz-any-link:focus { outline: none; }
input::-moz-focus-inner { border: 0; }