h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-family: 'Raleway','Open Sans',Arial,Helvetica,'Microsoft YaHei',SimHei,sans-serif;
	font-weight:300;
	color:#121212;
}

article p{
	margin-bottom: 5px;
}

.padding-top-5{
	padding-top: 5px;
}

.background-image-1{
	background-image:url('../images/demo/1200x800/35-min.jpg')
}

.overlay.light-11 {
	background-color: rgba(23,155,215,0.8);
}

/* fonts */
.font-open-sans {
	font-weight:300;
	font-family:'Microsoft YaHei',SimHei,sans-serif !important;
}
.font-lato {
	font-weight:300;
	font-family:'Microsoft YaHei',SimHei,sans-serif !important;
}
.font-raleway {
	font-weight:300;
	font-family:'Microsoft YaHei',SimHei,sans-serif !important;
}

.box-200 {
  width:200px;
  overflow:hidden;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  -webkit-text-overflow:ellipsis;
  -moz-text-overflow:ellipsis;
  white-space:nowrap;
}

.box-180 {
  width:180px;
  overflow:hidden;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  -webkit-text-overflow:ellipsis;
  -moz-text-overflow:ellipsis;
  white-space:nowrap;
}


.box-100 {
  width:100px;
  overflow:hidden;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  -webkit-text-overflow:ellipsis;
  -moz-text-overflow:ellipsis;
  white-space:nowrap;
}

.box-50 {
  width:50px;
  overflow:hidden;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  -webkit-text-overflow:ellipsis;
  -moz-text-overflow:ellipsis;
  white-space:nowrap;
}


section.page-header .breadcrumb a:hover {
		color: #fff !important;
		text-decoration:none;
}

.blog-post-item {
	display:block;
	margin-bottom:40px;
	padding-bottom:30px;
	border-bottom:#eee 1px solid;
	position:relative;
}


.blog-post-content {
	display:block;
	margin-bottom: 4px;
	padding-bottom: 3px;
	border-bottom:#fff 1px solid;
	position:relative;
	font-size: 16px;
	line-height: inherit;
}
.blog-post-content blockquote {
	font-size: 15px;
}

.blog-post-content p {
	margin:0;
}

.littleinfo blockquote {
	font-size: 15px;
}
.littleinfo p {
	margin: 0px;
}

.controlls-over .owl-pagination {
	text-align: center;
	position: absolute;
	width: auto;
	margin: auto;
	bottom: -20px;
	left: 0;
	right: 0;
	z-index: 1;
}


h1.blog-post-title,
.blog-post-item h2 {
	letter-spacing:0;
	font-family:'Microsoft YaHei',SimHei,'Open Sans',Arial,Helvetica,sans-serif;
	font-size:22px;
	margin-bottom:10px;
	font-weight: 400;
}

form label {
	font-weight:400;
}