@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Lato:400,100,100italic,300italic,300,400italic,700,700italic,900,900italic);
/*========================================================
                        Camera
=========================================================*/
.camera_container {
  position: relative;
 /* height: 94vh !important;*/
  overflow: hidden;
}
@media (max-width: 758.89328063px) {
  .camera_container {
    padding-bottom: 300px;
  }
}
.camera_wrap {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin-bottom: 0 !important;
  height: 585px !important;
  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;
}
.cameraContent .camera_caption {
  display: block;
}
/*================   Custom Layout&Styles   =====================*/
.camera_prev,
.camera_next {
  position: absolute;
  top: 45%;
  display: inline-block;
  text-align: center;
  width: 69px;
  height: 69px;
  font-size: 65px;
  line-height: 64px;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  z-index: 2;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.lt-ie9 .camera_prev,
.lt-ie9 .camera_next {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff');
  zoom: 1;
}
.camera_prev:before,
.camera_next:before {
  font-family: "FontAwesome";
  color: #000;
  opacity: 0.37;
  filter: alpha(opacity=37);
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.lt-ie9 .camera_prev:before,
.lt-ie9 .camera_next:before {
  filter: alpha(opacity=37);
}
.camera_prev:hover:before,
.camera_next:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.lt-ie9 .camera_prev:hover:before,
.lt-ie9 .camera_next:hover:before {
  filter: alpha(opacity=100);
}
.camera_prev:hover,
.camera_next:hover {
  background: #ffffff;
}
.lt-ie9 .camera_prev:hover,
.lt-ie9 .camera_next:hover {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff');
  zoom: 1;
}
@media (max-width: 767px) {
  .camera_prev,
  .camera_next {
    display: none;
  }
}
.camera_prev {
  left: 45px;
}
.camera_prev:before {
  content: '\f104';
}
.camera_next {
  right: 45px;
}
.camera_next:before {
  content: '\f105';
}
@media (max-width: 1420px) {
  .camera_prev {
    left: 10px;
  }
  .camera_next {
    right: 10px;
  }
}
.camera_caption {
  display: block;
  position: absolute;
  top: 26%;
  left: 0px;
  right: 0px;
}
.camera_caption h2 {
  color: #fff;
}
@media (max-width: 1420px) {
  .camera_caption h2 {
    text-align: left;
    /*text-shadow: 0px 0px 12px rgba(0,0,0,0.4);*/
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .camera_caption h2 {
    font-size: 90px;
    line-height: 110px;
  }
  .camera_wrap{
		height: 500px !important;
	}
	.camera_container{
		height: 500px !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
  .camera_caption h2 {
    font-size: 70px;
    line-height: 65px;
  }
  .camera_caption h3 {
    font-size: 25px;
    line-height: 25px;
  }
  .camera_wrap{
		height: 400px !important;
	}
	.camera_container{
		height: 400px !important;
	}
}
@media (max-width: 767px) {
  .camera_caption h2 {
    font-size: 40px;
    line-height: 66px;
  }
}
@media (max-width: 580px) {
  .camera_caption h2 {
    font-size: 25px;
    line-height: 40px;
  }
}
@media (max-width: 550px) {
  .camera_container{
	  height:150px !important;
    padding-bottom: 0px !important;
	 }
   .bg-primary{
    background-position: -220px center;
   }
   .bg1{
    background-position: 280px center;
   }
   .bg2{
    background-position: -220px center;
   }
	.camera_wrap{
		height:300px !important;
	}
}
.camera_caption > div {
  padding: 0;
}
@media (max-width: 1300px) {
  .camera_caption {
    top: 25%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .camera_caption {
    top: 20%;
  }
}
@media (max-width: 767px) {
  .camera_caption {
    left: 42px;
    right: 42px;
  }
}