top100-box,
.top100-box * {
    background: transparent;
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.top100-box {
    text-align: center;
    font-weight: 700
}

.top100-title {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700
}

.top100-items {
    position: relative
}

.top100-items ol {
    position: relative;
    padding-top: 490px;
    position: relative;
    z-index: 1;
    counter-reset: li
}

.top100-item {
    padding: 0 10px 30px;
    float: left;
    width: 16.66%;
    position: relative
}

.top100-item::before {
    content: counter(li);
    counter-increment: li;
    font-size: 16px;
    color: #c5c5c5;
    font-weight: 700;
    position: absolute;
    bottom: 80px;
    left: 50%;
    margin-left: -10px;
    width: 25px;
    height: 25px;
    line-height: 23px;
    text-align: center;
    border-radius: 50%;
    background-color: #596a72;
    background: linear-gradient(to top, #030506 0%, #046483 100%);
    box-shadow: 0 0 5px 5px #e2e2e2;
}

.top100-item a {
    display: block;
    color: #000
}

.top100-img {
    height: 155px;
    overflow: hidden;
    background-color: #000
}

.top100-img img {
    width: 100%;
    min-height: 100%
}

.top100-name {
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    margin-top: 5px;
    color: #afafaf;
	font-size: 13px;
}

.top100-items::before {
    content: "";
    width: 100%;
    height: 460px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #046483;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255, 255, 255, .5) 35px, rgba(255, 255, 255, .5) 70px)
}

.trophy {
    float: none;
    width: 200px;
    position: absolute;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5)
}

.trophy a {
    color: #fff
}

.trophy .top100-img {
    height: 280px
}

.trophy:nth-child(2) {
    left: 30px;
    top: 80px
}

.trophy:nth-child(1) {
    left: 50%;
    margin-left: -100px;
    top: 20px
}

.trophy:nth-child(3) {
    right: 30px;
    top: 80px
}

.trophy:before {
    background-color: #ff0303;
    background: linear-gradient(to top, #030506 0%, #046483 100%);
    box-shadow: 0 0 5px 10px #e2e2e2;
    color: #c5c5c5;
    bottom: 90px
}

.top100-item:hover .top100-name {
    text-decoration: underline
}

@media screen and (max-width: 950px) {
    .top100-item {
        width: 20%
    }
    .trophy {
        width: 200px
    }
    .trophy:nth-child(2) {
        left: 20px
    }
    .trophy:nth-child(3) {
        right: 20px
    }
}

@media screen and (max-width: 760px) {
    .top100-item {
        width: 33.33%
    }
    .trophy {
        width: 200px;
        position: relative;
        left: 0!important;
        top: 0!important;
        margin: 0 auto 20px!important
    }
    .top100-items::before {
        display: none
    }
    .top100-items ol {
        padding-top: 0
    }
}

@media screen and (max-width:590px) {
    .top100-item {
        width: 50%
    }
    .trophy {
        width: 200px
    }
}

.top100-h1 {
    color: #afafaf;
    font: 19px Roboto,Arial,Helvetica,sans-serif;
    text-align: center;
    padding: 0 0 13px;
    font-weight: 700;
}