/*========================================================
                        Camera
=========================================================*/
.camera_container {
  position: relative;
  padding-bottom: 38.683%;
}

.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 #FFF;
  height: 50px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  margin: -18px 0 0 -18px;
  top: 50%;
  width: 50px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  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;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  -moz-transform: translateY(-65%);
  -ms-transform: translateY(-65%);
  -o-transform: translateY(-65%);
  -webkit-transform: translateY(-65%);
  transform: translateY(-65%);
}
.camera_caption_bg {
  background: rgba(255, 255, 255, 0.3);
  padding: 20px;
}
.camera_caption > div {
  height: 100%;
}
.camera_caption ul + h2 {
  margin-top: 22px;
  color: #000;
  font-weight: 700;
  font-size: 40px;
}
.glow {
  color: #444;
  text-shadow: 
    1px 0px 1px #333, 0px 1px 1px #444, 
    2px 1px 1px #333, 1px 2px 1px #444,
    3px 2px 1px #333, 2px 3px 1px #444,
    4px 3px 1px #333, 3px 4px 1px #444,
    5px 4px 1px #333, 4px 5px 1px #444,
    6px 5px 1px #333, 5px 6px 1px #444,
    7px 6px 1px #333;
}
.close {
  color: #202c2d;
  text-shadow:
    0 1px #808d93,
    -1px 0 #cdd2d5,
    -1px 2px #808d93,
    -2px 1px #cdd2d5,
    -2px 3px #808d93,
    -3px 2px #cdd2d5,
    -3px 4px #808d93,
    -4px 3px #cdd2d5,
    -4px 5px #808d93,
    -5px 4px #cdd2d5,
    -5px 6px #808d93,
    -6px 5px #cdd2d5;
}
.textbg {
	background: #fff;
  	opacity: 0.60;
  	padding: 20px;
	width: 60%;
	margin: 0 auto;
	border-bottom-left-radius: 15px;
	border-top-right-radius: 15px;
}
.camera_caption h2 + h3 {
  margin-top: 18px;
  font-size: 40px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .camera_caption h2 + h3, .camera_caption ul + h2 {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .camera_caption h2 + h3, .camera_caption ul + h2 {
    margin-top: 5px;
  }
}

.camera_list {
  position: relative;
}
.camera_list > li {
  display: inline-block;
  font-size: 50px;
  line-height: 50px;
  color: #78299c;
}
.camera_list:before, .camera_list:after {
  position: absolute;
  content: '\f111';
  font-family: 'FontAwesome';
  top: 44px;
  color: #daae4f;
  font-size: 14px;
  line-height: 14px;
}
.camera_list:before {
  margin-left: -33px;
}
.camera_list:after {
  margin-left: 18px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .camera_list > li {
    font-size: 70px;
    line-height: 70px;
  }
  .camera_list:before, .camera_list:after {
    top: 24px;
  }
  .camera_list:before {
    margin-left: -33px;
  }
  .camera_list:after {
    margin-left: 18px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .camera_list > li {
    font-size: 30px;
    line-height: 30px;
  }
  .camera_list:before, .camera_list:after {
    top: 11px;
  }
  .camera_list:before {
    margin-left: -19px;
  }
  .camera_list:after {
    margin-left: 13px;
  }
}
@media (max-width: 479px) {
  .camera_list {
    display: none;
  }
}

.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_next, .camera_prev {
  position: absolute;
  color: #000;
  cursor: pointer;
  font-size: 50px;
  line-height: 70px;
  font-family: 'arrows';
  font-weight: bold;
  top: 60%;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: -100px;
  z-index: 5;
  background: rgba(255, 255, 255, 0.3);
  padding: 0 10px;
}
.camera_next:hover, .camera_prev:hover {
  color: #daae4f;
}
.camera_next:active, .camera_prev:active {
  color: #a17922;
}
.camera_next {
  right: 0px;
}
.camera_prev {
  left: 0px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .camera_next, .camera_prev {
    margin-top: -50px;
  }
  .camera_next {
    right: 20px;
  }
  .camera_prev {
    left: 20px;
  }
}
@media (max-width: 767px) {
  .camera_next {
    right: 10px;
  }
  .camera_prev {
    left: 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .camera_next, .camera_prev {
    margin-top: -15px;
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 479px) {
  .camera_next, .camera_prev {
    margin-top: -10px;
    font-size: 20px;
    line-height: 20px;
  }
}

.camera_next:before {
  content: '\e008';
}

.camera_prev:before {
  content: '\e009';
}