<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
* @subsection Camera.css
* @description a jQuery slideshow with many effects, transitions, easy to customize, using canvas and mobile ready, based on jQuery 1.4+
* Copyright (c) 2012 by Manuel Masia
* @link http://www.pixedelic.com
* @version v3.0.2
* @license MIT License - http://www.opensource.org/licenses/mit-license.php
*/
.camera_container {
  position: relative;
  padding-bottom: 52.73%;
}

@media (max-width: 663.75877px) {
  .camera_container {
    padding-bottom: 350px;
  }
}
.camera_wrap {
  text-align: center;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin-bottom: 0 !important;
  height: 100%;
  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: #fff 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: inline-block;
}

/*================   Custom Layout&amp;Styles   =====================*/
.camera_caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.camera_caption h1 {
  color: #fff;
}
.camera_caption h1 + h4 {
  margin-top: 15px;
  margin-left: -7px;
}
@media (min-width: 992px) {
  .camera_caption h1 + h4 {
    margin-top: 27px;
  }
}
.camera_caption &gt; div {
  height: 100%;
}
.camera_caption .container-fluid {
  height: 100%;
  position: relative;
  z-index: 1;
}
.camera_caption .container-fluid:before {
  position: absolute;
  content: "";
  top: 0;
  left: -440px;
  right: 0;
  height: 100%;
  width: 600%;
  z-index: -1;
  background: -webkit-linear-gradient(top, rgba(28, 29, 33, 0) 0%, #1c1d21 100%);
  background: linear-gradient(to bottom, rgba(28, 29, 33, 0) 0%, #1c1d21 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1d21', endColorstr='#1c1d21', GradientType=0 );
}
@media (min-width: 1500px) {
  .camera_caption .container-fluid:before {
    left: 43.4082%;
  }
}
.camera_caption .container-fluid .row {
  height: 100%;
}
.camera_caption .container-fluid .row .content-right {
  position: relative;
  height: 100%;
  z-index: 1;
}
@media (min-width: 1500px) {
  .camera_caption .container-fluid .row .content-right {
    margin-right: -15px;
  }
}
.camera_caption .container-fluid .row .content-right .box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (min-width: 1500px) {
  .camera_caption .container-fluid .row .content-right .box {
    padding-left: 135px;
    padding-right: 50px;
    top: auto;
    left: 0;
    bottom: 131px;
    text-align: left;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.camera_nav {
  position: relative;
  top: 94%;
}
@media (min-width: 480px) {
  .camera_nav {
    top: 50%;
  }
}
@media (min-width: 1500px) {
  .camera_nav {
    width: 86.43%;
    margin-left: auto;
    margin-right: auto;
  }
}

.camera_prev, .camera_next {
  outline: none;
  display: inline-block;
  z-index: 2;
  cursor: pointer;
  position: absolute;
  color: #fff;
  -webkit-transition: 0.35s all ease;
  transition: 0.35s all ease;
}
.camera_prev:before, .camera_next:before {
  font-family: "Material Icons";
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 37px;
}
.camera_prev:hover:before, .camera_next:hover:before {
  color: #f2462e;
}
.camera_prev:hover:active, .camera_next:hover:active {
  color: #f2462e;
}

.camera_prev {
  left: 30%;
}
.camera_prev:before {
  content: "\e5cb";
}
@media (min-width: 480px) {
  .camera_prev {
    left: 25px;
  }
}
@media (min-width: 1500px) {
  .camera_prev {
    left: 10px;
  }
}

.camera_next {
  right: 30%;
  -ms-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.camera_next:before {
  content: "\e5cc";
}
@media (min-width: 480px) {
  .camera_next {
    right: 25px;
  }
}
@media (min-width: 1500px) {
  .camera_next {
    right: 10px;
  }
}
</pre></body></html>