@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,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}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}


html {
  height: 100%;
}

body {
  font-family: Lato, sans-serif;
  line-height: 1.5;
  background: #041624;
  background: linear-gradient(135deg, #000000 0%, #041624 100%) no-repeat center center;
  background-size:100%;
  
}


img {
  display: flex;
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  
}

.container {
  position: relative;
  max-width:100%;
  max-height: 100%;
  overflow: visible;
  z-index: 1;
  box-shadow: 0 6px 24px #041624;
}

.hotspots {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;

}
.hotspots .hotspot {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.hotspots .hotspot:nth-child(1) .trigger {
  top: 6%;
  left: 12%;
}
.hotspots .hotspot:nth-child(2) .trigger {
  top: 24%;
  left: 20%;
}
.hotspots .hotspot:nth-child(3) .trigger {
  top: 42%;
  left: 26%;
}
.hotspots .hotspot:nth-child(4) .trigger {
  top: 61%;
  left: 21%;
}
/*Toys*/
.hotspots .hotspot:nth-child(5) .trigger {
  top:  45%;
  left: 53%;
}
/*adventure*/

.hotspots .hotspot:nth-child(6) .trigger {
  top:  27%;
  left: 60%;
}
.hotspots .hotspot:nth-child(7) .trigger {
  top:  25%;
  left: 71%;
}
.hotspots .hotspot:nth-child(8) .trigger {
  top:  30%;
  left: 81%;
}

/*email*/
.hotspots .hotspot:nth-child(9) .trigger {
  top:  76%;
  left: 84%;
  
  /*secreet*/
}
.hotspots .hotspot:nth-child(10) .trigger {
  top:  46%;
  left: 8%;
  cursor: not-allowed;
}
/* part of body*/
.hotspots .hotspot:nth-child(11) .trigger {
  top:  65%;
  left: 42%;
  cursor: hand;
}
.hotspots .hotspot:nth-child(12) .trigger {
  top:  55%;
  left: 40%;
  cursor: hand;

}

.hotspots .hotspot:nth-child(13) .trigger {
  top:  88%;
  left: 65%;
  cursor: hand;

}
.hotspots .hotspot:nth-child(14) .trigger {
  top:  76%;
  left: 42%;
  cursor: hand;
}

/*Part Of Commision and Proj */

.hotspots .hotspot:nth-child(15) .trigger {
  top: 58%;
  left: 92%;
  cursor: hand;
}

.hotspots .hotspot:nth-child(16) .trigger {
  top: 83%;
  left: 27%;
  cursor: hand;
}

.hotspots .hotspot .trigger {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0);
  color: #a8a5a5;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  pointer-events: all;
  box-shadow: 0 0 0 0 #ffffff;
  transition: box-shadow 0.4s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.hotspots .hotspot .trigger:hover {
  box-shadow: 0 0 0 8px rgba(0, 100, 225, 0.5);
}
.hotspots .hotspot .content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  transition: opacity 0.6s;
}
.hotspots .hotspot .content::before {
  content: "";
  position: absolute;
  display: flex;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.4s;
}
.hotspots .hotspot .content figure {
  position: relative;
  width: 100%;
  z-index: 2;
  opacity: 0;
  transform: translate(0, -10%);
  transition: transform 0.6s, opacity 0.6s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.hotspots .hotspot .content figure::before {
  content: "×";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 12px;
  right: 12px;
  color: #9ea8b0;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: rgba(0, 62, 124, 0.5);
  font-size: 24px;
  pointer-events: all;
  cursor: pointer;
}
.hotspots .hotspot .content figure img {
  width: 100%;
}
.hotspots .hotspot .content figure figcaption {
  font-family: Lato, sans-serif;
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  bottom: 0;
  left: 0;
  width: 100vw;
  font-size:1.5vw;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  pointer-events: none;
}
.hotspots .hotspot.reveal {
  z-index: 1;
  pointer-events: all;
}
.hotspots .hotspot.reveal .content {
  opacity: 1;
}
.hotspots .hotspot.reveal .content::before {
  opacity: 1;
}
.hotspots .hotspot.reveal .content figure {
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: 0.4s;
  pointer-events: all;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.hotspots .hotspot.reveal .content figure figcaption {
  pointer-events: all;
  
}

#fade {
  opacity: 0;
}

a, a:hover {
  text-decoration: none;
}

.socialbtns, .socialbtns ul, .socialbtns li {
  margin: 2px;
  padding: 6px;
}

.socialbtns li {
    list-style: none outside none;
    display: inline-block;
}

.socialbtns .fa {
    color: #000;
  background-color: #fff;
  width: 50px;
    height: 50px;
    padding-top: 15px;
  border-radius: 50%;
 
}

.socialbtns .fa:hover {
  color: #fff;
  background-color: #000;
}

#cooltoast-container {
  z-index:3;
  position: fixed;
  top:  55%;
  left: 47%;
  width: auto;
/*   font-family: 'Helvetica'; */
}

.cooltoast-toast {
  position:relative;
  padding: 8px 12px;
  margin: 2px;
  cursor: pointer;
  animation-duration:.3s;
  animation-name: cooltoast;
  animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.cooltoast-fadeOut {
  animation-name: cooltoastFadeOut;
  animation-duration: .3s;
  animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  animation-fill-mode: forwards;
}

#cooltoast-container p,
#cooltoast-container h4 {
  margin: 3px 0!important;
}

.cooltoast-title {
  font-weight: 700;
  font-size: 15px;
  padding: 4px;
  border-radius: 5px;
  background-color:#fff;
}

.cooltoast-text {
  font-size: 16px;
  color: #fff;
}

.cooltoast-icon {
  position: absolute;
  top: 5px;
  left: -40px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 1.0);
}

.cooltoast-toast a, .cooltoast-toast a:hover {
  color: #549EDB !important;
  text-decoration: none !important;
}

/** toast types */
.cooltoast-success {
  border-bottom: 2px solid #51C625;
}

.cooltoast-warning {
  border-bottom: 2px solid #DB9215;
}

.cooltoast-error {
  border-bottom: 2px solid #DB2B1D;
}

.cooltoast-info {
  border-bottom: 2px solid #27ABDB;
}

@keyframes cooltoast {
  from {
    transform: translate3d(0px, 0px, 50px);;
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes cooltoastFadeOut {
  from {
    transform: translate3d(0, 0px, 50px);
    opacity: 1;
  }
  to {
    transform: translate3d(0px, 0px, 50px);
    opacity: 0;
  }
}
