/*
    Theme: Metro UI

    Plugin: Bootslider
    Plugin Website: http://themes.grozav.com/bootslider

    Author: Alex GROZAV
    Author Website: http://grozav.com
*/
.bootslider .bs-container .bs-slide .bs-foreground .heading {
  font-weight: 300; }
.bootslider .bs-progress {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0; }
.bootslider .bs-thumbnails {
  z-index: 0;
  position: relative; }
  .bootslider .bs-thumbnails ul .bs-thumbnail {
    background: #F5C523;
    margin: 0 0 20px 0; }
    .bootslider .bs-thumbnails ul .bs-thumbnail img {
      filter: alpha(opacity=60);
      -moz-opacity: 0.6;
      -khtml-opacity: 0.6;
      opacity: 0.6; }
  .bootslider .bs-thumbnails ul .active img {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
.bootslider .bs-pagination {
  margin: 8px 0 10px 0;  }
  .bootslider .bs-pagination ul li {
    margin: 0 5px;
    padding: 0 !important;
    width: 10px;
    height: 10px; }
    .bootslider .bs-pagination ul li a {
      text-indent: -10000px;
      width: 10px;
      height: 10px;
      display: block;
      border: 1px solid #F5C523; }
  .bootslider .bs-pagination .active {
    padding: 0 !important; }
    .bootslider .bs-pagination .active a {
      background: #F5C523; }
.bootslider .bs-controls {
  width: 140px;
  margin: 0px auto; }
  .bootslider .bs-controls .bs-next {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: block;
    color: #fff;
    float: right; }
  .bootslider .bs-controls .bs-prev {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: block;
    color: #fff;
    float: left; }
