@font-face {
	font-family: "Boowa's Handwriting";
	font-style: normal;
	font-weight: normal;
	src: url("../../fonts/boowahandwriting-webfont.eot?#iefix") format("embedded-opentype"), 
		 url("../../fonts/boowahandwriting-webfont.woff") format("woff"), 
	   	 url("../../fonts/boowahandwriting-webfont.ttf") format("truetype"), 
	     url("../../fonts/boowahandwriting-webfont.svg#BoowaHandwriting") format("svg");
}

@font-face {
    font-family: 'vagrounded_btregular';
    src: url('../../fonts/vagroundedbt-webfont.eot');
    src: url('../../fonts/vagroundedbt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/vagroundedbt-webfont.woff2') format('woff2'),
         url('../../fonts/vagroundedbt-webfont.woff') format('woff'),
         url('../../fonts/vagroundedbt-webfont.ttf') format('truetype'),
         url('../../fonts/vagroundedbt-webfont.svg#vagrounded_btregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

*
{
	padding: 0 0;
	margin: 0 0;
}


/* IE10 hack */
a:link,img
{
	outline: none;
	border: none;
}

body,html
{
	min-width: 1024px;
	width: 100%;
	background-color: #794806;
}

div#top
{
	position: relative;
	display: table;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background: rgba(0,0,0,1);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(16%, rgba(87,33,0,1)), color-stop(53%, rgba(140,56,0,1)), color-stop(100%, rgba(244,175,0,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(87,33,0,1) 16%, rgba(140,56,0,1) 53%, rgba(244,175,0,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(87,33,0,1) 16%, rgba(140,56,0,1) 53%, rgba(244,175,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), color-stop(16%, rgba(87,33,0,1)), color-stop(53%, rgba(140,56,0,1)), to(rgba(244,175,0,1)));
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(87,33,0,1) 16%, rgba(140,56,0,1) 53%, rgba(244,175,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#f4af00', GradientType=0 );
}

#top-top , #top-bottom
{
	display: table-row;
	width: 100%;
}

#top-bottom
{
	height: 100%;
}

#top-bottom img
{
	width: 100%;
	vertical-align: bottom;
	-webkit-transform: translateY(-7%);
	    -ms-transform: translateY(-7%);
	     -o-transform: translateY(-7%);
	        transform: translateY(-7%);
}

.flashContent
{
	width: 450px;
	height: 408px;
	position: absolute;
	z-index: 3;
	bottom: 2%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.flashContent #placeholder
{
	width: 100%;
}

#logo
{
	max-width: 330px;
	width: 20%;
	min-width: 200px;
	margin: 0 auto;
}

#logo img
{
	width: 100%;
}

#btns
{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	margin-top: 1em;
	position: relative;
	z-index: 5;
}

#btns li
{
	display: inline-block;
	width: 150px;
	margin: 0 20px;
	vertical-align: top;
}

#btns li a , #btns li a span
{
	display: block;
}

#btns li a
{
	text-decoration: none;
	font-family: "Boowa's Handwriting";
	color: white;
	font-size: 1.4em; 
}

#btns li:nth-child(4) a , #btns li:nth-child(5) a
{
	font-size: 1.3em;
}

span.thumbnail 
{
	height: 126px;
}

span.thumbnail img
{
	width: 140px;
	-webkit-transition: all 0.2s linear;
	     -o-transition: all 0.2s linear;
	        transition: all 0.2s linear;
}

span.thumbnail:hover img
{
	width: 150px;
}


.bottom-btns
{
	width: 120px;
	position: absolute;
	bottom: 75px;
	z-index: 2;
}

.bottom-btns img
{
	width: 100%;
}

#games-selection
{
	left: 50px;
	width: 170px;
}

#song-week
{
	right: 50px;
}

#bottom img#sand
{
	width: 100%;
}

#bottom
{
	background-color: #794806;
	position: relative;
	overflow: hidden;
	font-family: 'vagrounded_btregular';
	-webkit-transform: translateY(-5%);
	    -ms-transform: translateY(-5%);
	     -o-transform: translateY(-5%);
	        transform: translateY(-5%);
	color: white;
}

#bottom:before
{
	content: "";
	width: 100%;
	height: 15px;
	background-color: #98ca3d;
	position: absolute;
	top: -5px;
	left: 0;
}

#site-description
{
	width: 80%;
	margin: 0 auto;
	margin-top: 1em;
	line-height: 1.1em;
	border-top: 3px solid white;
	border-bottom: 3px solid white;
	padding: 1.5em 0;
	margin-bottom: 1.5em;
}

#bottom-logo 
{
	text-align: center;
	margin-bottom: 1.5em;
}

#bottom-logo img
{
	display: inline-block;
	width: 200px;
}

#contact 
{
	text-align: center;
	padding-bottom: 3em;
}

#copywrite
{
	text-align: center;
	padding-bottom: 1em;
}

#contact a
{
	text-decoration: none;
	color: white;
} 

#bottom-menu
{
	width: 80%;
	margin: 0 auto;
    padding-bottom: 3em;
}

#bottom-menu ul
{
	list-style: none;
	text-align: center
}

#bottom-menu ul li
{
	display: inline-block;
	text-align: center;
}

#bottom-menu ul li
{
	width: 32%;
}

/* useless animation */
#bottom-menu ul li a 
{
    padding:10px 15px;
    display:inline-block;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    position:relative;
    overflow:hidden;
    font-family: 'vagrounded_btregular';
    -webkit-transition:all 200ms ease-in;
         -o-transition:all 200ms ease-in;
            transition:all 200ms ease-in;
    -webkit-border-radius:5px;
            border-radius:5px;
    text-decoration:none;
    font-size:15px;
    color: white;
	text-decoration: none;
}
#bottom-menu ul li a:before, #bottom-menu ul li a:after 
{
    display:block;
    width:100%;
    content:'';
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    position:absolute;
    height:0px;
    -webkit-border-radius:5px;
            border-radius:5px;
}
#bottom-menu ul li a:before 
{
    border-top:1px solid white;
    border-right:1px solid white;
    left:-100%;
    top:0;
    height:0px;
}
#bottom-menu ul li a:after 
{
    border-bottom:1px solid white;
    border-left:1px solid white;
    left:100%;
    bottom:0;
    height:0px;
}

@-webkit-keyframes left-up {
    0% {
        left:100%;
        height:0;
    }
    50% {
        left:0;
        height:0;
    }
    100% {
        height:100%;
        left:0;
    }
}

@-o-keyframes left-up {
    0% {
        left:100%;
        height:0;
    }
    50% {
        left:0;
        height:0;
    }
    100% {
        height:100%;
        left:0;
    }
}

@keyframes left-up {
    0% {
        left:100%;
        height:0;
    }
    50% {
        left:0;
        height:0;
    }
    100% {
        height:100%;
        left:0;
    }
}
@-webkit-keyframes right-dn {
    0% {
        left:-100%;
        height:0;
    }
    50% {
        left:0;
        height:0;
    }
    100% {
        height:100%;
        left:0;
    }
}
@-o-keyframes right-dn {
    0% {
        left:-100%;
        height:0;
    }
    50% {
        left:0;
        height:0;
    }
    100% {
        height:100%;
        left:0;
    }
}
@keyframes right-dn {
    0% {
        left:-100%;
        height:0;
    }
    50% {
        left:0;
        height:0;
    }
    100% {
        height:100%;
        left:0;
    }
}

#bottom-menu ul li a:hover:after, a:hover:before 
{
    -webkit-animation-duration:900ms;
         -o-animation-duration:900ms;
            animation-duration:900ms;
    -webkit-animation-iteration-count: 1;
         -o-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
         -o-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
         -o-animation-fill-mode: forwards;
            animation-fill-mode: forwards
}

#bottom-menu ul li a:hover:after 
{
    -webkit-animation-name:left-up;
         -o-animation-name:left-up;
            animation-name:left-up;
}

#bottom-menu ul li a:hover:before 
{
    -webkit-animation-name:right-dn;
         -o-animation-name:right-dn;
            animation-name:right-dn;
}


@media all and (max-width: 1250px) {
	
	.flashContent
	{
		width: 350px;
		height: 318px;
	}

	#btns li
	{
		width: 120px;
	}

	#btns li a , #btns li:nth-child(4) a , #btns li:nth-child(5) a
	{
		font-size: 1em;
	}

	span.thumbnail 
	{
		height: 101px;
	}

	span.thumbnail img
	{
		width: 110px;
	}

	span.thumbnail:hover img
	{
		width: 120px;
	}

	#btns li a
	{
		font-size: 1.5em;
	}

}

@media all and (min-width: 1550px) {
	#btns li
	{
		width: 180px;
	}

	#btns li a , #btns li:nth-child(4) a , #btns li:nth-child(5) a
	{
		font-size: 1.5em;
	}

	span.thumbnail 
	{
		height: 151px;
	}

	span.thumbnail img
	{
		width: 170px;
	}

	span.thumbnail:hover img
	{
		width: 180px;
	}
	
	.flashContent
	{
		width: 550px;
		height: 499px;
	}

}

@media all and (min-width: 1850px) {
	#btns li
	{
		width: 220px;
		margin: 0 30px;
	}

	#btns li a
	{
		font-size: 2em;
	}

	span.thumbnail 
	{
		height: 185px;
	}

	span.thumbnail img
	{
		width: 210px;
	}

	span.thumbnail:hover img
	{
		width: 220px;
	}

	.flashContent
	{
		width: 650px;
		height: 590px;
	}
}

/*-------------------------------------*\
	HINT.css - A CSS tooltip library
\*-------------------------------------*/
[data-hint] 
{
	position: absolute;
	display: inline-block;
}

[data-hint]:before, [data-hint]:after 
{
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
       transition: 0.3s ease;
    -webkit-transition-delay: 0ms;
    -o-transition-delay: 0ms;
       transition-delay: 0ms; 
}

[data-hint]:hover:before, [data-hint]:hover:after, [data-hint]:focus:before, [data-hint]:focus:after 
{
	visibility: visible;
	opacity: 1; 
}

[data-hint]:hover:before, [data-hint]:hover:after 
{
    -webkit-transition-delay: 100ms;
    -o-transition-delay: 100ms;
       transition-delay: 100ms; 
}

[data-hint]:before 
{
    content: '';
    position: absolute;
    background: transparent;
    border: 6px solid transparent;
    z-index: 1000001; 
}


[data-hint]:after 
{
    content: attr(data-hint);
    background: #e9f0f0;
    color: white;
    padding: 8px 10px;
    font-size: 15px;
    font-family: 'vagrounded_btregular';
    color: #3299cc;
    white-space: nowrap; 
    -webkit-border-radius: 5px; 
            border-radius: 5px;
  	line-height: 1.3;
}

.hint--bottom:before 
{
	border-bottom-color: #e9f0f0; 
}

.hint--top:before
{
	border-top-color: #e9f0f0; 
}

/**
 * top tooltip
 */
.hint--top:before 
{
	margin-bottom: -12px; 
}

.hint--top:before, .hint--top:after 
{
	bottom: 100%;
	left: 50%; 
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	 -o-transform: translateX(-50%);
	    transform: translateX(-50%); 
}

.hint--top:hover:after, .hint--top:hover:before, .hint--top:focus:after, .hint--top:focus:before 
{
	-webkit-transform: translateY(-8px) translateX(-50%);
	-ms-transform: translateY(-8px) translateX(-50%);
	 -o-transform: translateY(-8px) translateX(-50%);
	    transform: translateY(-8px) translateX(-50%); 
}


@media all and (min-width: 1850px) {
	[data-hint]:after 
	{
		font-size: 20px;
	}
}