html{ 
	height:100%;
}

body{
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
	overflow: hidden;
}

#eos_container{
	margin:auto;
	position:fixed;
	top:0;
	left:0;
	right:0;
}

#eos_bg {
    max-height:100%;
 	max-width:100%;
}

#banner{
	position: fixed;
	width: 100%;
	height: 100%;
}

#bg{
	background-color: rgba(195,195,195,0.85);
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#ground{
	margin: 0;
	padding: 0; 
	position: absolute;
	bottom: 100px;
	width: 100%;
}

#arch{
	position: absolute;
	width: 100%;
	top:65%;
}

#white{
	margin: 0;
	padding: 0; 
	background-color: #00f;
	top: : 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	max-height: 300px;
}

#close{
	cursor: pointer;
	max-width: 30px;
	min-width: 20px;
	position: absolute;
	right: 2%;
	top: 2%;
	width: 2%;
	z-index: 200;
}

#logo_container{
	position: absolute;
	right: 0;
	bottom: 0;
}

#logo{
	width: 70px; 
	margin-left: -50%;
	margin-bottom: 50%;
}

#tree{
	position: absolute;
	bottom: 0%;
	left: -30%;
	width: 70%;
}

#chr_tree{
	position: absolute;
	width: 20%;
	right: 5%;
	bottom: 14%;
	max-width: 350px;
}

#bird_body{
	position: absolute;
	width: 100%
}

#wing_back{
	position: absolute;
	transform: rotate(-25deg);
	opacity: 0;
}

#wing_front{
	position: absolute;
	transform: rotate(-35deg);
	opacity: 0;
}

#wing_sit{
	position: absolute;
	}

#bird_head{
	position: absolute;
}

#bird{
	position: absolute;
}

#tree_bird{
	position: absolute;
	width: 100%;
	height: 100%;
}

#cane,
#snow {
	position: absolute; 
	left:0px; 
	top: 0px; 
	width: 100%; 
	height: 100%;
	z-index: 10;
}

#typo_gardient{
	position: absolute;
	width: 90%;
	height: 40%;
	left:0%;
	top:25%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c2c1c2+0,c2c1c2+100&0+0,1+31,1+100 */
	background: -moz-linear-gradient(left,  rgba(194,193,194,0) 0%, rgba(194,193,194,1) 31%, rgba(194,193,194,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(194,193,194,0) 0%,rgba(194,193,194,1) 31%,rgba(194,193,194,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(194,193,194,0) 0%,rgba(194,193,194,1) 31%,rgba(194,193,194,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c2c1c2', endColorstr='#c2c1c2',GradientType=1 ); /* IE6-9 */
}

#merry_xmas{
	opacity: 0;
	position: absolute;
	width: 100%;
	top: 40%;
}

h1{
	text-align: center;
	font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;	
	color: #9c301a;
}

.dot {
    position:absolute;
    opacity: 0;
}
#animationBox {
	bottom: 0;
	height: 0;
	left: 0;
	overflow: hidden;
	padding-bottom: 50.5%;
	position: absolute;
	right: 0;
	top: 0;
	width:100%;
	z-index: 20;
}
#animationBox svg{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2005;
}

@media screen and (orientation:portrait) and (max-width:1500px) {

	#eos_container{
		height: 100%;
	}

	#eos_bg {
    	
    }


	#logo{
		width: 35px; 
	}

	#close{
		right: 3% !important;
		top: 2% !important;
	}
	
	#arch{
		top:75% !important;
	}

	h1{
		font-size: 16pt !important;
	}

	#merry_xmas{
		top: 15% !important;
	}

	#tree{
		width: 80% !important;
		left: -20% !important;
	}

	#chr_tree{
		width: 15% !important;
		left: 75% !important;
	}

	#bird{
		position: absolute !important;
		width: 15% !important;
		left: -12% !important;
		top: 18% !important;
	}

	#bird_body{
		width: 100% !important;
	}

	#bird_head{
		width: 32% !important;
		left: 54% !important;
		top: 0% !important;
	}

	#wing_front{
		width:43% !important;
		left: 40% !important;
		top: 0% !important;
	}

	#wing_back{
		width: 35% !important;
		left: 51% !important;
		top: -3% !important;
	}

	.dot {
	    background-size: 10px 10px !important;
		width:10px !important;
		height:10px !important;
		left: 10%;
	}

	#wing_sit{
		opacity: 0;
	}

	#bird{
		width: 12% !important;
	}

	#stars{
		top: 15%;
		width: 100% !important;
		height: 100% !important;
	}

	#typo_gardient{
		position: absolute;
		width: 140%;
		height: 40%;
		left:-30%;
		top:5%;
	}
}

@media screen and (orientation:landscape) and (max-width: 479px) {

	#logo{
		width: 35px; 
	}

	#arch{
		top:60% !important;
	}

	h1{
		font-size: 13pt !important;
	}

	#merry_xmas{
		left:14% !important;;
		top: 30% !important;;
	}

	#tree{
		width: 220px !important;
		left: -80px !important;
	}

	#chr_tree{
		opacity: 0;
	}

	.dot {
	    background-size: 8px 8px !important;
		width:8px !important;
		height:8px !important;
		left: 10px !important;
    	top: 0px !important;
	}

	#bird{
		position: absolute !important;
		width: 25px !important;
		left: 118px !important;
		bottom: 131px !important;
	}

	#bird_head{
		width: 8px !important;
		left: 13px !important;
		top: 0px !important;
	}

	#wing_front{
		width:10px !important;
		left: 10px !important;
		top: 1px !important;
	}

	#wing_back{
		width: 10px !important;
		left: 10px !important;
		top: -3px !important;
	}

	#wing_sit{
		width: 13px !important;
		left: 2px !important;
		top: 3px !important;
	}
}

@media screen and (orientation:landscape) and (min-width: 480px) and (max-width: 767px) {

	#logo{
		width: 45px; 
	}

	#arch{
		top:60% !important;
	}

	h1{
		font-size: 15pt !important;
	}

	#merry_xmas{
		top: 35%;
		left:12%;
	}

	#tree{
		width: 308px !important;
		left: -133px !important;
	}

	#chr_tree{
		opacity: 0;
	}

	.dot {
	    background-size: 10px 10px !important;
		width:10px !important;
		height:10px !important;
		left: 10px !important;
    	top: 0px !important;
	}

	#bird_head{
		width: 11px !important;
		left: 19px !important;
		top: 0px !important;
	}

	#bird{
		width: 35px !important;
		left: 144px !important;
		bottom: 185px !important;
	}

	#wing_front{
		width:14px !important;
		left: 10px !important;
		top: -1px !important;
	}

	#wing_back{
		width: 14px !important;
		left: 15px !important;
		top: -4px !important;
	}

	#wing_sit{
		width: 18px !important;
		left: 4px !important;
		top: 4px !important;
	}
}


@media screen and (orientation:landscape) and (min-width: 768px) and (max-width: 1023px) {

	#logo{
		width: 45px; 
	}

	#arch{
		top:60% !important;
	}

	h1{
		font-size: 18pt !important;
	}

	#merry_xmas{
		top:40% !important;
	}

	#tree{
		width: 440px !important;
		left: -200px !important;
		}

	.dot {
	    background-size: 10px 10px !important;
		width:10px !important;
		height:10px !important;
		left: 15px !important;
    	top: 10px !important;
	}

	#bird{
		position: absolute !important;
		width: 50px !important;
		left: 193px !important;
		bottom: 263px !important;
	}

	#bird_head{
		width: 16px !important;
		left: 27px !important;
		top: 0px !important;
	}

	#wing_front{
		width: 20px !important;
		left: 15px !important;
		top: 0px !important;
	}

	#wing_back{
		width: 20px !important;
		left: 21px !important;
		top: -5px !important;
	}

	#wing_sit{
		width: 25px !important;
		left: 6px !important;
		top: 6px !important;
	}
	#animationBox {
		top: 0px;
	}
}

@media screen and (orientation:landscape) and (min-width: 1024px) and (max-width: 1500px) {

	#logo{
		width: 60px; 
	}
	
	#arch{
		top:60% !important;
	}

	h1{
		font-size: 24pt !important;
	}

	#merry_xmas{
		top:40% !important;
	}

	#tree{
		width: 554px !important;
		left: -239px !important;
		max-height: 800px !important;
	}

	.dot {
	    background-size: 12px 12px !important;
		width:12px !important;
		height:12px !important;
		left: 15px !important;
    	top: 10px !important;
	}

	#bird{
		position: absolute !important;
		width: 65px !important;
		left: 257px !important;
		bottom: 333px !important;
	}

	#bird_head{
		width: 21px !important;
		left: 35px !important;
		top: 0px !important;
	}

	#wing_front{
		width: 27px !important;
		left: 20px !important;
		top: 0px !important;
	}

	#wing_back{
		width: 27px !important;
		left: 27px !important;
		top: -7px !important;
	}

	#wing_sit{
		width: 32px !important;
		left: 7px !important;
		top: 9px !important;
	}
	#animationBox {
		top: -130px;
	}
}

@media screen and (orientation:landscape) and (min-width: 1501px)  {

	#logo{
		width: 70px; 
	}

	#arch{
		top:50% !important;
	}

	h1{
		font-size: 30pt !important;
	}

	#merry_xmas{
		top:40% !important;
	}

	#tree{
		width: 910px !important;
		left:-415px !important;
	}

	.dot {
	    background-size: 15px 15px !important;
		width:15px !important;
		height:15px !important;
	}

	#bird{
		width: 98px !important;
		left: 406px !important;
		bottom: 543px !important;
	}

	#bird_head{
		width: 32px !important;
		left: 53px !important;
		top: 0px !important;
	}

	#wing_front{
		width: 40px !important;
		left: 30px !important;
		top: 0px !important;
	}

	#wing_back{
		width: 40px !important;
		left: 40px !important;
		top: -10px !important;
	}

	#wing_sit{
		width: 55px !important;
		left: 8px !important;
		top: 11px !important;
	}
	#animationBox {
		top: -130px;
	}
}







