@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(../css/material-icons.css);
/*========================================================
                        Camera
=========================================================*/
.camera_container {
  position: relative;
  padding-bottom: 42.43164063%;
}
@media (max-width: 707.01956272px) {
  .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;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .camera_caption {
    width: 100%;
  }
}
.cameraContent .camera_caption {
  display: block;
}
.camera_link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
/*================   Custom Layout&Styles   =====================*/
.camera_caption {
  position: absolute;
  text-align: center;
}
.camera_caption > div {
  height: 100%;
}
@media (max-width: 1600px) {
  .camera_caption {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .camera_caption h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .camera_caption p {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 767px) {
  .camera_caption h1 {
    font-size: 26px;
    line-height: 27px;
  }
}
.camera_caption * + .btn {
  margin-top: 40px;
}
.camera_caption * + p {
  margin-top: 30px;
}
.camera_nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -33px;
  z-index: 10;
}
@media (max-width: 767px) {
  .camera_nav {
    display: none;
  }
}
@media (max-width: 991px) {
  .camera_nav {
    top: 90%;
  }
}
.camera_next,
.camera_prev {
  text-align: center;
  position: absolute;
  cursor: pointer;
}
.camera_next:before,
.camera_prev:before {
  display: inline-block;
  position: absolute;
  font-family: "Material Icons";
  font-size: 32px;
  color: #1A2452;
  z-index: 10;
  width: 49px;
  height: 49px;
  line-height: 49px;
  background: #ffffff;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
  top: 0;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.camera_next {
  right: 5.3%;
}
.camera_next:before {
  content: '\e5cc';
}
@media (max-width: 1500px) {
  .camera_next {
    right: 9.5%;
  }
}
.camera_prev {
  left: 4%;
}
.camera_prev:before {
  content: '\e5cb';
}
.camera_next:hover:before,
.camera_prev:hover:before {
  color: #ffffff;
  background: #1A2452;
}
