@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
{
	height: 100%;
	min-width: 1024px;
}

div#top
{
	position: relative;
	height: 100%;
	background: #9AD7F6;
	background: webkit-gradient(radial, center center, 0, center center, 100%, from(#ffffff), to(#9ad7f6));
	background: webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(100%,#9ad7f6));
	background: webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#9ad7f6 100%);
	background: o-radial-gradient(center, ellipse cover, #ffffff 0%,#9ad7f6 100%);
	background: -webkit-radial-gradient(center, ellipse, #ffffff 0%, #9ad7f6 100%);
	background: -o-radial-gradient(center, ellipse, #ffffff 0%, #9ad7f6 100%);
	background: radial-gradient(ellipse at center, #ffffff 0%,#9ad7f6 100%);
	display: table;
	width: 100%;
	overflow: hidden;
}

#content, #footer
{
	display: table-row;
	position: relative;
}

#footer
{
	height: 100%;
}

#footer #pond
{
	width: 100%;
    position: absolute;
    z-index: 2;
    vertical-align: bottom;
    bottom: 0;
}

.flashContent
{
	height: 341px;
    width: 900px;
    position: absolute;
    z-index: 3;
    bottom: 5%;
    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%;
	height: auto;
}

#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: #660000;
	font-size: 1.4em; 
}

#btns li:nth-child(4) a , #btns li:nth-child(5) a
{
	font-size: 1.3em;
}

span.thumbnail 
{
	height: 140px;
}

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;
}

span.title
{
    -webkit-transform: translateY(18%);
        -ms-transform: translateY(18%);
         -o-transform: translateY(18%);
            transform: translateY(18%);
}

.bottom-btns
{
	width: 110px;
	position: absolute;
	bottom: 40px;
	z-index: 6;
	text-decoration: none;
	z-index: 999999;
}

.bottom-btns img
{
	width: 100%;
}

#games-selection
{
	left: 70px;
}

#song-week
{
	right: 70px;
}

#valentine-btn
{
	right: 200px;
}

#bottom img#water
{
	width: 100%;
}

#waves
{
	background-color: #6699CC;
	width: 100%;
	height: 100%;
}

#bottom
{
	background-color: #669900;
	position: relative;
	overflow: hidden;
	font-family: 'vagrounded_btregular';
	color: black;
}

#footer#pond
{
	width: 100%;
}

#site-description
{
	width: 80%;
	margin: 0 auto;
	margin-top: 1em;
	line-height: 1.1em;
	border-top: 3px solid black;
	border-bottom: 3px solid black;
	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: black;
} 

#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: 29%;
}

/* 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: black;
	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 black;
    border-right:1px solid black;
    left:-100%;
    top:0;
    height:0px;
}
#bottom-menu ul li a:after 
{
    border-bottom:1px solid black;
    border-left:1px solid black;
    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: 661px;
    	height: 250px;
	}

	#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: 110px;
	}

	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: 175px;
	}

	span.thumbnail img
	{
		width: 170px;
	}

	span.thumbnail:hover img
	{
		width: 180px;
	}
	
	.flashContent 
	{
		width: 1000px;
    	height: 378px;
	}

}

@media all and (min-width: 1850px) {
	#btns li
	{
		width: 220px;
		margin: 0 30px;
	}

	#btns li a
	{
		font-size: 2em;
	}

	span.thumbnail 
	{
		height: 205px;
	}

	span.thumbnail img
	{
		width: 210px;
	}

	span.thumbnail:hover img
	{
		width: 220px;
	}

	.flashContent
	{
		width: 1100px;
    	height: 416px;
	}
}

/*-------------------------------------*\
	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 , [data-hint].hover:before, [data-hint].hover:after
{
	visibility: visible;
	opacity: 1; 
}

[data-hint]:hover:before, [data-hint]:hover:after , [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: black;
    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,.hint--top.hover:after, .hint--top.hover: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;
	}
}