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

/***************************************************/
/*common*/
/***************************************************/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
a {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	background: transparent;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html {
	font-size: 62.5%;
}
img {
	border: none;
	outline: none;
	border-style: none;
	vertical-align: bottom;
	/*width: 100%;*/
	max-width: 100%;
	height: auto;
}
a img {
	border-style: none;
	outline: none;
}

body{
	font-family: 'Quicksand', sans-serif;
	font-style: normal;
	font-weight: 300;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	}
	
.reload {
	display: none;
}

/***************************************************/
/*style*/
/***************************************************/

html, body {
	
	margin: 0;
	background-color: #FFF;
	-ms-overflow-style: none;
	overflow:hidden;
	height: 100%;
	width: 100%;
}

body{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	height: 100vh;
	width: 100vw;
}

#d2 img {
	vertical-align: bottom;
	/*width: 100%;*/
	max-width: 100%;
	height: auto;
}

header {
	min-height: 60px;
	background: #FFF;
	color: #ccc;
	font-size: 15px;
	font-size: 1.5rem;
}

footer {
	min-height: 60px;
	background: #FFF;
	color: #666;
	font-size: 15px;
	font-size: 1.5rem;
}

#footer-style {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;	
	
	margin: 15px 30px 0px;
	
	color: #666;
}

#wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-flex-direction:row;
	-moz-flex-direction:row;
	-ms-flex-direction:row;
	-o-flex-direction:row;
	flex-direction:row;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

#wrapper>div {
	background:rgba(255,255,255,0.00);
	font-size: 18px;
	color: #FFF;
	text-align: center;
	
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;

	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

#wrapper span{
	font-size: 18px;
}

#wrapper>div:nth-child(odd) {
	background:rgba(255,255,255,0.00);
}

#d1 {
	width:60px;
	background:rgba(255,255,255,0.00);
	
}
#d2 {
	background:rgba(255,255,255,0.00);
	
	-webkit-flex:1 0 170px;
	-moz-flex:1 0 170px;
	-ms-flex:1 0 170px;
	-o-flex:1 0 170px;
	flex:1 0 170px;
	
	min-height: 260px;
}
#d3 {
	width:60px;
	background:rgba(255,255,255,0.00);
}
.container1 {
	font-size: 18px;
	font-size: 1.8rem;
	
	
	background:rgba(255,255,255,0.00);
	white-space: nowrap;
	
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	 -ms-transform-origin:50% 50%;
	 
	 margin-left: 5px;
}

.container2 {
	font-size: 18px;
	font-size: 1.8rem;
	background:rgba(255,255,255,0.00);
	white-space: nowrap;
	
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-ms-transform-origin:50% 50%;
	
	margin-right: 5px;
	}

@media screen and (min-color-index:0)
   and(-webkit-min-device-pixel-ratio:0) { @media {
    .container1 { margin-top: 80px; }
}}

@media screen and (min-color-index:0)
   and(-webkit-min-device-pixel-ratio:0) { @media {
    .container2 { margin-bottom: 105px }
}}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .container1:not(:target) {
    margin-left:-30px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .container2:not(:target) {
    margin-left: -60px;
  }
}

#menu {
	width:150px;
	margin-left: auto;
	margin-top: 20px;
	margin-right:15px;
	display:block;
	font-size: 40px;
	font-size: 4.0rem;
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
	color:#ccc;
}

.burger {
	margin: 0px -5px -1px -7px;
	display: inline-block;
	width: 27px;
	height: 30px;
}

.burger span, .burger span:before, .burger span:after {
	display: block;
	width: 27px;
	height: 3px;
	background: #666;
}

.burger span {
	position: relative;
	margin: 13px 0px 0px;
}

.burger span:before, .burger span:after {
	position: absolute;
	content: "";
}

.burger span:before {
	top: -12px;
}

.burger span:after {
	top: 12px;
}

button {
	display: block;
	cursor:pointer;
	border: none;
	outline: none;
	background: #FFF;
	font-size: 40px;
	font-size: 4.0rem;
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
	padding: 0px;
	margin: 0px;
	color:#999;
}

a:link {
	color: #666;
}
	
a:visited {
	color: #666
}

/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 2;	
}

.overlay:before {
	content: "";
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 15px solid #FFF;
}

/* Overlay closing cross */
.overlay .overlay-close {
	width: 80px;
	height: 80px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(../img/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}

/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 100;
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}


.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 5);
	min-height: 54px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	
}

.overlay ul li a {
	font-size: 54px;
	font-weight: 300;
	display: block;
	color: #FFF;
	opacity: 1;
	text-decoration:underline;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	z-index:14;
}

.overlay-txt {
	font-size: 54px;
	font-weight: 300;
	color: #FFF;
	opacity: 1;
	z-index:14;
}
.overlay ul li a:hover,
.overlay ul li a:focus {
	color:#333;
}

/* Effects */
.overlay-cornershape {
	background: transparent;
	visibility: hidden;
	-webkit-transition: visibility 0s 0.5s;
	transition: visibility 0s 0.5s;
}

.overlay-cornershape.open {
	visibility: visible;
	-webkit-transition: none;
	transition: none;
}

.overlay-cornershape svg {
	position: absolute;
	top: 0;
	left: 0;
}

.overlay-cornershape .overlay-path {
	fill: #999;
}

.overlay-cornershape nav,
.overlay-cornershape .overlay-close {
	opacity: 0;
	-webkit-transition: opacity 0.4s 0.4s;
	transition: opacity 0.4s 0.4s;
}

.overlay-cornershape.open nav,
.overlay-cornershape.open .overlay-close {
	opacity: 1;
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.overlay-cornershape.close nav,
.overlay-cornershape.close .overlay-close {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

#Div1, #Div2, #Div3, #Div4 {
	position: absolute;
	background-color: #eee;
	z-index:2;
}

#Div1 {
	top: 0;
	left: 0;
	height: 15px;
	max-width: 100%;
}

#Div2 {
	top: -15px;
	right: 0;
	height: 0px;
	max-height: 100%;
	width: 15px;
}

#Div3 {
	bottom: 0;
	right: 0;
	height: 15px;
	max-width: 100%;
}

#Div4 {
	bottom: 0px;
	left: 0;
	height: 0px;
	max-height: 100%;
	width: 15px;
}

.dm {
	display: none;
}

.item {
	display: none;
}

.d-menu {
	font-size: 32px;
	font-size: 3.2rem;
	padding-bottom: 45px;
}

.container {
	position: relative;
}

h1 {
	color: #999;
	font-weight: 300;
	font-size: 80px;
	font-size: 8.0rem;
	position: absolute;
	top: -90px;
	left: -248px;
	text-align:left;
}

.mobile1{
	display:block;
	
}

.mobile2{
	display:none;}

@media (max-width: 1280px) and (min-width: 1025px) {

html, body {
	-ms-overflow-style: none;
	overflow:hidden;
	height: 100%;
	background-color: #FFF;

}

h1 {
	color: #999;
	font-weight: 300;
	font-size: 64px;
	font-size: 6.4rem;
	position: absolute;
	top: -70px;
	left: -179px;
}
}

@media (max-width: 1024px) and (min-width: 967px) {

html, body {
	-ms-overflow-style: none;
	overflow:hidden;
	height: 100%;
}

h1 {
	color: #999;
	font-weight: 300;
	font-size: 48px;
	font-size: 4.8rem;
	position: absolute;
	top: -60px;
	left: -70px;
}
}

@media (max-width: 966px) and (min-width: 801px) {

html, body {
	-ms-overflow-style: none;
	overflow:hidden;
	height: 100%;
}

h1 {
	color: #999;
	font-weight: 300;
	font-size: 36px;
	font-size: 3.6rem;
	position: absolute;
	top: -45px;
	left: -100px;
}

.main-img img {
	margin: 0; 
	padding: 0;
	vertical-align: bottom;
	/*width: 100%;*/
	max-width: 640px;
	height: auto;
}
}

@media (max-width: 800px) and (min-width: 601px) {

html, body {
	-ms-overflow-style: none;
	overflow:hidden;
	height: 100%;
}

h1 {
	color: #999;
	font-weight: 300;
	font-size: 36px;
	font-size: 3.6rem;
	position: fixed;
	top: 20px;
	left: 30px;
}
.main-img img {
	margin: 0; 
	padding: 0;
	vertical-align: bottom;
	/*width: 100%;*/
	max-width: 100%;
	height: auto;
}
}

@media only screen and (max-width: 600px) and (min-width: 436px) {

html, body {
	-ms-overflow-style: none;
	overflow:hidden;
	height: 100%;
}

#menu {
	display: none;
}

.dm {
	display: block;  
}

.item {
	display: block;  
}

h1 {
	color: #999;
	font-weight: 300;
	font-size: 36px;
	font-size: 3.6rem;
	position: fixed;
	top: 20px;
	left: 30px;
}
.main-img img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	/*width: 100%;*/
	max-width: 100%;
	height: auto;
}
}

@media only screen and (max-width: 435px) and (min-width: 376px) {

html, body {
	-ms-overflow-style: none;
	overflow:hidden;
	height: 100%;
}
h1 {
	color: #999;
	font-weight: 300;
	font-size: 36px;
	font-size: 3.6rem;
	position: fixed;
	top: 60px;
	left: 0;
	right: 0;
	text-align: center;
}

#menu {
	display: none;
}

.dm {
	display: block;  
}

.item {
	display: block;  
}

#footer-style {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	
	margin: 15px 30px 45px;
}

.dmain {
	display: none;
}

.copyright {
	display: none;
}	

#wrapper{
	background:rgba(255,255,255,0.00);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	
}

#d1{
	background:rgba(255,255,255,0.00);
	order:2;
}

#d2{
	background:rgba(255,255,255,0.00);
	order:1;
	max-width:85%;
	margin-top:120px;
}

#d3{
	background:rgba(255,255,255,0.00);
	order:3;
}

.container1 {
	margin-top:30px;
	background:rgba(255,255,255,0.00);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(90deg);
	transform: rotate(0deg);
	-ms-transform-origin:50% 50%;
}

.container2 {
	margin-top:30px;
	background:rgba(255,255,255,0.00);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-ms-transform-origin:50% 50%;
}
.mobile {
	display: none;
}

.mobile1 {
	display: none;
}

.mobile2 {
	display: none;
}
/*.mb-wrap{

	overflow:hidden;
	
}*/
}

@media only screen and (max-width: 375px) {

html, body {
	-ms-overflow-style: none;
	overflow:hidden;
	height: 100%;
}
body {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

h1 {
	color: #999;
	font-weight: 300;
	font-size: 36px;
	font-size: 3.6rem;
	position: fixed;
	top: 60px;
	left: 0;
	right: 0;
	text-align: center;
}

.main-img img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	/*width: 100%;*/
	max-width: 100%;
	height: auto;
}

#menu {
	display: none;
}

.dm {
	display: block;
}

.item {
	display: block;
}

/*button {
	position: fixed;
	top: 20px;
	right: 35px;
	display: block;
	cursor: pointer;
}*/


#footer-style {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	
	text-align: center;
	margin: 15px 30px 45px;
	color: #666;
}
#d2 img {
	max-width: 100%;
}

.mobile {
	display: none;
}

.mobile1 {
	display: none;
}

.mobile2 {
	display: none;
}

}

@media (max-width: 320px) {
html, body {
	-ms-overflow-style: none;
	overflow:hidden;
	height: 100%;
}

h1 {
	color: #999;
	font-weight: 300;
	font-size: 32px;
	font-size: 3.2rem;
	position: fixed;
	top: 60px;
	left: 0;
	right: 0;
	text-align: center;
}

#footer-style {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	
	text-align: center;
	margin: 15px 30px 45px;
	color: #666;
}
}


@media screen and (orientation: landscape)  and (max-width: 736px){

html, body {
	-ms-overflow-style: none;
	overflow:hidden;
	height: 100%;
}

#d2 img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	max-width: 375px;
	height: auto;
}
#menu {
	display: none;
}

.dm {
	display: block;  
}

.item {
	display: block;  
}
h1 {
	color: #999;
	font-weight: 300;
	font-size: 32px;
	font-size: 3.2rem;
	position: absolute;
	top: -20px;
	left: -90px;
}

}

@media screen and (orientation: landscape)  and (max-width: 667px){
	
html, body {
	-ms-overflow-style: none;
	overflow:hidden;
	height: 100%;
}

#d2 img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	max-width: 306px;
	height: auto;
}

#menu {
	display: none;
}

.dm {
	display: block;  
}

.item {
	display: block;  
}

h1 {
	color: #999;
	font-weight: 300;
	font-size: 32px;
	font-size: 3.2rem;
	position: absolute;
	top: -20px;
	left: -90px;
}

.landscape{
	position: absolute;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    margin: auto;
}
#wrapper{
	
	width:100%;
}
}

@media screen and (orientation: landscape)  and (max-width: 592px){

html, body {
	-ms-overflow-style: none;
	overflow:hidden;
	height: 100%;
}

body{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

#d2 img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	max-width: 253px;
	height: auto;
}

#menu {
	display: none;
}

.dm {
	display: block;  
}

.item {
	display: block;  
}

h1 {
	color: #999;
	font-weight: 300;
	font-size: 32px;
	font-size: 3.2rem;
	position: absolute;
	top: -20px;
	left: -90px;
}

.mobile1{
	display:none;	
}
.mobile2{
	display:block;	
}

}
@media screen and (orientation: landscape)  and (min-width: 1024px) and (max-height: 768px){

html, body {
	-ms-overflow-style: none;
	overflow:hidden;
	height: 100%;
}

#d2 img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	max-width: 650px;
	height: auto;
}

h1 {
	color: #999;
	font-weight: 300;
	font-size: 48px;
	font-size: 4.8rem;
	position: fixed;
	top: 20px;
	left: 30px;
}
}

@media screen and (orientation: landscape)  and (min-width: 1024px) and (max-height: 600px){
html, body {
	-ms-overflow-style: none;
	overflow:hidden;
	height: 100%;
}

#d2 img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	max-width: 650px;
	height: auto;
}

}

