.w3-border {
    border: 2px solid #b3b3b3!important;
}
.info-hotspot .info-hotspot-header {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: width 0.3s ease-in-out 0.5s, border-radius 0.3s ease-in-out 0.5s;
    transition: width 0.3s ease-in-out 0.5s, border-radius 0.3s ease-in-out 0.5s;
}

.info-hotspot .info-hotspot-icon-wrapper {
    width: 90px;
    height: 90px;
}

.info-hotspot .info-hotspot-title-wrapper {
    position: absolute;
    left: -50px;
    top: 85px;
    width: 0;
    height: 60px;
    padding: 0;
    overflow: hidden;
    -webkit-transition: width 0s 0.4s, padding 0s 0.4s;
    transition: width 0s 0.4s, padding 0s 0.4s;
    background: #fff;
    text-align: center;
    color: #666666;
    border-radius: 10px;
    font-size: 18px;
}
.hotspotLinks {
	
}
a {
    text-decoration: none;
}
#lobby {
    background: url("../img/akesis-lobby.jpg") center 0 transparent no-repeat;
    background-size: cover;
    height: 100vh;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}
#lobby #backToAkesis {
    display: block;
    position: absolute;
    z-index: 1;
    left: 56%;
    top: 52.5%;
}
#lobby #registerNow {
    display: block;
    position: absolute;
    z-index: 1;
    left: 17.75%;
    top: 62%;
}
#lobby #download {
    display: block;
    position: absolute;
    z-index: 1;
    left: 84%;
    top: 65%;
}

#gallery {
    background: url(../img/akesis-gallery.jpg) right 0 transparent no-repeat;
    background-size: cover;
    height: 100vh;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}
#gallery #backToAkesis {
    display: block;
    position: absolute;
    z-index: 1;
    left: 75%;
    top: 50%;
}
#gallery #openMediaGallery {
    display: block;
    position: absolute;
    z-index: 1;
    left: 46%;
    top: 60%;
}
#gallery #welcomeTxt {
    padding: 15%;
}
#gallery #welcomeTxt h3 {
    font-weight: 800;
    font-size: 30px;
    letter-spacing: .015em;
}
#gallery #welcomeTxt h4 {
    font-weight: 800;
    font-size: 25px;
    letter-spacing: .015em;
}
#gallery h6 {
    font-weight: 800;
    margin-bottom: 10px;
    font-size: 12px;
}
#gallery .w3-modal-content .w3-card-2 {
    padding: 5px;
    width: 90%;
}
#gallery .w3-modal-content .w3-card-2 img {
    width: 95% !important;
}

#galaxy {
    background: url("../img/galaxyPage.jpg") center 0 transparent no-repeat;
    background-size: cover;
    height: 100vh;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}
#galaxy #backToAkesis {
    display: block;
    position: absolute;
    z-index: 1;
    top: 59%;
    right: 4%;
}

#galaxy #openGalaxyMachine {
    display: block;
    position: absolute;
	
    z-index: 1;
    left: 50%;
    top: 60%;
}

#gemini {
    background: url("../img/geminiPage.jpg")  center 0 transparent no-repeat;
    background-size: cover;
    height: 100vh;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}
#gemini #backToAkesis {
    display: block;
    position: absolute;
    z-index: 1;
    left: 5%;
    top: 55%;
}

#gemini #openGeminiMachine {
    display: block;
    position: absolute;
	
    z-index: 1;
    left: 50%;
    top: 60%;
}

#station {
    background: url("../img/desk.jpg") center 0 transparent no-repeat;
    background-size: cover;
    height: 100vh;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}
#station #backToAkesis {
    display: block;
    position: absolute;
    z-index: 1;
    left: 5%;
    top: 50%;
}

#station #openStation {
    display: block;
    position: absolute;
	
    z-index: 1;
    left: 50%;
    top: 60%;
}

.w3-tooltip span {
    text-align: center;
	
}
.w3-tooltip, .w3-tooltip img {
    cursor: pointer !important;
	width: 60px;
}
.w3-tooltip:hover .w3-text {
    display: block;
    background: #fff;
    color: #666666;
    padding: 20px 10px;
    margin: 8px -60px;
    border-radius: 10px;
    font-size: 18px;
}

.w3-modal {
    padding-top: 0;
    background-color: transparent;
    z-index: 9;
}
.w3-modal-content {
    border-radius: 0;
    border: 0;
    background-color: #fff;
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    height: inherit;

}
#gallery .w3-modal-content {
    overflow: scroll;
}

#lobby .w3-modal {
    padding-top: 15%;
    background-color: transparent;
    z-index: 9;
}
#lobby .w3-modal-content {
    border-radius: 0;
    border: 0;
    background-color: #ffffffe8;
    width: 35%;
    max-height: 200px;
    overflow: hidden;
    height: inherit;
}
#lobby #successReg .closeBtn {
    border-radius: 50%;
    cursor: pointer;
    padding: 1px 5px;
    font-size: 10px;
    margin: 2%;
    color: gray;
}
#register .w3-modal-content {
    width: 465px;
    max-height: 42vh;
    overflow: auto;
}
#register.w3-modal {
    padding-top: 18%;
}
#register input {
    margin-bottom: 20px;
    border-radius: 5px;
}
#register .w3-btn {
    border-radius: 5px;
    padding: 5px 35px;
    font-size: 14px;
}
.info-hotspot-modal {
    background-color: transparent
}
.w3-modal header {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#75d0ad+0,ffffff+100&1+0,0+100 */
    background: -moz-linear-gradient(left,  rgba(117,208,173,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(117,208,173,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(117,208,173,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75d0ad', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    color: #fff;
    padding: 1.75em 2.25em;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
#galleryModal.w3-modal header {
    padding: .75em 2.25em;
}

#galaxyModal.w3-modal header {
    padding: .75em 2.25em;
}

#geminiModal.w3-modal header {
    padding: .75em 2.25em;
}
#stationModal.w3-modal header {
    padding: .75em 2.25em;
}
.w3-modal-content button:focus {
    outline: 0;
}
.w3-modal-content button.w3-left {
    background: transparent;
    border: 0;
    font-size: 14px !important;
    border-right: 1px solid black;
    padding-right: 20px;
    position: relative;
    cursor: pointer;
}
.w3-modal-content button.w3-left:last-child {
    border-right: 0;
    padding-right: 0;
}
.w3-modal-content button.w3-right {
    background: transparent;
    border: 0;
    font-size: 20px !important;
}
.w3-modal-content button.w3-left:hover:after {
    content: '';
    width: 87%;
    position: absolute;
    left: 3px;
    bottom: 1px;

    border-width: 0 0 1px;
    border-style: solid;
}


.info-hotspot-modal .info-hotspot-text {
    background-color: transparent;
    position: absolute;
    top: 0;
    bottom: unset;
    left: 0;
    right: 0;
    padding: 0;
}
.info-hotspot-modal .info-hotspot-close-wrapper {
    position: absolute;
    top: -25px;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 9;
}

.w3-modal header h2 {
    font-weight: 800;
    font-size: 34px;
    letter-spacing: .015em;
}
.w3-modal header span.w3-display-topright {
    color: #75D0AD;
    border: 1px solid #75D0AD;
    border-radius: 50%;
    padding: .45em .75em;
    margin: 1em;
    font-weight: 800;
    background: #fff;
	cursor: pointer !important;
}
.info-hotspot-modal img.info-hotspot-close-icon,
.station .info-hotspot-icon {
    display: none !important;
}
.info-hotspot-modal .info-hotspot-close-wrapper  {
    background-color: transparent;
}
.info-hotspot-close-wrapper:after {
    content: 'X';
    color: #75D0AD;
    border: 1px solid #75D0AD;
    border-radius: 50%;
    padding: .45em 0.70em;
    margin: 9px 0;
    font-weight: 800;
    background: #fff;
    display: block;
    width: 35px;
}

.info-hotspot-modal.visible .info-hotspot-header {
    color: #fff;
    padding: .75em 2.25em;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: transparent;
}

#galaxyMachineBG {
    background: url("../img/machine-right.png") 0 0 transparent no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
}
#geminiMachineBG {
    background: url("../img/machine-left.png") 0 0 transparent no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
}
#stationBG {
    background: url("../img/desk.png") 0 0 transparent no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
}
#openGalaxyMediaGallery,
#openGeminiMediaGallery,
#openStationMediaGallery {
    display: block;
    height: 85%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    cursor: grabbing;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100vh;
    background-color: black;
}