 @charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Roboto);
/* @import url(http://fonts.googleapis.com/css?family=Pathway+Gothic+One); */
html, body{
	margin: 0 auto;
	padding: 0;
	background-color: #202020;
}

.btn-group-justified {
  margin: 0 auto;
}

h1 {
  text-align: center;
  padding-bottom: 25px;
}

.container {
  padding-top: 50px;
  padding-bottom: 50px;
}

a{
  color: #ccd500;
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
  color: #a9b119;
}


/*
 * Header
 */

header {
  margin-top: 10px;
  background-color: #DCD293;
  border-bottom: 10px solid #66D4FF;
  border-top: 20px dashed #A48E4E;
  padding: 2em;
  color:#333;
  font-size: 25px;
  text-align: center;
}

header a {
  color: #6C5726;
  font-weight: 700;
}

/*
 * SlotMachine
 */


#randomize .row > div.col-md-auto > div {
  padding: 40px;
  width: 180px;
  height: 180px;
  background: white;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  
}

#randomize .row > div.col-xs-8 > div {
  padding-top: 40px;
  padding-left: 40px;
  width: 175px;
  height: 175px;
  background-color: #fff;
  margin: auto;
}

.randomizeMachine {
  width: 100px;
  height: 100px;
  z-index: 2;
}

#randomize .btn-group {
  margin-top: 30px;
  width: auto;
  margin-bottom: 15px;
}

.machineResult {
  color: #fff;
  text-align: center;
  font-weight: 900;
  height: 50px !important;
  background: transparent !important;
  font-size: 18px;
  padding: 10px !important;
}

/*
 * Casino
 */
#casino {
  height: 100%;
}

#casino .content:nth-child(1) {
  text-align: center;
  background: url('../img/fundo_machine.png') no-repeat 50% 80px;
  background-position-x: calc(50% + 21px);
  min-height: 580px;
}

#casino .content > div {
  padding-top: 220px;
  width: 450px;
  margin: 0 auto;
  transform: translateX(50px);
}

.machineContainer{
  padding: 5px 1px 5px 1px;
  height: 135px;
}

.slotMachine{
  width: 31.5%;  
  height: 100px;
  display: inline-block;

}

.linha {
	display: inline-block;
	width: 100%;
	height: 2px;
	background-color: #CF660A;
	z-index: 999999;
	position: absolute;
	top:270px;
	
}

#casino .btn-group {
  margin-top: 100px;

}

#casino .btn-group .btn {
  border: none;
  
}

#casino .btn-group .btn:hover, .btn-group .btn:focus {
 
}

.btn-3d{
	position: relative;
	top:-6px;
	border: 0;
	transition: all 40ms linear;
	margin-top: 10px;
	margin-left: 2px;
	margin-right: 2px;
	
}
.btn-3d:active,
.btn-3d:focus:hover,
.btn-3d:focus{
	-moz-outiline-style: none;
	outline: medium none;
	
}
.btn-3d:active,
.btn-3d.active{
	top:2px;
}
.btn-3d.btn-primary{
	box-shadow: 0 0 0 1px #D87D09 inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #4d5bbe 0 8 8 1px rgba(0,0,0,0.5);
	background-color: #DD0368;
}

.btn-3d.btn-primary:active,
.btn-3d.btn-primary.active:active{
	box-shadow: 0 0 0 1px #D87D09 inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);	
	background-color: #DD0368;
}


#fdxSlot {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	-webkit-box-shadow: 0px 0px 20px 0px #707070;
	-moz-box-shadow: 0px 0px 20px 0px #707070;
	box-shadow: 0px 0px 20px 0px #707070;
}

#maskSlot1 {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}
#maskSlot2 {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}
#maskSlot3 {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}
