@charset "UTF-8";
/*========================================================
						Camera
=========================================================*/
.camera_container {
  position: relative;
  padding-bottom: 34.53659%;
  text-align: center;
}
.camera_container h2 {
  font-weight: 700;
  font-size: 3.33333rem;
  color: #fff;
  text-transform: none;
}
.camera_container * + .btn-2 {
  margin-top: 3.88889rem;
}

@media (max-width: 1013.41808px) {
  .camera_container {
    padding-bottom: 350px;
  }
}
.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_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 {
  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: #fff 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;
}

.cameraContent .camera_caption {
  display: block;
}

/*================   Custom Layout&Styles   =====================*/
.camera_caption {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font-size: 42px;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
}
@media (min-width: 1200px) {
  .camera_caption {
    font-size: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .camera_caption {
    font-size: 58px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .camera_caption {
    font-size: 46px;
  }
}
.camera_caption > div {
  height: 100%;
}

.camera_pag_ul {
  text-align: center;
}
.camera_pag_ul li {
  display: inline-block;
  width: 8px;
  height: 8px;
  line-height: 8px;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #888;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.camera_pag_ul li.cameracurrent, .camera_pag_ul li:hover {
  background: #333;
}
.camera_pag_ul li + li {
  margin-left: 4px;
}
.camera_pag_ul li > span {
  display: none;
}

.camera_prev,
.camera_next {
  z-index: 999;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 69px;
  height: 69px;
  background: rgba(0, 0, 0, 0.31);
  color: #fff;
  font-family: "FontAwesome";
  font-size: 65px;
  line-height: 69px;
  text-align: center;
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.camera_prev:hover,
.camera_next:hover {
  background: rgba(0, 0, 0, 0.8);
}
@media (max-width: 767px) {
  .camera_prev,
  .camera_next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 32px;
    -webkit-transform: translateY(-84%);
    -ms-transform: translateY(-84%);
    transform: translateY(-84%);
  }
}

.camera_next {
  right: 40px;
}
.camera_next:before {
  padding-left: 8px;
  content: "";
}

.camera_prev {
  left: 40px;
}
.camera_prev:before {
  padding-right: 8px;
  content: "";
}

@media (max-width: 1480px) {
  .camera_caption {
    padding-bottom: 80px;
  }

  .camera_nav {
    position: absolute;
    bottom: -34px;
    right: 0;
  }
  .camera_nav .camera_prev,
  .camera_nav .camera_next {
    top: auto;
    left: auto;
    right: auto;
    position: relative;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .camera_caption {
    text-align: center;
  }
  .camera_caption br {
    display: none;
  }
}
