@media only screen and (max-device-width: 750px) {
    .fa-2x {
        font-size: 1em;
    }
}
@media only screen and (max-device-width:380px) {
    .centered-icon {}
}
.fa-rotate-180 {
    padding-left: 0em;
}
@media all and (min-width: 1081px) {
    a .fa {
        color: #aaa;
    }
}
@media all and (max-width: 1080px) {
    a .fa {
        color: #000;
    }
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
a {
    color: #fff;
}
.vr_viewer {
    width: 99.9%;
    float: center;
}
body {
    background: #e8e8e8;
}
.container {
    margin: 0 auto;
}
/* Example wrapper */
.wrap {
    position: relative;
    margin: 3em 0;
}
/* Frame */
.frame {
    overflow: hidden;
}
.frame ul {
    list-style: none;
    padding: 0;
}
.frame ul li {
    float: left;
    width: 227px;
    margin: 1px 1px 0 15px;
    padding: 0 0 1% 0;
    color: #ddd;
    text-align: center;
    cursor: pointer;
}
.frame ul li.active {
    width: 227px;
    color: #fff;
    background: #DC2D27;
    padding-bottom: 7px;
}
/* Pages */
.pages {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    text-align: center;
}
.pages li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 4px;
    text-indent: -999px;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
    position: relative;
}
.pages li:hover {
    background: #aaa;
}
.pages li.active {
    background: #666;
}
/* Controls */
.controls {
    margin: 25px 0;
    text-align: center;
}
/* .thumb_overlay {
    color: #fff;
    text-align: center;
    margin-top: -50px;
    padding-bottom: 22px;
    position: relative;
    z-index: 1000000;
    background: rgb(51, 51, 51);
    background: rgba(51, 51, 51, .5);
} */
.clearfix {
    width: 98%;
    margin: auto;
}
.centered-icon {
    display: inline-block;
    color: #fff;
    text-align: center;
    vertical-align: bottom;
}
div i {
    color: rgba(255, 255, 255, 1);
    padding: 10px 10px -5px 10px;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    top: 0px;
}
div i.outer {
    color: rgba(255, 255, 255, 1);
}
div i:hover {
    color: rgba(255, 255, 255, 1);
}
div.strip {
    opacity: 0.3;
}
div.strip:hover {
    opacity: 1;
}
:host {
    width: 100%;
    z-index: 1039;
    background-color: #e9e9e9;
    bottom: 0;
    left: 0;
    font-size: 14px;
    position: fixed;
}
#height {
    height: 0;
    transition: height 1s;
}
#height.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}
#control-center {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
}
#toggle-menu {
    cursor: pointer;
    text-decoration: none;
}
#bottom-drawer {
    width: 100%;
    text-align: center;
    margin: 0;
    text-decoration: none;
    bottom: 0;
    display: table;
}
#disclaimer {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  padding: 10px 0 0 0;
}
@media screen and (max-width: 800px) {
    #disclaimer {
      font-size: 6px;
    }
    #bottom-drawer {
        max-height: 100px;
    }
    li img {
        max-height: 90px;
    }
    #bottom-drawer li {
        max-width: 145px;
    }
}
.rotate {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
html,
body {
    overflow: hidden;
}
