/*========================================================
                        Camera
=========================================================*/
.camera_container {
  position: relative;
  padding-bottom: 46%;
}

@media (max-width: 652.17391px) {
  .camera_container {
    padding-bottom: 300px;
  }
}

.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;
  max-width: 630px;
  color: #FFF;
  top: 63.2%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.camera_caption .btn {
  font-size: 16px;
  line-height: 17px;
  font-weight: 700;
  text-transform: none;
  color: #FFF;
  background: #000000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 17px 25px;
}

.camera_cnt {
  padding: 20px 20px 20px 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: rgba(102, 204, 102, 0.4);
  text-align: left;
}

.camera_caption .btn:hover {
  background: #66CC66;
  color: #000000;
}

.camera_caption .btn:active {
  background: #66CC66;
  color: #000000;
}

.camera_caption > div {
  height: 100%;
}

.camera_caption * + .btn {
  margin-top: 28px;
}

.camera_nav {
  position: absolute;
  bottom: 97px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 22;
}

.camera_next, .camera_prev {
  display: inline-block;
  height: 34px;
  width: 34px;
  background: rgb(0, 0, 0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.camera_next:before, .camera_prev:before {
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  color: #FFF;
  font-size: 17px;
  line-height: 34px;
  font-weight: 900;
  font-family: "FontAwesome";
  z-index: 221;
}

.camera_next:hover, .camera_prev:hover {
  cursor: pointer;
  background: #66CC66;
}

.camera_next:hover:before, .camera_prev:hover:before {
  color: #000;
}

.camera_prev:before {
  content: '\f104';
}

.camera_next:before {
  content: '\f105';
}

.camera_prev + .camera_next {
  margin-left: 7px;
}

@media (max-width: 1500px) {
  .camera_nav {
    bottom: 10px;
  }
}

@media (max-width: 1250px) {
  .camera_caption {
    top: 70%;
  }
  
  .camera_caption h2 {
    font-size: 28px;
    line-height: 32px;
  }
  
  .camera_caption * + .btn {
    margin-top: 7px;
  }
}

@media (max-width: 979px) {
  .camera_prev + .camera_next {
    margin-left: 207px;
  }
}

@media (max-width: 767px) {
  .camera_nav {
    display: none;
  }
  
  .camera_caption {
    top: 60%;
  }
  
  .camera_caption h2 {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 479px) {
  .camera_caption {
    top: 60%;
  }
  
  .camera_caption .btn {
    font-size: 16px;
    line-height: 19px;
  }
}
