a.article-anchor {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
}

.article-margin {
	margin: 20px;
}


.article-photo {

}

.article-desc {

}

.article-feature {
	
}

.article-tag {
	font-size: 12px;
	margin: 2px;
}

.article-content {
	background: #f7f7f7;
	padding: 0px 30px 30px 30px;
}

.article-btn-margin {
	margin-top: 10px;
	margin-bottom: 10px;
}

.article-prev-next-btn-grp {
	margin-bottom: 60px;
}

.article-list > li {
	margin: 20px;
}

/* ready to override */
.article-carousel-caption {
	position: absolute;
	right: 15%;
	/*bottom: 50px;*/
	top: 200px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	/*padding-bottom: 20px;*/
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-indicators {
    position: absolute;
    top: 250px;
    /*bottom: 20px;*/
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

@media screen and (min-width: 768px) {
	.carousel-indicators {
		top: 250px;
	    /*bottom: 20px;*/
	}
}