
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after, {
  display: table;
  content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after, {
  clear: both;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-justified {
  display: table;
  /*width: 116%; */      /* originas es 100%*/
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:active, .btn.active {
    background-image: none;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    outline: 0 none;
}
.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
}

.btn-group > .btn, .btn-group-vertical > .btn {
    float: left;
    position: relative;
}
.btn:active, .btn.active {
    background-image: none;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    outline: 0 none;
}
.btn-nav.active {
    animation: 1.2s linear 0s normal none infinite running pulsate;
    border-color: #047bdf -moz-use-text-color;
    border-style: solid none;
    border-width: 6px 0;
    box-sizing: unset !important;
    color: #047bdf;
    padding: 2px;
    transition: border 0.3s ease-out 0s, color 0.3s ease 0.5s;
}
.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
    z-index: 2;
}
.btn-group-justified > .btn-group .btn {
    width: 100%;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-nav {
    background-color: #fff;
    border: 1px solid #e0e1db;
    box-sizing: border-box;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	/*display: none;*/
	float: left;
	min-width:131px; /* 160px;*/
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	/*display:block;*/
}





div.btn-group:nth-child(2):hover  > lu {
    display:block;
}

.dropdown-menu:hover > lu {
    display:block;
}


.dropdown-menu:hover {
    display:block;
}

.dropdown-menu:hover > li > a {
    display:block;
}

.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: #333;
white-space: nowrap;
}

a {
color: #337ab7;
text-decoration: none;
background-color: transparent;
}




/**BASE MAIN**/
/*Inspired by http://dribbble.com/shots/890759-Ui-Kit-Metro/attachments/97174
*/
*, *:before, *:after {
  /* Chrome 9-, Safari 5-, iOS 4.2-, Android 3-, Blackberry 7- */
  -webkit-box-sizing: unset; 

  /* Firefox (desktop or Android) 28- */
  -moz-box-sizing: unset;

  /* Firefox 29+, IE 8+, Chrome 10+, Safari 5.1+, Opera 9.5+, iOS 5+, Opera Mini Anything, Blackberry 10+, Android 4+ */
  box-sizing: unset;
}
*::after, *::before {
    box-sizing: unset;
}

.contenedor {
    width: 916px;
	margin-bottom: 10px;
    margin-top: 10px;
}
.row {
 margin-left: 1px;
}
.btn-nav {
    color: #FFFFFF;
    background: -webkit-linear-gradient(#093c69, #1e70ba); /* For Safari */
    background: -o-linear-gradient(#093c69, #1e70ba); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#093c69, #1e70ba); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#093c69, #1e70ba); /* Standard syntax */
    border: 1px solid #04214c;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.btn-nav:hover {
    color: #047bdf; /*quitar al boton el color cuando esta en hover*/
    cursor: pointer;
    -webkit-transition: color 1s; /* For Safari 3.1 to 6.0 */
    transition: color 1s;
}
.btn-nav.active {
   color: #047bdf;
    padding: 2px;
	border-top: 6px solid #047bdf;
	border-bottom: 6px solid #047bdf;
    border-left: 0;
    border-right: 0;
     box-sizing: unset !important;
    -moz-box-sizing:unset !important;
    -webkit-box-sizing:unset !important;
    -webkit-transition: border 0.3s ease-out, color 0.3s ease 0.5s;
    -moz-transition: border 0.3s ease-out, color 0.3s ease 0.5s;
    -ms-transition: border 0.3s ease-out, color 0.3s ease 0.5s; /* IE10 is actually unprefixed */
    -o-transition: border 0.3s ease-out, color 0.3s ease 0.5s;
    transition: border 0.3s ease-out, color 0.3s ease 0.5s;
    -webkit-animation: pulsate 1.2s linear infinite;
    animation: pulsate 1.2s linear infinite;
}
.btn-nav.active:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 6px 6px 0;
	border-color: #047bdf transparent;
	display: block;
	color:#00FF33;
	width: 0;
	z-index: 1;
	margin-left: -6px;
	top: 0;
	left: 50%;
}
.btn-nav .glyphicon {
   /* padding-top: 16px;*/
	font-size: 40px;
  color: #2887dc;
}
.btn-nav.active p {
    margin-bottom: -1px;
}
p {
margin: 0 0 0px;
}

#game-tabs {
border: 0px solid green;
list-style-type: none;
margin: 0px 0;
padding: 0;
position: relative;
z-index: 999;
}
#game-tabs li a {
color: inherit;
border-right: inherit;
display: block;
font-weight: normal;
font-family: vwagen, arial;
font-size: 15px;
height: 19px;
line-height: normal;
padding: 0 9px;
text-align: center;
text-transform: none;
}
#game-tabs li {
float: left;
height: 20px;
}




/* ESTYLOS DE LOS FONT GLYFONT AUD */
/*************************************/
/*************************************/
/* Icon Games Tabs - url: https://www.amigobingo.com/common/locale/en/images/games-tabs/2017/*/

@font-face {
    font-family: 'icomoon';
    src:    url('/common/locale/en/images/games-tabs/2017/icomoon.eot?gsy4z');
    src:    url('/common/locale/en/images/games-tabs/2017/icomoon.eot?gsy4z#iefix') format('embedded-opentype'),
            url('/common/locale/en/images/games-tabs/2017/icomoon.ttf?gsy4z') format('truetype'),
            url('/common/locale/en/images/games-tabs/2017/icomoon.woff?gsy4z') format('woff'),
            url('/common/locale/en/images/games-tabs/2017/icomoon.svg?gsy4z#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}


[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-slots-tab:before {
  content: "\e907";
}
.icon-Games-tab:before {
  content: "\e906";
}
.icon-keno-tab-01:before {
  content: "\e901";
}
.icon-poker-tab:before {
  content: "\e902";
}
.icon-miniGame:before {
  content: "\e903";
}
.icon-Full-Slots-tab:before {
  content: "\e904";
}
.icon-slot3d-tab:before {
  content: "\e905";
}
.icon-icon-newSlots-tab:before {
  content: "\e900";
}
.icon-spades:before {
  content: "\e917";
}
.icon-lifebuoy:before {
  content: "\e941";
  font-size: 38px;
}
.icon-bell:before {
  content: "\e951";
  font-size: 38px;
}
.icon-star-full:before {
  content: "\e9d9";
}

/* TERMINA ESTYLOS DE LOS FONT GLYFONT*/
/*************************************/
/*************************************/



.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
    outline: none;
    outline-offset: -2px;
}


#game-tabs {
padding: 0px 27px;
}
#game-tabs li ul {
	background-color: #cc3b18;
	margin-left: -52px;
    width: 130px;

}
#game-tabs li:hover #slots,
#game-tabs li #slots.active
{
	background-position: none;
	background-color: white;
	color: black;
}
#game-tabs li:hover a.active {
margin-left: 11px;
}
#game-tabs li:hover, #game-tabs li a.active {
margin-left: 11px;
}
#game-tabs li:hover #slots, #game-tabs li #slots.active {
margin-left: -11px;
}





/* -- DROPDOWN -- */
.btn-primary {
color: #000; 
background-color: inherit; 
 border-color: inherit; 
}
.btn1 {
display: block;
padding: 0px; 
border: 0px; 
border-radius: 0px; 
}
.btn1-primary.active, .btn1-primary:active, .open>.dropdown-toggle.btn1-primary {
color: #000;
background-color:  white;
border-color: none;
}
.btn1-primary.active.focus, .btn1-primary.active:focus, .btn1-primary.active:hover, .btn1-primary:active.focus, .btn1-primary:active:focus, .btn1-primary:active:hover, .open>.dropdown-toggle.btn1-primary.focus, .open>.dropdown-toggle.btn1-primary:focus, .open>.dropdown-toggle.btn1-primary:hover {
color: #000;
background-color: #fffff; 
border-color: #fffff;
}
.dropdown-menu {
margin: -1px 0 0;
border: 0px solid #ccc;
border: 0px solid rgba(0,0,0,.15);
border-radius: 0px;
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

/** to active mouseover on the dropdown menu */
.dropdown:hover .dropdown-menu {
    /*display: block;*/
 }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
color: #262626;
text-decoration: none;
background-color: #f5f5f5;
}
a:active, a:hover {
outline: 0;
}


