@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/


/* =============================================================================
   CSS3 BG animation
   ========================================================================== */


@-webkit-keyframes mymove {
    from {background-position: 0 0;}
	to{background-position: -1024px 0;}
}


@keyframes mymove {
    from {background-position: 0 0;}
	to{background-position: -1024px 0;}
}




img, object, embed, video {
	/* [disabled]max-width: 100%; */
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	float: left;
	display: block;
	width: 100%;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	/* [disabled]width: 100%; */
	clear: none;
	float: none;
	position: absolute;
	background-image: url(./footer_bg_index.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
#div1 {
	text-align: center;
}


body{
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-image: url(./cloud_bg.png);
	-webkit-animation: mymove 60s infinite linear;
	animation: mymove 60s infinite linear;
	/* [disabled]width: 100%; */
}

#div2{
	text-align: center;
}
#div3{
	display:none;
	
}
#div1 img{
max-width:100%;	
}
.navi{
}

#mainNavi{
}

.navItem{
}

area, a{
	outline:none;	
}

#content{
	text-align: center;
	position: absolute;
	bottom:5px;
}
#content img{
	width:45%
}
.zeroMargin_mobile{
margin-left: 0;
}

.hide_mobile{
display: none;
}
#app_content div.box {
	position: relative;
	margin: auto;
	text-align:center;
	margin-top:40px
}
#app_content div.box div {
	margin-left: 10px;
	
}

@media only screen and (max-width: 480px) and (orientation : landscape) {
	#content img{
	display:none;
}
}
@media only screen and (orientation : landscape) {
body{
  height: 100%;
  
  width:100%;
}
}

@media only screen and (min-width: 380px) {
	#content img{
	width:60%
}
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 100%;
	clear: none;
	float: none;
	margin-left: auto;
	height: 100%;
	position: absolute;
}
#div1 {
}
#div2 {
	display: block;
	text-align: center;
}
#div3 {
	display: none;
}
.navi {
}
#mainNavi {
}
.navItem {
}
#content {
	bottom: 50px;

}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
	#app_content{
		max-width:70%;	
	}
	.gridContainer {

	}
	#app_content div.box {
	position: relative;
	
	text-align:left;
	margin-top:40px
}

	
#content img{
	width:100%
}
.gridContainer {
	/* [disabled]width: 100%; */
	margin: auto;
	clear: none;
	float: none;
	position: relative;
}
#div1 {
}
#div2 {
	display: none;
}
#div3 {
	display: inline;
	left: 10px;
	bottom: 10px;
	width: auto;
	float: left;
}
.navi {
}
#mainNavi {
}
.navItem {
}
#content {
	width: 360px;
	bottom: 30px;
	left: 300px;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
@media only screen and (min-width: 900px) {
	#app_content{
		max-width:90%;	
	}
}
@media only screen and (min-width: 1050px) and (orientation : landscape){
	body{
		position:absolute;
	}
}
/*
     FILE ARCHIVED ON 09:05:08 Oct 20, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:27:54 Oct 24, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 135.65
  exclusion.robots: 0.082
  exclusion.robots.policy: 0.075
  RedisCDXSource: 2.099
  esindex: 0.008
  LoadShardBlock: 98.989 (3)
  PetaboxLoader3.datanode: 230.241 (5)
  CDXLines.iter: 16.8 (3)
  load_resource: 271.802 (2)
  PetaboxLoader3.resolve: 110.788 (2)
*/