@charset "UTF-8";

@font-face {
  font-family: 'fontello';
  font-weight: normal;
  font-style: normal;
  src: url('./fonts/fontello.eot?v=1.0');
  src: url('./fonts/fontello.eot?#iefix&v=1.0') format('embedded-opentype'),
       url('./fonts/fontello.woff2?v=1.0') format('woff2'),
       url('./fonts/fontello.woff?v=1.0') format('woff'),
       url('./fonts/fontello.ttf?v=1.0') format('truetype'),
       url('./fonts/fontello.svg?v=1.0#fontelloregular') format('svg');  
}

@font-face {
	font-family: emojisymbols;
	src: url('./fonts/EmojiSymbols-Regular.woff?v=1.0') format('woff');  
}

html,
body{
	min-width: 100%;
	min-height: 100%;
	height: 100%;
	background-color: #000;
}

html {
	font-size: 62.5%;
}

body {
	overflow: auto;
	color: #fff;
	min-width: 1024px;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif, 'Apple Color Emoji', 'emojisymbols',sans-serif;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 1.6rem;
}

h1,h2,h3,h4,h5,strong,b {
	font-family: "ヒラギノ角ゴ ProN W6","Hiragino Kaku Gothic ProN W6", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
}

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



img {
	max-width: 100%;
	/*max-height: 100%;
	height: auto;*/
}

.hidden {
	display: none;
}

.center {
	text-align: center;
}

.spin,
#loadmore {
	position: relative;
	width: 100%;
	height: 88px;
	text-align: center;
}

#loadmore span {
	display: inline-block;
	cursor: pointer;
	margin: 22px 0;
	height: 44px;
	min-width: 300px;
	box-sizing: border-box;
	border: solid 1px rgba(255,255,255,.2);
	border-radius: 4px;
	padding: 0 10px;
	line-height: 42px;	
}

.no-touch #loadmore span:hover {
	background-color: rgba(255,255,255,.05);
}

/* legacy
----------------------------------------------------- */

main {
	display: block;
}

#legacy {
	position: absolute;
	top:0;
	left:0;
	right:0;
	background-color: #fff;
	z-index: 2000;
	color: #c00;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	margin: 0;
}

#legacy p {
	margin: 0;	
}

#legacy ul {
	display: block;
	margin: 0;	
	padding: 0;
	list-style-type: none;
}

#legacy ul li {
	display: inline;
	margin: 0 1em;	
}

#legacy a {
	text-decoration: none;	
}


/* base
----------------------------------------------------- */
#main {
	width: 100%;
	min-height: 100%;
	height: 100%;

	
}

#main>.wrap {
	box-sizing: border-box;
	padding-top: 44px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -95px auto;
	-webkit-transition: background-color background-size 0.2s ease-in-out;
	-moz-transition: background-color background-size 0.2s ease-in-out;
	-ms-transition: background-color background-size 0.2s ease-in-out;
	transition: background-color background-size 0.2s ease-in-out;
}

.home #main>.wrap {
	padding-top: 20px;
}


/*#main>.wrap::after*/
#main>.wrap>.push {
	/*content: "";*/
	display: block;
	width: 100%;
	height: 95px;
}

/* gheader
----------------------------------------------------- */

#gheader h1 {
	position: absolute;
	left: 0;
	width: 120px;
	height: 44px;
	margin: 0 auto;
	text-align: center;
	z-index: 10;
}

#gheader h1 a {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 100%;
	padding: 4px;
	box-sizing: border-box;
}

#gheader h1 a img {
	width: auto;
	height: 36px;	
}



/* footer
----------------------------------------------------- */

#totop {
	position:fixed;
	width: 40px;
	height: 40px;
	background-color: rgba(255,255,255,.75);
	text-align:center;
	bottom:30px;
	right:23px;
	cursor:pointer;
	display:none;
	color: #000;
	font-size: 0;
	line-height:0;
	z-index:1000;
	overflow: hidden;
	border-radius: 20px;

}
.nav #totop {
	display: none !important;	
}

#totop:before {
	content: "\F106";
	font-family: FontAwesome;
	display: inline-block;
	width: 40px;
	height: 40px;
	font-weight: normal;
	font-style: normal;
	margin-right: .25em;
	text-decoration: none;
	font-size: 40px;
	line-height: 32px;
	text-align: center;
}



#gfooter {
	position: relative;
	z-index: 100;
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	color: rgba(255,255,255,.5);
	font-size: 0;
	line-height: 1.8;
	padding: 10px;
	overflow: hidden;
	display: none;
}

.productionnotes #gfooter {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

#gfooter .before {
	content: "";
	display: block;

	width: 300px;
	height: 72px;

	margin: 0 auto;
	background-image: url(../images/date.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 15px auto;
}

.home #gfooter .before{
	display: none;
}

#gfooter #copyright {
	font-size: 10px;
	font-family: arial;
	margin: 0 -12.5%;
	transform: scale(0.8);
}

#gfooter ul {
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#gfooter ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px;
}

#gfooter ul a {
	font-size: 1rem;
	line-height: 1;
	color: rgba(255,255,255,.5);
}

.no-touch #gfooter ul a:hover {
	color: rgba(255,255,255,.8);
}

#gfooter ul a img {
	opacity: .5;
}

.no-touch #gfooter ul a:hover img {
	opacity: .8;
}

#gfooter ul a[href="#credit"]::before {
	content: "\f106";
	font-family: FontAwesome;
	margin-right: 2px;
	
}

#credit {
	display: none;
	margin: 0;
	padding: 0;
}


ul#social {
	position: absolute;
	right: 5px;
	top:10px;
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
	padding: 0;
	z-index: 10;
}

ul#social li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0;
}

ul#social>li {
	border-radius: 2px;
	overflow: hidden;

}

ul#social>li+li {
	margin-left: 10px;	
}

ul#social a[href="#follow"],
ul#social a[href="#share"] {
	display: inline-block;
	font-family: 'Teko', sans-serif;
	text-transform: uppercase;
	vertical-align: top;
	overflow: hidden;
	height: 24px;
	font-size: 12px;
	line-height: 27px;
	color: rgba(255, 255, 255, 0.66);
}

ul#social a[href="#follow"] {
	pointer-events: none;
	padding: 0 3px;
}

ul#social a[href="#share"] {
	padding: 0 0 0 5px;
}

@media screen and (max-width:1190px) {
	ul#social a[href="#follow"] {
		display: none;
	}
	
	ul#social a[href="#share"] {
		font-size: 0;
	}
}

.no-touch ul#social a[href="#share"]:hover {
	background-color: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.75);
}

ul#social a[href="#share"]::after {
	content: '\f1e0';
	font-family: FontAwesome;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	font-size: 14px;
	line-height: 24px;
	
	box-sizing: border-box;
	width: 24px;
	height: 24px;

}

ul#follow {
	position: relative;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}



ul#follow>li>a {
	display: inline-block;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	color: rgba(255, 255, 255, 0.66);
	box-sizing: border-box;
	width: 24px;
	height: 24px;
}

ul#follow>li>a::before {
	content:'';
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 24px;
}

ul#follow>li>a[href*='facebook']::before {
	content: '\f09a';
}

ul#follow>li>a[href*='twitter']::before {
	content: '\f099';
}

ul#follow>li>a[href*='tumblr']::before {
	content: '\f173';
}


ul#follow>li>a[href*='line']::before {
	content: '\e802';
	font-family: fontello;
}


.no-touch ul#follow>li>a:hover {
	background-color: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.75);
}

ul#share {
	display: none;
	padding: 0;
	text-align: center;
	font-size: 0;
	line-height: 0;
	min-height: 20px;
	margin: 10px auto;
	white-space: nowrap;
	
}

ul#share>li {
	display: inline-block;
	margin: 2px;
}

ul#share>li>* {
	display: inline-block !important;
	vertical-align: top !important;
	max-height: 20px !important;
}

.fb-like>span {
	vertical-align: top !important;
	overflow: hidden !important;
}



/* page
----------------------------------------------------- */
section.page {
	position: relative;
	max-width: 1440px;
	margin: 0 auto;
	-moz-transition: opacity 2s ease-out;
	-ms-transition: opacity 2s ease-out;
	-webkit-transition: opacity 2s ease-out;
	-o-transition: opacity 2s ease-out;
	transition: opacity 2s ease-out;
	height: 0px;
	overflow:hidden;
	opacity: 0;
	z-index: 2;
}

section.page.active {
	height: auto;
	overflow: auto;
	opacity: 1;
}

section.page>header,
section.page>.wrap {
	box-sizing: border-box;
	padding: 10px;
	margin: 0 auto;
	overflow: hidden;

	
}

section.page#home-page,
section.page#introduction-page,
section.page#cast-page,
section.page#monster-page,
section.page#staff-page,
section.page#productionnotes-page {
	max-width: none;
}

section.page#home-page .wrap,
section.page#news-page .wrap {
	padding: 0;
}


section.page#introduction-page .wrap {
	max-width: 800px;
	line-height: 2;
	font-size: 1.5rem;
	text-align: left;
}

section.page>header>h2,
section.page#introduction-page>.wrap>header>h2,
section.page#cast-page>.wrap>header>h2,
section.page#monster-page>.wrap>header>h2,
section.page#staff-page>.wrap>header>h2,
section.page#productionnotes-page>.wrap>header>h2 {
	text-align: center;
	margin: 0;
	font-family: 'Teko', sans-serif;
	text-transform: uppercase;
	font-size: 3.6rem;
	line-height: 1;
	font-weight: normal;
	letter-spacing: .1em;
	text-indent: .1em;
}

section.page h2 a {
	color: inherit;	
}


#main>.wrap::before {
	content: "";
	position: absolute;
	left: 0;
	top:0;
	bottom:0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 1;
	z-index: 1;
}

.fade #main>.wrap::before {
	opacity: 0;
	-moz-transition: opacity .5s ease-out;
	-ms-transition: opacity .5s ease-out;
	-webkit-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
}

/* home
----------------------------------------------------- */
.home #main>.wrap {
	background-image: url(../images/main-1bg.jpg);
	background-position: center top;
	background-size: 100%;
	background-color: #630f13;
	background-repeat: no-repeat;
}

.home.black #main>.wrap {
	background-image: url(../images/main-2bg.jpg);
	background-position: center top;
	background-size: 100%;
	background-color: #021221;
	background-repeat: no-repeat;
}

#v,
.v-container {
	position: relative;
	height: 95vh;
	width: 163vh;
	max-width: 98.75vw;
	max-height: 57.5vw;
	min-width: 1024px;
	min-height: 596px;
	margin: 0 auto;
	overflow: hidden;
}


.v-container>div {
	position: absolute;
	left: 0;
	top:auto;
	right:0;
	bottom:0;
	width: 100%;
	height: 100%;
	margin: auto;
	overflow: hidden;
}

.v-container>div #flame-0 {
	position: absolute;
	left: 0;
	right: 0;
	width: 18%;
	bottom: 25%;
	height: 43%;
	margin: 0 auto;
	overflow: visible;

	

}


.v-container>div #flame-1 {
	position: absolute;
	left: 0;
	right: 0;
	width: 94%;
	bottom: 15%;
	height: 10%;
	margin: 0 auto;
	overflow: visible;

	
	
}

.v-container>div .flame>div {
	box-shadow: 0 0 2px #e77632, 0 0 2px #e77632, 0 0 2px #e77632, 0 0 2px #e77632;	
}
	
.v-container[data-alt="1"]>div {
	width: 94%;
	height: 94.5%;
	border: solid 2px #999;
}

.v-container img {
	position: absolute;
	left: 0;
	top:0;
	min-width: 100%;
	max-width: 100%;
	max-height: none;
	height: auto;
}


#tt {
	position: absolute;
	bottom: 1%;
	left: 0;
	right:0;
	margin: 0 auto;
	width: 35%;
	z-index: 10;
}

#date {
	display: block;
	width: 36%;
	min-width: 300px;
	margin: 15px auto 20px auto;
	
}

#date p {
	position: relative;
	font-size: 0;
	line-height: 0;
	margin: 0;
	width: 100%;
	height: 0;
	padding-top: 24%;
	background-image: url(../images/date.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.no-touch #date p:hover {
	opacity: .925;
}

#date p a {
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;	
}


#bddvdmedia {
	max-width: 91%;
	margin: 10px auto;
	background-color: rgba(0,0,0, 0.1);
	border: solid 1px rgba(255, 255, 255, 0.2);
	padding: 10px;
	text-align: center;
}

#bddvdmedia h2 {
	font-size: 1.9rem;
	color: #f3b064;
	margin: 0;
	text-align: center;
	line-height: 1.5;
	cursor: default;
}

#bddvdmedia h2+p {
	font-size: 1.3rem;
	line-height: 1;
	margin: 0;
	cursor: default;
		
}

#bddvdmedia h2+p strong {
	position: relative;
	display: inline-block;
	background-color: #fff;
	color:#cc252d;

	padding: 4px 15px;
	margin-top: 5px;
	border-radius: 15px;
}

#bddvdmedia h2+p strong::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -5px;
	margin-left: -5px;
	border-top: solid 5px #fff;
	border-left: solid 5px transparent;
	border-right: solid 5px transparent;
}

#bddvdmedia .media+.media {
	margin-top: 20px;
}

#bddvdmedia .media ul {
	margin: 10px -5px 0 -5px;
	padding: 0;
	list-style-type: none;
	display: block;
	font-size: 0;
	line-height: 0;
}

#bddvdmedia .media ul>li {
	display: inline-block;
	margin: 5px;
	vertical-align: middle;
	height: 35px;
}

@media screen and (max-width:767px) {
	#bddvdmedia .media ul>li {
		height: 30px;
	}
}

#bddvdmedia .media ul>li>a {
	display: block;
	height: 100%;
	width: 100%;
	
}

#bddvdmedia .media ul>li>a>img {
	display: inline-block;
	max-height: 100%;
	min-height: 100%;
	min-width: 100%;
	width: auto !important;
	outline: solid 1px rgba(0,0,0,.05)	
}



/* comments
----------------------------------------------------- */

#comments h2 {
	text-align: center;
	margin: 0 auto;
	padding: 30px 0 20px;
	font-family: 'Teko', sans-serif;
	text-transform: uppercase;
	font-size: 3.6rem;
	line-height: 1;
	font-weight: normal;
	letter-spacing: .15em;
	text-indent: .25em;
	color: rgba(255,255,255,.7);
}


#comments .wrap {
	width: 100vw;
	padding: 0 8px;
	box-sizing: border-box;
}

#comments .wrap>p {
	font-size: 1.6rem;
	margin: -1em 0 1em 0;
	color: rgba(255, 255, 255, 0.5);
}

#comments .comment {
	width: 500px;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0 auto 15px auto;
	background-color: rgba(18,18,18,0.85);
	padding: 15px;
	color: #ccc;
	text-align: left;
	border: solid 1px rgba(255,255,255,.075);
	box-shadow: 0 3px 10px rgba(0,0,0,.5);
}


#comments .comment.c1 {
	background-color: rgba(37, 2, 0, 0.85);
	
}

#comments .comment.c2 {


	background-color: rgba(0, 18, 10, 0.85);	
}

#comments .comment.c3 {

	background-color: rgba(0, 9, 22, 0.85);	
}



#comments p {
	margin: 1em 0;
}

#comments h3+p {
	margin-top: 0.5em;
}

#comments p:last-child {
	margin-bottom: 0;	
}

#comments p strong {
	color: #eb8321;
}

#comments h3 {
	text-align: left;
	font-family: "ヒラギノ角ゴ ProN W6","Hiragino Kaku Gothic ProN W6", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.5;
	margin: 0;
	color: #eb8321;
}

#comments .comment h3 small {
	font-size: 1.2rem;
	margin-left: .5em;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;	
}


/* page bg
----------------------------------------------------- */

.news #main>.wrap,
.cast #main>.wrap,
.monster #main>.wrap,
.staff #main>.wrap,
.productionnotes #main>.wrap {
	background-size: 110%;
	background-position: center 0;
	background-repeat: no-repeat;
	
}

.news #main>.wrap {
	background-image: url(../images/bg-1.jpg);
}

.cast #main>.wrap,
.monster #main>.wrap,
.staff #main>.wrap {
	background-image: url(../images/bg-cast.jpg);
	background-attachment: fixed;
	background-position: center -50px;
}

.productionnotes #main>.wrap {
	background-image: url(../images/bg-prono.jpg);
	background-attachment: fixed;
	background-position: center bottom !important;
	background-repeat: no-repeat;
	background-color: #d9d2c7;
}

.fade.news #main>.wrap,
.fade.cast #main>.wrap,
.fade.monster #main>.wrap,
.fade.staff #main>.wrap,
.fade.productionnotes #main>.wrap {
	background-size: 100%;
	-webkit-transition: background-size 2s ease-in-out;
	-moz-transition: background-size 2s ease-in-out;
	-ms-transition: background-size 2s ease-in-out;
	transition: background-size 2s ease-in-out;
}

.introduction #main>.wrap {
	background-color: #080808;
}

section.page#introduction-page>.wrap,
section.page#cast-page>.wrap,
section.page#monster-page>.wrap,
section.page#staff-page>.wrap,
section.page#productionnotes-page>.wrap {
	padding: 40px 10px;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}


section.page#cast-page>.wrap,
section.page#monster-page>.wrap,
section.page#staff-page>.wrap,
section.page#productionnotes-page>.wrap {
	padding-bottom: 1px;	
}


#introduction-page>.wrap>header,
#cast-page>.wrap>header,
#monster-page>.wrap>header,
#staff-page>.wrap>header,
#productionnotes-page>.wrap>header {
	margin-bottom: 30px;
	color: rgba(255,255,255,.5);
}

/* introduction
----------------------------------------------------- */



#introduction-page figure {
	position: relative;
	margin: 2px 0;
	width: 100%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

#introduction-page figcaption {
	display: block;
	margin: 0;

}

#introduction-page figure.pr#introduction-2 {
	background-size: 100%;
	background-position: center 0;

	/*-moz-transition: background-size 3s ease-out;
	-ms-transition: background-size 3s ease-out;
	-webkit-transition: background-size 3s ease-out;
	-o-transition: background-size 3s ease-out;
	transition: background-size 3s ease-out;*/
}

/*.fade #introduction-page figure#introduction-2 {
	background-size: 100%;
}*/

#introduction-page figure.pr#introduction-2 p {
	margin: 0;
}

#introduction-page figure.pr#introduction-2 p:last-child {
	margin-bottom: 40px;	
}

#introduction-page figure#introduction-3 {
	background-position: center 100%;
	background-size: 100%;
}

#introduction-page figure img {
	display: none;	
}

section.page#introduction-page figure .wrap {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
	bottom: 0;
}


#introduction-1 {
	padding-top: 21%;
	background-image: url(../images/introduction-1.jpg);
}

#introduction-2 {
	padding-top: 42%;
	background-image: url(../images/introduction-2.jpg);
}

#introduction-3 {
	padding-top: 42%;
	background-image: url(../images/introduction-3.jpg);
}


#introduction-4 {
	padding-top: 21%;
	background-image: url(../images/introduction-4.jpg);
}

#introduction-1 p {
	position: absolute;
	top:50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0;
	transform: translateY(-50%);
	font-size: 2.6rem;
	letter-spacing: 1.5em;
	font-family: "ヒラギノ角ゴ ProN W6","Hiragino Kaku Gothic ProN W6", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
	text-shadow: -2px -2px 0 #000, 0px -2px 0 #000, 2px -2px 0 #000, -2px 2px 8px #000, 0 2px 0 #000, 2px 2px 0 #000, -2px 0px 0 #000, 2px 0px 0 #000, 0px 0px 10px #000;
	color: #fff;
}



#introduction-page .wrap h3,
#introduction-page .wrap h4 {
	margin: 0;
	text-align: center;
	line-height: 1.5;
	color: #eb8321;
}

#introduction-page .wrap h3 {
	font-size: 6rem;
}

#introduction-page .wrap h4 {
	margin-bottom: 1em;
	font-size: 3.2rem;	
}

#introduction-page .wrap p {
	margin: 0 0 .5em 0;
	text-shadow: 0 0 4px #000, 0 0 4px #000;
}

#introduction-page .wrap p.lead {
	text-align: center;
	font-family: "ヒラギノ角ゴ ProN W6","Hiragino Kaku Gothic ProN W6", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
	font-size: 2.4rem;
	margin-bottom: 0;
}

#introduction-page .wrap p:last-child {
	margin-bottom: 0;
}

/* cast
----------------------------------------------------- */

.profile {
	position: relative;
	margin: -10px auto 1px auto;
	outline: solid 1px rgba(255,255,255,.15);
	background-color: rgba(0,0,0,.5);
	padding: 15px;
	box-sizing: border-box;
	text-align: left;
	min-height: 60vh;
	max-width: 850px;
	width: calc(100% - 600px);
	font-size: 1.5rem;
	line-height: 2;
	box-shadow: inset 0 0 40px #000;
	background-image:
        linear-gradient(
            transparent 95%,
            rgba(255, 255, 255, .1) 50%,
            rgba(255, 255, 255, .1)),
        linear-gradient(
            90deg, transparent 95%,
            rgba(255, 255, 255, .1) 50%,
            rgba(255, 255, 255, .1)
            );
    background-size: 30px 30px;
    background-repeat: repeat;
    background-position: center top;
}

.profile+.profile {
	margin-top: 30px;
}

.profile figure {
	position: relative;
	display: block;
	min-height: 2.5em;
	margin: 0 0 10px 0;

}

.profile figure>img {
	position: relative;
	display: block;
	margin-right: -10%;
	height: auto;
	box-sizing: border-box;
	width: 100%;
	/*border: solid 10px #ccc;*/
	padding: 2%;
	background-color: #ccc;
	background-image: url(../images/cast-frame.jpg);
	background-size: 100%;
	-webkit-transform: rotate(.75deg);
	-moz-transform: rotate(.75deg);
	-o-transform: rotate(.75deg);
	-ms-transform: rotate(.75deg);
	transform: rotate(.75deg);
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.39);
}

.profile:nth-child(even) figure>img {
	-webkit-transform: rotate(-.75deg);
	-moz-transform: rotate(-.75deg);
	-o-transform: rotate(-.75deg);
	-ms-transform: rotate(-.75deg);
	transform: rotate(-.75deg);
}

.profile figure>figcaption {
	position: absolute;
	top: -19px;
	left: 3%;
	
}

.profile figure>figcaption>p {
	position: absolute;
	min-width: 5em;
	top:0;
	left: 0;
	margin: 0;
	font-family: 'Teko', sans-serif;
	text-transform: uppercase;
	
	font-size: 2.4rem;
	line-height: 1;
	
	
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.39);
	display: inline-block;
	color: #000;
	padding: 10px 10px;
	z-index: 1;
	white-space: nowrap;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ea8e3c+0,eb8321+42 */
background: rgb(234,142,60); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(234,142,60,1) 0%, rgba(235,131,33,1) 42%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(234,142,60,1) 0%,rgba(235,131,33,1) 42%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(234,142,60,1) 0%,rgba(235,131,33,1) 42%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea8e3c', endColorstr='#eb8321',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	background-color: rgba(235, 131, 33, 1);
}

.profile figure>figcaption>p span {
	text-transform: lowercase;
}

.profile figure>figcaption::before {
	z-index: 0;
	position: absolute;
	top:0;
	content: "";
	right: 0;
	left:0;
	width: 100px;
	height: 10px;
	background: transparent;
	-webkit-box-shadow: 0 35px 20px #000;
	-moz-box-shadow: 0 35px 20px #000;
	box-shadow: 0 35px 20px #000;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

.profile figure figcaption>p {
	margin: 0;
}

.profile figure figcaption>p>small {
	font-size: 1.6rem;
	text-transform:none;
	display: block;
	margin-top: 2px;
}

.profile>.wrap {
	padding: 10px;
}

.profile>.wrap h3 {
	font-size: 2.1rem;
	line-height: 1.5;
	color: #eb8321;
	margin: 0 0 .5em 0;
}

.profile>.wrap h3 small {
	font-size: 1.3rem;	
}

.profile>.wrap p {
	margin: 0;
	text-indent: 1em;
}

.profile>.wrap p.spec {
	font-size: 1.3rem;
	text-indent: 0;
	margin-bottom: 1em;
}


/* production notes
----------------------------------------------------- */

.episode {
	position: relative;
	margin: -10px auto 0 auto;
	outline: solid 1px rgba(0,0,0,.05);

		background-image: url(../images/prono-frame.png);
	background-size: 100%;
	background-repeat: repeat-y;
	padding: 25px;
	box-sizing: border-box;
	text-align: left;
	max-width: 850px;
	width: calc(100% - 600px);
	font-size: 1.5rem;
	line-height: 2;
	box-shadow: inset 0 0 40px rgba(151, 138, 110, 0.33);

    background-repeat: repeat;
    background-position: center top;
    color: #000;
}

.episode+.episode {
	margin-top: 30px;
}

.episode>.wrap h3 {
	text-align: center;
	font-size: 2.1rem;
	line-height: 1.5;
	color: #eb8321;
	margin: 0 0 .5em 0;
}

.episode>.wrap p {
	margin: 0;
	text-indent: 1em;
}


/* news
----------------------------------------------------- */
.news .post figure {
	position: relative;
	width: 100% !important;
	margin: 0;
	text-align: center;
}

.news .post figure[data-provider="youtube"] {
	height: 0;
	padding-top: 56.25%;
}

.news .post figure[data-provider="youtube"] iframe {
  position: absolute;
  top: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.news .post img,
.news .post video {
	max-width: 100%;
	height: auto;
}

.news .posts {
	margin: 0 auto;
}

.news .post,
.news .post.sub-post {
	display: block;
	box-sizing: border-box;
	padding: 15px;
	width: 300px;
	font-size: 1.4rem;
	line-height: 1.8;
	background-color: rgba(11,11,11, 0.65);
	color: #ccc;
	margin: 12px;
	outline: solid 1px rgba(255,255,255,.15);
	text-align: left;
}

.news.post .post {
	width: auto;
	min-width: 500px;
	max-width: 500px;
	
}

.news .post .more-content {
	display: none;	
}

.news .post.sub-post {
	width: auto;
	margin: 0;
	min-width: 500px;
	max-width: 500px;
	box-shadow:none;
	background-color: #111;
	outline:0;
}

.news .post.sub-post .more,
.news.post .post .more {
	display: none;	
}

.news .post.sub-post .more-content,
.news.post .post .more-content {
	display: block;	
}

.news .post:before {
	content: attr(data-type);
	position: absolute;
	right: 0;
	top:0;
	background-color: #c00;
	color: #fff;
	font-family: lp;
	text-transform: uppercase;
	line-height: 1;
	padding: 5px 2px;
	font-size: 8px;
	display: none;
}

.news .post h2,
.news .post h3 {
	font-size: 1.5rem;
	line-height: 1.5;
	margin: 1em 0 0 0;
}

.news .post h2+p {
	margin-top: 0 !important;	
}

.news .post h3.post-title {
	font-size: 1.7rem;
	line-height: 1.5;
	margin: 0 0 1em 0;
	color: #eb8321;
}

.news .post.sub-post h3.post-title,
.news.post .post h3.post-title {
	font-size: 2.2rem;	
}

.news .post h3.post-title a {
	color: inherit;	
}

.news .post h3.post-title a:hover {
	text-decoration: none !important;
}

.news .post.sub-post h3.post-title a,
.news.post .post h3.post-title a {
	pointer-events: none;
}

.news .post p.media {
	text-align: center;
	line-height: 0;
	margin: 0;
}

.news .post p.media * {
	display: inline-block;
	margin: 0 2px 2px 0;

}

.news .post video,
.news .post img {
	cursor: pointer;
	-webkit-transition:.2s ease-in-out;
	-moz-transition:.2s ease-in-out;
	-ms-transition:.2s ease-in-out;
	transition:.2s ease-in-out;
}

.no-touch .news .post video:hover,
.no-touch .news .post img:hover {
	opacity: .8;	
}

.news.post .post video,
.news .post.sub-post video,
.news.post .post img,
.news .post.sub-post img {
	opacity: 1 !important;
	cursor: default;
}

.news .post p:first-child {
	margin-top: 0;
}

.news .post p:last-child {
	margin-bottom: 0;	
}

.news .post p.m {
	margin-bottom: 0;
}


.news .post blockquote {
	margin-left: 0;
	border-left: 2px solid #cbb;
	padding-left: .5em;
}

.news .post a {
	color: #a6c2e4;
	text-decoration: none;
	word-break: break-word;
}

.no-touch .news .post a:hover {
	text-decoration: underline;	
}


.news .post ul.tags {
	list-style-type: none;
	margin-top: 10px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	word-break: break-word;
}

.news .post ul.tags li {
	display: inline;
	margin: 0 .5em 0 0;
	font-size: 11px;
	line-height: 1.2;
}

.news .post ul.tags a,
.news .post .meta a {
	color: #aaa;
	-webkit-transition:.2s ease-in-out;
	-moz-transition:.2s ease-in-out;
	transition:.2s ease-in-out;
}

.news .post ul.tags a:hover,
.news .post .meta a:hover {
	color: #777;	
}

.news .post .meta {
	margin-top: .5em;
	margin-bottom: -6px;
	position: relative;	
}

.news .post ul.reactions,
.news .post ul.share {
	display: inline-block;
	position: relative;
	list-style-type: none;
	padding: 0;
	font-size: 0;
	line-height: 0;
	white-space: nowrap;
}

.news .post ul.share {
	background-color: #fff;	
	border: 1px solid #cbb;
	border-radius: 2px;
	margin-left: 5px;
	visibility: hidden;
	opacity: 0;
	box-shadow: 0 0 2px rgba(0,0,0,.2);
	-webkit-transition:.2s ease-in-out;
	-moz-transition:.2s ease-in-out;
	transition:.2s ease-in-out;
	z-index: 100;
}

.news .post ul.share:before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	top:50%;
	margin-top: -5px;
	left: -6px;
	border-right: 5px solid #cbb;
	border-top: 5px solid transparent;	
	border-bottom: 5px solid transparent;
	z-index: 0;
}

.news .post ul.share:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	top:50%;
	margin-top: -5px;
	left: -4px;
	border-right: 5px solid #fff;
	border-top: 5px solid transparent;	
	border-bottom: 5px solid transparent;
	z-index: 1;
}

.news .post ul.reactions .more-wrap:hover ul.share {
	visibility: visible;
	opacity: 1;
}

.news .post ul.reactions li,
.news .post ul.share li {
	display: inline-block;
	width: 20px;
	margin: 0 10px 0 0;	
}

.news .post ul.share li {
	width: 26px;
	height: 26px;
	margin: 0;
}

.news .post ul.reactions a:before,
.news .post ul.share a:before {
	display: inline-block;
	width: 20px;
	text-align: center;
	font-family: FontAwesome;
	font-size: 18px;
	line-height: 1;
}

.news .post ul.share a:before {
	width: 26px;
	line-height: 26px;
}

.news .post ul.reactions a.reblog:before {
	content: "\f079";
}

.news .post ul.reactions a.like:before {
	content: "\f004";
}

.news .post ul.reactions a.liked {
    color: #EB5555;
}

.news .post ul.reactions a.more-reactions:before {
	content: "\f141";
}

.news .post ul.share a.twitter:before {
	content: "\f099";
}

.news .post ul.share a.facebook:before {
	content: "\f230";
}

.news .post .date {
	font-family: 'Teko', sans-serif;
	margin: 0 0 2px 0;

	font-size:16px;
	line-height: 1;
	color: rgba(255,255,255,.6);
}


/* loder
----------------------------------------------------- */

#ov {
	position: fixed;
	top:0;
	left: 0;
	min-width: 1024px;
	width: 100vw;
	height: 100%;
	z-index: 1000;
	
}

#ov::before {
	content: "";
	position: absolute;
	box-shadow: inset 0px 0px 30vw #5b1013;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 101;
}

#ov-left,
#ov-right {
	position: absolute;
	top:0;
	background-color: #630f13;
	width: 50%;
	height: 100%;
	display: block;
	z-index: 100;
	/*background-image: url(../images/main-1bg.jpg);
	background-size: 100vw;*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bc1b21+0,630f13+100 */
	background: rgb(188,27,33); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(188,27,33,1) 0%, rgba(99,15,19,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(188,27,33,1) 0%,rgba(99,15,19,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(188,27,33,1) 0%,rgba(99,15,19,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc1b21', endColorstr='#630f13',GradientType=0 ); /* IE6-9 */
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding-top: 20px;
	overflow: hidden;
}

#ov-left {
	left: 0;
	background-position: left top;	
}

#ov-right {
	right: 0;
	background-position: right top;
}

#ov-center,
#ov-left>div,
#ov-right>div {
	position: fixed;
	height: 95vh;
	width: 163vh;
	max-width: 98.75vw;
	max-height: 57.5vw;
	min-width: 1024px;
	min-height: 596px;
	margin: 0 auto;
	overflow: hidden;
	left: 0;
	right: 0;
}

#ov-center {
	top:20px;

	z-index: 1000;
}


#ov-left>div::before,
#ov-right>div::before {
	content: "";
	position: absolute;
	bottom:0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 94%;
	height: 94.5%;
	/*background-color: rgba(0,0,0,.33);*/
	background-image: url(../images/tt.png);
	background-position: center 44%;
	background-repeat: no-repeat;
	background-size: 20%;
	/*border: solid 2px rgba(153, 153, 153, 0.55);*/
}


#ov-txt {
	position: absolute;
	top:55.5%;
	left: 0;
	right: 0;
	font-size: 24px;
	line-height: 1;
	font-weight: normal;
	font-family: 'Teko', sans-serif;
	margin: 0 auto;
	padding: 0;
	color: #f3b064;
	z-index: 101;
	text-align: center;
}

#ov-bar-bg {
	position: absolute;
	top:59%;
	left: 50%;
	margin-left: -50px;
	width: 100px;
	height: 1px;
	background-color:rgba(243, 177, 100, 0.13);
		
}

#ov-bar {
	position: absolute;
	left: 0;
	top:0;
	width: 0;
	height: 1px;
	background-color: #f3b064;
}
	
/* fancybox override
----------------------------------------------------- */
body.fancy,
body.ov {
	overflow:hidden;
}


.fancybox-skin {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	background-color: transparent !important;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;    
}

.fancybox-overlay {
	overflow: auto;
	overflow-y: auto !important;
	background-color: rgba(0,0,0, 0.88);
	background-image: none !important;	
	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.fancybox-wrap-modal .fancybox-inner {
	overflow: hidden;
	overflow-y: auto;
	overflow-x: hidden !important;
}


.fancybox-wrap-share+.fancybox-overlay,
.fancybox-wrap-share .fancybox-overlay {
	background-color: rgba(0,0,0, 0.75);
}

.fancybox-wrap .page {
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

.fancybox-prev,
.fancybox-next {
	width: 44px !important;
	height: 44px !important;
	top:50% !important;
	margin-top: -22px !important;
	background-color: transparent;
	
}

.fancybox-prev {
	left: -44px !important;
}


.fancybox-next {
	right: -44px !important;
}

.fancybox-prev span,
.fancybox-next span {
	visibility: visible !important;
}

.fancybox-prev span {
	left: 5px !important;
}

.fancybox-next span {
	right: 5px !important;
}

.fancybox-close {
	background-image: none;
	font-size: 0;
	line-height: 0;
}

.fancybox-wrap-alt .fancybox-close,
.fancybox-wrap-modal .fancybox-close {
	position: fixed;
	width: 44px;
	height: 44px;
	top: 16px;
	right: 16px;
	background-image: none;
	text-decoration: none;
	z-index: 100;
	
}

.fancybox-wrap-share .fancybox-close {
	top: 0 !important;
	right: -44px;
	text-align: center;
}



.fancybox-close::before {
	content: "×";
	position: absolute;
	left: 0;
	right: 0;
	top:0;
	font-family: 'Times New Roman';
	font-size: 72px;
	line-height: 44px;
	color: #ccc;
	display: inline-block;
	width: 44px;
	height: 44px;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	-webkit-transition:0.2s ease-in-out;
	-moz-transition:0.2s ease-in-out;
	-ms-transition:0.2s ease-in-out;
	transition:0.2s ease-in-out;

}

.fancybox-wrap-share .fancybox-close::before {
	font-size: 48px;
}

.no-touch .fancybox-close:hover::before {
	color: #fff;
}

.fancybox-title a {
	color: #999;
}



.fancybox-wrap-video .fancybox-skin {
	background-color: transparent;
	padding: 0;
}

.fancybox-wrap-video .fancybox-inner {
	overflow: visible !important;	
}

.default-video .fancybox-wrap-video {
	z-index: 10001;
}

body.default-video::before {
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background-color: #080808;
	left: 0px;
	top: 0px;
}

/* bxslider override
----------------------------------------------------- */
.bx-loading {
	background-color: transparent !important;
	background-image: none;
}

.bxslider {
	margin: 0;
	padding: 0;
}

.bx-wrapper {
	background-color: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	margin-bottom: 40px !important;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0 0 0 0;
    border: 0;
    left: 0;
    background-color: transparent !important;

}

.bx-pager-item {
	width: auto !important;
	margin: 0 3px  !important;
}

.bx-pager {
	white-space: nowrap;
}

.bx-pager-link {
	margin: 0 !important;
	width: 8px !important;
	height: 8px !important;
	background-color: #333 !important;
	border: solid 5px #161616 !important;
	border-radius: 50% !important;
}

.bx-pager-link:hover {
	background-color: #666 !important;
}

.bx-pager-link.active {
	background-color: #e71218 !important;
}

.bx-prev,
.bx-next {
	background-image: none !important;
	background-color: transparent !important;
	width: 44px !important;
	height: 44px !important;
	margin-top: -22px !important;
	text-decoration: none !important;

}

.bx-prev:before,
.bx-next:before {
	position: absolute;
	left: 0;
	top:0;
	display: block;
	font-family: FontAwesome;
	color: rgba(255,255,255,.85);
	font-size: 72px;
	line-height: 38px;
	width: 100%;
	height: 100%;
	text-align: center;
	text-indent: 0;
}

.bx-prev:before {
	content: "\f104";
	text-indent: -5px;
}

.bx-next:before {
	content: "\f105";
	text-indent: 5px;
}

.bx-prev {
	left: 0px !important;
}

.bx-next {
	right: 0px !important;
}

.bx-viewport li {
	min-height: 1px; min-width: 1px;
}

