 @charset "utf-8";
/* slotSpinner CSS */
@import url(https://fonts.googleapis.com/css?family=Pathway+Gothic+One);
body{}
h3{
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	color: white;
	font-size:40px;
	font-family: 'Lato', 'sans-serif';
	font-weight: 300;
}

*{
 box-sizing: border-box;
}

.slotContainer{
display:block;
position:relative;
width:450px;
margin:0 auto;
font-size:1em;
}
.slotContainer h3{
	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: 40px 40px 0px 0px;
	border:6px solid #eeb44f;
	color:#ffffff;
	font-weight:bold;
	font-style:normal;
	margin-bottom:0px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #cc9f52;
}
.machineContainer{
	display:block;
	background-color: #000;
	padding: 5px 5px 5px 5px;
	overflow: hidden;
	border:10px ridge #D2D2D2;
	height: 190px;
}
.slotSpinner{
	width: 32.333333%;
	border: 5px solid #000;
	height: 100px;
	padding: 0px;
	overflow: hidden;
	display: inline-block;
	text-align: center;
	/*margin: 0px 5px;*/
	background-color: #ffffff;
}
.slotSpinner-icons,.slotSpinner-icons-text{
	padding: 0px;
	display:block ;
	text-align: center;
	/*margin: 0px 5px;*/
	/*border: 5px solid #000;*/
	background-color: #ffffff;
	height:50px;
	width:300px;
	color:black;
	line-height:45px !important;
	font-size:150% !important;
	font-weight:normal !important;
}
.slotSpinner-icons-text{height:30px;}
.machineResult,.machineDisplay{
	color:#fff;
	text-align:center;
	font-weight: 900;
	width: 32.333333%;
	padding: 0px;
	display: inline-block;
}
.machineDisplay{
	text-align:right;
	border:3px ridge red;
	padding: 0px 5px 0px 5px;;
}
.winnings{display:inline-block;}

.slotSpinner-icons .slot,.slotSpinner-icons-text .slot-text{display:inline-block;float:left;width:50px;height:50px;background-size:contain;background-position-x: 50% !important;background-repeat: no-repeat;}
.slotSpinner-icons-text .slot-text{height:30px;line-height:30px!important;}
.slotSpinner .slot{
	height:100px;
	background-position-x: 55%;
	background-repeat: no-repeat;
}
.slot1, .theme-Luck7s .slot1{ background-image: url("../img/slot1.png");}
.slot2, .theme-Luck7s .slot2{ background-image: url("../img/slot2.png");}
.slot3, .theme-Luck7s .slot3{ background-image: url("../img/slot3.png");}
.slot4, .theme-Luck7s .slot4{ background-image: url("../img/slot4.png");}
.slot5, .theme-Luck7s .slot5{ background-image: url("../img/slot5.png");}
.slot6, .theme-Luck7s .slot6{ background-image: url("../img/slot6.png");}

.theme-Halo .slot1{ background-image: url("../img/halo/slot1.png");}
.theme-Halo .slot2{ background-image: url("../img/halo/slot2.png");}
.theme-Halo .slot3{ background-image: url("../img/halo/slot3.png");}
.theme-Halo .slot4{ background-image: url("../img/halo/slot4.png");}
.theme-Halo .slot5{ background-image: url("../img/halo/slot5.png");}
.theme-Halo .slot6{ background-image: url("../img/halo/slot6.png");}

.machineConsole-a,.machineConsole-b{display:block;}
.machineConsole-a{background-color:black;padding:1px 5px 5px 5px;}
.machineConsole-b{
	background-color:black;
	text-align:left;
	padding:10px 10px 5px 10px;
	border-left:5px ridge #D2D2D2;
	border-right:5px ridge #D2D2D2;
	border-bottom:5px ridge #D2D2D2;
	margin-left:5px;margin-right:5px;
	border-radius:0px 0px 20px 20px;
}
.slotSpinnerButton{
	width:100px;
	height: 80px;
	overflow: hidden;
	display: inline-block;
	text-align: center;
}
.slotSpinnerButton {
	-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:40px;
	font-weight:bold;
	font-style:normal;
	height:80px;
	line-height:60px;
	margin-left:5px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #cc9f52;
	cursor:pointer;
}
.slotSpinnerButton: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;
}.slotSpinnerButton:active {
	position:relative;
	top:1px;
}

.themes{
	display:block;
	position:absolute;
	width:100px;
	left:30px;
	border:1px black solid;
	background-color:white;
	z-index:1000;
}
.themes select{width:100%;}
.themes a{
	display:block;
	text-decoration:none;
	color:black !important;
}
.themes a:hover,.themes a:active{
	color:black !important;
	text-decoration:none;
}
.theme-selector{display:none;}

