/**************************
*
*	GENERAL
*
**************************/
.slider_wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
.camera_target_content {
  overflow: visible !important;
}
.camera_wrap {
  display: none;
  position: relative;
  overflow: visible !important;
  z-index: 0;
  margin: 0!important;
}
.camera_wrap img {
  max-width: 10000px;
}
.camera_fakehover {
  height: 100%;
  min-height: 60px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.camera_src {
  display: none;
}
.camera_caption {
  position: relative;
  width: 100%;
}
.camera_caption .year {
  position: absolute;
  left: 29px;
  top: 30px;
  background: #e22323;
  color: #ffffff;
  font-size: 31px;
  line-height: 39px;
  padding: 0 9px;
  font-weight: 900;
}
.cam_wrap {
  position: relative;
  bottom: -344px;
  padding: 22px 27px 24px;
  background: url(../images/slide_bg.png) 0 0 repeat;
}
.cam_wrap p {
  line-height: 23px;
}
.title {
  color: #e22323;
  font-size: 37px;
  line-height: 41px;
  font-weight: 700;
  text-transform: uppercase;
}
.title span {
  color: #ffffff;
  font-weight: 400;
}
.cameraCont,
.cameraContents {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cameraSlide {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.cameraContent {
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.camera_target {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: left;
  top: 0;
  width: 100%;
  z-index: 0;
}
.camera_overlayer {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
.camera_target_content {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  box-shadow: 0px 0px 8px #c3c3c3;
}
.camera_target_content .camera_link {
  background: url(../images/blank.gif);
  display: block;
  height: 100%;
  text-decoration: none;
}
.camera_loader {
  background: #ffffff url(../images/camera-loader.gif) no-repeat center;
  background: rgba(255, 255, 255, 0.6) url(../images/camera-loader.gif) no-repeat center;
  border: 1px solid #ffffff;
  border-radius: 18px;
  height: 36px;
  left: 48%;
  overflow: hidden;
  position: absolute;
  margin: 0;
  top: 40%;
  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;
}
.camera_commands > .camera_stop {
  display: none;
}
.camera_clear {
  display: block;
  clear: both;
}
.showIt {
  display: none;
}
.camera_clear {
  clear: both;
  display: block;
  height: 1px;
  margin: -1px 0 25px;
  position: relative;
}
.camera_pag {
  width: auto;
  z-index: 1;
  position: relative;
  bottom: -12px;
  text-align: center;
  overflow: hidden;
}
.camera_wrap .camera_pag .camera_pag_ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.camera_wrap .camera_pag .camera_pag_ul li {
     margin: 0;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    width: 15px;
    background:#00426e;
    position: relative;
    text-align: left;
    text-indent: -9999px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.camera_wrap .camera_pag .camera_pag_ul li:hover {background: #8ad329;}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent{background: #8ad329;}

.camera_wrap .camera_pag .camera_pag_ul li + li {
  margin-left: 5px;
}
.camera_pag_ul li img {
  display: none;
  position: absolute;
}
.camera_pag_ul .thumb_arrow {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid;
  top: 0;
  left: 50%;
  margin-left: -4px;
  position: absolute;
}
.camera_prev,
.camera_next {
  cursor: pointer;
  position: absolute;
  top: 30.8%;
  left: 21px;
  z-index: 999;
  display: inline-block;
  opacity: 1;
  transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.camera_next {
  right: 21px;
}
.camera_prev:after {
  content: '\f104';
  position: absolute;
  top: 0;
  left: 0;
  font: normal normal 49px 'FontAwesome';
  color: #000000;
}
.camera_next:after {
  content: '\f105';
  position: absolute;
  top: 0;
  right: 0;
  font: normal normal 49px 'FontAwesome';
  color: #000000;
}
.camera_prev:hover:after,
.camera_next:hover:after {
  color: #e22323;
}
/* =====================Responsive=====================*/
@media only screen and (max-width: 1199px) {
  .cam_wrap {
    bottom: -322px;
    padding: 20px 27px;
  }
}
@media only screen and (max-width: 995px) {
  .cam_wrap {
    bottom: -303px;
  }
  .title {
    font-size: 26px;
    line-height: 36px;
  }
  .camera_prev,
  .camera_next {
    left: 6px;
    top: 36%;
  }
  .camera_next {
    right: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .cam_wrap {
    display: none;
  }
  .camera_prev,
  .camera_next {
    left: -40px;
    top: 40%;
  }
  .camera_next {
    right: -40px;
  }
  .camera_caption .year {
    background: none repeat scroll 0 0 #e22323;
    color: #ffffff;
    font-size: 25px;
    font-weight: 900;
    left: 20px;
    line-height: 39px;
    padding: 0 7px;
    position: absolute;
    top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .camera_prev,
  .camera_next {
    left: -17px;
    top: 45%;
  }
  .camera_next {
    right: -17px;
  }
  .camera_caption .year {
    display: none;
  }
}
