.logo {
    margin-top: 10px;
}
.logo a {
	font-size: 36px;
	color: #464646;
	position: absolute;
	z-index: 1;
}
.logo>span {
	display: block;
	position: absolute;
	text-transform: uppercase;
	font-size: 10px;
    margin-top: 45px;
    /*padding-left: 16px;*/
    color: #aaa;
    z-index: 0;
}
#rnd {
	width: 363px;
    padding: 0;
    margin: 0 auto;
}
.anim_numbers {
    display: inline-block;
    font-size: 112px;
    border: 2px solid #aaa;
    /* padding: 0px 11px 0px 10px; */
    background: #fff;
    height: 131px;
    width: 85px;
    font-family: 'Digi',sans-serif;
    line-height: 131px;
}
.buttonGG {
	margin-top: 15px !important;
	line-height: 42px !important;
}
.buttonGG.disabled {
	background: transparent;
    color: #303030;
}
.buttonGG:active, .buttonGG:focus{
	background: transparent;
}
.main-input {
	margin-bottom: 15px;
}
.main-input input {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #666;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    height: 45px;
    padding-left: 20px;
    width: 100%;
}
.number-block .small{
    position: absolute;
    margin-top: 7px;
    color: #888;
}
.number-block .number .small{
    font-size: 10px;
    color: #4a864b;
}
.number-block .number{
    font-family: 'Digi',sans-serif;
    color: #4a864b;
    font-size: 30px;
    line-height: 9px;
}
.number-block i{
    line-height: 10px;
}
.padding-left-10{
    padding-left: 10px;
}
.hero-wrapper {
    padding: 0;
}
.game-board {
    margin: 150px 0 50px;
}
.game-board .message {
    margin-bottom: 50px;
    position: absolute;
    margin-top: -100px;
    width: 100%;
}
.game-board .message .main{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
}
.game-board .message .description{
    font-size: 18px;
}
div.form-error {
    color: #dc3545;
}
.green {
    color: #4a864b !important;
}
.logo a {
    /*text-transform: uppercase;*/
    font-size: 32px;
}
.logo a .free{
    color: #fff;
    background: #4a864b;
    padding: 0 5px;
    border-radius: 5px;
}
@media only screen and (max-width: 479px) {
    .container {
        width: 360px;
    }
    .container.game-zone {
        padding: 0;
    }
    .main-menu {
        margin-top: 25px;
    }
    .main-menu .display-div {
        display: block;
    }
    .main-menu ul li {
        margin-left: 15px;
        padding: 14px 0;
    }
}
.single-counter span{
    color: #4a864b;
}
.single-counter p{
    color: #464646;
}
.single-counter span i {
    font-size: 40px;
    color: #4a864b;
    padding: 0 10px 10px 0;
}

