@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Prompt:300,400,500,700,900&subset=thai');


* {
  margin: 0;
  padding: 0;
}

html, body{
  margin: 0;
  padding: 0;
  background: #FFF;
  overflow: -moz-scrollbars-vertical;
  /*overflow-x: hidden;
  overflow-y: auto;*/
  font-family: 'Roboto', 'Prompt', sans-serif;
}

svg{
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  display: block;
}
h2{
  font-size: 56px;
  font-weight: 600;
}
h3{
  font-size: 20px;
  font-weight: 400;
}
/* INTRO */
.intro{
  text-align: center;
  width: 100%;
  padding-top: 100px;
  position: fixed;
  z-index: 2;
  margin-top: -300px;
}
.intro h2{
  color: #4d4d4d;
  font-size: 3.8em;
  line-height: 1.1em;
  padding-top: 80px;
  padding-bottom: 20px;
}
.intro h3{
  color: #808080;
  font-size: 1.3em;
  font-weight: 300;
  padding-bottom: 50px;
  letter-spacing: .025em;
}
.btn__green{
  display: inline-block;
  border: 2px solid #00c88c;
  border-radius: 20px;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #00c88c;
  font-size: .9em;
  letter-spacing: .1em;
  cursor: pointer;
  -webkit-transition: all .5s; /* Safari */
  transition: all .5s;
}
.btn__green:hover{
  color: #FFF;
  background: #00c88c;
}
.btn__contact{
  color: #808080;
  position: fixed;
  top: 40px;
  right: 60px;
  font-size: .9em;
  font-weight: 400;
  letter-spacing: .1em;
  z-index: 100;
  cursor: pointer;
}
.btn__lang{
  color: #808080;
  position: fixed;
  top: 40px;
  left: 60px;
  font-size: .9em;
  font-weight: 400;
  letter-spacing: .1em;
  z-index: 100;
}
.btn__lang a{
  color: #808080;
  text-decoration: none;
}
.btn__lang a.active{
  color: #00c88c;
}
.btn__close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.6;
  padding: 0 0 40px 20px;
  z-index: 5;
}
.btn__close:hover {
  opacity: 1;
}
.btn__close:before, .btn__close:after {
  position: absolute;
  left: 35px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #FFF;
}
.btn__close:before {
  transform: rotate(45deg);
}
.btn__close:after {
  transform: rotate(-45deg);
}
.btn__arr{
  display: block;
  position: absolute;
  width: 50px;
  height: 90px;
  cursor: pointer;
}
.btn__arr.btn__arr--right{
  right: 20px;
}
.btn__arr.btn__arr--right div{
  display: block;
  width: 30px;
  height: 30px;
  border-right: 2px solid #00c88c;
  border-bottom: 2px solid #00c88c;
  transform: rotate(-45deg);
  top: 15px;
  left: -15px;
  position: absolute;
}
.btn__arr.btn__arr--left{
  left: 20px;
}
.btn__arr.btn__arr--left div{
  display: block;
  width: 30px;
  height: 30px;
  border-right: 2px solid #00c88c;
  border-bottom: 2px solid #00c88c;
  transform: rotate(135deg);
  top: 15px;
  left: 15px;
  position: absolute;
}

@-webkit-keyframes pinAnimate {
  0%   { margin-right: 0; }
  50%  { margin-right: 20px }
  100% { margin-right: 0; }
}
@-moz-keyframes pinAnimate {
  0%   { margin-right: 0; }
  50%  { margin-right: 20px }
  100% { margin-right: 0; }
}
@-o-keyframes pinAnimate {
  0%   { margin-right: 0; }
  50%  { margin-right: 20px }
  100% { margin-right: 0; }
}
@keyframes pinAnimate {
  0%   { margin-right: 0; }
  50%  { margin-right: 20px }
  100% { margin-right: 0; }
}

.intro__gradient{
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 800px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b4d5df+0,fbf6f2+50,fdfbee+100 */
background: #b4d5df; /* Old browsers */
background: -moz-linear-gradient(top,  #b4d5df 0%, #fbf6f2 50%, #fdfbee 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #b4d5df 0%,#fbf6f2 50%,#fdfbee 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #b4d5df 0%,#fbf6f2 50%,#fdfbee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4d5df', endColorstr='#fdfbee',GradientType=0 ); /* IE6-9 */
}

.mainmenu{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 100;
  text-align: right;
  padding-top: 20px;
  font-size: 14px;
  -webkit-transition: all .2s; /* Safari */
  transition: all .2s;
}
.mainmenu__green{
  background: #00c88c;
  color: #ddd;
  -webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.1);
}
.mainmenu img{
  display: none;
}
.mainmenu__green .logo{
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translate(-50%,0);
  display: block;
  width: 160px;
  height: auto;
}
.mainmenu a{
  color: #666;
  text-decoration: none;
}
.mainmenu a:hover{
  color: #333;
}
.mainmenu__green a{
  color: #FFF;
}
.mainmenu__link{
  display: inline-block;
  margin-right: 40px;
}
.mainmenu__linka{
  color:#666;
  display: inline-block;
  cursor: pointer;
}
.mainmenu__linka:hover{
  color: #333;
}
.mainmenu__line{
  background: #ccc;
  width: 2px;
  height: 20px;
  display: inline-block;
  transform: translate(0,5px);
  margin: 0 20px;
  margin-top: -18px;
}
.mainmenu__lang{
  display: inline-block;
  margin-right: 40px;
  color: #999;
  position: relative;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: all .2s; /* Safari */
  transition: all .2s;
}
.mainmenu__green .mainmenu__lang{
  color:#FFF;
}
.mainmenu__green .mainmenu__linka{
  color: #FFF;
}
.mainmenu__green .mainmenu__linka:hover{
  color: #333;
}
.mainmenu__lang--tri{
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3px 0 3px;
  border-color: #999999 transparent transparent transparent;
}
.mainmenu__green .mainmenu__lang--tri{
  border-color: #FFFFFF transparent transparent transparent;
}
a.mainmenu__lang--other{
  position: absolute;
  top: 100%;
  left: -5px;
  background-color: #999;
  color: #FFF;
  border-top: 4px solid #FFF;
  padding: 5px 10px;
  cursor: pointer;
  -webkit-transition: all .2s; /* Safari */
  transition: all .2s;
  display: none;
}
a.mainmenu__lang--other:hover{
  background-color: #666;
  color: #FFF;
}
.backtohome{
  background:#00c88c;
  display: inline-block;
  position: fixed;
  left: 40px;
  top: 10px;
  padding: 10px 16px;
  border-radius: 20px;
  color: #FFF;
  font-size: 15px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
  cursor: pointer;
  -webkit-transition: all .2s; /* Safari */
  transition: all .2s;
}
.backtohome img{
  width: 20px;
  height: auto;
  margin-right: 20px;
  position: relative;
  display: inline-block;
  top: 2px;
  left: -2px;
}
.backtohome:hover{
  color: #bdeedf;
}
.backtohome__noshadow{
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.map__top{
  position:absolute;;
  z-index: 3;
}
.map__top img{
  width: 100%;
  display: block;
}
.magnify{
  display: block;
  overflow: hidden;
  position: relative;
  margin-top: 300px;
}
.magnify__mobile{
  display: none;
}
.map__small{
  width: 100%;
  height: auto;
  display: block;
}

.map__black{
  position: absolute;
  display: none;
}
.map__zoom{
  opacity: 1.0;
  position: absolute;
  left:0;
  top:0;
}

.map__mask{
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  overflow: hidden;
  border-width: 10px;
  border-style: solid;
  border-color: rgba(255,255,255,.8);
  box-shadow:
  0 0 7px 7px rgba(0, 0, 0, 0.1),
  inset 0 0 40px 10px rgba(0, 0, 0, 0.25);
  display: none;
  z-index: 10;
}

.map__animate{
  position: absolute;
  z-index: 7;
  overflow: hidden;
}
.zoom__animate{
  position: absolute;
  overflow: hidden;
  z-index: 7;
}
.team__star{
  position: absolute;
  top:0;
  left:0;
  display: none;
}
/* Team */
#img__team--aeedy{
  top: 64.8%;
  left: 76.5%;
  cursor: pointer;
}
#t_aeedy{
  top: 62.8%;
  left: 76.5%;
}
.map__zoom #t_aeedyz{
  top: 63.8%;
  left: 77.0%;
}
#img__team--alien{
  top: 47.3%;
  left: 12.5%;
}
#img__team--annie{
  top: 35.4%;
  left: 52%;
  cursor: pointer;
}
#t_annie{
  top: 33.4%;
  left: 51.5%;
}
.map__zoom #t_anniez{
  top: 34.7%;
  left: 52.5%;
}
#img__team--chilliboard{
  top: 64.3%;
  left: 66.5%;
}
#img__team--elephant{
  top: 83.5%;
  left: 70.4%;
}
#img__team--emma{
  top: 22.0%;
  left: 82.3%;
  cursor: pointer;
}
#t_emma{
  top: 20.0%;
  left: 82.3%;
}
.map__zoom #t_emmaz{
  top: 21.5%;
  left: 83.4%;
}
#img__team--karn{
  top: 62.3%;
  left: 48.9%;
  cursor: pointer;
}
#t_karn{
  top: 61.3%;
  left: 51.9%;
}
.map__zoom #t_karnz{
  top: 63.3%;
  left: 51.9%;
}
#img__team--keng{
  top: 72%;
  left: 66.1%;
  cursor: pointer;
}
#t_keng{
  top: 70%;
  left: 66.1%;
}
.map__zoom #t_kengz{
  top: 71.6%;
  left: 66.6%;
}
#img__team--lek{
  top: 34.1%;
  left: 27.1%;
  cursor: pointer;
}
#t_lek{
  top: 32.1%;
  left: 27.5%;
}
.map__zoom #t_lekz{
  top: 33.1%;
  left: 28.5%;
}
#img__team--motion{
  top: 56.2%;
  left: 35.2%;
}
#img__team--pim{
  top: 80%;
  left: 52.1%;
  cursor: pointer;
}
#t_pim{
  top: 77.6%;
  left: 51.5%;
}
.map__zoom #t_pimz{
  top: 79.2%;
  left: 52%;
}
#img__team--prayingtree{
  top: 82.6%;
  left: 20.3%;
}
#img__team--sebastian{
  top: 77.3%;
  left: 61.5%;
  cursor: pointer;
}
#t_seb{
  top: 75.0%;
  left: 61.5%;
}
.map__zoom #t_sebz{
  top: 76.4%;
  left: 62.8%;
}
#img__team--superhero{
  top: 39.3%;
  left: 10.2%;
}
#img__team--tom{
  top: 84.6%;
  left: 50.3%;
  cursor: pointer;
}
#t_tom{
  top: 84.5%;
  left: 53.3%;
}
.map__zoom #t_tomz{
  top: 85.5%;
  left: 53.3%;
}
#img__team--toon{
  top: 23.3%;
  left: 37.5%;
  cursor: pointer;
}
#t_toon{
  top: 21.5%;
  left: 37.0%;
}
.map__zoom #t_toonz{
  top: 23%;
  left: 37.5%;
}
#img__team--top{
  top: 43.8%;
  left: 51.8%;
  cursor: pointer;
}
#t_top{
  top: 41.8%;
  left: 51.2%;
}
.map__zoom #t_topz{
  top: 43.2%;
  left: 51.8%;
}
#img__team--vaitea{
  top: 15.5%;
  left: 83.9%;
  cursor: pointer;
}
#t_vaitea{
  top: 13.3%;
  left: 83.6%;
}
.map__zoom #t_vaiteaz{
  top: 14.6%;
  left: 84.2%;
}
#img__team--wholding{
  top: 89.4%;
  left: 83.5%;
}
#img__team--fw{
  top: 54.1%;
  left: 42.8%;
}
#img__movie{
  top: 54%;
  left: 34.5%;
  z-index: 5;
-webkit-animation: movieAnimate .2s infinite; /* Safari 4+ */
-moz-animation:    movieAnimate .2s infinite; /* Fx 5+ */
-o-animation:      movieAnimate .2s infinite; /* Opera 12+ */
animation:         movieAnimate .2s infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes movieAnimate {
0%   { opacity: .2; }
50%  { opacity: .8 }
100% { opacity: .2; }
}
@-moz-keyframes movieAnimate {
0%   { opacity: .2; }
50%  { opacity: .8 }
100% { opacity: .2; }
}
@-o-keyframes movieAnimate {
0%   { opacity: .2; }
50%  { opacity: .8 }
100% { opacity: .2; }
}
@keyframes movieAnimate {
0%   { opacity: .2; }
50%  { opacity: .8 }
100% { opacity: .2; }
}

.map__elements{
  position: absolute;
  z-index: 5;
}
.map__elements img{
  height: auto;
}
.zoom__element{
  position: absolute;
  z-index: 3;
}
/* Elements */
#e__3kings{
  top:58.85%;
  left:55.55%;
}
#e__jd{
  top: 64.4%;
  left: 45.25%;
}
#e__suandok{
  top: 37.8%;
  left: 19.6%;
}
#e__movies, #e__movie{
  top: 54.0%;
  left: 34.25%;
  opacity: .5;
}
#e__roof {
  top: 59.74%;
  left: 81.0%;
}
#e__tree {
  top: 33.74%;
  left: 27%;
  cursor: pointer;
  z-index: 8;
}

.pop__project{
  background-color: rgba(0, 122, 249, 0.9);
  padding: 20px;
  width: 240px;
  position: absolute;
  top: 500px;
  left: 500px;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: 11;
  display: none;
}
.pop__project:before {
  content: ' ';
  border-width:  0 20px 20px 0;
	border-bottom-color: rgba(0, 122, 249, 0.9);  /* arrow color */
  border-style: solid;
  border-color: transparent rgba(0, 122, 249, 0.9) transparent transparent;

	/* positioning */
	position: absolute;
	top: 0px;
	left: -20px;
	z-index: 2;
}

.pop__project--rev{
  background-color: rgba(0, 122, 249, 0.9);
  padding: 20px;
  width: 240px;
  position: absolute;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: 11;
  display: none;
}
.pop__project--rev:before {
  content: ' ';
  border-width: 20px 20px 0 0;
	border-bottom-color: rgba(0, 122, 249, 0.9);  /* arrow color */
  border-style: solid;
  border-color: rgba(0, 122, 249, 0.9) transparent transparent transparent;

	/* positioning */
	position: absolute;
	top: 0px;
	right: -20px;
	z-index: 2;
}

.pop__place{
  background-color: rgba(225, 225, 225, 0.8);
  padding: 20px;
  width: 240px;
  position: absolute;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: 50;
  display: none;
}
.pop__place:before {
  content: ' ';
  border-width:  0 20px 20px 0;
  border-style: solid;
  border-color: transparent rgba(225, 225, 225, 0.8) transparent transparent;

	/* positioning */
	position: absolute;
	top: 0px;
	left: -20px;
	z-index: 2;
}
.pop__place--rev{
  background-color: rgba(225, 225, 225, 0.8);
  padding: 20px;
  width: 240px;
  position: absolute;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: 50;
  display: none;
}
.pop__place--rev:before {
  content: ' ';
  border-width: 20px 20px 0 0;
  border-style: solid;
  border-color: rgba(225, 225, 225, 0.8) transparent transparent transparent;

	/* positioning */
	position: absolute;
	top: 0px;
	right: -20px;
	z-index: 2;
}
.pop__place h4, .pop__place--rev h4{
  font-size: 18px;
  margin-bottom: 10px;
}

.pop__team{
  background-color: rgba(0, 200, 140, 0.8);
  padding: 20px;
  position: absolute;
  top: 800px;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: 11;
  display: none;
  width: auto;
  left: 300px;
}
.pop__team:before {
  content: ' ';
  border-width:  0 20px 20px 0;
	border-bottom-color: rgba(0, 200, 140, 0.8);  /* arrow color */
  border-style: solid;
  border-color: transparent rgba(0, 200, 140, 0.8) transparent transparent;

	/* positioning */
	position: absolute;
	top: 0px;
	left: -20px;
	z-index: 2;
}
.pop__team--rev{
  background-color: rgba(0, 200, 140, 0.8);
  padding: 20px;
  position: absolute;
  top: 800px;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: 11;
  display: none;
  width: auto;
  left: 300px;
}
.pop__team--rev:before {
  content: ' ';
  border-width: 20px 20px 0 0;
	border-bottom-color: rgba(0, 200, 140, 0.8);  /* arrow color */
  border-style: solid;
  border-color: rgba(0, 200, 140, 0.8) transparent transparent transparent;

	/* positioning */
	position: absolute;
	top: 0px;
	right: -20px;
	z-index: 2;
}
.pop__team h4, .pop__team--rev h4{
  margin: 0;
}

/*Map place*/
.mapping__place{
  position: absolute;
  z-index: 6;
  /*background: rgba(255,0,0,.5);
  cursor: none;*/
}
.mapping__place a{
  width: 100%;
  height: 100%;
  display: block;
  /*cursor: none;*/
}

.mapping__place--maya{
  top: 32%;
  left: 44%;
  width: 17%;
  height: 10%;
}
.mapping__place--hos{
  top: 38%;
  left: 24%;
  width: 15%;
  height: 15%;
}
.mapping__place--threekings{
  top: 64%;
  left: 62%;
  width: 3.5%;
  height: 3%;
  z-index: 8;
}
.mapping__place--artculture{
  top: 59%;
  left: 56%;
  width: 8.5%;
  height: 7%;
}
.mapping__place--bluechips{
  top: 41%;
  left: 67%;
  width: 19.5%;
  height: 10%;
}
.mapping__place--aware{
  top: 51%;
  left: 84%;
  width: 14%;
  height: 12%;
}
.mapping__place--warorot{
  top: 73%;
  left: 85%;
  width: 13%;
  height: 10%;
}
.mapping__place--airport{
  top: 52%;
  left: 0%;
  width: 19%;
  height: 17%;
}
.mapping__place--thapae{
  top: 74%;
  left: 71%;
  width: 9%;
  height: 5%;
}
.mapping__place--phayanaga{
  top: 91%;
  left: 93%;
  width: 4%;
  height: 3.5%;
}
.mapping__place--muaythai{
  top: 77%;
  left: 54.5%;
  width: 7%;
  height: 7%;
}
.mapping__place--zoe{
  top: 61%;
  left: 76.5%;
  width: 5%;
  height: 5%;
}
.mapping__place--rotdaang{
  top: 85%;
  left: 28.5%;
  width: 3%;
  height: 2%;
}
.mapping__place--tuktuk{
  top: 66%;
  left: 38.5%;
  width: 2%;
  height: 2%;
}
.mapping__place--chilli{
  top: 64%;
  left: 66%;
  width: 2%;
  height: 2%;
  z-index: 8;
}
.mapping__place--alien{
  top: 48%;
  left: 12%;
  width: 2%;
  height: 2%;
  z-index: 8;
}
.mapping__place--doisuthep{
  top: 9%;
  left: 38%;
  width: 44%;
  height: 9%;
}
.mapping__place--phrathat{
  top: 19%;
  left: 19%;
  width: 14%;
  height: 9%;
}
.mapping__place--buakhat{
  top: 66%;
  left: 27%;
  width: 11%;
  height: 6%;
}
.mapping__place--watprasing{
  top: 59.5%;
  left: 42%;
  width: 6%;
  height: 5%;
}
.mapping__place--watprasat{
  top: 52.5%;
  left: 48%;
  width: 5%;
  height: 4%;
}
.mapping__place--watphabong{
  top: 55.5%;
  left: 53%;
  width: 3%;
  height: 2.5%;
}
.mapping__place--watchediluang{
  top: 66%;
  left: 45%;
  width: 9%;
  height: 7%;
}


/*Map project*/
.mapping__project{
  position: absolute;
  z-index: 9;
  /*background: rgba(0,225,225,.5);*/
  /*cursor: none;*/
}
.mapping__project a{
  width: 100%;
  height: 100%;
  display: block;
}
.mapping__project--ccm{
  top: 83.5%;
  left: 47.5%;
  width: 2.5%;
  height: 3.8%;
}
.mapping__project--psh{
  top: 52%;
  left: 19%;
  width: 3%;
  height: 4%;
}
.mapping__project--spbtv{
  top: 37.5%;
  left: 54%;
  width: 3%;
  height: 3%;
}
.mapping__project--axiata{
  top: 75.8%;
  left: 30.5%;
  width: 3%;
  height: 3%;
}
.mapping__project--tedx{
  top: 80.2%;
  left: 91.3%;
  width: 3%;
  height: 3%;
}

@-webkit-keyframes pdotAnimate {
  0%   { opacity: 0.2; }
  50%  { opacity: 0.8; }
  100% { opacity: 0.2; }
}
@-moz-keyframes pdotAnimate {
  0%   { opacity: 0.2; }
  50%  { opacity: 0.8; }
  100% { opacity: 0.2; }
}
@-o-keyframes pdotAnimate {
  0%   { opacity: 0.2; }
  50%  { opacity: 0.8; }
  100% { opacity: 0.2; }
}
@keyframes pdotAnimate {
  0%   { opacity: 0.2; }
  50%  { opacity: 0.8; }
  100% { opacity: 0.2; }
}
.team__projectdot{
  position: absolute;
  z-index: 8;
  -webkit-animation: pdotAnimate 1.6s infinite; /* Safari 4+ */
  -moz-animation:    pdotAnimate 1.6s infinite; /* Fx 5+ */
  -o-animation:      pdotAnimate 1.6s infinite; /* Opera 12+ */
  animation:         pdotAnimate 1.6s infinite; /* IE 10+, Fx 29+ */
}
#team__pdot--spbtv{
  left: 54.5%;
  top: 38.1%;
}
#team__pdot--psh{
  left: 19.5%;
  top: 52.7%;
}
#team__pdot--ccm{
  left: 48%;
  top: 84.6%;
}
#team__pdot--axiata{
  left: 31.4%;
  top: 76.2%;
}
#team__pdot--tedx{
  left: 91.6%;
  top: 80.6%;
}

/* TEAM */
.team{
  text-align: center;
  padding: 40px 0;
}
.team h2{
  color: #00c88c;
  padding: 20px 0;
}
.team h3{
  color: #808080;
  margin-bottom: 40px;
}
.team__teams{
  margin: 0 auto;
  position: relative;
  width: 80%;
  max-width: 1240px;
  padding: 0 10%;
  z-index: 2;
  height: 1100px;
}
.team__member{
  text-align: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.team__member img{
  width: 100%;
  height: auto;
  margin-top: 100px;
}
.team__list{
  position: absolute;
  left: 50%;
  top: 260px;
  transform: translate(-50%, 0);
  z-index: 3;
}
.team__list li{
  list-style: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: rgba(0,0,0,0.3);
  margin: 10px;
  cursor: pointer;
}
.team__list li.active{
  background: #00c88c;
}
.team__list__mobile{
  display: none;
}

.teampic_blank{
  display: block;
}
.teampic{
  display: none;
}

.mapp__teams .team__star{

}
.mapp__teams #t_toonzz{
  left: 5%;
  top: 25%;
}
.mapp__teams #t_tomzz{
  left: 17%;
  top: 9%;
}
.mapp__teams #t_lekzz{
  left: 33%;
  top: 3%;
}
.mapp__teams #t_pimzz{
  left: 35.5%;
  top: 28.5%;
}
.mapp__teams #t_sebzz{
  left: 45%;
  top: 26.5%;
}
.mapp__teams #t_topzz{
  left: 49%;
  top: 12%;
}
.mapp__teams #t_aeedyzz{
  left: 59.5%;
  top: 27%;
}
.mapp__teams #t_emmazz{
  left: 56%;
  top: 45.5%;
}
.mapp__teams #t_kengzz{
  left: 69.5%;
  top: -2.5%;
}
.mapp__teams #t_karnzz{
  left: 90%;
  top: -5%;
}
.mapp__teams #t_vaiteazz{
  left: 80%;
  top: 17%;
}
.mapp__teams #t_anniezz{
  left: 72%;
  top: 29.5%;
}

.members{
  position: absolute;
}
.members img{
  width: auto;
}
.members .member__color{
  display: none;
}
.members .member__gray{
  display: block;
}

#member--toon{
  top: 20%;
  left: 0%;
  z-index: 3;
}
#member--tom{
  top: 14.5%;
  left: 8.4%;
  z-index: 2;
}
#member--lek{
  top: 7.9%;
  left: 24%;
  z-index: 1;
}
#member--pim{
  top: 33%;
  left: 31.5%;
  z-index: 2;
}
#member--seb{
  top: 31.8%;
  left: 40.8%;
  z-index: 2;
}
#member--top{
  top: 13.8%;
  left: 46.8%;
  z-index: 1;
}
#member--emma{
  top: 50.5%;
  left: 45.3%;
  z-index: 3;
}
#member--aeedy{
  top: 30.8%;
  left: 56.1%;
  z-index: 2;
}
#member--annie{
  top: 33.4%;
  left: 66.8%;
  z-index: 3;
}
#member--keng{
  top: 1.9%;
  left: 64.8%;
  z-index: 1;
}
#member--vaitea{
  top: 13.0%;
  left: 67.2%;
  z-index: 2;
}
#member--karn{
  top: -1.5%;
  left: 88.5%;
  z-index: 1;
}

.mmapp__places{
  display: none;
}

#btn__gomap{
  display: inline-block;
}
#btn__gomapm{
  display: none;
}
.team__alumni{
  margin:0 auto;
  width: 100%;
  max-width: 1000px;
  position: absolute;
  display: none;
  left: 50%;
  transform: translate(-50%, 0);
}
.team__alumnimem{
  width: 30%;
  display: inline-block;
  text-align: center;
  color: #808080;
  margin-top: 160px;
}
.team__alumnimem a{
  color: #007af9;
  text-decoration: none;
}
.team__alumnimem a:hover{
  text-decoration: underline;
}
.team__alumnimem img{
  margin-bottom: 30px;
}
.team__teams .btn__arr{
  top: 50%;
  z-index: 3;
}
.team__teams .btn__arr.btn__arr--left{
  display: none;
}
.pop__teammember{
  background-color: rgba(0, 122, 249, 0.9);
  padding: 20px;
  width: 260px;
  position: absolute;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: 50;
  text-align: left;
  display: none;
}
.pop__teammember:before {
  content: ' ';
  border-width:  0 20px 20px 0;
  border-style: solid;
  border-color: transparent rgba(0, 122, 249, 0.9) transparent transparent;
  position: absolute;
  left: -20px;
  top: -0px;
}
.pop__teammember--rev{
  background-color: rgba(0, 122, 249, 0.9);
  padding: 20px;
  width: 260px;
  position: absolute;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: 50;
  display:none ;
  text-align: left;
}
.pop__teammember--rev:before {
  content: ' ';
  border-width: 20px 20px 0 0;
  border-style: solid;
  border-color: rgba(0, 122, 249, 0.9) transparent transparent transparent;
  position: absolute;
  right: -20px;
  top: -0px;
}
.pop__teammember--title{
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 14px;
}
.mapp__teams{
  position: relative;
}
.mapp__team{
  position: absolute;
  z-index: 3;
  cursor: pointer;
  /*background: rgba(255, 0, 0, 0.5);*/
}
  .team__alumnimem .arrow,.mapp__team img , .team__detail, .team__alumni--name{
    display: none;
  }



#mapp__team--tom{
  left: 12%;
  top: 27%;
  width: 13%;
  height: 16%;
}
#mapp__team--toon{
  left: 0%;
  top: 42%;
  width: 13%;
  height: 25%;
}
#mapp__team--lek{
  left: 27%;
  top: 20%;
  width: 13%;
  height: 22%;
}
#mapp__team--pim{
  left: 31%;
  top: 45%;
  width: 10%;
  height: 22%;
}
#mapp__team--sebastian{
  left: 42%;
  top: 44%;
  width: 9%;
  height: 25%;
}
#mapp__team--top{
  left: 48%;
  top: 26%;
  width: 12%;
  height: 18%;
}
#mapp__team--aeedy{
  left: 57%;
  top: 44%;
  width: 11%;
  height: 18%;
}
#mapp__team--emma{
  left: 53%;
  top: 62%;
  width: 11%;
  height: 21%;
}
#mapp__team--keng{
  left: 68%;
  top: 14%;
  width: 10%;
  height: 21%;
}
#mapp__team--vaitea{
  left: 78%;
  top: 32%;
  width: 8%;
  height: 21%;
}
#mapp__team--annie{
  left: 69%;
  top: 46%;
  width: 9%;
  height: 21%;
}
#mapp__team--karn{
  left: 89%;
  top: 12%;
  width: 9%;
  height: 25%;
}

/* CONTACT */
.contact{
  background: #00c88c;
  color: #333333;
  text-align: center;
  padding: 200px 0 100px;
  /*margin-top: -200px;*/
  position: relative;
}
.contact h2{
  color: #FFF;
  padding: 20px 0;
}
.contact_head{
  display: block;
}
.contact__headm{
  display: none;
}
.contact__details{
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  margin-top: 80px;
}
.contact__detail{
  margin-left: 9%;
  margin-top: 30px;
  width: 40%;
  display: inline-block;
  text-align: left;
}
.contact__detail h4{
  padding: 14px 0;
  font-size: 20px;
}
.contact__details a{
  color: #FFF;
  text-decoration: none;
}
.contact__detail span.span__w1{
  width: 60px;
  display: inline-block;
}
.contact__detail span.span__w2{
  width: 100px;
  display: inline-block;
}
.contact__social{
  color: #FFF;
  margin-top: 80px;
}
.pin__contact{
  border-bottom: 2px solid #00c88c;
  color: #00c88c;
  font-size: .9em;
  letter-spacing: .1em;
  position: absolute;
  top: 0;
  left: -35px;
  width: 200px;
  -ms-transform: rotate(-90deg); /* IE 9 */
  -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
  z-index: 100;
}
.pin__contact span{
  position: absolute;
  right: -90px;
  top: -10px;
  -webkit-animation: pinAnimate 1s infinite; /* Safari 4+ */
  -moz-animation:    pinAnimate 1s infinite; /* Fx 5+ */
  -o-animation:      pinAnimate 1s infinite; /* Opera 12+ */
  animation:         pinAnimate 1s infinite; /* IE 10+, Fx 29+ */
}
.contact__detail__mobile{
  display: none;
}

/* HOW TO */
.howto{
  background: rgba(0,0,0,.9);
  width: 100%;
  height: 100%;
  z-index: 150;
  position: fixed;
  display: none;
  margin-top: -300px;
}
.howto__contain{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  text-align: center;
}
.howtom{
  display: none;
  background: rgba(0,0,0,.9);
  width: 100%;
  height: 100%;
  z-index: 150;
  position: fixed;
  text-align: center;
}

.howto h2{
  width: 100%;
  text-align: center;
  top: 10%;
  color: #333;
}
.howto__arrow{
  width: 100%;
  /*max-width: 1024px;*/
  margin: 0 auto;
  position: absolute;;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -60%);
  z-index: 5;
}
.howto__order{
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translate(-50%,0);
  z-index: 30;
}
.howto__order li{
  list-style: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #808080;
  margin: 0 5px;
  cursor: pointer;
}
.howto__order li.active{
  background: #00c88c;
  padding: 10px;
  border-radius: 20px;
}
.howto__order li span{
  color: #FFF;
  margin-top: -2px;
  margin-left: 2px;
  display: none;
}
.howto__order li.active span{
  display: block;
}

.btn__green--inverse{
  display: inline-block;
  border: 2px solid #00c88c;
  border-radius: 20px;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #FFF;
  background: #00c88c;
  font-size: .9em;
  letter-spacing: .1em;
  cursor: pointer;
  -webkit-transition: all .5s; /* Safari */
  transition: all .5s;
}
.btn__green--inverse:hover{
  color: #00c88c;
  background: #FFF;
}
.howto__btn{
  z-index: 152;
  margin: 0 auto;
}
.howto__lists{
  height: 100%;
}
.howto__list{
  width: 100%;
  height: 100%;
  text-align: center;
  display: none;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.howto__list span{
  display: block;
  text-align: center;
  color: #00c88c;
  position: absolute;
  bottom: 140px;
  left: 50%;
  font-size: 26px;
  font-style: italic;
  font-weight: 500;
  transform: translate(-50%, 0);

}
#howto1 img{
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#howto2 img{
  position: absolute;
  top: 260px;
  left: 34%;
  transform: translate(-50%, -50%);
}
#howto3 img{
  position: absolute;
  top: 260px;
  left: 36%;
  transform: translate(-50%, -50%);
}

.copyright{
  color: #999;
  font-size: 12px;
}

@media only screen and (max-width: 800px), only screen and (max-device-width: 1024px) {
  h2 {
    font-size: 30px;
    font-weight: 500;
  }
  h3{
    font-size: 0.9em;
  }

  .backtohome {
    width: 34px;
    height: 34px;
    padding: 0;
    left: 20px;
    top: 14px;
  }
  .backtohome span{
    display: none;
  }
  .backtohome img {
    margin-right: 0;
    top: 8px;
    left: -7px;
  }
  .mainmenu__link{
    display: none;
  }
  .mainmenu__lang {
    margin-right: 20px;
  }

  .intro{
    padding-top: 160px;
  }
  .intro h2{
    font-size: 2em;
    font-weight: 600;
    padding-top: 50px;
  }
  .intro h3{
    font-size: .9em;
        padding-bottom: 60px;
  }
  .intro img{
    width: 140px;
    height: auto;
  }

  .btn__contact{
    top: 20px;
    right: 20px;
    font-size: .8em;
  }
  .btn__lang{
    top: 20px;
    left: 20px;
    font-size: .8em;
  }
  .btn__green{
    font-size: .8em;
    padding: 8px 16px;
  }

  .pin__city{
    left: -75px;
    width: 200px;
  }

  .team__teams{
    height: 640px;
  }
  .team h3{
    font-size: 0.9em;
  }
  .team__list{
    display: none;
  }
  .team__list__mobile{
    display: block;
    text-transform: uppercase;
    font-size: 12px;
  }
  .team__list__mobile a{
    color: #808080;
    text-decoration:none;
    margin: 0 10px;
  }
  .team__list__mobile a.active{
    color:#00c88c;
  }
  .btn__arr{
    display: none;
  }
  .team__member img{
    margin-top: 20px;
  }
  .btn__arr__mobile{
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-top: 25px;
  }
  .btn__arr__mobile.btn__arr--right{
    right: 10px;
  }
  .btn__arr__mobile.btn__arr--right div{
    display: block;
    width: 20px;
    height: 20px;
    border-right: 2px solid #808080;
    border-bottom: 2px solid #808080;
    transform: rotate(-45deg);
    top: 10px;
    left: 5px;
    position: absolute;
  }
  .btn__arr__mobile.btn__arr--left{
    left: 0;
  }
  .btn__arr__mobile.btn__arr--left div{
    display: block;
    width: 20px;
    height: 20px;
    border-right: 2px solid #808080;
    border-bottom: 2px solid #808080;
    transform: rotate(135deg);
    top: 10px;
    left: 10px;
    position: absolute;
  }
  .team__detail {
    color:#333;
    font-size: 0.9em;
    margin-top: 10px;
    margin: 10px auto 0;
    width: 72%;
    display: block;
  }
  .team__detail h4{
    font-size: 1.1em;
    color: #00c88c;
  }
  .team__detail h5{
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .team__alumnimem{
    width: 15%;
    margin: 0 5%;
    margin-top: 80px;
    position: relative;
  }
  .team__alumnimem img{
    width: 100%;
    height: auto;
  }
  .team__alumnimem div{
    display: none;
  }
  @-webkit-keyframes arrAnimate {
    0%   { margin-top: 0; }
    50%  { margin-top: 10px }
    100% { margin-top: 0; }
  }
  @-moz-keyframes arrAnimate {
    0%   { margin-top: 0; }
    50%  { margin-top: 10px }
    100% { margin-top: 0; }
  }
  @-o-keyframes arrAnimate {
    0%   { margin-top: 0; }
    50%  { margin-top: 10px }
    100% { margin-top: 0; }
  }
  @keyframes arrAnimate {
    0%   { margin-top: 0; }
    50%  { margin-top: 10px }
    100% { margin-top: 0; }
  }
  .arrow{
    -webkit-animation: arrAnimate .5s infinite; /* Safari 4+ */
    -moz-animation:    arrAnimate .5s infinite; /* Fx 5+ */
    -o-animation:      arrAnimate .5s infinite; /* Opera 12+ */
    animation:         arrAnimate .5s infinite; /* IE 10+, Fx 29+ */
  }
  .team__alumnimem .arrow{
    display: block;
    position: absolute;
    top: -40px;
    left: 18px;
    display: none;
  }
  .team__alumnimem.active .arrow{
    display: block;
  }
  .team__alumni--names {
    position: relative;
    margin-top: 80px;
    width: 100%;
  }
  .team__alumni--name {
    color: #00c88c;
    font-weight: 500;
    position: absolute;
    top: 0;
    width: 100%;
    display: none;
  }
  .team__alumni--name.active {
    display: block;
  }
  .team__alumni--name .btn__green{
    margin-top: 20px;
  }
  .team__alumni .btn__arr__mobile{
    margin-top: 20px;
  }
  #btn_alumni-prev{
    display: none;
  }
  .mapp__team img{
    width: 16px;
    height: auto;
    position: absolute;
    top: -58px;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-animation: arrAnimate .5s infinite; /* Safari 4+ */
    -moz-animation:    arrAnimate .5s infinite; /* Fx 5+ */
    -o-animation:      arrAnimate .5s infinite; /* Opera 12+ */
    animation:         arrAnimate .5s infinite; /* IE 10+, Fx 29+ */
    display: none;
  }
  .mapp__team.active img{
    display: block;
  }
  #btn_team-prev{
    display: none;
    left: 10px;
  }

  .pin__contact{
    display: none;
  }
  .contact{
    padding: 40px 0 20px;
  }
  .contact__head{
    display: none;
  }
  .contact__headm{
    display: block;
  }
  .contact__details{
    display: none;
  }
  .contact__detail__mobile{
    margin: 40px 2%;
    font-size: .9em;
    display: block;
  }
  .contact__detail__mobile a{
    color: #333;
    text-decoration: none;
  }
  .contact__detail__mobile img{
    margin-bottom: 10px;
  }
  .contact__detail__mobile--s{
    width: 40%;
    margin: 3% 3%;
    display: inline-block;
    text-align: center;
    font-size: .9em;
  }
  .contact__detail__mobile--l{
    width: 95%;
    margin: 3% auto 70px auto;
    display: block;
    text-align: center;
    font-size: .9em;
  }
  .contact__detail__mobile--s img, .contact__detail__mobile--l img{
    width: 60px;
    height: auto;
  }
  .contact__socialline{
    border-left: 2px solid #FFF;
    height: 24px;
    margin: 0px 20px 18px 20px;
    width: 2px;
    display: inline-block;
  }

  /* MAP MOBILE */
  .magnify{
    display:none;
  }

  .magnify__mobile{
    display: block;
    height: 1000px;
    margin-top: 240px;
    position: relative;
    overflow: scroll;
    overflow-y: hidden;
  }
  .magnifym{
    height: 1000px;
    /*left: 50%;
    transform: translate(-55%, 0);*/

  }
  #cnxmap__mobile{
    height: 1000px;
    width: auto;
  }

  .map__mask{
    position: fixed;
    top: 80px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 300px;
    height: 300px;
    border-radius: 50%;
    overflow: hidden;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(255,255,255,.8);
    box-shadow:
    0 0 7px 7px rgba(0, 0, 0, 0.1),
    inset 0 0 40px 10px rgba(0, 0, 0, 0.25);
    display: none;
    z-index: 10;
  }
  .map__zoom{
    opacity: 1.0;
    position: absolute;
    left:0;
    top:0;
  }
  .map__dragspace{
    width: 963px;
    height: 1000px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12;
  }
  .map__dot{
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #FFF;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 13;
  }

  .popm__place {
  	position: fixed;
    top: 440px;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 10px 20px;
  	background: rgba(225, 225, 225, 0.9) ;
  	/*border: 4px solid #c2e1f5;*/
    border-radius: 10px;
    width: 70%;
    z-index: 11;
    display: none;
    text-align: center;
  }
  .popm__place:after, .popm__place:before  {
    content: " ";
  	border-width: 1px;
    position: absolute;
    left: 50%;
    transform: translate(-1px, 0);
    top: -204px;
    border: 1px solid  rgba(255, 255, 255, 0.6) ;
    height: 202px;
  }
  .popm__place h2{
    font-size: 1.2em;
  }
  .howto__lists{
    height: 460px;
    position: relative;
  }
  .howtom .howto__list{
    display: none;
    top: 40px;
    left: 0;
    transform: translate( 0, 0 );
  }
  .howtom .howto__list img{
    width: 90%;
    max-width: 360px;
    height: auto;
  }
  .howtom h2{
    color: #FFF;
    text-align: center;
    margin-top: 20px;
    font-size: 1.2em;
  }
  .howto__order{
    top: 80%;
    text-align: center;
  }
  .howto__order li{
    background: rgba(255, 255, 255, 0.5);
  }
  .howto__btn{
    top: calc(80% + 50px);
  }


  .mmapp__teams{
    width: 2534px;
    height: 2631px;
    position: absolute;
    top:0;
    left:0;
    /*background: rgba(255, 0, 255, 0.2);*/
  }
  .mmapp__team{
    /*background: rgba(255, 0, 0, 0.5);*/
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index:13;
  }
  .mmapp__teams #t_toonz{
    top: 417px;
    left: 977px;
    width: 50px;
    height: 60px;
  }
  .mmapp__teams #t_anniez{
    top: 770px;
    left: 1347px;
    width: 50px;
    height: 70px;
  }
  .mmapp__teams #t_aeedyz{
    top: 1650px;
    left: 1970px;
    width: 50px;
    height: 60px;
  }
  .mmapp__teams #t_topz{
    top: 1020px;
    left: 1330px;
    width: 50px;
    height: 70px;
  }
  .mmapp__teams #t_emmaz{
    top: 390px;
    left: 2120px;
    width: 50px;
    height: 70px;
  }
  .mmapp__teams #t_vaiteaz{
    top: 200px;
    left: 2150px;
    width: 50px;
    height: 70px;
  }
  .mmapp__teams #t_kengz{
    top: 1870px;
    left: 1700px;
    width: 50px;
    height: 60px;
  }
  .mmapp__teams #t_sebz{
    top: 2000px;
    left: 1600px;
    width: 60px;
    height: 80px;
  }
  .mmapp__teams #t_pimz{
    top: 2100px;
    left: 1340px;
    width: 50px;
    height: 60px;
  }
  .mmapp__teams #t_tomz{
    top: 2260px;
    left: 1340px;
    width: 100px;
    height: 80px;
  }
  .mmapp__teams #t_karnz{
    top: 1600px;
    left: 1340px;
    width: 90px;
    height: 80px;
  }
  .mmapp__teams #t_lekz{
    top: 737px;
    left: 727px;
    width: 70px;
    height: 60px;
  }

  .magnify__mobile .map__zoom .team__star__m{
    display: none;
    position: absolute;
  }

  .members{
    display: none;
  }
  .teampic_blank{
    display: none;
  }
  .teampic{
    display: block;
  }

.team__star__m#t_aeedyz{
  top: 63.4%;
  left: 77.0%;
}
.team__star__m#t_anniez{
  top: 34.0%;
  left: 52.0%;
}
.team__star__m#t_emmaz{
  top: 21%;
  left: 83.0%;
}
.team__star__m#t_karnz{
  top: 62.5%;
  left: 51.9%;
}
.team__star__m#t_kengz{
  top: 71.0%;
  left: 66.2%;
}
.team__star__m#t_lekz{
  top: 33.1%;
  left: 28.0%;
}
.team__star__m#t_pimz{
  top: 78.6%;
  left: 51.6%;
}
.team__star__m#t_sebz{
  top: 76.0%;
  left: 62.5%;
}
.team__star__m#t_tomz{
  top: 85.0%;
  left: 53.3%;
}
.team__star__m#t_topz{
  top: 42.5%;
  left: 51.5%;
}
.team__star__m#t_vaiteaz{
  top: 14.0%;
  left: 84.0%;
}
.team__star__m#t_toonz{
  top: 22%;
  left: 37%;
}
#btn__gomap{
  display: none;
}
#btn__gomapm{
  display: inline-block;
}

}

@media only screen and (max-width: 350px), only screen and (max-device-width: 350px) {
  .howto__lists{
    height: 400px;
  }
}
