h1, h2, h3, h4, h5, h6, p, span, a{
	font-family: MingLiU, serif;
}

nav .navbar-logo{
	width: auto;
	height: 100px;
}

nav .logo-title{
	margin-top: 5px;
	margin-left: 15px;
	width: 500px;
	height: auto;
}

.navbar-default .navbar-nav li{
	margin: 10px 10px 0px 10px;
	display: inline-block;
}

.navbar-default .navbar-nav li a{
	padding: 10px;
	background-color: #f8f8f8;
	border-radius: 3px;
	color: #01628a;
	font-weight: bold;
	font-size: 16px;
	-webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}

.navbar-default .navbar-nav li a:hover{
	background-color: #c8c8c8;
	color: #fff;
}

.navbar .divider-vertical {
    height: 25px;
    padding-top: 10px;
    border-right: 1px solid #a8a8a8;
    border-radius: 1px;
    top: 7.5px;
}

.item{
	height: 350px;
	overflow: hidden;
}

.banner{
	width: 100%;
	height: auto;
	margin: auto;
}

.carousel-caption{
	text-align: left;
}

.copyright{
	width: 100%;
	background: #ff2f3f;
	color: #ffffff;
	padding: 5px;
}

.beian{
	color: #FFF;

}

.beian:hover{
	color: #DDD;
	text-decoration: underline;
}

.gallerySlot{
	width: 200px;
	height: auto;
	vertical-align: middle;
}

.gallerySlot p{
	margin: 0px;
}

#materials .glyphicon-triangle-bottom{
	padding-left: 20px;
}

#materials .gallerySlot img{
	height: auto;
	width: 200px;
	padding: 20px;
	padding-top: 0px;
}

#operations .gallerySlot img{
	height: auto;
	width: 200px;
	padding: 20px;
}

#prototypes .gallerySlot img{
	height: 200px;
	width: auto;
	padding: 20px 0px;
}

#equipment .gallerySlot img{
	height: auto;
	width: 200px;
	padding: 20px 0px;
}

.homepage-section h3{
	color: #971c10;
}

.about-section .intro{
	font-size: 16px;
	line-height: 28px;
}

.processing-section h3{
	color: #971c10;
}

.testing-section h3{
	color: #971c10;
}

.hire-section .modal-button{
	background-color: transparent;
	border-color: #fff;
	padding: 5px;
}

.hire-section .modal-button p{
	margin: 0px;
}

.modal h1, .modal h2, .modal h3, .modal h4, .modal h5, .modal  h6, .modal p{
	color: #000;
}

.hire-section .glyphicon-ok{
	color: #04B404;
	margin-right: 5px;
}

.products-section .tab-content h3{
	color: #971c10;
}

.processing-wrap img{
	width: 200px;
	height: 150px;
}

.testing-wrap img{
	width: 180px;
	height: 180px;
}

.machineryList .modal-content h1{
	color: #013f8a;
}

.machineryList .modal-content tr:nth-child(odd){
	 background-color: #fdfdfd;
}

.machineryList .modal-content tr:nth-child(even){
	 background-color: #f2f2f2;
}

@media (max-width: 767px) {
    .navbar-collapse .nav > .divider-vertical {
        display: none;
     }
}