body{
	/*background-image: url("../img/body-bg.png");*/
	background-image: url(../img/background.jpg);
	/*background-position:50%;*/
	/*background-color:#1671B9;*/
	font-family: Arial, "微軟正黑體";
	-webkit-font-smoothing:antialiased;
	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, .3);
	box-shadow:rgba(0, 0, 0, 0.298039) 0 0 4px 0;
	background-repeat: repeat;
}


hr{
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #f6f6f6;
}

p{
    color: #000000;
    font-size: 18px;
    line-height: 1.6em;
    font-family: "Arial", "微軟正黑體";
}
.style-of-li{
	color: #39F;
	
}

.li-style{
	list-style-type:none!important;
}
.li-style2{
	margin-left:62px;
}
/*浮動選單CSS*/
.menu {
position:fixed;
background:#2A2E2F;
border:1px solid #ccc;
width:303px;
z-index:100;
left:1px;
top:86px;
}

.menu a {
display:block;
margin:5px;
color:#FFF;
font-size:14px;
font-family:"微軟正黑體"
}

.menu p{
display:block;
margin:5px;
color:#F90;
font-size:18px;
font-weight:bolder;
font-family:"微軟正黑體"
}

.intro-words{
	width:500px;
	border:#CCC solid 1px;
}
.img-position{
	width: 80%;
margin: 0 auto;
margin-top: -21px;
}
/**************************************
** Navigation Bar style code       ****
**************************************/

.navigation{
	background-color: #2d3538;
	width: 100%;
}

.navbar .btn-navbar{
	background-image: none;
	filter: none;	
	background: rgb(0, 153, 255);
	margin-top: 15px;
}

.navbar-inner{
	border-radius: 0px;
	/*background-image: url(../img/banner.jpg);*/
	filter: none;
	border: none;
	box-shadow: none;
	/*background-color: #167DC8;*/
	background: rgb(0,85,162); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,85,162,1) 1%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(0,85,162,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(0,85,162,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(0,85,162,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,85,162,1) 1%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(0,85,162,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,85,162,1) 1%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(0,85,162,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,85,162,1) 1%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(0,85,162,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,85,162,1) 1%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(0,85,162,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0055a2', endColorstr='#0055a2',GradientType=0 ); /* IE6-9 */

}

.bt_title{
background: #f2f6f8; /* Old browsers */
background: -moz-linear-gradient(top, #f2f6f8 0%, #d8e1e7 50%, #b5c6d0 51%, #e0eff9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f6f8), color-stop(50%,#d8e1e7), color-stop(51%,#b5c6d0), color-stop(100%,#e0eff9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* IE10+ */
background: linear-gradient(to bottom, #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 ); /* IE6-9 */
border:1px solid #bbb;
text-shadow:0px 1px 0px #fff;
box-shadow:0px 7px 1px #000000;
-moz-box-shadow:0px 7px 1px #000000;
-webkit-box-shadow: 2px 2px 2px rgb(0, 0, 0);
border-radius:10px 10px 10px 10px;
-moz-border-radius:10px 10px 10px 10px;
-webkit-border-radius:10px 10px 10px 10px;
margin-left: 20px;
padding-left: 20px;
padding-right: 20px;
display:inline-block;
}

.navbar .nav > li > a{
	color: rgb(255, 255, 255);
	text-shadow: none;
	margin-top: 15px;
	font-size: 18px;
	font-weight: normal;
}



.navbar .nav > li > a:hover{
	color: #333;
	background-color: #FFF;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

/* changes color of active links*/
.navbar .nav .active > a, .navbar .nav .active > a:hover {
	background-color: #FFF;
	color: #000;
	box-shadow: none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

}


/* change color of active drop down menu or menu toggle link*/
.navbar .nav .dropdown.open a.dropdown-toggle{
	color: rgb(51, 51, 51);
}

/* changes background color of drop down menu*/
.navbar .nav .dropdown-menu{
	background-color: rgb(34, 136, 216);
}

/* changes background color of upwards arrow of drop down menu menu*/
.navbar .nav .dropdown-menu:after {
  border-bottom: 6px solid rgb(34, 136, 216) !important; /* change color here, modified for a black arrow */
}

/* changes link color of drop down menu*/
.navbar .nav .dropdown.open a{
	color: rgb(255, 255, 255);
}

/* changes link color of drop down menu on hover*/
.navbar .nav .dropdown-menu > li > a:hover{
	background-color: #FFF;
	color: rgb(255, 255, 255);
}


.navbar .divider-vertical{
	line-height: 40px;
	
}

.navbar .brand{
	text-shadow: none;
	color: rgb(255, 255, 255);
	font-size: 34px;
	font-family: "Arial", "微軟正黑體";
	font-weight: bold;
	text-align: center;
	text-align: center;
	text-align: center;
}

.navbar .brand:hover{
	color: #fff;
}

.navbar .pull-right > li > a{
	background-color: #64a7ca;
	color: #fff;
	margin-left: 10px;
}

.navbar .pull-right > li > a:hover{
	background-color: #81b8d4;
	color: #fff;
}



/*************************************
 		body style code          
**************************************/

.i2Style{
	color:#000;
	border:3px outset #ffffff;
	/*text-shadow:0px -1px 3px #000000;*/
	box-shadow:2px 2px 5px #000000;
	-moz-box-shadow: 0px 0px 2px 5px #000000;
	-webkit-box-shadow: 0px 0px 3px 2px rgb(0, 0, 0);
	border-radius:25px 25px 25px 25px;
	-moz-border-radius:25px 25px 25px 25px;
	-webkit-border-radius:25px 25px 25px 25px;
	padding:17px 40px;
	margin:0 auto;
	background-color: #F0F0F0;
}

.i2Style:hover,
.i2Style:focus{
	border-color: #0088cc;
	-webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
	-moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
	}


.box{
	text-align: center;
	padding:10px;

	min-height: 276px;
	background-color: rgb(241, 241, 241);
	color: rgb(0, 0, 0);
}

.box i{
	font-size: 55px;
	/*color: #333;*/
}

.teamSocial{
	margin-top: 10px;
}

.teamSocial i{
	font-size: 30px;
	padding-left: 10px;
	padding-right: 10px
}

.teamSocial i:hover{
	color: #72bcd4;
}

.teamSocial a{
	color: #333;
}

.teamSocial a:hover{
	text-decoration: none;
}


/*************************************
 		Login box style code          
**************************************/

.loginBox{
	background-color: #fff;
	border: 1px solid #ddd;
	margin-top: 40px;
	margin-bottom: 10px;
}

.loginBox .title{
	background-color: #f7f7f7;
	padding: 15px;
	border-bottom: 1px solid #ddd;
	color: #bbbbbb;
	font-size: 20px;
	text-align: center;
}

.loginBox form{
	margin-top: 15px;
	margin-left: 25%;
	color: #666;
	padding-bottom: 10px;
}

/*************************************
 		Pricing Table style code          
**************************************/

.table{
	margin-top: 45px;
	margin-bottom: 40px;
}

.table tr td{
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
}

.table h3{
	font-weight: bold;
	font-size: 26;
	color: #FFF;
}

.table i{
	font-size: 40px;
	color: #FFF;
}

.basicTable td{
	border-color: #FFF;
}

.basicHeader{
	color: #f2f2f2;
	background-image: url(../img/header.jpg);
}

.basicBody{
	background-color: rgb(131, 195, 255);
}

.premTable td{
	border-color: #71858c;
}

.premHeader{
	background-color: #2d3538;
	color: #f2f2f2;
}

.premBody{
	background-color: #505e64;
}

.table{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5ms ease-in-out;
	-ms-transition: all 0.5ms ease-in-out;
	-o-transition: all 0.5ms ease-in-out;
	transition: all 0.5ms ease-in-out;
}

.table:hover{
	-webkit-box-shadow: 2px 5px 30px rgba(53, 50, 50, 1);
	-moz-box-shadow:    2px 5px 30px rgba(53, 50, 50, 1);
	box-shadow:         2px 5px 30px rgba(53, 50, 50, 1);
}

.table-bordered{

}


/*************************************
 		coming soon page style code          
**************************************/

.comingSoon{
	margin-left: 120px;
}

.time{
	margin-left: 60px;
	margin-top: 20px;
}

.timeBox{
	border: 1px solid #ddd;
	background-color: #f7f7f7;
	text-align: center;
}

.subscribe{
	margin-top: 50px;
	margin-left: 90px;
}

.comingSoonFollow{
	font-size: 35px;
	margin-top: 80px;
	margin-bottom: 50px;
	margin-left: 34%;
}

.comingSoonFollow i{
	padding-left: 15px;
}

.comingSoonFollow i:hover{
	color: #2f96b4;
}

.comingSoonFollow a{
	color: #333333;
}

.comingSoonFollow a:hover{
	text-decoration: none;
}


/*************************************
 		404 Page style code          
**************************************/

._404Heading{
	margin-left: 30%;
	margin-top: 30px;
}

._404Link{
	margin-left: 40%;
	margin-top: 80px;
	font-size: 200px;
	color: #ababab;
}

._404Error{
	margin-top: 100px;
	margin-left: 40%;
	color: #ff4e4e;
	font-size: 26px;
	font-weight: bold;
}

._404Home{
	margin-top: 50px;
	margin-left: 38%;
}

._404Home a:hover{
	text-decoration: none;
	color: #ababab;
}

/*************************************
 		Portfolio Page style code          
**************************************/

#portfolio .thumbnail{
	background-color: #f7f7f7;
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	margin-top: 60px;
}

#portfolio .thumbnails{
	text-align: center;
}

#portfolio .thumbnail:hover{
	-webkit-box-shadow: 1px 1px 30px rgba(49, 50, 50, 1);
	-moz-box-shadow:    1px 1px 30px rgba(49, 50, 50, 1);
	box-shadow:         1px 1px 30px rgba(49, 50, 50, 1);
}


 /************************************
*** footer style code          ****
************************************/

.footer{
	color: #666;
	background-repeat: repeat-x;
	background-color: #0055A2;
	margin-top:30px;
	
}

.footer h4{
	color: rgb(255, 255, 255);
}

.footer hr{
	border-top: 1px solid rgb(235, 255, 0);
	border-bottom: 1px solid #3e4a4e;
	margin:0px;
	padding:0px;
	margin-bottom: 5px;
}

.footer i{
	color: rgb(255, 255, 255);
}

.footer a{
	color: #666;
}

.footer a:hover{
	text-decoration: none;
	color: #666;
}

.footer .social{
	margin-top: 15px;
}

.footer .social i{
	font-size: 40px;
	padding-left: 15px;
	color: rgb(255, 255, 255);
}

.footer .social i:hover{
	color: #ddd;
}
.blue {
	color: #06F;
}
.container .row #portfolio .thumbnails .span3 .thumbnail h3 {
	color: #333;
}
.container .row .span13 .box p {
	line-height: 1.8em;
}
.footer .container .row .span4 p {
	color: rgb(255, 255, 255);
}
.footer .container .row .span4 p a {
	color: rgb(255, 255, 255);
}
/*.container .row .span13 .box .label li {
	color: #FFF;
}*/
.container.white .row .span13 .box.i2Style p {
	text-align: left;
	color: rgb(0, 0, 0);
}
Portfolio 3 colums
.portfolio_1_3 {
	padding:0 0 0 0;
	margin:0 -20px 0 0;
}
.portfolio_1_3 ul {
	width: 100%;
	margin-bottom:0;
}
.portfolio_1_3 ul:after {
	content: "";
	display: block;
	height:0;
	overflow:hidden;
	clear:both;
}
.portfolio_1_3 ul li {
	margin: 0 3% 60px;
	width:300px;
	height:auto;
	float:left;
}
.portfolio_1_3 ul li .image {
	width:288px;
	height:215px;
	padding:5px;
	/*border:1px solid #cccccc;*/
	display:block;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.portfolio_1_3 ul li .image .portfolio_image {
	width: 288px;
	height: 215px;
}
.portfolio_1_3 ul li .title {
	border-bottom:1px solid #cccccc;
	text-align:center;
	display:block;
	padding:10px 0 10px 0;
	font-size:18px;
	color:#262626;
}
.portfolio_1_3 ul li .title a {
	font-size: 22px;
	color: rgb(102, 102, 102);
	font-weight: bold;
}
.portfolio_1_3 ul li .title a:hover {
	color:#333;
}
.portfolio_1_3 ul li .description {
	display:block;
	padding: 10px 0 10px 0;
	font-size: 16px;
	line-height: 17px;
	color:#4d4d4d;
}
.portfolio_1_3 ul li .clear {
	display:block;
	clear:both;
	padding:5px 0 0 0;
}
.portfolio_1_3 ul,.filter ul{
	list-style:none;	
	margin: 0;
}
::selection {
	background:#2e2823;
	color:#FFFFFF;
}
.filter ul {
	margin: 10px 20px;
}
.filter ul li {
	margin:0;
	padding:0;
	float:left;
}
.filter ul li {
	padding:0 5px;
}
.filter ul li.last {
	padding:0 5px;
}
.filter a {
	color: #b3b3b3;
	display: inline-block;
	padding:2px 10px;
	font-size: 16px;
	font-weight: bold;
	font-family:Helvetica, Arial, sans-serif;
}
.filter a:hover {
	color:#de5853;
	text-decoration:none;
}
.filter a.selected {
	color:#262626;
	background: -moz-linear-gradient(  top,  #88b272 0%,  #7fab68 50%,  #6c9b55);
	background: -webkit-gradient(  linear, left top, left bottom,  from(rgb(0, 147, 194)),  color-stop(0.50, rgb(103, 184, 230)),  to(rgb(0, 147, 194)));
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding:2px 10px;
	color:#fff;
}
.clear {
	clear:both;
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
	width:0
}
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	height:0;
	line-height:0;
	visibility:hidden;
	width:0
}
.clear {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.padding20 {
	padding-top:20px;
	font-size:0;
	line-height:0;
}
.portfolio_slider_container {
	margin-bottom:0px;
	position: relative;
	float: left;
	width: 100%;
}
.portfolio_slider {
	position: relative;
	list-style: none; 
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.portfolio_slider li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
.portfolio_slider img {
	display: block;
	position: relative;
	z-index: 1;
	height: auto;
	width: 100%;
	border: 0;
}
.portfolio_slider .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	background: red;
	color: #fff;
	background: #000;
	background: rgba(0,0,0, .4);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	font-size:14px;
}
.portfolio_slider_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 40%;
	left: 0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 50px;
	width: 45px;
	background: transparent url("../img/themes.png") no-repeat left top;
	margin:0 10px;
}
.portfolio_slider_nav:active {
	opacity: 1.0;
}
.portfolio_slider_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}

/*  minisite css  */

.minisite ul li {
	margin: 0 2%;
	width: 180px;
	height: 250px;
	float:left;
}
.minisite ul li .image {
	width: 180px;
	height: 135px;
	padding:5px;
	/*border:1px solid #cccccc;*/
	display:block;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.minisite ul li .image .portfolio_image {
	width: 180px;
	height: 135px;
}
.minisite ul li .title {
	border-bottom:1px solid #cccccc;
	text-align:center;
	display:block;
	padding: 10px 0;
	font-size: 18px;
	color:#262626;
	height: 40px;
line-height: 20px;
}
.minisite ul li .title2 {
	line-height: 18px;
}

.minisite ul li .title a {
	font-size: 18px;
	color: rgb(102, 102, 102);
}
.minisite ul li .title a:hover {
	color:#333;
}
.minisite ul li .description {
	display:block;
	padding: 10px 0 10px 0;
	font-size: 16px;
	line-height: 17px;
	color:#4d4d4d;
}
.minisite ul li .clear {
	display:block;
	clear:both;
	padding:5px 0 0 0;
}
.minisite ul{
	list-style:none;	
	margin: 0;
}

.pad-template{
	background: url("../img/minisite/pad-template.png") no-repeat;
	width:964px;
	height: 1259px;
	margin:0 auto;
}
.phone-template{
	background: url("../img/minisite/phone-template.png") no-repeat;
	width:370px;
	height:724px;
	margin:0 auto;
}
.king-t{
	width:20%;
	margin:20px 30px;
}

 @media screen and (max-width: 600px) {
.portfolio_slider_nav {
	top: 47%;
}
.pad-template,.phone-other{
	display: none;
}
.phone-template,.phone-other{
	display: none;
}
.king-t{
	width:40%;
	margin:0;
}
.carousel-caption {
  position: relative;
}
}

 .sidebar {
	width: 37%;
	margin: 10px 2% 0;
	float:left;
}
.portfolio_social{
	float:right;	
	margin-top: 15px;
}
.portfolio_social li {
	display:inline;
	padding-right:5px;
}

@media only screen and (max-width: 479px) {
   .sidebar {
	float: none;
	width: 300px;
}
.king-t{
	width:80%;
	margin:0;
}
.carousel-caption {
  position: relative;
}
}
.container.white .row .sharelink {
	float: right;
	width: 200px;
}
