/*
######## ##          ###     ######  ##     ## ##    ##      ######   ######   ######
##       ##         ## ##   ##    ## ##     ##  ##  ##      ##    ## ##    ## ##    ##
##       ##        ##   ##  ##       ##     ##   ####       ##       ##       ##
######   ##       ##     ##  ######  #########    ##        ##        ######   ######
##       ##       #########       ## ##     ##    ##        ##             ##       ##
##       ##       ##     ## ##    ## ##     ##    ##    ### ##    ## ##    ## ##    ##
##       ######## ##     ##  ######  ##     ##    ##    ###  ######   ######   ######
*/

.flashy {
    font-family:  "Comic Sans MS", Arial, sans-serif;
    padding: 11px 30px;
    border-radius: 4px;
    font-weight: 400;
    position: fixed;
    top: 20px;
   /* right: 20px;*/
    right: 40%;
    font-size: 16px;
    color: #fff;
    z-index: 1000;
}

.flashy--success {
    background-color: #99c93d;
    color: #fff;
}

.flashy--warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.flashy--muted {
    background: #eee;
    color: #3a3a3a;
    border: 1px solid #e2e2e2;
}

.flashy--muted-dark {
    background: #133259;
    color: #e2e1e7;
}

.flashy--info a,
.flashy--primary-dark a {
    color: #fff;
}

.flashy--error {
    background: #d14130;
    color: #fff;
}

.flashy--primary {
    background: #573e81;
}

.flashy--primary-dark {
    background: linear-gradient(to right, #133259 30%, #0d233e);
}

.flashy--info {
    background: #00baf3;
}

.flashy > ul {
    padding-left: 15px;
}

.flashy > p:only-of-type {
    margin-bottom: 0;
}

.flashy i {
    margin-right: 8px;
    position: relative;
    top: 6px;
}

.flashy .flashy__body {
    color: inherit;
    text-decoration: none;
}

@media only screen and (max-width: 1050px) {
    .flashy {
        text-align: center;
        right: 0;
        left: 50%;
        width: 300px;
        margin-left: -150px;
    }
}

.vich-image a img {
    height: 200px;
}