@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,700,300|Montserrat:400,700);
@import url(material-icons.css);
/*========================================================
                        Camera
=========================================================*/
.camera_container {
  position: relative;
  padding-bottom: 36.08398438%;
}
@media (max-width: 831.39377537px) {
  .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%;
  -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 (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;
}
.camera_caption > div {
  height: 100%;
}
.camera_caption p.h2 {
  color: #ffffff;
}
.camera_caption * + p {
  margin-top: 30px;
}
@media (max-width: 1399px) {
  .camera_caption .h2 {
    font-size: 35px;
    line-height: 35px;
  }
  .camera_caption .h1 {
    font-size: 32px;
    line-height: 35px;
  }
  .camera_caption p {
    font-size: 12px;
    line-height: 14px;
    padding: 0 10px;
  }
  .camera_caption * + p {
    margin-top: 15px;
  }
}
@media (max-width: 479px) {
  .camera_caption .h2 {
    font-size: 32px;
    line-height: 33px;
  }
  .camera_caption .h1 {
    font-size: 26px;
    line-height: 30px;
  }
}
.camera_caption a[href^="callto:"]:hover {
  color: #62B6FF !important;
}
.camera_caption a[href^="callto:"] span.material-icons-local_phone {
  display: inline-block;
  margin-right: 28px;
  font-size: 70px;
  color: #62B6FF;
}
.camera_caption a[href^="callto:"]:hover {
  color: #ffffff;
}
.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: #ffffff;
  z-index: 10;
  width: 53px;
  height: 53px;
  line-height: 53px;
  background: rgba(51, 51, 51, 0.8);
  -moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
  top: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.lt-ie9 .camera_next:before,
.lt-ie9 .camera_prev:before {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ff333333');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ff333333');
  zoom: 1;
}
.camera_next {
  right: 6%;
}
.camera_next:before {
  content: '\e5cc';
}
@media (max-width: 1500px) {
  .camera_next {
    right: 8.8%;
  }
}
.camera_prev {
  left: 3.3%;
}
.camera_prev:before {
  content: '\e5cb';
}
.camera_next:hover:before,
.camera_prev:hover:before {
  color: #62B6FF;
  background: #ffffff;
}
