@charset "utf-8";

html, body {
    margin: 0;
    height: 100%;
    width: 100%;
    padding: 0;
	font-size: 10pt;
	position: relative;
}

body {
    background-color: #161414;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto;
}

.shared_buttons {
    position: absolute;
    left: 20px;
    top: 20px;
}

.lang_buttons {
    right: 15px;
    position: absolute;
    top: 15px;
}

.menu{
	position: fixed;
	top: 50%;
	right: 0px;
	margin-top: -100px;
	z-index: 105;
	max-width: 80%;
}

.menu li a, li a:hover{
	color: #9a8866;
}

.menu li{
	list-style-type: none;
}

.menu .item{
	opacity: .8;
	max-width: 100%;
	box-shadow: 0px 0px 5px 0.8px rgba(255,255,255,0.8);
	border: 1px solid #000;
	background: black;
	color: #9a8866;
	cursor: pointer;
	text-align: center;
	margin-left: auto;
	margin-right: 0;
	width: 35px;
	line-height: 1.3em;
	position: relative;
	height: 27px;
	font-size: 20px;
    text-indent: 100%;
	overflow: hidden;
	-webkit-transition: width .2s ease-in-out;
	-moz-transition: width .2s ease-in-out;
	-o-transition: width .2s ease-in-out;
	transition: width .2s ease-in-out
}
	
.menu .item div{
	display: none;
	padding: 0;
	margin: 0;
	width: 100%
}

.menu .item:hover div{
	display: inline;
}
	
	
.menu .item:hover{
	width: 310px;
    text-indent: 0%;
}

.button {
    border: none;
    padding: 0 0;
    display: inline-block;
    margin: 0 0;
	background: black;
	color: #9a8866;
	width:100%;
}

.logo-block, .about-block, .characters-block, .video-block, .music-block, .screenshots-block, .subscribe-block, copyright-block {
	background-attachment: fixed;
	background-color: #161414;
	background-repeat: no-repeat;		
	background-position: center center;
	background-size: cover;	
	border-color: #000000;		
	border-style: solid;
	border-width: 0;
}

.logo-block {
	background-image: url(../img/tokyo_street1.jpg);
	height: 1070px;	
}

.about-block {
	height: 1070px;
	background-image: url(../img/mc_house_corridor.jpg);	
	position: relative;
	-webkit-justify-content: center;
	justify-content: center;
}

.characters-block {
	height: 2770px;
	background-color: #161414;
	position: relative;
	-webkit-justify-content: center;
	justify-content: center;
}

.video-block {
	height: 1070px;
	background-image: url(../img/mc_room.jpg);	
	position: relative;
	-webkit-justify-content: center;
	justify-content: center;
}

.music-block {
	height: 1070px;
	background-image: url(../img/bar_club_outside.jpg);	
	position: relative;
	-webkit-justify-content: center;
	justify-content: center;
}

.screenshots-block {
	height: 1150px;
	background-image: url(../img/mc_house.jpg);
	position: relative;
	-webkit-justify-content: center;
	justify-content: center;
}

.subscribe-block {
	height: 1200px;
	background-image: url(../img/tokyo_street2.jpg);	
	position: relative;
	-webkit-justify-content: center;
	justify-content: center;
}

.copyright-block {
	height: 30px;
	background-color: #161414;
	position: relative;
	font-family: Calibri light;
	font-size: 1.5em;
	font-weight: 400;
	color: rgb(245,245,245);	
	text-align: justify;
	margin: 0 auto;
	vertical-align: middle;
}

.copyright-block a:hover {
    color: hotpink;
}

.separator1 {
	background-color: #161414;
	height: 5px;
}

.himi {
	position:relative;
	z-index:10;
	visibility:hidden;
	align-items: top;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:center;
	justify-content: center;
	margin: 0 auto;	
	height:28em;
	width:auto;
}

.lmr-logo {
	display: -webkit-flex;
	display: flex;
	margin: auto;
	width: 50%;
}

.lmr-logo-image {
	position: relative;
	margin: auto;
	padding-top: 1em;
}

.link-button {
	display: -webkit-inline-flex;
	display: inline-flex;
	text-align: center;
	flex-direction: row;
	max-width: 100%;
	padding-right: 23px;
	padding-left: 23px;
}

.link-button img{
	width: 85%;
	height: 85%;
}

.link-image {
	position: relative;
	margin: auto;
}

.link-image:hover, .link-image:active {
	-webkit-filter: hue-rotate(30deg);
	filter: hue-rotate(30deg);
	-webkit-filter: brightness(125%);
	filter: brightness(125%);
}

.links1 {
	margin-right: 60px;
	margin-left: 60px;
	position: relative;
	text-align: center;
	align-items: center;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top:2em;
}

.links22{}

.links2 {
	margin-right: 60px;
	margin-left: 60px;
	position: relative;
	align-items: center;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top:3em;
}

.links3 {
	margin-right: 80px;
	margin-left: 80px;
	position: relative;
	align-items: center;
	display: -webkit-flex;
	display: flex;
	text-align: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 6em;
}

.subscribe-button {
	display: inline-flex;
	flex-direction: row;
	margin-left: 2.5em;
	padding-left: 20px;
}

.support-button {
	display: inline-flex;
	flex-direction: row;
	margin-right: 2.5em;
	padding-right: 20px;
}

input.button4 {
	position: relative;
	display: inline-block;
	font-family: Calibri light;
	font-size: 2.5em;
	font-weight: 350;
	width: 400px;
	color: rgb(245,245,245);
	text-shadow: 0 -1px rgba(0,0,0,.1);
	text-decoration: none;
	user-select: none;
	padding: .3em 1.2em;
	outline: none;
	border: none;
	border-radius: 50px;
	background: #007bb9 linear-gradient(#007bb9, #007bb9);
	/* box-shadow: inset #009eed 0 -1px 1px, inset 0 1px 1px #009eed, #009eed 0 0 0 1px, rgba(0,0,0,.3) 0 2px 5px; */
}
input.button4:hover {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
	cursor: pointer;
}
input.button4:active {
	top: 1px;
	color: #fff;
	text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff;
	box-shadow: 0 -1px 3px rgba(0,0,0,.3), 0 1px 1px #fff, inset 0 1px 2px rgba(0,0,0,.8), inset 0 -1px 0 rgba(0,0,0,.05);
}

.header {
	display: -webkit-flex;
	display: flex;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.header-image {
	position: relative;
	height:auto;
	width:auto;
	margin: auto;
	margin-top:3em;
}

.text {
	font-family: Calibri light;
	font-size: 1.5em;
	font-weight:400;
	color: rgb(245,245,245);	
	text-align: justify;
	width:50em;
	margin: 0 auto;
	-moz-text-align-last: center;
	text-align-last: center;
}

.text2 {
	position: relative;
	font-family: Calibri light;
	font-size: 1.5em;
	font-weight: 400;
	color: rgb(245,245,245);	
	text-align: right;
	margin-right: 0.5em;	
}

.text5 {
	position: relative;
	font-family: Calibri light;
	font-size: 2em;
	font-weight: 400;
	color: rgb(245,245,245);	
	text-align: right;
	margin-right: 0.5em;	
}

.text4 {
	position: relative;
	font-family: Calibri light;
	font-size: 2em;
	font-weight: 400;
	color: rgb(245,245,245);	
	text-align: left;
	margin-left: 0.5em;	
}

.text3 {
	position: relative;
	font-family: Calibri light;
	font-size: 1.5em;
	font-weight: 400;
	color: rgb(245,245,245);	
	text-align: left;
	margin-left: 0.5em;	
}

.divTable{
	width: 70em;
	margin: 0 auto;
}

.divTable1{
	display: -webkit-flex;
	display: flex;
	margin-bottom: 2em;
}

.divTable2{
	width: 58em;
	margin: 0 auto;
}

.divTable-right{
	display: -webkit-flex;
	display: flex;
	max-width: 35.5em;
	min-width: 35.5em;
	margin-right: 2em;
}

.divTable-left{
	display: -webkit-flex;
	display: flex;
	max-width: 35.5em;
	min-width: 35.5em;
	margin-left: 2em;
}

.divTable-left2{
	display: -webkit-flex;
	display: flex;
	width: auto;
	margin-bottom: 2em;
}

.divTable-right2{
	display: -webkit-flex;
	display: flex;
	width: auto;
	margin-bottom: 2em;
}

.video-youtube {
	display: -webkit-flex;
	display: flex;
	margin: 0 auto;
	margin-top: 6em;
	position: relative;
	-webkit-justify-content: center;
	justify-content: center;
	width: 60em;
	height: 40em;
}

.galleryTable {
	width:63em;
	margin: auto auto;
	padding-bottom: 55em;
}

ul.gallery {
	display: list-item;
	list-style-type: none;
	margin: 0 auto;
	margin-top: 3em;
	justify-content: center;
}

ul.gallery li input {
	float: right;
	padding: 10px 10px 25px 10px;
	background: #eee;
	border: 1px solid #fff;
	-moz-box-shadow: 0px 2px 15px #333;
	position: relative;
}

ul.gallery li input.pic-1 {
	width: 30em;
	height: 18em;
	z-index: 1;
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	transition: all .2s ease-in-out; 
}

ul.gallery li input.pic-2 {
	width: 30em;
	height: 18em;
	z-index: 2;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	transition: all .2s ease-in-out; 
}

ul.gallery li input.pic-3 {
	width: 30em;
	height: 18em;
	z-index: 3;
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	transition: all .2s ease-in-out; 
}

ul.gallery li input.pic-4 {
	width: 30em;
	height: 18em;
	z-index: 2;
	-webkit-transform: rotate(7deg);
	-moz-transform: rotate(7deg);
	transition: all .2s ease-in-out; 
}

ul.gallery li input.pic-5 {
	width: 30em;
	height: 18em;
	z-index: 3;
	-webkit-transform: rotate(-12deg);
	-moz-transform: rotate(-12deg);
	transition: all .2s ease-in-out; 
}

ul.gallery li input.pic-6 {
	width: 30em;
	height: 18em;
	z-index: 5;
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	transition: all .2s ease-in-out; 
}

ul.gallery li input.pic-1:hover, ul.gallery li input.pic-3:hover, ul.gallery li input.pic-5:hover {
	z-index: 10;
	-moz-box-shadow: 3px 5px 15px #333;
	box-shadow: 3px 5px 15px #333;
   	transition: all .2s ease-in-out; 
	transform: scale(2) translate(-25%, 0);
}

ul.gallery li input.pic-2:hover, ul.gallery li input.pic-4:hover, ul.gallery li input.pic-6:hover {
	z-index: 10;
	-moz-box-shadow: 3px 5px 15px #333;
	box-shadow: 3px 5px 15px #333;
   	transition: all .2s ease-in-out; 
	transform: scale(2) translate(25%, 0);
}

.downbutton {
	display: none;
	width: 50%;
	height: auto;
	margin: 0 auto;
	justify-content: center;	
}

.subscribe-form {
	width: 30em;
	height: auto;
	display: -webkit-flex;
	display: flex;
	margin: 0 auto;
	justify-content: center;		
}

.himi {
	visibility: hidden;
	align-items: center;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0 auto;	
	height: 28em;
	width: auto;
}

.copyright-block {
	text-align: center;	
}


@media screen and (max-width: 1366px) {
	.header {
		display: block;
		margin: 0 auto;
		justify-content: center;
		align-items: center;
		align-content: center;
		padding: 0;
		width: auto;
		height: auto;
	}

	.header-image {
		display: -webkit-flex;
		display: flex;
		width: auto;
		height: auto;
		margin-top: 0;
	}
	
}

@media screen and (max-width: 1280px) {
	
	.shared_buttons {
    position: relative;
	}

	.lmr-logo {
		display: -webkit-flex;
		display: flex;
		margin: 0 auto;
		justify-content: center;
		align-items: center;
		align-content: center;
	}

	.links1, .links2 {
	display: block;
	}
		
	.link-button {
		display: -webkit-flex;
		display: flex;
		margin: 0 auto;
		justify-content: center;
		align-items: center;
		align-content: center;
	}

	.link-image {
		width:80%;
		height:auto;
	}

	.support-button, .subscribe-button {
		margin: 0 auto;
	}

	.header {
		display: block;
		margin: 0 auto;
		justify-content: center;
		align-items: center;
		align-content: center;
		padding: 0;
		width: auto;
		height: auto;
	}

	.header-image {
		display: -webkit-flex;
		display: flex;
		width: auto;
		height: auto;
		margin-top: 0;
	}

	.logo-block, .about-block, .characters-block, .video-block, .music-block, .screenshots-block {
		height: auto;
		max-width: auto;
	}
	
	.subscribe-block {
			height: 1100px;
		max-width: auto;
	}

	.links1, .links2 {
		padding-left: 3em;
	} 

	.text {
		display: compact;
		justify-content: center;
		align-items: center;
		align-content: center;
		width:a uto;
		margin: auto 2em;
		width: auto;
	}

	.text2 {
		display: compact;
		text-align: left;
		margin: auto;
		margin-left: 2em;
	}

	.text3 {
		margin-left: 2em;
	}
	
	.text5{
	   	height: 15em;
		width: 20em;
		margin-bottom:10em;
	}

	.divTable{
		display: compact;
		width: auto;
		margin: 0 0;
	}

	.divTable1{
		display: block;
		width: auto;
		margin: auto;
		margin-bottom: 0;
	}
	
	.divTable2{
		display: compact;
		width: auto;
		margin: 0 0;
	}

	.divTable-right, .divTable-left{
		display: -webkit-flex;
		display: flex;
		width: auto;
		margin: auto 2em;
		margin-bottom: 2em;
		max-width: none;
		min-width: none;
	}

	.divTable-right {
		-webkit-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.divTable-right2, .divTable-left2 {
		width: auto;
		margin: auto 2em;
		max-width: none;
		min-width: none;
		margin-bottom: 0;

	}

	.downbutton {
		width: 20%;
		height: auto;
		display: -webkit-flex;
		display: flex;
		padding-top: 10px;
		margin: 0 auto;
		margin-top: 2em;
		-webkit-justify-content: center;
		justify-content: center;	
	}

	.menu{
		display: none;
	}

	.video-youtube {
		display: block;
		margin: auto auto;
		margin-top: 6em;
		-webkit-justify-content: center;
		justify-content: center;	
		width: 40em;
		height: 26em;
	}

	.galleryTable {
		width: 63em;
		margin: auto -1em;
	}

	.copyright-block {
		text-align:center;	
	}

}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
	
	.logo-block, .about-block, .characters-block, .video-block, .music-block, .screenshots-block, .subscribe-block {
		background-attachment: scroll;
	}
	
	.text4{
	   	height: 10em;
		width: 20em;
	}
   
	.divTable-left2 img {
	   margin-bottom:5em;
	}
   
   
	.text5{
	   	height: 15em;
		width: 20em;
		margin-bottom:10em;
	}
   
	.text3, .text2{
	   width: 20em;
	}
   
	.divTable-right, .divTable-left img{
	   padding-left: 8em;
	}
   
	.links2 {
	   padding-bottom: 2px;
	   padding-top: 3em;
	}
   
	.links1, .links2 {
	    margin-right: 7em;
		margin-top: -3em;
	} 
   
	.links1{
		padding-bottom: 10px;
	}
	
	.links3{
		margin-right: 50px;
		margin-left: 3em;
		margin-top: 4em;
	}
   
	.logo-block {
	   height: 1280px; /*1175*/
	}
   
	.video-block {
	   height: 960px;
	}
   
	.music-block {
	   height: 1040px;
	}
   
	.screenshots-block{
	   height: 1200px;
	}
   
	.galleryTable{
	   padding-bottom: 55em;
	}
   
	.downbutton {
		width: 20%;
		height: auto;
		display: -webkit-flex;
		display: flex;
		margin: 0 auto;
		margin-top: 2em;
		-webkit-justify-content: center;
		justify-content: center;	
	}

	.menu {
		display:none;
	}	
	
	.link-button{
		padding-right: 60px;
		padding-left: -30px;
	}
	
	.subscribe-button {
		margin-left: 2.5em;
		padding-left: -20px;
	}

	.support-button {
		padding-right: -20px;
	}

	.input.button4{
		width: auto;
	}
	
	.lmr-logo-image{
		padding-top: -3em;
		padding-bottom: 5em;
	}
}

@media only screen and (device-width: 768px) {
	
	.logo-block, .about-block, .characters-block, .video-block, .music-block, .screenshots-block, .subscribe-block {
		background-attachment: scroll;
	}
	
		.links1, .links2 {
	display: block;
		margin-right: 0;
	margin-left: 0;
	margin-top:0;
	}
	
		.links3{
		margin-right: 0;
		margin-left: 0;
		margin-top: 4em;
	}
	
   .text4{
	   	height: 10em;
		width: 25em;
   }
   
   .divTable-left2 img {
	   margin-bottom:5em;
   }
   
   
   .text5{
	   	height: 15em;
		width: 20em;
		margin-bottom:10em;
   }
   
   .text3, .text2{
	   width: 20em;
   }
	.divTable-right, .divTable-left img{
	   padding-left: 8em;
   }
   
   .links2 {
	   padding-bottom: 2em;
	   padding-top: 1em;
   }
   
   .links1, .links2 {
	   padding-left: 3em;
   } 
   
   .logo-block {
	   height: auto; /*1175*/
   }
   
   .video-block {
	   height: 960px;
   }
   
   .music-block {
	   height: 960px;
   }
   
   .screenshots-block{
	   height: 1200px;
   }
   
   .subscribe-block {
   	height: 1100px;
		max-width: auto;
   }
   
   .galleryTable{
	   padding-bottom: 55em;
   }
   
   .downbutton {
		width: 20%;
		height: auto;
		display: -webkit-flex;
		display: flex;
		padding-top: 10px;
		margin: 0 auto;
		margin-top: 2em;
		-webkit-justify-content: center;
		justify-content: center;	
	}
	
	.menu {
		display:none;
	}
}