@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,300,700|Open+Sans:400italic,300italic);

body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* The reset rules */
	margin:0px;
	padding:0px;
	font-family: 'Work Sans', sans-serif;
}

body{
	color:#555555;
	font-size:13px;
	background: #fff;
	font-family: 'Work Sans', sans-serif;
	width: 100%;
}

.topbar {
	/* default background colour*/
	background: #fff;

	color: #fff; /* text colour */
	border-top:1px solid #000;
	height: 1.5em; /* gradient uses the full height of the element */
	padding: 10px; /* distance from border edge to text */
}

.footerbar {
	/* default background colour*/
	background: #000;

	/* gecko based browsers */
	background: -moz-linear-gradient(top, #000, #858484);

	/* webkit based browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#858484));

	color: #000000; /* text colour */
	height: 40px; /* gradient uses the full height of the element */
	padding: 10px; /* distance from border edge to text */
	width: 100%;
    bottom: 0px;
	right: 0px;
	left: 0px;
	display: block;
}

.bodyfade{
	padding-top:10px;
	/* default background colour*/
	background: #000;

	/* gecko based browsers */
	background: -moz-linear-gradient(top, #000, #858484);

	/* webkit based browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#858484));

	color: #000000; /* text colour */
	height: auto; /* gradient uses the full height of the element */
}

.top {
	width: 960px;
	text-align: left;
}

.center{
	width: 100%;
	text-align: center;
	margin:auto;
}

h1 {
	margin: auto;
	width: 95%;
	color: #55adff;
	text-transform: uppercase;
	font-family: 'Work sans', sans-serif;
	font-weight: 500;
	text-decoration: none;
	display: block;
	font-size: 2.2em;
	text-align: center;
}

h2{
	font-family:"Arial Narrow",Arial,Helvetica,sans-serif;
	font-size:0.9em;
	font-weight:normal;
	letter-spacing:1px;
	padding-left:2px;
	text-transform:uppercase;
	white-space:nowrap;
	margin-top:4px;
	color:#888888;
}

h3{
	font-size:18px;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	color: #959595;
}

p{
	font-family: 'Helvetica', sans-serif;
}


#main p{
	padding-bottom:8px;
}

.clear{
	clear:both;
}

#main{
	width:800px;
	/* Centering it in the middle of the page */
	margin:60px auto;
}

.container{
	width: 100%;
	margin:auto;
	text-align: center;
}

.containernew{
	float: left;
	height: auto;
	display: block;
	position: fixed;
	background-color: white;
	width: 100%;
    bottom: 40px;
	right: 0px;
	left: 0px;
	text-align: center;
}

.holder{
	width: 100%;
	height: auto;
	background:#FFFFFF;
	display: inline;
}

.toscontainer{
	width: 960px;
	margin-top:10px;
	margin-bottom:10px;
	background:#FFFFFF;
	text-align:left;
	border:2px solid #000;
	padding:5px;
	
	/* Rounded corners */
	-moz-border-radius:20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius:20px;
}

.etopcontainer{
	width: 100%;
	height: auto;
	padding-top: 0.6em;
    padding-bottom: 0.6em;
	/*border:1px solid #000;*/
	
	/* Rounded corners */
	-moz-border-radius:20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius:20px;
	margin: auto;
	overflow: hidden;
	text-align: center;
}

.err{
	color:red;
}

.success{
	color:#00CC00;
}

a {
	color:#55adff;
}

a.h1{
	font-size:20px;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	color: #55adff;
	text-decoration:none;
}

a.h1:visited{
	font-size:20px;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	color: #55adff;
	text-decoration:none;
}

a.h1:hover{
	font-size:20px;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	color: #000;
	text-shadow: -1px 0 2px white, 0 2px 2px white, 2px 0 2px white, 0 -1px 2px white;
}

a.h3{
	font-size:18px;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	color: #55adff;
}

a.h3:hover{
	font-size:18px;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	color: #000;
	text-shadow: -1px 0 1px white, 0 1px 1px white, 1px 0 1px white, 0 -1px 1px white;
}

a.titlecollname {
	color:#eb8ac0;
	font-size:12px;
	letter-spacing:1px;
	font-weight:bold;
}

a.titlecollname:hover {
	color:#000;
	font-size:12px;
	letter-spacing:1px;
	font-weight:bold;
	text-shadow: -1px 0 1px black, 0 1px 1px black, 1px 0 1px black, 0 -1px 1px black;
}

a.blue {
	width: 95%;
	color:#55adff;
	text-decoration:none;
	outline:none;
	font-family:"Arial Rounded",Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	letter-spacing:1px;
	margin-bottom: 1em;
}

a.blue:visited {
	color:#55adff;
	text-decoration:none;
	outline:none;
}

a.blue:hover{
	color: #000;
}

a.bluemenu{
	color: #55adff;
	font-size: 1.2em;
}

a.bluemenu:hover{
	color: #000;
}

a.pinkmenu{
	color: #eb8ac0;
	font-size: 1.2em;
}

a.pinkmenu:hover{
	color: #000;
}

a.blueusermenu {
	color:#55adff;
	text-decoration:none;
	margin-right:25px;
	margin-left:25px;
	outline:none;
	font-family:"Arial Rounded",Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
}

a.blueusermenu:visited {
	color:#55adff;
	margin-right:25px;
	margin-left:25px;
	text-decoration:none;
	outline:none;
}

a.blueusermenu:hover{
	margin-right:25px;
	margin-left:25px;
	color: #000;
}

/*
a.blueusermenu:hover{
	margin-right:25px;
	margin-left:25px;
	color: #fff;
	text-shadow: -1px 0 2px black, 0 2px 2px black, 2px 0 2px black, 0 -1px 2px black;
}
*/

a.goldusermenu {
	color:#eb8ac0;
	text-decoration:none;
	margin-right:25px;
	margin-left:25px;
	outline:none;
	font-family:"Arial Rounded",Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
}

a.goldusermenu:visited {
	color:#eb8ac0;
	margin-right:25px;
	margin-left:25px;
	text-decoration:none;
	outline:none;
}

a.goldusermenu:hover{
	margin-right:25px;
	margin-left:25px;
	color: #000;
}

a.ctab {
	color:#55adff;
	text-decoration:none;
	margin-right:2px;
	margin-left:2px;
	outline:none;
	font-family:"Arial Rounded",Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
}

a.ctab:visited {
	color:#55adff;
	text-decoration:none;
	outline:none;
}

a.ctab:hover{
	font-size:13px;
	color: #000;
}

a.edit{
	font-size:12px;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	color: #eb8ac0;
}

a.edit:hover{
	font-size:12px;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	color: #000;
}

a.editembed{
	float:left;
	font-size:12px;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	color: #eb8ac0;
}

a.editembed:hover{
	float:left;
	font-size:12px;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	color: #fff;
}

a.subscribe{
	float:right;
	width: 200px;
	height: 19px;
	margin-top:-5px;
	margin-right:-5px;
	padding-top:3px;
	border:2px solid #ffffff;
	
	/* Rounded corners */
	-moz-border-radius:20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius:20px;
	overflow: hidden;
	
	/* default background colour*/
	background: #000;

	/* gecko based browsers */
	background: -moz-linear-gradient(top, #55adff, #000);

	/* webkit based browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#55adff), to(#000));
	
	
	color:#ffffff;
	text-decoration:none;
	outline:none;
	font-family:"Arial Rounded",Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
}

a.subscribe:hover{
	float:right;
	width: 200px;
	height: 19px;
	margin-top:-5px;
	margin-right:-5px;
	padding-top:3px;
	border:2px solid #ffffff;
	
	/* Rounded corners */
	-moz-border-radius:20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius:20px;
	overflow: hidden;
	
	/* default background colour*/
	background: #000;

	/* gecko based browsers */
	background: -moz-linear-gradient(top, #55adff, #000);

	/* webkit based browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#55adff), to(#000));
	
	
	color:#000;
	text-decoration:none;
	outline:none;
	font-family:"Arial Rounded",Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
	text-shadow: -1px 0 3px white, 0 1px 3px white, 1px 0 3px white, 0 -1px 3px white;
}

.tutorial-info{
	text-align:center;
	padding:10px;
}

.contentcontainer{
	width:70%;
	background:#FFFFFF;
	border:1px solid #000;
	padding:5px;
	
	/* Rounded corners */
	-moz-border-radius:20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius:20px;
	overflow: auto;
}

.addvcontainer{
	width:500px;
	background:#FFFFFF;
	border:2px solid #000;
	padding-top:20px;
	padding-bottom:20px;
	
	/* Rounded corners */
	-moz-border-radius:20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius:20px;
	overflow: auto;
}

.introbox{
	float:left;
	width: 45%;
	height: 555px;
	text-align:center;
	background:#FFFFFF;
	margin-left: 2.5%;
	margin-right: 2.5%;
	display: inline-block;
}

.intromovie{
	float:left;
	width: 45%;
	height: auto;
	text-align:left;
	background:#FFFFFF;
	padding:5px;
	display: inline-block;
}

.infobox{
	float:left;
	width: auto;
	height: auto;
	margin:8px;
	text-align:left;
	background:#FFFFFF;
	overflow: auto;
	padding:5px;
}

.infoboxline{
	float:left;
	width: 30%;
	height: auto;
	margin-left:2%;
	text-align:left;
	border-right:1px solid #000;
	overflow: auto;
	padding:5px;
}

.embedcollections{
	margin-top:0px;
	margin-bottom:0px;
	width: 300px;
	height: 180px;
	overflow:auto;
}

.collectionembed{
	margin-top:0px;
	margin-bottom:5px;
	width: 300px;
	height: 180px;
	overflow:auto;
}

.vtembed{
	margin-top:3px;
	margin-bottom:2px;
	margin-left:20px;
	margin-right:20px;
	width: 260px;
	height: 32px;
	overflow:hidden;
}

.infoholderembed{
	float:left;
	margin-left:5px;
	width:80px;
	height:25px;
	padding:3px;
}

.commentholder{
	float:left;
	margin-left:5px;
	width:80px;
	height:10px;
	padding:1px;
}

.namecollembed{
	float:left;
	width:140px;
	height:25px;
	padding:3px;
}

.reportshare{
	float:left;
	width:60px;
	height:35px;
	padding-top:10px;
	/* default background colour*/
	background: #000;

	/* gecko based browsers */
	background: -moz-linear-gradient(top, #858484, #000);

	/* webkit based browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#858484), to(#000));
	border-top-right-radius:20px;
}



.ctembed{
	margin-top:3px;
	margin-bottom:3px;
	width: 300px;
	height: 47px;
	overflow:hidden;
}

.mnamehold{
	margin-top:2px;
	margin-bottom:3px;
	width: 150px;
	height: 25px;
	overflow:hidden;
}

.preferholder{
	float:left;
	margin-top:20px;
	margin-left:10px;
}

.collectionbody{
	float:left;
	width: 760px;
	height: auto;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:15px;
	background:#FFFFFF;
	border:2px solid #000;
	padding:20px;
	/* Rounded corners */
	-moz-border-radius:20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius:20px;
	
}

.listcontainer{
	width:75%;
	background:#FFFFFF;
	border:1px solid #000;
	
	/* Rounded corners */
	-moz-border-radius:20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius:20px;
	overflow: auto;
}

.collectionmenu{
	float:left;
	width: 22%;
	height: auto;
	margin: 1.4%;
	background:#FFFFFF;
	border:1px solid #000;
	
	/* Rounded corners */
	-moz-border-radius:20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius:20px;
	overflow: hidden;
}

.collectiontitle {
	/* default background colour*/
	background: #fff;

	color: #000000; /* text colour */
	height: auto; /* gradient uses the full height of the element */
	padding: 20px; /* distance from border edge to text */
	
	-moz-border-top-radius:5px;
	-khtml-border-top-radius: 5px;
	-webkit-border-top-radius: 5px;
	border-top-radius:5px;
	border-bottom: 1px solid #000;
}

.collectiontab {
	/* default background colour*/
	background: #fff;

	color: #000000; /* text colour */
	height: auto; /* gradient uses the full height of the element */
	padding: 10px; /* distance from border edge to text */
	border-bottom: 1px solid #000;
}

.collectionbottom {
	background: #fff;

	color: #000000; 
	height: 5px; /* gradient uses the full height of the element */
	padding: 2px; /* distance from border edge to text */
	
	-moz-border-radius-bottom:20px;
	-khtml-border-radius-bottom: 20px;
	-webkit-border-radius-bottom: 20px;
	border-radius-bottom:20px;
}

.bodycontent{
	width: 1165px;
	height: auto;
	margin-top:0px;
	margin-bottom:0px;
	background:#FFFFFF;
	/* Rounded corners */
	-moz-border-radius:20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius:20px;
	
}

.bodycontentdlist{
	width: 1020px;
	height: auto;
	margin-top:20px;
	margin-bottom:20px;
	background:#FFFFFF;
	/* Rounded corners */
	-moz-border-radius:20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius:20px;
	
}

.collectionmovie{
	float:left;
	width:300px;
	height: 220px;
	margin:8px;
	background:#000;
	border:2px solid #000;
	padding-top:10px;
	padding-bottom:5px;
	/* Rounded corners */
	-moz-border-radius:20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius:20px;
	
}

.collectioncontainer{
	width:960px;
	background:#FFFFFF;
	border:2px solid #000;
	padding:10px;
	
	/* Rounded corners */
	-moz-border-radius:20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius:20px;
	overflow: auto;
	
	/* default background colour*/
	background: #000;

	/* gecko based browsers */
	background: -moz-linear-gradient(top, #eb8ac0, #000);

	/* webkit based browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#eb8ac0), to(#000));
}

.titleholder{
	float: left;
	padding-bottom: 1em;
	width:100%;
	display: block;
	background: #fff;
	text-align: center;
}

.memberbox{
	float:left;
	width: 150px;
	height: 150px;
	margin:3px;
	background:#FFFFFF;
	border:2px solid #000;
	padding:0px;
	
	/* Rounded corners */
	-moz-border-radius:20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius:20px;
	overflow: hidden;
	
	/* default background colour*/
	background: #000;

	/* gecko based browsers */
	background: -moz-linear-gradient(top, #858484, #000);

	/* webkit based browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#858484), to(#000));
}

.prefbox{
	float:left;
	width: 150px;
	height: 100px;
	margin:4px;
	background:#FFFFFF;
	border:1px solid #000;
	padding:0px;
	
	/* Rounded corners */
	-moz-border-radius:5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	overflow: hidden;
	
	/* default background colour*/
	background: #000;

	/* gecko based browsers */
	background: -moz-linear-gradient(top, #858484, #000);

	/* webkit based browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#858484), to(#000));
}


header {
    height: auto;
	background: white;
	padding-bottom: 0px;
	position: fixed;
	z-index: 1;
  	top: 0px;
	right: 0px;
	left: 0px;
}

header .logo {
	margin-top: 1em;
	margin-left: 0.4em;
    float: left;
    height: 100%;
}


#line {
	margin-top: 3em;
	width: 100%;
	border-top: 1px solid #55adff;
	border-bottom: 1px solid #4b249e;
}

#line .line1 {
	width: 100%;
	border-top: 1px solid #eb8ac0;
	border-bottom: 1px solid #ff3630;
}

.fav_container{
	float: left;
	margin: 1%;
	width: 31%;
	height: 350px;
	background: #FFFFFF;
	border: 1px solid #000;
	
	/* Rounded corners */
	-moz-border-radius:5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
    resize:both;
    overflow:auto; /* something other than visible */
}

.fav_title{
	width: 100%;
	text-align: center;
	
	color:#000;
	text-decoration:none;
	outline:none;
	font-family:"Arial Rounded",Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
	
	/* Rounded corners */
	-moz-border-radius:5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	overflow: auto;
}


/* ====================================
Navigation  (LIGHT MODE baseline)
==================================== */

.overlay-navigation {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.2);
  display: none;
  opacity: 0;
}

nav,
nav ul {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

nav ul li {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  display: none;
}

nav li a {
  position: relative;
  top: 46%;
  color: #000; /* light-mode baseline text on white cards */
  text-transform: uppercase;
  font-family: 'Work sans', sans-serif;
  font-weight: 300;
  letter-spacing: 4px;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 1.2rem;
  opacity: 0;
}

nav li a:before {
  content: '';
  width: 70px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 100;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

nav li a:after {
  content: attr(data-content);
  font-size: 0.9rem;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  opacity: 0;
  position: absolute;
  z-index: 100;
  color: #000;
  display: block;
  margin-right: auto;
  margin-left: auto;
  left: 0;
  right: 0;
  bottom: -50px;
  text-transform: none;
  font-family: 'Open sans', sans-serif;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0;
}

nav li a:hover:before {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

nav li a:hover:after {
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 1;
}

/* Two white cards, branded borders (matches legacy mobile look) */
nav li:nth-of-type(1) {
  background-color: #fff;
  overflow: auto;
  text-align: center;
  border: 2px solid #55adff;
}

nav li:nth-of-type(2) {
  background-color: #fff;
  overflow: auto;
  text-align: center;
  border: 2px solid #eb8ac0;
}

/* (3) and (4) unused in current overlay, keep for future */
nav li:nth-of-type(3) { background-color: #ff3630; }
nav li:nth-of-type(4) { background-color: #4b249e; }





/* ====================================
Burger king (trigger)
==================================== */
.open-overlay {
  position: fixed;
  right: 0.8rem;
  top: calc(0.4rem + env(safe-area-inset-top));
  z-index: 1003;
  width: 34px;
  display: block;
  cursor: pointer;
}

.open-overlay span {
  display: block;
  height: 1px;
  background-color: #55adff; /* brand blue (mobile legacy) */
  cursor: pointer;
  margin-top: 8px;
}

.animate-top-bar {
  -webkit-animation: animate-top-bar .6s linear 1 both;
  animation: animate-top-bar .6s linear 1 both
}

.animate-bottom-bar {
  -webkit-animation: animate-bottom-bar .6s linear 1 both;
  animation: animate-bottom-bar .6s linear 1 both
}

.animate-middle-bar {
  -webkit-animation: animate-middle-bar .6s linear 1 both;
  animation: animate-middle-bar .6s linear 1 both
}

.animate-out-top-bar {
  -webkit-animation: animate-out-top-bar .6s linear 1 both;
  animation: animate-out-top-bar .6s linear 1 both
}

.animate-out-bottom-bar {
  -webkit-animation: animate-out-bottom-bar .6s linear 1 both;
  animation: animate-out-bottom-bar .6s linear 1 both
}

.animate-out-middle-bar {
  -webkit-animation: animate-out-middle-bar .6s linear 1 both;
  animation: animate-out-middle-bar .6s linear 1 both
}


/* ====================================
Animation keyframes
==================================== */

@keyframes animate-top-bar {
  0% {
    background-color: #4b249e;
  }
  50% {
    -webkit-transform: translateY(9px);
    transform: translateY(9px)
  }
  80% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    background-color: #4b249e
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #55adff;
  }
}

@keyframes animate-bottom-bar {
  0% {
    background-color: #4b249e;
  }
  50% {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px)
  }
  80% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    background-color: #4b249e;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #ff3630;
  }
}

@keyframes animate-middle-bar {
  0% {
    background-color: #4b249e;
  }
  80% {
    background-color: #4b249e;
  }
  100% {
    background-color: #eb8ac0;
  }
}

@keyframes animate-out-top-bar {
  0% {
    background-color: #55adff
  }
  50% {
    -webkit-transform: translateY(9px);
    transform: translateY(9px)
  }
  80% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    background-color: #55adff
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #4b249e;
  }
}

@keyframes animate-out-bottom-bar {
  0% {
    background-color: #ff3630
  }
  50% {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px)
  }
  80% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    background-color: #ff3630;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #4b249e;
  }
}

@keyframes animate-out-middle-bar {
  0% {
    background-color: #eb8ac0
  }
  80% {
    background-color: #eb8ac0;
  }
  100% {
    background-color: #4b249e;
  }
}

.home a {
  font-family: "Work Sans", sans-serif;
  color: #222;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
  z-index: 10;
  top: 50px;
  left: 50px;
  padding-bottom: 3px;
  border-bottom: 1px solid #222;
}

@media (max-width: 640px) {
  nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  nav ul li { height: 20%; }
  nav ul li a { font-size: 18px; }
  nav li a:after { font-size: 0.8rem; bottom: -25px; }
  nav li a:hover:after { transform: translateY(0); }
  .open-overlay { right: 1rem; }
  nav li a:before { width: 25px; }
}

/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */    
  height: 0;
  width: 100%;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  bottom: 0;
  background-color: rgb(255, 255, 255); /* White fallback color */
  background-color: rgba(255, 255, 255, 0.9); /* White w/opacity */
  overflow-y: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 5%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 2em;
  color: #818181;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #454545;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  bottom: -22px;
  left: 28%;
  font-size: 55px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}






footer {
	height: auto;
	display: block;
	position: fixed;
	color: grey;
	background-color: white;
	width: 100%;
    bottom: 0px;
	right: 0px;
	left: 0px;
}

footer .buttons {
	width: 20%;
    float: left;
    height: 100%;
	text-align: center;
}

#footerline {
	margin-bottom: 0.4em;
	width: 100%;
	border-top: 1px solid #55adff;
	border-bottom: 1px solid #4b249e;
}

#footerline .footerline1 {
	width: 100%;
	border-top: 1px solid #eb8ac0;
	border-bottom: 1px solid #ff3630;
}





input[type=text]{
	margin: auto;
	width: 90%;
	margin-top: 0.2em;
	padding: 0.5em;
	font-size: 1em;
	border:1px solid #000;
	-moz-border-radius:5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
}

input[type=username]{
	margin: auto;
	width: 90%;
	margin-top: 0.2em;
	padding: 0.5em;
	font-size: 1em;
	border:1px solid #000;
	-moz-border-radius:5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
}

input[type=email]{
	margin: auto;
	width: 90%;
	margin-top: 0.2em;
	padding: 0.5em;
	font-size: 1em;
	border:1px solid #000;
	-moz-border-radius:5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
}

input[type=password]{
	margin: auto;
	width: 90%;
	margin-top: 0.2em;
	padding: 0.5em;
	font-size: 1em;
	border:1px solid #000;
	-moz-border-radius:5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
}

input[type=text]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #55adff;
  opacity: 1; /* Firefox */
}

input[type=username]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #55adff;
  opacity: 1; /* Firefox */
}

input[type=email]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #55adff;
  opacity: 1; /* Firefox */
}

input[type=password]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #55adff;;
  opacity: 1; /* Firefox */
}

.text2, .password2 {
	margin: auto;
	margin-top: 0.2em;
	width: 90%;
	padding: 0.5em;
	font-size: 1em;
	color: #eb8ac0;
	border: 1px solid #eb8ac0;
}

#username, #email, #new-password-text-field, #confirm-password-text-field {
	margin: auto;
	margin-top: 0.2em;
	width: 90%;
	padding: 0.5em;
	font-size: 1em;
	color: #eb8ac0;
	border: 1px solid #eb8ac0;
}

#username::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #eb8ac0;
  opacity: 1; /* Firefox */
}

#email::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #eb8ac0;
  opacity: 1; /* Firefox */
}

#new-password-text-field::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #eb8ac0;
  opacity: 1; /* Firefox */
}

#confirm-password-text-field::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #eb8ac0;
  opacity: 1; /* Firefox */
}

textarea {
	margin: auto;
	margin-top: 0.2em;
	width: 90%;
	padding: 0.5em;
	font-size: 1em;
	border-radius: 4px;
}

select {
  width: 75%;
  padding: 0.5em;
  font-size: 1em;
  border: 1px solid  #000;
  border-radius: 4px;
  -webkit-appearance: none;
   -moz-appearance: none;
}


input[type=submit]{
  background-color: #55adff;
  border-radius: 5px;
  border: 1px solid #fff;
  padding: 0.5em 1em;
  font-size: 1em;
  text-decoration: none;
  text-align: center;
  width: 50%;
  -webkit-appearance: none;
}








iframe {
    display:block;
    width:100%;
}

.moviebox{
	float: left;
	width: 30%;
	height: auto;
	margin:auto;
	margin-left:2.3%;
	margin-bottom:1%;
	background:#FFFFFF;
	
	border-left: 2px solid #55adff;
	border-top: 2px solid #eb8ac0;
	border-right: 2px solid #ff3630;
	border-bottom: 2px solid #4b249e;
	
	/* Rounded corners */
	-moz-border-radius:20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius:20px;
	overflow: hidden;
}

.mbtop{
	width: 97%;
	padding:0.2em;
}

a.userid {
	float: left;
	margin: 0.8em;
	margin-right: 0em;
	color:#000;
	font-size:1em;
	letter-spacing:0.1em;
	font-weight:bold;
	text-decoration: none;
	overflow: hidden;
	position: relative;
}

a.editpost {
	width: 25%;
	display: inline-block;
	overflow: hidden;
	float: right;
	color:#757575;
	font-size:1em;
	letter-spacing:0.1em;
	font-weight:bold;
	margin-right: 0.5em;
	margin-top: 0.8em;
	padding-bottom: 0.5em;
	text-align: right;
	text-decoration: none;
}

a.addto{
	float: right;
	width: 20%;
	overflow: hidden;
	color:#555555;
	font-size:2em;
	letter-spacing:0.1em;
	margin-top: -0.2em;
	text-decoration: none;
	text-align: right;
}

a.addplus{
	float: right;
	width: 20%;
	overflow: hidden;
	color:#555555;
	font-size:2em;
	letter-spacing:0.1em;
	text-decoration: none;
	text-align: right;
}

a.addto:hover{
	color: #eb8ac0;
}

a.membername {
	float: left;
	width: 75%;
	overflow: hidden;
	color:#000;
	font-size:1.1em;
	letter-spacing:0.1em;
	margin-right: 0.5em;
	padding-bottom: 0.5em;
	text-decoration: none;
	text-align: left;
}

a.membername:hover {
	color:#eb8ac0;
}

.embed{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.video_skin {
	width: 100%;
	padding-top: 0.1em;
	height: 1.3em;
	background: #000;
	opacity: 50%;
	color: #fff;
	font-size: 2em;
	position: absolute;
	bottom: 0em;
	text-align: center;
}

a.comments {
	width: 45%;
	display: inline-block;
	overflow: hidden;
	float: left;
	color:#757575;
	font-size:0.9em;
	letter-spacing:0.1em;
	font-weight:bold;
	margin-left: 0.5em;
	text-decoration: none;
	padding-bottom: 0.3em;
	text-align: left;
}

a.addrows {
	width: 45%;
	display: inline-block;
	overflow: hidden;
	float: right;
	color:#757575;
	font-size:0.9em;
	letter-spacing:0.1em;
	font-weight:bold;
	margin-right: 0.5em;
	padding-bottom: 0.3em;
	text-align: right;
	text-decoration: none;
}

.commrow {
	width: 100%;
	display: inline-block;
}

a.title {
	width: 98%;
	color:#000;
	font-size:1.3em;
	letter-spacing:0.05em;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	margin-bottom: 0.5em;
}

a.title:hover {
	color:#757575;
}

.catcall{
	float: left;
	width: 65%;
}

a.cat {
	overflow: hidden;
	float: left;
	color:#b0b0b0;
	font-size:0.9em;
	letter-spacing:0.1em;
	font-weight:bold;
	margin-left: 0.5em;
	text-decoration: none;
	display: block;
}

a.coll {
	overflow: hidden;
	float: right;
	color:#b0b0b0;
	font-size:0.9em;
	letter-spacing:0.1em;
	font-weight:bold;
	margin-right: 0.5em;
	text-decoration: none;
	display: block;
}

a.description {
	width: 100%;
	color: #000;
	font-family: 'Work sans', sans-serif;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	font-size: 1rem;
	margin: auto;
	margin-top: 0.5em;
	display: inline-block;
}

a.keywords {
	width: 100%;
	overflow: hidden;
	color:#757575;
	text-align: center;
	font-size:1em;
	text-decoration: none;
	display: block;
}

.ratingembed{
	margin-top:1px;
	margin-bottom:1px;
	width: 100%;
	height: 20px;
	overflow:hidden;
	text-align: center;
	padding-bottom: 0.2em;
}

time {
	width: 100%;
	color: grey;
	display: block;
	text-align: center;
	padding-bottom: 0.2em;
}

a.link {
	width: 100%;
	font-size:0.9em;
	letter-spacing:0.1em;
	overflow: hidden;
	color: #000;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	padding-bottom: 0.2em;
}

.tooltip {
  	border-bottom: 1px dotted #000000;
  	outline: none;
  	text-decoration: none;
  	font-size:12px;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	color: #eb8ac0;
}

.classic { 
	padding: 0.5em; 
	width: 270px;
	height: 270px;
	background:#FFFFFF;
	border:2px solid #000;
	
	/* Rounded corners */
	-moz-border-radius:20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius:20px;
	overflow: auto;
}

.commenttextbox {
	width: 50%;
	height:auto;
	margin-top:0.2em;
	padding:0.1em;
	font-size:1.1em;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	color:#000;
	letter-spacing:1px;
	margin: auto;
}

.commentinfobox {
	width: 100%;
	height: auto;
	margin-bottom: 1em;
	font-size: 1em;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	margin: auto;
}

.comment_userid {
	color:#000;
	font-size:1em;
	letter-spacing:0.1em;
	font-weight:bold;
	text-decoration: none;
	overflow: hidden;
	margin: auto;
}

/*
COLLECTIONS
*/

.collection{
	float: left;
	width: 30%;
	height: auto;
	margin:auto;
	margin-left:2.3%;
	margin-bottom:1%;
	background:#FFFFFF;
	
	border-left: 2px solid #55adff;
	border-top: 2px solid #eb8ac0;
	border-right: 2px solid #ff3630;
	border-bottom: 2px solid #4b249e;
	
	/* Rounded corners */
	-moz-border-radius:20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius:20px;
	overflow: hidden;
}

.catholder{
	width: 100%;
	text-align: center;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	font-family: 'Work sans', sans-serif;
	font-weight: 300;
	font-size: 1.5em;
	padding: 0.5em;
	text-decoration: none;
	overflow: hidden;
}

.big_cat{
	font-family: 'Work sans', sans-serif;
	font-weight: 300;
	letter-spacing: 3px;
	font-size: 1em;
	padding: 0.5em;
	text-decoration: none;
	color: #55adff;
}


/* THINNER */

.postbox_thinner{
	float: left;
	overflow:auto;
	width: 98%;
	padding: 1%;
}

.moviebox_thinner{
	border-left: 2px solid #55adff;
	border-top: 2px solid #eb8ac0;
	border-right: 2px solid #ff3630;
	border-bottom: 2px solid #4b249e;
	width: 100%;
	height: 7em;
	margin:auto;
	border-radius:10px;
	overflow: hidden;
}

.postbox_thinner_collection{
	float: left;
	overflow:auto;
	width: 100%;
}

.moviebox_thinner_collection{
	border-top: 2px solid #eb8ac0;
	border-bottom: 2px solid #4b249e;
	width: 100%;
	margin:auto;
	overflow: hidden;
}

.embed_thinner{
	float: left;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	width: 35%;
	height: 7em;
	overflow: hidden;
	display: block;
}

.embed_thinner_collection{
	float: left;
	width: 35%;
	height: 5em;
	margin-top: -1em;
	overflow: hidden;
	display: block;
}

.video_skin_thinner {
	width: 100%;
	height: 2em;
	background: #000;
	opacity: 50%;
	color: #fff;
	font-size: 0.5em;
	position: absolute;
	bottom: 0em;
}

.res_box{
	float: right;
	width: 65%;
	overflow: auto;
}

a.title_thinner {
	float: left;
	width: 60%;
	color: #000;
	height: 2.4em;
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	padding-left: 0.5em;
	padding-top: 0.5em;
	text-decoration: none;
	display: inline-block;
	overflow: hidden;
}

a.userid_thinner {
	float: left;
	width: 45%;
	margin: 0.5em;
	color: #000;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	text-decoration: none;
	overflow: hidden;
    text-align: left;
}

a.time_thinner_search {
	float: right;
	color: grey;
	width: 15%;
	margin-top: 1em;
	font-size: 1em;
	padding-right: 0.5em;
	text-align: right;
}

.user_time{
	float: right;
	width: 60%;
}

a.addplus_thinner {
	float: right;
	width: 5%;
	font-size: 1em;
	overflow: hidden;
	color: #757575;
	font-weight: bold;
	padding-right: 0.5em;
	padding-top: 0.1em;
	text-decoration: none;
}

a.rating_thinner {
	float: right;
	width: 5%;
	font-size: 1em;
	overflow: hidden;
	color: grey;
	font-weight: bold;
	padding-right: 0.2em;
	padding-top: 0.2em;
	text-decoration: none;
}

a.cat_thinner {
	width: 48%;
	overflow: hidden;
	float: left;
	color:#b0b0b0;
	font-size:0.9em;
	letter-spacing:0.1em;
	font-weight:bold;
	margin-left: 0.5em;
	text-decoration: none;
	display: block;
}

a.coll_thinner {
	width: 48%;
	overflow: hidden;
	float: right;
	color:#b0b0b0;
	font-size:0.9em;
	letter-spacing:0.1em;
	font-weight:bold;
	margin-right: 0.5em;
	text-decoration: none;
	display: block;
	text-align: right;
}

a.description_thinner {
	float: left;
	width: 100%;
	overflow: hidden;
	color: #000;
	font-size: 0.7em;
	padding-left: 0.5em;
	display: block;
	text-decoration: none;
}
a.editpost_thinner {
	overflow: hidden;
	float: left;
	width: 45%;
	color:#b0b0b0;
	font-size:0.9em;
	letter-spacing:0.1em;
	font-weight:bold;
	margin: auto;
	padding-left: 0.5em;
	text-decoration: none;
}

a.keywords_thinner {
	width: 95%;
	overflow: hidden;
	color: #000;
	font-size: 0.7em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	display: block;
	text-align: right;
	text-decoration: none;
}

a.time_thinner {
	float: right;
	color: grey;
	width: 50%;
	padding-right: 0.5em;
	text-align: right;
}

a.link_thinner {
	width: 100%;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	overflow: hidden;
	color: #000;
	padding-left: 0.5em;
	margin: auto;
	text-decoration: none;
	display: block;
}


a.collection_title_thinner {
	overflow: hidden;
	float: left;
	width: 75%;
	color:#000;
	font-size:1em;
	font-weight:bold;
	padding-left: 0.5em;
	text-decoration: none;
}

.imageholder{
	float: left;
	width: 33.33%;
	overflow: hidden;
}

a.link_smaller {
	width: 100%;
	font-size:0.6em;
	letter-spacing:0.1em;
	overflow: hidden;
	color: grey;
	padding-bottom: 5em;
	text-decoration: none;
}

ul {
    margin: 0px;
    padding: 10px 0px 0px 0px;
}

li.star {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
    color: #9E9E9E;
	font-size: 1.2em;
}

li.star.selected {
    color: #ff6e00;
}

.row-title {
    font-size: 20px;
    color: #00BCD4;
}

.votes-left {
	float: left;
	padding-left: 1em;
	width: 10%;
    font-size: 1.9em;
    color: #777;
    font-style: italic;
	text-align: center;
}

.votes-left-small {
	float: left;
    font-size: 0.9em;
	width: 10%;
    color: #999;
    font-style: italic;
	text-align: left;
}

.votes-right {
	float: right;
	padding-right: 1em;
	width: 20%;
    font-size: 0.9em;
    color: #999;
    font-style: italic;
    line-height: 1;
	text-decoration: none;
	text-align: center;
}

.votes-right-link {
	float: right;
      display: inline-block;
      width: 20%;      /* shrink-wrap to its text */
      padding: 0; 
	height: 2em;
	margin-top: -2.6em;
	position: relative;
	z-index: 1;
}

.row-item {
	width: 100%;
	display: inline-block;
    margin-bottom: 0.2em;
}







img ul {
  list-style-type: none;
}

img li {
  display: inline-block;
	width: 100%;
}

input[type="checkbox"][id^="cb"] {
  display: none;
}

label {
  border: 1px solid #fff;
  padding: 5px;
  display: block;
  position: relative;
  cursor: pointer;
  margin: 5px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

label::before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid grey;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}

label img {
  height: 100%;
  width: 100%;
  transition-duration: 0.2s;
}

:checked+label {
	border-left: 1px solid #55adff;
	border-top: 1px solid #eb8ac0;
	border-right: 1px solid #ff3630;
	border-bottom: 1px solid #4b249e;
}

:checked+label::before {
  content: "✓";
  background-color: grey;
  transform: scale(1);
}

:checked+label img {
  transform: scale(0.9);
  box-shadow: 0 0 5px #333;
  z-index: -1;
}

.imageholder{
	float: left;
	width: 33.33%;
	overflow: hidden;
}








#darkmode-button {
  color: #000;
  font-family: "Helvetica";
  font-size: 1em;
  background-color: #ffffff;
  border: 1px solid;
  border-color: #000;
  border-radius: 3px;
  padding: 0.2em;
  padding-left: 1em;
  padding-right: 1em;
  width: 6em;
  height: 2em;
  -webkit-appearance: none;
	text-decoration: none;
	margin-left: 0;
}

#lightmode-button {
  color: #ffffff;
  font-family: "Helvetica";
  font-size: 1em;
  background-color: #000;
  border: 1px solid;
  border-radius: 3px;
  padding: 0.2em;
  padding-left: 1em;
  padding-right: 1em;
  width: 8em;
  height: 2em;
  -webkit-appearance: none;
	margin: auto;
	text-decoration: none;
	margin-left: 0;
}

#classic-button {
  color: #757575;
  font-family: "Helvetica";
  font-size: 1em;
  border: 1px solid;
  border-color: #757575;
  border-radius: 3px;
  padding: 0.2em;
  padding-left: 1em;
  padding-right: 1em;
  width: 6em;
  height: 3em;
  -webkit-appearance: none;
	margin: auto;
	text-decoration: none;
	margin-left: 1em;
}

#neon-button {
	border-left: 1px solid #55adff;
	border-top: 1px solid #eb8ac0;
	border-right: 1px solid #ff3630;
	border-bottom: 1px solid #4b249e;
	color: #eb8ac0;
  font-family: "Helvetica";
  font-size: 1em;
  border-radius: 3px;
  padding: 0.2em;
  padding-left: 1em;
  padding-right: 1em;
  width: 8em;
  height: 3em;
  -webkit-appearance: none;
	margin: auto;
	text-decoration: none;
	margin-left: 1em;
}

#support-button {
  color: #4b249e;
  font-family: "Helvetica";
  font-size: 1em;
  border: 1px solid;
  border-color: #4b249e;
  border-radius: 3px;
  padding: 0.2em;
  padding-left: 1em;
  padding-right: 1em;
  width: 7em;
  height: 3em;
  -webkit-appearance: none;
	margin: auto;
	text-decoration: none;
	margin-left: 1em;
}

#faq-button {
  color: #55adff;
  font-family: "Helvetica";
  font-size: 1em;
  text-align: center;
  border: 1px solid;
  border-color: #55adff;
  border-radius: 3px;
  padding: 0.2em;
  padding-left: 1em;
  padding-right: 1em;
  width: 5em;
  height: 3em;
  -webkit-appearance: none;
	margin: auto;
	text-decoration: none;
	margin-left: 1em;
}

#choose-darkmode-button {
  color: #ffffff;
  font-family: "Helvetica";
  font-size: 1em;
  letter-spacing: 2px;
  background-color: #000;
  border: 1px solid;
  border-radius: 5px;
  padding: 0.6em;
  -webkit-appearance: none;
  margin: auto;
  text-decoration: none;
  margin-left: 13%;
}

#choose-lightmode-button {
  color: #000;
  font-family: "Helvetica";
  font-size: 1em;
  letter-spacing: 2px;
  background-color: #ffffff;
  border: 1px solid;
  border-color: #000;
  border-radius: 5px;
  padding: 0.5em;
  -webkit-appearance: none;
  margin: auto;
  text-decoration: none;
}


.grid-item {
	
	float: left;
	width: 30%;
	height: auto;
	margin:auto;
	margin-bottom:2.3%;
	background:#FFFFFF;
	
	border-left: 2px solid #55adff;
	border-top: 2px solid #eb8ac0;
	border-right: 2px solid #ff3630;
	border-bottom: 2px solid #4b249e;
	
	/* Rounded corners */
	-moz-border-radius:20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius:20px;
	overflow: hidden;
}

.sign_in_box {
  overflow: auto;
  text-align: center;
  border: 2px solid #55adff;
  border-radius: 30px 30px 30px 30px;
  padding-top: 1em;
  padding-bottom: 2em;
	width: 100%;
	margin: auto;
}

.register_box {
  overflow: auto;
  text-align: center;
  border: 2px solid #eb8ac0;
  border-radius: 30px 30px 30px 30px;
  padding-top: 1em;
  padding-bottom: 1em;
	width: 100%;
	margin: auto;
}


.favourites_box {
	width: 100%;
	height: auto;
	text-align: center;
}

.favourites {
	display: inline-block;
  color: #55adff;
  font-family: "Helvetica";
  font-size: 0.8em;
  border: 1px solid;
  border-color: #55adff;
  border-radius: 3px;
  padding: 0.1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  -webkit-appearance: none;
	margin: auto;
	text-decoration: none;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}

.dashboard_menu {
	width: 100%;
	height: auto;
	text-align: center;
}

a.dashboard_menu_text {
	overflow: hidden;
	color:#757575;
	font-size:0.9em;
	letter-spacing:0.1em;
	font-weight:bold;
	margin-left: 0.5em;
	text-decoration: none;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	width: 30%;
	display: inline-block;
}

.searchcontainer{
	width: 100%;
	height: auto;
	margin-top:10px;
	/*border:1px solid #000;*/
	padding:5px;
	
	/* Rounded corners */
	-moz-border-radius:20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius:20px;
	margin: auto;
	overflow: hidden;
    box-sizing: border-box;
}

/*REDDIT*/
.embedly-card {
	background-color: #fff;
}

.view_button_double_left{
	float: left;
	width: 35%;
	height: 2em;
	text-align: right;
	margin-bottom: 2em;
}
.view_button_double_right{
	float: right;
	width: 35%;
	height: 2em;
	text-align: left;
	margin-bottom: 2em;
}

.explore_categories_title {
	font-size:18px;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	color: #eb8ac0;
	text-decoration: none;
}

#subscribe-button {
  color: #55adff;
  font-family: "Helvetica";
  font-size: 0.8em;
  background-color: #ffffff;
  border: 1px solid;
  border-color: #55adff;
  border-radius: 3px;
  padding: 0.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  width: 8em;
  height: 2.4em;
  -webkit-appearance: none;
	margin: auto;
	text-decoration: none;
}

#unsubscribe-button {
  color: #ffffff;
  font-family: "Helvetica";
  font-size: 0.8em;
  background-color: #55adff;
  border: 1px solid;
  border-radius: 3px;
  padding: 0.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  width: 8em;
  height: 2.4em;
  -webkit-appearance: none;
	margin: auto;
	text-decoration: none;
}


.nameholder{
	width: 90%;
	text-align: center;
	margin: auto;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	font-family: 'Work sans', sans-serif;
	font-weight: 300;
	letter-spacing: 3px;
	font-size: 1.5em;
	padding: 0.5em;
	padding-right: 0em;
	text-decoration: none;
}

.dashboard_menu {
	width: 100%;
	height: auto;
	text-align: center;
}

a.dashboard_menu_text {
	overflow: hidden;
	color:#757575;
	font-size:0.9em;
	letter-spacing:0.1em;
	font-weight:bold;
	margin-left: 0.5em;
	text-decoration: none;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	width: 30%;
	display: inline-block;
}

.rating_selection_box {
	width: 100%;
	height: auto;
	text-align: center;
}

.rating_number_box {
	width: 10%;
	height: auto;
	text-align: center;
	float: left;
}

a.rating_number {
	color: #757575;
	text-transform: uppercase;
	font-family: 'Work sans', sans-serif;
	font-weight: 300;
	letter-spacing: 3px;
	text-decoration: none;
	font-size: 0.9rem;
}

#report-button{
  border-radius: 5px;
  border: 1px solid #4b249e;
  color: #4b249e;
  padding: 0.5em 1em;
  font-size: 1em;
  text-decoration: none;
  text-align: center;
  width: 80%;
	margin-left: 10%;
  -webkit-appearance: none;
    background: transparent;
}

#report-button:hover{
  background: #4b249e;
  text-color: #fff;
}

button[type="share"]{
  border-radius: 5px;
  border: 1px solid #55adff;
  color: #55adff;
  padding: 0.5em 1em;
  font-size: 1em;
  text-decoration: none;
  text-align: center;
  width: 80%;
	margin-left: 10%;
    background: transparent;
}

button[type="share"]:hover{
  background: #55adff;
  text-color: #fff;
}

.submit_connect{
  border-radius: 5px;
  border: 1px solid #4b249e;
  color: #4b249e;
  padding: 0.5em 1em;
  font-size: 1em;
  text-decoration: none;
  text-align: center;
  width: 80%;
  -webkit-appearance: none;
}








/*Cookie consent*/
  /* Minimal overlay styles – tweak in your site CSS later if you prefer */
  #ps-consent-overlay {
    position: fixed; inset: 0; z-index: 99999;
    background: rgba(0,0,0,.85);
    color: #fff; display: flex; align-items: center; justify-content: center;
    padding: 1.5rem;
  }
  #ps-consent-box {
    max-width: 680px; width: 100%;
    background: #111; border: 1px solid #333; border-radius: 12px;
    padding: 1.25rem 1.25rem 1rem;
    box-shadow: 0 10px 30px rgba(0,0,0,.6);
    font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  }
  #ps-consent-box h2 { margin: 0 0 .5rem; font-size: 1.25rem; }
  #ps-consent-box p  { margin: .4rem 0; line-height: 1.5; color: #ddd; }
  #ps-consent-actions { margin-top: 1rem; display: grid; gap: .5rem; }
  .ps-btn {
    display: inline-block; width: 100%;
    padding: .75rem 1rem; border-radius: 10px; border: 1px solid #333;
    background: #222; color: #fff; text-align: center; cursor: pointer; font-weight: 600;
  }
  .ps-btn:hover { background: #2b2b2b; }
  .ps-btn-allow-all { background: #3a7afe; border-color: #3a7afe; }
  .ps-btn-allow-all:hover { filter: brightness(1.05); }
  .ps-link { color: #9ecbff; text-decoration: underline; cursor: pointer; }
  #ps-customize {
    margin-top: .75rem; padding-top: .75rem; border-top: 1px dashed #444; display: none;
  }
  #ps-customize label { display: flex; align-items: center; gap: .5rem; margin: .35rem 0; }
  #ps-customize input[type="checkbox"] { width: 18px; height: 18px; }
  .ps-note { font-size: .85rem; color: #bbb; }

#ps-consent-title {
  white-space: normal;           /* allow wrapping */
  word-break: normal;            /* don't split mid‑word unless needed */
  overflow-wrap: anywhere;       /* but do wrap if it overflows */
  text-wrap: balance;            /* nicer multi‑line balance (Safari/Chromium) */
}







/*NOTIFICATIONS*/

.dropdown,.dropup{ position:relative; }

.dropdown-toggle:focus{ outline:0; }

.dropdown-menu{
    position:absolute;
    top:100%;
    left:0;
    z-index:2000;                 /* float above header */
    display:none;
    float:left;
    min-width:21em;
    max-width:21em;
    overflow:hidden;
    padding:5px 0;
    margin:2px 0 0;
    margin-left:-15em;            /* keep your MOBILE offset */
    font-size:1.1em;
    text-align:left;
    list-style:none;
    background-color:#fff;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    border:1px solid rgba(0,0,0,.15);
    border-radius:4px;
    -webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
    box-shadow:0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu.pull-right{ right:0; left:auto; }

.dropdown-menu .divider{
    height:1px;
    margin:9px 0;
    overflow:hidden;
    background-color:#e5e5e5;
}

/* Support BOTH <not> and <a> inside menu items */
.dropdown-menu>li>not,
.dropdown-menu>li>a{
    display:block;
    padding:0.2em 1em;
    clear:both;
    font-weight:400;
    line-height:1.42857143;
    color:#333;
    white-space:nowrap;
    text-decoration:none;
}

.dropdown-menu>li>not:focus,
.dropdown-menu>li>not:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover{
    color:#262626;
    text-decoration:none;
    background-color:#f5f5f5;
}

.dropdown-menu>.active>not,
.dropdown-menu>.active>not:focus,
.dropdown-menu>.active>not:hover,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover{
    color:#fff;
    text-decoration:none;
    background-color:#337ab7;
    outline:0;
}

.dropdown-menu>.disabled>not,
.dropdown-menu>.disabled>not:focus,
.dropdown-menu>.disabled>not:hover,
.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover{
    color:#777;
    text-decoration:none;
    cursor:not-allowed;
    background-color:transparent;
    background-image:none;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open>.dropdown-menu{ display:block; }

/* Support BOTH <not> and <a> as the trigger */
.open>not, .open>a{ outline:0; }

.nav{ padding-left:0; margin-bottom:0; list-style:none; }

.nav>li{ position:relative; display:block; }

/* Support BOTH trigger types */
.nav>li>not,
.nav>li>a{
    position:relative;
    display:block;
    padding:10px 15px;
}

.nav>li>not:focus, .nav>li>not:hover,
.nav>li>a:focus,  .nav>li>a:hover{
    text-decoration:none;
    content:url("/images/bellgrey.png");
    width:1.3em;
    margin-top:0.2em;
}

.nav>li.disabled>not, .nav>li.disabled>a{ color:#777; }

.nav>li.disabled>not:focus, .nav>li.disabled>not:hover,
.nav>li.disabled>a:focus,  .nav>li.disabled>a:hover{
    color:#777;
    text-decoration:none;
    cursor:not-allowed;
    background-color:transparent;
}

.nav .open>not, .nav .open>not:focus, .nav .open>not:hover,
.nav .open>a,   .nav .open>a:focus,  .nav .open>a:hover{
    background-color:#55adff;
    border-radius:15%;
    border-color:#337ab7;
}

.nav .nav-divider{
    height:1px;
    margin:9px 0;
    overflow:hidden;
    background-color:#e5e5e5;
}

.nav>li>not>img, .nav>li>a>img{ max-width:none; }

.noti-count{
    color:red;
    font-weight:900;
    font-size:1.2em;
}

.bell{
    content:url("/images/bell.png");
    width:1.3em;
    margin-top:0.2em;
}

/* ===== Desktop-only alignment (no impact on mobile) ===== */
@media (min-width:769px){
  /* Align card under the bell; remove mobile offset on desktop */
  .nav > li.dropdown .dropdown-menu{
      left:auto;
      right:0;
      margin-left:0;
  }
  /* Desktop icon sizing */
  .nav>li>not:focus, .nav>li>not:hover,
  .nav>li>a:focus,  .nav>li>a:hover{ width:1.5em; margin-top:0; }
  .bell{ width:1.5em; margin-top:0; }
}












/* ===== Responsive cards & layout =====
   Breakpoints: ≤768 (mobile), 769–1023 (tablet), ≥1024 (desktop)
*/

/* Mobile */
@media (max-width: 768px) {
  .grid-item,
  .moviebox { width: 100%; box-sizing: border-box; margin-left: 0; margin-right: 0; }

  /* Kill any left/right padding on the grid on mobile */
  .grid { padding-left: 0 !important; padding-right: 0 !important; }

  /* Full‑width search input on mobile */
  .search-box input[type="text"] { width: 98% !important; margin-left: 1%; margin-right: 1%; box-sizing: border-box; }
  .search-user-box input[type="text"] { width: 98% !important; margin-left: 1%; margin-right: 1%; box-sizing: border-box; }
  .search-collection-box input[type="text"] { width: 98% !important; margin-left: 1%; margin-right: 1%; box-sizing: border-box; }

  /* SHOW mobile header / HIDE desktop header */
  .mobile-header { display: block; }
  .desktop-header,
  /* belt-and-suspenders: hide any legacy pieces if present */
  #toppanel, #toppanel .tab, #toppanel .topbar, .topbar, #line { display: none !important; }

  /* Fixed mobile header spacing (avoid content hiding under it) */
  body { padding-top: 7em; }    /* tune if your mobile header is taller/shorter */
  
  .hero-logo{ display:none !important; }
    
  .moviebox.moviebox--post {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
          
  .moviebox .embed iframe,
  .moviebox .embed video,
  .moviebox .embed object,
  .moviebox .embed embed {
    display: block;
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    aspect-ratio: 16 / 9;   /* “regular video” look */
  }

    a.title_thinner {
        height: 2.6em;
        font-size: 1.2em;
    }
    
  #ps-consent-title {
    font-size: clamp(1rem, 4.5vw, 1.15rem);
    line-height: 1.25;
  }
    
}


/* Tablet */
@media (min-width: 769px) and (max-width: 1023px) {
  .grid-item,
  .moviebox { width: 47%; margin-left: 1.5%; margin-right: 1.5%; }
  .search-box input[type="text"] { width: 65% !important; margin-left: 1%; }
  .search-user-box input[type="text"] { width: 65% !important; margin-left: 1%; }
  .search-collection-box input[type="text"] { width: 65% !important; margin-left: 1%; }

  .desktop-header { display: block; }
  .mobile-header  { display: none; }

  /* re-enable the desktop rule lines if you use them */
  #line { display: block; }
}


/* Desktop */
@media (min-width: 1024px) {
  .grid-item,
  .moviebox { width: 30%; }
  .search-box input[type="text"] { width: 35% !important; margin-left: 1%; }
  .search-user-box input[type="text"] { width: 35% !important; margin-left: 1%; }
  .search-collection-box input[type="text"] { width: 35% !important; margin-left: 1%; }

  .desktop-header { display: block; }
  .mobile-header  { display: none; }

  #line { display: block; }

    .moviebox.moviebox--post {
    width: 60% !important;
    margin-left: 20% !important;
    margin-right: 20% !important;
    }
}



/* Footer (shared) */
footer { z-index: 2; } /* below header but above content */
footer .buttons { text-align: center; }
footer .buttons img { display: inline-block; height: auto; }

/* Header base (shared) – keep above footer */
header { z-index: 3; }

/* Polishing */
.swiper-container { width: 100%; box-sizing: border-box; }

/* Keep loader visible above sticky footer */
#loader { margin-bottom: 4.5em; }
