 @charset "utf-8";
/* CSS Document */

a{
	color: #ccd500;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	color: #a9b119;
}
.clear {
    clear: both;
}
html {
    position: relative;
    min-height: 100%;
}
body {
}
b{
	font-weight: 600;
}


/* Titulos
-------------------------------------------------------------------------*/
h1{
	width: 100%;
	font-size: 40px;
	margin-bottom: 25px;
	color:#FFFFFF;
}
h2{
	color: #000000;
    display: table-cell;
    float: left;
    font-size: 45px;
    line-height: 40px;
    margin: 0 0 50px;
    text-align: center;
    width: 100%;
    font-weight: 300;
}
h2 span{
	font-weight: 400;
}
h3{
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	font-size:40px;
	font-family: 'Lato', 'sans-serif';
	font-weight: 300;
}
h4{
    display: table-cell;
    float: left;
    font-size: 35px;
    line-height: 31px;
    margin: 0 0 0;
    text-align: center;
    width: 100%;
    font-weight: 400;
}

p.title{
	color: #000000;
    display: table-cell;
    float: left;
    font-size: 45px;
    line-height: 40px;
    margin: 0 0 50px;
    text-align: center;
    width: 100%;
    font-weight: 300;
}

.grey {	color:#444;}

.header-line {
    width: 100%;
    position: absolute;
    height: 10px;
    background-color: #A48E4E;
    top: 0px;
}

/*
 * Header
 */
header {
    margin-top: 10px;
	background-color: #DCD293;
    border-bottom: 10px solid #66D4FF;
    border-top: 20px dotted #A48E4E;
    padding: 25px;
}

header p {
	color:#333;
    font-size: 25px;
    text-align: center;
}

header a {
	color: #6C5726;
    font-weight: 700;
}
.adtop {
	min-height:90px;
}
/*
 * SlotMachine
 */
#randomize {
    border-bottom: 10px solid rgb(72, 158, 48);
    background-color: #3e9eff;
    border-top: 20px dotted #1c48e3;
    padding-bottom:20px;
}
.topline {
	border-bottom: 10px solid rgb(72, 158, 48);
}
#randomize .row > div.col-sm-2 {
    padding-left: 0;
}

#randomize .row > div.col-sm-2 > div {
    padding-top: 0;
    padding-left: 0;
    width: 100px;
    height: 100px;    
    border-radius: 50%;
    margin: auto;    
}
.randomizeMachine {
	margin-top:10px;
    width: 100px;
    height: 100px;  
    overflow:hidden;
}
.number {
	width: 100px;
    height: 100px;
	font-size:60px;
}
.powernum {
	width: 100px;
    height: 100px;
	font-size:60px;
	color:#FFF;
}
.ball {
    background: url('../img/whiteball.png') no-repeat;
    background-size: 100px 100px;
}
.power {
	background: url('../img/redball.png') no-repeat;
    background-size: 100px 100px;
}
.width300 {
	margin: 0 auto; 
	margin-bottom:30px;   
	width:300px;
}
.center {
	text-align:center;
	margin:10px 0;
}
.btn-group-randomize {
    margin: 0 auto;
    margin-top: 30px;
    width: auto;
    cursor:pointer;
}
.btn-group-randomize div {
    width: auto !important;
}
.faiconsimg {
	display: inline-block;
	width: 40px;
	height: 40px;	
	font-size: 30px;
	text-align: center;
	vertical-align:middle;
	cursor:pointer;
}