/*
Theme Name: Toolbox
Theme URI: http://wordpress.org/extend/themes/toolbox
Author: Automattic
Author URI: http://automattic.com/
Description: A semantic, HTML5, canvas for CSS artists and an ultra-minimal set of super-clean templates for your own WordPress theme development.
Version: 1.4
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body{background: #fff}

/*CLEARFIX STYLES*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clear{float: none;	clear: both;}

body, html {
}

/* Slides */
#happy-ball-1{top: 169px;}
#happy-ball-3{top: 326px;}
#happy-ball-5{top: 485px;}
#vipickem{top: 639px;}
#bonanza{top: 800px;}
#evening-10000{top: 958px;}
#posted-amount{top: 904px;}
#reserve-amount{top: 1098px;}
#xmarks-posted-amount{top: 1117px;}
#xmarks-reserve-amount{top: 780px;}

#slides .inactive{display: none;}
#slides .slide{width: 720px; height: 1270px; position: absolute; z-index: 0;}
#slides .amount{font-size: 104px; font-family: Arial; font-weight: bold; text-align: center; color: #fff; width: 720px; height: 104px; position: absolute; line-height: 104px;}
#slides .active {
	-webkit-mask-image: url("assets/images/circle-mask.png");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: 50% 50%;
	-webkit-mask-size: 2000px;
	-webkit-animation-duration: 1s;
	-moz-mask-image: url("assets/images/circle-mask.png");
	-moz-mask-repeat: no-repeat;
	-moz-mask-position: 50% 50%;
	-moz-mask-size: 2000px;
	-moz-animation-duration: 1s;
}
#slides .active {-webkit-animation-name: iris; -moz-animation-name: iris;}
@-webkit-keyframes iris {
	0%   {-webkit-mask-size: 0; -webkit-animation-timing-function: ease-in-out;}
	100% {-webkit-mask-size: 2000px;}
}
@-moz-keyframes iris {
	0%   {-moz-mask-size: 0; -moz-animation-timing-function: ease-in-out;}
	100% {-moz-mask-size: 2000px;}
}

.box-container{
    width: 65%;
    margin: 0 auto;
}

.box{
    display: inline-block;
    padding: 50px;
}
.box-title{
	text-align: center;
}
.the-box{
	width: 200px;
    height: 200px;
    border: 3px solid #000;
    box-shadow: 0px 13px 50px #666;
    margin: 0 auto;
    cursor: pointer;
    opacity: 0.75;
}
.the-box:hover{
	opacity: 1.0;
}
#info{
	display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    background-color: #666;
    color: #fff;
    padding: 5px;
    margin: 11px;
    border: 2px solid #000;
    border-radius: 5px;
    box-shadow: 1px 4px 29px #666;
}

#info span{
	position: absolute;
    top: -2px;
    right: 0;
    font-size: 22px;
    cursor: pointer;
    font-family: verdana;
    color: #000;
}
#loading{
	display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    background-color: #666;
    color: #fff;
    padding: 5px;
}

@media screen and (max-width: 400px) {
    .box{
        display: inline-block;
        padding: 0px;
        padding-top: 20px;
    }
}