.siteico {
    background: #e6e8ed;
    position: relative;
    overflow: hidden;
    box-shadow: 0 30px 20px -20px rgba(0,0,0,.15);
    border-radius: 10px;
    transition: background-color .3s
}

.siteico:before {
    content: '';
    display: block;
    padding-top: 100%
}

.blur {
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -webkit-filter: blur(15px);
    filter: blur(15px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=15,MakeShadow=false)
}

.blur-layer {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: inherit;
    height: inherit;
    opacity: .2
}

.img-cover {
    max-width: 90%!important;
    min-width: 72px!important;
    max-height: 90%!important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 6px
}

.site-body .btn-arrow:hover {
    color: #fff;
    background: #202224
}

.site-body .btn-arrow:active {
    box-shadow: unset
}

.site-body .site-go .btn {
    margin-bottom: 10px
}

.site-body .btn-arrow {
    border-radius: 6px;
    padding: 7px 16px;
    background-color: rgba(138,138,138,.15);
    transition: .3s
}

.site-body .btn-arrow:hover {
    color: #fff;
    background: #202224
}

.site-body .btn-arrow:active {
    box-shadow: unset
}