/* ======= Camera Wrapper ======= */
.slider-wrapper {
  position: relative;
  z-index: 1;
  height: 700px;
}
.slider-wrapper img.label {
  display: none;
  position: absolute;
  z-index: 20;
  margin-left: -202px;
  margin-top: -265px;
  left: 50%;
  top: 50%;
}
@media (max-width: 1600px) {
  .slider-wrapper img.label {
    width: 310.7692307692308px;
    height: 302.3076923076923px;
    margin-left: -155.3846153846154px;
    margin-top: -225.15384615384616px;
  }
}
@media (max-width: 1330px) {
  .slider-wrapper img.label {
    width: 278.62068965517244px;
    height: 271.0344827586207px;
    margin-left: -139.31034482758622px;
    margin-top: -189.51724137931035px;
  }
}
@media (max-width: 979px) {
  .slider-wrapper img.label {
    width: 252.5px;
    height: 245.625px;
    margin-left: -126.25px;
    margin-top: -176.8125px;
  }
}
@media (max-width: 767px) {
  .slider-wrapper img.label {
    margin-top: -152.8125px;
  }
}
/* ======= Caption Styles ======= */
.caption {
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #000000;
  background: url(../images/background1.png) repeat-y center;
  background-size: cover;
  display: block;
  position: absolute;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 13px 0 35px 100px;
  z-index: 199;
}
.caption .slogan {
  float: left;
  font: 300 30px/30px "Roboto", sans-serif;
  color: #ffffff;
  margin-top: 8px;
}
@media (max-width: 1199px) {
  .caption .slogan {
    font-size: 19px;
  }
}
@media (max-width: 979px) {
  .caption .slogan {
    font-size: 11px;
  }
}
.caption .address {
  float: right;
  margin-bottom: 14px;
}
.caption .address .phone,
.caption .address .location {
  display: inline-block;
  font: 900 12px/12px "Roboto", sans-serif;
  color: #ffdd47;
  position: relative;
}
.caption .address .phone span,
.caption .address .location span {
  display: block;
}
.caption .address .phone span + span,
.caption .address .location span + span {
  margin-top: 3px;
}
.caption .address .phone {
  width: 210px;
  margin-top: 9px;
  padding-left: 28px;
}
.caption .address .phone:before {
  font-family: FontAwesome;
  font-size: 30px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: '\f095';
  top: 12px;
  left: 0;
  color: #ffdd47;
}
.caption .address .location {
  width: 150px;
  padding-left: 32px;
}
.caption .address .location:before {
  font-family: FontAwesome;
  font-size: 42px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: '\f041';
  top: 16px;
  left: 0;
  color: #ffdd47;
}
@media (max-width: 767px) {
  .caption {
    display: none;
  }
}
/* ======= Navigation Styles ======= */
.camera_prev {
  left: 40px;
  bottom: 80px;
  position: absolute;
}
.camera_prev span {
  display: block;
  position: relative;
  z-index: 200;
}
.camera_prev span:hover {
  cursor: pointer;
}
.camera_prev span:hover:before {
  color: #ec8916;
  cursor: pointer;
}
.camera_prev span:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: FontAwesome;
  font-size: 56px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: '\f104';
  color: #bcb0aa;
  cursor: pointer;
}
.camera_next {
  left: 64px;
  bottom: 80px;
  position: absolute;
}
.camera_next span {
  display: block;
  position: relative;
  z-index: 200;
}
.camera_next span:hover {
  cursor: pointer;
}
.camera_next span:hover:before {
  color: #ec8916;
  cursor: pointer;
}
.camera_next span:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: FontAwesome;
  font-size: 56px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: '\f105';
  color: #bcb0aa;
  cursor: pointer;
}
/* ======= General ======= */
.camera_wrap a,
.camera_wrap img,
.camera_wrap ol,
.camera_wrap ul,
.camera_wrap li,
.camera_wrap table,
.camera_wrap tbody,
.camera_wrap tfoot,
.camera_wrap thead,
.camera_wrap tr,
.camera_wrap th,
.camera_wrap td .camera_thumbs_wrap a,
.camera_thumbs_wrap img,
.camera_thumbs_wrap ol,
.camera_thumbs_wrap ul,
.camera_thumbs_wrap li,
.camera_thumbs_wrap table,
.camera_thumbs_wrap tbody,
.camera_thumbs_wrap tfoot,
.camera_thumbs_wrap thead,
.camera_thumbs_wrap tr,
.camera_thumbs_wrap th,
.camera_thumbs_wrap td {
  background: none;
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  list-style: none;
}
.camera_wrap {
  display: none;
  float: left;
  position: relative;
  z-index: 0;
}
.camera_wrap img {
  max-width: none!important;
}
.camera_fakehover {
  height: 100%;
  min-height: 60px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.camera_wrap {
  width: 100%;
}
.camera_src {
  display: none;
}
.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;
}
.camera_target_content .camera_link {
  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.9) url(../images/camera-loader.gif) no-repeat center;
  border: 1px solid #ffffff;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  height: 36px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  margin: -18px 0 0 -18px;
  top: 50%;
  width: 36px;
  z-index: 3;
}
.camera_bar {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.camera_thumbs_wrap.camera_left .camera_bar,
.camera_thumbs_wrap.camera_right .camera_bar {
  height: 100%;
  position: absolute;
  width: auto;
}
.camera_thumbs_wrap.camera_bottom .camera_bar,
.camera_thumbs_wrap.camera_top .camera_bar {
  height: auto;
  position: absolute;
  width: 100%;
}
.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 {
  left: 0;
  position: relative;
  right: 0;
  z-index: 4;
}
.camera_command_wrap .hideNav {
  display: none;
}
.showIt {
  display: none;
}
.camera_clear {
  clear: both;
  display: block;
  height: 1px;
  margin: -1px 0 25px;
  position: relative;
}
.camera_caption {
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
}
