.accordion-heading>.badge,.list-group-item-heading>a>.label,.list-group-item2>.badge {
    float:right
}

#tagsphere li a:link,.sidebar-nav li a,.sidebar-nav li a:active,.sidebar-nav li a:focus {
    text-decoration:none
}

.msg p {
    text-align:justify
}

.blog-title {
    font-size:32px;
    font-weight:700;
    margin-top:10px
}

.msg-category,.msg-date {
    font-size:12px;
    margin-top:10px
}

.msg-category {
    color:#A79DEA
}

.list-group-item2 {
    position:relative;
    display:block;
    padding:10px 0;
    margin-bottom:-1px;
    background-color:#fff
}

a.list-group-item2 {
    color:#555
}

.list-group-item-heading {
    font-size:14px;
    font-weight:700
}

.list-group-item-button {
    background-color:#DE69BE!important
}

.list-group-item-button>a:hover {
    color:#fff
}

.accordion-toggle .fa {
    height:15px;
    text-align:center;
    vertical-align:top;
    width:20px
}

#wrapper {
    padding-left:0;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    transition:all .5s ease
}

#wrapper.toggled {
    padding-left:250px
}

#sidebar-wrapper {
    z-index:1000;
    position:fixed;
    left:250px;
    width:0;
    height:100%;
    margin-left:-250px;
    overflow-y:auto;
    background:#000;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    transition:all .5s ease
}

#wrapper.toggled #sidebar-wrapper {
    width:250px
}

#page-content-wrapper {
    width:100%;
    position:absolute;
    padding:15px
}

#wrapper.toggled #page-content-wrapper {
    position:absolute;
    margin-right:-250px
}

.sidebar-nav {
    position:absolute;
    top:0;
    width:250px;
    margin:0;
    padding:0;
    list-style:none
}

.sidebar-nav li {
    text-indent:20px;
    line-height:40px
}

.sidebar-nav li a {
    display:block;
    color:#999
}

.sidebar-nav li a:hover {
    text-decoration:none;
    color:#fff;
    background:#fff3
}

.sidebar-nav>.sidebar-brand {
    height:65px;
    font-size:18px;
    line-height:60px
}

.sidebar-nav>.sidebar-brand a {
    color:#999
}

.sidebar-nav>.sidebar-brand a:hover {
    color:#fff;
    background:0 0
}

@media(min-width:768px) {
    #wrapper {
        padding-left:250px
    }

    #sidebar-wrapper {
        width:250px
    }

    #wrapper.toggled #sidebar-wrapper {
        width:0
    }

    #page-content-wrapper {
        padding:20px;
        position:relative
    }

    #wrapper.toggled #page-content-wrapper {
        position:relative;
        margin-right:0
    }

    #wrapper.toggled,.post-summary {
        padding-left:0
    }
}

.blog-post .post-container {
    min-height:180px;
    padding:10px;
    border-radius:0 4px 4px 0
}

.blog-post .label {
    font-weight:inherit
}

.blog-post .post-container div.content {
    height:112px;
    overflow:hidden;
    text-align:justify
}

.blog-post .post-infos {
    margin-top:5px;
    font-size:12px
}

.blog-post .div-infos {
    margin-top:15px
}

.blog-posts-container {
    margin-bottom: 30px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    border-radius: 24px;
    padding: 20px;
    background: #ffffff;
}
div.blog-posts-container.blog-post-detail {
    padding: 20px 30px;
    margin-top: 10px;
}
.badge {
    background-color:#DE69BE;
    border-radius:4px
}

.last-ads-bloc {
    border:1px solid #F5F4FE;
    border-radius:4px;
    margin:15px;
    padding:10px;
    width:90%;
    background:#fff
}

.last-ads-bloc:hover {
    background:#fafafa;
    transition:all .5s ease 0s;
    border:1px solid #ddd
}

.blog-post-detail h1 {
    font-size: 28px;
    margin-bottom: 20px;
}

#tagsphere {
    margin-bottom:20px;
    background:#fff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
}

#tagsphere li a:link {
    color:#000
}

#tagsphere li a:hover {
    color:#09F
}

.blog-post .content {
    margin-left:360px;
    min-height:180px
}

.blog-post .subtitle {
    font-size:14px;
    line-height:24px;
    margin-bottom:12px;
    color:grey;
    font-weight:300
}

.blog-post .date {
    float:left;
    width:45px;
    text-align:center;
    background:#f7f7f7;
    font-weight:500;
    color:#2e2e2e;
    line-height:45px;
    font-size:24px;
    margin-left:30px
}

.blog-post .date span {
    display:block;
    background:#A46CD5;
    font-size:9px;
    color:#fff;
    font-weight:600;
    line-height:16px;
    text-transform:uppercase
}

.blog-post .image {
    display: flex;
    border-radius:12px;
    position:relative;
    overflow:hidden;
    float:left;
    width:260px;
    height: 180px;
    margin-bottom:0
}

.blog-post .title {
    font-size:22px;
    line-height:24px;
    margin-bottom:3px;
    padding-top:7px;
    font-weight:500;
    display:block
}

.blog-post a.title:hover {
    color:#DE69BE
}

.blog-post .description {
    font-size:16px;
    line-height:24px;
    font-weight:300;
    margin-bottom:15px;
    margin-left:-70px;
    padding-top:7px
}

.blog-post .tags {
    padding:10px 0 5px
}

.blog .list-group-item {
    border:1px solid #D3CDF8;
    margin-top:10px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

#selector {
    margin-top:20px
}

@media (min-width:768px) {
    .blog-landing-box.type-3 .blog-post .image {
        float:left;
        width:270px;
        margin-bottom:0
    }

    .blog-landing-box.type-3 .blog-post .date {
        width:45px;
        line-height:45px;
        font-size:24px;
        margin-left:30px
    }

    .blog-landing-box.type-3 .blog-post .date span {
        font-size:9px;
        line-height:16px
    }

    .blog-landing-box.type-3 .blog-post .content {
        margin-left:370px
    }

    .blog-landing-box.type-3 .blog-post .title {
        font-size:22px;
        line-height:24px;
        margin-bottom:3px;
        padding-top:7px
    }

    .blog-landing-box.type-3 .blog-post .description {
        margin-left:-70px;
        padding-top:7px
    }

    .blog-landing-box.type-3 .blog-post .readmore {
        margin-left:-70px
    }
}

@media (max-width:991px) {
    .blog-sidebar .information-blocks {
        margin-bottom:40px
    }
}

@media (max-width:767px) {
    .blog-post,.blog-post .image {
        margin-bottom:30px
    }

    .blog-post {
        padding-bottom:30px
    }
}

@media only screen and (max-width:480px) {
    .blog-post {
        margin-left:0!important;
        margin-bottom:20px;
        padding-bottom:25px
    }

    .blog-post .image,.blog-post .image img {
        width:100%
    }

    .blog-post .date {
        position:relative;
        float:none;
        margin-bottom:10px;
        font-size:22px;
        font-weight:100;
        line-height:5px;
        width:auto;
        background:0 0;
        text-align:left;
        margin-left:0;
        color:grey
    }

    .blog-post .description {
        margin-left:0;
        text-align:justify
    }

    .blog-post .date span {
        background:inherit;
        font-size:inherit;
        line-height:inherit;
        display:inline-block;
        color:#DE69BE;
        font-weight:300
    }

    .blog-post .tags {
        width:100%;
        text-align:justify;
        line-height:25px
    }

    .blog-post .tags .subtitle.pull-right {
        float:unset!important;
        position:absolute;
        left:30px;
        margin-top:35px
    }

    .blog-post .content {
        margin-left:0
    }

    .blog-post .title {
        font-size:26px;
        text-align:justify
    }
}