.tradition .title {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #298ad0;
    color: #5c5c5c;
    font: 500 14px "Roboto Condensed Regular";
    margin-bottom: 32px;
    padding-bottom: 14px;
    padding-top: 14px;
}
.center{
	text-align: center;
	padding-top: 10px;
}
.abcd{
	float: left;
	width: 100%;
	clear: both;
	margin-top: 15px;
}
/* Thumbnail Box */
.caption h4 {
font-size: 14px;
color: #444;
}
.same-period{
	color: #298ad0;
    font-size: 15px;
    font-family: 'Roboto Condensed Regular', Arial;
    float: left;
    width: 100%;
    line-height: 34px;
    margin-top: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.caption p {
font-size: 14px;
color: #999;
}
.btn.btn-mini {
    font-size: 0.63rem;
    }
.carousel-control.right {
    left: auto;
    right: 15px;
}

/* Carousel Control */
.control-box {
    text-align: right;
    width: 100%;
    }
    .carousel-control{
        background: #666;
        border: 0px;
        border-radius: 0px;
        display: inline-block;
        font-size: 34px;
        font-weight: 200;
        line-height: 18px;
        opacity: 0.5;
        padding: 4px 10px 0px;
        position: static;
        height: 30px;
        width: 15px;
        text-align: center;
        }
        /* Mobile Only */
@media (max-width: 767px) {
    .page-header, .control-box {
    text-align: center;
    } 
}
@media (max-width: 479px) {
    .caption {
    word-break: break-all;
    }
}
