﻿
.theme_squares .pace_activity:after, .theme_squares .pace_activity:before {
    position: absolute;
    content: "";
    border: 2px solid #cc1919;
    width: 20px;
    height: 20px;
    margin-right: -10px;
    margin-top: 5px;
}

.theme_squares {
    width: 100%;
    height: 100%;
}

.waitForShop {
    filter: blur(1px) grayscale(80%);
}
/* Icons */

svg.icon {
    fill: #fbc410;
    display: inline-block;
    height: 32px;
    position: relative;
    width: 32px;
}

.rating.small svg.icon {
    fill: #fbc410;
    height: 16px;
    width: 16px;
    stroke-width: 0px;
}

.rating {
    display: table;
    float: right !important;
    width: 100%
}

.contentMe {
    background-image: linear-gradient(45deg,#ECECEC,#e5e5e5);
    border-radius: 20px 20px 0px 0px;
    border-top: 0px outset #424A6F;
    -moz-box-shadow: inset 0px 0 50px #d6d6d6;
    -webkit-box-shadow: inset 0px 0 50px #d6d6d6;
    box-shadow: inset 0px 0 50px #d6d6d6;
}

.select2-result-repository__meta {
    margin-right: 5px;
}


.article-list__page {
    padding-top: 20px !important;
    border-top: 1px solid #ddd;
    clear: both;
    counter-increment: page;
    padding-bottom: 3em;
    position: relative;
}

    .article-list__page:before {
        background-color: #ddd;
        display: inline-block;
        content: counter(page);
        color: #888;
        padding: .25em .5em;
        position: absolute;
        left: calc(50% - .75em);
        top: -.75em;
        vertical-align: middle;
        z-index: 1;
    }

.article-list__item {
    background-color: #eee;
    float: left;
    height: 15em;
    max-width: 50%;
    opacity: .75;
    transform: scale(.8);
    transition: opacity .2s, transform .2s;
    width: 15em;
}

    .article-list__item:hover {
        opacity: 1;
        transform: scale(1);
    }

.article-list__item__image {
    display: block;
    height: auto;
    margin: 0;
    opacity: 1;
    transition: opacity .2s;
    width: 100%;
}

.article-list__item__image--loading {
    opacity: 0;
}

.article-list__pagination {
    background-color: #222;
    box-shadow: 0 0 1em rgba(#000, .25);
    display: block;
    bottom: 0;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: .5em;
    position: fixed;
    right: 0;
    text-align: center;
    transform: translateY(0);
    transition: transform $animation-duration;
    z-index: 2;
}

.article-list__pagination--inactive {
    transform: translateY(100%);
}

.article-list__pagination__item {
    display: inline-block;
    margin: 0 1em;
}

    .article-list__pagination__item a {
        color: ##888;
        text-decoration: none;
    }

        .article-list__pagination__item a:hover, .article-list__pagination__item a:focus {
            color: lighten(#888, 15%);
        }

        .article-list__pagination__item a:active {
            color: lighten(#888, 30%);
        }

ul#navigation {
    direction: ltr;
    left: 10px;
}

    ul#navigation li {
        list-style-type: none;
        list-style: none;
    }



    ul#navigation li {
        height: 73px;
    }


ul#navigation {
    position: absolute;
}


.buying-selling.active {
    background: #7BB712;
}

.buying-selling {
    width: 130px;
    padding: 10px;
    position: relative;
}

.buying-selling-word {
    font-size: 15px;
    font-weight: 600;
    margin-left: 22px;
}

.radio-dot:before, .radio-dot:after {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    border-radius: 100%;
}

.radio-dot:before {
    width: 20px;
    height: 20px;
    border: 1px solid #cc1919;
    top: 10px;
    left: 16px;
}

.radio-dot:after {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    top: 14px;
    left: 20px;
}
.btn-default.active.focus {
    background-color: #699D17 !important;
} 
.buying-selling.active .buying-selling-word {
    color: #fff;
}

.buying-selling.active .radio-dot:after {
    background: #426C2A;
}

.buying-selling.active .radio-dot:before {
    background: #fff;
    border-color: #699D17;
}

.buying-selling:hover .radio-dot:before {
    border-color: #699D17;
}

.buying-selling.active:hover .radio-dot:before {
    border-color: #699D17;
}


.buying-selling.active .radio-dot:after {
    background: #426C2A;
}

.buying-selling:hover .radio-dot:after {
    background: #426C2A;
}

.buying-selling.active:hover .radio-dot:after {
    background: #426C2A;
}
.no-panel {
    box-shadow: unset;
    background-color: transparent;
}