﻿.sidebar-nav li a {
    font-size: 14px;
    padding-top: 14px;
}

    .sidebar-nav li a .map-icon {
        background: url(../images/tsibato-sprite.png) no-repeat -100px -150px;
    }

.deal-count {
    font-size: 11px;
}

.deal-title, .deal-title:hover {
    color: #787777;
}

.item:hover {
    cursor: default;
}

.sidebar-nav li a {
    padding-left: 14px;
}

    .sidebar-nav li a i {
        padding-right: 10px;
    }

.sidebar-nav li.selected a {
    color: #fff;
}

.sidebar-nav li.selected {
    background-color: #363636;
}

.category-title {
    margin-top: 20px;
    background-color: #363636;
    color: #ffffff;
    padding: 20px;
}

.authors {
    color: #999f9f;
    font-size: 12px;
    margin: 12px 0 0 10px;
    margin: 30px 0;
}

    .authors a {
        color: #494949;
        font-weight: bold;
    }

.no-results {
    margin-top: 20px;
}

.items {
    margin-bottom: 50px;
}

.item img {
    display: inline;
}

.badge.orange {
    background-color: #ff652d;
    float: right;
    margin-right: 10px;
}

.sidebar-nav li .submenu ul.providers {
    width: 550px;
}

.easter {
    background-repeat: no-repeat;
    padding: 0 20px 0 0;
    display: inline-block;
    height: 19px;
    width: 20px;
    background-image: url(/static/images/easter_egg_china-20.png);
    position: relative;
    left: -6px;
    top: 2px;
}

.hero {
    -ms-background-size: cover;
    background-size: cover;
    margin-top: 20px;
    color: #fff;
    background-position: 0 50%;
}

.hero-transparent {
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
}

.hero h1 {
    font-size: 36px;
    font-weight: 700;
    -ms-text-shadow: 0 1px 4px #090909;
    text-shadow: 0 1px 4px #090909;
    text-shadow: 0 1px 4px rgba(9, 9, 9, 0.4);
}

.hero .hero-text {
    font-size: 16px;
    font-weight: 400;
    margin: 16px 0;
    -ms-text-shadow: 0 1px 4px #090909;
    text-shadow: 0 1px 4px #090909;
    text-shadow: 0 1px 4px rgba(9, 9, 9, 0.4);
}

#tagcloud {
    margin: 10px 0 20px 0;
}

    #tagcloud a {
        line-height: 22px;
        padding: 0 1px;
    }

.tag-title {
    background-color: #888;
    color: #fff;
    margin-top: 20px;
    padding: 10px;
    font-size: 14px;
}
/*.item .description{max-height:150px}*/
.bold {
    font-weight: bold;
}

.deal-details {
    width: 100%;
}

    .deal-details .img-wrapper {
        background-image: none !important;
        text-align: center;
        margin-top: 10px;
    }

    .deal-details .img-responsive {
        width: 320px;
    }

    .deal-details.item, .deal-details.item .description, .deal-details.item .buttonWrapper {
        height: auto;
        max-height: none;
    }

    .deal-details a.deal-title {
        font-size: 14px;
        font-weight: bold;
    }

    .deal-details.item .buttonWrapper {
        margin-bottom: 10px;
    }

.search-filters {
    margin: 10px 0;
}

    .search-filters li {
        float: left;
        padding: 10px;
        background-color: #fff;
        margin-right: 10px;
        margin-bottom: 10px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.28) 0 2px 5px;
        -ms-box-shadow: rgba(0, 0, 0, 0.28) 0 2px 5px;
        box-shadow: rgba(0, 0, 0, 0.28) 0 2px 5px;
    }

        .search-filters li.selected {
            background-color: #363636;
        }

            .search-filters li.selected a {
                color: #fff;
            }


        .search-filters li a {
            color: rgb(153, 159, 159);
            text-decoration: none;
        }

        .search-filters li i {
            padding-right: 10px;
        }

.items {
    clear: both;
}
