/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

@import url(https://fonts.googleapis.com/css?family=El+Messiri:500|Roboto+Condensed&subset=arabic,cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese);
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.5;
    font-weight: 400
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    text-decoration: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

ul {
    padding: 0;
    list-style-type: none
}

@font-face {
    font-family: custom;
    src: url(./custom.eot);
    src: url(./custom.eot?#iefix) format("embedded-opentype"), url(./custom.woff) format("woff"), url(./custom.ttf) format("truetype"), url(./custom.svg#custom) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=icon-]:before {
    display: inline-block;
    font-family: custom;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-search:before {
    content: '\0041'
}

.icon-video:before {
    content: '\0042'
}

.icon-star:before {
    content: '\0043'
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0;
    background-color: #000
}

.tehdtu-container {
    width: 100%;
    max-width: 2285px;
    padding: 0 5px;
    margin: 0 auto
}

.tehdtu-container-player {
    max-width: 1635px
}

.tehdtu-header {
    background-color: #080808
}

.tehdtu-header-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.tehdtu-nav,
.tehdtu-pagination {
    margin: 10px auto 15px auto;
    text-align: center
}

.tehdtu-nav a,
.tehdtu-nav span,
.tehdtu-pagination a,
.tehdtu-pagination span {
    color: #080808;
    font-family: "Roboto Condensed";
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    display: inline-block;
    background-color: #f0c344;
    -webkit-box-shadow: 3px 3px 0 0 #252525;
    box-shadow: 3px 3px 0 0 #252525;
    padding: 5px 10px;
    margin: 2px 6px 2px 0
}

.tehdtu-nav a:hover,
.tehdtu-nav span:hover,
.tehdtu-pagination a:hover,
.tehdtu-pagination span:hover {
    background-color: #080808;
    color: #f0c344
}

.tehdtu-nav span,
.tehdtu-pagination span {
    background-color: #080808;
    color: #f0c344
}

.tehdtu-search {
    width: 100%;
    max-width: 400px;
    position: relative
}

.tehdtu-search button:focus,
.tehdtu-search input:focus {
    outline: 0
}

.tehdtu-search input {
    width: 100%;
    font-size: 16px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    padding: 8px 15px;
    border: none
}

.tehdtu-search button {
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
    text-align: center;
    background-color: transparent
}

.tehdtu-search button:before {
    content: '\0041';
    font-family: custom;
    font-size: 20px;
    color: #000;
    cursor: pointer
}

.tehdtu-promo {
    max-height: 270px;
    text-align: center;
    overflow: hidden
}

.tehdtu-promo-item {
    display: inline-block;
    margin: 0 10px 20px
}

.tehdtu-footer {
    text-align: center
}

.tehdtu-title {
    color: #fff;
    font-family: "El Messiri";
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.tehdtu-thumb {
    width: 320px;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 5px 0
}

.tehdtu-thumb:hover .tehdtu-thumb-desc {
    color: #fff
}

.tehdtu-thumb:hover .tehdtu-thumb-overlay {
    background-color: #f0c344;
    color: #000
}

.tehdtu-thumb-img-wrap {
    position: relative
}

.tehdtu-thumb-img-wrap img {
    width: 100%;
    height: auto
}

.tehdtu-thumb-overlay {
    background-color: rgba(0, 0, 0, .9);
    color: #f0c344;
    font-family: "Roboto Condensed";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    bottom: 0;
    right: 0;
    position: absolute;
    padding: 0 10px
}

.tehdtu-thumb-overlay.tehdtu-vid-icn {
    padding-left: 30px
}

.tehdtu-thumb-overlay.tehdtu-vid-icn:before {
    font-family: custom;
    content: '\0042';
    position: absolute;
    left: 10px;
    top: 0
}

.tehdtu-thumb-desc {
    color: #f0c344;
    font-family: "Roboto Condensed";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding: 0 10px
}

.tehdtu-thumb-desc-cat {
    font-size: 20px;
    text-align: center
}

.tehdtu-thumb-tags {
    text-align: center;
    max-height: 16px;
    overflow: hidden;
    margin-bottom: 5px
}

.tehdtu-thumb-tags a {
    padding: 0 10px;
    display: inline-block;
    color: #7d7d7d;
    font-family: "Roboto Condensed";
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase
}

.tehdtu-thumb-tags a:hover {
    color: #fff
}

.tehdtu-list {
    -webkit-columns: 7;
    -moz-columns: 7;
    columns: 7;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

.tehdtu-list a {
    color: #fff;
    font-family: "Roboto Condensed";
    font-size: 20px;
    font-weight: 400;
    line-height: 37px;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-left: 30px
}

.tehdtu-list a:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '\0043';
    font-family: custom;
    color: #ffd633
}

.tehdtu-list a:hover {
    color: #ffd633
}

.tehdtu-player-col .tehdtu-list {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1
}

.tehdtu-player-col .tehdtu-list a {
    width: auto;
    margin-right: 20px
}

.tehdtu-player {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.tehdtu-player-col {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0
}

.tehdtu-player-promo-row {
    width: 300px;
    max-width: 300px;
    margin-left: 5px
}

.tehdtu-player-promo-item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px
}

.tehdtu-player-wrap {
    position: relative;
    padding-bottom: 60%
}

.tehdtu-player-wrap>iframe,
.tehdtu-player-wrap>video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.tehdtu-text {
    color: #999;
    font-family: "El Messiri";
    font-size: 16px;
    font-weight: 500;
    text-align: center
}

@media screen and (max-width:2330px) {
    .tehdtu-container {
        max-width: 1960px
    }
}

@media screen and (max-width:2010px) {
    .tehdtu-container {
        max-width: 1635px
    }
}

@media screen and (max-width:1665px) {
    .tehdtu-container,
    .tehdtu-container-player {
        max-width: 1310px
    }
    .tehdtu-list {
        -webkit-columns: 5;
        -moz-columns: 5;
        columns: 5
    }
}

@media screen and (max-width:1340px) {
    .tehdtu-container,
    .tehdtu-container-player {
        max-width: none
    }
    .tehdtu-thumb {
        width: -webkit-calc(25% - 5px);
        width: calc(25% - 5px)
    }
    .tehdtu-player {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .tehdtu-player-promo-row {
        width: 100%;
        max-width: none;
        margin: 0;
        max-height: 270px;
        text-align: center;
        overflow: hidden
    }
    .tehdtu-player-promo-item {
        margin: 0 10px 20px
    }
    .tehdtu-list {
        -webkit-columns: 4;
        -moz-columns: 4;
        columns: 4
    }
}

@media screen and (max-width:1000px) {
    .tehdtu-thumb {
        width: -webkit-calc(33.33% - 5px);
        width: calc(33.33% - 5px)
    }
    .tehdtu-header-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .tehdtu-nav {
        margin-left: 0;
        margin-bottom: 5px
    }
}

@media screen and (max-width:650px) {
    .tehdtu-thumb {
        width: -webkit-calc(50% - 5px);
        width: calc(50% - 5px)
    }
    .tehdtu-list {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3
    }
}

@media screen and (max-width:400px) {
    .tehdtu-thumb {
        width: -webkit-calc(100%);
        width: calc(100%)
    }
    .tehdtu-list {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2
    }
}

.poster{
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}