  /*--------------------start page----------------------*/
.cp-min-page-hieght {
    min-height: 600px;
}
.breadcrumb-wrap {
            padding: 30px 0;
            background-image: url(../images/shadow-bg.png);
            background-position: center center;
            background-repeat: no-repeat;
            margin-top:14px;
            background-color: #f6f6f6;
            border-top: 1px solid #d2d3d4;
            border-bottom: 1px solid #d2d3d4;
        }
.fixed img#logo_small {
    height: 51px  !important;

}
@media (max-width:767px) {
    .icon-angle-down {
        margin-top: 0px !important; 
    }
}
    /*--------------------end page----------------------*/

    /*-------------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-----------------*/

.cp-mainmenu a {
    font-weight:500;
}
.cp-gallery-slide img {
    height: 250px;
    max-width: 300px;
}