h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.container{
    background-color: #fff;
}

.before-breadcrumb {
    margin-right: 5px;
}

.heading{
    text-decoration: underline;
}

#zone{
    background-color: #dee0e2;
    overflow: hidden;
    margin-top: 20px;
}
.zone {
    border-right: 1px solid #ccc;
    min-height: inherit;
    padding: 10px 20px;
}
.zone p {
    color: #408AD4;
}
.zone ul li{
    list-style-type: square;
}

footer{
    background-color: #606060;
    border-top: 1px solid #ccc;
    color: #fff;
    min-height: 55px;
    text-align: center;
}
footer p{
    padding-top: 20px;
}

.line{
    border-bottom: 1px solid #eee;
    padding: 7px 10px;
    border-radius: 2px;
    margin-bottom: 5px;
}

.line:hover{
    background-color: #FE9221;
    color: #fff
}

.line:hover a{
    color: #fff
}

.line a{
    display: block;
}


@media (min-width: 768px) {

    #zone{
        border-top: 3px solid #ccc;
        min-height: 222px;
    }
}

@media (min-width: 992px) {
    header{
        height: 200px;
        background-repeat: no-repeat;
    }
    header .h1{
        margin-top: 45px;
    }
}

@media screen and (min-width: 1200px) {
    .activity .list-group-item{
        padding: 0;
    }

    .activity a.list-group-item,
    .list-group-item .list-group-item-link{
        background: url("../images/button.png") no-repeat scroll 1px 1px rgba(0, 0, 0, 0);
        display: block;
        overflow: hidden;
        padding: 16px 0 16px 55px;
        white-space: nowrap;
    }
    .activity a.list-group-item:hover,
    .list-group-item .list-group-item-link:hover{
        background: url("../images/button.png") no-repeat scroll 1px -49px rgba(0, 0, 0, 0);
    }
}

.card-event{
    min-height: 300px;
    margin-bottom: 20px;
}

.card-event .card-event-title{
    margin-bottom: 10px;
}

/*.card-event .card-event-content{
    height: 155px;
    overflow: hidden;
}*/

.card-event .card-event-footer{
    height: 40px;
}

.card-event .card-event-footer > div {
    line-height: 40px;!important;
}

.card-event-img{
    transform: scale(1);
    transition: transform 500ms;
}

.card-event-img:hover{
    transform: scale(1.2);
}