/****** PLACE YOUR CUSTOM STYLES HERE ******/

section,
footer {
  padding: 0 0;
  position: relative;
  overflow: hidden;
/*  background-image: -moz-linear-gradient(top, #fff 100%, #ccc 10%);
  background-image: -webkit-linear-gradient(top, #fff 100%, #ccc 10%);
  background-image: linear-gradient(to bottom,  #fff 100%, #ccc 10%);*/

}

.stair{
  margin-top:30px;
-webkit-box-shadow: 0px 10px 10px -9px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 10px 10px -9px rgba(0,0,0,0.75);
box-shadow: 0px 10px 10px -9px rgba(0,0,0,0.75);

-webkit-box-shadow: 0px 9px 15px -1px rgba(102,102,102,0.61);
-moz-box-shadow: 0px 9px 15px -1px rgba(102,102,102,0.61);
box-shadow: 0px 9px 15px -1px rgba(102,102,102,0.61);
/*    background-color:#fff;*/
  margin-top:-50px;
  padding-bottom:30px;
}


.stair.last{
  -webkit-box-shadow: none;
-moz-box-shadow:none;
box-shadow: none;
    background-color:#fff;
    border-bottom:1px solid;
}

.video-comparison{
  background-color:#000;
  padding-top:50px;
}

.video-comparison h2{color:#fff;}

.video-comparison p.lead{ color:#f5f5f5;}

.video-comparison h3{color:#f5f5f5; text-align:center;}

.video-comparison .video-container video {
  width:95%; margin:0 auto;
}

.opening{
  padding-top:50px;
  padding-bottom:50px;
}

footer {
  padding: 30px 0;
}

p.lead {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

strong{
  font-weight:700;
}
.local-video-container video {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}

.image-bg .btn.btn-filled,
.image-bg .btn-filled:visited {
  background: #087bbb;
  border-color: #087bbb;
  color: #fff;
}

.center
{
  position: absolute;
  margin: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  bottom: -100px;
}

.center span
{
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
   
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 2px 0 2px 5px;
}

.unu
{
  margin-top: 4px;
}

.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
}

.trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
}

.mouse
{
height: 21px;
width: 14px;
  border-radius: 10px;
  transform: none;
  border: 2px solid white;
  top: 170px;
}

.apertura { 
  position:relative;  
  text-align:center; 
  height:400px;  
  background-image: url(../img/apertura.jpg); background-size:cover;
}   
.apertura div { position:absolute; top:30%; width:100%}
.apertura h2, .riapertura h2 { width:80%; margin:0 auto; max-width:900px; color:#FFF; font-weight:700 }

.riapertura{
  background-color:#292929;
  color:#f1f1f1;
  z-index:1;
  padding-top:100px;
  padding-bottom:50px;
}    

.riapertura h2 { width:80%; margin:0 auto; max-width:900px; color:#000;  }

.riapertura h2, .bg-secondary h3{ color:#f5f5f5;}


.bg-secondary{ padding:50px 0; background:#292929; border-bottom:1px solid #444; }

.local-video-container { margin-top: 24px }



.riapertura h2, .bg-secondary h2{ color:#f5f5f5;}

.video-container{
margin:50px auto ;
}
.rep-video-embed{

}

@media (min-width:768px){
  .image-edge .container{ padding-top:70px;}
}

.wheel
{
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
}

.wheel
{
  -webkit-animation: mouse-wheel 1.2s ease infinite;
  -moz-animation: mouse-wheel 1.2s ease infinite;
}

@-webkit-keyframes mouse-wheel
{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-moz-keyframes mouse-wheel
{
  0% { top: 1px; }
  50% { top: 2px; }
  100% { top: 3px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}