@import url(flags.css) all;
@import url(fontawesome.css) all;
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600);
@import url(//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.css);

* {
	padding: 0;
	margin: 0
}

a,
button,
input,
label {
	outline: 0 none !important
}

a.cc-btn {
	text-decoration: none !important
}

article,
footer,
header,
nav,
section {
	display: block
}

nav {
	position: relative;
	z-index: 1
}

html {
	width: 100%;
	height: 100%;
	background: #0b4576
}

body {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px
}

h2 {
	font-size: 23px;
	margin-bottom: 5px
}

h3 {
	font-size: 18px;
	margin-bottom: 5px
}

.hidden {
	display: none !important
}

.justify {
	text-align: justify
}

.clearfix {
	display: table;
	clear: both;
	content: ''
}

body>#root {
	width: 900px;
	border: 0 none;
	margin: 10px auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 2px #303030;
	-moz-box-shadow: 0 0 2px #303030;
	-webkit-box-shadow: 0 0 2px #303030;
	position: relative;
	z-index: 10
}

body>#root>header a.banner {
	width: 100%;
	height: 169px;
	display: block;
	border-radius: 6px 6px 0 0;
	background: transparent url(images/header.png) no-repeat
}

body>#root>header section.navigation {
	position: absolute;
	z-index: 100;
	right: 8px;
	top: 8px
}

body>#root>section {
	display: block;
	padding: 12px;
	background-color: #fff;
	border-radius: 0 0 5px 5px
}

.exo-native-widget-outer-container {
	padding-top: 10px
}

.exo-native-widget-item-image {
	border-radius: 3px !important;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset
}

.mn-container-adsby,
.mn-container-title {
	display: none !important
}

.mn-thumb__label-title {
	padding: 2px 5px 0 !important
}

.mn-thumb__label-brand {
	font-size: 10px !important;
	padding: 2px 0 2px 5px !important
}

.mn-thumb__label-title-link {
	font-size: 13px !important;
	font-weight: 700 !important;
	color: #0e0e0e !important
}

.mn-thumb__label {
	font-family: 'Open Sans', sans-serif !important;
	padding: 1px 0 0 !important
}

.mn-related-container {
	margin-top: 10px
}

.mn-thumb:hover .mn-thumb__label-title-link {
	color: #0e7dc8 !important
}

.mn-thumb {
	border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset !important;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset !important
}

div.fb-like {
	position: absolute;
	height: 20px !important;
	top: 8px;
	left: 8px
}

.grecaptcha-badge {
	visibility: hidden !important
}

section.navigation {
	min-width: 150px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px
}

section.navigation>a,
section.navigation>div {
	position: relative;
	padding: 2px 10px;
	font-size: 14px;
	display: block;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f6f6f6 0, #e2e2e2 100%) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) -moz-linear-gradient(to bottom, #f6f6f6 0, #e2e2e2 100%) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) -webkit-linear-gradient(to bottom, #f6f6f6 0, #e2e2e2 100%) repeat scroll 0 0
}

section.navigation>a:hover {
	text-decoration: none;
	background: #fff !important;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

section.navigation>div:first-child {
	color: #f8f8f8;
	border: 1px solid #3a78ab;
	border-radius: 3px 4px 0 0;
	-moz-border-radius: 3px 4px 0 0;
	-webkit-border-radius: 3px 4px 0 0;
	background: linear-gradient(#3a78ab 0, #1062aa 24px);
	background: -moz-linear-gradient(#3a78ab 0, #1062aa 24px);
	background: -webkit-linear-gradient(#3a78ab 0, #1062aa 24px)
}

section.navigation>div:first-child>strong {
	margin-left: 4px
}

section.navigation>a:last-child {
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px
}

section.navigation.menu-intern {
	float: left;
	width: 204px
}

section.navigation.menu-intern>a,
section.navigation.menu-intern>div {
	padding: 5px 10px
}

form#login {
	position: absolute;
	padding: 5px;
	z-index: 100;
	right: 8px;
	top: 8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 0 2px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .5);
	background: linear-gradient(#3373a7 0, #0c5ba1 24px);
	background: -moz-linear-gradient(#3373a7 0, #0c5ba1 24px);
	background: -webkit-linear-gradient(#3373a7 0, #0c5ba1 24px)
}

form#login>input[type=password],
form#login>input[type=text] {
	width: 140px;
	min-width: 140px;
	font-size: 12px;
	padding: 3px 6px;
	margin-bottom: 3px
}

form#login>label {
	display: block;
	font-size: 10px;
	text-align: right;
	margin: 6px 0 -4px;
	color: #f8f8f8
}

form#login>label>input {
	display: inline-block;
	position: relative;
	top: 3px
}

form#login>input[type=submit] {
	display: inline-block;
	font-size: 12px;
	padding: 1px 0;
	width: 65px
}

form#login>a {
	margin-top: 1px;
	font-size: 13px;
	float: right;
	clear: both;
	color: #f8f8f8
}

ol {
	margin: 0 0 0 25px
}

nav>ul {
	background: linear-gradient(#2c689a 0, #07559a 24px);
	background: -moz-linear-gradient(#2c689a 0, #07559a 24px);
	background: -webkit-linear-gradient(#2c689a 0, #07559a 24px);
	box-shadow: 0 0 2px rgba(0, 0, 0, .75), 0 -1px 0 rgba(17, 68, 110, .7) inset;
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, .75), 0 -1px 0 rgba(17, 68, 110, .7) inset;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .75), 0 -1px 0 rgba(17, 68, 110, .7) inset;
	text-align: center;
	line-height: 35px;
	font-size: 16px;
	height: 35px
}

nav>ul>li {
	float: left;
	width: 135px;
	text-align: center;
	position: relative;
	border-right: 1px solid #11446e
}

nav>ul>li:last-child {
	width: 154px;
	border-right: 0 none
}

nav>ul>li:hover {
	z-index: 11;
	box-shadow: 0 0 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .1);
	background: linear-gradient(#3a78ab 0, #1062aa 24px);
	background: -moz-linear-gradient(#3a78ab 0, #1062aa 24px);
	background: -webkit-linear-gradient(#3a78ab 0, #1062aa 24px)
}

nav>ul>li:hover>ul {
	display: block
}

nav>ul>li>a {
	color: #f8f8f8
}

nav>ul>li>ul {
	position: absolute;
	display: none;
	width: 100%;
	z-index: 11;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px
}

nav>ul>li>ul>li {
	border: 1px solid #ccc;
	border-top: 0 none;
	z-index: 11;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f8f8f8 0, #e8e8e8 100%) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) -moz-linear-gradient(to bottom, #f8f8f8 0, #e8e8e8 100%) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) -webkit-linear-gradient(to bottom, #f8f8f8 0, #e8e8e8 100%) repeat scroll 0 0
}

nav>ul>li>ul>li:hover {
	background: #fff !important;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

nav>ul>li>ul>li:first-child {
	border-top: 1px solid rgba(0, 0, 0, .2)
}

nav>ul>li>ul>li:last-child {
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px
}

nav a {
	display: block;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	text-decoration: none !important
}

nav a:hover {
	cursor: pointer
}

#help {
	float: right;
	border: none;
	width: 25px;
	height: 25px;
	margin: 3px;
	background-color: #66f
}

#other-series-nav {
	width: 200px
}

.messageBox {
	margin-bottom: 5px;
	padding: 10px 12px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid transparent
}

.messageBox.error {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442
}

.messageBox.info {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b
}

.messageBox.newMessages {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f
}

footer {
	width: 900px;
	margin: 0 auto;
	min-height: 30px;
	font-size: 14px
}

footer>ul>li {
	float: right;
	margin-left: 10px
}

footer>ul>li:first-child {
	float: left;
	color: #fbfbfb;
	margin-left: 0
}

footer>ul>li:first-child>small {
	margin-left: 10px;
	font-size: 11px;
	color: #ebebeb
}

footer>ul>li>a {
	color: #ebebeb;
	text-decoration: none;
	display: inline-block;
	transition: all .3s ease 0s
}

footer>ul>li>a:hover {
	text-shadow: 0 0 1px rgba(255, 255, 255, .5);
	text-decoration: none;
	color: #fff
}

ul {
	list-style-type: none
}

a {
	color: #000;
	text-decoration: none
}

a:hover {
	text-decoration: underline
}

img {
	border: none
}

h3 {
	margin-top: 20px
}

hgroup>h2+h3 {
	margin-top: 0
}

fieldset {
	border: none
}

.fa-plus-circle {
	color: rgba(68, 168, 4, .9) !important
}

.fa-minus-circle,
.serie .season-editor .episode i.fas.fa-backspace {
	color: rgba(230, 6, 6, .8) !important
}

.fa-minus-circle:hover,
.fa-plus-circle:hover,
.serie .season-editor .episode i.fas:hover {
	cursor: pointer;
	filter: brightness(80%)
}

#home_loader {
	float: right;
	display: none;
	font-size: 14px;
	line-height: 35px;
	font-weight: 400
}

#home_loader i {
	margin-right: 6px;
	font-size: 16px;
	position: relative;
	top: 1px
}

.loader {
	padding: 10px 0;
	text-align: center
}

.loader>i.fa-spinner {
	font-size: 24px !important
}

section.home h2 .fas,
section.serie h2 .fas {
	position: relative;
	font-size: 22px;
	left: 1px;
	top: -2px
}

.user-center #usrCnt .fas:hover,
section.home .fas:hover,
section.serie h2 .fas:hover,
section.user h2 .fas:hover,
section.warning table .fas:hover {
	cursor: pointer;
	color: #17699c;
	text-decoration: none
}

section.home .column .fas {
	font-size: 14px
}

section.home section>header .fas {
	position: relative;
	top: -1px;
	right: -3px;
	color: #fff;
	font-size: 17px !important
}

section.home section>header .fas:hover {
	color: #eee;
	text-shadow: 0 0 2px rgba(0, 0, 0, .6)
}

section.home #links_alltime .fas,
section.home #links_month .fas {
	cursor: default;
	font-size: 16px
}

a.download,
input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	display: block;
	color: #555;
	font-size: 15px;
	line-height: 1.5;
	padding: 3px 8px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px
}

input[type=password],
input[type=text] {
	min-width: 184px
}

input[type=button],
input[type=submit] {
	cursor: pointer
}

a.download:hover,
input[type=button]:hover,
input[type=submit]:hover {
	background-color: #e6effc;
	text-decoration: none;
	color: #000
}

a.download {
	width: 145px;
	padding: 10px;
	margin: 3px auto 8px
}

input:focus,
select:focus,
textarea:focus {
	border-color: #66afe9;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 4px rgba(44, 104, 154, .6)
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0 4px
}

th {
	text-align: left
}

tr:nth-child(even) {
	background-color: #aec2e1
}

section fieldset {
	margin-top: 15px
}

section legend {
	font-size: 20px
}

section legend>small {
	font-size: 16px
}

section label {
	display: block;
	width: 350px;
	margin-top: 3px
}

section label>input {
	float: right;
	font-size: 15px
}

section input[type=checkbox],
section input[type=radio] {
	float: none;
	display: inline;
	margin-right: 5px
}

section textarea {
	width: 350px;
	height: 120px;
	resize: none
}

:target {
	background-color:rgba(0, 0, 0, 0.5);
}

.placeholder {
	color: #666
}

.nowrap {
	white-space: nowrap
}

.pages {
	width: 100%;
	display: block;
	margin: 5px 0 10px;
	overflow-y: auto
}

.pages>li {
	float: left;
	min-width: 33.5px;
	border: 1px solid #b1b1b1;
	border-right: none;
	text-align: center
}

.pages>li:first-child {
	border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px
}

.pages>li:last-child {
	border-right: 1px solid #b1b1b1;
	border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0
}

.pages>li>a {
	display: block;
	padding: 2px 3px 3px;
	text-decoration: none
}

.pages>li>a:hover {
	background-color: #7d9fd1
}

.pages>li.disabled>a {
	pointer-events: none;
	color: #777
}

.pages>li.disabled:hover {
	cursor: not-allowed
}

.pages>.button>a {
	padding: 2px 8px 3px 13px
}

.pages>.button>a .fas {
	position: relative;
	font-size: 15px;
	left: -3px;
	top: 0
}

.pages>.current {
	background-color: #aec2e1
}

.serie .epiInfo {
	display: none;
	position: absolute;
	min-width: 250px;
	background-color: #fff;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, .2);
	border-radius: 3px;
	text-align: left;
	z-index: 99999
}

.serie .epiInfo>strong {
	width: 250px;
	display: block;
	overflow: hidden;
	padding: 2px 5px 3px;
	border-radius: 3px 3px 0 0;
	background-color: #e9e9e9;
	white-space: nowrap;
	text-overflow: ellipsis
}

.serie .epiInfo>div.links {
	padding: 4px 4px 3px
}

.serie .epiInfo .fas {
	font-size: 16px
}

.serie .epiInfo .hoster {
	position: relative;
	top: 2px
}

#titleEnglish {
	display: block
}

.serie dt {
	font-weight: 700
}

.serie .top:after {
	content: '';
	display: block;
	clear: both
}

.serie #spoiler {
	margin-top: 4px
}

.serie .infos {
	width: 100%
}

i.hoster {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: center
}

i.hoster.Vivo {
	background-image: url(images/hoster/vivo.ico)
}

i.hoster.Vidoza {
	background-image: url(images/hoster/vidoza.ico)
}

i.hoster.SendFox {
	background-image: url(images/hoster/sendfox.ico)
}

i.hoster.Vupload {
	background-image: url(images/hoster/vupload.ico)
}

i.hoster.Streamtape {
	background-image: url(images/hoster/streamtape.ico)
}

i.hoster.MIXdrop {
	background-image: url(images/hoster/mixdrop.ico)
}

i.hoster.VOE {
	background-image: url(images/hoster/voe.ico)
}

i.hoster.PlayTube {
	background-image: url(images/hoster/playtube.ico)
}

i.hoster.UPStream {
	background-image: url(images/hoster/upstream.ico)
}

i.hoster.VidLox {
	background-image: url(images/hoster/vidlox.ico)
}

i.hoster.VideoVard {
	background-image: url(images/hoster/videovard.ico)
}

i.hoster.StreamZZ {
	background-image: url(images/hoster/streamzz.ico)
}

i.hoster.Hexupload {
	background-image: url(images/hoster/hexupload.ico)
}

i.hoster.Doodstream {
	background-image: url(images/hoster/doodstream.ico)
}

.serie ul.hoster-tabs span.fa-minus-circle {
	position: relative;
	font-size: 15px;
	left: -9px
}

.serie ul.hoster-tabs span.fa-plus-circle {
	font-size: 15px;
	margin-right: 2px
}

.serie ul.hoster-tabs i.hoster {
	position: relative;
	margin-right: 4px;
	left: -3px;
	top: 3px
}

.serie .infos,
.serie div.episodes,
.serie div.seasons,
.serie ul.hoster-tabs {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.serie .infos>div {
	padding-bottom: 2px;
	box-shadow: -1px 3px 2px -2px #ddd
}

.serie .infos>div:last-child {
	box-shadow: none
}

.serie .infos>div.edit>div {
	display: inline-block;
	margin: 2px 5px -1px 0;
	vertical-align: top;
	font-size: 13px;
	font-weight: 700
}

.serie .infos>div.edit>div>input {
	display: inline-block;
	position: relative;
	margin: 0 2px;
	top: 2px
}

.serie .infos>div>span {
	display: inline-block;
	vertical-align: top;
	margin: 3px 5px -1px 0;
	font-weight: 700;
	font-size: 14px;
	width: 120px
}

.serie .infos>div>p {
	display: inline-block;
	vertical-align: top;
	margin: 3px 0 1px;
	font-size: 13px;
	width: 551px
}

.serie .infos>div>p>em {
	font-style: normal
}

.serie .infos>div>p>em form,
.serie .infos>div>p>em input {
	display: inline-block;
	font-size: 12px
}

.serie .infos>div>p>em input[type=text] {
	text-align: center;
	min-width: 40px;
	width: 40px;
	padding: 0
}

.serie .infos>div>p>em input[type=submit] {
	margin-left: 3px;
	padding: 0 4px
}

.serie .infos>div>p>span {
	border-radius: 3px;
	padding: 0 1px
}

.serie .infos>div>p>span:hover {
	cursor: pointer;
	background: #ddd
}

.serie .infos>div>p>a {
	color: #0e7dc8
}

.serie .messageBox>ul {
	list-style-type: circle;
	padding-left: 12px
}

.serie .messageBox+form>.season-editor {
	margin-top: 8px
}

.serie table.episodes,
section.messages>table {
	width: 100%;
	display: block;
	border-radius: 3px;
	box-shadow: 0 0 2px #858585;
	-moz-box-shadow: 0 0 2px #858585;
	-webkit-box-shadow: 0 0 2px #858585
}

.serie table.episodes tr {
	display: block;
	border-top: 1px solid #ddd
}

.serie table.episodes tr.watched {
	background-color: rgba(134, 206, 58, .5) !important;
	border-top: 1px solid #f5f5f5
}

.serie table.episodes tr.watched:focus,
.serie table.episodes tr.watched:hover {
	background-color: rgba(111, 173, 45, .5) !important
}

.serie .frame ul li.disabled,
.serie table.episodes tr.disabled {
	opacity: .5
}

.serie table.episodes tr:focus,
.serie table.episodes tr:hover {
	background-color: #eee !important;
	color: #555
}

.serie table.episodes tr:nth-child(even) {
	background-color: transparent
}

.messages table tr:first-child,
.serie table.episodes tr:first-child {
	border-radius: 3px 3px 0 0;
	border-top: 0 none
}

.messages table tr:last-child,
.serie table.episodes tr:last-child {
	border-radius: 0 0 3px 3px
}

.serie table.episodes tr:only-child {
	border-radius: 3px
}

.serie table.episodes td {
	padding: 4px 0
}

.serie table.episodes tr td:nth-child(1) {
	width: 35px;
	padding: 4px 5px;
	text-align: center
}

.serie table.episodes tr td:nth-child(1)>a {
	background-color: #333;
	border-radius: 3px;
	width: 100%;
	display: block;
	color: #fff
}

.serie table.episodes tr td:nth-child(1)>a:hover {
	background-color: #1596bd;
	text-decoration: none
}

.serie table.episodes tr td:nth-child(2) {
	width: 600px;
	max-width: 600px;
	overflow: hidden;
	white-space: nowrap;
	vertical-align: bottom;
	text-overflow: ellipsis
}

.serie table.episodes tr td:nth-child(2) i.fas {
	position: relative;
	margin: 0 2px;
	font-size: 16px;
	top: 1px
}

.serie table.episodes tr td:nth-child(3) i.fas {
	position: relative;
	font-size: 16px;
	top: -2px
}

.serie table.episodes tr td:nth-child(3) {
	width: 226px;
	text-align: right;
	padding-right: 5px;
	position: relative;
	top: 2px
}

.serie .season-editor {
	display: inline-block;
	margin-top: 10px;
	width: 100%;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none
}

.serie .season-editor .episode {
	margin-bottom: 5px;
	border-radius: 3px;
	box-shadow: 0 0 2px #858585;
	-moz-box-shadow: 0 0 2px #858585;
	-webkit-box-shadow: 0 0 2px #858585
}

.serie .season-editor .clearfix {
	margin-top: 8px
}

.serie .season-editor .episode:last-child {
	margin-bottom: 0
}

.serie .season-editor .episode .top {
	padding: 4px 3px
}

.serie .season-editor .episode .bottom {
	padding: 0 3px 4px
}

.serie .season-editor .episode .top * {
	display: inline-block;
	vertical-align: top
}

.serie .season-editor .episode .top .badge {
	line-height: 21px;
	padding: 1px 0 2px;
	margin-bottom: 0;
	border-radius: 3px;
	text-align: center;
	font-weight: 700;
	font-size: 15px;
	color: #fff
}

.serie .season-editor .episode .top .badge.episode {
	background-color: #333;
	width: 40px
}

.serie .season-editor .episode .top .badge.links {
	background-color: #1a82ae;
	width: 100px
}

.serie .season-editor .episode .top .badge.links i.fas {
	position: relative;
	font-size: 13px;
	float: left;
	left: 8px;
	top: 4px
}

.serie .season-editor .episode .top .badge.links>span {
	float: right;
	margin-right: 8px
}

.serie .season-editor .episode .top input[type=text] {
	padding: 1px 5px 2px;
	margin-right: -1px;
	font-size: 13px;
	width: 348px;
	height: 19px
}

.serie .season-editor .episode .top>input[type=checkbox] {
	display: none
}

.serie .season-editor .episode textarea {
	display: none;
	width: 100%;
	height: 40px;
	font-size: 12px;
	line-height: 16px;
	resize: none;
	overflow: hidden;
	box-sizing: border-box;
	margin: 3px 0 -1px 0
}

.serie .season-editor .episode i.fas.fa-backspace {
	display: none;
	position: relative;
	margin: 0 4px 0 5px;
	font-size: 26px;
	float: right;
	top: 2px
}

.serie .season-editor .episode i.fas.fa-backspace.show,
.serie .season-editor .episode textarea.show {
	display: block
}

.serie .season-editor .language-selector {
	float: right;
	width: 180px
}

.serie .season-editor .btn {
	display: inline-block;
	transition: color .15s ease-in-out;
	border: solid 1px #e2e2e2;
	border-radius: 3px;
	color: #1a82ae;
	height: 30px;
	width: 34px
}

.serie .season-editor .btn:hover {
	color: #135c7b;
	cursor: pointer
}

.serie .season-editor .btn.save {
	float: right;
	margin-right: 4px
}

.serie .season-editor .btn>i.fas {
	position: relative;
	font-size: 24px;
	left: 7px;
	top: 2px
}

.serie .season-editor .episode .links-wrapper {
	display: none;
	padding: 5px 0 5px 3px
}

.serie .season-editor .episode .links-wrapper.active {
	display: inline-block
}

.serie .season-editor .episode .links-wrapper input[type=checkbox] {
	display: none
}

.serie .season-editor .episode .links-wrapper>span {
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, .15);
	border: 1px solid #dfd9d9;
	border-radius: 3px;
	padding: 1px 11px
}

.serie .season-editor .episode .links-wrapper>span:hover {
	background-color: #e4dddd;
	border-color: #cbcbcb;
	cursor: pointer
}

.serie .season-editor .episode .links-wrapper>span.active {
	background-color: #d5d3d3;
	border-color: #bab9b9
}

.serie .season-editor .episode .links-wrapper>span>i.hoster,
.serie .season-editor .episode i.fas {
	position: relative;
	font-size: 20px;
	top: 2px
}

.serie .selectors {
	width: 100%;
	margin: 4px 0 12px
}

.serie .selectors strong {
	display: block;
	margin-bottom: 3px
}

.serie .selectors .language {
	vertical-align: top;
	width: 138px;
	float: left
}

.serie .selectors .series-language {
	width: 100%;
	height: auto;
	padding: 2px 0 2px 8px
}

.serie .selectors .seasons {
	vertical-align: top;
	width: 735px;
	float: right
}

.serie .selectors select.series-language {
	display: none
}

.serie .episode h2 {
	font-size: 24px;
	margin-top: -3px;
	display: inline-block
}

.serie .episode h2>span:first-child {
	max-width: 455px;
	overflow: hidden;
	white-space: nowrap;
	vertical-align: top;
	text-overflow: ellipsis;
	display: inline-block
}

.serie .episode .slider {
	float: right;
	max-width: 385px
}

.serie .frame {
	height: 25px;
	line-height: 25px;
	overflow: hidden
}

.serie .frame ul {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 15px;
	list-style: none;
	zoom: 1
}

.serie .frame ul li {
	float: left;
	padding: 0;
	width: 34px;
	margin: 0 1px 0 0;
	background-color: #333;
	border-radius: 3px;
	cursor: pointer
}

.serie .frame ul li:last-child {
	margin-right: 0
}

.serie .frame ul li.s0 {
	width: 69px
}

.serie .frame ul li.watched {
	background-color: #38880b !important
}

.serie .frame ul li a {
	color: #fff;
	display: block;
	text-align: center;
	border-radius: 3px
}

.serie .frame ul li a:hover {
	background-color: #1596bd;
	text-decoration: none
}

.serie .frame ul li.active {
	background-color: #0a7191
}

.serie .scrollbar {
	margin: 6px 0 0 0;
	height: 4px;
	border-radius: 3px;
	background-color: #ccc;
	line-height: 0
}

.serie .scrollbar .handle {
	width: 100px;
	height: 100%;
	border-radius: 3px;
	background-color: #292a33;
	cursor: pointer
}

.serie .scrollbar .handle .mousearea {
	position: absolute;
	top: -9px;
	left: 0;
	width: 100%;
	height: 20px
}

.serie .hoster-tabs {
	margin-top: 15px;
	margin-bottom: 0;
	padding-left: 0;
	list-style: outside none none
}

.serie .hoster-tabs.bottom {
	margin-top: 3px
}

.serie .hoster-tabs.bottom+a {
	display: block;
	margin-top: 8px
}

.serie .hoster-tabs:after {
	display: table;
	clear: both;
	content: ''
}

.serie .hoster-tabs>li {
	display: block;
	float: left;
	margin: 0 3px 3px 0;
	border: 1px solid transparent;
	border-radius: 4px
}

.serie .hoster-tabs.bottom>li {
	margin-bottom: 0
}

.serie .hoster-tabs>li>a {
	display: inline-block;
	text-decoration: none;
	padding: 8px 12px
}

.serie .hoster-tabs>li>a.special {
	color: #0053b3;
	font-weight: 700;
	text-transform: uppercase
}

.serie .hoster-tabs>li:focus,
.serie .hoster-tabs>li:not(.active):hover {
	background-color: #eee !important;
	border-color: #eee
}

.serie .hoster-tabs>li.active {
	background-color: #fff;
	border-color: #d7d7d7;
	border-image: none;
	border-style: solid;
	border-width: 1px
}

.serie .hoster-tabs>li.active>a {
	pointer-events: none
}

.serie .hoster-player {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #d7d7d7;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
	display: block;
	min-height: 400px;
	width: 100%
}

.serie .hoster-player.deactivated {
	min-height: 200px;
	cursor: none;
	pointer-events: none
}

.serie .hoster-player>.play {
	width: 160px;
	margin: 50px auto 0
}

.serie .hoster-player:hover>.play:before {
	color: #0774af
}

.serie .hoster-player>.play:before {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-size: 160px;
	content: "\f144";
	color: #12a6f6;
	transition: color .3s ease-in
}

.serie .hoster-player>.loading {
	display: none;
	position: relative;
	margin: 50px auto 0;
	height: 105px;
	width: 175px
}

.serie .hoster-player>.loading>.wrapper {
	animation: loader-spin 2.3s cubic-bezier(.175, .885, .32, 1.275) infinite;
	-webkit-animation: loader-spin 2.3s cubic-bezier(.175, .885, .32, 1.275) infinite;
	-moz-animation: loader-spin 2.3s cubic-bezier(.175, .885, .32, 1.275) infinite;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 88px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	width: 175px
}

.serie .hoster-player>.loading>.wrapper .line {
	border: 7px solid transparent;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 175px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 175px
}

.serie .hoster-player>.loading>.wrapper:nth-child(1) {
	animation-delay: -57.5ms;
	-webkit-animation-delay: -57.5ms;
	-moz-animation-delay: -57.5ms
}

.serie .hoster-player>.loading>.wrapper:nth-child(2) {
	animation-delay: -115ms;
	-webkit-animation-delay: -115ms;
	-moz-animation-delay: -115ms
}

.serie .hoster-player>.loading>.wrapper:nth-child(3) {
	animation-delay: -.172s;
	-webkit-animation-delay: -.172s;
	-moz-animation-delay: -.172s
}

.serie .hoster-player>.loading>.wrapper:nth-child(4) {
	animation-delay: -230ms;
	-webkit-animation-delay: -230ms;
	-moz-animation-delay: -230ms
}

.serie .hoster-player>.loading>.wrapper:nth-child(5) {
	animation-delay: -.287s;
	-webkit-animation-delay: -.287s;
	-moz-animation-delay: -.287s
}

.serie .hoster-player>.loading>.wrapper:nth-child(1) .line {
	border-color: #1c5c94;
	height: 158px;
	width: 158px;
	top: 12px
}

.serie .hoster-player>.loading>.wrapper:nth-child(2) .line {
	border-color: #2679bd;
	height: 133px;
	width: 133px;
	top: 25px
}

.serie .hoster-player>.loading>.wrapper:nth-child(3) .line {
	border-color: #419de8;
	height: 109px;
	width: 109px;
	top: 37px
}

.serie .hoster-player>.loading>.wrapper:nth-child(4) .line {
	border-color: #3cb0e6;
	height: 84px;
	width: 84px;
	top: 49px
}

.serie .hoster-player>.loading>.wrapper:nth-child(5) .line {
	border-color: #3068c7;
	height: 60px;
	width: 60px;
	top: 61px
}

@keyframes loader-spin {

	0%,
	15% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

@-webkit-keyframes loader-spin {

	0%,
	15% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-moz-keyframes loader-spin {

	0%,
	15% {
		-moz-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.hoster-player>h3,
.serie .hoster-player>h2 {
	color: #545454;
	display: block;
	font-size: 34px;
	margin: 60px auto 0;
	position: relative;
	text-align: center
}

.serie .hoster-player>h3 {
	margin: 80px auto 0 !important;
	font-size: 25px
}

.serie .hoster-player>h2>u {
	color: #0e0e0e;
	text-decoration: none
}

.serie .hoster-player:hover>h2.bounce {
	animation: 1.3s ease 0s normal none infinite running bounce
}

.serie .hoster-player>a {
	display: block;
	color: #0b8ebd;
	margin-top: 30px;
	font-size: 30px;
	text-align: center;
	transition: color .2s ease-in
}

.serie .hoster-player>a:hover {
	text-decoration: none;
	color: #0571a2
}

.serie .hoster-player>a:before {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-size: 30px;
	content: "\f35d";
	color: #0b8ebd;
	margin-right: 8px
}

.serie .hoster-player>iframe {
	margin-bottom: -4px;
	width: inherit;
	height: 500px
}

@keyframes bounce {
	0% {
		animation-timing-function: ease-in;
		top: 0
	}

	45% {
		animation-timing-function: ease-out;
		top: -20px
	}

	57% {
		animation-timing-function: ease-out;
		top: -15px
	}

	67% {
		animation-timing-function: ease-out;
		top: -10px
	}

	72% {
		animation-timing-function: ease-in;
		top: -5px
	}

	81% {
		animation-timing-function: ease-out;
		top: -2px
	}

	86% {
		animation-timing-function: ease-in;
		top: -1px
	}

	100% {
		top: 0
	}
}

.home>.column {
	width: 432px
}

.home>#column1 {
	float: left
}

.home>#column2 {
	float: right
}

.andere-serien div.genre,
.home>#teaser,
.home>.column>section {
	display: block;
	margin-top: 10px;
	overflow-x: hidden;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 0 3px #5c5c5c;
	-moz-box-shadow: 0 0 3px #5c5c5c;
	-webkit-box-shadow: 0 0 3px #5c5c5c;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	background-image: linear-gradient(#25557c 0, #004887 24px);
	background-image: -moz-linear-gradient(#25557c 0, #004887 24px);
	background-image: -webkit-linear-gradient(#25557c 0, #004887 24px)
}

.andere-serien div.genre span,
.home>#teaser>header,
.home>.column>section>header {
	color: #fff;
	display: block;
	padding: 5px 10px
}

.andere-serien div.genre span strong,
.home>#teaser>header>h3,
.home>.column>section>header>h3 {
	margin: 0;
	float: left;
	font-size: 18px
}

.andere-serien div.genre span strong {
	float: none
}

.home>.column>section>header>h3>small {
	font-weight: 400;
	font-size: small
}

.home>.column>section>header>span {
	float: right;
	padding-top: 3px
}

.andere-serien div.genre ul,
.home>#teaser>div,
.home>.column>section>div {
	padding: 8px 10px;
	background-color: #fff
}

section.home {
	padding-bottom: 10px
}

section.home section>div {
	padding: 0 !important
}

section#covers>div>ul>li,
section#defect>div>ul>li,
section#links_alltime>div>table tr td,
section#links_month>div>table tr td,
section#newest_episodes>div>ul>li,
section#newest_series>div>ul>li,
section#proposals>div>ul>li {
	padding: 2px 2px 2px 8px
}

section#news span.fa-lock,
section.news span.fa-lock {
	position: relative;
	font-size: 14px;
	top: -1px
}

section.news h3 span.fa-lock {
	top: -2px
}

section.news h2 {
	margin-bottom: -10px
}

section#news form {
	padding: 10px
}

section#news form textarea {
	width: 394px;
	margin-bottom: 3px
}

section#news form input[type=submit] {
	float: right;
	width: 200px
}

section#news form input[type=checkbox] {
	position: relative;
	top: 1px
}

section#news form label:nth-child(1) {
	line-height: 30px;
	height: 40px;
	width: 100%
}

section#news form label:nth-child(1) input {
	float: right;
	width: 300px
}

section#news form label:nth-child(3) {
	float: right;
	height: 28px;
	text-align: right
}

section#news>div>div {
	padding-bottom: 5px
}

section#news ul li {
	background-color: #fff
}

section#news ul li .header {
	background-color: #aec2e1;
	padding: 2px 4px 2px 8px;
	font-weight: 700
}

section#news ul li .header time {
	margin-left: 2px
}

section#news ul li .header a.delete {
	float: right
}

section#news ul li .content {
	padding: 6px 8px 8px;
	text-align: justify;
	min-height: 120px
}

section#shoutbox dl dd a,
section.faq dd a {
	text-decoration: underline
}

section#shoutbox dl dd a:hover,
section.faq dd a:hover {
	text-decoration: none
}

section#newest_episodes li {
	font-size: 0
}

section#newest_episodes a {
	display: inline-block;
	overflow: hidden;
	font-size: 15px;
	clear: both
}

section#newest_episodes a.title {
	width: 325px !important
}

section#newest_episodes a.title:hover {
	text-decoration: underline
}

section#newest_episodes a:nth-child(2) {
	position: relative;
	float: right;
	top: -1px;
	right: 1px
}

section#newest_episodes .info {
	top: -1px;
	width: 82px;
	font-size: 14px;
	position: relative;
	font-weight: 700;
	float: right
}

section#newest_episodes .info>i.flag {
	top: 3px;
	float: left;
	margin-right: 4px;
	position: relative
}

section#covers>div>em,
section#defect>div>em,
section#proposals>div>em {
	font-style: normal;
	display: block;
	padding: 10px
}

section#new_descriptions>div,
section#teaser>div {
	padding: 10px !important
}

section#new_descriptions>div>a,
section#new_descriptions>div>em {
	display: block;
	font-style: normal
}

section#links_alltime>div>table,
section#links_month>div>table {
	width: 100%
}

section#links_alltime>div>table tr td:nth-child(1),
section#links_month>div>table tr td:nth-child(1) {
	width: 6%
}

section#links_alltime>div>table tr td:nth-child(2),
section#links_month>div>table tr td:nth-child(2) {
	width: 8%
}

section#links_alltime>div>table tr td:nth-child(3),
section#links_month>div>table tr td:nth-child(3) {
	width: 67%
}

section#links_alltime>div>table tr td:nth-child(4),
section#links_month>div>table tr td:nth-child(4) {
	width: 15%;
	text-align: right;
	padding-right: 4px
}

section#shoutbox>div>dl {
	overflow-x: hidden
}

section#shoutbox>div>dl>dt {
	padding: 3px 0 3px 0
}

section#shoutbox>div>dl>dd {
	line-height: 24px;
	padding: 0 2px 2px 6px;
	overflow-wrap: break-word
}

section#shoutbox>div>div#sbUser,
section#shoutbox>div>form {
	padding: 6px 10px 10px;
	user-select: none;
	-moz-user_select: none;
	-webkit-user-select: none
}

section#shoutbox>div>div#sbUser>div:first-child {
	font-size: 14px
}

section#shoutbox>div>div#sbUser>div:first-child>em {
	margin-right: 4px;
	font-style: normal
}

section#shoutbox>div>div#sbUser>ul {
	margin: 6px -10px -6px 0;
	max-height: 200px;
	overflow-y: auto
}

section#shoutbox>div>div#sbUser>ul li {
	margin: 1px 5px 1px 1px;
	background: 0 0;
	font-size: 13px;
	float: left
}

section#shoutbox>div>div#sbUser>ul li i.rank {
	display: inline-block;
	margin-right: 3px
}

section#shoutbox>div>small#sbState {
	height: 14px;
	display: block;
	padding: 3px 10px 0
}

section#shoutbox dl#sbPosts dt {
	padding-right: 3px
}

section#shoutbox dl#sbPosts dt i.rank {
	display: inline-block;
	position: relative;
	margin: 0 3px 0 5px;
	top: -1px
}

section#news ul li .header a:hover,
section#shoutbox dl#sbPosts dt>a:first-child:hover,
section#shoutbox>div>div#sbUser>ul li a:hover {
	color: #04699c;
	text-decoration: none
}

section#shoutbox dl#sbPosts dt i.fas {
	float: right;
	margin: 2px 2px;
	cursor: pointer
}

.andere-serien div.genre ul>li>a,
section#defect>div>ul>li>a,
section#newest_episodes a.title,
ul#seriesList>li>a.prop {
	width: 350px;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	vertical-align: bottom;
	text-overflow: ellipsis
}

section#defect ul li a>i.hoster {
	position: relative;
	margin-right: 2px;
	top: 2px
}

section#defect ul li>small {
	position: relative;
	top: 1px;
	float: right;
	margin-right: 2px
}

.andere-serien div.genre ul>li>a {
	width: 280px !important
}

ul#seriesList>li>span {
	padding: 0 1px;
	margin-right: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .3)
}

ul#seriesList>li>a.prop {
	width: 216px !important;
	position: relative;
	top: -6px
}

.andere-serien>p {
	padding: 7px 10px 6px;
	margin: -5px auto 0;
	border: 1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .1)
}

.messages div.message-read h3 a span.icon,
section li a span.icon,
section table span.icon {
	top: 2px;
	position: relative
}

.home #quote blockquote {
	border-left: 7px solid #88f;
	padding-left: 7px
}

.home li:nth-child(even) {
	background-color: #aec2e1
}

.home #shoutbox dl {
	max-height: 532px;
	overflow-y: auto
}

.home #shoutbox dl>dt {
	background-color: #aec2e1
}

img.sb_smiley {
	position: relative;
	margin-bottom: -3px;
	height: 20px;
	width: 20px;
	top: 2px
}

.home #shoutbox #smileys {
	float: left;
	margin-top: 5px;
	user-select: none;
	-moz-user_select: none;
	-webkit-user-select: none
}

.home #shoutbox #smileys img {
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	transition: all .1s linear;
	cursor: pointer;
	height: 20px;
	width: 20px
}

.home #shoutbox #smileys img:hover {
	-webkit-transform: scale(1.2) rotate(0) translate(0, 0) skew(0deg, 0deg);
	-moz-transform: scale(1.2) rotate(0) translate(0, 0) skew(0deg, 0deg);
	transform: scale(1.2) rotate(0) translate(0, 0) skew(0deg, 0deg)
}

.home #shoutbox .sbDelete {
	float: right;
	margin-right: 2px;
	margin-top: 2px
}

.home #shoutbox #sbOutput .error {
	font-weight: 700;
	color: red
}

.rank:before {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-size: 12px;
	content: "\f139"
}

.rank.admin {
	color: #be1a1a
}

.rank.mod {
	color: #009dd1
}

.rank.cmod {
	color: #d112e6
}

.rank.smod {
	color: #519909
}

.rank.user {
	color: #e08804
}

.home #sbMute {
	float: right;
	font-size: 11px !important;
	font-weight: 400;
	border: 1px solid #bbb;
	padding: 2px 4px;
	border-radius: 3px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none
}

.home #sbMsg {
	height: 70px;
	width: 394px;
	float: left
}

.home #sbSubmit {
	margin-top: 4px;
	padding: 0 6px;
	float: right
}

.home #news time,
.home #shoutbox time {
	font-size: small;
	font-weight: 400
}

#defect div,
#proposals div {
	max-height: 300px;
	overflow: auto
}

section.suche ul {
	margin: 16px auto 0;
	border-radius: 3px;
	box-shadow: 0 0 3px #5c5c5c;
	-moz-box-shadow: 0 0 3px #5c5c5c;
	-webkit-box-shadow: 0 0 3px #5c5c5c
}

section.suche ul>li {
	padding: 4px 10px 2px
}

section.suche ul>li>div:first-child {
	display: inline-block;
	max-width: 680px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

section.suche ul>li span.marked {
	background-color: #f2a222;
	border-radius: 2px;
	padding: 0 2px
}

section.suche ul>li span.slink {
	float: right
}

section.suche ul>li:nth-child(odd) {
	background-color: #aec2e1
}

section.suche div.description {
	display: none;
	padding: 6px 6px 10px;
	text-align: justify
}

.user-center dt {
	font-weight: 700;
	margin-top: 10px
}

.andere-serien #serForm input,
.vorgeschlagene-serien #serForm input {
	margin: 8px 0 12px;
	font-size: 18px;
	width: 858px !important
}

.andere-serien #serForm fieldset,
.vorgeschlagene-serien #serForm fieldset {
	margin-bottom: 15px;
	margin-top: 10px
}

.andere-serien ul,
.vorgeschlagene-serien ul {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3
}

.vorgeschlagene-serien li>span {
	color: #fff;
	line-height: 1.5;
	display: inline-block;
	width: 38px;
	margin-bottom: 5px;
	text-align: center
}

.vorgeschlagene-serien li .icon.delete {
	float: right;
	margin-top: 5px;
	opacity: 0;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease
}

.vorgeschlagene-serien li:hover .icon.delete {
	opacity: 1
}

.user-center #nav {
	float: left;
	width: 200px;
	background-color: #aaf;
	border: 1px solid #000;
	border-bottom: none
}

.user-center #nav li {
	border-bottom: 1px solid #000;
	padding: 3px
}

.user-center #nav li.title {
	font-weight: 700;
	padding: 5px 3px
}

.user-center #usrCnt {
	float: right;
	width: 660px
}

.user-center #usrCnt .fas {
	position: relative;
	font-size: 16px;
	top: 0
}

.user-center #usrCnt table .fas {
	position: relative;
	margin-right: 4px;
	font-size: 14px;
	float: right;
	top: 0
}

.user-center #usrCnt table tr td a:first-child .fas {
	margin-right: 0
}

.user-center #usrCnt table.multi-account {
	width: 100%
}

.user-center #usrCnt table.multi-account tr td {
	padding: 2px 8px
}

.user-center #usrCnt table.multi-account tr td:first-child {
	width: 50px
}

.user-center #usrCnt table.multi-account tr td:last-child {
	text-align: justify
}

.user-center h3 {
	margin-top: 0
}

section.user-center .col {
	width: 216px;
	float: left;
	margin-right: 6px;
	min-height: 32px;
	background-color: #fff;
	box-shadow: 0 0 2px #7e7e7e;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px
}

section.user-center .col#column-waste,
section.user-center .col#waste2 {
	margin-right: 0
}

section.user-center .col li {
	margin: 3px;
	padding: 3px 8px;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fbfbfb 0, #efefef 100%) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) -moz-linear-gradient(to bottom, #fbfbfb 0, #efefef 100%) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) -webkit-linear-gradient(to bottom, #fbfbfb 0, #efefef 100%) repeat scroll 0 0;
	border: 1px solid #e4e4e4;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px
}

.user-center .colSticky {
	width: 216px;
	float: left;
	margin-right: 6px;
	min-height: 32px
}

.user-center .col.greyed {
	opacity: .7;
	-moz-opacity: .7;
	-webkit-opacity: .7
}

.user-center #msg {
	display: block;
	font-size: smaller;
	margin-bottom: 10px
}

.admin-newdescriptions .descbox,
.admin-newdescriptions .descbox textarea {
	width: 100%;
	display: block;
	box-sizing: border-box
}

.admin-newdescriptions .descbox input {
	display: inline-block;
	margin: 5px auto
}

.admin-newdescriptions .descbox del {
	background-color: #f88;
	text-decoration: none
}

.admin-newdescriptions .descbox ins {
	background-color: #8f8;
	text-decoration: none
}

.admin-newdescriptions h3 .user_prop {
	float: right;
	margin-top: 5px;
	font-size: 12px;
	font-weight: 400
}

.user dl {
	width: 265px
}

.user dl>hr {
	margin: 5px 0 2px
}

.user dt {
	min-width: 200px;
	float: left;
	clear: left
}

.user dt>i.hoster {
	position: relative;
	margin-right: 6px;
	top: 3px
}

.user dd {
	text-align: right
}

section.statistics dl {
	width: 360px;
	float: left
}

section.statistics dt {
	width: 200px;
	float: left
}

section.statistics dd {
	margin-left: 200px;
	text-align: right
}

section.statistics .chart {
	display: block;
	float: right;
	width: 510px;
	height: 300px;
	margin-top: -30px
}

.messages table tr {
	display: block
}

.messages table tr td {
	padding: 2px 0 3px 8px
}

.messages table tr.unread {
	background-color: #dff0d8
}

.messages table tr.unread td,
.messages table tr:first-child td {
	font-weight: 700 !important
}

.messages table tr td:nth-child(1) {
	width: 406px
}

.messages table tr td:nth-child(1)>a {
	width: 406px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.messages table tr td:nth-child(2),
.messages table tr td:nth-child(3) {
	width: 165px
}

.messages table tr td:nth-child(4) {
	width: 108px
}

.messages div.message-read {
	margin-bottom: 10px;
	padding: 5px 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #ccc;
	box-shadow: 0 0 3px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .1)
}

.messages div.message-read h3 {
	margin: 0 0 5px
}

.messages div.message-read h3 a {
	margin-left: 10px
}

.messages div.message-read small {
	display: block;
	margin-bottom: 10px
}

#root>header:after,
.home>#teaser>header:after,
.home>.column>section>header:after,
footer>ul:after,
nav>ul:after {
	content: ' ';
	display: block;
	visibility: hidden;
	clear: both;
	height: 0
}

#root>header,
.home>#teaser>header,
.home>.column>section>header,
footer>ul,
nav>ul {
	display: inline-block
}

#root>header,
.home>#teaser>header,
.home>.column>section>header,
footer>ul,
nav>ul {
	display: block
}

.add-form {
	display: none
}

.show .add-form {
	display: block
}

.proposedCovers .cover img {
	float: left
}

.proposedCovers .cover .desc {
	float: left;
	padding: 0 0 0 10px;
	width: 230px
}

.serie .cover-image {
	float: right;
	padding: 0 0 0 15px;
	width: 150px
}

.slink {
	cursor: pointer;
	text-decoration: underline
}

.slink:hover {
	text-decoration: none
}

#editTitleGerman {
	display: block;
	margin: 3px 0;
	width: 50%;
	font-size: 24px;
	font-weight: 700;
	border: #e0e0e0 dashed 1px;
	height: 30px
}

#editTitleEnglish {
	margin: 3px 0;
	width: 50%;
	display: block;
	font-size: 18px;
	font-weight: 700;
	border: #e0e0e0 dashed 1px;
	height: 30px
}

#editDescription {
	display: block;
	width: 98%;
	height: 240px;
	border: #e0e0e0 dashed 1px
}

.col li {
	cursor: move
}

.team dl {
	margin: 10px;
	width: 180px;
	float: left;
	display: block
}

.team dt {
	font-size: 15px;
	font-weight: 700;
	text-align: left
}

.team dt .rank {
	position: relative;
	top: -1px
}

.team dd {
	display: list-item;
	list-style: none;
	text-align: left;
	position: relative;
	left: -4px
}

#sp_left {
	float: left;
	width: 680px
}

#sp_left>p {
	text-align: justify;
	margin-bottom: 6px
}

#sp_left .addthis_inline_share_toolbox {
	margin-left: -3px
}

#sp_right {
	float: right;
	max-width: 180px
}

#sp_right>a {
	display: block;
	font-size: 12px
}

#sp_right>a .fas {
	position: relative;
	margin-right: 3px;
	font-size: 15px;
	top: 2px
}

#sp_right img {
	width: 180px;
	display: block;
	margin-bottom: 8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 0 35px rgba(0, 0, 0, .2) inset;
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 0 35px rgba(0, 0, 0, .2) inset;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 0 35px rgba(0, 0, 0, .2) inset
}

#sp_right img:after,
#sp_right img:before {
	content: '';
	z-index: -1;
	position: absolute;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .8);
	box-shadow: 0 0 20px rgba(0, 0, 0, .8);
	bottom: 10px;
	top: 10px;
	left: 0;
	right: 0;
	-moz-border-radius: 100px/10px;
	border-radius: 100px/10px
}

#sp_right+.clearfix {
	margin-bottom: 10px
}

.modlog dt {
	width: 300px;
	clear: left;
	float: left;
	font-weight: 400;
	margin: 0 0 0 10px
}

.modlog dd {
	margin-left: 300px;
	margin-top: 1px
}

.modlog~h4 {
	clear: both;
	margin-top: 4px
}

section.team dl dd {
	margin: 1px 0 0 20px
}

section.random>form>fieldset,
section.suche>form>fieldset {
	width: 600px;
	margin: 0 auto
}

form label>input[type=checkbox] {
	margin-bottom: 17px
}

.serie .defect-show,
form#defect-report {
	margin-top: 8px;
	padding: 5px 10px 8px;
	border-radius: 3px;
	background-color: #d4e1e8
}

.serie .defect-show h3,
form#defect-report h3 {
	margin-top: 0
}

form#defect-report textarea {
	display: none;
	width: 100%;
	box-sizing: border-box;
	margin-top: 8px
}

form#defect-report input[type=submit],
form#season-edit input[type=submit] {
	margin-top: 8px
}

form#cover-edit,
form#episodes-add,
form#mail-change,
form#password-change,
form#password-reset,
form#register,
form#series-suggest,
form#warning-do {
	width: 450px
}

form#api-add,
form#login-captcha,
form#modlog,
form#series-add,
form#user-edit {
	width: 400px
}

form#cover-edit label,
form#user-search label,
form#warning-search label {
	width: 350px
}

form#desc-edit textarea,
form#episode-edit textarea {
	width: 858px;
	margin-top: 10px
}

form#desc-edit input[type=submit] {
	margin: 5px 0;
	width: 200px
}

form#episode-edit input[type=button],
form#episode-edit input[type=submit] {
	width: 100px;
	display: inline-block;
	margin: 5px 3px 10px 0
}

form#user-delete input[type=password] {
	float: left;
	width: 300px
}

form#user-search label>input[type=text],
form#warning-search label>input[type=text] {
	float: left;
	width: 230px
}

form#password-request .g-recaptcha {
	margin-bottom: 12px
}

form#password-request input[type=text] {
	display: block;
	width: 284px
}

form#password-request input[type=submit] {
	display: block;
	width: 302px;
	margin: 5px 0 0 !important
}

form#cover-edit label>input[type=file] {
	float: left;
	height: 25px;
	width: 280px;
	padding: 2px;
	font-size: 14px
}

form#cover-edit input[type=submit],
form#password-request input[type=submit],
form#user-delete input[type=submit],
form#user-search input[type=submit],
form#warning-search input[type=submit] {
	min-width: 150px;
	margin-left: 5px;
	font-size: 15px;
	display: inline-block
}

form#cover-edit input[type=submit] {
	width: 100px !important
}

section.messages h2,
section.random h2,
section.suche h2 {
	margin-bottom: 15px
}

form#api-add legend,
form#episodes-add legend,
form#login-captcha legend,
form#register legend,
form#series-suggest legend,
form#user-edit legend,
form#warning-do legend,
section.messages legend {
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 18px
}

form#login-captcha legend,
form#register legend {
	margin-bottom: 12px
}

section.messages label,
section.random label,
section.suche label {
	display: inline-block;
	width: 600px;
	margin: 3px 0
}

section.messages label {
	width: 568px
}

form#episodes-add label,
form#mail-change label,
form#password-change label,
form#password-reset label,
form#register label,
form#series-suggest label,
form#warning-do label {
	display: inline-block;
	width: 450px;
	margin: 3px 0
}

form#api-add label,
form#login-captcha label,
form#modlog label,
form#series-add label,
form#user-edit label {
	display: inline-block;
	width: 400px;
	margin: 3px 0
}

form#warning-do label#pn {
	margin-top: -15px;
	margin-bottom: 10px
}

form#api-add input,
form#episodes-add input,
form#login-captcha input,
form#mail-change input,
form#modlog input,
form#password-change input,
form#password-reset input,
form#register input,
form#series-add input,
form#series-suggest input,
form#user-edit input,
form#user-edit select,
form#warning-do input,
section.messages input,
section.random input,
section.random select,
section.suche input,
section.suche select {
	position: relative;
	float: right;
	top: -5px
}

section.random label:nth-child(4),
section.suche label:nth-child(4) {
	text-align: right
}

section.random label:nth-child(4) input,
section.suche label:nth-child(4) input {
	float: none;
	top: 1px
}

form#user-edit label:nth-child(10) input {
	top: 3px
}

form#warning-do label:nth-child(3),
form#warning-do label:nth-child(4) {
	width: 180px;
	display: block
}

form#modlog label:nth-child(3) input,
form#warning-do label:nth-child(3) input,
form#warning-do label:nth-child(4) input {
	top: 3px
}

form#episodes-add textarea,
form#warning-do textarea {
	width: 432px
}

form#series-add textarea {
	width: 382px
}

section.random select {
	width: 518px;
	height: 30.5px
}

section.random input[type=number],
section.random input[type=text] {
	width: 500px
}

form#login-captcha input[type=password],
form#login-captcha input[type=text] {
	width: 284px
}

form#password-change input[type=password],
form#password-reset input[type=password],
form#series-suggest input[type=text] {
	width: 250px
}

form#mail-change input {
	width: 284px
}

form#mail-change input[type=submit] {
	width: 302px;
	margin: 3px 0 0 11px
}

form#episodes-add input[type=submit],
form#password-change input[type=submit],
form#password-reset input[type=submit],
form#series-suggest input[type=submit] {
	width: 268px !important
}

form#episodes-add input[type=text],
form#register input[type=email],
form#register input[type=password],
form#register input[type=text] {
	width: 250px
}

form#series-add input[type=text] {
	width: 235px
}

form#api-add input[type=submit],
form#episodes-add input[type=submit],
form#hoster-hidden input[type=submit],
form#modlog input[type=submit],
form#password-change input[type=submit],
form#password-reset input[type=submit],
form#series-add input[type=submit],
form#series-suggest input[type=submit],
form#user-edit input[type=submit],
form#warning-do input[type=submit],
section.messages input[type=submit],
section.random input[type=submit],
section.suche input[type=submit] {
	margin: 3px 0 0 11px;
	min-width: 200px
}

section.messages input[type=submit] {
	float: right;
	margin: 10px 0 0 0
}

form#hoster-hidden input[type=submit] {
	margin: 20px auto 0;
	width: 100% !important
}

form#api-add input[type=submit],
form#modlog input[type=submit],
form#user-edit input[type=submit] {
	width: 202px !important
}

form#register input[type=submit] {
	width: 302px
}

form#login-captcha input[type=submit] {
	display: block;
	float: right;
	width: 302px;
	margin: 3px 0 0
}

form#login-captcha div.g-recaptcha,
form#mail-change div.g-recaptcha {
	display: block;
	float: right;
	margin: -2px -2px 6px 0
}

form#hoster-hidden input[type=checkbox] {
	display: inline-block;
	position: relative;
	top: 1px
}

section.suche select {
	width: 418px;
	height: 30.5px
}

section.messages input[type=text],
section.suche input[type=number],
section.suche input[type=text] {
	width: 400px
}

section.messages textarea {
	display: inline-block;
	width: 858px;
	height: 200px
}

section.messages form a {
	display: inline-block;
	margin: 10px 0 0
}

section.app img.header {
	width: 100%;
	margin-top: 2px;
	border-radius: 3px;
	box-shadow: 0 0 2px #696969;
	-moz-box-shadow: 0 0 2px #696969;
	-webkit-box-shadow: 0 0 2px #696969
}

.faq dt {
	display: block;
	margin-bottom: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #ccc;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f6f6f6 0, #e2e2e2 100%) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) -moz-linear-gradient(to bottom, #f6f6f6 0, #e2e2e2 100%) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) -webkit-linear-gradient(to bottom, #f6f6f6 0, #e2e2e2 100%) repeat scroll 0 0
}

.faq>dt:first-of-type {
	margin-top: 10px
}

.faq>dt:last-of-type {
	margin-bottom: 0
}

.faq dt:hover {
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.faq dt:target {
	font-weight: 700;
	background: #fff !important;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.faq dt a {
	text-decoration: none;
	padding: 8px 12px;
	display: block;
	height: 100%;
	width: 100%
}

.faq dd {
	display: none;
	padding: 8px 10px 16px 20px
}

.faq>dd:last-of-type {
	padding-bottom: 0
}

.faq dt:target+dd {
	display: block
}

#genre_container {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 200
}

#addGenre {
	display: block;
	position: fixed;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100
}

#genre_container fieldset {
	width: 300px;
	height: 120px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -50px 0 0 -150px;
	background: #fff;
	border-radius: 8px;
	padding: 4px;
	border: 1px solid #000;
	text-align: center;
	z-index: 100
}

#genre_container h4 {
	font-size: 18px
}

#genre_container input,
#genre_container select {
	width: 220px;
	margin: 5px auto;
	display: block
}

#genre_container select {
	padding: 4px;
	height: 30.5px
}

section.bulk-import h4 {
	margin-bottom: 8px
}

section.bulk-import blockquote {
	margin-top: 10px
}

section.bulk-import ul {
	list-style: circle;
	margin: 5px 0 5px 20px
}

section.bulk-import ul ul {
	list-style: upper-alpha
}

section.bulk-import form input[type=file] {
	float: left;
	width: 512px
}

section.bulk-import form input[type=submit] {
	float: right;
	width: 125px;
	height: 32px
}

section.bulk-import .messageBox.newMessages {
	margin: 10px 0 -5px
}

section.privacy ul,
section.terms ul {
	list-style-type: lower-alpha;
	padding: 5px 0 0 25px
}

section.privacy ul li:not(:last-child),
section.terms ul li {
	margin-bottom: 5px
}

.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border-radius: 3px;
	border: solid 1px #d7d7d7;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 14px;
	font-weight: 400;
	height: 32px;
	line-height: 30px;
	outline: 0;
	padding-left: 10px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: auto
}

.nice-select.open,
.nice-select:active,
.nice-select:focus,
.nice-select:hover {
	border-color: #c6c6c6
}

.nice-select:after {
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	content: '';
	display: block;
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	width: 5px
}

.nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0)
}

.nice-select.disabled {
	pointer-events: none;
	color: #999
}

.nice-select.disabled:after {
	border-color: #ccc
}

.nice-select .list {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(.75) translateY(-21px);
	-ms-transform: scale(.75) translateY(-21px);
	transform: scale(.75) translateY(-21px);
	-webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
	transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
	z-index: 9
}

.nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important
}

.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 30px;
	list-style: none;
	min-height: 30px;
	outline: 0;
	padding-left: 10px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all .2s;
	transition: all .2s
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
	background-color: #f6f6f6
}

.nice-select .option.selected {
	font-weight: 700
}

.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default
}

.nice-select .option.unavailable {
	color: #a81318
}

.no-csspointerevents .nice-select .list {
	display: none
}

.no-csspointerevents .nice-select.open .list {
	display: block
}

.nice-select.disabled .current>i.flag {
	opacity: .6
}

.nice-select .current>i.flag,
.nice-select .option>i.flag {
	position: relative;
	margin-right: 5px;
	top: 3px
}

.blink {
  animation: blinker 2s step-start infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.popup-link{
  display:flex;
  flex-wrap:wrap;
}

.popup-link a{
background: #333;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    font-size:17px;
    cursor:pointer;
    margin:20px;
    text-decoration:none;
}

.popup-container {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
    position: fixed;
    z-index: 9999999999999999999999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 17, 17, 0.61);
    display: flex;
    align-items: center;
}
.popup-content {
	border-radius: 10px;
    background-color: #dd3333;
    margin: auto;
    padding: 20px;
    border: 1px solid #fff;
    width: 80%;
	color:white;
	text-align:center;
}
.popup-content p{
    font-size: 17px;
    padding: 10px;
    line-height: 20px;
}
.popup-content a.close{
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    background: none;
    padding: 0;
    margin: 0;
    text-decoration:none;
}

.popup-content a.close:hover{
  color:#333;
}

.popup-content span:hover,
.popup-content span:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.popup-container:target{
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.popup-container h3{
  margin:10px;
}
/*End popup styles*/

/* Additional styles */
.popup-style-2{
  transform: scale(0.3);
  
}

.popup-style-2:target{
  transform: scale(1);
}

.popup-style-3{
  left:100%;
  
}

.popup-style-3:target{
  left:0;
}

.popup-style-4{
  transform: rotate(180deg);
}

.popup-style-4:target{
  transform: rotate(0deg);
}

.popup-style-5{
  top:100%;
  
}

.popup-style-5:target{
  top:0;
}

.popup-style-6{
  transform: scale(15.3);
  
}

.popup-style-6:target{
 transform: scale(1);
 }

.popup-style-7{
  transform: skewY(180deg);
   transition: all 0.7s ease-in-out;
}

.popup-style-7:target{
 transform: skewY(0deg);

 }
 
 .columnn {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}