.camera_container {
  position: relative;
  padding-bottom: 45%;
}
.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 {
  position: absolute;
  background: #ffffff url(../images/camera-loader.svg) no-repeat center;
  height: 36px;
  width: 36px;
  left: 50%;
  top: 50%;
  margin: -18px 0 0 -18px;
  overflow: hidden;
  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; }

/*================   pag   =====================*/

.camera .fa-chevron-down:before { padding: 0px; }
.camera_gradient {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(rgba(0,0,0,0) 20%, rgba(0,0,0,0.7));
	z-index: 0;
}
.camera_caption {
	position: absolute;
	width: 80%;
	left: 10%;
	bottom: 12%;
	z-index: 1;
}
.camera_caption a { display: block; }
.camera_caption h2 { color: #fff; font-weight: 700; }
.camera_caption p { color: #fff; }
.camera_pag_ul {
	position: absolute;
	width: 34px;
	border-radius: 20px;
	right: 2%;
	top: 90px;
	padding: 10px 0px;
	background-color: #fff !important;
	box-sizing: border-box;
}
.camera_pag_ul li {
  display: block;
  width: 14px;
  height: 14px;
  margin: 10px;
  padding: 0px;
  border-radius: 50%;
  line-height: 14px;
  text-align: center;
  cursor: pointer;
  background: #d1d1d1;
  transition: 0.3s all ease;
}
.camera_pag_ul li.cameracurrent,
.camera_pag_ul li:hover {
  background: #21a8b0;
}
.camera_pag_ul li > span {
  display: none;
}

/*================   next/prev   =====================*/

.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands {
	background: rgba(255, 255, 255, 0.2);
}
.camera_prev, 
.camera_next, 
.camera_commands {
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	height: 60px;
	width: 60px;
	z-index: 999;
	font-family: 'FontAwesome';
	color: #fff;
	font-size: 80px; 
	text-align: center;
	line-height: 53px;
}
.camera_commands { font-size: 25px; }
.camera_prev { left: 0; }
.camera_next { right: 0; }
.camera_commands { right: 61px; }

.camera_prev:before { content: "\f104"; }
.camera_next:before { content: "\f105"; }

.camera_commands > .camera_play { padding-top: 4px; }
.camera_commands > .camera_stop { padding-top: 4px; }

.camera_commands > .camera_play:before { content: "\f04b"; }
.camera_commands > .camera_stop:before { content: "\f04c"; display: block; }
