/* home news
 * ============================ */
#home-news {
	height:200px;
}
#home-news .carousel-control {
	line-height:200px;
}
@media screen and (max-width: 767px) {
#home-news h2 {
	font-size:2.4em;
}
}
@media screen and (max-width: 430px) {
#home-news h2 {
	font-size:1.8em;
}
}
@media screen and (max-width: 370px) {
#home-news {
	bottom:95px;
}
}
@media screen and (max-width: 940px) {
/* sm item */
.item-hr-sm {
	width: 100%;
}
}
/* breadcrumb
 * ============================ */
.breadcrumb {
	background-color: #fff !important;
	background-color: rgba(255,255,255,0.9) !important;
	width: 100% !important;
}
/* collection
 * ============================
.period {
	position: relative;
	margin-left: -25px;
	margin-right: -25px;
	width: inherit;
}
.item-gallery-period {
	height:420px;
	width:50%;
}
.item-gallery-cate .title {
	width: auto;
	padding: 5px 15px;
    font-size: 37px;
	font-weight:normal !important;
}
.item-gallery-period:nth-child(2n+1) .img {
	border-left:none;
}
.item-gallery-period .img {
	border-bottom:1px solid #fff;
}
@media screen and (max-width: 1100px) {
.item-gallery-period {
	width:100%;
}
}
@media screen and (max-width: 940px) {
.period {
	margin-left: -15px;
	margin-right: -15px;
}
}
*/
.item-gallery-cate .title {
	width: auto;
	padding: 5px 15px;
    font-size: 30px;
	font-weight:normal !important;
}
@media screen and (max-width: 1460px) {
.item-gallery-cate .title {
    font-size: 24px;
}
}
