a:hover{
	color: inherit;
}
html{
 	background: #000;
}
body{
	margin: 0;
	padding: 0;
}
select{
	background: transparent;
	border: #999 1px solid;
	color: #999;
}
option{
	background: #000;
	color:#999999;
	outline: none;

}

.row{
	overflow: hidden;
}
.clear{
        clear:both;
}

#loadstatus{
	width: 100%;
	height: 100%;
}
.loadimg{
	position: absolute;
	text-align: center;
	padding-top: 10%;
	width: 100%;
	height: 100%;
	z-index: -50;
}
.loadimg img{
	width: 45px;
	height: 45px;
  animation: loadpic linear .8s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: loadpic linear .8s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: loadpic linear .8s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: loadpic linear .8s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: loadpic linear .8s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}
.close{
	outline: none;
}
.close:hover,.close:active,.close:focus{
	opacity: 1;
	color: #787878;
}
.model-open{
	background: rgba(0,0,0,1);
}

.ex1 a{
      color: #666666;
	  font:italic bold 2em/2.3em 'Economica',Arial, '微軟正黑體', sans-serif;
	}

.ex2 a{
    color: #000;
    font-family: Arial,sans-serif;
	font-size: 1em;
	text-align: left;
}
.ex2 a:hover{
	color: #F15A24;
}
.ex3 {
    font:10px arial, sans-serif;
	text-decoration: underline;
	text-align: left;
}
.press{
	background: url("/FileUpload/GMicroSite/87/outer/blackpettern.jpg") no-repeat;
	background-attachment: fixed;
	width: 100%;
	padding: 10px 0;
}
.press .row{
		margin-bottom: 1%;
}
.block{
	display: block;
	max-width: 100%;
	height: auto;
	font-family: Arial,sans-serif;
}
.block-con{
	background: #FFF;
	height: 150px;
	margin: 1px;
	padding-left:5px;
	padding-right: 5px;
}
#exshow{
	-webkit-animation: exshmove  2.5s ;
   	animation: exshmove  2.5s ;
}
/*For exhibition place*/
.img-center{
	margin:0 auto;
}
#boothL{
	display: inline;
}
#boothL img{
	width: 100%;
}
#boothS{
	display: none;
}
#boothS img{
	width: 100%
}
/*For exhotspot*/
.hotspot{
	position: absolute;
	z-index: 1;
	-webkit-animation: exshmove  2.5s ;
   	animation: exshmove  2.5s ;
  	-webkit-transition: all .5s ease-in-out;
  	-moz-transition: all .5s ease-in-out;
  	-o-transition: all .5s ease-in-out;
  	transition: all .5s ease-in-out;
  	font-size: 1.8em;
}
.btnorg{
	width: 72px;
    height: 72px;
	font-family: Arial,sans-serif;
	font-weight: bold;
	color: rgba(241, 86, 30,1); ;
	border:3px solid  rgba(241, 86, 30,1);
	background: rgba(0,0,0,.8) ;
	outline: none;
	cursor: pointer;
    filter:none;
    line-height: 2.5em;
    animation: btnshow 2s infinite;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.btnorg:hover,.btnorg:active,.btnorg:focus{
	box-shadow:inset 1px 1px 10px #F1561E;
	color:#FDC621;
	text-shadow:0px 0px 10px #000;
	border: 3px solid rgba(241,86, 30,1);
	background: rgba(241,86, 30,.2) url(/FileUpload/GMicroSite/87/outer/pattern.png) repeat;
}
.btn-circle {
	  text-align: center;
}
.exlink, .exlink:hover, .exlink:active,.exlink:focus{
	color: #F2CB05;
	text-decoration: underline;
}

/*Animate*/
/* Chrome, Safari, Opera */
@-webkit-keyframes exshmove {
    0%   {opacity: 0;}
    90%	 {opacity: 0}
    100% {opacity: 1;}
}
@keyframes exshmove {
    0%   {opacity: 0;}
    90%	 {opacity: 0}
    100% {opacity: 1;}
}

/* Standard syntax */
@keyframes loadpic{
  0% {
    transform:  rotate(0deg) ;
  }
  100% {
    transform:  rotate(360deg) ;
  }
}

@-moz-keyframes loadpic{
  0% {
    -moz-transform:  rotate(0deg) ;
  }
  100% {
    -moz-transform:  rotate(360deg) ;
  }
}

@-webkit-keyframes loadpic {
  0% {
    -webkit-transform:  rotate(0deg) ;
  }
  100% {
    -webkit-transform:  rotate(360deg) ;
  }
}

@-o-keyframes loadpic {
  0% {
    -o-transform:  rotate(0deg) ;
  }
  100% {
    -o-transform:  rotate(360deg) ;
  }
}

@-ms-keyframes loadpic {
  0% {
    -ms-transform:  rotate(0deg) ;
  }
  100% {
    -ms-transform:  rotate(360deg) ;
  }
}
@-webkit-keyframes btnshow {
	0%{ 
	border:3px solid  rgba(241, 86, 30,1);
	box-shadow:inset 1px 1px 10px transparent; 
	}
	30%{  
	border:3px solid #FDC621;
	box-shadow:inset 1px 1px 10px #F1561E; 
	}
	80%{  
	border:3px solid #FDC621;
	box-shadow:inset 1px 1px 10px #F1561E; 
	}
	100%{ 
	border:3px solid  rgba(241, 86, 30,1);
	box-shadow:inset 1px 1px 10px transparent; 
	}
}
@keyframes btnshow e {
	0%{ 
	border:3px solid  rgba(241, 86, 30,1);
	box-shadow:inset 1px 1px 10px transparent; 
	}
	30%{  
	border:3px solid #FDC621;
	box-shadow:inset 1px 1px 10px #F1561E; 
	}
	80%{  
	border:3px solid #FDC621;
	box-shadow:inset 1px 1px 10px #F1561E; 
	}
	100%{ 
	border:3px solid  rgba(241, 86, 30,1);
	box-shadow:inset 1px 1px 10px transparent; 
	}
}

.spotA{
	top: 53%;
	right: 38%;
}
.spotB{
	top: 52%;
	right: 49%;
}
.spotC{
	top: 53%;
	left: 28%;
}
.spotD{
	top: 32%;
	left: 33%;
}
.spotE{
	top: 26%;
	right: 48%;
}

#zone{
	width: 100%;
	height:100%;
	color: #fff;
	background:rgba(0, 0, 0,1) ;
	overflow: hidden;
	border: 5px solid rgba(0, 0, 0,1) ;
}
#zone-o{
	width: 100%;
	height:100%;
	color: #fff;
	background:rgba(241, 90, 34,1) ;
	overflow: hidden;
	border: 30px solid rgba(241, 90, 34,1) ;
}
#zone-o ul{
	margin-left: 10%;
}
#zone-w{
	width: 100%;
	height:100%;
	color: #000;
	background:rgba(256, 256, 256,1) ;
	padding: 1%;
	overflow: hidden;
}
#zone-gray{
	width: 100%;
	height:100%;
	color: #000;
	background:rgba(102, 102, 102,1) ;
	padding: 3% 0;
	overflow: hidden;
	color: #fff;
}

.zonetitle{
	font-size: 1.3em;
	font-family: Arial, sans-serif;
}

.za{
	width: 100%;
	overflow: hidden;
	background-color: rgba(0,0,0,0.5);
	padding: 1%;
	margin-bottom: -99999px;
    padding-bottom: 99999px; 
}
.zb{
	width: 100%;
	overflow: hidden;
	background-color: rgba(0,0,0,0.6);
	padding: 1%;
	margin-bottom: -99999px;
    padding-bottom: 99999px; 
    color: #ffae00;
}
.zc{
	width: 100%;
	overflow: hidden;
	background-color: rgba(0,0,0,0.7);
	padding: 1%;
	margin-bottom: -99999px;
    padding-bottom: 99999px; 
}
.zd{
	width: 100%;
	overflow: hidden;
	background-color: rgba(0,0,0,0.8);
	padding: 1%;
	margin-bottom: -99999px;
    padding-bottom: 99999px;
    color: #ffae00; 
}
.ze{
	width: 100%;
	overflow: hidden;
	background-color: rgba(0,0,0,0.9);
	padding: 1%;
	margin-bottom: -99999px;
    padding-bottom: 99999px; 
}
.za img, .zb img, .zc img, .zd img, .ze img{
	width: 100%;
}
.za span, .zb span, .zc span, .zd span, .ze span{
	font-family: Arial,sans-serif;
}
.za li, .zb li, .zc li, .zd li, .ze li{
	font-family: Arial,sans-serif;
}

/*orange inner shadow*/
.orgshadow{
	border: 1px solid #F15A24;
	box-shadow:inset  2px 2px 10px #F15A24;
}

/*For exshow 360 img*/
.modal-header{
	background: transparent;
}

.model-body{
	background: #000;
}
.bootstrap-dialog-title{
	display: none;
}


#eve{
	padding: 4% 0;
}
#eve a,{
	font-family: Arial,sans-serif;
	color: #fff;
	line-height: 2em;
}
#eve span{
	font-family: Arial,sans-serif;
	line-height: 2em;
}
#eve .titlel{
	padding: 1% 0;
}
.textarea a{
	font-family: Arial,sans-serif;
}
#eveimg-lg{
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 80%;
}
#eveimg-sm{
	display: none;
}

#eve .imgpre img{
	width: 100%;
}
#eve .imgpre-r img{
	float: right;
}
.exquisite-img{
	padding-left: 15%;
	text-align: center;
}
.exquisite-img img{
	width: 100%;
}
.sec0{
	font-family: Arial,sans-serif;
	background: #000 ;
}
.sec1{
	background: #F15A24 ;
}
.sec1 a{
	font-family: Arial,sans-serif;
	color: #000;
	line-height: 2em;
}
.sec1 a:hover{
	color:#000;
}
.sec2{
	background: #000;
}
.sec2 a{
	font-family: Arial,sans-serif;
}
.sec2 .textsarea a{
	color: #fff;
	line-height: 2em;
}
.sec3{
	color: #000;
	background: #fff;
}
/*Press*/
.pretitle{
	width: auto;
}
.modal.in .modal-dialog{
	background: rgba(0,0,0,1);
	padding-bottom: 25px;
	border:1px solid #F15A24;
}

.boothc{
	width: auto;
}
.racetime{
	font-family: Arial,sans-serif;
	line-height: 25px;
	color: #fff;
}

.menu_dot p{
	color: rgb(253, 198, 33);
	text-shadow:0px 1px 13px rgba(241, 90, 34,.8);
}
#po-iot .iotimg{
    width: 35%;
}
#po-iot img{
    width: auto;
}
@media (max-width:1200px) {
	.btnorg{
		width:55px;
		height:55px;
	}
	.btnorg,.btnorg:active,.btnorg:focus{
    	opacity: 1;
    	font-size: 2em;
	}	

	#eve .title img{
		width: auto;
	}
	.pretitle{
    width: auto;
    }
    .hotspot{
    	font-size: 0.8em;
    }
    .btnorg{
   		background-size: 80%;
    }
    #po-iot .iotimg{
        width: 40%;
    }
    #po-iot img{
        width: 40%;
    }
    #zone-w img{
    	width:100%;
    }
    .zonetitle{
	font-size: 0.8em;
	}
	.za span, .zb span, .zc span, .zd span, .ze span{
	font-size: 0.8em;
	}
	#eve span,.sec1 a,.sec2 a{
		line-height: 1.5em;
		font-size: 0.85em;
	}
	#eve .imgpre-r img{
		width: 100%;
	}

}
@media (max-width:992px) {
	.btnorg,.btnorg:active,.btnorg:focus{
    	opacity: 1;
    	font-size: 1.5em;
	}	
	.btn-circle {
	  width: 36px;
	  height: 36px;
	 }
	#exshow{
		-webkit-animation-delay: 0s;
		-webkit-animation: exshmove  0s ;
		min-height: 90%;
	}
	#boothL{
		display: none;
	}
	#boothS{
		display: block;
		width: 100%;
		overflow: hidden;
	}
	#boothS img{
	}
	.hotspot{
		display: none;
	}

	#zone-o, #zone-w{
		padding: 3% 0;
		box-shadow: none;
	}
	#zone-o{
		border: 0;
	}
	.boothc{
		width: 100%;
	}
	.za img, .zb img, .zc img, .zd img, .ze img{
	width: 80%;
	}
	.zone-fix{
	padding: 1% 0;
	}
	#eve img,#eve .imgpre img{
		width: 100%;
	}
	.pretitle{
    width: 100%;
    }
    #vr-zone img{
        width: 100%;
    }
	#zone{
        font-size: 16px;
    }
    .carousel-indicators{
    	margin-bottom: -1%;
    }
    #eveimg-lg{
	display: none;
	}
	#eveimg-sm{
	display: inline-block;
	width: 100%;
	}
	#po-iot .iotimg,#po-iot img{
        width: 100%;
    }
    #eve span, .sec1 a, .sec2 a{
    	font-size: 0.8em;
    }
    .exquisite-img{
    	padding-left: 0;
    }
}
