/*.agileinfo{
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(210,210,210,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(210,210,210,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(210,210,210,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(210,210,210,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(210,210,210,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(210,210,210,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2d2d2', GradientType=0 );
}*/
.navbar-header div{
	float: left;
}
.taolin_logo{
	width: 40px;
	height: 49px;
	background: url(../images/logo.png) no-repeat 0px 0px;
	margin-top: -15px;
}
.taolin_name{
	font-size: 20px;
	font-family: '微軟正黑體';
	font-weight: 400;
	margin-left: 5px;
	margin-top: -10px;
}
.web-info{
	font-size: 24px;
	text-align: center;
	margin: 4em 12em 4em;
	font-weight: bold;
	color: #039;
}
.work-info{
	font-size: 18px;
	text-align: center;
	background-color: #096;
	border-radius: 30px;
	margin: 2em 6em 0;
}
.work-info ul, .work-info li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.work-info ul{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.work-info li{
	float: left;
	margin: 0 2.3em;
}
.work-info li a{
	color: #FFF;
}
.work-info li a:hover{
	color: #333;
}

.underline.gray{
	height: 1px;
	width: 95%;
	background-color: #666;
	margin: 20px auto;
}
.arrow_gray{
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;	
	border-bottom: 10px solid black;
}
#leftLinks{
	font-size: 16px;
	position: fixed;
	top: 40%;
	z-index: 999;
	/*left: -80px;*/
	display: none;
}
/*#leftLinks .more_btn{
	width: 30px;
	color: #fff;
	padding: 8px 5px;
	background-color: #096;
	border-radius: 0 5px 5px 0;
	float: right;
	cursor: pointer;
}
#leftLinks .leftMenu{
	width: 80px;
	float: left;
}
#leftLinks .leftMenu li{	
}
#leftLinks .leftMenu li a{
	color: #FFF;
	display: block;
	padding: 5px;
	border-top: 1px solid #44A2FF;
	border-bottom: 1px solid #004993;
	background-color: #06C;
}
#leftLinks .leftMenu li a:hover{
	background-color: #00509F;
}*/

/* Panorama container */
*[data-paver] {
  margin-bottom: 1.5rem;
  position: relative;
  height: 80vh;
  left: -25%;
  width: 150%;
  overflow-x: scroll;
  overflow-y: hidden;
}

*[data-paver] img {
  height: 100%;
}

.panorama {
  height: 400px;
  margin-bottom: 1.5rem;
  overflow-x: scroll;
  overflow-y: hidden;
  left: 0;
  width: 100%;
}

.panorama img {
  height: 100%;
}

/*go to top*/
#toTop {
	display:none;
	position: fixed;
	z-index: 999;
	bottom: 10px;
	right: 10px;
	width: 32px;
	height: 32px;
	border: none;
	background: url(../images/arrow.png) no-repeat 0px 0px;
}


/***uav table***/
/*.wthree-3{
	background-image: url(../images/bg.jpg);
}*/

.serv_table{
	font-size: 16px;
	
	margin-left: 10px;
	padding: 10px;
	background-color: rgba(190,190,190,0.5);
	border-radius: 10px;
}
.serv_table tr{	
	border-bottom: 2px dashed #FFF;
}
.serv_table tr:last-child{
	border: none;
}
.serv_table td{
	padding: 3px;
}
.serv_table h4{
	font-size: 24px;
	color: #039;
}
.serv-text{
	margin-left: 10px;
	padding: 10px;
	background-color: rgba(190,190,190,0.5);
	border-radius: 10px;
}

/***service icons***/
.service_icons{
	width: 50px;
	height: 50px;
	margin: 15px;
	background-image: url(../images/service_icons.png);
	display: inline-block;
}
.service_icons.camera{
	background-position: 0px 0px;
}
.service_icons.global{
	background-position: -50px 0px;
}
.service_icons.streetview{
	background-position: -100px 0px;
}
.service_icons.picture{
	background-position: -150px 0px;
}
.service_icons.model{
	background-position: -200px 0px;
}
.service_icons.highmodel{
	background-position: -250px 0px;
}
/*service icon animation start*/
.service_icons:hover {
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
/*service icon animation end*/



/***protfolio start***/
.left_class_menu{
	font-size: 18px;		
	position: fixed;
	top: 45%;
	left: 0px;	
	z-index: 9999;
}
.left_class_menu ul, .left_class_menu li{
	list-style: none;
}
.left_class_menu ul.main_menu{
	position: absolute;
	left: 0px;
}
.left_class_menu ul.main_menu li{
	width: 30px;
	padding: 5px;
	margin-bottom: 1px;
	background-color: #096;	
	border-radius: 0 5px 5px 0;
}
.left_class_menu ul.main_menu li:last-child{
	/*top: 112px;*/
}
.left_class_menu ul.main_menu li:hover, .left_class_menu ul.main_menu li.active{	
	background-color: #C03;
}
.left_class_menu ul.main_menu li.active{
	width: 40px;
	padding-left: 10px;
	/*left: 120px;*/
}
.left_class_menu ul.main_menu li a{
	color: #FFF;
}
.left_class_menu ul.main_menu li a:hover{	
}

.left_class_content{
	width: 120px;
	color: #FFF;
	font-size: 18px;
	position: absolute;
	left: -120px;
}
.left_class_content div{
	display: none;
}
.left_class_content ul.sub_menu li{
	padding: 3px;
	background-color: #004D99;
	border-bottom: 1px solid #039;
	cursor: pointer;
}
.left_class_content ul.sub_menu li:hover{
	background-color: #0066CC;
}

#classfy_path{
	font-size: 18px;
}
/*#classfy01{
	width: 120px;
	position: absolute;
	top: 0;
	left: -120px;
}
#classfy02{
	width: 120px;
	position: absolute;
	top: 112px;
	left: -120px;
}*/
.info-content{
	min-width: 150px;
}



.select_wrp, .select_wrp li{
	font-size: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.select_wrp{
	background-color: #E6E6E6;
	border: 1px solid #999;
	border-radius: 10px;
	height: 42px;
	padding: 5px 0;
	margin: 10px 0;
}
.select_wrp li, .select_wrp span{
	float: left;
	margin: 0 10px;
}
.select_wrp span{
	padding: 3px;
	font-weight: bold;
}
.select_wrp li a{
	color: #7C7C7C;
	display: block;
	padding: 3px 12px;
	background-color: #FFF;
	border: 1px solid #999;
	border-radius: 20px;
}
.select_wrp li.active a{
	color: #FFF;
	background-color: #096;
	border: 1px solid #007B53;
}
.select_wrp li.active.blue a{
	color: #FFF;
	background-color: #0088CA;
	border: 1px solid #006393;
}




/***protfolio end***/


/***app case start***/
ul.case_list{
	margin: 10px auto;
}
ul.case_list h4{
	color: #FFF;
	margin: 10px 0;
	padding: 5px;
	background-color: #268BBB;
}
ul.case_list img{
	margin: 10px 0; 
}
ul.case_list .ttt2{
	color: #000;
	font-size: 18px;	
	padding: 10px 0;
	margin-left: 30px;
	list-style-type: square;
	list-style-image: url(../images/list_icon.png);
}
/***app case end***/


@media (max-width:768px){
}
@media (max-width:640px){
}
@media (max-width:480px){
}
@media (max-width: 320px){
}
/*-- responsive --*/
@media screen and (max-width:1440px) {
	.work-info ul{
		width: 100%;
	}
}
@media screen and (max-width:1380px) {
	.web-info{
		margin: 4em 10em 4em;
	}
	.work-info ul{
		width: 72%;
	}
}
@media screen and (max-width:1280px) {
	.web-info{
		margin: 4em 7em 4em;
	}
}
@media screen and (max-width:1240px) {
	.work-info ul{
		width: 65%;
	}	
}
@media screen and (max-width:1150px) {
	.web-info{
		margin: 4em 5em 4em;
	}
	.work-info ul{
		width: 70%;
	}	
}
@media screen and (max-width:1105px) {
	.web-info{
		margin: 4em 3em 4em;
	}
	.work-info ul{
		width: 75%;
	}	
}
@media screen and (max-width:1024px) {
	.work-info ul{
		width: 80%;
	}
}
@media screen and (max-width:865px) {
	.work-info ul{
		width: 95%;
	}
}





/*** Shy menu ***/
* {
  -moz-transition: all .4s cubic-bezier(.1,.7,.3,1);
  -webkit-transition: all .4s cubic-bezier(.1,.7,.3,1);
  -o-transition: all .4s cubic-bezier(.1,.7,.3,1);
  -ms-transition: all .4s cubic-bezier(.1,.7,.3,1);
  transition: all .4s cubic-bezier(.1,.7,.3,1);
}

#leftLinks ul {
  list-style: none;
  margin: 0 0 0 10px;
  padding: 0;
}
#leftLinks ul li{
	margin: 3px 0;
}
#leftLinks ul li a{
	color: #FFC;
}
#leftLinks ul li a:hover{
	color: #FC0
}

.shy-menu {
	display: block;
	height: 45px;
	padding: 5px;
	width: 45px;
	background-color: rgba(204,0,51,1);
	border-bottom-right-radius: 10px;
	color: #fff;
}
.shy-menu.is-open,
.shy-menu:hover { 
  background-color: rgba(33,40,44,1);
}

.shy-menu.is-open {
  height: 110px;
  width: 100px;
}

.shy-menu-panel { 
  margin-left: -100px;
}
.is-open .shy-menu-panel { 
  margin-left: 0;
}

/*** Hamburger ***/
.shy-menu-hamburger {
  position: relative;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  display: block;
  overflow: hidden;
  cursor: pointer;
}

.shy-menu-hamburger > .layer {
	background-color: #fff;
	border-radius: 1px;
	display: block;
	height: 2px;
	overflow: hidden;
	position: absolute;
    left: 5px;
	width: 18px;
}

.shy-menu-hamburger .layer.top { top: 9px; }
.is-open .shy-menu-hamburger .layer.top { 
  top: 17px;
  left: 5px;
  transform: rotate(45deg);
}
.shy-menu-hamburger .layer.mid { top: 16px; }
.is-open .shy-menu-hamburger .layer.mid {
  opacity: 0;
  left: 0;
}
.shy-menu-hamburger .layer.btm { top: 23px; }
.is-open .shy-menu-hamburger .layer.btm { 
  top: 17px;
  left: 5px;
  transform: rotate(-45deg);
}
