
/*-------------start shortnews-----------------*/
.cp-shortnews h3 {
    width: 75px;
    text-align: center;
    background-color: #3682b5;
    margin-top: 10px;
    padding: 12px;
    color: #fff;
    font-size: 15px;

}
.cp-shortnews p {
    margin-top: 0px;
}
    .cp-shortnews p a:hover {
        text-decoration: underline;
    }
.hover_underline {
    text-decoration: none;
}
    .hover_underline:hover {
        text-decoration: underline !important;
    }
/*-------------end shortnews-----------------*/
/*--------------------start page----------------------*/

.breadcrumb-wrap {
    padding: 30px 0;
    background-image: url(../images/cp-shadow-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #f6f6f6;
    border-top: 1px solid #d2d3d4;
    border-bottom: 1px solid #d2d3d4;
}
.cp-minheight-page
{
	min-height: 400px;
}
/*--------------------end page----------------------*/
