* { box-sizing: border-box; outline: none; }
html, body { overflow-x: hidden; }
html, body, div, span, iframe, h1, h2, p, img, i, ul, li, article, aside, footer, header, section { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }
body { line-height:1; background: #fff; font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; font-size: 14px; color: #333; }
article,aside,footer,header,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: #333; }
input, select { vertical-align:middle; outline: none; }

.pagination {
    text-align: center;
    font-size: 22px;
    margin: 15px 5px 20px 5px;
    clear: both;
}

.pagination a {
    text-decoration: underline;
    font-weight: bold;
}


.pagination li {
    display: inline;
    padding: 5px;
}

.pagination li.active a {
    text-decoration: none !important;
    color: gray !important; 
}

header, section, footer { width: 100%; }
section { margin-bottom: 20px; }
footer { margin-bottom: 0; }
.wrap { width: 100%; position: relative; max-width: 1326px; margin: 0 auto 5px; padding: 0 5px; }
.wrap:after { content: ''; display: block; clear: both; }

header { background: #f0f0f0; }
header .logo { display: block; float: left; margin: 12px 0 0; }
header .logo a { display: inline-block; font-size: 20px; line-height: 20px; font-weight: bold; color: #e42424; text-decoration: none; text-transform: uppercase; }
header .logo a span { color: #333; }
header .search { float: right; margin: 5px 0; display: block; position: relative; }
header .search input { display: block; float: left; width: 150px; height: 30px; padding: 0 40px 0 10px; border: 0; background: #fff; font-size: 14px; line-height: 30px; color: #333; transition: 0.15s ease background-color; }
header .search input:focus { background: #fff; }
header .search button { display: block; position: absolute; top: 0; right: 0; width: 30px; height: 30px; border: 0; background: transparent; font-size: 16px; line-height: 30px; color: #e42424; cursor: pointer; transition: 0.15s ease color; }
header .search button:hover { color: #2b2b2b; }

section h1, section h2 { margin: 0 0 5px; font-size: 20px; line-height: 26px; font-weight: normal; color: #333; }

.tn-border { border: 1px solid #ccc; }
.tn-area-cat { padding-bottom: calc(56.25% + 16px); position: relative; overflow: hidden; }
.tn-area-index { padding-bottom: calc(56.25% + 20px); position: relative; overflow: hidden; }
.tn-iframe { width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; }

.tns { margin: 0 -3px; text-align: center; letter-spacing: -10px; }
.tns .tn-bl { display: inline-block; width: 100%; padding: 0 2px 6px; letter-spacing: 0; vertical-align: top; }
.tns .tn-bl a { display: block; border: 1px solid #ccc; text-decoration: none; }
.tns .tn-bl a .tn { position: relative; overflow: hidden; padding-bottom: 56.25%; }
.tns .tn-bl a .tn img { display: block; width: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.tns .tn-bl a .tn .amount, .tn-cap-index { display: block; position: absolute; right: 0; top: 0; height: 15px; padding: 0 3px; background: rgba(255,255,255,0.75); font-size: 10px; line-height: 15px; color: #333; transition: 0.15s ease opacity; }
.tns .tn-bl a:hover .tn .amount { opacity: 0; }
.tns .tn-bl a .tn .dur, .tn-cap-cat { display: block; position: absolute; left: 0; top: 0; height: 15px; padding: 0 3px; background: rgba(255,255,255,0.75); font-size: 10px; line-height: 15px; color: #333; transition: 0.15s ease opacity; }
.tns .tn-bl a:hover .tn .dur { opacity: 0; }
.tns .tn-bl a .desc { display: block; overflow: hidden; width: 100%; height: 20px; padding: 0 5px; background: rgba(255,255,255,0.75); font-size: 16px; line-height: 20px; color: #333; white-space: nowrap; text-align: center; text-overflow: ellipsis; transition: 0.15s ease color; }
.tns .tn-bl a:hover .desc { color: #e42424; }
.tns .tn-bl.cat a .desc { width: 100%; height: 16px; font-size: 13px; line-height: 16px; }

.pages { text-align: center; margin: 10px 0; }
.pages li { display: inline-block; margin-bottom: 3px; }
.pages li a, .pages li span { display: block; min-width: 40px; height: 40px; padding: 0 10px; border-bottom: 2px solid #e42424; background-color: #f0f0f0; font-size: 16px; line-height: 42px; color: #333; text-decoration: none; text-transform: uppercase; transition: 0.15s ease background-color; }
.pages li span { opacity: 0.5; }
.pages li.active a, .pages li.active span { opacity: 1; background-color: #e42424; color: #fff; }
.pages li a:hover { background-color: #ccc; }

ul.list { -webkit-columns: 2; columns: 2; }
.list li { display: block; padding: 2px 0; border-bottom: 1px dotted #ccc; }
.list li a { display: block; position: relative; overflow: hidden; padding-right: 50px; font-size: 14px; line-height: 22px; color: #333; text-decoration: none; white-space: nowrap; text-overflow: ellipsis; transition: 0.15s ease color; }
.list li a:hover { color: #e42424; }
.list li a .amount2 { position: absolute; top: 0; right: 0; padding: 0 5px; border-radius: 3px; font-size: 14px; color: #555; transition: 0.15s ease color; }
.list li a:hover .amount2 { color: #e42424;}

article .vid { position: relative; margin-bottom: 10px; padding-bottom: 56.25%; background: #f0f0f0; }
article .vid iframe, article .vid img, article .vid a { display: block; position: absolute; width: 100%; height: 100%; }
article .vid a i { width: 60px; height: 60px; margin: auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0; font-size: 60px; color: #fff; opacity: 0.8; transition: 0.15s ease opacity; text-shadow: 0 0 30px rgba(0,0,0,0.5); }
article .vid a:hover i { opacity: 1; }
article .info { margin-bottom: 10px; }
article .info .data { margin-bottom: 10px; }
article .info .vote { display: inline-block; margin-right: 20px; margin-bottom: 0; }
article .info .vote a { display: inline-block; margin-right: 5px;  padding: 0 10px; border: 1px solid #ccc; font-size: 16px; line-height: 40px; text-decoration: none; transition: 0.15s ease border-color, 0.15s ease color; }
article .info .vote a.active, article .info .vote a:hover { border-color: #e42424; color: #e42424; }
article .info .added { margin-right: 20px; }
article .info .added, article .info .dur { display: inline-block; }
article .info .tags, article .info .tube { margin-bottom: 10px; line-height: 20px; }
article .info .added i, article .info .dur i { margin-right: 2px; }
article .info .tags a, article .info .tube a { display: inline-block; margin: 0 5px 0 0; border-bottom: 1px dotted #ccc; color: #333; text-decoration: none; transition: 0.15s ease border-color, 0.15s ease color; }
article .info .tags a:hover, article .info .tube a:hover { border-color: #555; color: #e42424; }

aside { text-align: center; overflow: hidden; height: 250px; }
aside img, aside iframe { display: inline-block; width: 300px; height: 250px; background: #f0f0f0; }

footer { padding: 10px 0; background: #f0f0f0; }
footer .contact { font-size: 14px; line-height: 24px; text-align: center; letter-spacing: -10px; }
footer .contact a { transition: 0.15s ease color; margin-right: 10px; padding-right: 10px; border-right: 1px solid #333; letter-spacing: 0; }
footer .contact a:hover { color: #e42424; }
footer .contact a:last-child { margin-right: 0; padding-right: 0; border-right: 0; }
footer .copy { text-align: center; font-size: 14px; line-height: 24px; color: #000; }


@media (min-width: 360px) { 
	.tns { margin: 0 -8px; }
	.tns .tn-bl { width: 50%; }
}

@media (min-width: 642px) {
    ul.list { -webkit-columns: 3; columns: 3; }
}

@media (min-width: 768px) {
	.tns { margin: 0 -3px; }
    .tns .tn-bl { width: 33.333333%; padding: 0 3px 6px; }
	.wrap { margin: 0 auto 10px; padding: 0 10px; }
	header .logo a { font-size: 28px; line-height: 28px; }
	header .search { margin: 10px 0; }
}

@media (min-width: 960px) {
    ul.list { -webkit-columns: 4; columns: 4; }
    footer .contact { float: left; }
    footer .copy { float: right; }
}

@media (min-width: 1000px) and (orientation: landscape), (min-width: 1025px) {
	article { margin-right: 303px; }
	aside { display: block; width: 300px; height: auto; position: absolute; top: 0; right: 10px; }
}

@media (min-width: 1025px) {
	header { padding-bottom: 0; }
    header .logo { position: absolute; left: 50%; margin: 0; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
    header .search { float: left; clear: none; }
	header .search input { width: 300px; height: 40px; font-size: 16px; line-height: 40px; }
	header .search button { width: 40px; height: 40px; line-height: 40px; font-size: 18px; }
    header .logo { padding: 10px 0; }
    header .logo a { font-size: 36px; line-height: 40px; }
	section h1, section h2 { font-size: 24px; line-height: 30px; }
    .tns .tn-bl { width: 25%; }
	.tns .tn-bl a .tn .amount, .tn-cap-index { height: 20px; padding: 0 5px; font-size: 13px; line-height: 20px; }
	.tns .tn-bl a .tn .dur, .tn-cap-cat { height: 22px; padding: 0 5px; font-size: 13px; line-height: 22px; }
	.tns .tn-bl a .desc { height: 30px; padding: 0 5px; font-size: 20px; line-height: 30px; }
	.tns .tn-bl.cat a .desc { height: 24px; font-size: 15px; line-height: 24px; }
	.tn-area-cat { padding-bottom: calc(56.25% + 24px); position: relative; overflow: hidden; }
	.tn-area-index { padding-bottom: calc(56.25% + 30px); position: relative; overflow: hidden; }

}

@media (min-width: 1233px) {
    ul.list { -webkit-columns: 5; columns: 5; }
}

@media (min-width: 1367px) {
    .tns .tn-bl { width: 20%; }
	.wrap { max-width: 1654px; }
}