body {
    background: #392d22;

    font-family: sans-serif;
    font-size: 12px;
}
.width-wrap {
    position: relative;

    width: 100%;
    max-width: 1240px;

    margin: 0 auto;
    padding: 0 10px;
}
.clearfix-after:after {
    content: '';

    display: block;

    clear: both;
}

.flag {
    display: inline-block;
}
.flag.flag-en {
    margin-bottom: -8px;
    width: 30px;
    height: 22px;
    background: url(../img/flag_en.png) no-repeat;
    background-size: cover;
}
.flag.flag-de {
    margin-bottom: -8px;
    width: 30px;
    height: 22px;
    background: url(../img/flag_de.png) no-repeat;
    background-size: cover;
}
.flag.flag-es {
    margin-bottom: -8px;
    width: 30px;
    height: 22px;
    background: url(../img/flag_es.png) no-repeat;
    background-size: cover;
}
.flag.flag-fr {
    margin-bottom: -8px;
    width: 30px;
    height: 22px;
    background: url(../img/flag_fr.png) no-repeat;
    background-size: cover;
}

.flag.flag-it {
    margin-bottom: -8px;
    width: 30px;
    height: 22px;
    background: url(../img/flag_it.png) no-repeat;
    background-size: cover;
}


.flag.flag-pt {
    margin-bottom: -8px;
    width: 30px;
    height: 22px;
    background: url(../img/flag_br.png) no-repeat;
    background-size: cover;
}
.flag.flag-pl {
    margin-bottom: -8px;
    width: 30px;
    height: 22px;
    background: url(../img/flag_pl.png) no-repeat;
    background-size: cover;
}
.flag.flag-ru {
    margin-bottom: -8px;
    width: 30px;
    height: 22px;
    background: url(../img/flag_ru.png) no-repeat;
    background-size: cover;
}
.flag.flag-id {
    margin-bottom: -8px;
    width: 30px;
    height: 22px;
    background: url(../img/flag_id.png) no-repeat;
    background-size: cover;
}
.flag.flag-tr {
    margin-bottom: -8px;
    width: 30px;
    height: 22px;
    background: url(../img/flag_tr.png) no-repeat;
    background-size: cover;
}
.flag.flag-ar {
    margin-bottom: -8px;
    width: 30px;
    height: 22px;
    background: url(../img/flag_ar.png) no-repeat;
    background-size: cover;
}
.flag.flag-hi {
    margin-bottom: -8px;
    width: 30px;
    height: 22px;
    background: url(../img/flag_hi.png) no-repeat;
    background-size: cover;
}

.flag.flag-ja {
    margin-bottom: -8px;
    width: 30px;
    height: 22px;
    background: url(../img/flag_jp.png) no-repeat;
    background-size: cover;
}

.flag.flag-cn {
    margin-bottom: -8px;
    width: 30px;
    height: 22px;
    background: url(../img/flag_cn.png) no-repeat;
    background-size: cover;
}



header {
    margin-bottom: 5px;

    background: #000000;
}
header .logo-container {
    float: left;

    padding: 10px 0;
}
header .logo-container .logo {
    display: block;

    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
}
header .logo-container .logo span {
    color: #392d22;

    transition: 0.15s ease color;
}
header .logo-container .logo:hover span {
    color: #56d0e9;
}

header .search-container {
    float: right;

    padding: 10px 0;
}
header .search-container .search {
    display: block;
    position: relative;
}
header .search-container .search .search-text {
    display: block;

    width: 600px;
    height: 40px;

    padding: 0 60px 0 10px;

    border: 1px solid #3a4752;
    border-radius: 3px;

    background: #f2f5f7;

    font-size: 18px;
    line-height: 40px;
    color: #3a4752;

    transition: 0.15s ease background-color;
}
header .search-container .search .search-text:focus {
    background: #fff;
}

header .search-container .search .search-submit {
    display: block;
    position: absolute;

    top: 1px;
    right: 1px;

    width: 48px;
    height: 48px;

    border: 0;
    border-left: 1px solid #3a4752;
    border-radius: 0 1px 1px 0;

    background: #317589;

    font-size: 24px;
    color: #fff;

    cursor: pointer;

    transition: 0.15s ease background-color;
}
header .search-container .search .search-submit:hover {
    background-color: #56d0e9;
}

header .language-box-container {
    float: right;
}
header .language-box-container .language-box {
    padding: 5px 0 10px 10px;

    white-space: nowrap;
}
header .language-box-container .language-box .button {
    display: block;
    height: 40px;
    padding: 0 11px;
    font-size: 14px;
    line-height: 49px;
    color: #41285d;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.15s ease color;
}
header .language-box-container .language-box .icon {
    margin: 0 0 2px 4px;
}

header .language-box-container .language-box .list {
    z-index: 1;
    display: none;
    position: absolute;
    top: 51px;
    right: 5px;
    background: #f5f4f8;
    box-shadow: 0 0 5px rgba(196, 193, 204, 0.75);
}
header .language-box-container .language-box:hover .list {
    display: block;
}
header .language-box-container .language-box .list li {
    display: block;
    margin: 6px 0;
}
header .language-box-container .language-box .list li a {
    display: block;
    padding: 0 5px;
    font-size: 14px;
    line-height: 38px;
    color: #41285d;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.15s ease background-color, 0.15s ease color;
}
header .language-box-container .language-box .list li a .flag {
    margin: 1px 0 -5px 25px;
}
header .language-box-container .language-box .list li a:hover {
    background-color: #56d0e9;

    color: #fff;
}

.heading-container {
    position: relative;

    margin-bottom: 0px;
}
.heading-container:after {
    content: '';

    display: block;

    clear: both;
}
.heading-container .heading {
    float: left;

    padding-left: 5px;
}
.heading-container .heading h1,
.heading-container .heading h2,
.heading-container .heading div,
.heading-container .heading span {
    display: inline-block;

    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    color: #cccccc;
    text-transform: uppercase;
}

.heading-container .sort-container {
    float: right;
}
.heading-container .sort-container ul {

}
.heading-container .sort-container ul li {
    float: left;
}
.heading-container .sort-container ul li a {
    display: block;

    margin: 0 1px;
    padding: 0 10px;

    border-radius: 3px;

    background: #000000;

    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;

    transition: 0.15s ease background-color;
}
.heading-container .sort-container ul li a i {
    margin-right: 3px;
}
.heading-container .sort-container ul li.active a,
.heading-container .sort-container ul li a:hover {
    background-color: #317589;
}

.item-list {
    margin: 2px;

    text-align: center;

    letter-spacing: -5px;
}
.item-list .item {
    display: inline-block;
    position: relative;

    width: 25%;

    margin-bottom: 4px;
    padding: 0 3px;

    text-align: left;
    letter-spacing: 0;

    vertical-align: top;
}
.item-list .item .link {
    text-decoration: none;
}
.item-list .item .link .thumb-container {
    position: relative;
}
.item-list .item .link .thumb-container {
    display: block;
}
.item-list .item .link .thumb-container img {
    display: block;

    border: 1px solid #000;

    width: 100%;
}
.item-list .item .link .thumb-container .thumb-line .date {
    position: absolute;

    top: 3px;
    left: 3px;

    padding: 0 5px;

    background: rgba(49,117,137,0.75);

    border-radius: 3px;

    font-size: 12px;
    line-height: 18px;
    color: #fff;

    transition: 0.15s ease background-color;
}
.item-list .item .link:hover .thumb-container .thumb-line .date {
    background: #ffffff;
}

.item-list .item .link .thumb-container .thumb-line .duration {
    position: absolute;

    top: 3px;
    right: 3px;

    padding: 0 5px;

    border-radius: 3px;

    background: #333333;

    font-size: 12px;
    line-height: 18px;
    color: #fff;

    transition: 0.15s ease background-color;
}
.item-list .item .link:hover .thumb-container .thumb-line .duration {
    background: #000000;
}


.item-list .item .link .name {
    display: block;
    overflow: hidden;

    height: 40px;

    padding: 2px;

    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #000000;

    vertical-align: bottom;

    transition: 0.15s ease color;
}
.item-list .item .link:hover .name {
    color: #317589;
}

.item-list .item .sp-block {
    overflow: hidden;

    height: 20px;

    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.item-list .item .sp-block .sp-value {
    float: right;
}
.item-list .item .sp-block .date-value {
    float: left;
    color: #999;
}
.item-list .item .sp-block a {
    color: #317589;
    text-decoration: none;

    transition: 0.15s ease color;
}
.item-list .item .sp-block a:hover {
    color: #56d0e9;
}

.item-list .item .tags-block {
    overflow: hidden;

    height: 40px;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    color: #56d0e9;
    text-overflow: ellipsis;
}
.item-list .item .tags-block a {
    color: #56d0e9;
    text-decoration: none;

    transition: 0.15s ease color;
}
.item-list .item .tags-block a:hover {
    color: #317589;
}

.item-list .item.sponsor {
    width: 16.666666%;
}
.item-list .item.sponsor .link .name {
    overflow: hidden;

    height: 30px;

    padding: 0 2px;

    background: #cccccc;

    font-size: 24px;
    line-height: 30px;
    text-align: center;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.item-list .item.category {

}
.item-list .item.category .link .name {

    overflow: hidden;
    background: #cccccc;
    height: 30px;

    padding: 0px 2px;

    font-size: 24px;
    line-height: 30px;
    text-align: center;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pagination {
    margin: 8px 0;

    text-align: center;
}
.pagination ul {
    display: inline-block;
}
.pagination li {
    display: block;
    float: left;
    margin: 0 1px;
}
.pagination a,
.pagination span {
    display: block;

    min-width: 53px;
    height: 53px;

    padding: 0 10px;

    border-radius: 3px;

    background-color: #000000;

    font-size: 20px;
    line-height: 53px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;

    transition: 0.15s ease background-color;
}
.pagination span {
    opacity: 0.5;
}
.pagination a:hover {
    background-color: #56d0e9;
}
.pagination a .icon {
    margin-bottom: 4px;
}

.list-spots {
    margin: 10px 0;

    text-align: center;
}
.list-spots .spot {
    display: inline-block;

    margin: 3px;
}
.list-spots .spot img,
.list-spots .spot iframe {
    display: block;
}

.tags-list {
    background: #cccccc;
    padding: 10px;
    letter-spacing: -5px;
    border: 3px solid #3a4752;
}
.tags-list ul {
    display: block;
    float: none;

    width: 100%;

    margin-bottom: 10px;

    letter-spacing: 0;

    -webkit-columns: 6;
    columns: 6;
}
.tags-list ul li {
    display: block;
}
.tags-list ul li.letter {
    font-size: 24px;
    line-height: 30px;
    color: #3a4752;
    font-weight: bold;
}
.tags-list ul li a {
    font-size: 16px;
    line-height: 20px;
    color: #3a4752;
    text-decoration: none;

    transition: 0.15s ease color;
}
.tags-list ul li a:hover {
    color: #56d0e9;
}

footer {
    margin-top: 10px;
    padding: 10px 0;
}
footer .copyright-container {
    text-align: center;
}
footer .copyright {
    display: inline-block;

    margin-bottom: 10px;
}
footer .copyright a {
    font-size: 14px;
    line-height: 20px;
    color: #ccc;
    text-decoration: none;
    white-space: nowrap;
    transition: 0.15s ease color;
}
footer .copyright a:hover {
    color: #56d0e9;
}

footer .footer-description {
    padding: 10px;

    font-size: 14px;
    line-height: 20px;
    color: #303030;
    text-align: center;
}

.video-view-section .width-wrap {
    max-width: 1300px;
}
.video-view {
    margin-right: 305px;

    padding: 0 5px;
}
.video-view .player-container {
    position: relative;
    padding-bottom: 66%;
}
.video-view .player-container img,
.video-view .player-container video {
    display: block;
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.video-view .video-info {
    padding: 7px 0 0 4px;
}
.video-view .video-info .info-row {
    margin: 10px 0;

    font-size: 16px;
}
.video-view .video-info .info-row .value {
    color: #3a4752;
}
.video-view .video-info .info-row .value a {
    font-weight: bold;
    color: #3a4752;
    text-decoration: none;

    transition: 0.15s ease color;
}
.video-view .video-info .info-row .value a:hover {
    color: #56d0e9;
}

.right-spots {
    position: absolute;

    top: 0;
    right: 0;

    width: 305px;

    padding: 0 5px 0 0;
}
.right-spots .spot {
    display: inline-block;

    margin: 0 0 3px 0;
}
.right-spots .spot img,
.right-spots .spot iframe {
    display: block;
}

@media screen and (max-width: 1240px) {
    header .logo-container {
        float: none;

        text-align: center;
    }
    header .search-container {
        float: left;
        width: 100%;
        padding: 0 90px 10px 0;
    }
    header .search-container .search .search-text {
        width: 100%;
    }

    header .language-box-container {
        position: absolute;

        right: 0;
        bottom: 0;
    }

    .list-spots .spot:nth-child(4) {
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    .width-wrap {
        max-width: 936px;
    }
    .item-list .item {
        width: 33.333333%;
    }
}
@media screen and (max-width: 930px) {
    .list-spots .spot:nth-child(3) {
        display: none;
    }
    .item-list .item.sponsor {
        width: 25%;
    }
    .tags-list ul {
        -webkit-columns: 3;
        columns: 3;
    }
    .video-view {
        margin-right: 0;
    }
    .right-spots {
        position: static;

        width: 100%;

        padding: 20px 0 0 0;

        text-align: center;
    }
}
@media screen and (max-width: 640px) {
    header .logo-container .logo {
        font-size: 30px;
        line-height: 30px;
    }

    header .menu-container {
        float: none;

        padding: 0 0 10px;
    }
    header .menu-container .top-menu ul {
        text-align: center;
    }
    header .menu-container .top-menu ul li {
        float: none;

        display: inline-block;
    }

    header .language-box-container .language-box .list {
        top: 30px;
    }
    header .language-box-container .language-box .button {
        height: 32px;
        line-height: 28px;
    }

    header .search-container .search .search-text {
        height: 35px;

        font-size: 14px;
    }
    header .search-container .search .search-submit {
        width: 33px;
        height: 33px;

        font-size: 18px;
    }
    .list-spots .spot:nth-child(2) {
        display: none;
    }
    .width-wrap {
        max-width: 632px;
    }
    .item-list .item {
        width: 50%;
    }
}
@media screen and (max-width: 608px) {
    .item-list .item.sponsor {
        width: 33.333333%;
    }
    .item-list .item.sponsor .link .name {
        height: 20px;

        font-size: 14px;
        line-height: 20px;
    }

    .pagination a,
    .pagination span {
        min-width: 30px;
        height: 30px;
        padding: 0 5px;
        font-size: 15px;
        line-height: 30px;
    }
}
@media screen and (max-width: 480px) {
    .heading-container .heading {
        float: none;

        text-align: center;
    }
    .heading-container .sort-container {
        float: none;

        text-align: center;
    }
    .heading-container .sort-container ul li {
        float: none;
        display: inline-block;
    }
    .heading-container .sort-container ul li a {
        margin: 0;
        padding: 0 5px;
    }

    .tags-list ul {
        -webkit-columns: 2;
        columns: 2;
    }
}
@media screen and (max-width: 320px) {
    .item-list .item.sponsor {
        width: 50%;
    }
}