
.hero-unit {
  text-align: center;
  border-radius: 0;
  margin: 0;
  background: #1e5799; /* Old browsers */
  background: -moz-linear-gradient(top,  #1e5799 0%, #338cd6 59%, #ffffff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(59%,#338cd6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #1e5799 0%,#338cd6 59%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #1e5799 0%,#338cd6 59%,#ffffff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #1e5799 0%,#338cd6 59%,#ffffff 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #1e5799 0%,#338cd6 59%,#ffffff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.hero-unit h1, .hero-unit p.white { color: white; }
.hero-unit h1 img { vertical-align: bottom; }
.hero-unit p { margin-top: 30px; }

.film_roll_wrapper  {
 overflow: unset !important; height: calc(100vh - 80px)!important; 
}

.film_roll_wrapper::before {
  position: absolute; bottom:0 ;width: 100%; height: 90px; content: ''; z-index: 1;
  left:0;
  background: url(../../images/tringlbottom.svg) center bottom no-repeat;
  background-size: 100%;
}

.film_roll_wrapper::after {
  position: absolute; top:0 ;width: 100%; height: 90px; content: ''; z-index: 1;
  left:0;
  background: url(../../images/tringtop.svg) center top no-repeat;
  background-size: 100%;
}

.film_roll_wrapper img {
 /* border: 10px solid white;
  box-shadow: 7px 7px 15px #777; */
  margin-left: 5px;
  margin-right: 5px;
  /*transition: all 1s ease;*/
}

.film_roll_child  {
  display: inline-block; width: 33.33%; text-align: left; position: relative; padding: 30px 0; height: 100%; z-index: 0;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;

}

[dir="rtl"] .film_roll_child {
    direction:rtl; text-align:right
}

.film_roll_child.active {
  z-index: 2; padding: 0 0 30px ;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
 
}

.film_roll_child::before {
   position: absolute; content: ''; width: 100%; height: 100%; 
   z-index: 0; 
   left:50%; top:50%;
   transform: translateX(-50%) translateY(-50%);
   -webkit-transform: translateX(-50%) translateY(-50);
   -webkit-transition: all ease-in-out 0.5s;
   -moz-transition: all ease-in-out 0.5s;
   -o-transition: all ease-in-out 0.5s;
   -ms-transition: all ease-in-out 0.5s;
   transition: all ease-in-out 0.5s;
}

.film_roll_child.ai:before {
  background-color: #24B5E0; position: absolute; content: ''; width: 100%; height: 100%; 
  z-index: 0;  background: linear-gradient(225deg, #24B5E0 0%, #2D2E73 100%);
  left:50%; top:50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50);
}

.film_roll_child.cloud:before {
  background-color: #2D2E73; position: absolute; content: ''; width: 100%; height: 100%; 
  z-index: 0;  background: linear-gradient(45deg, #2D2E73, #366EB2, #24B5E0);
  left:50%; top:50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50);
}

.film_roll_child.digital:before {
  background-color: #366EB2; position: absolute; content: ''; width: 100%; height: 100%; 
  z-index: 0;  background: linear-gradient(-135deg, #366EB2, #24B5E0, #2D2E73);
  left:50%; top:50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50);
}

.film_roll_child.data:before {
  background-color: #24B5E0; position: absolute; content: ''; width: 100%; height: 100%; 
  z-index: 0;  background: linear-gradient(43deg, #24B5E0 0%, #366EB2 46%, #2D2E73 100%) ;
  left:50%; top:50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50);
}

.film_roll_child.active::before  {
  width: calc(100% + 60px); height: calc(100% + 190px); 
  box-shadow: 0 0 20px rgb(0 0 0 / 20%), 0 7px 20px rgb(0 0 0 / 20%);
}

.film_roll_child h5 {
  display: inline-block; width:calc(100% - 100px); margin-right: 50px; margin-left: 50px; color: #fff; position: relative; z-index: 2; padding-top: 30px; font-size: 40px;
}

.film_roll_child.active h5 {
   width: 100%; margin-right: 0; margin-left: 0;
}

.film_roll_child a {
  display: none; height: 48px; line-height: 46px;  color: #fff !important; position: relative; z-index: 2; padding: 0 15px; font-size: 18px;
  border: 1px #fff solid; border-radius: 24px; text-decoration: none !important; margin: 15px 0 15px 50px;
}

    .film_roll_child.active a {
        margin: 15px 0;
        display: inline-block;
    }

.film_roll_child span {
  display: inline-block; width:calc(100% - 100px);  position: relative; z-index: 2; color: #fff; margin-right: 50px; margin-left: 50px;
}

.film_roll_child.active span {
  display: inline-block; width: 100%;  position: relative; z-index: 1; color: #fff; margin-right: 0; margin-left: 0;
}

.film_roll_child .bg-dots  {
  display: none; position: absolute; z-index: 1; width: calc(100% + 60px); height: calc(100% + 190px);
  top:50%; left:50%; overflow: hidden;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

.film_roll_child.active .bg-dots  {
  display: block;
}

.film_roll_child img {
  display: inline-block; width: 80%; margin-left: 10%;  position: relative; z-index: 2;
}

[dir="rtl"] .film_roll_child img {
    margin-left: unset;
    margin-right: 10%;
}

.film_roll_prev, .film_roll_next  {
  top:8vh !important; width: 30% !important; height: calc(100% - 8vh) !important; margin: 0 !important;
  opacity: 0 !important; border: none !important; border-radius: 0 !important;
}

.film_roll_prev
{
  left:0 !important
}

.film_roll_next
{
  right:0 !important
}

.film_roll_pager  {
  position: relative; margin-top: -40px; z-index: 10;
}

[dir="rtl"] .film_roll_pager {
    direction: rtl
}

.film_roll_pager a  {
  border: 2px solid #fff !important; margin: 0 10px 0 0 !important; width: 8px !important; height: 8px !important;
}

.film_roll_pager a.active  {
  background: #fff !important;
}

#film_roll   {
  position: relative; top:80px; height: calc(100vh - 80px);
}

@media (min-width: 1400px) {
  .film_roll_wrapper::after {
    top: 0;
}

#film_roll {
  top: 90px;
  height: calc(100vh - 90px);
}
.film_roll_wrapper  {
  height: calc(100vh - 90px) !important; 
 }

 .film_roll_child h5 {
 font-size: 34px;
 }

 .film_roll_child span {
    font-size: 18px;
  }

  .film_roll_child a {
   height: 52px; line-height: 52px; padding: 0 18px; font-size: 20px;
  border-radius: 26px;  margin: 15px 0 15px 50px;
  }

}

@media (min-width: 1600px) {

  .film_roll_child.active::before {
    height: calc(100% + 210px);
}
  #film_roll {
    top: 100px;
    height: calc(100vh - 100px);
  }
  .film_roll_wrapper  {
    height: calc(100vh - 100px) !important; 
   }

   .film_roll_child h5 {
 font-size: 40px;
   }
 
   .film_roll_child span {
      font-size: 20px;
    }

    .film_roll_child a {
      height: 60px; line-height: 60px; padding: 0 22px; font-size: 22px;
     border-radius: 30px;  margin: 25px 0 25px 50px;
     }
}

@media (min-width: 1800px) {

  .film_roll_child.active::before {
    height: calc(100% + 230px);
}
  #film_roll {
    top: 110px;
    height: calc(100vh - 110px);
  }
  .film_roll_wrapper  {
    height: calc(100vh - 110px) !important; 
   }

   .film_roll_wrapper::after {
     top:-1px;
  }

  .film_roll_child h5 {
    font-size: 44px;
   }
 
   .film_roll_child span {
      font-size: 22px;
    }

    .film_roll_child a {
      height: 66px; line-height: 66px; padding: 0 28px; font-size: 25px;
     border-radius: 33px;  margin: 25px 0 25px 50px;
     }
}

@media (min-width: 1920px) {
  .film_roll_child h5 {
   padding-top: 50px; font-size: 50px;
  }

  .film_roll_child span {
     font-size: 25px;
   }

   .film_roll_child a {
    height: 72px; line-height: 72px; padding: 0 32px; font-size: 28px;
   border-radius: 36px;  margin: 30px 0 30px 50px;
   }
}








@media (max-width: 1326px) {
  .film_roll_wrapper::after  {
    top:0
  }
}

@media (max-width: 1011px) {
  .film_roll_wrapper::after  {
    top:0
  }
}

@media (max-width: 767px) {

  #film_roll   {
    margin-top: 90px; max-height: calc(100vh - 90px);
  }

  .film_roll_wrapper  {
    height: calc(100vh + 15px) !important;
    overflow: hidden !important;
  }
  .film_roll_child {
    height: 100vh !important;
 }
  .film_roll_child h5 {
     padding: 0 40px; font-size: 25px; margin-top: 30px;
  }

  .film_roll_child.active h5 {
     margin-top: 30px; padding-top: 30px;
  }
  
  .film_roll_child.active a {
   margin: 15px 40px;
  }
  
  .film_roll_child span {
    padding: 0 40px;
  }

  .film_roll_wrapper::before {
   display: none;
  }
  
  .film_roll_wrapper::after {
   display: none;
  }

  .film_roll_prev, .film_roll_next  {
   display: none;
  }

  .film_roll_child  {
    width:100vw !important
  }

  .film_roll_child.active::before  {
    width: 100%; height: 100%; 
    box-shadow: unset;
  }
  .film_roll_wrapper img {
    margin: 0; margin-left: 10%;
    box-shadow: none;
  }
}
/*.film_roll_wrapper .active img {
  border: 10px solid yellow;
} */
.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;
}
#film_roll_2 .film_roll_shuttle {
  top:10px;
}
#film_roll_2 .film_roll_child {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  top: 0;
}
#film_roll_2 .moving_right .film_roll_child {
  transform: skew(2deg, 0) translate(-3px,0);
  -ms-transform: skew(2deg, 0) translate(-3px,0);
  -webkit-transform: skew(2deg, 0) translate(-3px,0);
}
#film_roll_2 .moving_left .film_roll_child {
  transform: skew(-2deg, 0) translate(3px,0);
  -ms-transform: skew(-2deg, 0) translate(3px,0);
  -webkit-transform: skew(-2deg, 0) translate(3px,0);
}
#film_roll_2 .film_roll_child.active {
  top: -10px;
}
#film_roll_2_left {
  position: absolute;
  left: 15px;
  top: 38%;
}
#film_roll_2_right {
  position: absolute;
  right: 15px;
  top: 38%;
}

@media (max-width: 979px) {
  body {
    padding-top: 0px;
  }
  .navbar-fixed-top {
    margin-bottom: 0;
  }
}

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

a.yellow { color: yellow; }