@import url(css/acer-font-435.css);
@import url(css/font-awesome.min.css);
/*@import url("flexslider.css");*/

@import url(css/font-predator.css);
@import url(https://fonts.googleapis.com/css?family=Comfortaa:300,400,500,600,700&display=swap&subset=cyrillic,cyrillic-ext,greek,latin-ext,vietnamese);
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');

/* ---reset.css--- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
language del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.neutro {
  --color-rgb: rgb(128, 195, 67);
  --color-rgb-degrada: rgb(0, 0, 0);
  --color-rgba: rgb(128, 195, 67,.8);
  --font-family-selec: "Acer Foco", sans-serif;
  --video-background-color: rgb(0, 0, 0);
  background-color: transparent;
  font-family: "Acer Foco", sans-serif;
  color:  rgb(0, 0, 0);
}

.acer {
  --color-rgb: rgb(128, 195, 67);
  --color-rgb-degrada: rgb(0, 0, 0);
  --color-rgba: rgb(128, 195, 67,.8);
  --font-family-selec: "Acer Foco", sans-serif;
  --video-background-color: rgb(0, 0, 0);
  background-color: rgb(255,255,255);
  font-family: "Acer Foco", sans-serif;
  color:  rgb(0, 0, 0);

}

.conceptd {
  --color-rgb: rgb(240, 88, 42);  
  --color-rgb-degrada: rgb(0, 0, 0);
  --color-rgba: rgb(240, 88, 42,.8);
  --font-family-selec: Comfortaa, Arial;
  --video-background-color: rgb(0, 0, 0);
  background-color: rgb(194, 194, 197); 
  font-family: Comfortaa, Arial;
  color: rgb(0, 0, 0);
}

.nitro {
  --color-rgb: rgb(186, 11, 11);
  --color-rgb-degrada: rgb(0, 0, 0);
  --color-rgba: rgb(186, 11, 11,.8);
  --font-family-selec: "TTSquares";
  --video-background-color: rgb(0, 0, 0);
  background-color: rgb(0, 0, 0);
  font-family: "TTSquares";
  color: rgb(255,255,255);
}

.porsche {
  --color-rgb: rgb(75, 82, 83);  
  --color-rgb-degrada: rgb(0, 0, 0);
  --color-rgba: rgb(75, 82, 83,.8);
  --font-family-selec: "TTSquares";
  --video-background-color: rgb(0, 0, 0);
  background-color: rgb(0, 0, 0);
  font-family: "TTSquares";
  color: rgb(255,255,255);
}

.predator {
  --color-rgb: rgb(0, 174, 205);
  --color-rgb-degrada: rgb(0, 0, 0);
  --color-rgba: rgb(0, 174, 205,.8);
  --font-family-selec: "TTSquares";
  --video-background-color: rgb(0, 0, 0);
  background-color: rgb(0, 0, 0);
  font-family: "TTSquares";
  color: rgb(255,255,255);
}

.google {
  --color-rgb: rgb(186, 11, 11);
  --color-rgb-degrada: rgb(186, 11, 11);
  --color-rgba: rgb(186, 11, 11,.8);
  --font-family-selec: 'Open Sans', sans-serif;
  --video-background-color: rgb(186, 11, 11);
  background-color: rgb(0, 0, 0);
  font-family: 'Open Sans', sans-serif;
  color: rgb(255,255,255);
}

:root {
  --principal-color-rgb: rgb(128, 195, 67);
  --principal-color-rgba: rgb(128, 195, 67, 0.8);
  --principal-font: "Acer Foco", sans-serif;
  --principal-font-color: rgb(0, 0, 0);

  --acer-color-rgb: rgb(128, 195, 67);
  --acer-color-rgba: rgba(128, 195, 67, 0.8);
  --acer-font: "Acer Foco", sans-serif;
  --acer-font-color: rgb(0, 0, 0);

  --predator-color-rgb: rgb(0, 174, 205);
  --predator-color-rgba: rgba(0, 174, 205, 0.8);
  --predator-font: "TTSquares";
  --predator-font-color: rgb(255, 255, 255);

  --nitro-color-rgb: rgb(186, 11, 11);
  --nitro-color-rgba: rgba(186, 11, 11, 0.8);

  --conceptd-color-rgb: rgb(240, 88, 42);
  --conceptd-color-rgba: rgba(240, 88, 42, 0.8);
  --conceptd-font: Comfortaa, Arial;
  --conceptd-font-color: rgb(255, 255, 255);

  --google-color-rgb: rgb(186, 11, 11);
  --google-color-rgba: rgba(186, 11, 11, 0.8);
  --google-font: "Open Sans", sans-serif;
  --google-font-color: rgb(0, 0, 0);

  --grey-color-rgb: rgb(137, 137, 139);
  --grey-color-rgba: rgba(137, 137, 139, 0.8);

  --white-color-rgb: rgb(255, 255, 255);
  --white-color-rgba: rgba(255, 255, 255, 0.8);

  --black-color-rgb: rgb(0, 0, 0);
  --black-color-rgba: rgba(0, 0, 0, 0.8);
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -ms-content-zooming: none;
  -webkit-tap-highlight-color: var(--black-color-rgba);
}

html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-family: var(--principal-font);
  font-size: 1em;
  background-color: var(--black-color-rgba);
  color: var(--white-color-rgba);
}



a,
a:hover,
a:active,
a:visited {
  text-decoration: none;
  color: inherit;
}

h1 {
  text-align: center;
  font-size: 1.5em;
  padding: .7em;
}


#pano {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.copyRightArea p {
  font-size: .8em;
  text-align: center;
}

.centerWindowInfo {
  height: auto;
  margin: 15px;
  align-items: center;
}

.buttonCenterWindow {
  border: 0em;
  width: 100%;
  text-align: end;
  background-color: transparent;
  color: white;
  padding-right: 30px;
  padding-bottom: 10px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

.centerWindowClose {
  border: 0em;
  width: 100%;
  background-color: var(--color-rgb);
  text-align: end;
}

.centerWindowClose img {
  width: 20px;
  background-color: var(--color-rgb);
}

#centerWindow {
  position: absolute;
  top: 15%;
  bottom: 15%;
  right: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  max-width: 700px;
  max-height: 500px;
  margin: auto;
  border: 0px solid var(--color-rgb);
  border-top: 0px solid var(--color-rgb);
  border-radius: 10px;
  line-height: 1.2em;
  padding: 0 em;
  overflow-y: auto;
  display: none;
}

#centerWindow p {
  margin-bottom: 1em;
}

#centerWindow li,
#centerWindow .tool {
  margin-bottom: 0.5em;
}

#centerWindow ul {
  list-style: disc;
  padding-left: 10px;
  margin-left: 10px;
}

#videoWindow {
  position: absolute;
  top: 15%;
  bottom: 15%;
  right: 10%;
  width: 90%; 
  height: 90%; 
  max-width: 660px;
  max-height: 410px;
  margin: auto;
  background-color:  var(--video-background-color);
  border: 1px solid  var(--video-background-color);
  border-top: 1px solid  var(--video-background-color);
  border-radius: 10px;
  line-height: 1.2em;
  padding: 0 em;
  overflow-y: auto;
  display: none;
}
.videoWindowInfo {
  height: auto;
  margin: 1px;
  align-items: center;
}

.buttonVideoWindow {
  border: 0em;
  width: 100%;
  text-align: end;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

.videoWindowClose {
  border: 0em;
  width: 100%;
  font-size: 2em;
  font-weight: bold;
  font-family: var(--acer-font);
  color: rgb(255,255,255);
  background-color: rgb(0,0,0);
  text-align: end;
}

.videoWindowClose img {
  width: 20px;
}

#videoWindow iframe {
  align-items: center;
  top: 600px;
  width: 100%; 
  height: 320;
  max-width: 640px;
  max-height: 360px;
}
/*=============*/


.myImgAngles {
  width: 100%;
  max-width: 400px;
  height: auto;
}

img.animaProductsImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  max-width: 400px;
  min-width: 380px;

}

#centerWindow iframe {
  align-items: center;
  top: 60px;
  width: 100%; 
  height: 320;
  max-width: 640;
  max-height: 320;
}


#titleBar {
  position: absolute;
  top: 0;
  left: 0;
  right: 30px;
  height: 30px;
  text-align: center;
}
#footerBar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 30px;
  height: 30px;
  text-align: center;
}

.mobile #titleBar {
  height: 30px;
  right: 30px;
}

/* If there is a fullscreen button the title bar must make space for it */
body.fullscreen-enabled #titleBar {
  right: 60px;
}

body.fullscreen-enabled.mobile #titleBar {
  right: 60px;
}

/* If there are multiple scenes the title bar must make space for the scene list toggle */
body.multiple-scenes #titleBar {
  left: 30px;
}

body.multiple-scenes.mobile #titleBar {
  left: 30px;
}

#titleBar .sceneName {
  width: 100%;
  height: 100%;
  line-height: 30px;
  padding: 5px;
  background-color: var(--acer-color-rgb);
  background-color: var(--acer-color-rgba);

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.mobile #titleBar .sceneName {
  line-height: 30px;
}

#fullscreenToggle {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
  background-color: var(--acer-color-rgb);
  background-color: var(--acer-color-rgba);
}

.mobile #fullscreenToggle {
  width: 30px;
  height: 30px;
}

body.fullscreen-enabled #fullscreenToggle {
  display: block;
}

#fullscreenToggle .icon {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
}

.mobile #fullscreenToggle .icon {
  top: 5px;
  right: 5px;
}

#fullscreenToggle .icon.on {
  display: none;
}

#fullscreenToggle .icon.off {
  display: block;

}

#fullscreenToggle.enabled .icon.on {
  display: block;
}

#fullscreenToggle.enabled .icon.off {
  display: none;
}

#autorotateToggle {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
  background-color: var(--acer-color-rgb);
  background-color: var(--acer-color-rgba);

}

.mobile #autorotateToggle {
  width: 30px;
  height: 30px;
}

/* If there is a fullscreen button, autorotate must placed a bit to the left */
body.fullscreen-enabled #autorotateToggle {
  right: 30px;
}

body.fullscreen-enabled.mobile #autorotateToggle {
  right: 30px;
}

#autorotateToggle .icon {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
}

.mobile #autorotateToggle .icon {
  top: 5px;
  right: 5px;
}

#autorotateToggle .icon.on {
  display: none;
}

#autorotateToggle .icon.off {
  display: block;
}

#autorotateToggle.enabled .icon.on {
  display: block;
}

#autorotateToggle.enabled .icon.off {
  display: none;
}

#sceneListToggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
  background-color: var(--acer-color-rgb);
  background-color: var(--acer-color-rgba);
}

.mobile #sceneListToggle {
  width: 30px;
  height: 30px;
}

#sceneListToggle .text {
  position: absolute;
  top: 5px;
  left: 15px;
  width: 100%;
  line-height: 30px;
}

#sceneListToggle .icon {
  position: absolute;
  top: 5px;
  right: 5px;
  left: 5px;
  width: 25px;
  height: 25px;
}

.mobile #sceneListToggle .icon {
  top: 5px;
  right: 5px;
}

#sceneListToggle .icon.on {
  display: none;
}

#sceneListToggle .icon.off {
  display: block;
}

#sceneListToggle.enabled .icon.on {
  display: block;
}

#sceneListToggle.enabled .icon.off {
  display: none;
}

#sceneList {
  position: absolute;
  top: 0;
  left: -200px;
  padding-top: 30px;
  width: 200px;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  margin-left: 20;
  -webkit-transition: margin-left 0.5s ease-in-out;
  transition: margin-left 0.5s ease-in-out;
}

.mobile #sceneList {
  padding-top: 30px;
}

#sceneList .scenes {
  width: 100%;
  background-color: var(--acer-color-rgb);
  background-color: var(--acer-color-rgba);
}

.mobile #sceneList {
  width: 100%;
  height: 100%;
  left: -100%;
}

.mobile #sceneList.enabled {
  margin-left: 100%;
}

.mobile #sceneList .scenes {
  height: 100%;
}

#sceneList.enabled {
  margin-left: 200px;
}

#sceneList .scene {
  display: block;
  width: 100%;
  height: 30px;
}

.mobile #sceneList .scene {
  height: 30px;
}

#sceneList .scene .text {
  width: 100%;
  height: 100%;
  padding: 0 15px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mobile #sceneList .scene .text {
  line-height: 30px;
}

.no-touch #sceneList .scene:hover {
  background-color: var(--acer-color-rgb);
  background-color: var(--acer-color-rgba);
}

#sceneList .scene.current {
  background-color: var(--acer-color-rgb);
  background-color: var(--acer-color-rgba);
}

/* Hide scene list when only a single scene exists */
body.single-scene #sceneList,
body.single-scene #sceneListToggle {
  display: none;
}

/* Link hotspot */
.link-hotspot {
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  opacity: 0.9;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.no-touch .link-hotspot:hover {
  opacity: 1;
}

.mobile .link-hotspot {
  width: 70px;
  height: 70px;
}

.link-hotspot-icon {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.link-hotspot-tooltip {
  position: absolute;
  left: 100%;
  top: 14px;
  /* ( 60 - (16 + 2*8) ) / 2 */
  margin-left: 3px;
  font-size: .9em;
  max-width: 300px;
  padding: 8px 10px;
  border-radius: 5px;
  background-color: var(--grey-color-rgb);
  background-color: var(--grey-color-rgba);
  color: var(--white-color-rgb);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  -ms-transform: translateX(-8px);
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
  -webkit-transition: -ms-transform 0.3s,
    -webkit-transform 0.3s,
    transform 0.3s,
    opacity 0.3s;
  transition: -ms-transform 0.3s,
    -webkit-transform 0.3s,
    transform 0.3s,
    opacity 0.3s;
}

.mobile .link-hotspot {
  top: 19px;
  /* ( 70 - (16 + 2*8) ) / 2 */
}

.no-touch .link-hotspot:hover .link-hotspot-tooltip {
  opacity: 1;
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* Prevent tooltip from triggering */
.link-hotspot-tooltip {
  pointer-events: none;
}

.no-touch .link-hotspot:hover .link-hotspot-tooltip {
  pointer-events: all;
}

/* Fallback mode without pointer-events (IE8-10) */
.tooltip-fallback .link-hotspot-tooltip {
  display: none;
}

.no-touch .tooltip-fallback .link-hotspot:hover .link-hotspot-tooltip {
  display: block;
}

/*==============*/
/* Info hotspot */
.info-hotspot {
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;

  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;

  perspective: 700px;
  -webkit-perspective: 700px;
}

.info-hotspot img {
  width: 100%;
  height: 100%;
}

.info-hotspot:hover {
  z-index: 3;
}

.info-hotspot .info-hotspot-text {
  position: absolute;
  left: 10px;
  top: -200px;
  width: 700px;
  background-image: linear-gradient(to right, var(--color-rgb), var(--color-rgb-degrada));
  color: rgb(255, 255, 255);
  border-radius: 25px;

  opacity: 0;
  pointer-events: none;
  transform: rotateZ(5deg) rotateY(40deg);
  -webkit-transform: rotateZ(5deg) rotateY(40deg);

  transform-origin: left center;
  -webkit-transform-origin: left center;

  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}


.info-hotspot:hover .info-hotspot-text {
  opacity: 1;
  pointer-events: all;
  transform: none;
  -webkit-transform: none;
  font-size: 0;
}

.info-hotspot .info-hotspot-text h1 {
  font-family: var(--font-family-selec);
  font-weight: bold;
  font-size: 16px;
  padding: .5em;
  text-align: center;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}

.info-hotspot .info-hotspot-text p {
  font-family: var(--font-family-selec);
  font-size: 16px;
  padding: .5em;
  text-align: center;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}

.info-hotspot .info-hotspot-text img {
  font-size: 16px;
  padding: .5em;
}

.info-hotspot .info-hotspot-close {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 5px;
  border: 5px solid rgba(255, 255, 255, .0);
  border-radius: 50%;
  cursor: pointer;
  transition: border .3s ease-in-out;
}

.info-hotspot .info-hotspot-in {
  width: 100%;
  height: 100%;
  background-color: var(--color-rgb);
  padding: 10px;
  border-radius: 50%;
  color: #444;
  text-align: center;
  line-height: 60px;
  font-size: 2em;

  transition: background-color .3s ease-in-out;
}

.info-hotspot .info-hotspot-in .info-hotspot-icon {
  width: 25px;
  height: 25px;
  background-color: var(--color-rgb);
  background-size: 15px;  
  background-position: 0 15px;
  border-radius: 15px; 
}






/*===============*/
/*tooltip-hotspot*/

.tooltip-hotspot .tooltip-hotspot-text {
  position: absolute;
  left: -70px;
  bottom: 80px;
  width: 200px;

  pointer-events: none;

  background-color: rgb(55, 56, 54);
  color: #fff;
  line-height: 1.2em;
  padding: .8em;
  opacity: 0;

  -webkit-transform-origin: 50% calc(100% + 6em);
  transform-origin: 50% calc(100% + 6em);

  -webkit-transform: rotate3d(0,0,1,15deg);
  transform: rotate3d(0,0,1,15deg);

  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;

  -webkit-transition-timing-function: ease, cubic-bezier(.17,.67,.4,1.39);
  transition-timing-function: ease, cubic-bezier(.17,.67,.4,1.39);
}

.tooltip-hotspot:hover {
  z-index: 3;
}

.tooltip-hotspot:hover .tooltip-hotspot-text {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translate3d(0,0,0) rotate3d(0,0,0,0);
  transform: translate3d(0,0,0) rotate3d(0,0,0,0);
}

.tooltip-hotspot .tooltip-hotspot-close {
  cursor: pointer;
}

.tooltip-hotspot .tooltip-hotspot-close .tooltip-hotspot-closeout:before {
  speak: none;
  font-size: 48px;
  line-height: 90px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}

.tooltip-hotspot .tooltip-hotspot-close .tooltip-hotspot-closeout {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 5px solid rgba(255,255,255,.8);
  -webkit-transition: -webkit-transform ease-out 0.1s, border 0.2s;
  -moz-transition: -moz-transform ease-out 0.1s, border 0.2s;
  transition: transform ease-out 0.1s, border 0.2s;
}

.tooltip-hotspot .tooltip-hotspot-close .tooltip-hotspot-in {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(255,255,255,.8);
  border-radius: 50%;
  -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
  -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s;
}

.tooltip-hotspot .tooltip-hotspot-close .tooltip-hotspot-closeout:after {
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.tooltip-hotspot .tooltip-hotspot-close:hover .tooltip-hotspot-closeout {
  border: 5px solid rgba(255,255,255,1);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  color: #fff;
}

.tooltip-hotspot .tooltip-hotspot-close:hover .tooltip-hotspot-in {
  background-color: rgba(255,255,255,1);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.tooltip-hotspot .tooltip-hotspot-close:hover .tooltip-hotspot-closeout:after {
  -webkit-animation: sonarEffect 1.2s ease-out;
  -moz-animation: sonarEffect 1.2s ease-out;
  animation: sonarEffect 1.2s ease-out;
}

@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.5;
  }
  20% {
    opacity: 0.8;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px rgba(128, 195, 67,.8), 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px rgba(128, 195, 67,.8), 0 0 0 10px rgba(255,255,255,0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.5;
  }
  20% {
    opacity: 0.8;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px rgba(128, 195, 67,.8), 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px rgba(128, 195, 67,.8), 0 0 0 10px rgba(255,255,255,0.5);
    -moz-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.5;
  }
  20% {
    opacity: 0.8;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px rgba(128, 195, 67,.8), 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px rgba(128, 195, 67,.8), 0 0 0 10px rgba(255,255,255,0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}


/*text-hotspot*/
.text-hotspot .text-hotspot-tooltip {
  position: absolute;
  left: -80px;
  bottom: 40px;
  width: 200px;
  border-radius: 20px;
  pointer-events: none;
  background-color: var(--grey-color-rgba);
  color: var(--black-color-rgb);
  padding: .8em;
  opacity: 0;
  -webkit-transform-origin: 50% calc(100% + 6em);
  transform-origin: 50% calc(100% + 6em);
  -webkit-transform: rotate3d(0, 0, 1, 15deg);
  transform: rotate3d(0, 0, 1, 15deg);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  -webkit-transition-timing-function: ease, cubic-bezier(.17, .67, .4, 1.39);
  transition-timing-function: ease, cubic-bezier(.17, .67, .4, 1.39);
}

.text-hotspot-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  cursor: pointer;
}



.text-hotspot:hover .text-hotspot-tooltip {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}

/*
.text-hotspot .textyllo {
  cursor: pointer;
}

.text-hotspot .textyllo .out:before {
  speak: none;
  line-height: 90px;
  display: block;
  -webkit-font-smoothing: antialiased;
}

.text-hotspot .textyllo .out {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 5px solid var(--white-color-rgba);
  -webkit-transition: -webkit-transform ease-out 0.1s, border 0.2s;
  -moz-transition: -moz-transform ease-out 0.1s, border 0.2s;
  transition: transform ease-out 0.1s, border 0.2s;
}

.text-hotspot .textyllo .in {
  color: white;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: var(--white-color-rgba);
  border-radius: 50%;
  -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
  -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s;
}

.text-hotspot .textyllo .out:after {
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px var(--white-color-rgba);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.text-hotspot .textyllo:hover .out {
  border: 5px solid var(--white-color-rgba);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  color: var(--white-color-rgb);
}

.text-hotspot .textyllo .in {
  background-color: var(--white-color-rgba);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.text-hotspot .textyllo:hover .out:after {
  -webkit-animation: sonarEffect 1.2s ease-out;
  -moz-animation: sonarEffect 1.2s ease-out;
  animation: sonarEffect 1.2s ease-out;
}


@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.5;
  }

  20% {
    opacity: 0.8;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px var(--acer-color-rgba), 0 0 0 10px rgba(255, 255, 255, 0.5);
  }

  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px var(--acer-color-rgba), 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}

@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.5;
  }

  20% {
    opacity: 0.8;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px var(--acer-color-rgba), 0 0 0 10px rgba(255, 255, 255, 0.5);
  }

  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px var(--acer-color-rgba), 0 0 0 10px rgba(255, 255, 255, 0.5);
    -moz-transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes sonarEffect {
  0% {
    opacity: 0.5;
  }

  20% {
    opacity: 0.8;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px var(--acer-color-rgba), 0 0 0 10px rgba(255, 255, 255, 0.5);
  }

  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px var(--acer-color-rgba);
    0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
*/


/* View control buttons */

.viewControlButton {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 40px;
  padding: 0px;
  background-color: var(--acer-color-rgb);
  background-color: var(--acer-color-rgba);
  border-radius: 6px;
}

body.view-control-buttons .viewControlButton {
  display: block;
}

/* Hide controls when width is too small */
@media (max-width: 600px) {
  body.view-control-buttons .viewControlButton {
    display: none;
  }
}

.viewControlButton .icon {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 35px;
  height: 35px;
}

/* Center is at margin-left: -20px */
.viewControlButton-1 {
  margin-left: -145px;
}

.viewControlButton-2 {
  margin-left: -95px;
}

.viewControlButton-3 {
  margin-left: -45px;
}

.viewControlButton-4 {
  margin-left: 5px;
}

.viewControlButton-5 {
  margin-left: 55px;
}

.viewControlButton-6 {
  margin-left: 105px;
}

.viewControlButton-7 {
  left: 0;
  width: 45px;
}

.viewControlButton-8 {
  left: 55;
  background-color: rgba(255, 255, 255, 0.8);
  width: 45px;
}

/*Amex*/
.viewLogo {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100px;
  height: 100px;
  padding: 3px;
  background-color: transparent;
  margin-left: -72px;
  top: 2px;
  right: 2px;
}

/*//---------------*/
/*============================*/
/* infoup hotspot */
.infoup-hotspot {
  line-height: 1.2em;
  opacity: 0.9;
  -webkit-transition: opacity 0.2s 0.2s;
  transition: opacity 0.2s 0.2s;
}

.no-touch .infoup-hotspot:hover {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.infoup-hotspot.visible {
  opacity: 1;
}

.infoup-hotspot .infoup-hotspot-header {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: var(--acer-color-rgb);
  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;
}

.mobile .infoup-hotspot .infoup-hotspot-header {
  width: 50px;
  height: 50px;
  border-radius: 20px;
}

.desktop.no-touch .infoup-hotspot .infoup-hotspot-header:hover {
  width: 230px;
  border-radius: 20px;
  -webkit-transition: width 0.3s ease-in-out,
    border-radius 0.3s ease-in-out;
  transition: width 0.3s ease-in-out,
    border-radius 0.3s ease-in-out;
}

.desktop .infoup-hotspot.visible .infoup-hotspot-header,
.desktop.no-touch .infoup-hotspot.visible .infoup-hotspot-header:hover {
  width: 230px;
  border-radius: 20px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-transition: width 0.3s ease-in-out,
    border-radius 0.3s ease-in-out;
  transition: width 0.3s ease-in-out,
    border-radius 0.3s ease-in-out;
}

.infoup-hotspot .infoup-hotspot-icon-wrapper {
  width: 40px;
  height: 40px;
}

.mobile .infoup-hotspot .infoup-hotspot-icon-wrapper {
  width: 50px;
  height: 50px;
}

.infoup-hotspot .infoup-hotspot-icon {
  width: 100%;
  height: 100%;
  margin: 5%;
}

.infoup-hotspot .infoup-hotspot-title-wrapper {
  position: absolute;
  left: 40px;
  top: 0;
  width: 0;
  height: 40px;
  padding: 0;
  overflow: hidden;
  -webkit-transition: width 0s 0.4s,
    padding 0s 0.4s;
  transition: width 0s 0.4s,
    padding 0s 0.4s;
}

.desktop .infoup-hotspot.visible .infoup-hotspot-title-wrapper,
.desktop.no-touch .infoup-hotspot .infoup-hotspot-header:hover .infoup-hotspot-title-wrapper {
  width: 220px;
  padding: 0 10px;
  -webkit-transition: width 0s 0.4s,
    padding 0s 0.4s;
  transition: width 0s 0.4s,
    padding 0s 0.4s;
}

.infoup-hotspot .infoup-hotspot-title-wrapper:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.infoup-hotspot .infoup-hotspot-title {
  display: inline-block;
  vertical-align: middle;

  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.infoup-hotspot .infoup-hotspot-close-wrapper {
  position: absolute;
  left: 190px;
  top: 0;
  height: 40px;
  width: 40px;
  border-bottom-right-radius: 20px;
  background-color: var(--acer-color-rgb);
  visibility: hidden;
  -ms-transform: perspective(200px) rotateY(90deg);
  -webkit-transform: perspective(200px) rotateY(90deg);
  transform: perspective(200px) rotateY(90deg);
  -ms-transform-origin: 0 50% 0;
  -webkit-transform-origin: 0 50% 0;
  transform-origin: 0 50% 0;
  -webkit-transition: -ms-transform 0.3s 0.3s,
    -webkit-transform 0.3s 0.3s,
    transform 0.3s 0.3s,
    visibility 0s 0.6s;
  transition: -ms-transform 0.3s 0.3s,
    -webkit-transform 0.3s 0.3s,
    transform 0.3s 0.3s,
    visibility 0s 0.6s;
}

.desktop .infoup-hotspot.visible .infoup-hotspot-close-wrapper {
  visibility: visible;
  -ms-transform: perspective(200px) rotateY(0deg);
  -webkit-transform: perspective(200px) rotateY(0deg);
  transform: perspective(200px) rotateY(0deg);
  -webkit-transition: -ms-transform 0.3s,
    -webkit-transform 0.3s,
    transform 0.3s,
    visibility 0s 0s;
  transition: -ms-transform 0.3s,
    -webkit-transform 0.3s,
    transform 0.3s,
    visibility 0s 0s;
}

.infoup-hotspot .infoup-hotspot-close-icon {
  width: 70%;
  height: 70%;
  margin: 15%;
}

.infoup-hotspot .infoup-hotspot-text {
  position: absolute;
  width: 230px;
  height: -200px;
  max-height: 190px;
  top: -190px;
  left: 0;
  padding: 5px;
  
  background-color: var(--grey-color-rgb);
  background-color: var(--grey-color-rgba);
  color: var(--white-color-rgb);

  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow-y: auto;
  visibility: hidden;
  /* rotate(90deg) causes transition flicker on Firefox 58 */
  -ms-transform: perspective(-240px) rotateX(-89.999deg);
  -webkit-transform: perspective(-240px) rotateX(-89.999deg);
  transform: perspective(-240px) rotateX(-89.999deg);

  -ms-transform-origin: 50% 0 0;
  -webkit-transform-origin: 50% 0 0;
  transform-origin: 50% 0 0;
  -webkit-transition: -ms-transform 0.3s,
    -webkit-transform 0.3s,
    transform 0.3s,
    visibility 0s 0.3s;
  transition: -ms-transform 0.3s,
    -webkit-transform 0.3s,
    transform 0.3s,
    visibility 0s 0.3s;

  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.desktop .infoup-hotspot.visible .infoup-hotspot-text {
  visibility: visible;
  -ms-transform: perspective(200px) rotateX(0deg);
  -webkit-transform: perspective(200px) rotateX(0deg);
  transform: perspective(200px) rotateX(0deg);
  -webkit-transition: -ms-transform 0.3s 0.3s,
    -webkit-transform 0.3s 0.3s,
    transform 0.3s 0.3s,
    visibility 0s 0s;
  transition: -ms-transform 0.3s 0.3s,
    -webkit-transform 0.3s 0.3s,
    transform 0.3s 0.3s,
    visibility 0s 0s;
}

/* infoup hotspot modal */
.desktop .infoup-hotspot-modal {
  display: none;
}

.infoup-hotspot-modal {
  top: 30px;
  left: 0;
  position: absolute;
  width: 100%;
  height: 90%;
  overflow: hidden;
  z-index: 11000 !important;
  background-color: var(--grey-color-rgba);
  line-height: 1.2em;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-in-out 0.5s,
    visibility 0s 0.7s;
  transition: opacity 0.2s ease-in-out 0.5s,
    visibility 0s 0.7s;
}

.infoup-hotspot-modal.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s ease-in-out,
    visibility 0s 0s;
  transition: opacity 0.2s ease-in-out,
    visibility 0s 0s;
}

.infoup-hotspot-modal .infoup-hotspot-header {
  position: absolute;
  top: 20px;
  left: 10px;
  right: 10px;
  width: auto;
  height: 25px;
  background-color: var(--acer-color-rgb);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out 0.2s;
  transition: opacity 0.3s ease-in-out 0.2s;
}

.infoup-hotspot-modal.visible .infoup-hotspot-header {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out 0.2s;
  transition: opacity 0.3s ease-in-out 0.2s;
}

.infoup-hotspot-modal .infoup-hotspot-icon-wrapper {
  width: 25px;
  height: 25px;
}

.infoup-hotspot-modal .infoup-hotspot-icon {
  width: 90%;
  height: 90%;
  margin: 5%;
}

.infoup-hotspot-modal .infoup-hotspot-title-wrapper {
  position: absolute;
  top: 0;
  left: 25px;
  right: 25px;
  width: auto;
  height: 25px;
  padding: 0 5px;
}

.infoup-hotspot-modal .infoup-hotspot-title-wrapper:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.infoup-hotspot-modal .infoup-hotspot-title {
  display: inline-block;
  vertical-align: middle;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.infoup-hotspot-modal .infoup-hotspot-close-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  background-color: var(--acer-color-rgb);
  cursor: pointer;
}

.infoup-hotspot-modal .infoup-hotspot-close-icon {
  width: 70%;
  height: 70%;
  margin: 15%;
}

.infoup-hotspot-modal .infoup-hotspot-text {
  position: absolute;
  top: 45px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  padding: 5px;
  color: var(--black-color-rgb);
  background-color: var(--white-color-rgb);
  overflow-y: auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.infoup-hotspot-modal.visible .infoup-hotspot-text {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out 0.4s;
  transition: opacity 0.3s ease-in-out 0.4s;
}

/* predator hotspot */

.predator-hotspot {
  font-family: var(--predator-font);
  line-height: 1.2em;
  opacity: 0.9;
  -webkit-transition: opacity 0.2s 0.2s;
  transition: opacity 0.2s 0.2s;
}

.no-touch .predator-hotspot:hover {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.predator-hotspot.visible {
  opacity: 1;
}

.predator-hotspot .predator-hotspot-header {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: var(--predator-color-rgb);
  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;
}

.button-predator {
  font-size: .8em;
  color: var(--white-color-rgb);
  background-color: var(--predator-color-rgb);
}

.mobile .predator-hotspot .predator-hotspot-header {
  width: 50px;
  height: 50px;
  border-radius: 20px;
}

.desktop.no-touch .predator-hotspot .predator-hotspot-header:hover {
  width: 210px;
  border-radius: 20px;
  -webkit-transition: width 0.3s ease-in-out,
    border-radius 0.3s ease-in-out;
  transition: width 0.3s ease-in-out,
    border-radius 0.3s ease-in-out;
}

.desktop .predator-hotspot.visible .predator-hotspot-header,
.desktop.no-touch .predator-hotspot.visible .predator-hotspot-header:hover {
  width: 230px;
  border-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-transition: width 0.3s ease-in-out,
    border-radius 0.3s ease-in-out;
  transition: width 0.3s ease-in-out,
    border-radius 0.3s ease-in-out;
}

.predator-hotspot .predator-hotspot-icon-wrapper {
  width: 40px;
  height: 40px;
}

.mobile .predator-hotspot .predator-hotspot-icon-wrapper {
  width: 50px;
  height: 50px;
}

.predator-hotspot .predator-hotspot-icon {
  width: 90%;
  height: 90%;
  margin: 5%;
}

.predator-hotspot .predator-hotspot-title-wrapper {
  position: absolute;
  left: 40px;
  top: 0;
  width: 0;
  height: 40px;
  padding: 0;
  overflow: hidden;
  -webkit-transition: width 0s 0.4s,
    padding 0s 0.4s;
  transition: width 0s 0.4s,
    padding 0s 0.4s;
}

.desktop .predator-hotspot.visible .predator-hotspot-title-wrapper,
.desktop.no-touch .predator-hotspot .predator-hotspot-header:hover .predator-hotspot-title-wrapper {
  width: 220px;
  padding: 0 10px;
  -webkit-transition: width 0s 0.4s,
    padding 0s 0.4s;
  transition: width 0s 0.4s,
    padding 0s 0.4s;
}

.predator-hotspot .predator-hotspot-title-wrapper:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.predator-hotspot .predator-hotspot-title {
  display: inline-block;
  vertical-align: middle;

  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.predator-hotspot .predator-hotspot-close-wrapper {
  position: absolute;
  left: 190px;
  top: 0;
  height: 40px;
  width: 40px;
  border-top-right-radius: 20px;
  background-color: var(--predator-color-rgb);
  visibility: hidden;
  -ms-transform: perspective(200px) rotateY(90deg);
  -webkit-transform: perspective(200px) rotateY(90deg);
  transform: perspective(200px) rotateY(90deg);
  -ms-transform-origin: 0 50% 0;
  -webkit-transform-origin: 0 50% 0;
  transform-origin: 0 50% 0;
  -webkit-transition: -ms-transform 0.3s 0.3s,
    -webkit-transform 0.3s 0.3s,
    transform 0.3s 0.3s,
    visibility 0s 0.6s;
  transition: -ms-transform 0.3s 0.3s,
    -webkit-transform 0.3s 0.3s,
    transform 0.3s 0.3s,
    visibility 0s 0.6s;
}

.desktop .predator-hotspot.visible .predator-hotspot-close-wrapper {
  visibility: visible;
  -ms-transform: perspective(200px) rotateY(0deg);
  -webkit-transform: perspective(200px) rotateY(0deg);
  transform: perspective(200px) rotateY(0deg);
  -webkit-transition: -ms-transform 0.3s,
    -webkit-transform 0.3s,
    transform 0.3s,
    visibility 0s 0s;
  transition: -ms-transform 0.3s,
    -webkit-transform 0.3s,
    transform 0.3s,
    visibility 0s 0s;
}

.predator-hotspot .predator-hotspot-close-icon {
  width: 70%;
  height: 70%;
  margin: 15%;
}

.predator-hotspot .predator-hotspot-text {
  color: var(--white-color-rgb);
  position: absolute;
  width: 230px;
  height: auto;
  max-height: 190px;
  top: 40px;
  left: 0;
  padding: 5px;
  background-color: var(--black-color-rgb);
  ;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-y: auto;
  visibility: hidden;
  /* rotate(90deg) causes transition flicker on Firefox 58 */
  -ms-transform: perspective(-240px) rotateX(-89.999deg);
  -webkit-transform: perspective(-240px) rotateX(-89.999deg);
  transform: perspective(-240px) rotateX(-89.999deg);

  -ms-transform-origin: 50% 0 0;
  -webkit-transform-origin: 50% 0 0;
  transform-origin: 50% 0 0;
  -webkit-transition: -ms-transform 0.3s,
    -webkit-transform 0.3s,
    transform 0.3s,
    visibility 0s 0.3s;
  transition: -ms-transform 0.3s,
    -webkit-transform 0.3s,
    transform 0.3s,
    visibility 0s 0.3s;

  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.desktop .predator-hotspot.visible .predator-hotspot-text {
  visibility: visible;
  -ms-transform: perspective(200px) rotateX(0deg);
  -webkit-transform: perspective(200px) rotateX(0deg);
  transform: perspective(200px) rotateX(0deg);
  -webkit-transition: -ms-transform 0.3s 0.3s,
    -webkit-transform 0.3s 0.3s,
    transform 0.3s 0.3s,
    visibility 0s 0s;
  transition: -ms-transform 0.3s 0.3s,
    -webkit-transform 0.3s 0.3s,
    transform 0.3s 0.3s,
    visibility 0s 0s;
}

/* predator hotspot modal */

.desktop .predator-hotspot-modal {
  display: none;
}

.predator-hotspot-modal {
  top: 32px;
  left: 0;
  position: absolute;
  width: 100%;
  height: 90%;
  overflow: hidden;
  z-index: 11000 !important;
  background-color: var(--grey-color-rgba);
  line-height: 1.2em;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-in-out 0.5s,
    visibility 0s 0.7s;
  transition: opacity 0.2s ease-in-out 0.5s,
    visibility 0s 0.7s;
}

.predator-hotspot-modal.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s ease-in-out,
    visibility 0s 0s;
  transition: opacity 0.2s ease-in-out,
    visibility 0s 0s;
}

.predator-hotspot-modal .predator-hotspot-header {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  width: auto;
  height: 25px;
  background-color: var(--predator-color-rgb);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out 0.2s;
  transition: opacity 0.3s ease-in-out 0.2s;
}

.predator-hotspot-modal.visible .predator-hotspot-header {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out 0.2s;
  transition: opacity 0.3s ease-in-out 0.2s;
}

.predator-hotspot-modal .predator-hotspot-icon-wrapper {
  width: 25px;
  height: 25px;
}

.predator-hotspot-modal .predator-hotspot-icon {
  width: 90%;
  height: 90%;
  margin: 5%;
}

.predator-hotspot-modal .predator-hotspot-title-wrapper {
  position: absolute;
  top: 0;
  left: 25px;
  right: 25px;
  width: auto;
  height: 25px;
  padding: 0 5px;
}

.predator-hotspot-modal .predator-hotspot-title-wrapper:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.predator-hotspot-modal .predator-hotspot-title {
  display: inline-block;
  vertical-align: middle;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.predator-hotspot-modal .predator-hotspot-close-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  background-color: var(--predator-color-rgb);
  cursor: pointer;
}

.predator-hotspot-modal .predator-hotspot-close-icon {
  width: 70%;
  height: 70%;
  margin: 15%;
}

.predator-hotspot-modal .predator-hotspot-text {
  position: absolute;
  top: 36px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  padding: 5px;
  background-color: var(--black-color-rgb);
  overflow-y: auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;

  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.predator-hotspot-modal.visible .predator-hotspot-text {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out 0.4s;
  transition: opacity 0.3s ease-in-out 0.4s;
}


/* nitro hotspot */

.nitro-hotspot {
  font-family: var(--nitro-font);
  line-height: 1.2em;
  opacity: 0.9;
  -webkit-transition: opacity 0.2s 0.2s;
  transition: opacity 0.2s 0.2s;
}

.no-touch .nitro-hotspot:hover {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.nitro-hotspot.visible {
  opacity: 1;
}

.nitro-hotspot .nitro-hotspot-header {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: var(--nitro-color-rgb);
  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;
}

.button-nitro {
  font-size: .8em;
  color: var(--white-color-rgb);
  background-color: var(--nitro-color-rgb);
}

.mobile .nitro-hotspot .nitro-hotspot-header {
  width: 50px;
  height: 50px;
  border-radius: 20px;
}

.desktop.no-touch .nitro-hotspot .nitro-hotspot-header:hover {
  width: 210px;
  border-radius: 20px;
  -webkit-transition: width 0.3s ease-in-out,
    border-radius 0.3s ease-in-out;
  transition: width 0.3s ease-in-out,
    border-radius 0.3s ease-in-out;
}

.desktop .nitro-hotspot.visible .nitro-hotspot-header,
.desktop.no-touch .nitro-hotspot.visible .nitro-hotspot-header:hover {
  width: 230px;
  border-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-transition: width 0.3s ease-in-out,
    border-radius 0.3s ease-in-out;
  transition: width 0.3s ease-in-out,
    border-radius 0.3s ease-in-out;
}

.nitro-hotspot .nitro-hotspot-icon-wrapper {
  width: 40px;
  height: 40px;
}

.mobile .nitro-hotspot .nitro-hotspot-icon-wrapper {
  width: 50px;
  height: 50px;
}

.nitro-hotspot .nitro-hotspot-icon {
  width: 90%;
  height: 90%;
  margin: 5%;
}

.nitro-hotspot .nitro-hotspot-title-wrapper {
  position: absolute;
  left: 40px;
  top: 0;
  width: 0;
  height: 40px;
  padding: 0;
  overflow: hidden;
  -webkit-transition: width 0s 0.4s,
    padding 0s 0.4s;
  transition: width 0s 0.4s,
    padding 0s 0.4s;
}

.desktop .nitro-hotspot.visible .nitro-hotspot-title-wrapper,
.desktop.no-touch .nitro-hotspot .nitro-hotspot-header:hover .nitro-hotspot-title-wrapper {
  width: 220px;
  padding: 0 10px;
  -webkit-transition: width 0s 0.4s,
    padding 0s 0.4s;
  transition: width 0s 0.4s,
    padding 0s 0.4s;
}

.nitro-hotspot .nitro-hotspot-title-wrapper:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.nitro-hotspot .nitro-hotspot-title {
  display: inline-block;
  vertical-align: middle;

  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.nitro-hotspot .nitro-hotspot-close-wrapper {
  position: absolute;
  left: 190px;
  top: 0;
  height: 40px;
  width: 40px;
  border-top-right-radius: 20px;
  background-color: var(--nitro-color-rgb);
  visibility: hidden;
  -ms-transform: perspective(200px) rotateY(90deg);
  -webkit-transform: perspective(200px) rotateY(90deg);
  transform: perspective(200px) rotateY(90deg);
  -ms-transform-origin: 0 50% 0;
  -webkit-transform-origin: 0 50% 0;
  transform-origin: 0 50% 0;
  -webkit-transition: -ms-transform 0.3s 0.3s,
    -webkit-transform 0.3s 0.3s,
    transform 0.3s 0.3s,
    visibility 0s 0.6s;
  transition: -ms-transform 0.3s 0.3s,
    -webkit-transform 0.3s 0.3s,
    transform 0.3s 0.3s,
    visibility 0s 0.6s;
}

.desktop .nitro-hotspot.visible .nitro-hotspot-close-wrapper {
  visibility: visible;
  -ms-transform: perspective(200px) rotateY(0deg);
  -webkit-transform: perspective(200px) rotateY(0deg);
  transform: perspective(200px) rotateY(0deg);
  -webkit-transition: -ms-transform 0.3s,
    -webkit-transform 0.3s,
    transform 0.3s,
    visibility 0s 0s;
  transition: -ms-transform 0.3s,
    -webkit-transform 0.3s,
    transform 0.3s,
    visibility 0s 0s;
}

.nitro-hotspot .nitro-hotspot-close-icon {
  width: 70%;
  height: 70%;
  margin: 15%;
}

.nitro-hotspot .nitro-hotspot-text {
  color: white;
  position: absolute;
  width: 230px;
  height: auto;
  max-height: 190px;
  top: 40px;
  left: 0;
  padding: 5px;
  background-color: var(--black-color-rgb);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-y: auto;
  visibility: hidden;
  /* rotate(90deg) causes transition flicker on Firefox 58 */
  -ms-transform: perspective(-240px) rotateX(-89.999deg);
  -webkit-transform: perspective(-240px) rotateX(-89.999deg);
  transform: perspective(-240px) rotateX(-89.999deg);

  -ms-transform-origin: 50% 0 0;
  -webkit-transform-origin: 50% 0 0;
  transform-origin: 50% 0 0;
  -webkit-transition: -ms-transform 0.3s,
    -webkit-transform 0.3s,
    transform 0.3s,
    visibility 0s 0.3s;
  transition: -ms-transform 0.3s,
    -webkit-transform 0.3s,
    transform 0.3s,
    visibility 0s 0.3s;

  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.desktop .nitro-hotspot.visible .nitro-hotspot-text {
  visibility: visible;
  -ms-transform: perspective(200px) rotateX(0deg);
  -webkit-transform: perspective(200px) rotateX(0deg);
  transform: perspective(200px) rotateX(0deg);
  -webkit-transition: -ms-transform 0.3s 0.3s,
    -webkit-transform 0.3s 0.3s,
    transform 0.3s 0.3s,
    visibility 0s 0s;
  transition: -ms-transform 0.3s 0.3s,
    -webkit-transform 0.3s 0.3s,
    transform 0.3s 0.3s,
    visibility 0s 0s;
}

/* nitro hotspot modal */

.desktop .nitro-hotspot-modal {
  display: none;
}

.nitro-hotspot-modal {
  top: 32px;
  left: 0;
  position: absolute;
  width: 100%;
  height: 90%;
  overflow: hidden;
  z-index: 11000 !important;
  background-color: var(--grey-color-rgba);
  line-height: 1.2em;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-in-out 0.5s,
    visibility 0s 0.7s;
  transition: opacity 0.2s ease-in-out 0.5s,
    visibility 0s 0.7s;
}

.nitro-hotspot-modal.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s ease-in-out,
    visibility 0s 0s;
  transition: opacity 0.2s ease-in-out,
    visibility 0s 0s;
}

.nitro-hotspot-modal .nitro-hotspot-header {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  width: auto;
  height: 25px;
  background-color: var(--nitro-color-rgb);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out 0.2s;
  transition: opacity 0.3s ease-in-out 0.2s;
}

.nitro-hotspot-modal.visible .nitro-hotspot-header {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out 0.2s;
  transition: opacity 0.3s ease-in-out 0.2s;
}

.nitro-hotspot-modal .nitro-hotspot-icon-wrapper {
  width: 25px;
  height: 25px;
}

.nitro-hotspot-modal .nitro-hotspot-icon {
  width: 90%;
  height: 90%;
  margin: 5%;
}

.nitro-hotspot-modal .nitro-hotspot-title-wrapper {
  position: absolute;
  top: 0;
  left: 25px;
  right: 25px;
  width: auto;
  height: 25px;
  padding: 0 5px;
}

.nitro-hotspot-modal .nitro-hotspot-title-wrapper:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.nitro-hotspot-modal .nitro-hotspot-title {
  display: inline-block;
  vertical-align: middle;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.nitro-hotspot-modal .nitro-hotspot-close-wrapper {
  position: absolute;
  top: 0px;
  right: 0;
  width: 25px;
  height: 25px;
  background-color: var(--nitro-color-rgb);
  cursor: pointer;
}

.nitro-hotspot-modal .nitro-hotspot-close-icon {
  width: 70%;
  height: 70%;
  margin: 15%;
}

.nitro-hotspot-modal .nitro-hotspot-text {
  position: absolute;
  top: 33px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  padding: 5px;
  background-color: var(--black-color-rgb);
  overflow-y: auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;

  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.nitro-hotspot-modal.visible .nitro-hotspot-text {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out 0.4s;
  transition: opacity 0.3s ease-in-out 0.4s;
}



/* conceptd hotspot */

.conceptd-hotspot {
  font-family: var(--conceptd-font);
  font-size: 1em;
  line-height: 1.2em;
  opacity: 0.9;
  -webkit-transition: opacity 0.2s 0.2s;
  transition: opacity 0.2s 0.2s;
}

.no-touch .conceptd-hotspot:hover {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.conceptd-hotspot.visible {
  opacity: 1;
}

.conceptd-hotspot .conceptd-hotspot-header {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: var(--conceptd-color-rgb);
  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;
}

.button-conceptd {
  font-size: .8em;
  color: var(--white-color-rgb);
  background-color: var(--conceptd-color-rgb);
}

.mobile .conceptd-hotspot .conceptd-hotspot-header {
  width: 50px;
  height: 50px;
  border-radius: 20px;
}

.desktop.no-touch .conceptd-hotspot .conceptd-hotspot-header:hover {
  width: 230px;
  border-radius: 20px;
  -webkit-transition: width 0.3s ease-in-out,
    border-radius 0.3s ease-in-out;
  transition: width 0.3s ease-in-out,
    border-radius 0.3s ease-in-out;
}

.desktop .conceptd-hotspot.visible .conceptd-hotspot-header,
.desktop.no-touch .conceptd-hotspot.visible .conceptd-hotspot-header:hover {
  width: 230px;
  border-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-transition: width 0.3s ease-in-out,
    border-radius 0.3s ease-in-out;
  transition: width 0.3s ease-in-out,
    border-radius 0.3s ease-in-out;
}

.conceptd-hotspot .conceptd-hotspot-icon-wrapper {
  width: 40px;
  height: 40px;
}

.mobile .conceptd-hotspot .conceptd-hotspot-icon-wrapper {
  width: 50px;
  height: 50px;
}

.conceptd-hotspot .conceptd-hotspot-icon {
  width: 90%;
  height: 90%;
  margin: 5%;
}

.conceptd-hotspot .conceptd-hotspot-title-wrapper {
  position: absolute;
  left: 40px;
  top: 0;
  width: 0;
  height: 40px;
  padding: 0;
  overflow: hidden;
  -webkit-transition: width 0s 0.4s,
    padding 0s 0.4s;
  transition: width 0s 0.4s,
    padding 0s 0.4s;
}

.desktop .conceptd-hotspot.visible .conceptd-hotspot-title-wrapper,
.desktop.no-touch .conceptd-hotspot .conceptd-hotspot-header:hover .conceptd-hotspot-title-wrapper {
  width: 220px;
  padding: 0 10px;
  -webkit-transition: width 0s 0.4s,
    padding 0s 0.4s;
  transition: width 0s 0.4s,
    padding 0s 0.4s;
}

.conceptd-hotspot .conceptd-hotspot-title-wrapper:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.conceptd-hotspot .conceptd-hotspot-title {
  display: inline-block;
  vertical-align: middle;

  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.conceptd-hotspot .conceptd-hotspot-close-wrapper {
  position: absolute;
  left: 190px;
  top: 0;
  height: 40px;
  width: 40px;
  border-top-right-radius: 20px;
  background-color: var(--conceptd-color-rgb);
  visibility: hidden;
  -ms-transform: perspective(200px) rotateY(90deg);
  -webkit-transform: perspective(200px) rotateY(90deg);
  transform: perspective(200px) rotateY(90deg);
  -ms-transform-origin: 0 50% 0;
  -webkit-transform-origin: 0 50% 0;
  transform-origin: 0 50% 0;
  -webkit-transition: -ms-transform 0.3s 0.3s,
    -webkit-transform 0.3s 0.3s,
    transform 0.3s 0.3s,
    visibility 0s 0.6s;
  transition: -ms-transform 0.3s 0.3s,
    -webkit-transform 0.3s 0.3s,
    transform 0.3s 0.3s,
    visibility 0s 0.6s;
}

.desktop .conceptd-hotspot.visible .conceptd-hotspot-close-wrapper {
  visibility: visible;
  -ms-transform: perspective(200px) rotateY(0deg);
  -webkit-transform: perspective(200px) rotateY(0deg);
  transform: perspective(200px) rotateY(0deg);
  -webkit-transition: -ms-transform 0.3s,
    -webkit-transform 0.3s,
    transform 0.3s,
    visibility 0s 0s;
  transition: -ms-transform 0.3s,
    -webkit-transform 0.3s,
    transform 0.3s,
    visibility 0s 0s;
}

.conceptd-hotspot .conceptd-hotspot-close-icon {
  width: 70%;
  height: 70%;
  margin: 15%;
}

.conceptd-hotspot .conceptd-hotspot-text {
  color: black;
  position: absolute;
  width: 230px;
  height: auto;
  max-height: 190px;
  top: 40px;
  left: 0;
  padding: 5px 5px;
  background-color: rgb(194, 194, 197);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-y: auto;
  visibility: hidden;
  /* rotate(90deg) causes transition flicker on Firefox 58 */
  -ms-transform: perspective(-240px) rotateX(-89.999deg);
  -webkit-transform: perspective(-240px) rotateX(-89.999deg);
  transform: perspective(-240px) rotateX(-89.999deg);

  -ms-transform-origin: 50% 0 0;
  -webkit-transform-origin: 50% 0 0;
  transform-origin: 50% 0 0;
  -webkit-transition: -ms-transform 0.3s,
    -webkit-transform 0.3s,
    transform 0.3s,
    visibility 0s 0.3s;
  transition: -ms-transform 0.3s,
    -webkit-transform 0.3s,
    transform 0.3s,
    visibility 0s 0.3s;

  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.desktop .conceptd-hotspot.visible .conceptd-hotspot-text {
  visibility: visible;
  -ms-transform: perspective(200px) rotateX(0deg);
  -webkit-transform: perspective(200px) rotateX(0deg);
  transform: perspective(200px) rotateX(0deg);
  -webkit-transition: -ms-transform 0.3s 0.3s,
    -webkit-transform 0.3s 0.3s,
    transform 0.3s 0.3s,
    visibility 0s 0s;
  transition: -ms-transform 0.3s 0.3s,
    -webkit-transform 0.3s 0.3s,
    transform 0.3s 0.3s,
    visibility 0s 0s;
}

/* conceptd hotspot modal */

.desktop .conceptd-hotspot-modal {
  display: none;
}

.conceptd-hotspot-modal {
  top: 30px;
  left: 0;
  position: absolute;
  width: 100%;
  height: 90%;
  overflow: hidden;
  z-index: 11000 !important;
  background-color: var(--grey-color-rgba);
  line-height: 1.2em;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-in-out 0.5s,
    visibility 0s 0.7s;
  transition: opacity 0.2s ease-in-out 0.5s,
    visibility 0s 0.7s;
}

.conceptd-hotspot-modal.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s ease-in-out,
    visibility 0s 0s;
  transition: opacity 0.2s ease-in-out,
    visibility 0s 0s;
}

.conceptd-hotspot-modal .conceptd-hotspot-header {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  width: auto;
  height: 25px;
  background-color: var(--conceptd-color-rgb);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out 0.2s;
  transition: opacity 0.3s ease-in-out 0.2s;
}

.conceptd-hotspot-modal.visible .conceptd-hotspot-header {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out 0.2s;
  transition: opacity 0.3s ease-in-out 0.2s;
}

.conceptd-hotspot-modal .conceptd-hotspot-icon-wrapper {
  width: 25px;
  height: 25px;
}

.conceptd-hotspot-modal .conceptd-hotspot-icon {
  width: 90%;
  height: 90%;
  margin: 5%;
}

.conceptd-hotspot-modal .conceptd-hotspot-title-wrapper {
  position: absolute;
  top: 0;
  left: 25px;
  right: 25px;
  width: auto;
  height: 25px;
  padding: 0 10px;
}

.conceptd-hotspot-modal .conceptd-hotspot-title-wrapper:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.conceptd-hotspot-modal .conceptd-hotspot-title {
  display: inline-block;
  vertical-align: middle;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.conceptd-hotspot-modal .conceptd-hotspot-close-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  background-color: var(--conceptd-color-rgb);
  cursor: pointer;
}

.conceptd-hotspot-modal .conceptd-hotspot-close-icon {
  width: 70%;
  height: 70%;
  margin: 15%;
}

.conceptd-hotspot-modal .conceptd-hotspot-text {
  position: absolute;
  top: 35px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  padding: 5px;
  color: var(--black-color-rgb);
  background-color: rgb(194, 194, 197);
  overflow-y: auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;

  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.conceptd-hotspot-modal.visible .conceptd-hotspot-text {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out 0.4s;
  transition: opacity 0.3s ease-in-out 0.4s;
}


/* Prod hotspot */

.prod-hotspot {
  background-color: transparent;
  position: relative;
  width: 560px;
  height: 315px;
}

.prod-hotspot .message {
  text-align: center;
  padding-top: 20px;
  font-size: 1em;
  color: var(--white-color-rgb);
}

.prod-hotspot .prod-hotspot-icon-wrapper {
  width: auto;
  height: 315px;
}

.mobile .prod-hotspot .prod-hotspot-icon-wrapper {
  width: auto;
  height: 315px;
}

.prod-hotspot .prod-hotspot-icon {
  width: 90%;
  height: 90%;
  margin: 5%;

}






/*//---------------*/
/* photo hotspot */

.photo-hotspot {
  line-height: 1.2em;
  opacity: 0.9;
  -webkit-transition: opacity 0.2s 0.2s;
  transition: opacity 0.2s 0.2s;
}

.no-touch .photo-hotspot:hover {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.photo-hotspot.visible {
  opacity: 1;
}

.photo-hotspot .photo-hotspot-header {
  width: 40px;
  height: 40px;
  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;
}

.mobile .photo-hotspot .photo-hotspot-header {
  width: 50px;
  height: 50px;
  border-radius: 20px;
}

.desktop.no-touch .photo-hotspot .photo-hotspot-header:hover {
  width: 150px;
  border-radius: 20px;
  -webkit-transition: width 0.3s ease-in-out,
    border-radius 0.3s ease-in-out;
  transition: width 0.3s ease-in-out,
    border-radius 0.3s ease-in-out;
}

.desktop .photo-hotspot.visible .photo-hotspot-header,
.desktop.no-touch .photo-hotspot.visible .photo-hotspot-header:hover {
  width: 150px;
  border-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-transition: width 0.3s ease-in-out,
    border-radius 0.3s ease-in-out;
  transition: width 0.3s ease-in-out,
    border-radius 0.3s ease-in-out;
}

.photo-hotspot .photo-hotspot-icon-wrapper {
  width: 40px;
  height: 40px;
}

.mobile .photo-hotspot .photo-hotspot-icon-wrapper {
  width: 40px;
  height: 40px;
}

.photo-hotspot .photo-hotspot-icon {
  width: 90%;
  height: 90%;
  margin: 5%;
}

.photo-hotspot .photo-hotspot-title-wrapper {
  position: absolute;
  left: 50px;
  top: 0;
  width: 0;
  height: 40px;
  padding: 0;
  overflow: hidden;
  -webkit-transition: width 0s 0.4s,
    padding 0s 0.4s;
  transition: width 0s 0.4s,
    padding 0s 0.4s;
}

.desktop .photo-hotspot.visible .photo-hotspot-title-wrapper,
.desktop.no-touch .photo-hotspot .photo-hotspot-header:hover .photo-hotspot-title-wrapper {
  width: 180px;
  padding: 0 5px;
  -webkit-transition: width 0s 0.4s,
    padding 0s 0.4s;
  transition: width 0s 0.4s,
    padding 0s 0.4s;
}

.photo-hotspot .photo-hotspot-title-wrapper:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.photo-hotspot .photo-hotspot-title {
  color: black;
  display: inline-block;
  vertical-align: middle;

  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.photo-hotspot .photo-hotspot-close-wrapper {
  position: absolute;
  left: 120px;
  top: 0;
  height: 40px;
  width: 40px;
  border-top-right-radius: 20px;
  background-color: transparent;
  visibility: visible;
  -ms-transform: perspective(200px) rotateY(90deg);
  -webkit-transform: perspective(200px) rotateY(90deg);
  transform: perspective(200px) rotateY(90deg);
  -ms-transform-origin: 0 50% 0;
  -webkit-transform-origin: 0 50% 0;
  transform-origin: 0 50% 0;
  -webkit-transition: -ms-transform 0.3s 0.3s,
    -webkit-transform 0.3s 0.3s,
    transform 0.3s 0.3s,
    visibility 0s 0.6s;
  transition: -ms-transform 0.3s 0.3s,
    -webkit-transform 0.3s 0.3s,
    transform 0.3s 0.3s,
    visibility 0s 0.6s;
}

.desktop .photo-hotspot.visible .photo-hotspot-close-wrapper {
  visibility: visible;
  -ms-transform: perspective(200px) rotateY(0deg);
  -webkit-transform: perspective(200px) rotateY(0deg);
  transform: perspective(200px) rotateY(0deg);
  -webkit-transition: -ms-transform 0.3s,
    -webkit-transform 0.3s,
    transform 0.3s,
    visibility 0s 0s;
  transition: -ms-transform 0.3s,
    -webkit-transform 0.3s,
    transform 0.3s,
    visibility 0s 0s;
}

.photo-hotspot .photo-hotspot-close-icon {
  width: 70%;
  height: 70%;
  margin: 15%;
}

.photo-hotspot .photo-hotspot-text {
  color: black;
  position: absolute;
  width: 180px;
  height: auto;
  max-height: 350px;
  top: 40px;
  left: 0;
  padding: 0px;
  background-color: transparent;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow-y: auto;
  visibility: visible;
  /* rotate(90deg) causes transition flicker on Firefox 58 */
  -ms-transform: perspective(200px) rotateX(-89.999deg);
  -webkit-transform: perspective(200px) rotateX(-89.999deg);
  transform: perspective(200px) rotateX(-89.999deg);
  -ms-transform-origin: 50% 0 0;
  -webkit-transform-origin: 50% 0 0;
  transform-origin: 50% 0 0;
  -webkit-transition: -ms-transform 0.3s,
    -webkit-transform 0.3s,
    transform 0.3s,
    visibility 0s 0.3s;
  transition: -ms-transform 0.3s,
    -webkit-transform 0.3s,
    transform 0.3s,
    visibility 0s 0.3s;

  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.desktop .photo-hotspot.visible .photo-hotspot-text {
  visibility: visible;
  -ms-transform: perspective(200px) rotateX(0deg);
  -webkit-transform: perspective(200px) rotateX(0deg);
  transform: perspective(200px) rotateX(0deg);
  -webkit-transition: -ms-transform 0.3s 0.3s,
    -webkit-transform 0.3s 0.3s,
    transform 0.3s 0.3s,
    visibility 0s 0s;
  transition: -ms-transform 0.3s 0.3s,
    -webkit-transform 0.3s 0.3s,
    transform 0.3s 0.3s,
    visibility 0s 0s;
}

/* photo hotspot modal */

.desktop .photo-hotspot-modal {
  display: none;
}

.photo-hotspot-modal {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 11000 !important;
  background-color: var(--black-color-rgba);
  line-height: 1.2em;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-in-out 0.5s,
    visibility 0s 0.7s;
  transition: opacity 0.2s ease-in-out 0.5s,
    visibility 0s 0.7s;
}

.photo-hotspot-modal.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s ease-in-out,
    visibility 0s 0s;
  transition: opacity 0.2s ease-in-out,
    visibility 0s 0s;
}

.photo-hotspot-modal .photo-hotspot-header {
  position: absolute;
  top: 60px;
  left: 10px;
  right: 10px;
  width: auto;
  height: 25px;
  background-color: transparent;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out 0.2s;
  transition: opacity 0.3s ease-in-out 0.2s;
}

.photo-hotspot-modal.visible .photo-hotspot-header {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out 0.2s;
  transition: opacity 0.3s ease-in-out 0.2s;
}

.photo-hotspot-modal .photo-hotspot-icon-wrapper {
  width: 25px;
  height: 25px;
}

.photo-hotspot-modal .photo-hotspot-icon {
  width: 90%;
  height: 90%;
  margin: 5%;
}

.photo-hotspot-modal .photo-hotspot-title-wrapper {
  position: absolute;
  top: 0;
  left: 25px;
  right: 25px;
  width: auto;
  height: 25px;
  padding: 0 10px;
}

.photo-hotspot-modal .photo-hotspot-title-wrapper:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.photo-hotspot-modal .photo-hotspot-title {
  display: inline-block;
  vertical-align: middle;

  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.photo-hotspot-modal .photo-hotspot-close-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  background-color: transparent;
  cursor: pointer;
}

.photo-hotspot-modal .photo-hotspot-close-icon {
  width: 70%;
  height: 70%;
  margin: 15%;
}

.photo-hotspot-modal .photo-hotspot-text {
  position: absolute;
  top: 80px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 10px;
  width: 100%;
  background-color: transparent;
  overflow-y: auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;

  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.photo-hotspot-modal.visible .photo-hotspot-text {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out 0.4s;
  transition: opacity 0.3s ease-in-out 0.4s;
}




/* EMBEDDED*/
.iframespot {
  /* display: none;*/
}

.iframeselect {
  position: absolute;
  width: 120px;
  margin-left: -140px;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0.95;
}


.iframeselect li {
  width: 100%;
  padding: 1em;
  font-size: .9em;
  text-align: center;
  background-color: var(--grey-color-rgb);
  color: var(--white-color-rgb);
  transition: .3s background-color ease-in-out,
    .3s color ease-in-out;
}

.iframeselect li:hover {
  background-color: var(--grey-color-rgb);
  color: var(--white-color-rgb);
}

.iframespot {
  background-color: var(--grey-color-rgb);
  position: absolute;
  width: 560px;
  height: 315px;
  left: 15%;
  top: 15%;
  display: none;
}

.iframespot .message {
  text-align: center;
  padding-top: 190px;
  font-size: .9em;
  color: var(--white-color-rgb);
}

#adsense {
  background-color: var(--white-color-rgb);
  color: var(--black-color-rgb);
}

.adsense-fallback {
  padding: 1em;
  position: absolute;
  top: 0;
  left: 0;
}



/* video hotspot */
.video-hotspot {
  top: 30px;
  /* video */
  left: 0;
  /* video */
  position: absolute;
  width: 100%;
  /* video */
  height: 90%;
  /* video */
  z-index: 11000 !important;
  /*video*/
  background-color: var(--grey-color-rgba);
  /*video*/
  line-height: 1.2em;
  opacity: 0.9;
  -webkit-transition: opacity 0.2s 0.2s;
  transition: opacity 0.2s 0.2s;
}

.no-touch .video-hotspot:hover {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.video-hotspot.visible {
  opacity: 1;


  visibility: visible;
  -webkit-transition: opacity 0.2s ease-in-out,
    visibility 0s 0s;
  transition: opacity 0.2s ease-in-out,
    visibility 0s 0s;
}

.video-hotspot .video-hotspot-header {
  width: 25px;
  height: 25px;
  cursor: pointer;
  border-radius: 15px;
  background-color: var(--black-color-rgb);
  -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;
}

.button-video {
  font-size: .7em;
  color: var(--white-color-rgb);
  background-color: var(--grey-color-rgb);
}

.mobile .video-hotspot .video-hotspot-header {
  width: 30px;
  height: 30px;
  border-radius: 15px;
}

.desktop.no-touch .video-hotspot .video-hotspot-header:hover {
  width: 560px;
  border-radius: 15px;
  -webkit-transition: width 0.3s ease-in-out,
    border-radius 0.3s ease-in-out;
  transition: width 0.3s ease-in-out,
    border-radius 0.3s ease-in-out;
}

.desktop .video-hotspot.visible .video-hotspot-header,
.desktop.no-touch .video-hotspot.visible .video-hotspot-header:hover {
  width: 560px;
  border-radius: 15px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-transition: width 0.3s ease-in-out,
    border-radius 0.3s ease-in-out;
  transition: width 0.3s ease-in-out,
    border-radius 0.3s ease-in-out;
}

.video-hotspot .video-hotspot-icon-wrapper {
  width: 25px;
  height: 25px;
}

.mobile .video-hotspot .video-hotspot-icon-wrapper {
  width: 40px;
  height: 40px;
}

.video-hotspot .video-hotspot-icon {
  width: 90%;
  height: 90%;
  margin: 5%;
}

.video-hotspot .video-hotspot-title-wrapper {
  position: absolute;
  left: 40px;
  top: 0;
  width: 0;
  height: 40px;
  padding: 0;
  overflow: hidden;
  -webkit-transition: width 0s 0.4s,
    padding 0s 0.4s;
  transition: width 0s 0.4s,
    padding 0s 0.4s;
}

.desktop .video-hotspot.visible .video-hotspot-title-wrapper,
.desktop.no-touch .video-hotspot .video-hotspot-header:hover .video-hotspot-title-wrapper {
  width: 580px;
  padding: 0 0;
  -webkit-transition: width 0s 0.4s,
    padding 0s 0.4s;
  transition: width 0s 0.4s,
    padding 0s 0.4s;
}

.video-hotspot .video-hotspot-title-wrapper:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  height: 100%;
}

.video-hotspot .video-hotspot-title {
  display: inline-block;
  vertical-align: middle;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.video-hotspot .video-hotspot-close-wrapper {
  position: absolute;
  left: 555px;
  top: 0;
  height: 25px;
  width: 25px;
  border-top-right-radius: 15px;
  background-color: var(--black-color-rgb);
  visibility: hidden;
  -ms-transform: perspective(200px) rotateY(90deg);
  -webkit-transform: perspective(200px) rotateY(90deg);
  transform: perspective(200px) rotateY(90deg);
  -ms-transform-origin: 0 50% 0;
  -webkit-transform-origin: 0 50% 0;
  transform-origin: 0 50% 0;
  -webkit-transition: -ms-transform 0.3s 0.3s,
    -webkit-transform 0.3s 0.3s,
    transform 0.3s 0.3s,
    visibility 0s 0.6s;
  transition: -ms-transform 0.3s 0.3s,
    -webkit-transform 0.3s 0.3s,
    transform 0.3s 0.3s,
    visibility 0s 0.6s;
}

.desktop .video-hotspot.visible .video-hotspot-close-wrapper {
  visibility: visible;
  -ms-transform: perspective(200px) rotateY(0deg);
  -webkit-transform: perspective(200px) rotateY(0deg);
  transform: perspective(200px) rotateY(0deg);
  -webkit-transition: -ms-transform 0.3s,
    -webkit-transform 0.3s,
    transform 0.3s,
    visibility 0s 0s;
  transition: -ms-transform 0.3s,
    -webkit-transform 0.3s,
    transform 0.3s,
    visibility 0s 0s;
}

.video-hotspot .video-hotspot-close-icon {
  width: 70%;
  height: 70%;
  margin: 15%;
}

.video-hotspot .video-hotspot-text {
  color: black;
  position: absolute;
  width: 580px;
  height: auto;
  max-height: 625px;
  top: 25px;
  left: 0;
  padding: 0;
  background-color: transparent;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-y: auto;
  visibility: hidden;
  -ms-transform: perspective(-240px) rotateX(-89.999deg);
  -webkit-transform: perspective(-240px) rotateX(-89.999deg);
  transform: perspective(-240px) rotateX(-89.999deg);

  -ms-transform-origin: 50% 0 0;
  -webkit-transform-origin: 50% 0 0;
  transform-origin: 50% 0 0;
  -webkit-transition: -ms-transform 0.3s,
    -webkit-transform 0.3s,
    transform 0.3s,
    visibility 0s 0.3s;
  transition: -ms-transform 0.3s,
    -webkit-transform 0.3s,
    transform 0.3s,
    visibility 0s 0.3s;

  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.desktop .video-hotspot.visible .video-hotspot-text {
  visibility: visible;
  -ms-transform: perspective(200px) rotateX(0deg);
  -webkit-transform: perspective(200px) rotateX(0deg);
  transform: perspective(200px) rotateX(0deg);
  -webkit-transition: -ms-transform 0.3s 0.3s,
    -webkit-transform 0.3s 0.3s,
    transform 0.3s 0.3s,
    visibility 0s 0s;
  transition: -ms-transform 0.3s 0.3s,
    -webkit-transform 0.3s 0.3s,
    transform 0.3s 0.3s,
    visibility 0s 0s;
}

/* video hotspot modal */

.desktop .video-hotspot-modal {
  display: none;
}

.video-hotspot-modal {
  top: 25px;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 11000 !important;
  background-color: var(--black-color-rgb);
  line-height: 1.2em;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-in-out 0.5s,
    visibility 0s 0.7s;
  transition: opacity 0.2s ease-in-out 0.5s,
    visibility 0s 0.7s;
}

.video-hotspot-modal.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s ease-in-out,
    visibility 0s 0s;
  transition: opacity 0.2s ease-in-out,
    visibility 0s 0s;
}

.video-hotspot-modal .video-hotspot-header {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  width: auto;
  height: 25px;
  background-color: var(--video-background-color);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out 0.2s;
  transition: opacity 0.3s ease-in-out 0.2s;
}

.video-hotspot-modal.visible .video-hotspot-header {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out 0.2s;
  transition: opacity 0.3s ease-in-out 0.2s;
}

.video-hotspot-modal .video-hotspot-icon-wrapper {
  width: 25px;
  height: 25px;
}

.video-hotspot-modal .video-hotspot-icon {
  width: 90%;
  height: 90%;
  margin: 5%;
}

.video-hotspot-modal .video-hotspot-title-wrapper {
  position: absolute;
  top: 60px;
  left: 25px;
  right: 25px;
  width: auto;
  height: 25px;
  padding: 0 5px;
}

.video-hotspot-modal .video-hotspot-title-wrapper:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.video-hotspot-modal .video-hotspot-title {
  display: inline-block;
  vertical-align: middle;

  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.video-hotspot-modal .video-hotspot-close-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  background-color: var(--video-background-color);
  cursor: pointer;
}

.video-hotspot-modal .video-hotspot-close-icon {
  width: 70%;
  height: 70%;
  margin: 15%;
}

.video-hotspot-modal .video-hotspot-text {
  position: absolute;
  top: 35px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  padding: 5px;
  background-color: var(--video-background-color);
  overflow-y: auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;

  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.video-hotspot-modal.visible .video-hotspot-text {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out 0.4s;
  transition: opacity 0.3s ease-in-out 0.4s;
}


#videoArea {
  background-color: var(--video-background-color);
  position: relative;
  top: 50%;
  left: 50%;
  right: 50%;
  height: 315;
  text-align: center;
}


.rotate-hotspot {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
}

.rotate-hotspot:hover {
  z-index: 3;
}

.rotate-img,
.rotate-content {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 5%;
  background-position: center center;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: 5% 0%;
  transform-origin: 5% 0%;
}

.rotate-img {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.rotate-content {
  -webkit-transform: translate3d(0,0,-200px) rotate3d(1,0,0,90deg);
  transform: translate3d(0,0,-200px) rotate3d(1,0,0,90deg);
  background-color: var(--grey-color-rgb);
  color: var(--white-color-rgb);
  text-align: center;
  padding: 0px;
  opacity: 0;
  width: 300px;
  height: 150px;
}


.rotate-content h3 {
  font-weight: bolder; 
  font-size: 1em; 
  padding: 5px 0; 
  width: 290px;
}

.rotate-content p {
  font-size: 1em;
  line-height: 20px;
  padding: 5px 0;
  width: 290px;
  font-weight: lighter;
}

.rotate-hotspot:hover .rotate-img {
  -webkit-transform: translate3d(0,200px,0) rotate3d(1,0,0,-90deg);
  transform: translate3d(0,200px,0) rotate3d(1,0,0,-90deg);
  opacity: 0;
}

.rotate-hotspot:hover .rotate-content {
  -webkit-transform: rotate3d(1,0,0,0deg);
  transform: rotate3d(1,0,0,0deg);
  opacity: 1;
}


@media only screen and (max-width: 600px) {
  .info-hotspot .info-hotspot-text {
    width: 300px;
    position:fixed;
    top: 0px;
    left: 10px;
  }
  
}


//display: flex;



.PDFsList div{
  display: flex;
}
.whereToBuyButton{
  padding-left: 10px;
}
.wtbList {
  padding-top: 30px;
}
.wtbList div{
  background-color: rgb(255,255,255);
  border-radius: 25px;
  padding-left: 25px;
  padding-right: 25px;
}

.wtbHList {
  padding-top: 30px;
}

.wtbHList div{
  background-color: rgb(255,255,255);
  border-radius: 25px;
  padding-left: 25px;
  padding-right: 25px;
}

.pdfIco img{
  width: 20px;
  height: 20px;
}