.grid:after {
    content: '';
    display: block;
    clear: both
}

.grid {
    clear: both;
    margin-left: -35px;
	position: relative;
}

.grid .list-items [class*=col-] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.grid [class*=col-],.grid [class*=cols-] {
    position: relative;
    float: left;
    padding-left: 35px;
    padding-bottom: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.grid .cols-12 {
    width: 8.333%
}

.grid .cols-11 {
    width: 9.090%
}

.grid .cols-10 {
    width: 10%
}

.grid .cols-9 {
    width: 11.111%
}

.grid .cols-8 {
    width: 12.5%
}

.grid .cols-7 {
    width: 14.285%
}

.grid .cols-6 {
    width: 16.666%
}

.grid .cols-5 {
    width: 20%
}

.grid .cols-4 {
    width: 25%
}

.grid .cols-3 {
    width: 33.333%
}

.grid .cols-2 {
    width: 50%
}

.grid .cols-1 {
    width: 100%
}

.grid .col-1 {
    width: 8.333%
}

.grid .col-2 {
    width: 16.629%
}

.grid .col-3 {
    width: 25%
}

.grid .col-4 {
    width: 33.3333333%
}

.grid .col-5 {
    width: 41.66%
}

.grid .col-6 {
    width: 50%
}

.grid .col-7 {
    width: 58.33%
}

.grid .col-8 {
    width: 66.66%
}

.grid .col-9 {
    width: 75%
}

.grid .col-10 {
    width: 83.33%
}

.grid .col-11 {
    width: 91.66%
}

.grid .col-12 {
    width: 100%
}

.grid .col-first {
    padding-left: 0
}

.grid .col-float-right {
    float: right
}

.grid .col-offset-2 {
    margin-left: 16.629%
}

.grid .col-offset-3 {
    margin-left: 25%
}

.one-row [class*=col] {
    padding-bottom: 0
}

.one-row .paginate {
    margin: 0
}

.grid.align-center {
    text-align: center
}

.grid.align-center .col {
    float: none;
    display: inline-block
}

@media (max-width: 1024px) {
    .grid .col-4,.grid .cols-3 {
        width:50% !important
    }
}

@media (max-width: 468px) {
    .grid:not(.no-bp) [class*=col-],.grid:not(.no-bp) [class*=cols-] {
        width:100% !important
    }

    .grid .col-offset-3 {
        margin-left: 0
    }
}

@media screen and (max-width: 1911px) {
    .grid .list-items .col-4,.grid .list-items .cols-3 {
        width:33.33333%
    }
}

@media screen and (max-width: 1025px) {
    .grid .list-items .col-4,.grid .list-items .cols-3 {
        width:50%
    }
}

@media screen and (max-width: 707px) {
    .grid .list-items .col-4,.grid .list-items .cols-3 {
        width:100%
    }
}

@media screen and (max-width: 1461px) {
    .grid .paginate .cols-4,.grid .list-items .col-3,.grid .list-items .cols-4,body.home .box-heading .col-3 {
        width:33.33333%
    }

    .grid .list-one-row>li:nth-child(4) {
        display: none
    }
}

@media screen and (max-width: 1009px) {
    .grid .paginate .cols-4,.grid .list-items .col-3,.grid .list-items .cols-4,body.home .box-heading .col-3 {
        width:50%
    }

    .grid .list-one-row>li:nth-child(3) {
        display: none
    }
}

@media screen and (max-width: 557px) {
    .grid .paginate .cols-4,.grid .list-items .col-3,.grid .list-items .cols-4,body.home .box-heading .col-3 {
        width:100%
    }
}

@media screen and (max-width: 1549px) {
    .grid .list-items .cols-5 {
        width:25%
    }
}

@media screen and (max-width: 1188px) {
    .grid .list-items .cols-5 {
        width:33.33333%
    }
}

@media screen and (max-width: 827px) {
    .grid .list-items .cols-5 {
        width:50%
    }
}

@media screen and (max-width: 466px) {
    .grid .list-items .cols-5 {
        width:100%
    }
}

strong {
    font-weight: 500
}

.grid h3 {
    margin-bottom: 25px;
    font-weight: normal;
    line-height: 170%
}

.grid h3,.grid .h3 {
    font-size: 19px
}

.list-flex {
	display: -webkit-box;
	display: inherit;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.list-flex [class*=col-],.list-flex [class*=cols-] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.list-flex .box-item,.list-flex .box-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.list-flex .box-info,.list-flex .box-info .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.ico-svg {
    position: relative;
    display: inline-block;
    width: auto;
    height: 14px;
    fill: #202121;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.ico-svg.ico-rendering {
    shape-rendering: crispEdges
}

.ico-svg.ico-13 {
    height: 13px
}

.ico-svg.ico-15 {
    height: 15px
}

.ico-svg.ico-16 {
    height: 16px
}

.ico-svg.ico-17 {
    height: 17px
}

.ico-svg.ico-18 {
    height: 18px
}

.ico-svg.ico-32 {
    height: 32px
}

.ico-svg.ico-40 {
    height: 40px
}

.ico-svg.fill-green {
    fill: #49c5b6 !important
}

.ico-svg.fill-red {
    fill: #D14836 !important
}

.ico-svg.fill-gray {
    fill: #A6ABAB !important
}

.ico-svg.fill-gold {
    fill: #AE9B4F !important
}

a:hover .ico-svg {
    fill: #49c5b6
}







@-webkit-keyframes heartPulsate {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes heartPulsate {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.bt-like {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 27px;
    height: 27px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer
}

.bt-like .circle {
    stroke: #BDC1C0
}

.bt-like .ico-svg {
    fill: #BDC1C0
}

.bt-like .circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    fill: none;
    stroke-width: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.bt-like .ico-svg {
    height: 11px;
    z-index: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.bt-like .number {
    position: absolute;
    bottom: -8px;
    right: -10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.bt-like.active {
    color: #49c5b6
}

.bt-like.active .circle {
    stroke: #49c5b6
}

.bt-like.active .ico-svg {
    fill: #49c5b6
}

.bt-like.active .ico-svg {
    -webkit-animation: btLikeActive 0.3s ease-in-out 1;
    animation: btLikeActive 0.3s ease-in-out 1
}

.bt-like:hover {
    color: #A1D5CF
}

.bt-like:hover .circle {
    stroke: #A1D5CF
}

.bt-like:hover .ico-svg {
    fill: #A1D5CF
}

@-webkit-keyframes btLikeActive {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes btLikeActive {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}







.bt-default {
    position: relative;
    display: inline-block;
    height: 34px;
    padding: 0 23px;
    border: 1px solid;
    border-radius: 50px;
    line-height: 34px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #A6ABAB;
    border-color: #DBE0DF
}

.bt-default .ico-svg {
    fill: #BDC1C0
}

.bt-default.small {
    padding: 0 20px;
    height: 32px;
    line-height: 32px
}

.bt-default.medium {
    padding: 0 30px;
    height: 40px;
    line-height: 40px
}

.bt-default.large {
    height: 50px;
    line-height: 50px
}

.bt-default.black {
    color: #202121;
    border-color: #202121;
    font-weight: 500
}

.bt-default.black .ico-svg {
    fill: #202121
}

.bt-default.green {
    color: #49c5b6;
    border-color: #49c5b6
}

.bt-default.gray {
    color: #fcfcfc;
    border-color: #A6ABAB
}

.bt-default.gray svg {
    fill: #fcfcfc
}

.bt-default.white {
    color: #fcfcfc;
    border-color: #fcfcfc
}

.bt-default.white .ico-svg {
    fill: #fcfcfc
}

.bt-default.black-fill {
    border-color: #202121;
    color: #fff;
    background-color: #202121;
    font-weight: 400
}

.bt-default.black-fill:hover {
    background-color: #49c5b6;
    color: #fff
}

.bt-default.white-fill {
    border-color: #fcfcfc;
    color: #202121;
    background-color: #fcfcfc;
    font-weight: 500
}

.bt-default.white-fill:hover {
    background-color: transparent
}

.bt-default.green-fill {
    border-color: #49c5b6;
    color: #fff;
    background-color: #49c5b6;
    font-weight: 500
}

.bt-default.green-fill svg {
    fill: #fff
}

.bt-default.green-fill:hover {
    background-color: transparent
}

.bt-default.gray-dark {
    border-color: #DBE0DF;
    font-weight: bold;
    color: #202121
}

.bt-default.circle {
    width: 32px;
    padding: 0 !important
}

.bt-default.active,.bt-default.active:hover {
    color: #fff;
    border-color: #49c5b6;
    background-color: #49c5b6
}

.bt-default.active .ico-svg,.bt-default.active:hover .ico-svg {
    fill: #fff
}

.bt-default.active .ico-svg {
    fill: #fff
}

.bt-default.bt-likeit.liked {
    border-color: #49c5b6
}

.bt-default.bt-likeit.liked .ico-svg {
    fill: #49c5b6
}

.bt-default.bt-likeit.liked .number {
    color: #49c5b6
}

.bt-default.bt-likeit.liked .ico-svg {
    -webkit-animation: heartPulsate 0.3s ease-in-out 2;
    animation: heartPulsate 0.3s ease-in-out 2
}

.bt-default.bt-likeit.circle .number {
    display: none
}

.bt-default.active,.bt-default.active:hover {
    color: #fff;
    border-color: #49c5b6;
    background-color: #49c5b6
}

.bt-default.active .ico-svg,.bt-default.active:hover .ico-svg {
    fill: #fff
}

.bt-default.active .ico-svg {
    fill: #fff
}

.bt-default.bt-laurel {
    margin-right: 20px;
    padding: 0;
    border: 0;
    border-radius: 0
}

.bt-default.bt-laurel .borders {
    position: relative;
    top: -1px;
    height: 100%;
    padding: 0 10px 0 16px;
    overflow: hidden
}

.bt-default.bt-laurel .borders:before,.bt-default.bt-laurel .borders:after {
    content: '';
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #fcfcfc;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.bt-default.bt-laurel .borders:before {
    top: 0;
    left: 0
}

.bt-default.bt-laurel .borders:after {
    bottom: 0;
    left: 5px
}

.bt-default.bt-laurel .corner {
    position: absolute;
    top: -1px;
    right: -20px;
    width: 20px;
    height: 34px;
    overflow: hidden
}

.bt-default.bt-laurel .corner:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
    border: 1px solid #fcfcfc;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.bt-default.bt-laurel svg {
    position: absolute;
    top: -2px;
    left: -18px;
    fill: #fcfcfc;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.bt-default.bt-laurel.medium svg {
    top: -1px;
    left: -20px;
    width: auto;
    height: 40px
}

.bt-default.bt-laurel.medium .corner {
    width: 20px;
    height: 40px
}

.bt-default.bt-laurel.black .borders:before,.bt-default.bt-laurel.black .borders:after,.bt-default.bt-laurel.black .corner:after {
    border-color: #202121
}

.bt-default.bt-laurel.black svg {
    fill: #202121
}

.bt-default.bt-laurel:hover .corner:after,.bt-default.bt-laurel:hover .borders:before,.bt-default.bt-laurel:hover .borders:after {
    border-color: #49c5b6
}

.bt-default.bt-laurel:hover svg {
    fill: #49c5b6
}

.bt-default:hover {
    color: #49c5b6;
    border-color: #49c5b6
}

.bt-default:hover .ico-svg {
    fill: #49c5b6
}

.bt-default:hover .ico-filename {
    border-color: #49c5b6
}

.bt-default .ico-svg {
    top: -1px;
    height: 12px;
    vertical-align: middle
}

.bt-default .ico-svg.ico-15 {
    height: 15px
}

.bt-default .ico-svg.ico-16 {
    height: 16px
}

.bt-default .ico-svg.right {
    margin-left: 5px
}

.bt-default .number {
    margin: 0 4px 0 2px;
    font-size: 13px;
    font-weight: 300
}









@-webkit-keyframes btRotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes btRotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}










@-webkit-keyframes markPath {
    0% {
        stroke-dashoffset: 150px
    }

    100% {
        stroke-dashoffset: 0
    }
}

@keyframes markPath {
    0% {
        stroke-dashoffset: 150px
    }

    100% {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes markCircle {
    0% {
        stroke-dashoffset: 440px
    }

    100% {
        stroke-dashoffset: 880px
    }
}

@keyframes markCircle {
    0% {
        stroke-dashoffset: 440px
    }

    100% {
        stroke-dashoffset: 880px
    }
}

@-webkit-keyframes itemShare {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) rotate(-90deg);
        transform: scale(0) rotate(-90deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg)
    }
}

@keyframes itemShare {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) rotate(-90deg);
        transform: scale(0) rotate(-90deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg)
    }
}

@-webkit-keyframes zindexFilters {
    0% {
        z-index: 300
    }

    100% {
        z-index: 302
    }
}

@keyframes zindexFilters {
    0% {
        z-index: 300
    }

    100% {
        z-index: 302
    }
}

@-webkit-keyframes overlayShowHidden {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        z-index: -1
    }
}

@keyframes overlayShowHidden {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        z-index: -1
    }
}

@-webkit-keyframes popupContentShow {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes popupContentShow {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        stroke-dashoffset: 26.4
    }

    50% {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg);
        stroke-dashoffset: 125.6
    }

    100% {
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg);
        stroke-dashoffset: 26.4
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        stroke-dashoffset: 26.4
    }

    50% {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg);
        stroke-dashoffset: 125.6
    }

    100% {
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg);
        stroke-dashoffset: 26.4
    }
}

@-webkit-keyframes loaderCircle {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loaderCircle {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.list-items {
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    color: #202121
}

.list-items:after {
    content: '';
    display: block;
    clear: both
}

.list-items figure,.list-items figure img {
    width: 100%;
    float: left
}

.list-items h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list-items h3 a {
    color: #202121
}

.list-items h3 a:hover {
    color: #64686A
}

.list-items small {
    font-size: 13px
}

.list-items .box-item {
    position: relative;
    width: 100%;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out
}

.list-items .box-item:after {
    content: '';
    display: block;
    clear: both
}

.list-items .box-item.box-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-height: 400px;
    background: #fcfcfc
}

.list-items .box-item div.content {
    padding: 20px
}

.list-items .box-item div.content.style2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 400px
}

.list-items .box-item .box-tooltip {
    text-align: center
}

.list-items .box-item .box-img {
    position: relative;
    display: block;
    overflow: hidden
}

.list-items .box-item .box-image {
    padding: 30px 30px 0 30px;
    background-color: #fcfcfc;
    text-align: center
}

.list-items .box-item .box-image figure {
    width: inherit;
    float: none
}

.list-items .box-item figure .note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    z-index: 1
}

.list-items .box-item figure .bt-default.large:hover {
    background-color: #fcfcfc;
    border-color: #fcfcfc;
    color: #202121
}

.list-items .item-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.list-items .box-style4:hover .rollover:after {
    opacity: 1
}

.list-items .box-style4:hover .rollover img {
    opacity: 0.7
}

.list-items .box-style4 .profile-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -235em;
    z-index: 2;
    overflow: hidden
}

.list-items .box-style4 .box-cover {
    position: relative;
    z-index: 1
}

.list-items .box-style4 .box-cover img {
    display: block
}

.list-items .box-style4 .box-cover .avatar {
    position: absolute;
    bottom: -35px;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1
}

.list-items .box-style4 .box-cover .avatar img {
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out
}

.list-items .box-style4 .box-cover .avatar img:hover {
    opacity: 0.55
}

.list-items .box-style4 .box-info {
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.list-items .box-style4 .box-info .content {
    padding-top: 55px;
    padding-bottom: 30px
}

.list-items .box-style4 .box-info .footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    padding-right: 0
}

.list-items .box-style4 .box-info .url {
    position: relative;
    z-index: 2
}

.list-items .box-style4 .tooltip {
    z-index: 2
}

.list-items .box-style4 .list-number-awards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 50px
}

.list-items .box-style4 .list-number-awards li {
    margin: 0 3px
}

.list-items .box-style5 {
    min-height: 270px;
    background-color: #E6EAEA
}

.list-items .box-style5 .box-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.list-items .box-style5 .box-cover:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #202121;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.list-items .box-style5 .box-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.list-items .box-style5 .box-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border: none;
    background-color: transparent;
    color: #fcfcfc;
    z-index: inherit
}

.list-items .box-style5 a,.list-items .box-style5 .list-users li,.list-items .box-style5 .container-bt-circle,.list-items .box-style5 .bt-default {
    position: relative;
    z-index: 2
}

.list-items .box-style5 div.content {
    padding-bottom: 20px
}

.list-items .box-style5 h3 a,.list-items .box-style5 a:hover {
    color: #fcfcfc
}

.list-items .box-style5:hover .above-item:not(.left) {
    visibility: hidden;
    opacity: 0
}

.list-items .box-style5:hover .hover-item {
    visibility: visible;
    opacity: 1
}

.list-items .box-style5:hover .box-cover:after {
    opacity: 1
}

.list-items .box-style5:hover .box-cover img {
    opacity: 0.7
}

.list-items .box-style6.type-2 .box-info {
    background-color: #e6f4f2
}

.list-items .box-style6.type-2 .box-info:hover {
    background-color: rgba(230,234,234,0.5)
}

.list-items .box-style6 .profile-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -235em;
    z-index: 1;
    overflow: hidden
}

.list-items .box-style6 div.content {
    padding: 30px 30px 40px 30px
}

.list-items .box-style6 .box-info {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.list-items .box-style6 .box-info .box-rows {
    min-height: 280px
}

.list-items .box-style6 .box-info .row.description {
    height: 125px;
    line-height: 25px;
    overflow: hidden
}

.list-items .box-style6 .box-info .footer {
    min-height: 46px;
    padding: 0 30px 30px 30px;
    color: #202121
}

.list-items .box-style6 .box-info .footer .box-right .bt-icon {
    margin-left: 0
}

.list-items .box-style6 .box-info .footer .ico-svg {
    fill: #202121
}

.list-items .box-style6 .box-info:hover {
    background-color: rgba(230,234,234,0.5)
}

.list-items .box-style6 .avatar {
    margin-bottom: 15px;
    overflow: hidden
}

.list-items .box-style6 .avatar img {
    border-radius: 50%;
    overflow: hidden
}

.list-items .box-style6 h3 {
    font-size: 17px;
    font-weight: 800
}

.list-items .box-style7 {
    display: block
}

.list-items .box-style7:hover .box-info {
    background-color: rgba(230,234,234,0.5)
}

.list-items .box-style7 .profile-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -235em;
    z-index: 1;
    overflow: hidden
}

.list-items .box-style7 div.content {
    padding: 50px 30px
}

.list-items .box-style7 .box-info {
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.list-items .box-style7 .bt-default {
    margin-top: 10px;
    z-index: 2
}

.list-items .box-style7 .avatar-profile {
    margin-bottom: 15px
}

.list-items .box-style8 div.content {
    padding-top: 30px
}

.list-items .box-style8 h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 120%
}

.list-items .box-byuser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.list-items .box-byuser .item {
    position: relative
}

.list-items .box-byuser .by {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 5px 0 8px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.list-items .box-byuser img {
    vertical-align: middle;
    border-radius: 500%
}

.list-items .box-byuser a {
    color: #202121
}

.list-items .box-byuser a:hover {
    color: #64686A
}

.list-items .box-info {
    position: relative;
    clear: both;
    background-color: #fcfcfc
}

.list-items .box-info:after {
    content: '';
    display: block;
    clear: both
}

.list-items .box-info.style2 {
    background-color: transparent
}

.list-items .box-info.style2 .content {
    padding: 20px 0 0 0
}

.list-items .box-info.style2 .row {
    margin-bottom: 6px
}

.list-items .box-info .box-users-likes {
    margin-right: 6px
}

.list-items .box-info .row {
    height: 20px;
    margin-bottom: 12px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.list-items .box-info .row:last-of-type {
    margin-bottom: 0
}

.list-items .box-info .row:first-of-type {
    height: auto;
    white-space: inherit
}

.list-items .box-info .row.row-auto {
    height: auto;
    white-space: inherit;
    overflow: visible
}

.list-items .box-info .row.row-2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.list-items .box-info .row.row-2col .box-left {
    height: 20px;
    padding-right: 10px;
    text-overflow: ellipsis;
    overflow: hidden
}

.list-items .box-info .row.row-2col .box-right {
	font-size: 1.3em;
	color: #d34747;
}

.list-items .box-info .footer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px 20px 20px;
    font-size: 12px
}

.list-items .box-info .footer:after {
    content: '';
    display: block;
    clear: both
}

.list-items .box-info .footer.style2 {
    padding: 11px 20px 10px 20px
}

.list-items .box-info .footer.style2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    width: calc(100% - 40px);
    height: 1px;
    padding: 0 20px;
    background: #f4f7f6
}

.list-items .box-info .footer:empty {
    display: none
}

.list-items .box-info .footer .box-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.list-items .box-info .footer .box-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.list-items .box-info .footer .box-right .bt-icon {
    margin-left: 6px
}

.list-items .box-info .footer .bt-icon {
    cursor: pointer
}

.list-items .box-info .footer .container-bt-circle {
    color: #BDC1C0
}

.list-items .box-info .footer .list-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.list-items .box-info .footer .list-tags .item {
    cursor: default
}

.list-items .box-info small {
    font-size: 12px
}

.list-items .box-info .list-share-circles ul {
    height: 32px
}

.list-items .box-info .list-share-circles .bt-circle {
    width: 32px;
    height: 32px
}

.list-items .box-info .list-tags li {
    margin: 0 3px 0 0
}

.list-items .box-info .list-tags .item {
    border: none
}

.list-items .ads {
    text-align: center
}

.list-items .ads [class*=col-] {
    display: inline-block;
    float: none;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px
}

.list-items .ads .banner {
    padding: 20px;
    background: #fcfcfc;
    overflow: hidden
}

.list-items .ads .banner em {
    display: block;
    margin-bottom: 20px;
    color: #A6ABAB
}

@-webkit-keyframes grower {
    0% {
        width: 0%
    }
}

@keyframes grower {
    0% {
        width: 0%
    }
}

figure {
    position: relative;
    display: inline-block
}

figure:after {
    content: '';
    display: block;
    clear: both
}

figure img {
    display: block;
    max-width: 100%;
    height: auto
}


.rollover {
    display: block;
    background: #E6EAEA;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.rollover.darken:after {
    opacity: 1
}

.rollover.darken img {
    opacity: 0.2
}

.rollover.darken:hover:after {
    opacity: 1
}

.rollover.darken:hover img {
    opacity: 0.7
}

.rollover.voted:after {
    background-color: #49c5b6;
    opacity: 1
}

.rollover.voted img {
    opacity: 0.2
}

.rollover.voted:hover:after {
    opacity: 1
}

.rollover.voted:hover img {
    opacity: 0.2
}

.rollover.no-hover:after {
    display: none
}

.rollover.no-hover .bt-item {
    border-color: rgba(255,255,255,0.8);
    background-color: rgba(0,0,0,0.3)
}

.rollover:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #202121;
    opacity: 0;
    z-index: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.rollover .video-item {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.rollover .bt-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 35px;
    height: 32px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.rollover .bt-item.bt-link {
    width: 35px;
    height: 35px;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 50%
}

.rollover .bt-item.bt-link .ico-svg {
    height: 11px
}

.rollover .bt-item.bt-default,.rollover .bt-item.bt-dark {
    display: block;
    min-width: 23px;
    padding: 0 15px;
    border: 1px solid rgba(255,255,255,0.5);
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
    line-height: 32px
}

.rollover .bt-item.bt-dark {
    border-color: rgba(255,255,255,0.8);
    background-color: rgba(0,0,0,0.3)
}

.rollover .bt-item:hover {
    opacity: 0.7
}

.rollover .bt-item .ico-svg {
    fill: #fff;
    height: 13px
}

.rollover .above-item,.rollover .hover-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 20px
}

.rollover .above-item.top,.rollover .hover-item.top {
    top: 20px
}

.rollover .above-item.top .bt-item,.rollover .hover-item.top .bt-item {
    margin-left: 10px
}

.rollover .above-item.bottom,.rollover .hover-item.bottom {
    bottom: 20px
}

.rollover .above-item.left,.rollover .hover-item.left {
    right: auto;
    left: 20px
}

.rollover .above-item.center,.rollover .hover-item.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.rollover .above-item {
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.rollover .hover-item {
    visibility: hidden;
    opacity: 0;
    z-index: 3;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out
}

.rollover .hover-item.has-hover {
    visibility: visible;
    opacity: 1
}

.rollover .box-photo {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.rollover img {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.rollover img.lazy-hidden {
    -webkit-transition: none;
    transition: none
}

.rollover .img-crop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.rollover .img-crop img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.rollover .img-crop .video-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1
}

.rollover .item-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.rollover:hover:not(.no-scale) .box-photo img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.rollover:hover .hover-item {
    visibility: visible;
    opacity: 1
}

.rollover:hover .above-item {
    visibility: hidden;
    opacity: 0
}

.rollover:not(.no-hover):hover:after {
    opacity: 1
}

.rollover:not(.no-hover):hover .box-photo img {
    opacity: 0.5
}

.rollover:not(.no-hover):hover video {
    opacity: 0.5
}

.rollover:not(.no-hover):hover .box-total {
    color: rgba(255,255,255,0.5);
    border-color: rgba(255,255,255,0.5)
}

@media (max-width: 700px) {
    .grid {
        margin-left: -23px
    }

    .grid [class*=col-],.grid [class*=cols-] {
        padding-left: 23px;
        padding-bottom: 23px
    }
}

@media (max-width: 468px) {
    .list-items .box-info .row.row-2col {
        height:auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        white-space: normal
    }
}

.grid:after {
    content: '';
    display: block;
    clear: both
}

_:-ms-fullscreen,:root .ico-svg {
    width: 14px
}

_:-ms-fullscreen,:root .rollover .video-item {
    min-height: 299px
}

_:-ms-fullscreen,:root .list-items .box-info .footer,.list-items .box-item,.list-flex .box-item,.list-flex .box-info {
    display: block
}
.d-l-block figure, .d-l-block-h figure {
	display: inherit;
}

.dl-w-h .grid a.label {
	left: 35px;
}
@media (max-width: 700px){
.dl-w-h .grid a.label {
    left: 23px;
}
}
.web-vote{display:block;position:absolute;height:70px;width:50px;background:url(../image/vote.svg) 15px 36px no-repeat;background-size:18px;cursor:pointer;text-align:center;font-size:13px;line-height:46px;color:#9d9d9d;right:8px;top:9px}
.loading {
    background: #fcfcfc;
    display: block;
    position: absolute;
    width: 100%;
    height: 70px;
    top: 0;
    cursor: default
}
.v-load:not(:required) {
    -moz-animation: v-load .7s infinite linear;
    -webkit-animation: v-load .7s infinite linear;
    animation: v-load .7s infinite linear;
    border: 1px solid #b9b9b9;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-radius: 16px;
    box-sizing: border-box;
    display: inline-block;
    position: absolute;
    overflow: hidden;
    width: 15px;
    height: 15px;
    bottom: 15px;
    left: 16px;
    opacity: 1;
    -webkit-transition: opacity 3s;
    transition: opacity 3s
}
@-moz-keyframes v-load {
    0% {
        -moz-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes v-load {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.voted {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    cursor: default;
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20id%3D%22vote-active-Capa_1%22%20xml%3Aspace%3D%22preserve%22%20height%3D%22300%22%20viewBox%3D%220%200%20402.3%20438.6%22%20width%3D%22274.715261959%22%20version%3D%221.1%22%20y%3D%220px%22%20x%3D%220px%22%20enable-background%3D%22new%200%200%20402.3%20438.6%22%3E%3Cg%20fill%3D%22%23F46E6E%22%3E%09%3Cpath%20d%3D%22m378.55%20160.78l-126.82-0.184s9.498-38.869%2011.204-57.081c1.151-12.448%201.429-24.851-1.429-37.115-4.244-18.443-8.991-29.969-16.553-44.262-4.059-7.562-11.897-12.265-20.427-12.265h-31.72c-12.771%200-23.1%2010.375-23.054%2023.146%200.092%2021.347%200.092%2049.841-0.369%2050.81-12.449%2026.188-26.88%2051.316-43.156%2075.292-7.423%2010.973-15.215%2021.623-24.251%2031.351-3.966%204.243-6.132%209.867-6.132%2015.631v201.58c0%205.946%202.304%2011.71%206.454%2015.999%206.178%206.362%2017.244%2013.924%2035.409%2013.924%2057.312-0.23%20113.17-0.738%20179.2-0.277%208.254%200.047%2015.906-4.287%2020.055-11.436l58.234-99.683c3.965-6.915%206.039-14.753%206.086-22.729l0.322-119.56c0-12.77-10.33-23.1-23.05-23.14z%22%2F%3E%09%3Cpath%20d%3D%22m44.619%20193.7h-20.656c-12.725%200-23.053%2010.328-23.053%2023.053v197.8c0%2012.729%2010.328%2023.056%2023.053%2023.056h20.61c12.726%200%2023.053-10.326%2023.053-23.056v-197.8c0.046-12.73-10.281-23.05-23.007-23.05z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E)
}

.voted:hover {
    opacity: 1
}

.voted-note {
    color: #fff;
    font-weight: 300;
    z-index: 50;
    text-align: center;
    font-size: 12px;
    position: absolute;
    width: 95px;
    height: 25px;
    line-height: 25px;
    background: #fa9242;
    top: 2px;
    right: 10px;
    cursor: text
}
.voted-note:after {
    top: 100%;
    content: " ";
    position: absolute;
    right: 10px;
    width: 0;
    height: 0;
    border-top: 6px solid #fa9242;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent
}