@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Raleway:400,300,600,800,700,500);
/*========================================================
                        Camera
=========================================================*/
.camera_container {
  position: relative;
  padding-bottom: 25%;
}
@media (max-width: 1281.25px) {
  .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: #ffffff 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;*/
  position: relative;
  margin: 1px 0 100px 0;
  background: rgba(58, 58, 58, 0.39) none repeat scroll 0 0;
  box-sizing: border-box;
  display: block;
  left: 0;
  text-align: left;
  top: 49px;
  width: 570px;
  z-index: 0;
}
.cameraContent .camera_caption {
  display: block;
  margin-left: 10%;
  height: 65%
}
/*================   Custom Layout&Styles   =====================*/
.aspectratio {

}
.camera_caption {
  padding: 30px 20px 30px 20px;
}
.camera_caption * + h4 {
  margin-top: 7px;
}
.camera_caption * + h8 {
  margin-top: 7px;
}
.camera_caption > div {
  height: 100%;
}
.camera_next,
.camera_prev {
  position: absolute;
  z-index: 10;
  top: 80%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font: 400 40px 'FontAwesome';
  line-height: 100px;
  color: #fff;
  cursor: pointer;
  transition: .3s color ease;
}
.camera_next:hover,
.camera_prev:hover {
  color: #465677;
}
.camera_next {
  right: 117px;
}
.camera_next:before {
  content: "\f105";
}
.camera_prev {
  left: 117px;
}
.camera_prev:before {
  content: "\f104";
}
@media (max-width: 1480px) {
  .camera_caption {
    padding: 30px 20px 30px 20px;
	height: 72% !important;
  }
  .camera_next,
  .camera_prev {
    top: 80%;
  }
  .camera_next {
    right: 60px;
  }
  .camera_prev {
    left: 60px;
  }
}
@media (max-width: 768px) {
  .camera_caption {
    padding: 30px 20px 30px 20px;
  }
}
@media (max-width: 767px) {
  .camera_next,
  .camera_prev {
    display: none;
  }
}
@media (max-width: 640px) {
  .camera_caption {
    padding: 30px 20px 30px 20px;
	margin-left: 0 !important;
	width: 100%;
	height: 90% !important;
  }
}
