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

body{
	background-color:rgba(8,8,8,1.00);
	margin:0; 
}

url('https://fonts.googleapis.com/css?family=Varela+Round');
html, body {
    overflow-x: hidden;
    height: 100%;
}

#sidebarMenu {
    height: 100%;
    position: fixed;
    right: 0;
    width: 150px;
    margin-top: 40px;
    transform: translateX(400px);
    transition: transform 250ms ease-in-out;
    background: rgba(183,183,183,0.54);
}
.sidebarMenuInner{
    margin:0;
    padding:0;
    border-top: 1px solid rgba(248,248,248,1.00);
}
.sidebarMenuInner li{
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px;
    cursor: pointer;
    border-bottom: 1px solid rgba(235,235,235,1.00);
}
.sidebarMenuInner li span{
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.50);
}
.sidebarMenuInner li a{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}
input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: fixed;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 22px;
    right: 15px;
    height: 22px;
    width: 22px;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color:#848484;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}
.slide-wrap {
  display: flex;
  margin: 0 auto;
  max-width: 1024px;
  width: 100%;
}
.slide-box {
  height: auto;
  margin: .5%;
  width: 24%;
}
.slide-box a {
  background-color: rgba(215,215,215,0.00);
  color: rgba(227,227,227,0.00);
  display: block;
  text-decoration: none;
}
.slide-box img {
  display: block;
  height: auto;
  width: 100%;
}
.slide-box p {
  font-weight: bold;
  padding: 10px;
  margin:.5rem auto;
}
@media screen and (max-width: 768px) {
  .slide-wrap {
    overflow-x: scroll;
  }
.slide-box {
    flex: 0 0 70%;
    margin: auto 1% auto auto;
  }	
	
}

.fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}

.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

 .horizontal-list {
      overflow-x: auto;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
    }

    .item {
      display: inline-block;
      width: 90%;


      height: 200px;
      margin: 16px;
      font-size: 30px;
      background:linear-gradient(to top, rgba(0,0,0,0.01) 0%, rgba(0,0,0,1) 100%),url("image/tumblr_npk1trLL311uuvo16o2_r1_1280.jpg");
	background-size: cover;
		
    }

h1{
    color: white;
    height: 100px;
    text-align: center;	
	font-family:"double-pica";
	font-style: italic
	
	
}

h2{
	color:white;
}

h3{
	color: rgba(0,0,0,0.00)
}
p{
	
	color:white;

}

p#download{
	text-align: center;
}

header {
	height: 50px;
	width: 100%;
	background-color:#FFFFFF;
	color: white;
	padding:1px;
	
}
div#first{
		height: 570px;
	text-align: center;
	background:linear-gradient(to top, rgba(0,0,0,0.01) 0%, rgba(0,0,0,1) 100%),url("image/header.png");
	background-position: top;
	background-repeat: no-repeat;
	background-size:cover;
	
	

	
}

div#second{
	font-size: 14px;
}

div#third{text-align: center;
	height:400px
}

div#forth{
	height:600px;
	text-align: center;
}

div#fifth{
	height:600px;
	text-align: center
}

div#sixth{
	height:300px;
	text-align: center
}

a{
	color:#E7E6EF;
	  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}