/*** Focus box - change boder color **/
.boxFocus {border:1px dashed #666;}

/* Change color of separator - 3-line icon on center*/
hr.lineLines:after {
color:grey;
background: #F0F0F0;
}

/* Change color of separator - top long line*/
hr {
  border-top-color: grey;
}

/* Change background color of main header*/
#mainHeader{
	background-color:#Fff;
}

/* Body - change font color from #777 / font-size from 14*/
body {
	color:#333;
	font-size:17px;
	background: #F0F0F0;
}

/* Change background color of all pages (need this because of the Boxed Layout)*/
@media(min-width:768px){
	#boxedLayout #globalWrapper{
		background: #F0F0F0;
	}}
	
/* Footer - change font color from #777*/
footer {
	color:#555;
}
footer h1,footer h2,footer h3,footer h4{color:#555;}
#footerRights {
	color:#777;
}

/* mainMenu change font size & color*/
#mainMenu>ul>li>a {font-size:19px;}

/* mainMenu change font-weight from bold to 400 */
	.header5 .navbar-default .navbar-nav > li > a {
		font-weight: 400;
	}
	
/* mainMenu change font size & color*/
.navbar-nav > li > a > i, .navbar-default .navbar-nav > li > a {
	color:#666;
}

 /* Submenu change font size*/
	.navbar-nav ul li a{font-size:17px; color:#000;}
	
 /* Sidebar change font color*/
nav#subnav ul li a{font-size:17px; color:#333; border-bottom:1px solid #999 ;
}
	
/* Bold Home Eng Title from 100 to 500/ "love to hear from you" color to #666*/
h1 {	font-weight: 400; color:#666;
}

/* Bold Home Chinese Title from 100*/
h2 {font-size:28px;	font-weight: 400; color:#555;
}

/* "歡迎您留言給我" Color from #999 */
h2 i {color:#999}
.subTitle  {
	color:#777;	
}

/* Bold page content font-weight */
h3 {font-weight: 600; color:#666;
}

/* home page content bigger fonts from 16*/
h5 {
	font-size: 19px; color:#FFF;
}

/* English eIndex page content bigger fonts from */
h6 {
	font-size: 17px; color:#FFF;
}

.btn-lg {
	font-size: 19px;
    font-weight: 400;
}

 /* Icon change color from white*/
.iconBlocHeading i {color:#F63}

 /* Icon Heading change size and weight*/
.iconBlocHeading h2{font-size:22px; font-weight:600;}

.iconBlocHeading h3{font-size:19px; font-weight: 500; font-family: sans-serif,'微軟正黑體';}

.iconBlocHeading h4{font-size:19px; font-weight:600;}

/* Lower padding when screen >768 but <992*/
@media(min-width:768px){
body.header5 {
    padding-top: 150px;}}
@media(min-width:992px){
body.header5 {
    padding-top: 87px;}}
	


/* Pre-header navigation right changed font size from 13px*/	
ul#navTrail li{font-size:15px;}

 /* Google Map*/
 #mapWrapperSatellite{ height:400px; }
.infoWindow {
	color:red;
	font-size: 18px;
	font-weight: bold;
}

 /* Contact - larger space to write, from 87px*/
textarea#comments {height:157px;}

 /* Contact - bigger fonts to write*/
.form-control {font-size:15px;}

 /* Photo Zoom Icon - bottom lowered from 5px*/
.neko-hover-1 figcaption .iconLinks {
	bottom: -5px;

}


 /* list items bottom margin expanded*/
li {
	margin-bottom:5px;
}

/* Media Box - changed pad to left, font-size and color, disable dotted-border*/
.boxContent{padding:12px; border:none;}
.boxContent h4{font-size:15px; margin-top:-2px;}
.boxContent p{font-size:15px; color:#F80; margin-bottom:0px;}

/* change the display type of the icon to “inline-bloc”, so it align with the text*/ 
.inline-icon {
  display:inline-block; margin-left:15px; margin-top:12px; margin-bottom:-7px;
}



