html {
  	font-family: 'Noto Sans', sans-serif, 微軟正黑體;
  	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
	font-family: 'Noto Sans', sans-serif, 微軟正黑體; 
	background-color: #f2f2f2;
	color: #555;
}

br {
	margin-top: 2px;
}

hr {
	border-top: 1px solid #e6e6e6;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover,
a:focus {
  color: #403f6f;
  text-decoration: none;
}

p {
	font-size: 12px;
	color: #555;
}

h3 {
	color: #323a45;
}

.navbar {
	min-height: 60px;
}

.navbar-default {
	background-color: #fff;
}

.navbar-fixed-top {
	border-width: 0 0 0px;
}

.navbar-nav {
	padding-left: 0px;
	letter-spacing: 0.5px;
}

.navbar-brand {
	line-height: 20px;
	padding: 20px 15px;
}

/*視窗大於768px時的值*/
@media screen and (min-width: 768px) {
	.navbar-nav {
		padding-left: 0px;
	}
}

.navbar-nav >li {
	padding-top: 17px;
	padding-bottom: 3px;
	font-size: 14px;
}

.navbar-default .navbar-nav>.open>a,  
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover  {
	background-color: #91A7D0 ;
	color: #fff;
}

.navbar-nav>.open>a {
	background-color: #91A7D0 ;
}

.navbar-header {
	padding-top: 0px;
	padding-bottom: 20px;
}

/* .navbar-nav >li:first-child >a:first-child {
	margin-left: 20px;
} */


.navbar-toggle {
	margin-top: 30px;
	margin-bottom: 0px;
}

.dropdown-menu {
    left: 0;
    top: 90%;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
	background-color: #f8f8f8;
    border: 0px solid;
    border-radius: 2px;
}

.dropdown-menu >li >a {
	color: #555;
}

.dropdown-menu >li >a:focus, .dropdown-menu >li >a:hover {
	background-color: #91A7D0;
	color: #fff;
	/* background-color: #e7e7e7; */
}


/*------jumbotron-------*/

.jumbotron {
	margin-top: 8px;
	margin-bottom: 30px;
	background-color: rgb(145, 168, 208);
}

/*視窗大於768px時的值*/
@media screen and (min-width: 768px) {
	.jumbotron {
    	padding-top: 20px;
    	padding-bottom: 20px;
	}
}

.jumbotron h2, .jumbotron p {
	margin-bottom: 20px;
	color: #fff;
}

/* .jumbotron h2 {
	text-shadow: -3px 3px #777;
} */


.product {
	margin-top: 70px;
}

.about {
	margin-top: 70px;
}

.index {
	margin-top: 70px;
}

.jumbotron p {
	font-size: 15px;
	font-weight: 500;
}

/* ------Product themes start------ */

.nav-pills a {
	background-color: #e6e6e6 ;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* SysReturn theme */

.sysreturncolor {
	background-color: #103D6F ;
}

.nav-pills.sysreturnpills>li.active>a {
	background-color: #103D6F ;
}

.sysreturnh {
	color: #103D6F;
	font-weight: 500;
}

/* ViewAce theme */

.viewacecolor {
	background-color: #332900 ;
}

.nav-pills.viewacepills>li.active>a {
	background-color: #332900 ;
}

.viewaceh {
	color: #332900;
	font-weight: 500;
}

/* Bivoke theme */

.bivokecolor {
	background-color: #003366 ;
}

.nav-pills.bivokepills>li.active>a {
	background-color: #003366 ;
}

.bivokeh {
	color: #003366 ;
	font-weight: 500;
}

.bivokepills>.col-md-6 {
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
}

.bivokepills>.col-md-4 {
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
}

/* Syscombos theme */

.comboscolor {
	background-color: #76413D ;
}

.nav-pills.combopills>li.active>a {
	background-color: #76413D ;
}

.comboh {
	color: #76413D ;
	font-weight: 500;
}

/* WeenyGenius theme */

.weenygeniuscolor {
	background-color: #2679BC ;
}

.nav-pills.weenygeniuspills>li.active>a {
	background-color: #2679BC ;
}

.weenygeniush {
	color: #2679BC ;
	font-weight: 500;
}
/* ------Product themes start------ */

/* TeenyHopper theme */

.TeenyHoppercolor {
	background-color: #E8A942 ;
}

.nav-pills.TeenyHopperpills>li.active>a {
	background-color: #E8A942 ;
}

.TeenyHopperh {
	color: #d0983b ;
	font-weight: 500;
}
/* ------Product themes start------ */


/* ------Product item position start------*/
.pimg {
	margin-top: 20px;
	margin-bottom: 20px;
}

.ptext {
	padding-top: 30px;
	padding-bottom: 30px;
}
/* ------Product item position end------*/


/* 視窗大於992px時的值 */
/* @media (min-width: 992px) {
	.col-md-4 {
    	width: 25%;
	}
} */


/*視窗大於768px時的值*/
/* @media screen and (min-width: 768px) {
	.jumbotron .container {
		padding-left: 45px;
	}
}
 */

/* home product list */

.page-header {
  padding-top: 0px;
  padding-bottom: 5px;
  margin: 20px 0 20px;
  border-bottom: 0px solid #eee;
  text-shadow: 1px 1px #cccccc;
}

.page-header > h2 {
	text-align: center;
	/* color: #2e6da4; */
	color: #403f6f;
}

.col-md-3 {
	padding-bottom: 20px;
}


.col-md-3 > p {
	line-height: 18px;
/* 	text-align:justify; */
}

/* -------index product-------- */

.btn-primary {
	background-color: transparent ;
	color: #555;

}

.thumbnail {
	border: 1px solid transparent;
	background-color: transparent;
}

/* Back to Top button */
.btngototop {
	background-color: #e6e6e6;
	color: #333;		
	margin: 30px 10px 10px 10px;
	border-color: transparent;
}

.btngototop:hover {
	background-color: #91A7D0;
	color: #fff;		
	border-color: transparent;	
}	


/*------Footer CSS-------*/


footer {
	padding-left: 40px;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-right: 40px;
	margin-top: 50px;
	margin-bottom: 0px;
	background-color: #f7f7f7;
}

.secfooter {
	border-top: 1px solid #ccc;
	margin-top: 0px;
	padding-top: 20px;
}

footer .row {
	padding-left: 0px;
	padding-top: 50px;
	padding-bottom: 10px;
	margin-bottom: 0px;

}

footer h5 {
	color: #91A7D0;
	font-size: 16px;
	padding-bottom: 5px;
}

footer h5 a {
	color: #9999cc;
	font-size: 16px;
	padding-bottom: 5px;
}

footer .col-md-3 {
	padding-left:15px;
}

footer .col-md-6 {
	padding-left:15px;
}

footer .secondrow {
	padding-top: 0px;
	padding-bottom: 40px;
}

footer .bottomrow {
	text-align: center;
	padding-bottom: 20px;
}


footer .sub-seondrow {
	padding-left: 0px;
}

footer p {
	font-size: 13px;
	color:#555;
}

footer a {
	font-size: 13px;
	color:#555;
}


footer a:hover {
	text-decoration: underline ;
	color:#ccc;
}

.btn-lg {
	padding: 15px 32px;
}


.honeypot-field {
  display: none;
}

/*-----------------------*/

.material-icons.md-18 { 
	font-size: 18px;
	vertical-align: text-bottom; 
}

.material-icons.md-36 { 
	font-size: 36px;
	vertical-align: middle; 
}

.row-bordered:before {
    content: '';
    display: block;
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40%;
    height: 1px;
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.2) 0, rgba(255,255,255,0) 75%);
}

.clear {
	clear: both;
}

.form-group {
	margin-bottom: 15px;
}