

.film_roll_wrapper img {
  border: 1px solid #F3E7CF;
  opacity: 0.2;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
    filter: alpha(opacity=20) ;
}



.film_roll_wrapper .bg_slide {
  opacity: 0;
  width: 100%;
  background: url("../images/bg_slide.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
  line-height: 70px;
  margin: -75px 0 0 0 ;
  z-index: 100;
  height: 70px;
  filter: alpha(opacity=0);
  font-family: "Lobster1.4";
    font-weight:200;
  text-align: right;

}
.film_roll_wrapper .active .bg_slide {
  opacity: 1;
  -webkit-transition-delay: 1.5s;
  -webkit-transition-duration: .8s;
  -moz-transition-delay: 1.5s;
  -moz-transition-duration: .8s;
  filter: alpha(opacity=100) ;
}



@media (max-width: 580px) {
  .film_roll_wrapper img {
    margin: 0;
    box-shadow: none;
  }
}
.film_roll_wrapper .active img {
  border: 1px solid #685344;
  opacity: 1;
      filter: alpha(opacity=100) ;
}
.film_roll_container {
  position: relative;
}
.film_roll_pager a, a.film_roll_prev, a.film_roll_next {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}


@media (max-width: 979px) {

  .navbar-fixed-top {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .hero-unit {
    margin-left: -20px;
    margin-right: -20px;
  }


}

a.yellow { color: white; }




.film_roll_wrapper
{
  bottom: auto;
  display: block;
  float: none;
  height: 100%;
  left: auto;
  margin: 0 !important;
  overflow: hidden;
  padding: 0 !important;
  position: relative;
  right: auto;
  text-align: center;
  top: auto;
  width: 100%;
  z-index: auto;
  max-width: 1900px;
}
.film_roll_shuttle
{
  bottom: auto;
  float: none;
  height: 100%;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  right: auto;
  text-align: left;
  top: 0;
  z-index: auto;
}
.film_roll_shuttle.vertical_center:before
{
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
}
.film_roll_child
{
  display: inline;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  zoom: 1;
}




.film_roll_prev,.film_roll_next
{

  height: 55px;
  left: 15px;
  line-height: 30px;
  margin: -20px 0 0 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 48%;
  width: 22px;
}
.film_roll_prev:hover,.film_roll_next:hover
{
  color: white;
  opacity: 0.9;
  text-decoration: none;
}
.film_roll_prev{
  background: url("../images/prev.png") no-repeat;
}  
.film_roll_next{
  background: url("../images/next.png") no-repeat;
  left: auto;
  right: 1%;
}
.film_roll_pager
{
  text-align: center;
}
.film_roll_pager a
{
  border: 2px solid #333;
  border-radius: 5px;
  display: inline-block;
  height: 5px;
  margin: 0 5px 0 0;
  transition: all 1s ease;
  width: 5px;
}
.film_roll_pager a:hover
{
  background: #666;
}
.film_roll_pager a.active
{
  background: #333;
}
.film_roll_pager span
{
  display: none;
}
.film_roll_pager a,a.film_roll_prev,a.film_roll_next
{
  box-sizing: content-box;
  moz-box-sizing: content-box;
  webkit-box-sizing: content-box;
}

@media (min-width: 1050px) {

   .film_roll_prev{
    background: url("../images/prev.png") no-repeat;
    left: calc(50% - 510px);
  }  
  .film_roll_next{
    background: url("../images/next.png") no-repeat;
    left: auto;
    right: calc(50% - 510px);
  }


}


@media (max-width: 480px) {

.film_roll_wrapper .bg_slide {
  font-size: 20px;
}

}
