@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,300italic,400italic");
/*----------------------------------------------------------------------------*/
/*網路字型
/*--


/************************
/*沅昱科技 HTML5網站模版套版 ASP版
************************/

/* Basic starts  基本啟動*/

body{
	background: #eee;
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,h5,h6{
	font-weight: bold;
	font-family: 'Open Sans Condensed', sans-serif;
}

p{
	margin:0;
	padding:0;
}

a{
	font-weight: bold;
}

a:hover{

}

a:hover,a:active,a:focus {
	outline: 0;
	font-size: 18px;
	font-family: "Open Sans", sans-serif;
}

hr{
	margin: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dbd8d8;
}

:focus {
	outline:none;
}

::-moz-focus-inner {
	border:0;
}

/* Basic ends  基本結束*/

.outer{
	width: 100%;
	background: #333 url('../img/sidebar-back.png') repeat;
}

.main .container{
	max-width: 98%;
}

/* navigation button  導航按鈕  */

.navigation{
	display: none;
	margin-right: 0;
	margin-bottom: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: rgba(0, 0, 0, .5);
	border-radius: 5px;
	cursor: pointer;
	position: absolute;
	z-index: 60000;
	top: 2px;
	background-color: rgba(0, 0, 0, .5);
}

.navigation a{
	text-decoration: none;
	color: #fff;
	
}
.navigation a:hover{
	text-decoration: none;
	font-size: 14px;
}

/* navigation End  導航結束 */

/*  sidebar  側欄 */

.sidebar{
	background: #333 url('../img/sidebar-back.png') repeat;
	width: 240px;
	float: left;
	position: fixed;
	z-index: 4000;
}

/* sidebar logo  側邊欄LOGO */

.sidebar .logo{
	margin: 15px 16px;
	padding: 60px;
	border-bottom: 1px solid #8FC321;
	background: #8FC321 url('../img/logo/YYT-logotype-200x142.jpg') repeat;
	border-radius: 5px;
	text-shadow: 1px 1px 2px #8FC321;
}

.sidebar .logo h1{
	margin: 0;
	margin-bottom: 5px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 50px;
}

.sidebar .logo h1 a{
	color: #fff;
}

.sidebar .logo h1 a:hover{
	color: #fff;
	text-decoration: none;
}

.sidebar .logo p{
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

/* sidebar search input and button  側邊欄搜索輸入和按鈕 */

.sidebar .sidebar-search{
	margin: 20px 15px;
	border: 1px dashed #8FC321;
}

.sidebar .sidebar-search > form > .input-group > input{
	background: #fff;
	font-size: 12px;
	border: 0;
	border-radius: 0;
	box-shadow: none !important;
	color: #999;
} 

.sidebar .sidebar-search > form > .input-group > input:focus{
	box-shadow: none;
}

.sidebar .sidebar-search > form > .input-group > input::-webkit-input-placeholder { 
    color:#888;
	border: 0;
}

.sidebar .sidebar-search > form > .input-group > input::-moz-placeholder { 
    color:#888;
	border: 0;
}

.sidebar .sidebar-search > form > .input-group > input::-ms-input-placeholder { 
    color:#888;
	border: 0;
}

.sidebar .sidebar-search > form > .input-group > .input-group-btn > button{
	background: #8FC321;
	border: 0;
	border-radius: 0;
	padding-top: 7px;
	padding-bottom: 7px;
}

.sidebar .sidebar-search > form > .input-group > .input-group-btn > button i:hover{
	color: #999;
}

/* sidebar menu list  側邊欄選單列表 */

.sidebar .list{
	margin-top: 20px;
	border-top: 1px solid #8FC321;
	border-bottom: 1px solid #8FC321;
	text-align: left;
	font-family: "Open Sans", sans-serif;
}

.sidebar .list > li{
	padding: 10px 0 10px 40px;
	border-top: 1px solid #8FC321;
	border-bottom: 1px solid #8FC321;
}

.sidebar .list > li:first-child{
	border-top: 1px solid #8FC321;
}

.sidebar .list > li:last-child{
	border-bottom: 1px solid #8FC321;
}

.sidebar .list > li:hover{
	background: #4F7205;
	font-weight: bold;
}

.sidebar .list > li i{
	display: inline-block;
	margin-right: 10px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border: 2px solid #8FC321;
	border-radius: 60px;
}

.sidebar .list > li > a{
	display: block;
	color: white;
	padding-right: 18px;
	background: transparent; 
	text-transform: uppercase;
	font-size: 18px;
	text-shadow: 1px 1px 2px #000;
	text-decoration:none !important;
}

.sidebar .list > li > a > i.scolor{
	background: #4F7205;
}

.sidebar .list > li > a:focus > a.selected > a:hover{
	color: #fff;
	text-decoration: none !important;
	text-align: center;
	font-family: "Open Sans", sans-serif;
}

.sidebar .list > li > .dropdown > a{
	color: #fb8592;
}

.sidebar .list > li > .dropdown > a:hover{
	text-decoration: none;
	color: #a61223;
}

.sidebar .caret{
	border-top: 4px solid #fff !important;
}

/* Sidebar menu list dropdown   側邊欄選單列表下拉列表 */

.sidebar .dropdown-menu{
	left: 150px;
	margin-top: -45px;
}

.sidebar .dropdown-menu a{
	padding-top: 6px;
	padding-bottom: 6px;
	background: #8FC321;
    font-size: 18px;
	text-shadow: 1px 1px 2px #000;
	color: #fff;
}

.sidebar .dropdown-menu a:hover{
	background: #4F7205;
	font-weight: bold;
}

.sidebar .dropdown-menu:after, .sidebar .dropdown-menu:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.sidebar .dropdown-menu:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #4F7205;
	border-width: 4px;
	left: 70%;
	margin-left: -8px;
}
.sidebar .dropdown-menu:before {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #4F7205;
	border-width: 7px;
	left:70%;
	margin-left: -14px;
}

.dropdown-menu > li > a:hover{
	background: #a61223;
} 

/* Sidebar Social Links  側邊社交鏈接 */

.sidebar .social{
	margin: 15px 10px;
	padding: 10px 8px;
	background: #8FC321;
	border: 1px dashed #8FC321;
	border-radius:5px;
	text-align:center
}

.sidebar .social a:hover{
	text-decoration: none;
}

.sidebar .social a{
	display: inline-block;
	margin: 0 3px;
	width: 40px;
	height: 40px;
	border: 1px solid #8FC321;
	border-radius: 7px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	padding-top:4px;
	-webkit-transition: background 1s ease;
	-moz-transition: background 1s ease;
	-o-transition: background 1s ease;
	-ms-transition: background 1s ease;
	transition: background 1s ease;
}

.sidebar .social a.facebook{
	background: #194ff3;
}

.sidebar .social a.twitter{
	background: #25abf1;
}
.sidebar .social a.google{
	background: #f63832;
}

.sidebar .social a.linkedin{
	background: #206fbc;
}

.sidebar .social > a > i{
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
} 

.sidebar .social > a > i:hover{
}

.sidebar .social a.facebook i{
	border: 1px dashed #7d97ea;
}

.sidebar .social a.facebook:hover{
	background: #1c43bb;
}

.sidebar .social a.twitter i{
	border: 1px dashed #a5d8f2;
}

.sidebar .social a.twitter:hover{
	background: #1594d6;
}

.sidebar .social a.google i{
	border: 1px dashed #eeb3b1;
}

.sidebar .social a.google:hover{
	background: #d52d28;
}

.sidebar .social a.linkedin i{
	border: 1px dashed #85b3df;
}

.sidebar .social a.linkedin:hover{
	background: #0c5caa;
}

/* Main body content  主體內容 */

.main{
	width: auto;
	margin-left: 240px;
	position: relative;
	z-index: 0;
	background: #fff url('../img/white_wall_hash.png') repeat;
}

/* Carousel image slider  輪播圖像滑塊 */

.carousel{
	border-bottom: 1px solid #777;
}

.carousel-caption{
	padding-bottom: 120px;
	text-align: center;
	left: 6%;
	right: 6%;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.carousel-inner > .item {
	width: 100%;
	height: 550px;
	margin: auto;
	font-size: 18px;
}

.carousel-inner .item img {
	position: relative;
	top: 50%;
	transform: translatey(-50%);
	overflow: auto;
}

.carousel-caption img{
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	-o-animation-delay: 0.3s;
	-ms-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

/* Carousel content 旋轉木馬內容 */

.carousel-caption .caption-content{
	margin: 20px;
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.carousel-caption .caption-content h3{
	background: rgba(0, 0, 0, 0.4);
	font-size: 40px;
	font-weight: normal;
	font-family: 'Open Sans Condensed', sans-serif;
	margin: 8px 0;
	padding: 10px 15px;
	border-radius: 0px;
}

.carousel-caption .caption-content  p{
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	font-size: 15px;
	line-height: 28px;
	margin: 8px 0;
	padding: 13px 15px;
	text-shadow: none;
	border-radius: 0px;
}

.carousel-caption .caption-content .btn {
	color: #fff;
	background: rgba(0, 0, 0, 0.75);
	border-radius: 0px;
}

/* Carousel control 旋轉木馬控制 */

.carousel > .left{
	background-image: none;
}

.carousel > .right{
	background-image: none
}

.carousel .carousel-control .icon-prev{
	width: 26px;
	font-size: 60px;
}

.carousel .carousel-control .icon-next{
	width: 26px;
	font-size: 60px;
}
.carousel-control{
	width: 6%;
}


.carousel-control:hover{
	background-image: none;
}


/* Start product profile 開始產品簡介  */

.team{
	text-align: center;
}

.team h3{
	margin: 0;
	font-size: 30px;
	color: #666;
	font-weight: normal;
	text-shadow: 1px 1px 1px #ddd;
}

.team .team-profile{
	max-width: 300px;
	margin: 0 auto;
	border: 1px solid #f3f5f9;
	box-shadow: 0 0 3px #888;
	font-size: 12px;
}

.team .team-profile img{
	display: block;
	margin: 0 auto;
	width: 100%;
	border: 1px solid #fff;
	box-shadow: 0 0 2px #666;
}

.team .team-profile h5{
	margin: 13px 0 7px 0;
	font-size: 18px;
	color: #717171;
}

.team .team-profile span{
	display: block;
	color: #999;
	font-size: 12px;
}

.team .social-link{
	margin-top: 15px;
}

.team .social-link a{
	display: inline-block;
	margin: 0 auto;
	margin-bottom: 5px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	/* [disabled]border-top-right-radius: 2px; */
	border-top-left-radius: 2px;
	font-size: 12px;
	color: #fff;
	-webkit-transition: background 1s ease;
	-moz-transition: background 1s ease;
	-o-transition: background 1s ease;
	-ms-transition: background 1s ease;
	transition: background 1s ease;
}

/* Contact  聯繫 */

.contact{
	margin: 35px 0;
}

.contact h3{
	margin: 0;
	font-size: 30px;
	color: #666;
	font-weight: normal;
	text-align: center;
	text-shadow: 1px 1px 2px #ddd;
}

.contact .contact-details{

	margin: 0 auto;
	margin-bottom: 30px;
	width: 35%;
	float: left;
	height: 600px;
	background: #71c9e1 url('../img/head-bg.png') repeat;
	color: #fff;
	padding: 15px 20px 0 20px;
}

.contact .contact-details h4{
	font-size: 18px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #84d2e7;
}


.contact .contact-details .form{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #84d2e7;
}
.contact .contact-details h5{
	font-size: 20px;
	margin-bottom: 5px;
}
.contact .contact-details p{
	font-size: 12px;
	font-style: italic;
}

.contact .contact-details p span{
	font-size: 16px;
	font-style: normal;
}

.contact .contact-details .c-social{
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 20px;
}

.contact .contact-details .c-social a{
	display: inline-block;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: #5fc0da;
	border-radius: 60px;
	border: 1px solid #52b5d0;
	-webkit-transition: background 1s ease;
	-moz-transition: background 1s ease;
	-o-transition: background 1s ease;
	-ms-transition: background 1s ease;
	transition: background 1s ease;
}

.contact .contact-details .c-social a:hover{
	text-decoration: none;
	background: #52b5d0;
}

.contact .google-map{
	width: 65%;
	height: 600px;
	float: right;
}

.contact .google-map iframe{
	padding-bottom: 0 !important;
	width: 100%;
	height: 600px;
	border: 1px solid #ddd;
	border-left: 0;
}

/* Responsive  反應 */


/* Mobile phones  手機 */


@media (max-width: 480px){
	.carousel-caption{
		padding-bottom: 20px !important;
	}
	
	.carousel-caption  img{
		display: none !important;
	}
}

/* Tablets   平板電腦 */
@media (max-width: 767px){
	.main{
	width: 100%;
	margin-left: 0;
	}
	
	.navigation{
	display: inline-block !important;
	font-size: 14px;
	}
	
	.sidebar{
		display: none;
	}
	
	.service h3{
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #ccc;
	}
	
	.team h3{
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #ccc;
	}
	
	.feature h3{
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #ccc;
	}
	
	.testimonial h3{
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #ccc;
	}
	
	.ptable h3{
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #ccc;
	}
	
	.contact h3{
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #ccc;
	}
}

/* Back to top  回到頂部 */

.totop {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 104400;
	background: #16cbe6; 
}

.totop a, .totop a:visited{
	display: block;
	width: 30px;
	height: 30px;
	color: #fff;
	text-align: center;
	line-height: 30px;
}

.totop a:hover {
	color: #eee;
	text-decoration: none;
}

/* Desktop  桌面  */
@media (max-width: 991px){
	.carousel-caption{
		text-align: center;
		padding-bottom: 10px !important;
	}
	
	.caption-content{
		margin: 10px;
	}
	
	.carousel-caption  img{
	display: block;
	margin: 0 auto;
	max-width: none;
	}
	
	.carousel-caption .caption-content h3{
		display: inline-block;
		font-size: 25px;
	}
	
	.carousel-caption .caption-content  p{
		display: none;
	}
	
	.carousel-caption .caption-content  a{
		display: none;
	}
}

@media (max-width: 1050px){
	.contact .contact-details{
		float: none !important;
		width: 100% !important;
		height: auto !important;
	}
	
	.contact .google-map{
		float: none !important;
		width: 100% !important;
		height: 300px !important;
	}
	
	.contact .google-map iframe{
		height: 300px !important;
		border-left: 1px solid #ddd !important;
	}
}

@media (max-width: 1200px){
	.carousel-caption{
		padding-bottom: 70px;
	}
}
