@charset "utf-8";

*, *:before, *:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}


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

body {
	color: #432A19;
	font-size: 32px;
	font-family: "breakers",sans-serif;
	font-style: normal;
	font-weight: 800;
	background-color: #fff;
	line-height: normal;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(bg_wood.jpg);
}

#bgsub {
	position: fixed;
	width: 30%;
	height: auto;
	bottom: 0;
	left: 0;
}

#bgsub img {
	float: left;
	width: 100%;
	height: auto;
}

#head_text {
	text-align: center;
	padding-top: 50px;
	font-size: 74px;
	letter-spacing: 2px;
	text-shadow: 0 0 15px #FFFFFF;
	padding-bottom: 50px;
}

.box_fc {
	width: 400px;
	height: auto;
	position: absolute;
	left: 50%;
	z-index: 2;
}

.box_fc .logo_visible {
	width: 100%;
	height: auto;
	position: relative;
}

.box_fc .logo_glow {
	position: absolute;
	width: 100%;
	height: auto;
	opacity: 0;
	transition: all 1s;
}

.box_fc:hover .logo_glow {
	opacity: 1;
}

#box_fca {
	margin-left: -550px;
}

#box_fcb {
	margin-left: 150px;
}

#box_text {
	position: absolute;
	width: 300px;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 15px #000000;
	letter-spacing: 1px;
	left: 50%;
	margin-left: -150px;
	margin-top: 340px;
}

#g_ani {
	position: absolute;
	bottom: 200px;
	right: -640px;
	width: 645px;
	height: 544px;
	-webkit-animation: g_ani 15s infinite;
	animation: g_ani 15s infinite;
	}


#gsub1 {
	position: absolute;
	width: 645px;
	height: 544px;
	background-image: url(g1.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 1;
	-webkit-animation: gsub1 15s infinite step-end;
	animation: gsub1 15s infinite step-end;
}

#gsub2 {
	position: absolute;
	width: 645px;
	height: 544px;
	background-image: url(g2.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0;
	-webkit-animation: gsub2 15s infinite step-end;
	animation: gsub2 15s infinite step-end;
}

@-webkit-keyframes gsub1 {
	0%   {opacity: 1;}
	40% {opacity: 1;}
	41% {opacity: 0;}
	100% {opacity: 0;}
}

@keyframes gsub1 {
	0%   {opacity: 1;}
	40% {opacity: 1;}
	41% {opacity: 0;}
	100% {opacity: 0;}
}

@-webkit-keyframes gsub2 {
	0%   {opacity: 0;}
	40% {opacity: 0;}
	41% {opacity: 1;}
	100% {opacity: 1;}
}

@keyframes gsub2 {
	0%   {opacity: 0;}
	40% {opacity: 0;}
	41% {opacity: 1;}
	100% {opacity: 1;}
}





@-webkit-keyframes g_ani {
		0%   {right: -640px; bottom: 200px;}
		25%   {right: -100px; bottom: -230px;}
		30%   {right: -100px; bottom: -200px;}
		35% {right: -100px; bottom: -230px;}
		40% {right: -100px; bottom: -200px;}
		65% {right: -640px; bottom: 230px;}
		100% {right: -640px; bottom: 230px;}
	}

@-moz-keyframes g_ani {
		0%   {right: -640px; bottom: 200px;}
		25%   {right: -100px; bottom: -230px;}
		30%   {right: -100px; bottom: -200px;}
		35% {right: -100px; bottom: -230px;}
		40% {right: -100px; bottom: -200px;}
		65% {right: -640px; bottom: 230px;}
		100% {right: -640px; bottom: 230px;}
	}

@-o-keyframes g_ani {
		0%   {right: -640px; bottom: 200px;}
		25%   {right: -100px; bottom: -230px;}
		30%   {right: -100px; bottom: -200px;}
		35% {right: -100px; bottom: -230px;}
		40% {right: -100px; bottom: -200px;}
		65% {right: -640px; bottom: 230px;}
		100% {right: -640px; bottom: 230px;}
	}

	@keyframes g_ani {
		0%   {right: -640px; bottom: 200px;}
		25%   {right: -100px; bottom: -230px;}
		30%   {right: -100px; bottom: -200px;}
		35% {right: -100px; bottom: -230px;}
		40% {right: -100px; bottom: -200px;}
		65% {right: -640px; bottom: 230px;}
		100% {right: -640px; bottom: 230px;}
	}



/* Media Queries */




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

	#head_text {
		font-size: 64px;
	}
	
	.box_fc {
		width: 350px;
	}
	
	#box_fca {
		margin-left: -450px;
	}

	#box_fcb {
		margin-left: 100px;
	}
	
	#box_text {
		font-size: 30px;
	}

}



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

	#g_ani {
		display: none !important;
	}

}


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

	#head_text {
		font-size: 52px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.box_fc {
		width: 300px;
	}
	
	#box_fca {
		margin-left: -375px;
	}

	#box_fcb {
		margin-left: 75px;
	}
	
	#box_text {
		font-size: 28px;
		margin-top: 280px;
		position: relative;
		left: auto;
		margin-left: 0px;
		padding-bottom: 20px;
	}
	
	

}




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

	#head_text {
		font-size: 38px;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	
	.box_fc {
		width: 70%;
		position: relative;
		left: 15%;
		margin-bottom: 40px;
	}
	
	#box_fca {
		margin-left: 0px;
	}

	#box_fcb {
		margin-left: 0px;
	}
	
	#box_text {
		font-size: 26px;
		margin-top: 0;
		position: relative;
		width: 100%;
	}
	
	
	
	body {
	overflow: auto;
	}

}



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

	#head_text {
		font-size: 32px;
	}
	
	.box_fc {
		margin-bottom: 25px;
	}
	
	#box_fcb {
		margin-bottom: 100px;
	}
	
	#bgsub {
		width: 50%;
	}

	
	.box_fc .logo_glow {
		opacity: 0.7;
	}
	
	#box_text {
		font-size: 24px;

	}

}

