/*========================================================
                        Camera
=========================================================*/
/*
* @section Variables
*/
/*
* @subsection Fonts
*/
/*
* @subsection Colors
*/
/*
* @subsection Screen sizes
*/
/*
* @subsection Border radius
*/
/*
* @subsection Shadows
*/
.camera_container {
  position: relative;
  padding-bottom: 700px;
  overflow: hidden;
  max-height: 700px;
}
@media (min-width: 2050px) {
  .camera_container .camera_container {
    padding-bottom: 34.14634%;
  }
}

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

.camera_wrap img {
  max-width: none !important;
  height: 100%;
}

.camera_fakehover {
  height: 100%;
  min-height: 60px;
  position: relative;
  width: 100%;
}

.camera_src {
  display: none;
}

.cameraCont, .cameraContents {
  height: 100%;
  width: 100%;
  max-width: none;
  position: relative;
  z-index: 1;
}
.cameraCont .btn, .cameraContents .btn {
  z-index: 10;
  position: absolute;
  top: 60%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .cameraCont .btn, .cameraContents .btn {
    top: 50%;
  }
}

.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: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.camera_caption > div {
  padding-top: 120px;
  position: static;
  height: 100%;
}
.camera_caption > div h1, .camera_caption > div h2, .camera_caption > div h3, .camera_caption > div h4, .camera_caption > div h5, .camera_caption > div h6,
.camera_caption > div .heading-1, .camera_caption > div .heading-2, .camera_caption > div .heading-3, .camera_caption > div .heading-4, .camera_caption > div .heading-5, .camera_caption > div .heading-6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: rgba(249, 249, 249, 0.7);
}
@media (min-width: 768px) {
  .camera_caption > div {
    padding-top: 71px;
  }
  .camera_caption > div h1, .camera_caption > div h2, .camera_caption > div h3, .camera_caption > div h4, .camera_caption > div h5, .camera_caption > div h6,
  .camera_caption > div .heading-1, .camera_caption > div .heading-2, .camera_caption > div .heading-3, .camera_caption > div .heading-4, .camera_caption > div .heading-5, .camera_caption > div .heading-6 {
    padding: 0;
    background: transparent;
  }
}

.camera_pag_ul {
  position: relative;
  top: -109px;
  text-align: center;
}
.camera_pag_ul li {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 8px solid #fff;
  border-radius: 50%;
  background: transparent;
  -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 {
  background: #fff;
}
.camera_pag_ul li:hover {
  background: transparent;
  border-color: #ffb619;
}
.camera_pag_ul li + li {
  margin-left: 10px;
}
.camera_pag_ul li > span {
  display: none;
}

.camera_nav {
  display: none;
  position: absolute;
  top: 50%;
  left: 15%;
  right: 15%;
  height: 0;
  margin-top: 0;
  padding-left: 5px;
  padding-right: 5px;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .camera_nav {
    display: block;
  }
}
.camera_nav:before, .camera_nav:after {
  display: table;
  content: "";
  line-height: 0;
}
.camera_nav:after {
  clear: both;
}

.camera_next, .camera_prev {
  margin-top: -36px;
  display: block;
  cursor: pointer;
}
.camera_next:before, .camera_prev:before {
  font-family: "FontAwesome";
  font-size: 60px;
  color: #e4eeeb;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.camera_next:hover:before, .camera_prev:hover:before {
  color: #fff;
}

.camera_next {
  float: right;
}
.camera_next:before {
  content: '\f054';
}

.camera_prev {
  float: left;
}
.camera_prev:before {
  content: '\f053';
}
