/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

@import url(http://fonts.googleapis.com/css?family=Crimson+Text);
@import url(http://fonts.googleapis.com/css?family=Belleza&subset=latin,latin-ext);
html,
button,
input,
select,
textarea {
    color: #222;
}

.fa-facebook{
margin-left: 10px;
}

body {
    font-size: 1em;
    line-height: 1.4;
}
#contents-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}
#contents-wrapper a {
	color: #949494;	
	text-decoration: none;
}

#contents-wrapper a:hover {
	color: #c0c0c0;	
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	font-family: "garamond" , "Crimson Text", serif;
}

html {
}


/* language select */
#lang-select-wrapper {
	background-color: #333333;
	padding: 10px;
}
#lang-select-title {
	margin-top: 0;
	color: white;
	text-align: center;
}
#lang-select {
	margin: 30px;
	padding: 0;
	list-style-type: none;
	color: white;
	text-align: center;
}
#lang-select li {
	padding: 4px;
}
#lang-select li:hover {
	cursor: pointer;
	color: silver;
}




#door-menu-wrapper {
    position: absolute;
    top: 20%;
    left: 20%;
    width: 720px;
    height: 360px;
    /*background-color: rgba(255,255,255,0.3);*/
}
#door-menu-yy {
    float: left;
    display: block;
    width: 360px;
    height: 360px;
    background-color: rgba(0,0,0,0.3);
    position: relative;
    text-align: center;
    color: #fff;
    text-decoration: none;
}
#door-menu-yy:hover {
    background-color: rgba(0,0,0,0.6);
}
#door-menu-yy-logo {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding-top: 120px;
}
#door-menu-ys {
    float: left;
    display: block;
    width: 360px;
    height: 360px;
    background-color: rgba(255,255,255,0.3);
    position: relative;
    text-align: center;
    color: #000;
    text-decoration: none;
}
#door-menu-ys:hover {
    background-color: rgba(255,255,255,0.6);
}
#door-menu-ys-logo {
    display: block;
    width: 40%;
    margin: 0 auto;
    padding-top: 120px;
}
#door-menu-wrapper p {
    font-family: "Helvetica";
    font-size: 12px;
    position: absolute;
    width: 100%;
    bottom:10px;
    display: none;
}
#door-menu-ys:hover p, #door-menu-yy:hover p {
    display: block;
}

 #link-to-ec {
    position: fixed;
    bottom: 30px;
    right: 0;
    font-size: 16px;
}

 #link-to-groundy {
    position: fixed;
    bottom: 65px;
    right: -136px;
    font-size: 16px;
}


 #link-to-ec span , #link-to-groundy span {
    font-size: 12px;
}

#link-to-ec a {
    text-decoration: none;
    color: #a1a1a1;
    border-bottom: 1px solid #a1a1a1;
    display: block;
    padding: 6px 20px 0 4px;
}

#link-to-groundy  a:hover {
	opacity: 0.7;
}

#link-to-ec a:hover , #link-to-groundy a:hover  {
    color: #FFF;
}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-left: 32px;
}
#footer-menu {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer-menu li {
    float: left;
}

#footer-menu li a {
    color: #a1a1a1;
    text-decoration: none;
    font-size: 12px;
    display: block;
    border-right: 1px solid #a1a1a1;
    padding: 0px 12px;
    height: 14px;
}
#footer-menu li a:hover {
    color: white;
}
#footer-menu li:last-child a {
    border: none;
}

#copyright {
    margin-left: 12px;
    padding-top: 10px;
    clear: both;
    font-size: 11px;
    color: #a1a1a1;
}


#wrapper {
    position: absolute;
    top: 0;
    left: 0;
}


/* yy top */

#yyTopWrapper{
	width: 100%;
}


#yyTop #yy-top-logo {
	position: relative;
	height: 400px;
}
#yyTop #yy-top-logo img {
    width: 44%;
    display: block;
		position: absolute;
		bottom: 0;
		left: 29%;
/*
    margin: 0 auto;
    margin-top: 92px;
    padding-left: 48px;
*/
}

#yyTop #gnavi {
    height: 36px !important;
    min-height:36px !important;
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99181818,EndColorStr=#99181818);
    background-color: rgba(24,24,24,0.8);
}
#yyTop #gnavi-main-menu {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 800px;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
}
#yyTop #gnavi-main-menu > li {
    float: left;
    position: relative;
    width: 160px;
    height: 100%;
}
#yyTop #gnavi-main-menu > li:hover {
    background-color: rgba(60,60,60,0.9);
}
#yyTop #gnavi-main-menu > li p {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #818181;
}
#yyTop #gnavi-main-menu > li p:hover {
    cursor: pointer;
}
#yyTop #gnavi-main-menu .submenu {
    display: none;
    position: absolute;
    top: 36px;
    left: 0;
    width: 160px;
    background-color: rgba(60,60,60,0.9);
}
#yyTop #gnavi-main-menu .submenu img {
    width: 160px;
}
#yyTop #gnavi-main-menu .submenu ul {
    list-style: none;
    margin: 0;
    padding: 8px 0;
}
#yyTop #gnavi-main-menu .submenu ul li {
    height: 28px;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 28px;
    font-size: 14px;
}
#yyTop #gnavi-main-menu .submenu ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #818181;
}
#yyTop #gnavi-main-menu .submenu ul li a:hover {
    color: #fff;
}

#yyTop #gnavi-bottom {
    height: 32px;
    width: 100%;
}
#yyTop #gnavi-bottom-menu {
    list-style: none;
    margin: 24px auto;
    padding: 0;
	width: 361px;
/*     width: 542px; */
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}
#yyTop #gnavi-bottom-menu li {
    float: left;
    width: 180px;
    height: 100%;
    border-left: 1px solid #d1d1d1;
}
#yyTop #gnavi-bottom-menu li:first-child {
    border-left: none;
}
#yyTop #gnavi-bottom-menu li a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    color: #FFF;
    text-shadow:1px 2px 2px #7f8c8d;

}
#yyTop #gnavi-bottom-menu li a:hover {
    color: #d1d1d1;
}

#yyTop #link-to-ys {
    position: fixed;
    bottom: 30px;
    right: 0;
}
#yyTop #link-to-ys a {
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #a1a1a1;
    display: block;
    padding: 6px 28px 0 4px;
}
#yyTop #link-to-ys a:hover {
    color: #a1a1a1;
}



/* ys top */
 #ys {
	font-family: "optima" , "Belleza", sans-serif;
}

#ys #gnavi-wrapper {
    float: left;
    width: 210px;
    position: relative;
    z-index: 999;
}
#ys #gnavi {
    position: fixed;
    top: 0;
    left: 0;
    width: 210px;
}
#ys #gnavi a {
    text-decoration: none;
    color: #333333;
    display: block;
    width: 100%;
    height: 100%;

}
#ys #gnavi ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#ys #ys-top-logo {
}
#ys #ys-top-logo img {
    width: 84px;
    display: block;
    margin: 0 auto;
    margin: 40px 0 14px 24px;
}
#ys ul#gnavi-main-menu {
    width: 100%;
    margin: 10px 0;
    font-size: 18px;
}
#ys #gnavi-main-menu li {
    padding-left: 32px;
    padding-top: 7px;
    cursor:pointer;

}
#ys #gnavi-main-menu li a {
    height: 24px;
    line-height: 24px;
}
#ys #gnavi-main-menu li a:hover {
    color: #888888;
}


.ysSubMenuLine{
    border-top: 1px solid #cccccc;
    margin: 0 32px;
}

#ys ul#gnavi-main-ys-menu {
	padding-top: 3px;
    font-size: 18px;
}
#ys #gnavi-main-ys-menu li {
    padding-top: 7px;
    padding-left: 32px;
    cursor:pointer;

}
#ys #gnavi-main-ys-menu li a {
    height: 26px;
    line-height: 26px;
}
#ys #gnavi-main-ys-menu li:hover {
    color: #888888;
}

#ys #gnavi-main-ys-menu li a:hover {
    color: #888888;
}


#ys ul#gnavi-sub-menu {
    width: 100%;
    margin: 10px 0;
    font-size: 13px;
}
#ys #gnavi-sub-menu li {
    padding-left: 32px;
}
#ys #gnavi-sub-menu li a {
    height: 28px;
    line-height: 28px;
}
#ys #gnavi-sub-menu li a:hover {
    color: #888888;
}


#ys ul#gnavi-special-menu {
    width: 100%;
    margin: 12px 0;
}
#ys #gnavi-special-menu li {
    font-size: 13px;
    margin: 4px 32px 8px 32px;
    text-align: center;
}
#ys #gnavi-special-menu li a {
    color: #fff;
    background-color: #bbbbbb;
    height: 24px;
    line-height: 24px;
}
#ys #gnavi-special-menu li a:hover {
    background-color: #888888;
}
#ys #gnavi-bottom-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
}
#ys ul#gnavi-bottom-menu {
    width: 100%;
    margin: 5px 0;
}
#ys #gnavi-bottom-menu li {
    padding-left: 32px;
    font-size: 12px;
}
#ys #gnavi-bottom-menu li a {
    height: 17px;
    line-height: 17px;
    color: #888888;
}
#ys #gnavi-bottom-menu li a:hover {
    color: #cccccc;
}
#ys #link-to-yy {
    border-top: 1px solid #cccccc;
    margin-left: 32px;
    margin-top: 5px;
    padding-right: 22px;
}
#ys #link-to-yy a {
    color: #888888;
    display: block;
    padding: 5px 0;
}
#ys #link-to-yy a:hover {
    color: #a1a1a1;
}

#contents-wrapper{
	opacity: 0;
}

#ys #contents-wrapper {
	left: 210px;
	background-color: #f0f0f0;
}
#ys #contents {
    width: 760px;
}
#ys-dummy-image {
    width: 100%;
    height: auto;
}

/* yy top */

 #yy {
    font-family: "garamond" , 'Crimson Text', serif;
    background-color: black;
}

#yy #gnavi-wrapper{
	width: 210px;
	float: left;
	position: relative;
	z-index: 999;
}

#yy #gnavi {
    position: fixed;
    top: 0;
    left: 0;
    width: 210px;
    background: rgba(000,000,000,0.7);

}
#yy  #gnavi  a {
    text-decoration: none;
    color: #FFF;
    display: block;
    width: 100%;
    height: 100%;

}
#yy #gnavi ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#yy #yy-top-logo {
}
#yy #yy-top-logo img {
    width: 168px;
    display: block;
    margin: 0 auto;
    margin: 36px 0 14px 24px;
}
#yy ul#gnavi-main-menu {
    width: 100%;
    margin: 5px 0;
    font-size: 18px;
    color: white;
}
#yy ul#gnavi-main-menu {
    width: 100%;
    margin: 10px 0;
    font-size: 18px;
    color: white;
}

#yy #gnavi-main-menu  li {
    padding-top: 7px;
    cursor:pointer;
}

.collectionPopUp a{
	line-height: 28px !important;
	height: 28px !important;
}

#yy #gnavi-main-menu .aco_navi {
    padding-left: 32px;
}

#yy #gnavi-main-menu .aco_navi:hover {
	color: #888888;
}


#yy #gnavi-main-menu .gnavi-main-acodion a:hover {
	color: #888888;
}

#yy #gnavi-main-menu .gnavi-main-acodion .collectionPopUp a:hover {
	color: #ababab;
}

#yy #gnavi-main-menu .gnavi-main-acodion .nohov:hover {
	color: white !important;
}

#yy #gnavi-main-menu .gnavi-main-acodion {
	/* padding-left: 56px; */
	font-size: 13px;
}


#yy .gnavi-main-acodion li {
	padding-top: 3px !important;
	padding-left: 50px;
}

.gothic_menu{
	font-size: 10px;
}

#yy .gnavi-main-acodion li > a {
    height: 18px !important;
    line-height: 18px !important;
}

#yy #gnavi-main-menu .gnavi-main-acodion .lastList{
	padding-left: 28px;
	font-size: 13px;
}


#yy ul#gnavi-sub-menu {
    width: 100%;
    margin: 5px 0;
    font-size: 13px;
}
#yy #gnavi-sub-menu li {
    padding-left: 32px;
}
#yy #gnavi-sub-menu li a {
    height: 24px;
    line-height: 24px;
}
#yy #gnavi-sub-menu li a:hover {
    color: #888888;
}

#yy ul#gnavi-special-menu {
    width: 100%;
    margin: 12px 0;
}
#yy #gnavi-special-menu li {
    font-size: 13px;
    margin: 4px 32px 4px 32px;
    text-align: center;
}
#yy #gnavi-special-menu li a {
    color: #fff;
    background-color: #bbbbbb;
    height: 24px;
    line-height: 24px;
}
#yy #gnavi-special-menu li a:hover {
    background-color: #888888;
}
#yy #gnavi-bottom-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
}

#yy ul#gnavi-bottom-menu {
    width: 100%;
    margin: 5px 0;
}
#yy #gnavi-bottom-menu li {
    padding-left: 32px;
    font-size: 12px;
}
#yy #gnavi-bottom-menu li a {
    height: 17px;
    line-height: 17px;
    color: #888888;
}
#yy #gnavi-bottom-menu li a:hover {
    color: #cccccc;
}
#yy #link-to-yy {
    border-top: 1px solid #a1a1a1;
    margin-left: 32px;
    margin-top: 5px;
}
#yy #link-to-yy a {
    color: #888888;
    display: block;
    padding: 5px 0;
}
#yy #link-to-yy a:hover {
    color: #a1a1a1;
}

#yy #contents-wrapper {
	left: 210px;
	background-color: #1e1e1e;
}
#yy #contents {
    width: 760px;
}
#yy-dummy-image {
    width: 100%;
    height: auto;
}


/* yy_ys top */
#yy_ys-top-logo img {
    display: block;
    margin: 25px 0 16px 20px;
}


#yy_ys {
    font-family: "garamond" , 'Crimson Text', serif;
   	background-color: black;
}

#yy_ys #gnavi-wrapper{
	width: 210px;
	float: left;
}

#yy_ys #gnavi {
    position: fixed;
    top: 0;
    left: 0;
    width: 210px;
    background-color:#000000;

}
#yy_ys #gnavi a {
    text-decoration: none;
    color: #FFF;
    display: block;
    width: 100%;
    height: 100%;

}
#yy_ys #gnavi ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#yy_ys ul#gnavi-main-menu {
    width: 100%;
    margin: 5px 0;
    font-size: 13px;
    color: white;
}

#yy_ys #gnavi-main-menu  li {
    cursor:pointer;
	padding-left: 32px;
}

#yy_ys #gnavi-main-menu li a {
    height: 28px;
    line-height: 28px;
}

#yy_ys #gnavi-main-menu li a:hover {
    color: #cccccc;
}
#yy_ys #gnavi-bottom-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    margin-bottom: 6px;
}
}
#yy_ys #gnavi-bottom-menu {
    width: 100%;
    margin: 10px 0;
    border-top: 1px solid #646464 !important;
    border-bottom: 1px solid #646464 !important;
}
#yy_ys #gnavi-bottom-menu li {
    margin-left: 32px;
    font-size: 12px;

}
#yy_ys #gnavi-bottom-menu li a {
    color: white;
    height: 17px;
    line-height: 17px;
}
#yy_ys #gnavi-bottom-menu li a:hover {
    color: #cccccc;
}
#yy_ys #link-to-yy {
    border-top: 1px solid #646464 !important;
    margin-left: 32px;
    margin-top: 5px;
    width: 145px;
}

#yy_ys #link-to-yy span {
	display: block;
	float: left;
}
#yy_ys #link-to-yy i {
	display: block;
	float: right;
	padding-left: 30px;
	
}
#yy_ys #link-to-yy a {
    color: #888888;
    display: block;
}
#yy_ys #link-to-yy a:hover {
    color: #a1a1a1;
}

#yy_ys #contents-wrapper {
	left: 210px;
	background-color: #1e1e1e;
}
#yy_ys #contents {
    width: 760px;
}
#yy_ys .yy_ys-clear {
	clear: both;
}




/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


#yy-footer{
	width:100%;
	text-align: right;
	height:35px;
	position:absolute;
	bottom:0;
	right: 5px;
}

#ys-footer{
	width:100%;
	text-align: right;
	height:35px;
	position:absolute;
	bottom:0;
	right: 5px;
}
#ys-top-footer{
	width:100%;
	text-align: right;
	height:35px;
}

#ys-footer p,
#ys-top-footer p,
#yy-footer p{
	margin: 0;
	padding:10px 10px 10px 0;
}


/* collection */

.listActive{
	background-color: #262626;
	pointer-events: none;
}

#gothicLogo{
	position: absolute;
	left : 50%;
	margin-left: -400px;
	top : 50%;
	margin-top: -197px;
}

#yy #gnavi-main-menu li{
	position: relative;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.gothicMenu{
	height: 33px !important;
	padding: 5px 0 !important;
	line-height: 18px !important;
}

.discord p{
	font-size: 20px;
}

.gothicMenu span{
font-size: 12px;
}

#yy .collectionPopUp li > a{
	float: left;
	width: 130px;
	padding: 0 !important;
	margin-right: 15px;
}


#yy .fh .collectionPopUp li > a{
	float: left;
	width: 55px !important;
	padding: 0 !important;
	margin-right: 15px;
}

#yy .collectionPopUp .lastList{
	float: left;
	padding: 0 !important;
	width: 0 !important;
}

 #yy #gnavi-main-menu .gnavi-main-acodion .lastList a{
	width: 80px !important;
}


#yy #gnavi-main-menu .gnavi-main-acodion .lastList li{
	width: 130px;
	padding: 0 !important;
}

#yy #gnavi-main-menu .gnavi-main-acodion .lastList li a{
 	padding-bottom: 5px !important;
}

#yy .collectionPopUpWrapper{
	width: 200px !important;
}

#yy .collectionPopUpWrapper.fh{
	top:-25px !important;
}

.collectionPopUpWrapper{
	position: absolute;
	width: 160px;
	left: 210px;
	top:0px;
	cursor: default;
	display: none;

}

.collectionPopUp a span{
	position: absolute;
	right: 25px;
	width: 55px;
}

.collectionPopUp .movieLink span{
	
}

.collectionHover{
	position: relative;
}

.collectionPopUp{
	font-size: 12px;
}

#yy .collectionPopUp  li{
	padding-top: 8px  !important;
	padding-bottom: 8px  !important;
}

.nr li{
	width: 47px !important;
}

.collectionPopUp > li{
	padding: 0 15px !important;
	width: 130px;
	background: rgba(239,239,239,0.5);
}

.collectionPopUp li:hover{
	background: rgba(209,209,209,0.7);
}

#yy .collectionPopUp > li{
	background: rgba(076,076,076,0.5);
/* 	background: rgba(239,239,239,0.5); */

}

#yy .collectionPopUp li:hover{
	background: rgba(038,038,038,0.5);
/* 	background: rgba(209,209,209,0.5); */
}

.collectionPopUp li a{
	height: 35px !important;
	line-height: 35px !important;

}

.collectionPopUp li:hover a{
	color: white !important; 
}

#ysmenu li{
	width: 140px !important;
}

.alcantaraSpace{
	margin-left: 8px;
}

/*
.collectionPopUpWrapper{
	position: absolute;
	width: 130px;
	left: 210px;
	background-color: #efefef;
	background: rgba(239,239,239,0.9);
	padding: 0 20px;
	top:0;
	cursor: default;
	display: none;

}

.collectionPopUp{
	font-size: 12px;
	margin-top: 132px !important;
}

.collectionPopUp li{
	padding: 0px !important;
	width: 130px;
}

.collectionPopUp li a{
	height: 25px !important;
	line-height: 25px !important;
}
*/