.lobby h2 {
	font-family: "FuturaSTDMedium", Arial, sans-serif;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 2px;
}

.lobby h3.SearchName {
	font-family: "FuturaSTDMedium", Arial, sans-serif;
}

.jackpotcounter {
    background: rgba(0,0,0,0.7);
    color: #FBC300;
    margin-bottom:3px;
    position:absolute;
    bottom:0;
    text-align: center;
    width: 100%;
}

.favorite{
	color: #FFF;
	cursor: pointer;
	left: 0;
	padding: 2px 5px;
	position: absolute;
	text-align: left;
	top: 2px;
	z-index: 20;
}

.rating {
    cursor: pointer;
    direction: rtl;
    text-align: center;
    unicode-bidi: bidi-override;
    width: 100%;
}

.rating > span {
    color: #FF9900;
    display: inline-block;
    font-size: 20px;
    position: relative;
}

.rating > span:hover:before,
.rating > span:hover ~ span:before {
    content: "\2605";
    position: absolute; 
}

.linklobbymobile .rating > span {
    font-size: 30px;
}

.underlinestar{
    text-decoration: underline;
}

.linklobby a {
    display: block;
}

.lobby .imagen {
    overflow: hidden;
    position: relative;
}

.linklobby {
    background-color: rgba(0,0,0,0.5);
    bottom: 0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
	opacity: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
    width: 100%;
}

.linklobby:hover {
    background-color: rgba(0,0,0,0.5);    
    bottom: 0;
	opacity: 1;
	padding:  0;
    position: absolute;
    text-align: center;
    transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
    width: 100%;
}


.linklobbymobile {
	background-color: rgba(0,0,0,0.8) !important;
    display: none;
	height: 100%; 
    left: 0;
    position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.linklobbymobile .fa-times {
    color: #FFF;
    font-size: 2rem;
    position: absolute;
    right: 15px;
    top: 15px;
}

.lobbyButton {
    display: none;
    padding: 0 15px;
    text-align: center;
    width: 100%;
}

#filter {
    display: flex;
}

#filter input,
#filter select,
#filter button {
    border: solid 1px #949494;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #FFF;
    float: right;
    margin: 1%;
    padding: 5px;
}

#filter input {
    background-color: #000;
    background-image: url("/img/header/lupa.webp");
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 25px;
    padding: 0.6rem;
    border-radius: var(--lumo-border-radius-l);
    padding-left: 45px;
}

*::-webkit-input-placeholder {
    color: #FFF;
}

*:-moz-placeholder {
    color: #FFF;
}

*::-moz-placeholder {
    color: #FFF;
}

*:-ms-input-placeholder {
    color: #FFF;
}

#filter select {
    background-color: #292E42;
    background-image: url("/img/layout/down-icon.png");
    background-position: 96% center;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-right: 2%;
}

#filter button {
    background-color: transparent;
}

#filter .filter-element {
    padding: 10px;
}

#filter .filter-element a{
    background-origin: border-box;
    display: inline-block;
    width: 100%;
}

#reorder {
    background-image: url(/img/layout/down-arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-appearance: none;
}

.grid:after {
    clear: both;
    content: '';
    display: block;
}
.grid-item { 
    background-size: cover;
    border: 5px solid #000;
    box-sizing: border-box;
    float: left;
}

.grid--colx2 {
    display: inline-grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: auto;
    grid-column-gap: 10px;
    grid-row-gap: 13px;
    justify-content: center;
    width: 100%;
}

.grid--colx2 div img{
    width: 100%;
}


/**********GRID PARA RULETAS DE 4 COLUMNAS*******/
.grid--colx4 {
    display: inline-grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    grid-column-gap: 10px;
    grid-row-gap: 13px;
    justify-content: center;
    width: 100%;
}

.grid--colx4 div{
    background-color: transparent;
    overflow: hidden;
}

.grid--colx4 div img{
    width: 100%;
}

.gridx2col {
    grid-column-end: span 2;
    grid-row-end: span 2;
}

#promofiltros {
    display: table;
    padding: 10px 0;
    width: 100%;
}

#promofiltros input,
#promofiltros select,
#promofiltros button,
#promofiltros a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #919EB1;
    color: #919EB1;
    float: right;
    margin: 0 1%;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    width: 20%;
}

#promofiltros input:first-child,
#promofiltros select:first-child,
#promofiltros button:first-child,
#promofiltros a:first-child {
    margin: 0 0 0 1%;
}

.linklobby a.btn-secundario,
.linklobby a.btn-principal {
    font-size: 1.1rem;
    padding: 15px;
    text-transform: uppercase;
    width: 46%;
}

.linklobbymobile .lobbybuttons {
    margin: 100px auto;
}

.grid-item--width2 .juega,
.grid-item--width2 .prueba {
    width: 25%;
}

.titulo {
    background-color: rgba(0,0,0,0.5);
    bottom: 0;
    font-size: .9rem;
    overflow: hidden;
    padding: 2px 0;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

@media (max-width: 1024px) {
    
    .grid--colx2 {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .linklobbymobile [id^="button"]{
       font-size: 25px;
       margin-bottom: 0;
    }
    .linklobbymobile .rating > span {
      font-size: 40px;
    }
	 
}

@media (max-width: 600px) {
    
    .grid--colx2 {
        grid-template-columns: 1fr 1fr;
    }
    .grid--colx4 {
        grid-template-columns: 1fr 1fr;
    }
    .grid--colx4 .gridx2col {
        grid-column-end: span 2;
        grid-row-end: span 2;
    }
    
    #filter input {
        width: 98%;
    }
    
    #filter select,
    #filter button {
        width: 48%;
    }

}

@media (min-width: 601px) {
    
    #filter input {
        width: 30%;
    }
    
    #filter select,
    #filter button {
        width: 20%;
    }
    
}
@media (max-width: 480px){
    #filter {
        flex-wrap: wrap;
        margin-top: 10px;
   }
}