@charset "UTF-8";
/* CSS Document */


@font-face {
  font-family: 'Monylop-Regular';
  src: url('..//fnts/Monylop-Regular.woff');
}
@font-face {
  font-family: 'Monylop-Italic';
  src: url('..//fnts/Monylop-Italic.woff');
}
@font-face {
  font-family: 'Monylop-Black';
  src: url('..//fnts/Monylop-Black.woff');
}
@font-face {
  font-family: 'Monylop-Black-Italic';
  src: url('..//fnts/Monylop-Black-Italic.woff');
}
body {
	font-family: 'Monylop-Regular';
	font-size: 7.5px;
	background-color: #000000;
	}
a {	
	color: #000000;
	text-decoration:none; cursor: pointer;
}
a:active {
	color: #000000;
}
a:link {
	color: #000;
	text-decoration:none;
}
a:visited {
	color: #000000;
	text-decoration:none;
}
.menu {
		color: #ccc; background-color: #FFF; cursor: pointer; pointer-events: all;
}
.menu:hover  {
		filter: invert(100%);
}
i {
	font-family: 'Monylop-Italic';
}
#item {
	line-height: 31px;
	cursor: default;
	}
::-webkit-scrollbar {
  display: none;
}	
#rap {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 2;
	text-align: center;
	letter-spacing: 0px;
	top: 0px;
	background-color: none;
	overflow: visible;
	margin-bottom: 0px;
	}
#cineA {
	width: 100%; opacity: 100%; top: 0px; height: 25%; z-index: 3; pointer-events:none; position: fixed; border-bottom: 0px;
	}
#cineB {
	width: 100%; opacity: 100%; bottom: -10px; z-index: 3; pointer-events:none; position: fixed;
	}
#pluz {
	width: 50px;
	}
#arrow {
	width: 36.5px;
	}
#arrow:hover {
	background-color: none;
	display: inline-block;
	cursor:w-resize;
	animation: bounce .30s forwards;
}
@keyframes bounce{
    0% { transform: translateX(0px);filter: invert(100%)}
	50% { transform: translateX(-7px)}
    100% { transform: translateX(0%)}
}
#menuSGS {
	position: fixed; top: 80px; right: 0px; font-size: 7.5px; font-family: 'Monylop-Black'; background-color: none; width: 100%; z-index: 2; text-align: left; width: 100%;
	}
#sp {
	font-family: 'Monylop-Regular';
 	display: inline;
	visibility: visible;
	color: #000000;
	}
#cntnt {
	width: 100%; margin-top: -8cpx; text-align: center; background-color: none; padding-top: 225px; background-image: url('..//img/cinebg.svg');
	background-repeat:repeat-y;
	background-position:center;
	background-size:cover; padding-bottom: 2.22%;
	margin-bottom: 0px;
	}
#ring {
    animation:logo 1.33s ease;
}
@keyframes logo {
  0% {
    transform: scale(0, 0);
  }
  50% {
    transform: scale(.3, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
#sp2 {
	display: none;
	visibility: hidden;
	}
#foot {
	width: 90%; background-color: none; margin-top: 0px; position: absolute; z-index: -1; opacity: 101%; padding-top: 0%; text-align: left; padding-left: 10%; font-size: 6px; line-height: 21px; color: #FFFFFF;
	padding-bottom: 8.26%;
}
#butter {
	color: #FFFFFF;
}
#butter:hover {
	background-color: none;
	display: inline-block;
	cursor: pointer;
	animation: bounce .30s forwards;
}
@keyframes bounce{
    0% { transform: translateX(0px);filter: invert(100%)}
	50% { transform: translateX(7px)}
    100% { transform: translateX(0%)}
}
#buttered {
	color: #000000;
	background-color: #FFFFFF;
}
#buttered:hover {
	background-color: none;
	display: inline-block;
	cursor: pointer;
	animation: inv .30s forwards;
}
@keyframes inv{
    0% { color: #000000;}
    100% { color: #5D5D5D;}
}
	
	
@media only screen and (max-width: 940px) {	
#foot { 
	color: #FFFFFF;
	height: 170px;
	padding-top: 182px;
	}}	

@media only screen and (max-width: 800px) {
#foot { 
	color: #FFFFFF;
	height: 170px;
	padding-top: 50px;
	padding-bottom: 25%;
}
#sp2 {
	display: inline;
	visibility: visible;
	opacity: 0%;
	}
#cntnt {
	width: 100%; margin-top: 0px; text-align: center; background-color: none; padding-top: 200px;
}
#rap {
		left: 0%;
	}
#item {
	line-height: 31px;
	margin-top: -90px;
	margin-bottom: 36%;
	}
#rap {
	width: 110%;
	height: 80%;
	position: fixed;
	z-index: 2;
	letter-spacing: 0px;
	top:8%; left: 0px;
	margin-left: -22px;
	}
#menuSGS {
	position: fixed; top: 80px; font-size: 7.5px; font-family: 'Monylop-Black'; background-color: none; width: 100%; z-index: 2; text-align: left;
	}
#sp {
	display: none;
	visibility: hidden;
	}
	#Portsea {
		display: none;
		visibility: hidden;
	}
	}

::selection {
	color:#000000;
}
.buybut {
	font-family: 'Monylop-regular';
	font-size: 7.5px;
	     -webkit-animation: fadein 3.33s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 3.33s; /* Firefox < 16 */
    -ms-animation: fadein 3.33s; /* Internet Explorer */
    -o-animation: fadein 3.33s; /* Opera < 12.1 */
    animation: fadein 3.33s;
	}

#cineB {
	width: 100%; opacity: 100%; bottom: -10px; z-index: 3; pointer-events:none; position: fixed;
	}
#copy {
	position: fixed;
	top:47%;
	left:-123.3px;
	transform: rotate(-90deg);
	font-size:5px;
	line-height:14px;
	color: #777777;
}
#blue {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	animation: blued 3.8s forwards;
	z-index: 100;
	display: block;
}
@keyframes blued{
    0% { opacity: 100%; background-color: #000000;}
	7% { opacity: 100%; background-color: #000000; top: 0%;}
	50% { opacity: 100%; background-color: #00000;}
    100% { opacity: 100%; background-color: #505050; top: -200%; display: none; visibility: hidden;}
}
#CT {
	width: 100%; text-align: center; position: fixed; top: -10px; color: #000; font-size: 5px; line-height: 20px; z-index: 1000;
	animation: shifty 2.54s forwards;
}
@keyframes shifty{
    0% { transform: translateY(1px); opacity: 0%;}
	50% { transform: translateY(1px); opacity: 0%;}
    100% { transform: translateY(0%); opacity: 100%;}
}	
	
#RName {
	animation: shiftier 1.7s forwards; transform:rotateX(45deg) perspective(100px);
}
@keyframes shiftier{
    0% { transform: translateY(100%); opacity: 0%;}
    100% { transform: translatex(0%); opacity: 100%; }
}
	}

@media only screen and (max-width: 500px) {	
#butter {
	filter: invert(100%);
}
#copy {
	top:42%;
	left:-123.3px;
}
#cntnt {
	width: 100%; margin-top: 0px; text-align: center; z-index: 6; background-color: none; padding-top: 200px; padding-bottom: 0%;
	}}