/******************  News Slider Demo-2 *******************/

.bbb_slider_nav
{
  margin-top: 5px
}
@media only screen and (max-width: 601px)
{
  .bbb_slider_nav
  {
    margin-top: 5px
  }
}

.bbb_slider_container
{
  margin-top: 15px
}

.bbb_nav
{
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  margin-right: 3px;
}

.bbb_nav:last-child
{
  margin-right: 0px
}

.bbb_nav i
{
    line-height: 36px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.bbb_nav:hover i
{
  color: #474747
}
