/*CSS HANDLER */
._main_title {
     border: 5px solid #111;
     width: 100%;
     text-transform: capitalize;
}
 #section_upper_block{
     position: relative;
}
 .main-container.container img {
     width: 100%;
}
 .category_tabs.nav.navbar-nav {
     background: #111 none repeat scroll 0 0;
     margin: 0;
     padding-bottom: 5px;
     width: 100%;
}
 .category_tabs.nav.navbar-nav li a{
     background-color: #111;
     color:#fff;
}
 .category_tabs.nav.navbar-nav li.selected a, .category_tabs.nav.navbar-nav li a:hover{
     background: var(--regola_gradiente);;
     color:var(--testo_gradiente);;
}
/*CATEGORIA GIOCHINI*/
#thumbs_container li {
	padding: 0;
}
 #thumbs_container h3 {
     background-color: var(--colore_principale);;
     color: var(--testo_gradiente);;
     clear: both;
     display: none;
     font-size: 20px;
     line-height: 30px;
     margin-bottom: 0;
     margin-top: 5px;
     text-shadow: 0 0 7px #000, 0 0 7px #000;
}
 .games_categories, .random_games_categories {
     background-color: #111;
}
 .random_games_categories {
     float: left;
     width: 100%;
}
 #random_thumbs_container ._thumbBox > h6 {
     text-align: center;
}
 .games_thumbs {
     display: inline-block;
     width: 100%;
     text-align: left;
}
 ._thumbBox h6 {
     overflow: hidden;
     padding: 0 5px;
     text-overflow: ellipsis;
     white-space: nowrap;
     margin-top: 5px;
     margin-bottom: 5px;
     color:#fff;
}
 .games_thumbs_container {
     padding: 0px;
}
._thumbBox .title {
	text-align: center;
	color: #fff;
	display: block;
}
 #section_lower_block .nav-tabs.category_tabs{
     background-color: var(--colore_principale2); 
}
 ul.category_tabs li {
     border-left: 5px solid #111;
     border-right: 5px solid #111;
     width: 100%;
}
 .nav.nav-tabs > li > a {
     background: var(--regola_gradiente2); color: var(--testo_gradiente2); 
}
 .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav.nav-tabs > li > a:hover{
     color: #fff;
     border-radius: 0;
}
 #thumbs_container {
     float: left;
     width: 100%;
}
 .games_thumbs ._thumbBox{
     background: none repeat scroll 0 0 #222222;
     border: 1px solid #333333;
     display: inline-block;
     margin: 0;
     position: relative;
     text-align: center;
     width: 100%;
}
 .games_thumbs img {
     height: 120px;
     padding: 5px;
     width: 100%;
     display: block;
     text-align: center;
     line-height: 165px;
     color: #fff;
     text-transform: capitalize;
}
 .games_thumbs .button{
     margin: 6px;
     padding: 0 4px;
     text-transform: capitalize;
}
 .games_thumbs span {
     display: block;
}
 .games_thumbs span.title {
     font-size: 12px;
     font-weight: bold;
     line-height: 20px;
     min-height: 20px;
     text-transform: capitalize;
     white-space: nowrap;
     color: #fff;
     text-align: center;
     overflow: hidden;
     text-overflow: ellipsis;
}
 .button.for_logged{
     background: var(--colore_principale);;
     color: var(--testo_gradiente);;
     border-color: var(--colore_principale_light);;
     display: block;
     margin: 6px;
}
 .fun.button {
     display: inline-block;
}
 .fun.button, .real.button {
     margin: 6px 2px;
}
.fun.button, .fun.button + .real.button {
	width: calc(50% - 4px);
	display: inline-block;
}
/*FINE DELLA SEZIONE DELLE THUMBS*/
 .gamelistoptions {
     background: #111111 none repeat scroll 0 0;
     padding: 5px;
     position: relative;
}
 #foundGame ._thumbBox{
     border: 3px solid var(--colore_principale_light);;
     box-shadow: 0 0 6px -1px #000;
}
 .gamelistoptions ul li, .gamelistoptions ul span, .gamelistoptions div {
     display: inline-block;
}
 #search {
     width: 100%;
}
 #search span {
     color: #fff;
}
 .gamelistoptions .searchinput {
     width: 100%;
}
 #collapsedCasinoTabs {
     padding: 0 15px;
}
 #random_thumbs_container .thumb_img {
     width: 100%;
     padding: 15px;
}
 #random_thumbs_container .provider div {
     width: 100%;
}
 .container .bx-wrapper .bx-viewport{
     margin-top: 0px;
     border: 5px solid #111;
}
 .ColGames {
     min-height: 100px;
}
 .ColGames li {
     display: block;
     float: left;
     list-style: outside none none;
     width: 100%;
}
/*RESPONSIVE*/
/*XS*/
 @media screen and (min-width: 0px) {
}
/*SM*/
 @media screen and (max-width:768px) {
     .DtBet,.TmBet,.TotEve,.BetType,.BetArchive, .WinningBet, .moneyIn, .toHide{
         display: none;
    }
     .money, .moneyOut, .checkPayedBetCode, .AccountID {
         font-size: 11px;
    }
}
/*MD*/
 @media screen and (min-width: 992px) {
     #mainGamesContainer {
         padding: 0;
    }
}
/*LG*/
 @media screen and (min-width:1200px) {
}
 