	@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,500,700&subset=latin-ext');
	@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin-ext');
html, body {
	margin: 0;
	padding: 0; height: 100%;
}
body {
	color: #222; 	background-color: rgba(222,222,222,0.99);
}
h1, h2, h3, p, pre, ul, figure {
	margin: 0;
	padding: 0;
  line-height: 0px;
}

header {
	width: 100%;

  position: fixed; z-index: 200;
	display: block;
	padding: 0px 0 0px 0;  
}

.tlo1 {
	background-color: #00aa00;
	background: url('1.jpg') no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; background-position: 50% 0%;
}

.tlo2 {
	background-color: #00aa00;
	background: url('2.jpg') no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;  background-position: 50% 50%;
}

.tlo3 {
	background-color: #00aa00;
	background: url('3.jpg') no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; background-position: 50% 0%;
}

.header-wrapper {
  margin: 0 auto;
	width: 1300px;
	background-color: #aaaa00;
  overflow: hidden;
}
header figure {
	width: 300px;
	margin: 0px auto 0px auto;
	padding: 30px 30px 30px 30px;
  position: fixed;
  left: 50%;
  margin-left: -180px;
  top: -180px;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
  z-index: 200;
  opacity: 1.0;
background-color: rgba(255,255,255,0.4);
}

header figure:hover {
background-color: rgba(255,255,255,0.9);
  cursor: pointer;
}

.anim1a {

}
.anim1b {
  top: 0px;
}

header figure img {
	width: 100%;
	height: auto;
}


main {
	width: 100%;
  height: 100%;
  margin: 0;                      
	display: block;
	padding: 0px 0 0px 0;      background-color: rgba(255,255,255,0.9);
  
}

.swiper-wrapper {
	max-width: 100%;
	margin: 0 auto;
	padding: 90px 0 90px 0;
	height: auto;
	clear: both;
	overflow: hidden;
	boxing-size: margin-box;
}

.swiper-container333 {
	width: 100%;
	height: 100%;
  	display: block;
  overflow: hidden;
}
.swiper-container333-wrapper {
	margin: 0;
	padding: 0;
}
.swiper-slide333 {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;   overflow: hidden;
}




.gggg2 {
	margin-left: -30px;
	opacity: 0;
}
.gggg {
	opacity: 1.0;
	margin-left: 0px;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	-webkit-transition-delay: 0.1s;
/* Safari */
	transition-delay: 0.1s;
}
.eeee2 {
	opacity: 0;
}
.eeee {
	opacity: 1.0;
	-webkit-transition: .6s ease-in-out;
	-moz-transition: .6s ease-in-out;
	-o-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
	-webkit-transition-delay: 0.15s;
/* Safari */
	transition-delay: 0.15s;
}

