* {
    box-sizing: border-box;
    outline: none;
}
html, body { overflow-x: hidden; }
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    /* background: #2f2828; */
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    color: #fff;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
input, select {
    vertical-align:middle;
    outline: none;
}
html {
    background: #393232;
}
body {
    background: #393232;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #fff;
}
.wrap {
    position: relative;
    width: 100%;
    max-width: 1636px;
    margin: 0 auto;
    padding: 0 10px;
}
.special:after {
    content: '';
    display: block;
    clear: both;
}

section {
    padding: 10px 0;
    border-bottom: 1px solid #2b2b2b;
}

header {
    padding-bottom: 10px;
    border-bottom: 1px solid #2b2b2b;
    background: #2f2828;
}
    header .logo {
        text-align: center;
    }
        header .logo a {
            display: inline-block;
            font-size: 24px;
            line-height: 50px;
            font-weight: bold;
            color: #e882a0;
            text-decoration: none;
            text-transform: uppercase;
        }
            header .logo a span {
                color: #fff;
            }

.logo h1 {
    font-size: 12px!important;
    font-weight: 500;
    color: #916c62;
    margin: -5px 0 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

        header .search {
            position: relative;
            clear: both;
        }
            header .search .form {
                display: block;
                position: relative;
            }
                header .search .form .input {
                    display: block;
                    float: right;
                    width: 100%;
                    max-width: 600px;
                    height: 36px;
                    padding: 0 40px 0 10px;
                    border: 0;
                    border-radius: 3px 5px 5px 3px;
                    background: #393232;
                    font-size: 15px;
                    line-height: 30px;
                    color: #8e8e8e;
                    transition: 0.15s ease background-color;
                    font-family: 'Roboto Condensed', sans-serif;
                }
                    header .search .form .input:focus {
                        background: #fff;
                    }

                header .search .form button {
                    display: block;
                    position: absolute;
                    top: 0;
                    right: 0;
                    width: 36px;
                    height: 36px;
					padding: 1px 6px;
                    border: 0;
                    border-radius: 0 3px 3px 0;
                    background: #e882a0;
                    font-size: 18px;
                    line-height: 36px;
                    color: #fff;
                    cursor: pointer;
                    transition: 0.15s ease background-color;
                }
                    header .search .form button:hover {
                        background-color: #2b2b2b;
                    }

.title {
	overflow: hidden;
    margin: 0 0 5px;
}
    .title h1,
    .title h2,
    .title h3,
    .title h4,
    .title h5 {
		float: left;
        font-size: 18px;
        line-height: 24px;
        font-weight: normal;
        color: #fff;
    }
	.title .sort {
		float: right;
	}
    .title .sort > * {
            display: inline-block;
            margin-left: 10px;
            line-height: 24px;
        }
		.title .sort > :first-child {
                margin-left: 0;
            }
		.title .sort a {
            color: #e882a0;
        }
			.title .sort a:hover {
                text-decoration: none;
            }
        .title .sort .active {
            color: #fff;
            text-decoration: none;
        }

.tns {
    margin: 0 -2px;
    text-align: center;
    letter-spacing: -5px;
	clear: both;
}
    .tns .tn {
        display: inline-block;
        width: 100%;
        padding: 0 2px 4px;
        letter-spacing: 0;
    }
        .tns .tn a {
            display: block;
            text-decoration: none;
			border: 1px solid #2b2b2b;
			padding-bottom: 18px;
        }
            .tns .tn a div {
                position: relative;
				padding-top: 56.25%;
            }
                .tns .tn a div img {
                    display: block;
                    width: 100%;
					height: 100%;
					position: absolute;
					top: 0;
					left: 0;
					right: 0;
					bottom: 0;
                }
                .tns .tn a div .amount {
                    display: block;
                    position: absolute;
                    right: 0;
                    bottom: -18px;
                    height: 18px;
                    padding: 0 5px;
                    background: rgba(0,0,0,0.5);
                    font-size: 12px;
                    line-height: 18px;
                    color: #fff;
                }
                .tns .tn a div .dur {
                    display: block;
                    position: absolute;
                    right: 0;
                    top: 0;
                    height: 18px;
                    padding: 0 5px;
                    background: rgba(0,0,0,0.5);
                    font-size: 12px;
                    line-height: 18px;
                    color: #fff;
                }
                .tns .tn a div .desc {
                    display: block;
                    position: absolute;
                    left: 0;
                    bottom: -18px;
                    height: 18px;
                    padding: 0 5px;
                    background: rgba(0,0,0,0.5);
                    font-size: 14px;
                    line-height: 18px;
                    color: #fff;
					overflow: hidden;
                }
                .tns .tn.vid a div .desc {
                    width: 100%;
                }

.pagination {
    margin: 10px 0;
    text-align: center;
}
    .pagination li {
        display: inline-block;
        margin-bottom: 3px;
    }
        .pagination a,
        .pagination span {
            display: inline-block;
            min-width: 40px;
            height: 40px;
            padding: 0 10px;
            border-radius: 50%;
            background-color: #000;
            font-size: 16px;
            line-height: 42px;
            color: #fff;
            text-decoration: none;
            text-transform: uppercase;
            transition: 0.15s ease background-color;
        }
        .pagination span {
            opacity: 0.5;
        }
            .pagination li.cur a,
            .pagination li.cur span {
                opacity: 1;
                background-color: #e882a0;
            }
            .pagination a:hover {
                background-color: #6f6f6f;
            }

    ul.catlist  {
        -webkit-columns: 1;
        columns: 1;
		clear: both;
    }
        ul.catlist  li {
            display: block;
            padding: 2px 0;
        }
            ul.catlist  li a {
                display: block;
                position: relative;
                overflow: hidden;
                padding-right: 50px;
                font-size: 16px;
                line-height: 24px;
                color: #fff;
                text-decoration: none;
                white-space: nowrap;
                text-overflow: ellipsis;
                transition: 0.15s ease color;
            }
                ul.catlist  li a:hover {
                    color: #e882a0;
                }

                ul.catlist  li a .amountxt {
                    position: absolute;
                    top: 0;
                    right: 0;
                    padding: 0 5px;
                    border-radius: 3px;
                    background: #000;
                    font-size: 11px;
                    color: #a0a0a0;
                    transition: 0.15s ease color;
                }
                    ul.catlist  li a:hover .amountxt {
                        color: #fff;
                    }

.vidblock {

}
    .vidblock .player {
        position: relative;
        padding-bottom: 56.25%;
        background: #000;
        overflow: hidden;
    }
        .vidblock .player iframe,
		.vidblock .player img {
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
			top: 0;
        }
		.vidblock .player a {
			/* position: absolute; */
			top: 0;
			display: block;
			width: 100%;
			height: 100%;
			opacity: 0.8;
			transition: 0.15s ease opacity;
		}
		.vidblock .player a:hover {
			opacity: 1;
		}
		.vidblock .player a svg {
			/* width: 100px; */
			/* height: 100px; */
			/* margin: auto; */
			/* position: absolute; */
			/* top: 0; */
			/* bottom: 0; */
			/* left: 0; */
			/* right: 0; */
		}
    .vidblock .info {
        margin-bottom: 10px;
    }
        .vidblock .info .data {
            margin-bottom: 10px;
            border: 1px solid #2b2b2b;
            border-top: 0;
            line-height: 30px;
            text-align: center;
        }
            .vidblock .info .data .vote,
            .vidblock .info .data .votebar,
            .vidblock .info .data .date,
            .vidblock .info .data .dur {
                float: left;
                width: 50%;
                border-right: 1px solid #2b2b2b;
            }
            .vidblock .info .data .date,
            .vidblock .info .data .dur {
                border-top: 1px solid #2b2b2b;
            }
                .vidblock .info .data .vote,
                .vidblock .info .data .votebar {
                    width: 33.333333%;
                    transition: 0.15s ease color;
                }
                .vidblock .info .data .last {
                    border-right: 0;
                }
                    .vidblock .info .data .vote[data-voted],
                    .vidblock .info .data .vote:hover {
                        color: #e882a0;
                    }
                    .vidblock .info .data .vote[data-disabled] {
                        opacity: 0.5;
                    }
                .vidblock .info .data .votebar {
                    position: relative;
                }
                    .vidblock .info .data .votebar .bar {
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        width: 100%;
                        height: 3px;
                        background: #e62e04;
                    }
                        .vidblock .info .data .votebar .bar .perc {
                            position: absolute;
                            bottom: 0;
                            left: 0;
                            height: 3px;
                            background: #a4c53a;
                        }

                .vidblock .info .data .dur {
                    border-right: 0;
                }

        .vidblock .info .tags,
        .vidblock .info .tube {
            margin-bottom: 10px;
        }
            .vidblock .info .tags .ico,
            .vidblock .info .tube .ico {
                display: inline-block;
                margin-right: 3px;
            }
            .vidblock .info .tags a,
            .vidblock .info .tube a {
                display: inline-block;
                margin: 0 1px;
                padding: 0 5px;
                border-radius: 3px;
                background: #000;
                line-height: 24px;
                color: #fff;
                text-decoration: none;
                transition: 0.15s ease background-color;
            }
                .vidblock .info .tags a:hover,
                .vidblock .info .tube a:hover {
                    background-color: #ec567c;
                }

.ntvblock {

}
    .ntvblock .ntvblockwrap {
        text-align: center;
    }
        .ntvblock .ntvblockwrap .ntv {
            display: none;
        }
            .ntvblock .ntvblockwrap .ntv:nth-child(1) {
                display: inline-block;
            }

footer {
    padding: 10px 0;
    background: #2f2828;
}
    footer .contact {
        font-size: 14px;
        line-height: 24px;
        text-align: center;
    }
        footer .contact a {
            transition: 0.15s ease color;
        }
            footer .contact a:hover {
                color: #e882a0;
            }

    footer .copy {
        text-align: center;
    }
        footer .copy .right {
            font-size: 14px;
            line-height: 24px;
            color: #aaa;
        }

.searches {
  margin: 0 0 20px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.searches li {
  margin: 0 4px 4px 0;
  padding: 0;
  list-style: none;
}
.searches li a {border: 1px solid #766b6b !important;background-color: transparent;display: inline-block;font-size: 14px;font-weight: 400;color: #766b6b;text-decoration: none;border-radius: 4px;padding: 6px 9px 6px;margin-top: 7px;margin-right: 7px;}
.searches li a:hover {
  color: #fff;
 border-color: #e882a0 !important;color: #e882a0 !important;}
}
.searches .size-1 {
  font-size: 10px;
}
.searches .size-2 {
  font-size: 12px;
}
.searches .size-3 {
  font-size: 14px;
}
.searches .size-4 {
  font-size: 16px;
}
.searches .size-5 {
  font-size: 18px;
}
.welcome {
display: block;
color:#fff;
font-size:15px;
text-align: left;
padding-top: 10px;
padding-left: 10px;
width: 100%;
line-height: 22px;
}

.welcome h2 {
    font-size: 25px;
    letter-spacing: -1px;
    margin: 27px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: transparent;
    font-weight: 600;
    line-height: 1em;
    text-align: center
}

@media screen and (min-width: 321px) {
	.tns {
		margin: 0 -13px;
	}
	.tns .tn {
        width: 50%;
    }	
}
@media screen and (min-width: 481px) {
    header {
        padding: 0;
    }
    header .logo {
        display: table-cell;
        padding-right: 10px;
        text-align: left;
        vertical-align: middle;
    }

    header .search {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
    }
    ul.catlist {
        -webkit-columns: 2;
        columns: 2;
    }
    .vidblock .info .data .date,
    .vidblock .info .data .dur {
        width: 32%;
        border-top: 0;
    }
    .vidblock .info .data .vote,
    .vidblock .info .data .votebar {
        width: 12%;
    }
    .vidblock .info .data .last {
        border-right: 1px solid #2b2b2b;
    }
}
@media screen and (min-width: 614px) {
    .ntvblock .ntvblockwrap .ntv:nth-child(2) {
        display: inline-block;
    }

	.vidblock .player img {
		filter: blur(1px);
		transform: scale(1.01);
    }	
}
@media screen and (min-width: 669px) {
    header {
        padding: 0;
    }
    header .wrap {
        display: table;
    }
    header .logo {
        display: table-cell;
        padding-right: 20px;
        vertical-align: middle;
    }
    header .logo a {
        display: block;
    }
	.tns {
		margin: 0 -2px;
	}
    .tns .tn {
        width: 33.333333%;
    }
	.tns .tn a {
		padding-bottom: 0;
	}
    .tns .tn a div {
        overflow: hidden;
    }	
    .tns .tn a div .amount {
        bottom: 0px;
        font-size: 14px;
		transition: 0.15s ease right;
    }
	.tns .tn a:hover div .amount {
        right: -100px;
    }
	.tns .tn a div .dur {
        transition: 0.15s ease right;
    }
	.tns .tn a:hover div .dur {
        right: -100px;
    }
	.tns .tn a div .desc {
		bottom: 0;
        height: 23px;
		font-size: 16px;
        line-height: 24px;
		transition: 0.15s ease left;
    }
	.tns .tn a:hover div .desc {
        left: -160px;
    }
	.tns .tn.vid a div .desc {
		transition: 0.15s ease bottom;
    }
	.tns .tn.vid a:hover div .desc {
		left: 0;
        bottom: -30px;
    }
    ul.catlist {
        -webkit-columns: 3;
        columns: 3;
    }
    .vidblock {
        margin-right: 310px;
    }
    .ntvblock {
        position: absolute;
        right: 5px;
        top: 29px;
    }
    .ntvblock .ntvblockwrap .ntv:nth-child(2) {
        display: none;
    }
    footer .contact {
        float: left;
        text-align: left;
        line-height: 20px;
    }
    footer .copy {
        float: right;
        text-align: right;
    }
    footer .copy .right {
        line-height: 20px;
    }
}
@media screen and (min-width: 918px) {
    .tns .tn a div .desc {
        font-size: 16px;
    }
    .tns .tn a div .amount {
        font-size: 16px;
    }
	.vidblock .player img {
		filter: blur(2px);
    }	
}
@media screen and (min-width: 995px) {
    header .logo a {
        font-size: 36px;
        line-height: 50px;
    }
    .pagination a,
    .pagination span {
        min-width: 40px;
        height: 40px;
        line-height: 40px;
    }
    ul.catlist {
        -webkit-columns: 4;
        columns: 4;
    }
    .ntvblock {
        right: 10px;
    }
    .ntvblock .ntvblockwrap .ntv:nth-child(1),
    .ntvblock .ntvblockwrap .ntv:nth-child(2) {
        display: block;
    }
}
@media screen and (min-width: 1250px) {
    .tns .tn {
        width: 25%;
    }	
    ul.catlist {
        -webkit-columns: 5;
        columns: 5;
    }
	.vidblock .player img {
		filter: blur(3px);
    }	
}
@media screen and (min-width: 1440px) {
    .tns .tn {
        width: 20%;
    }	
}