.orbitvu-gallery {
    margin: 0;
    padding: 0;
    position: relative;
    height: 0;
    z-index: 9;
}
.orbitvu-gallery-fix {
    z-index: 999;
}

.orbitvu-gallery-product-image {
    clear: both;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.orbitvu-hidden {
    display: none !important;
}

.ov360-item-container,
.orbittour-item-container,
.ovvideo-item-container,
.orbitvu-gallery-view-image,
.orbitvu-gallery-view-360,
.orbitvu-gallery-view-tour,
.orbitvu-gallery-view-video {
    position: absolute;
    top: -10000px;
    width: 100%;
    height: 100%;
}

.ov360-item-container.orbitvu-active,
.orbittour-item-container.orbitvu-active,
.ovvideo-item-container.orbitvu-active,
.orbitvu-gallery-view-image.orbitvu-active,
.orbitvu-gallery-view-360.orbitvu-active,
.orbitvu-gallery-view-tour.orbitvu-active,
.orbitvu-gallery-view-video.orbitvu-active {
    position: static;
    display: flex;
    /*align horizontally*/
    justify-content: center;
    /*align vertically*/
    align-items: center;
}
.orbitvu-video-source {
    width: 100%;
    height: 100%;
}
/*.orbitvu-gallery-view-image:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}*/

.orbitvu-gallery-view-image img.orbitvu-gallery-main-image {
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
}


/*Magnifier*/
.orbitvu-gallery-view-image .orbitvu-gallery-zoomer {
    display: inline-block !important;
    opacity: 0;
    background: #000000;
    position: absolute;
    cursor: crosshair;
}

.orbitvu-gallery-lenses {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.orbitvu-gallery-lenses img.orbitvu-gallery-lenses-image {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none !important;
    max-height: none !important;
}

.orbitvu-gallery-zoomer-zoom {
    position: absolute;
    /*box-sizing: border-box;*/
    overflow: hidden;
    z-index: 999;
    text-align: center;
    cursor: crosshair;
    opacity: 0;
}
.orbitvu-gallery-zoomer-zoom-inner:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.orbitvu-gallery-zoomer-zoom-inner {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.orbitvu-gallery-zoomer-zoom-inner img.orbitvu-gallery-zoomer-zoom-image {
    max-width: none !important;
    max-height: none !important;
    display: inline-block !important;
    position: absolute;
    top: 0;
    left: 0;
    /*image-rendering: pixelated;*/
}

.orbitvu-gallery-view-image img.orbitvu-gallery-main-image.orbitvu-hidden,
.orbitvu-gallery-view-image .orbitvu-gallery-zoomer.orbitvu-hidden,
.orbitvu-gallery-view-image .orbitvu-gallery-lenses.orbitvu-hidden,
.orbitvu-gallery-zoomer-zoom img.orbitvu-gallery-zoomer-zoom-image.orbitvu-hidden {
    display: none !important;
}

/*Scroller*/
.orbitvu-gallery-scroller {
    position: relative;
    height: auto;
    overflow: hidden;
}

.orbitvu-gallery-product-views ul.orbitvu-image-thumbs {
    margin: 0;
    padding: 0;
}

.orbitvu-gallery-product-views ul.orbitvu-image-thumbs li.orbitvu-gallery-item {
    float: left;
    display: table-row;
    overflow: hidden;
    position: relative;
    border: 1px solid transparent;
    box-sizing: border-box;
}

.orbitvu-gallery-product-views ul.orbitvu-image-thumbs li.orbitvu-gallery-item .orbitvu-icon {
    display: block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 22px;
    height: 22px;
    background: url(black.png) no-repeat -1000px -1000px;
}

.orbitvu-gallery-product-views ul.orbitvu-image-thumbs li.orbitvu-gallery-item .orbitvu-icon.ov360 {
    background-position: -22px -32px;
}

.orbitvu-gallery-product-views ul.orbitvu-image-thumbs li.orbitvu-gallery-item .orbitvu-icon.ovtour {
    background-position: -44px -32px;
}

.orbitvu-gallery-product-views ul.orbitvu-image-thumbs li.orbitvu-gallery-item .orbitvu-icon.ovvideo {
    background-position: -66px -32px;
}

.orbitvu-gallery-product-views ul.orbitvu-image-thumbs li.orbitvu-gallery-item a.orbitvu-gallery-item-link {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
}

.orbitvu-gallery-product-views ul.orbitvu-image-thumbs li.orbitvu-gallery-item:first-child {
    margin-left: 0px;
}

.orbitvu-gallery-product-views ul.orbitvu-image-thumbs li.orbitvu-gallery-item a.orbitvu-gallery-item-link img {
    display: block;
    margin: 0 auto;
    box-sizing: border-box !important;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.orbitvu-gallery-button {
    display: table-row;
    position: absolute;
    background: white;
    font-weight: bold;
    text-align: center;
    color: black;
    font-size: 24px;
    text-decoration: none;
    font-style: normal;
    cursor: pointer;
    box-sizing: content-box;
}

.orbitvu-gallery-button span {
    display: table-cell;
    vertical-align: middle;
}

#ovgo-next {
    right: -1px;
    display: none;
}

#ovgo-back {
    display: none;
    left: -1px;
}

/*Spinner*/
.orbitvu-spinner {
    width: 70px;
    text-align: center;
    display: inline-block;
}

.orbitvu-spinner > div {
    width: 18px;
    height: 18px;
    background-color: #ccc;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.orbitvu-spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.orbitvu-spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
      }
}

/*Hack*/
a.orbittour-thumbnail img {
    height: 90px !important;
    width: 103px !important;
}

.orbittour-size-medium a.orbittour-thumbnail img {
    height: 70px !important;
    width: 80px !important;
}

.orbittour-size-small a.orbittour-thumbnail img {
    height: 60px !important;
    width: 69px !important;
}

img.orbittour-preview-image {
    width: auto !important;
}
span.onsale {
    z-index: 9999;
}
/*.orbittour-inner-container a {
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
}*/

/*Hack for 360 outline*/
.ov360-item-container .orbitvu-container {
    outline: none;
}