html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
}
.msc-mainwrap {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.msc-container {
    position: relative;
    width: 96%;
    margin-right: auto;
    margin-left: auto;
    height: 100%;
}
.msc-topleft-nav {
    position: absolute;
    left: 16px;
    top: 16px;
    z-index: 900;
    display: flex;
    grid-column-gap: 16px;
}
.msc-topleft-nav-links {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #4c943f;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12);
  color: #4c943f;
  cursor: pointer;
}
.msc-topleft-nav-links:hover {
  background-color: #4c943f;
}
.msc-topleft-nav-icon {
  width: 90%;
  filter: brightness(100%);
}
.msc-topleft-nav-links:hover .msc-topleft-nav-icon {
  filter: brightness(5000000%);
}
.msc-topleft-nav-links:hover .msc-tooltip {
  opacity: 1;
}
.msc-topleft-nav-counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #4c943f;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12);
  color: #4c943f;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
}
.msc-topleft-nav-counter-gray {
  color: #555;
}
.msc-div {
    position: relative;
    width: 100%;
    height: 100%;
}
.msc-main-photo-arrow-link {
    position: absolute;
    top: 50%;
    width: 48px;
    height: 48px;
    cursor: pointer;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-filter 200ms ease;
    transition: -webkit-filter 200ms ease;
    transition: filter 200ms ease;
    transition: filter 200ms ease, -webkit-filter 200ms ease;
    color: #000;
    font-size: 48px;
    transform: translate(50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.msc-main-photo-arrow-link img {
    width: 36px;
    height: 36px;
}
.msc-main-photo-arrow-link.right {
    right: 0px;
}
.msc-main-photo-arrow-link.left {
    left: 0px;
    transform: translate(-50%, -50%);
}
.msc-main-photo-arrow-link:hover {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.msc-tooltip {
    position: absolute;
    left: 50%;
    top: 110%;
    right: auto;
    bottom: auto;
    padding: 4px 7px;
    border-radius: 5px;
    background-color: #000;
    transform: translate(-50%, 0px);
    color: #fff;
    font-size: 15px;
    line-height: 1.3;
    text-decoration: none;
    white-space: nowrap;
    opacity: 0;
}
.msc-tooltip-arrow {
    position: absolute;
    left: 50%;
    top: 0px;
    right: auto;
    bottom: auto;
    border-style: solid;
    border-width: 8px;
    border-color: transparent transparent #000;
    transform: translate(-50%, -14px);
}
.feature-div {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    border-width: 0px;
    position: relative;
}
.feature-div > iframe,
.feature-div > div.exterior-container {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.feature-div.exterior-feature-div {
    overflow: auto;
}
.exterior-container {
    position: relative;
}
.exterior-container img.ext-image,
.motor-tour-holder img.ext-image {
    width: inherit;
    height: inherit;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: cover;
}
.exterior-container img.csi_top_left,
.motor-tour-holder img.csi_top_left {
    position: absolute;
    top: 0px;
    left: 0px;
}
.exterior-container img.csi_top_right,
.motor-tour-holder img.csi_top_right {
    position: absolute;
    top: 0px;
    right: 0px;
}
.exterior-container img.csi_bottom_right,
.motor-tour-holder img.csi_bottom_right {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.exterior-container img.csi_bottom_left,
.motor-tour-holder img.csi_bottom_left {
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.exterior-container img.csi_bottom,
.motor-tour-holder img.csi_bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
}
#panoDIV {
    width: 100% !important;
    height: 100% !important;
    position: relative;
}
#panoDIV img.csi_top_left {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}
#panoDIV img.csi_top_right {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
}
#panoDIV img.csi_bottom_right {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 1;
}
#panoDIV img.csi_bottom_left {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
}
#panoDIV img.csi_bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
}
.arrows-div-left,
.arrows-div-right {
    position: fixed;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    background-color: #333;
    opacity: 0.5;
    border: 1px #333 solid;
    color: #fff;
    cursor: pointer;
}
.arrows-div-left:hover,
.arrows-div-right:hover {
    opacity: 1;
    border-color: #999;
}
.arrows-div-left {
    left: 0px;
    padding: 8px 10px 1px 5px;
}
.arrows-div-right {
    right: 0px;
    padding: 8px 5px 1px 10px;
}
#interior-controls {
    position: absolute;
    right: 30px;
    top: 150px;
    z-index: 10;
}
.controls {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 10;
}
#interior-controls img,
.controls img {
    width: 60px;
    height: 60px;
    cursor: pointer;
    margin-bottom: 10px;
    display: block;
}
.loading-div {
    position: fixed;
    left: 8px;
    bottom: 8px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 0px;
    padding: 0px;
    text-align: center;
    margin: 0px;
    z-index: 20;
    background: rgba(49, 51, 61, 0.75);
    color: #fff;
    font-family: sans-serif;
    font-size: 14px;
}
.loading-div:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 44px;
    height: 44px;
    margin: auto;
    border-radius: 50%;
    border: 2px solid #fff;
    border-top-color: transparent;
    box-sizing: border-box;

    -webkit-animation-name: Rotate;
    -webkit-animation-duration: 2.0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -moz-animation-name: Rotate;
    -moz-animation-duration: 2.0s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -ms-animation-name: Rotate;
    -ms-animation-duration: 2.0s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    animation-name: Rotate;
    animation-duration: 2.0s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes Rotate {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.loading-div:after {
    content: attr(data-progress);
    font-size: 11px;
    line-height: 1;
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.loading-div.no-animation:before {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
}
.infobox-container {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.75);
}
.infobox-container span.close {
    float: right;
    margin: 10px 10px 0px 0px;
    font-weight: bold;
    font-size: 120%;
    z-index: 11;
    cursor:  pointer;
    color: #fff;
}
.infobox-holder {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    height: auto;
    overflow-y: auto;
    transform: translate(-50%, -50%);
    background-color: #fff;
    color: #000;
    padding: 5px 10px;
    border: 2px #333 solid;
    box-sizing: border-box;
}
.infobox-holder img.image-text {
    max-width: 100%;
    height: auto;
}
.infobox-holder img.image-only {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
#car-slide-thumbs-holder {
    position: absolute;
    height: 15%;
    width: 100%;
    left: 0;
    bottom: 0;
    overflow: hidden;
}
#car-slide-thumbs {
    overflow-x: auto;
    overflow-y: hidden;
}
    #car-slide-thumbs img {
        margin-top: 2px;
        height: 92%;
        width: auto;
        margin-right: 10px;
        vertical-align: middle;
        cursor: pointer;
        border: 1px #ccc solid;
        opacity: 1;
    }
    #car-slide-thumbs img:hover {
        opacity: 0.65;
    }
    #car-slide-thumbs img.active {
        opacity: 0.65;
    }
