#loadMore {
    padding: 10px;
    text-align: center;
    background-color: #020031;
    color: #fff;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    box-shadow: 0 1px 1px #ccc;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
    font-size: 18px;
}
#loadMore:hover {
    background-color: #f6783a;
    color: #fff;
}
.event-item {
    display:none;
}

#loadManagement {
    padding: 10px;
    text-align: center;
    background-color: #020031;
    color: #fff;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    box-shadow: 0 1px 1px #ccc;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
    font-size: 18px;
}
#loadManagement:hover {
    background-color: #f6783a;
    color: #fff;
}
.management {
    display:none;
}

#loadBlog {
    padding: 10px;
    text-align: center;
    background-color: #020031;
    color: #fff;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    box-shadow: 0 1px 1px #ccc;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
    font-size: 18px;
}
#loadBlog:hover {
    background-color: #f6783a;
    color: #fff;
}
.blog {
    display:none;
}