@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(//fonts.googleapis.com/css?family=Lato:400,700,300);
@import url(../css/fl-36-slim-icons.css);
@import url(../css/fl-bigmug-line.css);
/*========================================================
                        Camera
=========================================================*/
.camera_container {
  position: relative;
  padding-bottom: 48.7317%;
}
@media (max-width: 718.21832606px) {
  .camera_container {
    padding-bottom: 232px;
  }
}


.video_wrap {
  /*Ajuste a largura e altura desejadas aqui*/
  width: 100%;
  height: 800px;
  /*isto fará o elemento video e o .container se adaptarem ao .wrap*/
  position: relative;
 
}

.camera_wrap > .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; /*apenas um -1 é necessário quando se trabalha com relative + absolute, sendo pai e filho*/
  width: 100%;
  height: 100%;
  overflow: hidden; /* evita do video passar a altura desejada do .wrap */

}
.camera_wrap > .bg-video > video {
  width: 100%;

}


.camera_wrap {
  /*display: none;*/
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin-bottom: 0 !important;
  height: 100%;
  background: #fff;
  z-index: 0;
}
.camera_wrap img {
  max-width: none !important;
}

.camera_wrap video {
  max-width: none !important;
}
.camera_fakehover {
  height: 100%;
  min-height: 60px;
  position: relative;
  width: 100%;
}
.camera_src {
  display: none;
}
.cameraCont,
.cameraContents {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cameraSlide {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.cameraContent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
}
.camera_target {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  text-align: left;
  z-index: 0;
}
.camera_overlayer {
  background: url("../../../../08.2015/05.Mira.26501.helg.bootstrap/26501/site_livedemo/images/bg-img.png") repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 0;
}
.camera_target_content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 2;
}
.camera_loader {
  background: #ffffff url(../images/camera-loader.gif) no-repeat center;
  border: 1px solid #ffffff;
  border-radius: 18px;
  height: 36px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  margin: -18px 0 0 -18px;
  top: 50%;
  width: 36px;
  z-index: 3;
}
.camera_nav_cont {
  height: 65px;
  overflow: hidden;
  position: absolute;
  right: 9px;
  top: 15px;
  width: 120px;
  z-index: 4;
}
.camerarelative {
  overflow: hidden;
  position: relative;
}
.imgFake {
  cursor: pointer;
}
.camera_command_wrap .hideNav {
  display: none;
}
.camera_command_wrap {
  left: 0;
  position: relative;
  right: 0;
  z-index: 4;
}
.showIt {
  display: none;
}
.camera_clear {
  clear: both;
  display: block;
  height: 1px;
  margin: -1px 0 25px;
  position: relative;
}
.camera_caption {
  display: none;
  position: absolute;
  max-width: 1170px;
  top: 50%;
  left: 50%;
  width: 100%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cameraContent .camera_caption {
  display: block;
}
.camera_link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
/*================   Custom Layout&Styles   =====================*/
.camera_caption {
  position: absolute;
}
.camera_caption * {
  color: #ffffff;
}
.camera_caption * + .btn {
  margin-top: 50px;
}
@media (max-width: 1700px) {
  .camera_caption h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .camera_caption h3 span.lead {
    font-size: 60px;
    line-height: 90px;
  }
}
@media (max-width: 767px) {
  .camera_caption {
    top: 60%;
  }
}
.camera_caption > div {
  height: 100%;
}
.camera_pag {
  position: absolute;
  left: 0;
  right: 0;
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  bottom: 10%;
  z-index: 99;
}
.camera_pag_ul {
  text-align: left;
}
.camera_pag_ul li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.lt-ie9 .camera_pag_ul li {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff');
  zoom: 1;
}
.camera_pag_ul li.cameracurrent,
.camera_pag_ul li:hover {
  background: #17dda3;
}
.camera_pag_ul li + li {
  margin-left: 4px;
}
.camera_pag_ul li > span {
  display: none;
}
@media (max-width: 767px) {
  .camera_pag {
    display: none;
  }
}
@media (max-width: 1400px) {
  .camera_caption {
    text-align: center;
  }
  .camera_caption h3 {
    font-size: 20px;
    line-height: 25px;
  }
  .camera_caption h3 span.lead {
    font-size: 25px;
    line-height: 45px;
  }
  .camera_caption .btn {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .camera_caption * + .btn {
    margin-top: 20px;
  }
  .camera_pag {
    max-width: 100%;
  }
  .camera_pag_ul {
    text-align: center;
  }
}
@media (max-width: 1400px) and (max-width: 991px) {
  .camera_caption p {
    display: none;
  }
}
