/* FUN */
@media screen and (orientation:portrait) {
	/* portrait */
}
.nav {
	margin: 15px 0;
	width: 100%;
}
.nav,
.nav .l,
.nav .l > a,
.nav .r a,
.nav .r div {
	float: left;
}
.nav .r {
	float: right;
}
.nav .b {
	padding-bottom: 10px;
}
#body .nav .l,
#body_tablet .nav .l {
	margin-left: -1px;
}
#body_mobile .nav .l {
	margin-left: 10px;
}
#body_mobile .nav .r {
	margin-right: 10px;
}
#search {
	overflow: hidden;
	position: relative;
}
#search input[type="text"] {
	background: #fff;
	border: 1px solid #e3e3e3;
	border-bottom: 1px solid #cecece;
	padding: 10px 40px 11px 15px;
	transition: border-color .25s;
	width: 252px;
}
#search input[type="text"]:focus,
#search input[type="text"]:hover,
#search #buttons:hover + input[type="text"] {
	border: 2px solid #666;
	padding: 9px 39px 10px 14px;
}
#search #buttons {
	padding: 3px 0;
	position: absolute;
	right: 5px;
}
#search #buttons div {
	float: left;
}
.searching {
	padding-right: 70px !important;
}
.searching:focus,
.searching:hover {
	padding-right: 69px !important;
}
#search input {
	border-radius: 20px;
	height: 40px;
    line-height: 30px;
}
#body_mobile #search input {
	height: 46px;
    line-height: 46px;
}
#body_mobile #search #submit,
#body_mobile #search #cancel {
	height: 40px;
}
#body_mobile #search .sep {
	height: 30px;
}
#body_mobile .thumb .alt,
#body_mobile .thumb .b,
#body_mobile .thumb .l,
#body_mobile .thumb .t div,
#body_mobile .thumb .but,
#body_mobile .thumb .but div {
    height: 24px;
    line-height: 23px;
}
#body_mobile .thumb .but div {
    background-size: 61%;
}
#search #text.large {
	width: 400px !important;
}
#search #submit {
	background: url(/images/ico_search.svg) center no-repeat;
	background-size: 60%;
	border: 0;
	cursor: pointer;
	height: 34px;
	transition: opacity .25s;
	width: 34px;
}
#search #cancel {
	display: block;
	height: 34px;
	text-align: center;
	transition: opacity .25s;
	width: 34px;
}
#search #cancel svg {
	fill: #555;
	height: 100%;
	width: 60%;
}
#search #submit:hover,
#search #cancel:hover {
	opacity: 0.5 !important;
}
#search .sep {
	background-color: #ccc;
	height: 24px;
	margin: 5px 0;
	width: 1px;
}
.nav .scan #icon {
	background: url(/images/pr.svg) center no-repeat;
	background-size: 48%;
	border: 0;
	cursor: pointer;
	filter: drop-shadow(0 1px 1px  rgba(0, 0, 0, 0.5));
	float: left;
	height: 40px;
	margin-left: -8px;
	transition: opacity .25s, transform .4s ease;
	width: 30px;
}
.nav .scan:hover #icon {
	transform: rotate(360deg);
}
#body_mobile .nav .scan #icon {
	background-size: 56%;
	height: 46px;
	line-height: 45px;
}
.nav .scan,
.nav .sort,
.nav .pages {
	float: left;
	margin-left: 10px;
}
.nav .scan a,
.nav .sort a:first-child {
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
    padding-right: 12px !important;
}
.nav .scan a,
.nav .sort a:last-child {
	border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
    padding-left: 12px !important;
}
.nav a,
.nav .pages div {
	background-color: #404040;
}
.nav .pages {
	border-radius: 20px;
	overflow: hidden;
}
.nav .pad {
	padding: 0 15px !important;
}
.nav .r a,
.nav .r .disabled {
	border: 0;
	box-sizing: border-box;
	color: #fff;
	display: block;
	text-decoration: none;
	height: 40px;
	line-height: 39px;
	min-width: 36px;
	padding: 0 5px;
	position: relative;
	text-align: center;
	text-shadow: 0 0 0 transparent, 0 1px 1px rgba(0, 0, 0, 0.5);
	transition: background-color .2s ease;
}
#body_mobile .nav .r a,
#body_mobile .nav .r .disabled {
	height: 46px;
	line-height: 45px;
	min-width: 46px;
}
#body_mobile #search #text{
	width: 150px;
}
#body_tablet #search #text {
	width: 200px;
}
#body_mobile .nav img {
	margin: 13px 0;
}
.nav .disabled img {
	opacity: .25;
}
.nav .r a:not(.sel) {
}
.nav .r a:hover,
#body_mobile .nav .r a:focus {
	background-color: #666;
}
.nav .sel {
	background-color: #ffa200 !important;
	transition: background-color .2s ease;
}
.nav .sel:hover,
#body_mobile .nav .sel:focus {
	background-color: #ffb900 !important;
}
#empty {
	font-size: 20px;
	text-decoration: none;
	text-align: center;
}
.nav .asc::after,
.nav .desc::after {
	border: solid transparent;
	border-width: 6px !important;
	margin-left: -6px !important;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	transition: border-color .2s ease;
}
.nav .asc::after {
	bottom: 100%;
	border-bottom-color: #ffa200;
}
.nav .asc:hover::after,
#body_mobile .nav .asc:focus::after {
	border-bottom-color: #ffb900;
}
.nav .desc::after {
	top: 100%;
	border-top-color: #ffa200;
}
.nav .desc:hover::after,
#body_mobile .nav .desc:focus::after {
	border-top-color: #ffb900;
}
.nav img {
	filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.5));
	margin: 10px 0;
}
.nav .bn,
.nav .bp {
	width: 13px;
}
.nav .sel {
	float: left;
}
.mobile #content {
	width: 620px;
}
.pp {
	clear: both;
	float: left;
	height: 0;
	overflow: hidden;
	position: relative;
	width: 960px;
}
#body_mobile .pp {
	width: 410px;
}
#body_tablet .pp {
	width: 720px;
}
.pp .bg {
	/*
	background: #000;
	margin: 5px 0 0 5px;
	*/
	position: relative;
}
.pp .bg,
#player {
	height: 540px;
	width: 960px;
}
#body_mobile .pp .bg,
#body_mobile #player {
	height: 231px;
	width: 410px;
}
#body_tablet .pp .bg,
#body_tablet #player {
	height: 405px;
	width: 720px;
}

.pp .o {
	opacity: 0;
	transition: opacity .4s ease;
}
#player video {
	background: #000 !important;
    height: 100%;
    width: 100%;
}
#player .fullscreen {
	position: fixed;
	right: 20px;
	top: 20px;
}
#player .download,
.thumb .download {
	background: url(/images/pd.svg) center no-repeat;
}
#player .date,
.thumb .date {
	background: url(/images/pa.svg) center no-repeat;
}
#player .who,
.thumb .who {
	background: url(/images/pw.svg) center no-repeat;
}
#player .source,
.thumb .source {
	background: url(/images/pl.svg) center no-repeat;
}
#player .via,
.thumb .via {
	background: url(/images/pv.svg) center no-repeat;
}
#player .close,
.thumb .delete {
	background: url(/images/pc.svg) center no-repeat;
}
#player .thumbi,
.thumb .thumbi {
	background: url(/images/pt.svg) center no-repeat;
}
.but.d,
.thumb .delete {
	cursor: pointer;
}
.but.cancel,
.but.d:hover {
	background-color: #ff1500 !important;
}
#player .button_ph {
	display: block;
	float: left;
	height: 40px;
	position: relative;
}
#player .b div {
	background-color: rgba(50, 50, 50, 0.75);
	background-size: 50%;
	cursor: pointer;
	position: relative;
	float: left;
	margin-left: 1px;
	height: 40px;
	width: 40px;
	transition: background-color .25s;
}
#player .b div:hover,
#body_mobile #player .b div:focus {
	background-color: rgba(80, 80, 80, 0.75);
}
.lines {
	//margin: 5px;
}
.blur{
	-webkit-filter: grayscale(80%);
	filter: grayscale(80%);
}
.thumb {
	background: #e6e6e6;
	float: left;
	position: relative;
	transition: filter .5s;
}
.thumb:hover,
#body_mobile .thumb:focus {
	z-index: 1000;
}
.tn,
.tn .i {
	height: 240px;
	width: 240px;
}
#body_mobile .tn,
#body_mobile .thumb .i {
	height: 231px;
	width: 410px;
}
.tl,
.tl .i {
	height: 480px;
	width: 480px;
}
.thumb .i {
	background-size: 100%;
	display: block;
	position: absolute;
}
.thumb:hover .i,
#body_mobile .thumb:focus .i {
	border-radius: 20px;
	margin: -6px;
	position: fixed;
}
.thumb:hover.tl .i,
#body_mobile .thumb:focus.tl .i {
	height: 492px;
	width: 492px;
}
.thumb:hover.tn .i,
#body_mobile .thumb:focus.tn .i {
	height: 252px;
	width: 252px;
}
#body_mobile .thumb:hover .i,
#body_mobile .thumb:focus .i {
	height: 241px;
	width: 420px;
}
.thumb .alt,
.thumb .b,
.thumb .l,
.thumb .t div,
.thumb .but,
.thumb .but div
{
	height: 22px;
	line-height: 21px;
}
.thumb .title_edit,
#player .plyr__title input {
	background: transparent;
	color: #fff;
	padding-top: 1px;
	width: 210px;
}
.thumb.tl .title_edit,
#player .plyr__title input {
	width: 450px;
}
.thumb .t {
	left: 5px;
	bottom: 35px;
	position: absolute;
}
.thumb .t div {
	background-color: #404040;
	background: rgba(0, 0, 0, 0.4) url(/images/pixel.png);
	display: block;
	max-width: 210px;
	overflow: hidden;
	position: fixed;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	transition: background .25s;
	width: auto;
	white-space: nowrap;
}
#body_mobile .thumb .t div {
	max-width: 400px;
}
.tl .t div {
	max-width: 450px;
}
.thumb:hover .t div,
#body_mobile .thumb:focus .t div {
	max-width: 400px;
	text-shadow: 0 0 0 transparent, 0 1px 1px rgba(0, 0, 0, 0.5);
	width: auto;
	z-index: 5;
}
.tl:hover .t div,
#body_mobile .tl:focus .t div {
	max-width: 600px;
}
.thumb .b {
	background: rgba(0,0,0,0.4);
    border-radius: 15px;
	display: block;
	right: 5px;
	padding: 4px;
	position: absolute;
	top: 5px;
    backdrop-filter: blur(8px);
}
.thumb:hover .t div,
.thumb .but:hover,
#body_mobile .thumb:focus .t div,
#body_mobile .thumb .but:focus {
	background-color: #ffa200;
}
.but.s:hover ~ .alt.s,
.but.v:hover ~ .alt.v,
.but.a:hover ~ .alt.a,
.but.w:hover ~ .alt.w,
.but.d:hover ~ .alt.d,
#body_mobile .but.s:focus ~ .alt.s,
#body_mobile .but.v:focus ~ .alt.v,
#body_mobile .but.a:focus ~ .alt.a,
#body_mobile .but.w:focus ~ .alt.w,
#body_mobile .but.d:focus ~ .alt.d {
	display: block;
	opacity: 1;
}
.thumb .alt {
	background-color: rgba(0,0,0,0.4);
    border-radius: 15px;
	color: #fff;
	display: none;
	right: 0;
	top: 34px;
	opacity: 0;
	padding: 4px 10px;
	position: absolute;
	white-space: nowrap;
}
#body_mobile .thumb .alt {
	top: 24px;
}
.thumb .i {
	transition: box-shadow .5s, transform .5s;
}
.thumb:hover .i,
#body_mobile .thumb:focus .i {
	box-shadow: 0 2px 30px 0 rgba(50, 50, 50, 0.4);
}
.tl:hover .i,
.tn:hover .i,
.thumb:hover .l,
.thumb:hover .b,
.thumb:hover .t,
#body_mobile .tl:focus .i,
#body_mobile .tn:focus .i,
#body_mobile .thumb:focus .l,
#body_mobile .thumb:focus .b,
#body_mobile .thumb:focus .t {
	transition: box-shadow .25s, transform .1s;
}
.thumb .but {
	background: url(/images/pixel.png);
	position: relative;
	transition: background .25s;
}
.thumb .but,
.thumb .but div {
	background-size: 60%;
    border-radius: 15px;
	display: block;
	float: left;
	width: 22px;
}
#body_mobile .thumb .but,
#body_mobile .thumb .but div {
	width: 24px;
}
.thumb .l {
	background-color: #404040;
	background: rgba(0,0,0,0.4);
	left: 5px;
	top: 5px;
	position: absolute;
}
.thumb .l,
.thumb .t div {
	color: #fff;
	padding: 4px 10px;
    border-radius: 15px;
    backdrop-filter: blur(8px);
}
.lazy {
	display: none;
}
#body_mobile .plyr__controls button svg,
#body_mobile .plyr__top-right button svg {
    width: 28px;
    height: 28px;
}
#body_mobile .plyr__title {
	font-size: 19px;
	left: 13px;
	right: 140px;
	top: 15px;
}
#body_mobile .plyr__tooltop {
	font-size: 14px;
}
.emoji {
	margin-top: 40px;
}
.green {
	background-color: #09b969;
}
.red {
	background-color: red;
}