@charset "utf-8";
/* CSS Document */

#wrapper {
	width: 100%;
	margin: auto;
}

#header {
	width: 100%;
	height: 200px;
	background-image: url(images/header.jpg);
	float: left;
	background-size: cover;
	background-repeat: no-repeat;	
	background-position: center;
}

#box {
	display: none;
}

#logo {
	display: none;
}

#nav {
	display: none;	
}

#mlogo {
	display: block;
	width: 100%;
	height: 62px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;	
	background-image:url(images/logo.png);
}

.contain-ep {
	float: left;
	width: 100%;
}

.contain-img {
	text-align: center;
	width: 100%;
}

/* menu styles */
#menuToggle
{
  display: block;
  position: relative;
  left: 6px;
  width: 98%;
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #000000;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #000000;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 200px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  
  background: #0274e9;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
	list-style: none;
	padding-top: 2%;
	padding-bottom: 2%;
	border-bottom: 1px solid #FFFFFF;
}

/*
 * And let's fade it in from the left
 */
 
 #menu li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1em;	 
	font-weight: bold;
 }
 
#menuToggle input:checked ~ ul
{
  transform: scale(1.0, 1.0);
  opacity: 1;
}

#topbar {
	display: block;
	position: relative;
	top: 10px;
}

#topnav-container {
	width: 100%;
}

#topnav {
	width: 98%;
	background-color: #000;
	float: left;
	padding: 1%;
}

#toplogo {
	width: 80%;
	height: 40px;
	background-image:url(images/logo.png);
	background-size: contain;
	background-repeat: no-repeat;
	float: right;
	margin: 2%;
}

#topmenu {
	display: none;
}

#topmenu ul {
	list-style: none;
}

#topmenu a {
	background-color: #778ce1;
	padding: 10px;
	color: #0d217b;
	text-decoration: none;
	border: 10px double #0d217b;
	display: block;
	font-weight: bold;
	font-size: 1em;
	float: left;
	margin-left: 0.5%;
	margin-right: 0.5%;
}

#topmenu a:hover {
	background-color: #FFFFFF;
}

.seriesorder img {
	max-width: 100%;
}

.latestpic {
	-moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
}

#imgcontainer img {
	max-width: 100%;
}

.container-char {
	width: 100%;
}

.item-wrapper img {
	max-width: 100%;
}

.thumbnails .content-char {
	padding: 0px;
}

.content-char {
	
}

.seriesorder li a {
	width: 86%;
}

.ep-list {
	text-align: center;
	width: 100%;
}

#vidcontainer {
	height: 400px;
}

.newimage img {
	max-width: 100%;
}