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

@import url(http://fonts.googleapis.com/css?family=Pathway+Gothic+One);

html {
    position: relative;
    min-height: 100%;
}

body {
}

.content{
	padding: 30px;
	margin: 0 auto;
}

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;
}

.line{
	padding: 75px 0px;
	width:100%;
}

.slotMachineButton{
	width: 100px;
	height: 100px;
	overflow: hidden;
	display: inline-block;
	text-align: center;
}
.slotMachineButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#ffc477;
	border-radius: 75px;
	text-indent:0px;
	border:6px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-size:50px;
	font-weight:bold;
	font-style:normal;
	height:100px;
	line-height:100px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #cc9f52;
	margin-left: 50px;
	cursor:pointer;
}
.slotMachineButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#fb9e25;
}.slotMachineButton:active {
	position:relative;
	top:1px;
}

.slotMachine{
	width:100px;
	height: 100px;
	overflow: hidden;
	display: inline-block;
	text-align: center;
	border: 5px solid #000;
	background-color: #ffffff;
}

.noBorder{
	border:none !important;
	background: transparent !important;
}

.slotMachine .slot{
	width:100px;
	height:100px;
}

.slot1{
	background-image: url("../img/slot1.png");
}

.slot2{
	background-image: url("../img/slot2.png");
}

.slot3{
	background-image: url("../img/slot3.png");
}

.slot4{
	background-image: url("../img/slot4.png");
}

.slot5{
	background-image: url("../img/slot5.png");
}

.slot6{
	background-image: url("../img/slot6.png");
}

.slot7{
  background-image: url("../img/slot7.png");
}

.slot8{
  background-image: url("../img/slot8.png");
}

.slot9{
  background-image: url("../img/slot9.png");
}

.slot0{
  background-image: url("../img/slot0.png");
}
