
.hotspot-test {
	display:none!important;
}

.modal-fullscreen {
  background: transparent;
}
.modal-fullscreen .modal-content {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-backdrop.modal-backdrop-fullscreen {
background: rgba(255, 255, 255, 0.9);
}
.modal-backdrop.modal-backdrop-fullscreen.in {
  opacity: .97;
  filter: alpha(opacity=97);
}

/* .modal-fullscreen size: we use Bootstrap media query breakpoints */

.modal-fullscreen .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
	text-align: center;
	    color: #333333;
}
@media (min-width: 768px) {
  .modal-body {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .modal-body {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .modal-body {
     width: 1170px;
  }
}
.modal__btn-back, .modal__btn-close {
    margin: 0;
    border: none;
    outline: 0;
    display: block;
    position: fixed;
    z-index: 2051;
    top: 15px;
    right: 17px;
    line-height: 48px;
    padding: 0 18px;
    color: #fff;
    font-size: 24px;
    background: #980539;
  transition: all 0.5s ease;
}
.modal-body {
    position: relative;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
}
.modal-body p {
	text-align: justify;
}
.modal-title {
    margin: 0;
}
.modal-header {
    padding: 50px!important;
    border-bottom: 1px solid #e5e5e5;
		    background-color: #980539;

}
.modal-title {
	font-size: 36px;
line-height: 1.4;
letter-spacing: 1px;
color: #ffffff;
}
.container {
    max-width: 840px;
    margin: 0 auto;
}
.fullcover {
  z-index: 999999;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-image: url(back.jpg);
  background-size: cover;
  cursor: pointer;
	background-position: center;
	display: flex;
  justify-content: center;
  align-items: center;
	text-align: center;
	color: white;
font-size: 48px;
}
.fullcover span {
	font-size: x-large;
padding-left: 20px;
}
/* footer   */
.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5558200;
    text-align: center;
    color: white;
    background: rgba(152, 5, 57, 0.9);
    border-top: 1px solid white;
}
.footer .btn-info {
    top: -36px;
    padding-left: 43px;
    -webkit-transition: opacity 350ms;
    transition: opacity 350ms;
}
.footer .btn {
    background: transparent;
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 50;
    right: 30px;
    display: block;
    color: white;
    font-weight: bold;
    text-decoration: none;
    pointer-events: auto;
}
button {
    overflow: visible;
}
.footer .btn-info:before {
    content: '';
    position: absolute;
    top: -7px;
    left: 0;
    display: block;
    width: 37px;
    height: 37px;
    background: url(../img/hotspot.png) no-repeat center;
    background-size: 37px 37px;
}
.btn-hide {
    bottom: 5px;
}
.footer .nav {
    width: 580px;
    height: 94px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    pointer-events: auto;
    -webkit-transition: height 350ms;
    transition: height 350ms;
}
.footer .nav__item--active {
    background: white;
    border-radius: 3px;
}
#content {
    height: 80px;
    width: 550px;
    overflow: hidden;
    position: relative;
    border: 1px solid black;
    margin-left:auto;
    margin-right: auto;
}

#imgs {
    display: inline;
    padding: 10;
    margin: 0;
    width: 650px;
        float: left;

    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;

    /*apply a transform to kick in the hardware acceleration.  Without this, the first
    time we add the transform you get odd rendering of the divs (half missing) */
    transform: translate(0, 0);
}

#imgs img {
    padding: 5;
    margin: 0;
    width: 120px;
    height: 80px;
cursor:pointer;
    /*apply a transform to kick in the hardware acceleration.  Without this, the first
    time we add the transform you get odd rendering of the divs (half missing) */
    transform: translate(0, 0);
}
.text-content1 {
    display: none;
    border:1px solid #000;
    height:30px;
    width:290px;
    margin-left:10px;
    position:absolute;
    top:20px;
}
.text-content2 {
    display: none;
    border:1px solid #000;
    height:30px;
    width:290px;
    margin-left:10px;
    position:absolute;
    top:20px;
}
.text-content3 {
    display: none;
    border:1px solid #000;
    height:30px;
    width:290px;
    margin-left:10px;
    position:absolute;
    top:20px;
}
.text-content4 {
    display: none;
    border:1px solid #000;
    height:30px;
    width:290px;
    margin-left:10px;
    position:absolute;
    top:20px;
}
.text-content5 {
    display: none;
    border:1px solid #000;
    height:30px;
    width:290px;
    margin-left:10px;
    position:absolute;
    top:20px;
}
#img1:hover .text-content1 {
    display: block;
}
#img2:hover + .text-content2 {
    display: block;
}
#img3:hover + .text-content3 {
    display: block;
}
#img4:hover + .text-content4 {
    display: block;
}
#img5:hover + .text-content5 {
    display: block;
}
.modal {

    z-index: 1055540!important;

}
.controls {
  z-index: 10000;
  position: fixed;
  bottom: 5px;
  width: auto;
	 left: calc(50% - 175px);
  /* max-width: 50%; */
  /* margin-left: auto; */
  /* margin-right: auto; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  display: flex;
  justify-content: center;
  align-items: center;
}
.controls__btn img  {
  width: 50px;
  padding: 5px;
  opacity: 0.8;
transition: all 0.5s ease;
}
.controls__btn img:hover {

  opacity: 1;

}
.controls__btn {
  float:left;
  cursor: pointer;
  }
  .controls__btn1 {
    float:left;
    cursor: pointer;
    }
.infoicon img {
  width: 50px;
  padding: 5px;
  opacity: 0.9;
  transition: all 0.5s ease;
  cursor: pointer;
}
.hideonmobile a {
	color: white!important;
}
.hideonmobile span {
	color: white!important;
}
.infoicon img:hover {
  opacity: 1;
}
    .controls__btn1 img  {
      width: 50px;
      padding: 5px;
      opacity: 1;
    transition: all 0.5s ease;
    }
    .controls__btn1 img:hover {

      opacity: 1;

    }
  .disnone {
    display:none;
  }
.panotitle {
position: absolute;
bottom:150px;
right: 10px;
z-index: 50000;
transition: all 0.5s ease;
}
.panoname {
    color: #ffffff;
}
@media screen and (min-width: 1200px) {
		.hideondesktop {
			display: none;
		}
		.hideonmobile {
			display: block;
		}
	}
@media screen and (max-width: 1200px) {
			.hideonmobile {
				display: none;
			}
			.hideondesktop {
				display: block;
			}
			.modal-body {
    padding: 0px;
}

.credit {
    position: fixed;
    right: 10px;
		top:10px!important;
    color: white;
    max-width: 300px;
    height: auto;
    z-index: 999990;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}
		}
@media only screen
  and (max-device-width: 736px) {
.controls {
  display: none;
}
.credit {
	display: none;
}


.modal-title {
    font-size: 20px!important;
}
.modal__btn-back, .modal__btn-close {
    top: 5px;
    right: 5px;
}
.logo img {
  opacity:0.9;
  width:80px!important;
}
.panotitle {
bottom:110px;
}
.infoicon img {
    width: 40px;
}
}
@media screen and (max-width: 780px) {
	.controls {
		display: none;
	}
	.panotitle {
	    bottom: 120px;
	}
}

.red {
    color: #980539;
}
.logo {
  position:fixed;
  top:5px;
  left: 5px;
z-index: 50000;
}
.logo img {
  opacity:0.9;
  width:120px;
  transition: all 0.5s ease;
}
.hideonmobile {
	position:fixed;
	bottom:5px;
	left: 5px;
	    z-index: 1000;
}
.hideonmobile a {

	    z-index: 1000;
}
.hideonmobile img {
  opacity:0.9;
  width:100px;
  transition: all 0.5s ease;
}
.credit {
	position: fixed;
	right: 10px;
	bottom: 10px;
	color: white;
	max-width: 100px;
	height: auto;
	z-index: 999990;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}
.modal-fullscreen {
	    cursor: not-allowed;
}
@media screen and (max-width: 1200px) {
.modal__btn-close::before {
    width: 48px;
    height: 48px;
    content: '\00d7';
    position: absolute;
    top: 0;
        left: 50px;
    display: block;
    color: #fff;
    font-size: 42px;
    font-family: serif;
		visibility: visible;
}
.modal__btn-close {
visibility: hidden;
}
}
