@import url("https://fonts.googleapis.com/css?family=Lato:400,900|Roboto|PT+Serif:700,700i");
.btn-primary {
  padding: 8px 12px;
  font-size: 11pt;
  border: 2px solid #1d1e1f !important;
  background: #1d1e1f;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "Lato";
  outline: 0 !important;
  border-radius: 20px;
}
.btn-primary:hover, .btn-primary:focus {
  background: #fff;
  border-color: #fff !important;
  color: #1d1e1f;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
.btn-primary:active {
  background: #fff !important;
  color: #777 !important;
}

.hide, .hidden {
  display: none;
}

.mobile-view {
  display: none !important;
}

.header {
  z-index: 1000;
  position: fixed;
  top: 0;
  background: #000;
  color: #fff;
  width: 100%;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
}
.header div {
  display: inline;
}
.header a {
  padding: 0 10px;
  color: #fff;
  text-decoration: underline;
}
.header a:hover {
  text-decoration: none;
}

html, body {
  background: #111;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: grayscale;
  font-family: "Lato", sans-serif;
  font-size: 12pt;
}

.content main {
  min-height: 100vh;
  position: relative;
}
.content.with-header {
  margin-top: 35px;
}
.content.with-header #right-bar, .content.with-header #right-street-view-bar {
  top: 35px;
}
.content.with-header #property-viewer {
  height: -o-calc(100% - 10px - 35px);
  height: calc(100% - 10px - 35px);
}
.content.with-header main {
  min-height: -o-calc(100vh - 35px);
  min-height: calc(100vh - 35px);
}
.content.with-header #content {
  min-height: -o-calc(100vh - 35px);
  min-height: calc(100vh - 35px);
}
.content.with-header #content #map {
  height: -o-calc(100vh - 35px);
  height: calc(100vh - 35px);
}
.content.with-header #home-wrap {
  height: -o-calc(100vh - 35px);
  height: calc(100vh - 35px);
}
.content.with-header #home-btn {
  top: -o-calc(20px + 35px);
  top: calc(20px + 35px);
}

#skip-button, #apps-button {
  position: fixed;
  bottom: 30px;
  color: #fff;
  right: 30px;
  padding: 20px 40px;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.67);
  text-transform: uppercase;
  font-size: 14pt;
  font-weight: 600;
  letter-spacing: 2px;
  transition: all 0.2s;
}
#skip-button:hover, #apps-button:hover {
  background: #000;
  text-decoration: none;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#apps-button {
  right: auto;
  left: 30px;
}
#apps-button a {
  color: #fff;
}
#apps-button a:hover {
  background: #000;
  text-decoration: none;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#home-wrap {
  background: url(/assets/splash-60e90269ced3742375e9e1546667a086bafa52e34a30a22a7fffe9d5723f163f.jpg);
  background-size: cover;
  height: 100vh;
  display: flex;
}
#home-wrap #home-wrap-inner {
  margin: auto;
  width: 100%;
  max-width: 600px;
  flex: 1;
}
#home-wrap #home-wrap-inner img {
  width: 100%;
  max-width: 600px;
}

h1, h2, h3, h4 {
  text-transform: uppercase;
  font-weight: 700;
}

.serif {
  font-family: "PT Serif";
}

header {
  height: 75px;
  background: gray url(/assets/splash-60e90269ced3742375e9e1546667a086bafa52e34a30a22a7fffe9d5723f163f.jpg) center center;
  background-size: cover;
}

#edc-logo {
  background: url(/assets/edc-e21d0bc1f055738321e9e924fdca5f41a30068e23a9b576163bcbcc1abf77f6c.png);
  height: 100%;
  width: 160px;
  background-size: 180px auto;
  background-repeat: no-repeat;
  background-position: -11px 16px;
}

.text-input {
  padding: 8px 12px;
  font-size: 11pt;
  border: 2px solid;
  margin: 5px 0;
  outline: none;
  border-radius: 20px;
}

.custom-check-box {
  cursor: pointer;
  font-weight: 400;
}
.custom-check-box a {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  background: #fff;
  border: 2px solid #000;
  border-radius: 50%;
  box-shadow: inset 0px 0px 0px 0px white;
  transition: all 0.2s;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.custom-check-box a.checked {
  background: #000;
  box-shadow: inset 0px 0px 0px 2px white;
}

.view-album-link {
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  font-style: italic;
  align-items: center;
  justify-content: center;
  position: relative;
  opacity: 1;
  background: transparent;
  display: flex;
  transition: all 0.3s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.view-album-link:hover {
  text-decoration: none;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.view-album-link:hover span {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.view-album-link span {
  margin: auto;
  color: #fff;
  font-size: 24pt;
  font-family: "PT Serif";
  opacity: 0;
  transition-delay: 0.1s;
  transition: all 0.3s;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.view-album-link:hover::before {
  background: rgba(0, 0, 0, 0.5019607843);
}

.view-album-link:hover span {
  opacity: 1;
}

.view-album-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  transition: 0.3s all ease;
}

#album-viewer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.72);
  z-index: 100;
}

#bottom-links {
  position: fixed;
  bottom: 20px;
  left: 80px;
  width: 150px;
}
#bottom-links a {
  font-family: "PT Serif";
  color: rgba(255, 255, 255, 0.69);
  font-size: 14pt;
}
#bottom-links a:hover {
  color: #fff;
  text-decoration: none;
}

.no-margin {
  margin: 0;
}

.italic {
  font-style: italic !important;
}

.corner-links {
  position: fixed;
  bottom: 15px;
  right: 15px;
  text-align: right;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.corner-links a {
  font-family: "PT Serif";
  font-weight: 700;
  font-size: 12pt;
  display: block;
  color: #fff;
}

.footer-links {
  z-index: 9;
  bottom: 20px;
  right: 60px;
  position: fixed;
  text-align: right;
}
.footer-links a, .footer-links .separator {
  font-family: "PT Serif";
  font-weight: 700;
  font-size: 12pt;
  color: #fff;
}
.footer-links a.small, .footer-links .separator.small {
  font-size: 9pt;
}

.map-tile a {
  color: #fff;
  text-decoration: none;
}
.map-tile a:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

.warning {
  background: #efe4b6;
  color: #967a0b;
  padding: 10px;
  border: 1px solid #decf92;
}

pre {
  font-family: "Lato", sans-serif;
  font-size: 12pt;
  background: none;
  border: none;
}

.transparent-black {
  background: rgba(17, 17, 17, 0.77);
  min-height: 100vh;
}

.full-width {
  width: 100%;
}

.contact-wrapper {
  background: #fff;
  padding: 50px 100px 100px 100px;
  font-size: 10pt;
  margin-bottom: 50px;
  position: relative;
  z-index: 11;
}

.contact-box {
  min-height: 250px;
  min-width: 130px;
  border: 1px solid #fbf8f8;
  margin: 2px;
  padding: 2px 5px;
  border-radius: 10px;
}
.contact-box .contact-email {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.contact-box .logo {
  height: 80px;
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
}
.contact-box .logo img {
  margin-bottom: 10px;
  max-height: 80px;
  max-width: 100%;
}

.js-close-modal {
  position: absolute;
  top: 4px;
  right: 5px;
  color: #fff;
  font-size: 9pt;
  font-weight: bold;
  z-index: 999;
}
.js-close-modal:hover {
  color: #fff;
  text-decoration: underline;
}
.js-close-modal.pink {
  top: 6px;
  right: 5px;
  background-color: #b400bb;
  color: #ababab;
  padding: 2px 6px;
  border-radius: 10px;
}

#download-page .container {
  color: #fff;
  text-align: left;
}
#download-page .container .version {
  margin-bottom: 40px;
}
#download-page .container h2 {
  text-transform: initial;
  font-size: 22px;
}
#download-page .container img {
  width: 240px;
}
#download-page .container .vcenter {
  margin-top: 130px;
}

.landing-cover {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

#content {
  min-height: 100vh;
  overflow: hidden;
  margin-left: 60px;
  width: -o-calc(100% - 60px);
  width: calc(100% - 60px);
}
#content #map {
  height: 100vh;
  width: 100%;
}
#content .bg {
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#property-viewer {
  height: -o-calc(100% - 10px);
  height: calc(100% - 10px);
}

#right-street-view-bar {
  display: none;
  cursor: pointer;
}

#right-bar, #right-street-view-bar {
  position: fixed;
  top: 0px;
  left: -250px;
  width: 310px;
  background: #373737;
  height: 100vh;
  z-index: 10;
  transition: all 0.3s;
}
#right-bar h2, #right-street-view-bar h2 {
  text-align: center;
  font-size: 17pt;
  font-weight: 700;
}
#right-bar input, #right-street-view-bar input {
  width: 100%;
}
#right-bar.open, #right-bar.with-uses, #right-street-view-bar.open, #right-street-view-bar.with-uses {
  left: 0;
  background: #fff;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.19);
}
#right-bar.open #right-bar-content, #right-bar.with-uses #right-bar-content, #right-street-view-bar.open #right-bar-content, #right-street-view-bar.with-uses #right-bar-content {
  transition-delay: 0.3s !important;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
#right-bar.open .arrow::after, #right-bar.with-uses .arrow::after, #right-street-view-bar.open .arrow::after, #right-street-view-bar.with-uses .arrow::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#right-bar-content {
  padding: 20px;
  overflow: hidden;
  overflow-y: scroll;
  transition-delay: 0s;
  transition: all 0.3s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  height: -o-calc(100% - 75px);
  height: calc(100% - 75px);
}
#right-bar-content form {
  font-size: 10pt;
}

.right-bar-header {
  background: #373737;
  color: #fff;
  margin: 0;
  padding: 20px 15px;
  text-align: center;
  font-family: "PT Serif";
  font-style: normal;
  width: 310px;
  text-transform: capitalize;
  position: fixed;
  left: -135px;
  top: 50%;
  padding-bottom: 2px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.open .right-bar-header {
  position: static !important;
  padding: 20px 15px !important;
  -webkit-transform: initial !important;
  transform: initial !important;
}

#js-open-menu {
  font-size: 20pt;
  color: #111;
  background-color: #ff0047;
  padding: 20px;
  float: right;
  border-radius: 50%;
  -webkit-transform: translateX(20px) translateY(20px);
  transform: translateX(20px) translateY(20px);
}
#js-open-menu:hover {
  color: #82bf4f;
  background-color: #ff336c;
}

#modal {
  position: absolute;
  left: 80px;
  top: 60px;
  border-top: 5px solid #0d85ff;
  width: 350px;
  background: #fff;
  z-index: 10;
  border-radius: 5px;
}
#modal .modal-header {
  background-color: #0d85ff;
  position: relative;
  top: -1px;
}
#modal .modal-header .js-close-modal {
  right: 10px;
}
#modal .modal-content {
  overflow: auto;
  border-top: 0;
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-top-right-radius: 0;
  border-top-right-radius: 0;
  max-height: -o-calc(100vh - 160px);
  max-height: calc(100vh - 160px);
}
#modal .modal-content .modal-center {
  padding: 40px 20px 20px 20px;
  border: none;
  background: none;
  box-shadow: none;
}
#modal .property-logo-image img {
  width: 100%;
  height: auto;
}
#modal p {
  font-family: "Roboto";
  font-size: 10pt;
}
#modal #property-logo-image img {
  width: 100%;
  margin-bottom: 15px;
}
#modal .main-image {
  height: 50%;
  background: red;
}

.modal-footer {
  min-height: 200px;
  position: relative;
}
.modal-footer a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.info-header {
  background: #de40fe;
  color: #fff;
  margin: 0;
  padding: 15px;
  text-align: center;
  font-size: 20pt;
  font-family: "PT Serif";
  font-weight: 700;
}

.big-title {
  background: #0d85ff;
  font-family: "Lato";
  padding: 15px;
  color: #fff;
  width: 100%;
  font-size: 24pt;
  line-height: 24pt;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.big-title.yellow {
  background: none;
  background-image: linear-gradient(90deg, #F7B700 0%, rgba(247, 183, 0, 0) 85%);
  margin: 50px 0;
}
.big-title.pink {
  background: none;
  background-image: linear-gradient(90deg, #DE25FF 0%, rgba(220, 40, 255, 0) 85%);
  margin: 50px 0;
}

#property-details {
  min-height: 90%;
  color: #fff;
  padding-bottom: 20px;
}
#property-details .main-image {
  height: 45%;
  min-height: 50%;
  background: gray;
}
#property-details .prop-image {
  margin-top: 20px;
  height: 30vh;
}
#property-details .second-image {
  margin-right: 20px;
}
#property-details .actions {
  height: 65px;
  padding: 10px 0 0;
  margin-top: 20px;
  color: #a2a2a2;
}
#property-details .actions .cont {
  float: right;
}
#property-details .actions a:nth-child(1), #property-details .actions a:nth-child(2) {
  color: #fff;
  display: block;
  position: relative;
  margin-bottom: 35px;
}
#property-details .actions a:nth-child(1)::after, #property-details .actions a:nth-child(2)::after {
  background: #ff0047 url(https://s3-us-west-1.amazonaws.com/siteconnect-production/icons/folder-open.png) center center no-repeat;
}
#property-details .actions a:nth-child(1)::before, #property-details .actions a:nth-child(2)::before {
  content: " ";
  position: absolute;
  padding: 19px;
  left: -43px;
  top: -7px;
  background: #de40fe url(https://s3-us-west-1.amazonaws.com/siteconnect-production/icons/folder-closed.png) center center no-repeat;
  background-size: 26px;
  border-radius: 50%;
}
#property-details .actions a:nth-child(1):hover, #property-details .actions a:nth-child(1).selected, #property-details .actions a:nth-child(2):hover, #property-details .actions a:nth-child(2).selected {
  text-decoration: none;
  color: #fff;
  cursor: pointer !important;
}
#property-details .actions a:nth-child(1):hover::before, #property-details .actions a:nth-child(1).selected::before, #property-details .actions a:nth-child(2):hover::before, #property-details .actions a:nth-child(2).selected::before {
  background: #44444d url(https://s3-us-west-1.amazonaws.com/siteconnect-production/icons/folder-open.png) center center no-repeat;
  background-size: 26px;
}
#property-details .actions a:nth-child(3) {
  color: #fff;
  display: inline-block;
  position: relative;
}
#property-details .actions a:nth-child(3):before {
  position: absolute;
  content: "";
  top: -7px;
  bottom: 0;
  left: -45px;
  right: 0;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  background-image: url(/assets/pdf-close-ab1a311a4b05483ce1a58b9590575fb908098c64a6372ec03cc9ad2b93276c97.png);
  background-size: cover;
}
#property-details .actions a:nth-child(3):hover, #property-details .actions a:nth-child(3).selected {
  text-decoration: none;
}
#property-details .actions a:nth-child(3):hover:before, #property-details .actions a:nth-child(3).selected:before {
  position: absolute;
  content: "";
  top: -7px;
  bottom: 0;
  left: -45px;
  right: 0;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  background-image: url(/assets/pdf-open-0b177dfc6a0de1592e8f84450d22128063a6b0a213ffd904e938fe51efd1b846.png);
  background-size: cover;
}

.arrow {
  position: relative;
}
.arrow::after {
  position: absolute;
  content: " ";
  background-image: url(/assets/arrow-e45e942db67c4296421b7c6c01983a1204ce7d93ea8d08ad340276a0adac72d3.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px;
  left: 0;
  top: 0;
  transition-delay: 0.5s;
  transition: all 0.3s;
}

.app_arrow {
  position: relative;
  z-index: 9;
}
.app_arrow::after {
  position: absolute;
  content: " ";
  background-image: url(/assets/new_arrow-1b6b8d0bb7c99ca9cf2ee248594ee051988305b3cc0dcc1acbf753462f478630.png);
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px;
  left: 0;
  top: 0;
  transition-delay: 0.5s;
  transition: all 0.3s;
}

#home-btn, #home-btn-app {
  left: 100px;
  top: 20px;
  z-index: 9;
  position: fixed;
  width: 40px;
  height: 40px;
  background-image: url(/assets/home-btn-2ffbf4e8f3e81f37167b7d6a7a85746490b1e4de9f91296b946a5d5457a092d9.png);
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
  transition-delay: 0.5s;
  transition: all 0.3s;
}
#home-btn::after, #home-btn-app::after {
  content: " ";
}

#home-btn-app {
  top: 60px;
  left: 50px;
}

.sub-form {
  padding: 20px;
  background: #232323;
  margin: 10px;
  border-radius: 7px;
}

#levels {
  margin: 0;
  padding: 0;
}
#levels li {
  list-style-type: none;
}

.show-page-modal {
  position: absolute;
  top: 50px;
  width: 300px;
  z-index: 10;
  text-align: center;
  display: block !important;
  background: #fff;
  left: -o-calc(20px + 60px);
  left: calc(20px + 60px);
  transition: all 0.2s;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.show-page-modal .info-content {
  margin: 15px;
}
.show-page-modal.hide {
  z-index: -1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.person-card {
  text-align: left;
  margin-bottom: 10px;
  border-bottom: 1px solid #dcdde0;
  padding-bottom: 10px;
}
.person-card .person-logo img {
  max-width: 100%;
}

.premise-title {
  font-size: 12pt;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
  font-style: italic;
}

#bottom-logo {
  position: fixed;
  left: 85px;
  bottom: 15px;
  z-index: 9;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
#bottom-logo:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
#bottom-logo.default img {
  width: 290px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe, .videoWrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
}

#home-wrap {
  /*
    Full page video background
    Simulate object-fit: cover
    Based on http://fvsch.com/code/video-background/
  */
  /*
    Vertical centering for 16/9 youtube iframes and video elements
    Simulate object-fit: contain for entire element, not just contents of element
  */
}
#home-wrap .container {
  position: fixed;
  top: 35%;
  left: 35%;
  right: 35%;
  bottom: 35%;
}
#home-wrap .container:before {
  content: "";
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  box-shadow: 0 0 0 10px red;
}
#home-wrap .video-bg {
  background: white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  /* overflow: hidden; */
}
#home-wrap .video-bg video::-webkit-media-controls-fullscreen-button {
  display: none;
}
#home-wrap .video-bg video::-internal-media-controls-download-button {
  display: none;
}
#home-wrap .video-bg video::-webkit-media-controls-enclosure {
  overflow: hidden;
}
#home-wrap .video-bg video::-webkit-media-controls-panel {
  width: -o-calc(100% + 30px);
  width: calc(100% + 30px);
}
#home-wrap .video-bg .video-fg,
#home-wrap .video-bg iframe,
#home-wrap .video-bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-aspect-ratio: 16/9) {
  #home-wrap .video-bg.cover .video-fg {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  #home-wrap .video-bg.cover .video-fg {
    width: 300%;
    left: -100%;
  }
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  #home-wrap .video-bg.cover .video-fg.supports-cover {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  #home-wrap .video-bg.cover video {
    -o-object-fit: cover;
    object-fit: cover;
  }
}
#home-wrap .video-bg.contain {
  font-size: 0;
}
#home-wrap .video-bg.contain * {
  font-size: 16px;
}
#home-wrap .video-bg.contain:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#home-wrap .video-bg.contain .video-fg {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 */
  pointer-events: none;
}
#home-wrap .video-bg.contain iframe,
#home-wrap .video-bg.contain video {
  pointer-events: auto;
}
@media (min-aspect-ratio: 16/9) {
  #home-wrap .video-bg.contain .video-fg {
    height: 100%;
    padding-bottom: 0;
    max-width: 53.33333333vh;
    left: 50%;
    margin-left: -26.66666667vh;
  }
}

/*!
 * Viewer.js v1.2.0
 * https://fengyuanchen.github.io/viewerjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2018-07-15T10:09:17.532Z
 */
.viewer-close:before, .viewer-flip-horizontal:before, .viewer-flip-vertical:before, .viewer-fullscreen-exit:before, .viewer-fullscreen:before, .viewer-next:before, .viewer-one-to-one:before, .viewer-play:before, .viewer-prev:before, .viewer-reset:before, .viewer-rotate-left:before, .viewer-rotate-right:before, .viewer-zoom-in:before, .viewer-zoom-out:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  color: rgba(0, 0, 0, 0);
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  width: 20px;
}

.viewer-zoom-in:before {
  background-position: 0 0;
  content: "Zoom In";
}

.viewer-zoom-out:before {
  background-position: -20px 0;
  content: "Zoom Out";
}

.viewer-one-to-one:before {
  background-position: -40px 0;
  content: "One to One";
}

.viewer-reset:before {
  background-position: -60px 0;
  content: "Reset";
}

.viewer-prev:before {
  background-position: -80px 0;
  content: "Previous";
}

.viewer-play:before {
  background-position: -100px 0;
  content: "Play";
}

.viewer-next:before {
  background-position: -120px 0;
  content: "Next";
}

.viewer-rotate-left:before {
  background-position: -140px 0;
  content: "Rotate Left";
}

.viewer-rotate-right:before {
  background-position: -160px 0;
  content: "Rotate Right";
}

.viewer-flip-horizontal:before {
  background-position: -180px 0;
  content: "Flip Horizontal";
}

.viewer-flip-vertical:before {
  background-position: -200px 0;
  content: "Flip Vertical";
}

.viewer-fullscreen:before {
  background-position: -220px 0;
  content: "Enter Full Screen";
}

.viewer-fullscreen-exit:before {
  background-position: -240px 0;
  content: "Exit Full Screen";
}

.viewer-close:before {
  background-position: -260px 0;
  content: "Close";
}

.viewer-container {
  -moz-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  bottom: 0;
  direction: ltr;
  font-size: 0;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  touch-action: none;
  user-select: none;
}

.viewer-container::-moz-selection, .viewer-container ::-moz-selection {
  background-color: rgba(0, 0, 0, 0);
}

.viewer-container::selection, .viewer-container ::selection {
  background-color: rgba(0, 0, 0, 0);
}

.viewer-container img {
  display: block;
  height: auto;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

.viewer-canvas {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.viewer-canvas > img {
  height: auto;
  margin: 15px auto;
  max-width: 90% !important;
  width: auto;
}

.viewer-footer {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
}

.viewer-navbar {
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.viewer-list {
  box-sizing: content-box;
  height: 50px;
  margin: 0;
  overflow: hidden;
  padding: 1px 0;
}

.viewer-list > li {
  -webkit-transition: opacity 0.15s;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  float: left;
  font-size: 0;
  height: 50px;
  line-height: 0;
  opacity: 0.5;
  overflow: hidden;
  transition: opacity 0.15s;
  width: 30px;
}

.viewer-list > li:hover {
  opacity: 0.75;
}

.viewer-list > li + li {
  margin-left: 1px;
}

.viewer-list > .viewer-loading {
  position: relative;
}

.viewer-list > .viewer-loading:after {
  border-width: 2px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  width: 20px;
}

.viewer-list > .viewer-active, .viewer-list > .viewer-active:hover {
  opacity: 1;
}

.viewer-player {
  background-color: #000;
  bottom: 0;
  cursor: none;
  display: none;
  right: 0;
}

.viewer-player, .viewer-player > img {
  left: 0;
  position: absolute;
  top: 0;
}

.viewer-toolbar > ul {
  display: inline-block;
  margin: 0 auto 5px;
  overflow: hidden;
  padding: 3px 0;
}

.viewer-toolbar > ul > li {
  -webkit-transition: background-color 0.15s;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  float: left;
  height: 24px;
  overflow: hidden;
  transition: background-color 0.15s;
  width: 24px;
}

.viewer-toolbar > ul > li:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.viewer-toolbar > ul > li:before {
  margin: 2px;
}

.viewer-toolbar > ul > li + li {
  margin-left: 1px;
}

.viewer-toolbar > ul > .viewer-small {
  height: 18px;
  margin-bottom: 3px;
  margin-top: 3px;
  width: 18px;
}

.viewer-toolbar > ul > .viewer-small:before {
  margin: -1px;
}

.viewer-toolbar > ul > .viewer-large {
  height: 30px;
  margin-bottom: -3px;
  margin-top: -3px;
  width: 30px;
}

.viewer-toolbar > ul > .viewer-large:before {
  margin: 5px;
}

.viewer-tooltip {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  color: #fff;
  display: none;
  font-size: 12px;
  height: 20px;
  left: 50%;
  line-height: 20px;
  margin-left: -25px;
  margin-top: -10px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
}

.viewer-title {
  -webkit-transition: opacity 0.15s;
  color: #ccc;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin: 0 5% 5px;
  max-width: 90%;
  opacity: 0.8;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: opacity 0.15s;
  white-space: nowrap;
}

.viewer-title:hover {
  opacity: 1;
}

.viewer-button {
  -webkit-transition: background-color 0.15s;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  height: 80px;
  overflow: hidden;
  position: absolute;
  right: -40px;
  top: -40px;
  transition: background-color 0.15s;
  width: 80px;
}

.viewer-button:focus, .viewer-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.viewer-button:before {
  bottom: 15px;
  left: 15px;
  position: absolute;
}

.viewer-fixed {
  position: fixed;
}

.viewer-open {
  overflow: hidden;
}

.viewer-show {
  display: block;
}

.viewer-hide {
  display: none;
}

.viewer-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

.viewer-invisible {
  visibility: hidden;
}

.viewer-move {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.viewer-fade {
  opacity: 0;
}

.viewer-in {
  opacity: 1;
}

.viewer-transition {
  transition: all 0.3s;
}

@-webkit-keyframes viewer-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes viewer-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.viewer-loading:after {
  -webkit-animation: viewer-spinner 1s linear infinite;
  animation: viewer-spinner 1s linear infinite;
  border: 4px solid hsla(0, 0%, 100%, 0.1);
  border-left: 4px solid hsla(0, 0%, 100%, 0.5);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
  z-index: 1;
}

@media (max-width: 767px) {
  .viewer-hide-xs-down {
    display: none;
  }
}
@media (max-width: 991px) {
  .viewer-hide-sm-down {
    display: none;
  }
}
@media (max-width: 1199px) {
  .viewer-hide-md-down {
    display: none;
  }
}
.viewer-arrow-left, .viewer-arrow-right {
  position: fixed;
  left: 5%;
  font-size: 50px;
  color: #fff;
  z-index: 10000;
  padding: 3px 19px;
  top: -o-calc(50% - 81px);
  top: calc(50% - 81px);
  background-color: gray;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 23px;
}

.viewer-arrow-right {
  right: 5%;
  left: initial;
}
