html, body {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

/*
	Backgrounds
*/
body.mobile {
	background-image:url(../img/wood-1.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

#bg1 {
	width: 100%;
	height: 100%;
	position: fixed;
	display: none;
	background-repeat: no-repeat;
	background-size: cover;
}

#bg1 {
	background-image:url(../img/wood-1.jpg);
	-skrollr-animation-name: bg1;
}

.mobile #bg1 {
	display: none;
}

@-skrollr-keyframes bg1 {
	0 {
		display: none;
		top: 100%;
		background-position: 50% -400px;
	}

	1000 {
		display: block;
		background-position: 50% -400px;
	}

	1500 {
		top: 0%;
		background-position: 0% 0px;
	}
	
	2200 {
		top: 0%;
		background-position: 0% 0px;
	}
	
	2400 {
		top: -100%;
		background-position: 50% -400px;
	}
}

/*
	Buttons
*/
#down_btn1 {
	position: fixed;
	bottom: 50px;
	width: 100px;
	height: 100px;
	display: block;
	left: 50%;
	margin-left: -50px;
	z-index: 9999;
	-skrollr-animation-name: btn1;
}

#down_btn1 a {
	width: 100px;
	height: 100px;
	display: block;
	background: url(../img/down-btn.png);
	opacity: 0.5;
}

#down_btn1 a:hover {
	opacity: 1;
}

.mobile #down_btn1 {
	display: none;
}

@-skrollr-keyframes btn1 {
	0 {
		display: block;
		opacity: 0;
	}
	
	700 {
		opacity: 0;
	}
	
	1000 {
		opacity: 1;
	}
	
	1050 {
		opacity: 0;
		display: none; 
	}
}

#down_btn2 {
	position: fixed;
	bottom: 50px;
	width: 100px;
	height: 100px;
	display: block;
	left: 50%;
	margin-left: -50px;
	z-index: 9999;
	-skrollr-animation-name: btn2;
}

#down_btn2 a {
	width: 100px;
	height: 100px;
	display: block;
	background: url(../img/down-btn-white.png);
	opacity: 0.5;
}

#down_btn2 a:hover {
	opacity: 1;
}

.mobile #down_btn2 {
	display: none; 
}

@-skrollr-keyframes btn2 {
	0 {
		display: none;
		opacity: 0;
	}
	
	1400 {
		opacity: 0;
		display: block;
	}
	
	1500 {
		opacity: 1;
	}
	
	1600 {
		opacity: 1;
	}
	
	1615 {
		opacity: 0;
	}
	
	1780 {
		opacity: 0;
	}
	
	1830 {
		opacity: 1;	
	}
	
	1900 {
		opacity: 1;
	}
	
	1950 {
		opacity: 0;
	}
	
	2050 {
		opacity: 0;
	}
	
	2100 {
		opacity: 1;
	}
	
	2150 {
		opacity: 1;
	}
		
	2200 {
		opacity: 0;
		display: none;
	}
}

#up_btn {
	width: 100px;
	height: 100px;
	display: block;
	margin-top: 100px;
	-skrollr-animation-name: upbtn;
}

#up_btn a {
	width: 100px;
	height: 100px;
	display: block;
	background: url(../img/up-btn.png);
	opacity: 0.5;
}

#up_btn a:hover {
	opacity: 1;
}

.mobile #up_btn {
	display: none;
}

@-skrollr-keyframes upbtn {
	0 {
		opacity: 0;
		display: none;
	}

	2450 {
		opacity: 0;
		display: block;
	}

	2500 {
		opacity: 1;
	}
}


input, textarea {
	border: 1px solid #878786;
	padding: 10px;
	width: 500px;
	display: block;
	margin: 20px 0px;
}

textarea {
	height: 150px;
}

.submit_btn {
	background: url(../img/submit.png) no-repeat;
	width: 100px;
	height: 100px;
	border: none;
}

.submit_btn:hover {
	background: url(../img/submit_hover.png) no-repeat;
}

/*
	Objects
*/
#logo {
	-skrollr-animation-name: logo;
	position: fixed;
    z-index: 100;
    width: 351px;
    height: 1000px;
    margin-left: -175.5px;
    text-align: center;
}

#logo img {
	position: absolute;
	top: 0px;
	left: 0px;
}

.mobile #logo {
	position: absolute;
	left: 0px;
	top: 0px;
	margin-left: 0px; 
	width: 100%;
	height: 600px;
	background: #ffffff;
	text-align: center;
	padding-top: 200px;
}
.mobile #logo img {
	left: 50%;
	top: 20%;
	margin-left: -175.5px;
}

@-skrollr-keyframes logo {
    0 {
        display: block;
        left: 50%;
		top: 20%;
    }

	1000 {
		top: 20%;
	}
	
	1500 {
		top: -120%;
	}
}

#logo img#logo-2 {
	display: none;
	position: absolute;
	z-index: 101;
	width: 258px;
	height: 101px;
	margin-left: -129px;
	-skrollr-animation-name: logo2;
}

.mobile #logo img#logo-2 {
	display: block;
	top: 50%;
}

@-skrollr-keyframes logo2 {
    0 {
        display: block;
        left: 50%;
		top: 100%;
		opacity: 0;
    }
    
    1000 {
	    opacity: 1;
	    top: 23%;
    }
}

#text-1 {
	position: fixed;
	z-index: 100;
	width: 975px;
	height: 488px;
	margin-left: -487.5px;
	-skrollr-animation-name: text1;
}

.mobile #text-1 {
	position: absolute;
	left: 50%;
	top: 950px;
}

@-skrollr-keyframes text1 {
	0 {
		display: block;
		opacity: 0;
		left: 50%;
		top: 15%;
	}
	
	1400 {
		
	}
	
	1600 {
		opacity: 1;
	}
	
	1800 {
		top: -100%;
	}
}

#text-2 {
	position: fixed;
	z-index: 100;
	width: 959px;
	height: 461px;
	margin-left: -479.5px;
	text-align: center;
	-skrollr-animation-name: text2;
}

#text-2 img.services {
	margin-top: 30px;
}


.mobile #text-2 {
	position: absolute;
	left: 50%;
	top: 1600px;
}

@-skrollr-keyframes text2 {
	0 {
		display: block;
		left: 50%;
		top: 100%;
	}
	
	1700 {
		
	}
	
	1800 {
		top: 5%;
	}
	
	1900 {
		
	}
	
	2100 {
		top: -100%;
	}
}

#text-3 {
	position: fixed;
	z-index: 100;
	width: 936px;
	height: 275px;
	margin-left: -468px;
	-skrollr-animation-name: text3;
}


.mobile #text-3 {
	position: absolute;
	left: 50%;
	top: 2450px;
}

@-skrollr-keyframes text3 {
	0 {
		display: block;
		left: 50%;
		top: 100%;
	}
	
	2000 {
		
	}
	
	2100 {
		top: 30%:
	}
	
	2100 {
		top: 30%;
	}
	
	2200 {
		top: 30%;
	}
	
	2300 {
		top: -100%;
	}
}

#contact {
	position: fixed;
	z-index: 100;
	width: 849px;
	height: 330px;
	margin-left: -424.5px;
	-skrollr-animation-name: contact;
}

.mobile #contact {
	position: absolute;
	left: 0px;
	top: 2900px;
	margin-left: 0px;
	width: 100%;
	height: 1000px;
	z-index: 103;
	padding-top: 100px;
	background: #ffffff;
	text-align: center;
}

#contact form {
	margin-top: 100px;
}

#form_status {
	display: none;
	width: 500px;
	padding: 10px;
	margin-bottom: 5px;
	margin-top: -50px;
	border: 1px solid #878786;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#form_status.error {
	background: #ffd2d2;
}

#form_status.success {
	background: #eaffc5;
}

@-skrollr-keyframes contact {
	0 {
		display: block;
		left: 50%;
		top: 100%;
	}
	
	2300 {
		
	}
	
	2400 {
		top: 10%;
	}
	
	2450 {
		top: -35%;
	}
}

@media all and (max-width: 800px) {
	.mobile #logo {
		height: 450px;
	}
	.mobile #logo img {
		width: 210.5px;
		height: 119.4px;
		margin-left: -103px;
	}
	
	.mobile #logo img#logo-2 {
		width: 154.8px;
		height: 60.6px;
		margin-left: -75px;
		top: 43%;
	}
	
	.mobile #text-1 {
		text-align: center;
		width: 487.5px;
		height: 244px;
		margin-left: -239.25px;
		top: 750px;
	}
	.mobile #text-1 img {
		width: 487.5px;
		height: 244px;
	}
	
	.mobile #text-2 {
		text-align: center;
		width: 479.5px;
		height: 230.5px;
		margin-left: -239.75px;
		top: 1100px;
	}
	.mobile #text-2 img {
		width: 384px;
		height: 80.5px;
	}
	.mobile #text-2 img.services {
		display: block;
		margin: 0 auto;
		width: 479.5px;
		height: 230.5px;
		margin-top: 30px;
	}
	
	.mobile #text-3 {
		text-align: center;
		width: 468px;
		height: 137.5px;
		margin-left: -234px;
		top: 1550px;
	}
	.mobile #text-3 img {
		width: 468px;
		height: 137.5px;
	}
	
	.mobile #contact {
		top: 1800px;
		height: 800px;
	}
	.mobile #contact img {
		width: 424.5px;
		height: 165px;
	}
	
	.mobile #form_status {
		width: 300px;
	}
	
	.mobile input, .mobile textarea {
		width: 300px;
	}
	
	.mobile .submit_btn {
		width: 100px;
		height: 100px;
		border: none;
	}
}
