/**
 * fake-no-fake
 */
.absolute-only {
    position: absolute;
    top: 3px;
    width: 100px;
    text-align: center;
}
.vote-fake {
    position: relative;
    display: table;
    border-collapse: separate;
    padding: 5px 0;
}
.progress-fake,
.btn-no-fake,
.btn-fake {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}
.btn-fake,
.btn-no-fake {
    width: 100px;
}

.progress-fake {
    width: 100%;
    padding:0 10px;
    height: 31px;
    position: relative;
}
.absolute-percent {
    position: absolute;
    left: 50%;
    width: 50%;
    text-align: center;
    top: 7px;
    margin-left: -5px;
}
.progress-fake .progress {
    height: 31px;
}
.progress-bar-danger {
    background-color: #d9534f;
}
.progress {
    background-color: #fff;
}
.img-replace {
    /* replace text with an image */
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
}
.progress-bar-green {
    background-color: #28a745;
}

/* jQuery Growl
 * Copyright 2015 Kevin Sylvestre
 * 1.3.5
 */
.ontop, #growls-default, #growls-tl, #growls-tr, #growls-bl, #growls-br, #growls-tc, #growls-bc, #growls-cc, #growls-cl, #growls-cr {
    z-index: 50000;
    position: fixed; }

#growls-default {
    top: 10px;
    right: 10px; }
#growls-tl {
    top: 10px;
    left: 10px; }
#growls-tr {
    top: 10px;
    right: 10px; }
#growls-bl {
    bottom: 10px;
    left: 10px; }
#growls-br {
    bottom: 10px;
    right: 10px; }
#growls-tc {
    top: 10px;
    right: 10px;
    left: 10px; }
#growls-bc {
    bottom: 10px;
    right: 10px;
    left: 10px; }
#growls-cc {
    top: 50%;
    left: 50%;
    margin-left: -125px; }
#growls-cl {
    top: 50%;
    left: 10px; }
#growls-cr {
    top: 50%;
    right: 10px; }
#growls-tc .growl, #growls-bc .growl {
    margin-left: auto;
    margin-right: auto; }

.growl {
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: relative;
    border-radius: 4px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
.growl.growl-incoming {
    opacity: 0;
    filter: alpha(opacity=0); }
.growl.growl-outgoing {
    opacity: 0;
    filter: alpha(opacity=0); }
.growl.growl-small {
    width: 200px;
    padding: 5px;
    margin: 5px; }
.growl.growl-medium {
    width: 250px;
    padding: 10px;
    margin: 10px; }
.growl.growl-large {
    width: 300px;
    padding: 15px;
    margin: 15px; }
.growl.growl-default {
    color: #FFF;
    background: #7f8c8d; }
.growl.growl-error {
    color: #FFF;
    background: #C0392B; }
.growl.growl-notice {
    color: #FFF;
    background: #2ECC71; }
.growl.growl-warning {
    color: #FFF;
    background: #F39C12; }
.growl .growl-close {
    cursor: pointer;
    float: right;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    font-family: helvetica, verdana, sans-serif; }
.growl .growl-title {
    font-size: 18px;
    line-height: 24px; }
.growl .growl-message {
    font-size: 14px;
    line-height: 18px; }


/* FAKEMETER CSS FIXES */
.vote-fake .btn-success {
    color: #fff;
    background-color: #50bf69;
    border-color: #50bf69;
}
.vote-fake .progress-fake .progress-bar-green {
    background-color: #50bf69;
}
.vote-fake .btn-danger {
    color: #fff;
    background-color: #da5764;
    border-color: #da5764;
}
.vote-fake .progress-fake .progress-bar-danger {
    background-color: #da5764;
}
.ga-views {
    color: #999;
    font-size: 14px;
    text-align: right;
    margin-right: 10px;
}
.ga-views-mobile {
    float: right;
    /*margin-right: -10px;*/
}

/* READ MORE BUTTON */
.readmore-button {
    display: block;
    width: 100%;
    background-color: #207c35;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    font-size: 1rem;
    margin-bottom: 5px;
    /*transition: color 0.2s ease;*/
    transition: background-color 0.2s ease;
    text-decoration: none;
}
.readmore-button:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}
.readmore-button span:after{
    content: "\e90d";
    font-family: 'icomoon';
    font-weight: normal;
    font-size: 14px;
    margin-left: 10px;
}
.full_text p:last-of-type:after {
    content: " ...";
}
.full_post_block .full_source a.editlink {
    color: #FF0000;
    text-decoration: underline;
}
.full_post_block .full_source a.editlink:hover {
    color: #000;
    text-decoration: none;
}
